=> Bootstrap dependency digest>=20010302: found digest-20111104
=> Bootstrap dependency fetch-[0-9]*: found fetch-1.7
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for LPRng-core-3.8.28nb3
if [ "UTILS" = po ] ; then \
    for i in po/Makefile* ; do \
	if [ -f "$i" ] ; then \
	    if grep '^mkinstalldirs.*=.*case' $i ; then \
		echo "fixing broken $i which causes wrong path to mkinstalldirs to be used"; \
		perl -spi -e 's:^mkinstalldirs\s*=\s*.*:mkinstalldirs = \$(SHELL) \$(MKINSTALLDIRS):' $i; \
	    fi \
	fi \
    done \
fi
if [ "UTILS" != po -o "no" != "no" ] ; then \
	cd UTILS; /usr/bin/make localedir=/usr/pkg/share/locale \
		DESTDIR= all ; \
fi
make[1]: Entering directory `/tmp/pkgsrc/print/LPRng-core/work/LPRng-3.8.28/UTILS'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/pkgsrc/print/LPRng-core/work/LPRng-3.8.28/UTILS'
if [ "src" = po ] ; then \
    for i in po/Makefile* ; do \
	if [ -f "$i" ] ; then \
	    if grep '^mkinstalldirs.*=.*case' $i ; then \
		echo "fixing broken $i which causes wrong path to mkinstalldirs to be used"; \
		perl -spi -e 's:^mkinstalldirs\s*=\s*.*:mkinstalldirs = \$(SHELL) \$(MKINSTALLDIRS):' $i; \
	    fi \
	fi \
    done \
fi
if [ "src" != po -o "no" != "no" ] ; then \
	cd src; /usr/bin/make localedir=/usr/pkg/share/locale \
		DESTDIR= all ; \
fi
make[1]: Entering directory `/tmp/pkgsrc/print/LPRng-core/work/LPRng-3.8.28/src'
set -e ; \
rm -f lprng_certs ; \
sed \
-e "s,@OPENSSL.,," \
-e "s,@SSL_CA_FILE.,/usr/pkg/etc/lpd/ssl.ca/ca.crt," \
-e "s,@SSL_CA_KEY.,/usr/pkg/etc/lpd/ssl.ca/ca.key," \
-e "s,@SSL_CRL_FILE.,/usr/pkg/etc/lpd/ssl.crl/ssl.crl," \
-e "s,@SSL_SERVER_CERT.,/usr/pkg/etc/lpd/ssl.server/server.crt," \
-e "s,@SSL_SERVER_PASSWORD_FILE.,/usr/pkg/etc/lpd/ssl.server/server.pwd," \
-e "s,@SSL_CERTS_DIR.,/usr/pkg/etc/lpd/ssl.certs," \
lprng_certs.sh >lprng_certs
chmod 755 lprng_certs
set -e ; \
rm -f lprng_index_certs ; \
sed \
-e "s,@OPENSSL.,," \
-e "s,@SSL_CA_FILE.,/usr/pkg/etc/lpd/ssl.ca/ca.crt," \
-e "s,@SSL_CA_KEY.,/usr/pkg/etc/lpd/ssl.ca/ca.key," \
-e "s,@SSL_CRL_FILE.,/usr/pkg/etc/lpd/ssl.crl/ssl.crl," \
-e "s,@SSL_SERVER_CERT.,/usr/pkg/etc/lpd/ssl.server/server.crt," \
-e "s,@SSL_SERVER_PASSWORD_FILE.,/usr/pkg/etc/lpd/ssl.server/server.pwd," \
-e "s,@SSL_CERTS_DIR.,/usr/pkg/etc/lpd/ssl.certs," \
lprng_index_certs.sh >lprng_index_certs
chmod 755 lprng_index_certs
cp /dev/null defs.h
echo "#define " CHOWN \"/bin/chown\" >>defs.h
echo "#define " CHGRP \"/bin/chgrp\" >>defs.h
echo "#define " PRINTCAP_PATH \"/usr/pkg/etc/printcap\" >>defs.h
echo "#define " LPD_PRINTCAP_PATH \"/usr/pkg/etc/printcap\" >>defs.h
echo "#define " LPD_PERMS_PATH \"/usr/pkg/etc/lpd/lpd.perms\" >>defs.h
echo "#define " LPD_CONF_PATH \"/usr/pkg/etc/lpd/lpd.conf\" >>defs.h
echo "#define " REQUIRE_CONFIGFILES \"1\" >>defs.h
echo "#define " FILTER_PATH \"/usr/pkg/libexec/LPRng:/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/local/sbin:/usr/local/bin\" >>defs.h
echo "#define " LD_LIBRARY_PATH \"/usr/lib:/usr/pkg/lib:/usr/local/lib\" >>defs.h
echo "#define " LOCKFILE \"/var/run/lpd\" >>defs.h
echo "#define " CLEAR \"/usr/bin/clear\" >>defs.h
echo "#define " USERID \"daemon\" >>defs.h
echo "#define " GROUPID \"daemon\" >>defs.h
echo "#define " LOCALEDIR \"/usr/pkg/share/locale\" >>defs.h
echo "#define " DONE_JOBS \"1\" >>defs.h
echo "#define " DONE_JOBS_MAX_AGE \"0\" >>defs.h
echo "#define " UNIXSOCKETPATH \"/var/run/lprng\" >>defs.h
echo "#define " PRUTIL \"/usr/bin/pr\" >>defs.h
echo "#define " OPENSSL \"\" >>defs.h
echo "#define " SSL_CA_FILE \"/usr/pkg/etc/lpd/ssl.ca/ca.crt\" >>defs.h
echo "#define " SSL_CA_KEY \"/usr/pkg/etc/lpd/ssl.ca/ca.key\" >>defs.h
echo "#define " SSL_CRL_FILE \"/usr/pkg/etc/lpd/ssl.crl/ssl.crl\" >>defs.h
echo "#define " SSL_CERTS_DIR \"/usr/pkg/etc/lpd/ssl.certs\" >>defs.h
echo "#define " SSL_SERVER_CERT \"/usr/pkg/etc/lpd/ssl.server/server.crt\" >>defs.h
echo "#define " SSL_SERVER_PASSWORD_FILE \"/usr/pkg/etc/lpd/ssl.server/server.pwd\" >>defs.h
echo "#define " SD_DEFAULT \"/var/spool/lpd\" >>defs.h
gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H   -c -o lpc.o ./common/lpc.c
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/accounting.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/accounting.c  -fPIC -DPIC -o .libs/accounting.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/accounting.c -o accounting.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/child.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/child.c  -fPIC -DPIC -o .libs/child.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/child.c -o child.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/controlword.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/controlword.c  -fPIC -DPIC -o .libs/controlword.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/controlword.c -o controlword.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/copyright.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/copyright.c  -fPIC -DPIC -o .libs/copyright.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/copyright.c -o copyright.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/debug.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/debug.c  -fPIC -DPIC -o .libs/debug.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/debug.c -o debug.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/errormsg.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/errormsg.c  -fPIC -DPIC -o .libs/errormsg.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/errormsg.c -o errormsg.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/fileopen.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/fileopen.c  -fPIC -DPIC -o .libs/fileopen.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/fileopen.c -o fileopen.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/gethostinfo.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/gethostinfo.c  -fPIC -DPIC -o .libs/gethostinfo.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/gethostinfo.c -o gethostinfo.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/getopt.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/getopt.c  -fPIC -DPIC -o .libs/getopt.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/getopt.c -o getopt.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/getprinter.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/getprinter.c  -fPIC -DPIC -o .libs/getprinter.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/getprinter.c -o getprinter.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/getqueue.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/getqueue.c  -fPIC -DPIC -o .libs/getqueue.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/getqueue.c -o getqueue.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/globmatch.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/globmatch.c  -fPIC -DPIC -o .libs/globmatch.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/globmatch.c -o globmatch.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/initialize.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/initialize.c  -fPIC -DPIC -o .libs/initialize.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/initialize.c -o initialize.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/krb5_auth.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/krb5_auth.c  -fPIC -DPIC -o .libs/krb5_auth.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/krb5_auth.c -o krb5_auth.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/linelist.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/linelist.c  -fPIC -DPIC -o .libs/linelist.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/linelist.c -o linelist.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/linksupport.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/linksupport.c  -fPIC -DPIC -o .libs/linksupport.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/linksupport.c -o linksupport.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/lockfile.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/lockfile.c  -fPIC -DPIC -o .libs/lockfile.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/lockfile.c -o lockfile.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/lpd_control.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/lpd_control.c  -fPIC -DPIC -o .libs/lpd_control.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/lpd_control.c -o lpd_control.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/lpd_dispatch.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/lpd_dispatch.c  -fPIC -DPIC -o .libs/lpd_dispatch.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/lpd_dispatch.c -o lpd_dispatch.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/lpd_jobs.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/lpd_jobs.c  -fPIC -DPIC -o .libs/lpd_jobs.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/lpd_jobs.c -o lpd_jobs.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/lpd_logger.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/lpd_logger.c  -fPIC -DPIC -o .libs/lpd_logger.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/lpd_logger.c -o lpd_logger.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/lpd_rcvjob.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/lpd_rcvjob.c  -fPIC -DPIC -o .libs/lpd_rcvjob.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/lpd_rcvjob.c -o lpd_rcvjob.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/lpd_remove.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/lpd_remove.c  -fPIC -DPIC -o .libs/lpd_remove.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/lpd_remove.c -o lpd_remove.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/sendauth.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/sendauth.c  -fPIC -DPIC -o .libs/sendauth.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/sendauth.c -o sendauth.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/lpd_secure.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/lpd_secure.c  -fPIC -DPIC -o .libs/lpd_secure.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/lpd_secure.c -o lpd_secure.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/lpd_status.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/lpd_status.c  -fPIC -DPIC -o .libs/lpd_status.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/lpd_status.c -o lpd_status.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/merge.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/merge.c  -fPIC -DPIC -o .libs/merge.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/merge.c -o merge.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/permission.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/permission.c  -fPIC -DPIC -o .libs/permission.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/permission.c -o permission.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/plp_snprintf.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/plp_snprintf.c  -fPIC -DPIC -o .libs/plp_snprintf.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/plp_snprintf.c -o plp_snprintf.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/printjob.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/printjob.c  -fPIC -DPIC -o .libs/printjob.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/printjob.c -o printjob.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/proctitle.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/proctitle.c  -fPIC -DPIC -o .libs/proctitle.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/proctitle.c -o proctitle.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/sendjob.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/sendjob.c  -fPIC -DPIC -o .libs/sendjob.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/sendjob.c -o sendjob.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/sendmail.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/sendmail.c  -fPIC -DPIC -o .libs/sendmail.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/sendmail.c -o sendmail.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/sendreq.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/sendreq.c  -fPIC -DPIC -o .libs/sendreq.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/sendreq.c -o sendreq.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/ssl_auth.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/ssl_auth.c  -fPIC -DPIC -o .libs/ssl_auth.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/ssl_auth.c -o ssl_auth.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/stty.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/stty.c  -fPIC -DPIC -o .libs/stty.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/stty.c -o stty.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/user_auth.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/user_auth.c  -fPIC -DPIC -o .libs/user_auth.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/user_auth.c -o user_auth.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -O3 -pipe -fstack-protector -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H -c ./common/utilities.c
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/utilities.c  -fPIC -DPIC -o .libs/utilities.o
libtool: compile:  gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -O3 -pipe -fstack-protector -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/utilities.c -o utilities.o >/dev/null 2>&1
make[1]: *** [utilities.lo] Error 1
make[1]: Leaving directory `/tmp/pkgsrc/print/LPRng-core/work/LPRng-3.8.28/src'
make: *** [src] Error 2
*** Error code 2

Stop.
bmake: stopped in /usr/pkgsrc/print/LPRng-core
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/print/LPRng-core