=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/net/mydns-mysql", "all", "MYSQL_VERSION_REQD=mariadb114", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for mydns-mysql-1.1.0nb14 => Substituting "user" in src/mydns/conf.c --- all --- /opt/local/bin/bmake all-recursive --- all-recursive --- Making all in pkg Making all in contrib Making all in intl Making all in po Making all in m4 Making all in doc --- sedfile --- if ! test -f ../version.sed; then cd .. && /opt/local/bin/bmake sedfile; fi --- sedfile --- --- mydns.8 --- --- mydnscheck.8 --- --- mydns.conf.5 --- --- mydns.8 --- /usr/bin/bash ../missing --run sed -f ../version.sed mydns.8.in | tr -s '\n' > mydns.8 --- mydnscheck.8 --- /usr/bin/bash ../missing --run sed -f ../version.sed mydnscheck.8.in | tr -s '\n' > mydnscheck.8 --- mydns.conf.5 --- /usr/bin/bash ../missing --run sed -f ../version.sed mydns.conf.5.in | tr -s '\n' > mydns.conf.5 --- mydns-conf.8 --- --- mydnsexport.8 --- --- mydnsimport.8 --- --- mydns-conf.8 --- /usr/bin/bash ../missing --run sed -f ../version.sed mydns-conf.8.in | tr -s '\n' > mydns-conf.8 --- mydnsexport.8 --- /usr/bin/bash ../missing --run sed -f ../version.sed mydnsexport.8.in | tr -s '\n' > mydnsexport.8 --- mydnsimport.8 --- /usr/bin/bash ../missing --run sed -f ../version.sed mydnsimport.8.in | tr -s '\n' > mydnsimport.8 --- mydnsptrconvert.8 --- /usr/bin/bash ../missing --run sed -f ../version.sed mydnsptrconvert.8.in | tr -s '\n' > mydnsptrconvert.8 Making all in lib --- alloca.o --- --- cidr.o --- --- conf.o --- --- alloca.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT alloca.o -MD -MP -MF ".deps/alloca.Tpo" -c -o alloca.o alloca.c; then mv -f ".deps/alloca.Tpo" ".deps/alloca.Po"; else rm -f ".deps/alloca.Tpo"; exit 1; fi --- conf.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT conf.o -MD -MP -MF ".deps/conf.Tpo" -c -o conf.o conf.c; then mv -f ".deps/conf.Tpo" ".deps/conf.Po"; else rm -f ".deps/conf.Tpo"; exit 1; fi --- cidr.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT cidr.o -MD -MP -MF ".deps/cidr.Tpo" -c -o cidr.o cidr.c; then mv -f ".deps/cidr.Tpo" ".deps/cidr.Po"; else rm -f ".deps/cidr.Tpo"; exit 1; fi --- error.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT error.o -MD -MP -MF ".deps/error.Tpo" -c -o error.o error.c; then mv -f ".deps/error.Tpo" ".deps/error.Po"; else rm -f ".deps/error.Tpo"; exit 1; fi --- getopt.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" -c -o getopt.o getopt.c; then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; else rm -f ".deps/getopt.Tpo"; exit 1; fi getopt.c: In function '_getopt_internal': getopt.c:410:30: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 410 | if (optind != argc && !strcmp (argv[optind], "--")) | ^~~~~~ getopt.c:79:1: note: include '' or provide a declaration of 'strcmp' 78 | #include "getopt.h" +++ |+#include 79 | getopt.c:486:50: warning: 'strncmp' argument 3 type is 'long int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 486 | if (!strncmp (p->name, nextchar, nameend - nextchar)) | ~~~~~~~~^~~~~~~~~~ getopt.c:41:12: note: built-in 'strncmp' declared here 41 | extern int strncmp(); | ^~~~~~~ getopt.c:488:39: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 488 | if (nameend - nextchar == strlen (p->name)) | ^~~~~~ getopt.c:488:39: note: include '' or provide a declaration of 'strlen' getopt.c:488:39: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] getopt.c:488:39: note: include '' or provide a declaration of 'strlen' getopt.c:512:23: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 512 | nextchar += strlen (nextchar); | ^~~~~~ getopt.c:512:23: note: include '' or provide a declaration of 'strlen' getopt.c:542:31: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 542 | nextchar += strlen (nextchar); | ^~~~~~ getopt.c:542:31: note: include '' or provide a declaration of 'strlen' getopt.c:555:31: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 555 | nextchar += strlen (nextchar); | ^~~~~~ getopt.c:555:31: note: include '' or provide a declaration of 'strlen' getopt.c:559:23: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 559 | nextchar += strlen (nextchar); | ^~~~~~ getopt.c:559:23: note: include '' or provide a declaration of 'strlen' --- getopt1.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT getopt1.o -MD -MP -MF ".deps/getopt1.Tpo" -c -o getopt1.o getopt1.c; then mv -f ".deps/getopt1.Tpo" ".deps/getopt1.Po"; else rm -f ".deps/getopt1.Tpo"; exit 1; fi --- getoptstr.o --- --- inet_pton.o --- --- getoptstr.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT getoptstr.o -MD -MP -MF ".deps/getoptstr.Tpo" -c -o getoptstr.o getoptstr.c; then mv -f ".deps/getoptstr.Tpo" ".deps/getoptstr.Po"; else rm -f ".deps/getoptstr.Tpo"; exit 1; fi --- inet_pton.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT inet_pton.o -MD -MP -MF ".deps/inet_pton.Tpo" -c -o inet_pton.o inet_pton.c; then mv -f ".deps/inet_pton.Tpo" ".deps/inet_pton.Po"; else rm -f ".deps/inet_pton.Tpo"; exit 1; fi --- inet_ntop.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT inet_ntop.o -MD -MP -MF ".deps/inet_ntop.Tpo" -c -o inet_ntop.o inet_ntop.c; then mv -f ".deps/inet_ntop.Tpo" ".deps/inet_ntop.Po"; else rm -f ".deps/inet_ntop.Tpo"; exit 1; fi --- ip.o --- --- passinput.o --- --- ip.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT ip.o -MD -MP -MF ".deps/ip.Tpo" -c -o ip.o ip.c; then mv -f ".deps/ip.Tpo" ".deps/ip.Po"; else rm -f ".deps/ip.Tpo"; exit 1; fi --- passinput.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT passinput.o -MD -MP -MF ".deps/passinput.Tpo" -c -o passinput.o passinput.c; then mv -f ".deps/passinput.Tpo" ".deps/passinput.Po"; else rm -f ".deps/passinput.Tpo"; exit 1; fi --- string.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT string.o -MD -MP -MF ".deps/string.Tpo" -c -o string.o string.c; then mv -f ".deps/string.Tpo" ".deps/string.Po"; else rm -f ".deps/string.Tpo"; exit 1; fi --- strsep.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT strsep.o -MD -MP -MF ".deps/strsep.Tpo" -c -o strsep.o strsep.c; then mv -f ".deps/strsep.Tpo" ".deps/strsep.Po"; else rm -f ".deps/strsep.Tpo"; exit 1; fi --- strsep_quotes.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT strsep_quotes.o -MD -MP -MF ".deps/strsep_quotes.Tpo" -c -o strsep_quotes.o strsep_quotes.c; then mv -f ".deps/strsep_quotes.Tpo" ".deps/strsep_quotes.Po"; else rm -f ".deps/strsep_quotes.Tpo"; exit 1; fi --- wildcard.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT wildcard.o -MD -MP -MF ".deps/wildcard.Tpo" -c -o wildcard.o wildcard.c; then mv -f ".deps/wildcard.Tpo" ".deps/wildcard.Po"; else rm -f ".deps/wildcard.Tpo"; exit 1; fi --- libmydnsutil.a --- rm -f libmydnsutil.a ar cru libmydnsutil.a alloca.o cidr.o conf.o error.o getopt.o getopt1.o getoptstr.o inet_pton.o inet_ntop.o ip.o passinput.o string.o strsep.o strsep_quotes.o wildcard.o ranlib libmydnsutil.a Making all in src --- all-recursive --- Making all in lib --- ip.o --- --- question.o --- --- rr.o --- --- question.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I../../lib -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT question.o -MD -MP -MF ".deps/question.Tpo" -c -o question.o question.c; then mv -f ".deps/question.Tpo" ".deps/question.Po"; else rm -f ".deps/question.Tpo"; exit 1; fi --- ip.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I../../lib -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT ip.o -MD -MP -MF ".deps/ip.Tpo" -c -o ip.o ip.c; then mv -f ".deps/ip.Tpo" ".deps/ip.Po"; else rm -f ".deps/ip.Tpo"; exit 1; fi --- rr.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I../../lib -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT rr.o -MD -MP -MF ".deps/rr.Tpo" -c -o rr.o rr.c; then mv -f ".deps/rr.Tpo" ".deps/rr.Po"; else rm -f ".deps/rr.Tpo"; exit 1; fi --- soa.o --- --- sql.o --- --- soa.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I../../lib -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT soa.o -MD -MP -MF ".deps/soa.Tpo" -c -o soa.o soa.c; then mv -f ".deps/soa.Tpo" ".deps/soa.Po"; else rm -f ".deps/soa.Tpo"; exit 1; fi --- sql.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I../../lib -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT sql.o -MD -MP -MF ".deps/sql.Tpo" -c -o sql.o sql.c; then mv -f ".deps/sql.Tpo" ".deps/sql.Po"; else rm -f ".deps/sql.Tpo"; exit 1; fi --- str.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I../../lib -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT str.o -MD -MP -MF ".deps/str.Tpo" -c -o str.o str.c; then mv -f ".deps/str.Tpo" ".deps/str.Po"; else rm -f ".deps/str.Tpo"; exit 1; fi --- unencode.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I../../lib -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT unencode.o -MD -MP -MF ".deps/unencode.Tpo" -c -o unencode.o unencode.c; then mv -f ".deps/unencode.Tpo" ".deps/unencode.Po"; else rm -f ".deps/unencode.Tpo"; exit 1; fi --- libmydns.a --- rm -f libmydns.a ar cru libmydns.a ip.o question.o rr.o soa.o sql.o str.o unencode.o ranlib libmydns.a Making all in mydns --- alias.o --- --- axfr.o --- --- cache.o --- --- axfr.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT axfr.o -MD -MP -MF ".deps/axfr.Tpo" -c -o axfr.o axfr.c; then mv -f ".deps/axfr.Tpo" ".deps/axfr.Po"; else rm -f ".deps/axfr.Tpo"; exit 1; fi --- alias.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT alias.o -MD -MP -MF ".deps/alias.Tpo" -c -o alias.o alias.c; then mv -f ".deps/alias.Tpo" ".deps/alias.Po"; else rm -f ".deps/alias.Tpo"; exit 1; fi --- cache.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT cache.o -MD -MP -MF ".deps/cache.Tpo" -c -o cache.o cache.c; then mv -f ".deps/cache.Tpo" ".deps/cache.Po"; else rm -f ".deps/cache.Tpo"; exit 1; fi --- conf.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT conf.o -MD -MP -MF ".deps/conf.Tpo" -c -o conf.o conf.c; then mv -f ".deps/conf.Tpo" ".deps/conf.Po"; else rm -f ".deps/conf.Tpo"; exit 1; fi --- data.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT data.o -MD -MP -MF ".deps/data.Tpo" -c -o data.o data.c; then mv -f ".deps/data.Tpo" ".deps/data.Po"; else rm -f ".deps/data.Tpo"; exit 1; fi --- db.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT db.o -MD -MP -MF ".deps/db.Tpo" -c -o db.o db.c; then mv -f ".deps/db.Tpo" ".deps/db.Po"; else rm -f ".deps/db.Tpo"; exit 1; fi --- encode.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT encode.o -MD -MP -MF ".deps/encode.Tpo" -c -o encode.o encode.c; then mv -f ".deps/encode.Tpo" ".deps/encode.Po"; else rm -f ".deps/encode.Tpo"; exit 1; fi --- error.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT error.o -MD -MP -MF ".deps/error.Tpo" -c -o error.o error.c; then mv -f ".deps/error.Tpo" ".deps/error.Po"; else rm -f ".deps/error.Tpo"; exit 1; fi --- listen.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT listen.o -MD -MP -MF ".deps/listen.Tpo" -c -o listen.o listen.c; then mv -f ".deps/listen.Tpo" ".deps/listen.Po"; else rm -f ".deps/listen.Tpo"; exit 1; fi --- error.o --- In function 'rr_error_repeat', inlined from 'rr_error_repeat' at error.c:165:1: error.c:175:34: warning: '__builtin_memmove' writing 4096 bytes into a region of size 4092 overflows the destination [-Wstringop-overflow=] 175 | rr_err_memory[n] = rr_err_memory[n-1]; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ error.c: In function 'rr_error_repeat': error.c:30:17: note: at offset 4 into destination object 'rr_err_memory' of size 4096 30 | uint32_t rr_err_memory[MAX_RR_ERR_MEMORY]; | ^~~~~~~~~~~~~ In function 'rr_error_repeat', inlined from 'rr_error_repeat' at error.c:165:1, inlined from 'rr_error' at error.c:189:27: error.c:175:34: warning: '__builtin_memmove' writing 4096 bytes into a region of size 4092 overflows the destination [-Wstringop-overflow=] 175 | rr_err_memory[n] = rr_err_memory[n-1]; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ error.c: In function 'rr_error': error.c:30:17: note: at offset 4 into destination object 'rr_err_memory' of size 4096 30 | uint32_t rr_err_memory[MAX_RR_ERR_MEMORY]; | ^~~~~~~~~~~~~ --- main.o --- --- queue.o --- --- main.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi --- queue.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT queue.o -MD -MP -MF ".deps/queue.Tpo" -c -o queue.o queue.c; then mv -f ".deps/queue.Tpo" ".deps/queue.Po"; else rm -f ".deps/queue.Tpo"; exit 1; fi --- recursive.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT recursive.o -MD -MP -MF ".deps/recursive.Tpo" -c -o recursive.o recursive.c; then mv -f ".deps/recursive.Tpo" ".deps/recursive.Po"; else rm -f ".deps/recursive.Tpo"; exit 1; fi --- reply.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT reply.o -MD -MP -MF ".deps/reply.Tpo" -c -o reply.o reply.c; then mv -f ".deps/reply.Tpo" ".deps/reply.Po"; else rm -f ".deps/reply.Tpo"; exit 1; fi --- resolve.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT resolve.o -MD -MP -MF ".deps/resolve.Tpo" -c -o resolve.o resolve.c; then mv -f ".deps/resolve.Tpo" ".deps/resolve.Po"; else rm -f ".deps/resolve.Tpo"; exit 1; fi --- rr.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT rr.o -MD -MP -MF ".deps/rr.Tpo" -c -o rr.o rr.c; then mv -f ".deps/rr.Tpo" ".deps/rr.Po"; else rm -f ".deps/rr.Tpo"; exit 1; fi --- sort.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT sort.o -MD -MP -MF ".deps/sort.Tpo" -c -o sort.o sort.c; then mv -f ".deps/sort.Tpo" ".deps/sort.Po"; else rm -f ".deps/sort.Tpo"; exit 1; fi --- status.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT status.o -MD -MP -MF ".deps/status.Tpo" -c -o status.o status.c; then mv -f ".deps/status.Tpo" ".deps/status.Po"; else rm -f ".deps/status.Tpo"; exit 1; fi --- task.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT task.o -MD -MP -MF ".deps/task.Tpo" -c -o task.o task.c; then mv -f ".deps/task.Tpo" ".deps/task.Po"; else rm -f ".deps/task.Tpo"; exit 1; fi --- tcp.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT tcp.o -MD -MP -MF ".deps/tcp.Tpo" -c -o tcp.o tcp.c; then mv -f ".deps/tcp.Tpo" ".deps/tcp.Po"; else rm -f ".deps/tcp.Tpo"; exit 1; fi --- udp.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT udp.o -MD -MP -MF ".deps/udp.Tpo" -c -o udp.o udp.c; then mv -f ".deps/udp.Tpo" ".deps/udp.Po"; else rm -f ".deps/udp.Tpo"; exit 1; fi --- update.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT update.o -MD -MP -MF ".deps/update.Tpo" -c -o update.o update.c; then mv -f ".deps/update.Tpo" ".deps/update.Po"; else rm -f ".deps/update.Tpo"; exit 1; fi --- mydns --- /usr/bin/bash ../../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -static -o mydns alias.o axfr.o cache.o conf.o data.o db.o encode.o error.o listen.o main.o queue.o recursive.o reply.o resolve.o rr.o sort.o status.o task.o tcp.o udp.o update.o ../../src/lib/libmydns.a ../../lib/libmydnsutil.a -L/opt/local/lib -lmysqlclient -L/opt/local/lib -lz -lsocket -lnsl -lm mkdir .libs gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o mydns alias.o axfr.o cache.o conf.o data.o db.o encode.o error.o listen.o main.o queue.o recursive.o reply.o resolve.o rr.o sort.o status.o task.o tcp.o udp.o update.o -L/opt/local/lib /opt/local/lib/libintl.a -liconv /opt/local/lib/libiconv.a -L/usr/lib/amd64 ../../src/lib/libmydns.a ../../lib/libmydnsutil.a -lmysqlclient /opt/local/lib/libz.a -lsocket -lnsl -lm Making all in util --- check.o --- --- util.o --- --- export.o --- --- util.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -DSBINDIR=\"/opt/local/sbin\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT util.o -MD -MP -MF ".deps/util.Tpo" -c -o util.o util.c; then mv -f ".deps/util.Tpo" ".deps/util.Po"; else rm -f ".deps/util.Tpo"; exit 1; fi --- export.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -DSBINDIR=\"/opt/local/sbin\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT export.o -MD -MP -MF ".deps/export.Tpo" -c -o export.o export.c; then mv -f ".deps/export.Tpo" ".deps/export.Po"; else rm -f ".deps/export.Tpo"; exit 1; fi --- check.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -DSBINDIR=\"/opt/local/sbin\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT check.o -MD -MP -MF ".deps/check.Tpo" -c -o check.o check.c; then mv -f ".deps/check.Tpo" ".deps/check.Po"; else rm -f ".deps/check.Tpo"; exit 1; fi --- export.o --- In file included from export.c:23: util.h:36:20: warning: inline function 'meter' declared but never defined 36 | extern inline void meter(unsigned long, unsigned long); | ^~~~~ --- check.o --- In file included from check.c:23: util.h:36:20: warning: inline function 'meter' declared but never defined 36 | extern inline void meter(unsigned long, unsigned long); | ^~~~~ --- import.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -DSBINDIR=\"/opt/local/sbin\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT import.o -MD -MP -MF ".deps/import.Tpo" -c -o import.o import.c; then mv -f ".deps/import.Tpo" ".deps/import.Po"; else rm -f ".deps/import.Tpo"; exit 1; fi In file included from import.c:23: util.h:36:20: warning: inline function 'meter' declared but never defined 36 | extern inline void meter(unsigned long, unsigned long); | ^~~~~ --- import-axfr.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -DSBINDIR=\"/opt/local/sbin\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT import-axfr.o -MD -MP -MF ".deps/import-axfr.Tpo" -c -o import-axfr.o import-axfr.c; then mv -f ".deps/import-axfr.Tpo" ".deps/import-axfr.Po"; else rm -f ".deps/import-axfr.Tpo"; exit 1; fi --- import-tinydns.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -DSBINDIR=\"/opt/local/sbin\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT import-tinydns.o -MD -MP -MF ".deps/import-tinydns.Tpo" -c -o import-tinydns.o import-tinydns.c; then mv -f ".deps/import-tinydns.Tpo" ".deps/import-tinydns.Po"; else rm -f ".deps/import-tinydns.Tpo"; exit 1; fi --- libptr.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -DSBINDIR=\"/opt/local/sbin\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT libptr.o -MD -MP -MF ".deps/libptr.Tpo" -c -o libptr.o libptr.c; then mv -f ".deps/libptr.Tpo" ".deps/libptr.Po"; else rm -f ".deps/libptr.Tpo"; exit 1; fi --- import-axfr.o --- In file included from import-axfr.c:23: util.h:36:20: warning: inline function 'meter' declared but never defined 36 | extern inline void meter(unsigned long, unsigned long); | ^~~~~ --- libptr.o --- In file included from libptr.c:21: util.h:36:20: warning: inline function 'meter' declared but never defined 36 | extern inline void meter(unsigned long, unsigned long); | ^~~~~ --- import-tinydns.o --- In file included from import-tinydns.c:23: util.h:36:20: warning: inline function 'meter' declared but never defined 36 | extern inline void meter(unsigned long, unsigned long); | ^~~~~ --- ptrconvert.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -DSBINDIR=\"/opt/local/sbin\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT ptrconvert.o -MD -MP -MF ".deps/ptrconvert.Tpo" -c -o ptrconvert.o ptrconvert.c; then mv -f ".deps/ptrconvert.Tpo" ".deps/ptrconvert.Po"; else rm -f ".deps/ptrconvert.Tpo"; exit 1; fi --- conf.o --- if gcc -DLOCALEDIR=\"/opt/local/lib/locale\" -DSBINDIR=\"/opt/local/sbin\" -I. -I. -I../.. -I../../lib -I../../src/lib -I../../intl -I/opt/local/include/mysql -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -MT conf.o -MD -MP -MF ".deps/conf.Tpo" -c -o conf.o conf.c; then mv -f ".deps/conf.Tpo" ".deps/conf.Po"; else rm -f ".deps/conf.Tpo"; exit 1; fi --- ptrconvert.o --- In file included from ptrconvert.c:23: util.h:36:20: warning: inline function 'meter' declared but never defined 36 | extern inline void meter(unsigned long, unsigned long); | ^~~~~ --- conf.o --- In file included from conf.c:24: util.h:36:20: warning: inline function 'meter' declared but never defined 36 | extern inline void meter(unsigned long, unsigned long); | ^~~~~ --- mydnsexport --- /usr/bin/bash ../../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -static -o mydnsexport export.o util.o ../../src/lib/libmydns.a ../../lib/libmydnsutil.a -L/opt/local/lib -lmysqlclient -L/opt/local/lib -lz -lsocket -lnsl -lm --- mydnscheck --- /usr/bin/bash ../../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -static -o mydnscheck check.o util.o ../../src/lib/libmydns.a ../../lib/libmydnsutil.a -L/opt/local/lib -lmysqlclient -L/opt/local/lib -lz -lsocket -lnsl -lm --- mydns-conf --- /usr/bin/bash ../../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -static -o mydns-conf conf.o ../../src/lib/libmydns.a ../../lib/libmydnsutil.a -L/opt/local/lib -lmysqlclient -L/opt/local/lib -lz -lsocket -lnsl -lm --- mydnsexport --- mkdir .libs gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o mydnsexport export.o util.o -L/opt/local/lib /opt/local/lib/libintl.a -liconv /opt/local/lib/libiconv.a -L/usr/lib/amd64 ../../src/lib/libmydns.a ../../lib/libmydnsutil.a -lmysqlclient /opt/local/lib/libz.a -lsocket -lnsl -lm --- mydnscheck --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o mydnscheck check.o util.o -L/opt/local/lib /opt/local/lib/libintl.a -liconv /opt/local/lib/libiconv.a -L/usr/lib/amd64 ../../src/lib/libmydns.a ../../lib/libmydnsutil.a -lmysqlclient /opt/local/lib/libz.a -lsocket -lnsl -lm --- mydnsptrconvert --- /usr/bin/bash ../../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -static -o mydnsptrconvert libptr.o ptrconvert.o util.o ../../src/lib/libmydns.a ../../lib/libmydnsutil.a -L/opt/local/lib -lmysqlclient -L/opt/local/lib -lz -lsocket -lnsl -lm --- mydnsimport --- /usr/bin/bash ../../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -static -o mydnsimport import.o import-axfr.o import-tinydns.o util.o ../../src/lib/libmydns.a ../../lib/libmydnsutil.a -L/opt/local/lib -lmysqlclient -L/opt/local/lib -lz -lsocket -lnsl -lm --- mydns-conf --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o mydns-conf conf.o -L/opt/local/lib /opt/local/lib/libintl.a -liconv /opt/local/lib/libiconv.a -L/usr/lib/amd64 ../../src/lib/libmydns.a ../../lib/libmydnsutil.a -lmysqlclient /opt/local/lib/libz.a -lsocket -lnsl -lm --- mydnsptrconvert --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o mydnsptrconvert libptr.o ptrconvert.o util.o -L/opt/local/lib /opt/local/lib/libintl.a -liconv /opt/local/lib/libiconv.a -L/usr/lib/amd64 ../../src/lib/libmydns.a ../../lib/libmydnsutil.a -lmysqlclient /opt/local/lib/libz.a -lsocket -lnsl -lm --- mydnsimport --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/usr/include -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o mydnsimport import.o import-axfr.o import-tinydns.o util.o -L/opt/local/lib /opt/local/lib/libintl.a -liconv /opt/local/lib/libiconv.a -L/usr/lib/amd64 ../../src/lib/libmydns.a ../../lib/libmydnsutil.a -lmysqlclient /opt/local/lib/libz.a -lsocket -lnsl -lm