Last 2000 lines of build log: /tmp/build/2023.06.27.01.17.43-pmax/src/crypto/external/bsd/openssl/dist/apps/speed.c:1264:12: note: 'sigsize' declared here 1264 | size_t sigsize; /* only used for EdDSA curves */ | ^~~~~~~ /tmp/build/2023.06.27.01.17.43-pmax/src/crypto/external/bsd/openssl/dist/apps/speed.c:1451:9: warning: missing initializer for field 'sigsize' of 'EC_CURVE' {aka 'const struct ec_curve_st'} [-Wmissing-field-initializers] 1451 | {"X25519", NID_X25519, 253}, | ^ /tmp/build/2023.06.27.01.17.43-pmax/src/crypto/external/bsd/openssl/dist/apps/speed.c:1264:12: note: 'sigsize' declared here 1264 | size_t sigsize; /* only used for EdDSA curves */ | ^~~~~~~ /tmp/build/2023.06.27.01.17.43-pmax/src/crypto/external/bsd/openssl/dist/apps/speed.c:1452:9: warning: missing initializer for field 'sigsize' of 'EC_CURVE' {aka 'const struct ec_curve_st'} [-Wmissing-field-initializers] 1452 | {"X448", NID_X448, 448} | ^ /tmp/build/2023.06.27.01.17.43-pmax/src/crypto/external/bsd/openssl/dist/apps/speed.c:1264:12: note: 'sigsize' declared here 1264 | size_t sigsize; /* only used for EdDSA curves */ | ^~~~~~~ /tmp/build/2023.06.27.01.17.43-pmax/src/crypto/external/bsd/openssl/dist/apps/speed.c:1462:9: warning: missing initializer for field 'sigsize' of 'EC_CURVE' {aka 'const struct ec_curve_st'} [-Wmissing-field-initializers] 1462 | {"CurveSM2", NID_sm2, 256} | ^ /tmp/build/2023.06.27.01.17.43-pmax/src/crypto/external/bsd/openssl/dist/apps/speed.c:1264:12: note: 'sigsize' declared here 1264 | size_t sigsize; /* only used for EdDSA curves */ | ^~~~~~~ --- dependall-external --- --- arpaname.d --- # create arpaname/arpaname.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f arpaname.d.tmp -- -std=gnu99 -Wno-pointer-sign -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -include /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../include/config.h -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../dist -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../dist/lib/bind9/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../dist/lib/dns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../dist/lib/ns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../dist/lib/irs/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../dist/lib/isc/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../dist/lib/isc/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../dist/lib/isccfg/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../dist/lib/isccc/include -DNS_LOCALSTATEDIR=\"/var\" -DNS_SYSCONFDIR=\"/etc\" -DSESSION_KEYFILE=\"/var/run/named/session.key\" -DNAMED_CONFFILE=\"/etc/named.conf\" -DVERSION=\"9.16.42\" -DBIND9 -DWANT_IPV6 -DALLOW_FILTER_AAAA -DISC_PLATFORM_USETHREADS -DOPENSSL -DUSE_ISC_SPNEGO -DGSSAPI -DISC_PLATFORM_USETHREADS -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../dist/lib/isc/pthreads/include /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../dist/bin/tools/arpaname.c && mv -f arpaname.d.tmp arpaname.d --- dependall-crypto/external --- /tmp/build/2023.06.27.01.17.43-pmax/src/crypto/external/bsd/openssl/dist/apps/speed.c:2002:47: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 2002 | (char *)hmac_key, len); | ^ /tmp/build/2023.06.27.01.17.43-pmax/src/crypto/external/bsd/openssl/dist/apps/speed.c:2157:54: warning: passing argument 2 of 'OSSL_PARAM_construct_utf8_string' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2157 | "aes-128-gcm", 0); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.06.27.01.17.43-pmax/src/crypto/external/bsd/openssl/dist/include/openssl/evp.h:32, from /tmp/build/2023.06.27.01.17.43-pmax/destdir/usr/include/openssl/x509.h:28, from /tmp/build/2023.06.27.01.17.43-pmax/src/crypto/external/bsd/openssl/dist/apps/include/apps.h:29, from /tmp/build/2023.06.27.01.17.43-pmax/src/crypto/external/bsd/openssl/dist/apps/speed.c:30: /tmp/build/2023.06.27.01.17.43-pmax/src/crypto/external/bsd/openssl/dist/include/openssl/params.h:88:68: note: expected 'char *' but argument is of type 'const char *' 88 | OSSL_PARAM OSSL_PARAM_construct_utf8_string(const char *key, char *buf, | ~~~~~~^~~ /tmp/build/2023.06.27.01.17.43-pmax/src/crypto/external/bsd/openssl/dist/apps/speed.c:2159:55: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 2159 | (char *)gmac_iv, | ^ /tmp/build/2023.06.27.01.17.43-pmax/src/crypto/external/bsd/openssl/dist/apps/speed.c:2305:55: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 2305 | (char *)key32, keylen); | ^ --- dependall-external --- --- dependall-dnssec --- --- dnssectool.d --- # create dnssec-keygen/dnssectool.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f dnssectool.d.tmp -- -std=gnu99 -Wno-pointer-sign -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -include /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../include/config.h -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/bind9/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/dns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/ns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/irs/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/isc/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/isc/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/isccfg/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/isccc/include -DNS_LOCALSTATEDIR=\"/var\" -DNS_SYSCONFDIR=\"/etc\" -DSESSION_KEYFILE=\"/var/run/named/session.key\" -DNAMED_CONFFILE=\"/etc/named.conf\" -DVERSION=\"9.16.42\" -DBIND9 -DWANT_IPV6 -DALLOW_FILTER_AAAA -DISC_PLATFORM_USETHREADS -DOPENSSL -DUSE_ISC_SPNEGO -DGSSAPI -DISC_PLATFORM_USETHREADS -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/isc/pthreads/include /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/bin/dnssec/dnssectool.c && mv -f dnssectool.d.tmp dnssectool.d --- dependall-usr.sbin --- --- dependall-flashctl --- dependall ===> usr.sbin/flashctl --- dependall-external --- --- dependall-ibm-public --- --- dependall-masterlib --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x mail_flow.o --- dependall-bin --- --- file_subs.d --- # create pax/file_subs.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f file_subs.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/mtree -I/tmp/build/2023.06.27.01.17.43-pmax/src/sbin/mknod -DHAVE_SYS_MTIO_H -DSUPPORT_RMT /tmp/build/2023.06.27.01.17.43-pmax/src/bin/pax/file_subs.c && mv -f file_subs.d.tmp file_subs.d --- dependall-external --- --- master_avail.o --- # compile masterlib/master_avail.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master/master_avail.c -o master_avail.o --- dependall-bsd --- --- fsi_lex.d --- --- dependall-usr.sbin --- --- flashctl.d --- --- dependall-external --- # create fsinfo/fsi_lex.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f fsi_lex.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/bin/fsinfo/../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/libamu -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/lib/libamu -DDEBUG -DHAVE_MAP_HESIOD=1 -DHAVE_MAP_LDAP=1 -DHAVE_LBER_H=1 -DHAVE_LDAP_H -DHAVE_LDAP_OPEN=1 -DLDAP_DEPRECATED=1 -DHAVE_MAP_NIS=1 -DYP -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/fsinfo -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/bin/fsinfo fsi_lex.c && mv -f fsi_lex.d.tmp fsi_lex.d --- dependall-usr.sbin --- # create flashctl/flashctl.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f flashctl.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/flashctl/flashctl.c && mv -f flashctl.d.tmp flashctl.d --- dependall-external --- --- dependall-ibm-public --- --- dependall-global --- --- user_acl.d --- # create global/user_acl.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f user_acl.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global/user_acl.c && mv -f user_acl.d.tmp user_acl.d --- dependall-mpl --- --- dependall-tools --- --- .depend --- # create arpaname/.depend rm -f .depend CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend arpaname.d --- dependall --- --- dependall-bin --- --- ftree.d --- # create pax/ftree.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f ftree.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/mtree -I/tmp/build/2023.06.27.01.17.43-pmax/src/sbin/mknod -DHAVE_SYS_MTIO_H -DSUPPORT_RMT /tmp/build/2023.06.27.01.17.43-pmax/src/bin/pax/ftree.c && mv -f ftree.d.tmp ftree.d --- dependall-usr.sbin --- --- .depend --- # create flashctl/.depend rm -f .depend CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend flashctl.d --- dependall --- --- dependall-tests --- --- dependall-libarchive --- --- test_entry_strmode.o --- # compile libarchive/test_entry_strmode.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/test_utils -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive -I. -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive/test -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libarchive/../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive/test/test_entry_strmode.c -o test_entry_strmode.o --- dependall-external --- --- dependall-dnssec --- --- .depend --- # create dnssec-keygen/.depend rm -f .depend CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend dnssec-keygen.d dnssectool.d --- dependall --- --- dependall-tools --- --- .gdbinit --- --- dependall-games --- --- hack.mkshop.o --- --- dependall-external --- --- dependall-ibm-public --- --- uxtext.d --- --- dependall-mpl --- rm -f .gdbinit --- dependall-ibm-public --- # create global/uxtext.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f uxtext.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global/uxtext.c && mv -f uxtext.d.tmp uxtext.d --- dependall-games --- # compile hack/hack.mkshop.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I. -c /tmp/build/2023.06.27.01.17.43-pmax/src/games/hack/hack.mkshop.c -o hack.mkshop.o --- dependall-external --- --- dependall-mpl --- echo "set solib-absolute-prefix /tmp/build/2023.06.27.01.17.43-pmax/destdir" > .gdbinit --- arpaname.o --- --- dependall-usr.sbin --- --- .gdbinit --- --- dependall-external --- # compile arpaname/arpaname.o --- dependall-usr.sbin --- rm -f .gdbinit --- dependall-external --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -Wno-pointer-sign -fcommon -fcommon -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -include /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../include/config.h -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../dist -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../dist/lib/bind9/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../dist/lib/dns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../dist/lib/ns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../dist/lib/irs/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../dist/lib/isc/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../dist/lib/isc/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../dist/lib/isccfg/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../dist/lib/isccc/include -DNS_LOCALSTATEDIR=\"/var\" -DNS_SYSCONFDIR=\"/etc\" -DSESSION_KEYFILE=\"/var/run/named/session.key\" -DNAMED_CONFFILE=\"/etc/named.conf\" -DVERSION=\"9.16.42\" -DBIND9 -DWANT_IPV6 -DALLOW_FILTER_AAAA -DISC_PLATFORM_USETHREADS -DOPENSSL -DUSE_ISC_SPNEGO -DGSSAPI -DISC_PLATFORM_USETHREADS -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../dist/lib/isc/pthreads/include -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../dist/bin/tools/arpaname.c -o arpaname.o --- dependall-usr.sbin --- echo "set solib-absolute-prefix /tmp/build/2023.06.27.01.17.43-pmax/destdir" > .gdbinit --- flashctl.html8 --- # format flashctl/flashctl.html8 if test "" != "yes"; then /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/flashctl/flashctl.8 > flashctl.html8.tmp && mv -f flashctl.html8.tmp flashctl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-font:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-tmac:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/tmac /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/flashctl/flashctl.8 > flashctl.html8.tmp && mv -f flashctl.html8.tmp flashctl.html8; fi --- flashctl.o --- # compile flashctl/flashctl.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -c /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/flashctl/flashctl.c -o flashctl.o --- dependall-bin --- --- gen_subs.d --- # create pax/gen_subs.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f gen_subs.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/mtree -I/tmp/build/2023.06.27.01.17.43-pmax/src/sbin/mknod -DHAVE_SYS_MTIO_H -DSUPPORT_RMT /tmp/build/2023.06.27.01.17.43-pmax/src/bin/pax/gen_subs.c && mv -f gen_subs.d.tmp gen_subs.d --- dependall-external --- --- dependall-bsd --- --- fsi_util.d --- # create fsinfo/fsi_util.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f fsi_util.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/bin/fsinfo/../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/libamu -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/lib/libamu -DDEBUG -DHAVE_MAP_HESIOD=1 -DHAVE_MAP_LDAP=1 -DHAVE_LBER_H=1 -DHAVE_LDAP_H -DHAVE_LDAP_OPEN=1 -DLDAP_DEPRECATED=1 -DHAVE_MAP_NIS=1 -DYP -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/fsinfo -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/bin/fsinfo /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/fsinfo/fsi_util.c && mv -f fsi_util.d.tmp fsi_util.d --- dependall-tests --- --- dependall-libc --- --- t_humanize_number.o --- # compile gen/t_humanize_number.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/../../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/t_humanize_number.c -o t_humanize_number.o --- dependall-sys --- --- fnmatch.o --- # compile sa/fnmatch.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -ffreestanding -Os -g -mmemcpy -mno-abicalls -G 128 -fno-unwind-tables -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Werror -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libsa -DBOOT_TYPE_NAME='"Netboot"' -DBOOTNET -DSUPPORT_BOOTP -DSUPPORT_DHCP -DFILL_ARPCACHE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -nostdinc -D_STANDALONE -DNO_ABICALLS -D_NO_PROM_DEFINES -I/tmp/build/2023.06.27.01.17.43-pmax/obj/sys/arch/pmax/stand/netboot -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../.. -DNETBSD_VERS='"10.99.4"' -DSECONDARY_BOOTBLOCK -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/quad -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/string -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/arch/mips/string -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/arch/mips/atomic -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/hash/sha3 -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../.. -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libsa/../../../common/dist/zlib -DCOMPAT_UFS -D__INTERNAL_LIBSA_CREAD -Wno-pointer-sign -c /tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libsa/fnmatch.c -o fnmatch.o --- dependall-external --- --- dependall-ibm-public --- --- valid_mailhost_addr.d --- # create global/valid_mailhost_addr.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f valid_mailhost_addr.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global/valid_mailhost_addr.c && mv -f valid_mailhost_addr.d.tmp valid_mailhost_addr.d --- dependall-mpl --- --- dependall-dnssec --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.06.27.01.17.43-pmax/destdir" > .gdbinit --- dnssec-keygen.o --- # compile dnssec-keygen/dnssec-keygen.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -Wno-pointer-sign -fcommon -fcommon -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -include /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../include/config.h -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/bind9/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/dns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/ns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/irs/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/isc/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/isc/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/isccfg/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/isccc/include -DNS_LOCALSTATEDIR=\"/var\" -DNS_SYSCONFDIR=\"/etc\" -DSESSION_KEYFILE=\"/var/run/named/session.key\" -DNAMED_CONFFILE=\"/etc/named.conf\" -DVERSION=\"9.16.42\" -DBIND9 -DWANT_IPV6 -DALLOW_FILTER_AAAA -DISC_PLATFORM_USETHREADS -DOPENSSL -DUSE_ISC_SPNEGO -DGSSAPI -DISC_PLATFORM_USETHREADS -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/isc/pthreads/include -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/bin/dnssec/dnssec-keygen.c -o dnssec-keygen.o --- dependall-usr.bin --- --- subr.o --- # compile error/subr.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -c /tmp/build/2023.06.27.01.17.43-pmax/src/usr.bin/error/subr.c -o subr.o --- dependall-bin --- --- getid.d --- # create pax/getid.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f getid.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/mtree -I/tmp/build/2023.06.27.01.17.43-pmax/src/sbin/mknod -DHAVE_SYS_MTIO_H -DSUPPORT_RMT /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/mtree/getid.c && mv -f getid.d.tmp getid.d --- dependall-external --- --- dependall-ibm-public --- --- dependall-masterlib --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x master_avail.o --- dependall-sys --- --- libsa.a --- # build sa/libsa.a /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-ar crsD libsa.a $(NM=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-nm NM=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-nm MKTEMP=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmktemp /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nblorder alloc.o atoi.o errno.o exit.o files.o getfile.o gets.o globals.o panic.o printf.o qsort.o snprintf.o strerror.o subr_prf.o twiddle.o checkpasswd.o bootcfg.o memcmp.o memcpy.o memmove.o memset.o strchr.o bcopy.o bzero.o closeall.o dev.o disklabel.o ioctl.o nullfs.o stat.o fstat.o close.o lseek.o open.o read.o write.o cread.o loadfile.o loadfile_ecoff.o loadfile_elf32.o lookup_elf32.o loadfile_elf64.o lookup_elf64.o arp.o ether.o ether_sprintf.o ip_cksum.o net.o netif.o rpc.o udp.o ip.o bootp.o rarp.o bootparam.o nfs.o tftp.o ffsv1.o ffsv2.o ffs_bswap.o lfsv1.o lfsv2.o cd9660.o ustarfs.o dosfs.o ext2fs.o minixfs3.o fnmatch.o ufs.o | /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbtsort -q) --- dependall-external --- --- master_conf.o --- # compile masterlib/master_conf.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master/master_conf.c -o master_conf.o --- dependall-global --- --- verify.d --- # create global/verify.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f verify.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global/verify.c && mv -f verify.d.tmp verify.d --- dependall-bin --- --- getoldopt.d --- # create pax/getoldopt.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f getoldopt.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/mtree -I/tmp/build/2023.06.27.01.17.43-pmax/src/sbin/mknod -DHAVE_SYS_MTIO_H -DSUPPORT_RMT /tmp/build/2023.06.27.01.17.43-pmax/src/bin/pax/getoldopt.c && mv -f getoldopt.d.tmp getoldopt.d --- dependall-external --- --- dependall-mpl --- --- dependall-tools --- --- arpaname.1 --- # create arpaname/arpaname.1 /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbsed -e "s,@BIND9_VERSION@,9.16.42," -e "s,@RELEASE_DATE@,," -e "s,@BIND9_VERSION_STRING@,," -e "s,@sysconfdir@,//etc," -e "s,@plugindir@,/usr/lib/named," < /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/arpaname/../../../dist/doc/man/arpaname.1in > arpaname.1 --- dependall-bsd --- --- fsinfo.d --- --- dependall-mpl --- --- arpaname --- --- dependall-bsd --- # create fsinfo/fsinfo.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f fsinfo.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/bin/fsinfo/../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/libamu -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/lib/libamu -DDEBUG -DHAVE_MAP_HESIOD=1 -DHAVE_MAP_LDAP=1 -DHAVE_LBER_H=1 -DHAVE_LDAP_H -DHAVE_LDAP_OPEN=1 -DLDAP_DEPRECATED=1 -DHAVE_MAP_NIS=1 -DYP -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/fsinfo -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/bin/fsinfo /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/fsinfo/fsinfo.c && mv -f fsinfo.d.tmp fsinfo.d --- dependall-mpl --- # link arpaname/arpaname /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o arpaname arpaname.o -Wl,-rpath-link,/tmp/build/2023.06.27.01.17.43-pmax/destdir/lib -L=/lib -lbind9 -lisccfg -ldns -lns -lirs -lisccc -lisc -L/tmp/build/2023.06.27.01.17.43-pmax/obj/external/mit/libuv/lib -luv -lexecinfo -lkvm -lz -lblocklist -lpthread -lgssapi -lheimntlm -lkrb5 -lcom_err -lhx509 -lcrypto -lasn1 -lwind -lheimbase -lcom_err -lroken -lsqlite3 -lm -lcrypt -lutil -lssl -lcrypto -lcrypt --- dependall-tests --- --- dependall-libarchive --- --- test_extattr_freebsd.o --- # compile libarchive/test_extattr_freebsd.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/test_utils -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive -I. -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive/test -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libarchive/../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive/test/test_extattr_freebsd.c -o test_extattr_freebsd.o --- dependall-bin --- --- misc.d --- # create pax/misc.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f misc.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/mtree -I/tmp/build/2023.06.27.01.17.43-pmax/src/sbin/mknod -DHAVE_SYS_MTIO_H -DSUPPORT_RMT /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/mtree/misc.c && mv -f misc.d.tmp misc.d --- dependall-sys --- --- /tmp/build/2023.06.27.01.17.43-pmax/obj/sys/arch/pmax/stand/netboot/lib/z/libz.a --- making sure the z library is up to date... --- adler32.o --- # compile z/adler32.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -ffreestanding -Os -g -mmemcpy -mno-abicalls -G 128 -fno-unwind-tables -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Werror -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libz/../../../common/dist/zlib -DBOOT_TYPE_NAME='"Netboot"' -DBOOTNET -DSUPPORT_BOOTP -DSUPPORT_DHCP -DFILL_ARPCACHE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -nostdinc -D_STANDALONE -DNO_ABICALLS -D_NO_PROM_DEFINES -I/tmp/build/2023.06.27.01.17.43-pmax/obj/sys/arch/pmax/stand/netboot -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../.. -DNETBSD_VERS='"10.99.4"' -DSECONDARY_BOOTBLOCK -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/quad -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/string -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/arch/mips/string -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/arch/mips/atomic -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/hash/sha3 -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libz/../../../common/dist/zlib/adler32.c -o adler32.o --- dependall-external --- --- dependall-ibm-public --- --- verify_clnt.d --- # create global/verify_clnt.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f verify_clnt.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global/verify_clnt.c && mv -f verify_clnt.d.tmp verify_clnt.d --- dependall-bin --- --- options.d --- # create pax/options.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f options.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/mtree -I/tmp/build/2023.06.27.01.17.43-pmax/src/sbin/mknod -DHAVE_SYS_MTIO_H -DSUPPORT_RMT /tmp/build/2023.06.27.01.17.43-pmax/src/bin/pax/options.c && mv -f options.d.tmp options.d --- dependall-usr.sbin --- --- flashctl --- # link flashctl/flashctl /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o flashctl flashctl.o -Wl,-rpath-link,/tmp/build/2023.06.27.01.17.43-pmax/destdir/lib -L=/lib --- dependall-external --- --- dependall-masterlib --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x master_conf.o --- dependall-gpl3 --- --- dependall-gas --- --- obj-elf.o --- # compile gas/obj-elf.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/gas -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/gas/config -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../lib/libbfd/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/bfd -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/binutils -DLOCALEDIR=\"/usr/share/locale\" -c -Wno-stack-protector /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/gas/config/obj-elf.c -o obj-elf.o --- dependall-ibm-public --- --- master_flow.o --- # compile masterlib/master_flow.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master/master_flow.c -o master_flow.o --- dependall-tests --- --- test_filter_count.o --- # compile libarchive/test_filter_count.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/test_utils -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive -I. -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive/test -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libarchive/../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive/test/test_filter_count.c -o test_filter_count.o--- dependall-bin --- --- pack_dev.d --- # create pax/pack_dev.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f pack_dev.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/mtree -I/tmp/build/2023.06.27.01.17.43-pmax/src/sbin/mknod -DHAVE_SYS_MTIO_H -DSUPPORT_RMT /tmp/build/2023.06.27.01.17.43-pmax/src/sbin/mknod/pack_dev.c && mv -f pack_dev.d.tmp pack_dev.d --- dependall-external --- --- dependall-bsd --- --- wr_atab.d --- # create fsinfo/wr_atab.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f wr_atab.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/bin/fsinfo/../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/libamu -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/lib/libamu -DDEBUG -DHAVE_MAP_HESIOD=1 -DHAVE_MAP_LDAP=1 -DHAVE_LBER_H=1 -DHAVE_LDAP_H -DHAVE_LDAP_OPEN=1 -DLDAP_DEPRECATED=1 -DHAVE_MAP_NIS=1 -DYP -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/fsinfo -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/bin/fsinfo /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/fsinfo/wr_atab.c && mv -f wr_atab.d.tmp wr_atab.d --- dependall-usr.sbin --- --- dependall-fssconfig --- --- dependall-tests --- --- dependall-libc --- --- t_isnan.o --- --- dependall-usr.sbin --- dependall ===> usr.sbin/fssconfig --- dependall-tests --- # compile gen/t_isnan.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/../../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/t_isnan.c -o t_isnan.o --- dependall-usr.sbin --- --- fssconfig_rumpops.d --- # create fssconfig/fssconfig_rumpops.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f fssconfig_rumpops.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fssconfig/fssconfig_rumpops.c && mv -f fssconfig_rumpops.d.tmp fssconfig_rumpops.d --- dependall-games --- --- hack.mon.o --- # compile hack/hack.mon.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I. -c -Wno-format-nonliteral /tmp/build/2023.06.27.01.17.43-pmax/src/games/hack/hack.mon.c -o hack.mon.o --- dependall-bin --- --- pat_rep.d --- # create pax/pat_rep.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f pat_rep.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/mtree -I/tmp/build/2023.06.27.01.17.43-pmax/src/sbin/mknod -DHAVE_SYS_MTIO_H -DSUPPORT_RMT /tmp/build/2023.06.27.01.17.43-pmax/src/bin/pax/pat_rep.c && mv -f pat_rep.d.tmp pat_rep.d --- dependall-external --- --- dependall-mpl --- --- dependall-dhcp --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x comapi.o --- dependall-ibm-public --- --- dependall-global --- --- verify_sender_addr.d --- # create global/verify_sender_addr.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f verify_sender_addr.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global/verify_sender_addr.c && mv -f verify_sender_addr.d.tmp verify_sender_addr.d --- dependall-usr.bin --- --- filter.o --- --- dependall-external --- --- dependall-mpl --- --- conflex.o --- --- dependall-bind --- --- arpaname.html1 --- --- dependall-usr.bin --- # compile error/filter.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -c /tmp/build/2023.06.27.01.17.43-pmax/src/usr.bin/error/filter.c -o filter.o --- dependall-external --- # format arpaname/arpaname.html1 if test "" != "yes"; then /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css arpaname.1 > arpaname.html1.tmp && mv -f arpaname.html1.tmp arpaname.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-font:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-tmac:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/tmac /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html arpaname.1 > arpaname.html1.tmp && mv -f arpaname.html1.tmp arpaname.html1; fi --- dependall-dhcp --- # compile common/conflex.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DDHCPv6 -DISC_PLATFORM_USETHREADS -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../dist -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../dist/includes -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../dist/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/includes -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/isc/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/isc/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/isc/pthreads/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/dns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/dns/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/dns/pthreads/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/irs/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/irs/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/irs/pthreads/include -DLOCALSTATEDIR='"/var"' -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../dist/common/conflex.c -o conflex.o --- dependall-bind --- --- dependall-named-journalprint --- dependall ===> external/mpl/bind/bin/tools/named-journalprint --- dependall-usr.sbin --- --- fssconfig.d --- # create fssconfig/fssconfig.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f fssconfig.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fssconfig/fssconfig.c && mv -f fssconfig.d.tmp fssconfig.d --- dependall-external --- --- dependall-ibm-public --- --- dependall-masterlib --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x master_flow.o --- master_listen.o --- # compile masterlib/master_listen.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE ---- dependall-bin --- --- pax.d --- # create pax/pax.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f pax.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/mtree -I/tmp/build/2023.06.27.01.17.43-pmax/src/sbin/mknod -DHAVE_SYS_MTIO_H -DSUPPORT_RMT /tmp/build/2023.06.27.01.17.43-pmax/src/bin/pax/pax.c && mv -f pax.d.tmp pax.d --- dependall-external --- DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master/master_listen.c -o master_listen.o --- dependall-mpl --- --- named-journalprint.d --- # create named-journalprint/named-journalprint.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f named-journalprint.d.tmp -- -std=gnu99 -Wno-pointer-sign -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -include /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../include/config.h -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../dist -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../dist/lib/bind9/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../dist/lib/dns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../dist/lib/ns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../dist/lib/irs/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../dist/lib/isc/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../dist/lib/isc/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../dist/lib/isccfg/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../dist/lib/isccc/include -DNS_LOCALSTATEDIR=\"/var\" -DNS_SYSCONFDIR=\"/etc\" -DSESSION_KEYFILE=\"/var/run/named/session.key\" -DNAMED_CONFFILE=\"/etc/named.conf\" -DVERSION=\"9.16.42\" -DBIND9 -DWANT_IPV6 -DALLOW_FILTER_AAAA -DISC_PLATFORM_USETHREADS -DOPENSSL -DUSE_ISC_SPNEGO -DGSSAPI -DISC_PLATFORM_USETHREADS -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../dist/lib/isc/pthreads/include /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../dist/bin/tools/named-journalprint.c && mv -f named-journalprint.d.tmp named-journalprint.d --- dependall-sys --- --- compress.o --- # compile z/compress.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -ffreestanding -Os -g -mmemcpy -mno-abicalls -G 128 -fno-unwind-tables -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Werror -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libz/../../../common/dist/zlib -DBOOT_TYPE_NAME='"Netboot"' -DBOOTNET -DSUPPORT_BOOTP -DSUPPORT_DHCP -DFILL_ARPCACHE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -nostdinc -D_STANDALONE -DNO_ABICALLS -D_NO_PROM_DEFINES -I/tmp/build/2023.06.27.01.17.43-pmax/obj/sys/arch/pmax/stand/netboot -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../.. -DNETBSD_VERS='"10.99.4"' -DSECONDARY_BOOTBLOCK -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/quad -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/string -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/arch/mips/string -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/arch/mips/atomic -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/hash/sha3 -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libz/../../../common/dist/zlib/compress.c -o compress.o --- dependall-usr.sbin --- --- fssconfig_hostops.d --- --- dependall-external --- --- dependall-bsd --- --- wr_bparam.d --- --- dependall-usr.sbin --- # create fssconfig/fssconfig_hostops.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f fssconfig_hostops.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fssconfig/fssconfig_hostops.c && mv -f fssconfig_hostops.d.tmp fssconfig_hostops.d --- dependall-external --- # create fsinfo/wr_bparam.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f wr_bparam.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/bin/fsinfo/../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/libamu -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/lib/libamu -DDEBUG -DHAVE_MAP_HESIOD=1 -DHAVE_MAP_LDAP=1 -DHAVE_LBER_H=1 -DHAVE_LDAP_H -DHAVE_LDAP_OPEN=1 -DLDAP_DEPRECATED=1 -DHAVE_MAP_NIS=1 -DYP -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/fsinfo -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/bin/fsinfo /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/fsinfo/wr_bparam.c && mv -f wr_bparam.d.tmp wr_bparam.d --- dependall-tests --- --- t_nice.o --- # compile gen/t_nice.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/../../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/t_nice.c -o t_nice.o --- dependall-bin --- --- sel_subs.d --- --- dependall-tests --- --- dependall-libarchive --- --- test_fuzz.o --- --- dependall-bin --- # create pax/sel_subs.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f sel_subs.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/mtree -I/tmp/build/2023.06.27.01.17.43-pmax/src/sbin/mknod -DHAVE_SYS_MTIO_H -DSUPPORT_RMT /tmp/build/2023.06.27.01.17.43-pmax/src/bin/pax/sel_subs.c && mv -f sel_subs.d.tmp sel_subs.d --- dependall-tests --- # compile libarchive/test_fuzz.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/test_utils -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive -I. -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive/test -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libarchive/../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive/test/test_fuzz.c -o test_fuzz.o --- dependall-external --- --- dependall-mpl --- --- .depend --- --- dependall-usr.sbin --- --- .depend --- --- dependall-external --- --- dependall-gpl3 --- --- dependall-gdb.old --- --- dependall-libbfd --- --- elf.o --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x elf.o --- dependall-mpl --- # create named-journalprint/.depend rm -f .depend --- dependall-usr.sbin --- # create fssconfig/.depend rm -f .depend --- dependall-tests --- --- dependall-net --- --- t_bpf --- --- dependall-external --- CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend named-journalprint.d --- dependall-usr.sbin --- CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend fssconfig.d fssconfig_hostops.d fssconfig_rumpops.d --- dependall-tests --- # link bpf/t_bpf /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -Wl,--warn-shared-textrel -pie -shared-libgcc -o t_bpf t_bpf.o -Wl,-rpath-link,/tmp/build/2023.06.27.01.17.43-pmax/destdir/lib -L=/lib -lrumpnet_shmif -lrumpdev_bpf -lrumpdev -lrumpnet_netinet -lrumpnet_net -lrumpnet -lrumpvfs -lrumpvfs_nofifofs -lrump -lrumpuser -lpthread -latf-c --- dependall-external --- --- dependall --- --- dependall-usr.sbin --- --- dependall --- --- dependall-external --- --- dependall-dhcp --- --- dependall-share --- dependall ===> external/mpl/dhcp/share --- dependall-ibm-public --- --- dependall-global --- --- verp_sender.d --- # create global/verp_sender.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f verp_sender.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global/verp_sender.c && mv -f verp_sender.d.tmp verp_sender.d --- dependall-mpl --- --- dependall-dhcpd --- dependall ===> external/mpl/dhcp/share/dhcpd --- dependall-usr.bin --- --- touch.o --- --- dependall-sys --- --- deflate.o --- --- dependall-usr.bin --- # compile error/touch.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -c /tmp/build/2023.06.27.01.17.43-pmax/src/usr.bin/error/touch.c -o touch.o --- dependall-sys --- # compile z/deflate.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -ffreestanding -Os -g -mmemcpy -mno-abicalls -G 128 -fno-unwind-tables -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Werror -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libz/../../../common/dist/zlib -DBOOT_TYPE_NAME='"Netboot"' -DBOOTNET -DSUPPORT_BOOTP -DSUPPORT_DHCP -DFILL_ARPCACHE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -nostdinc -D_STANDALONE -DNO_ABICALLS -D_NO_PROM_DEFINES -I/tmp/build/2023.06.27.01.17.43-pmax/obj/sys/arch/pmax/stand/netboot -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../.. -DNETBSD_VERS='"10.99.4"' -DSECONDARY_BOOTBLOCK -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/quad -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/string -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/arch/mips/string -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/arch/mips/atomic -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/hash/sha3 -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libz/../../../common/dist/zlib/deflate.c -o deflate.o --- dependall-bin --- --- spec.d --- --- dependall-usr.sbin --- --- .gdbinit --- --- dependall-bin --- # create pax/spec.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f spec.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/mtree -I/tmp/build/2023.06.27.01.17.43-pmax/src/sbin/mknod -DHAVE_SYS_MTIO_H -DSUPPORT_RMT /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/mtree/spec.c && mv -f spec.d.tmp spec.d --- dependall-external --- --- dependall --- --- dependall-usr.sbin --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.06.27.01.17.43-pmax/destdir" > .gdbinit --- fssconfig.html8 --- # format fssconfig/fssconfig.html8 if test "" != "yes"; then /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fssconfig/fssconfig.8 > fssconfig.html8.tmp && mv -f fssconfig.html8.tmp fssconfig.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-font:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-tmac:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/tmac /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fssconfig/fssconfig.8 > fssconfig.html8.tmp && mv -f fssconfig.html8.tmp fssconfig.html8; fi --- fssconfig.o --- # compile fssconfig/fssconfig.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fssconfig/fssconfig.c -o fssconfig.o --- dependall-external --- --- dependall-bind --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.06.27.01.17.43-pmax/destdir" > .gdbinit --- dependall-tests --- --- t_div-by-zero --- # link bpf/t_div-by-zero /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -Wl,--warn-shared-textrel -pie -shared-libgcc -o t_div-by-zero t_div-by-zero.o -Wl,-rpath-link,/tmp/build/2023.06.27.01.17.43-pmax/destdir/lib -L=/lib -lrumpnet_shmif -lrumpdev_bpf -lrumpdev -lrumpnet_netinet -lrumpnet_net -lrumpnet -lrumpvfs -lrumpvfs_nofifofs -lrump -lrumpuser -lpthread -latf-c --- dependall-external --- --- named-journalprint.o --- # compile named-journalprint/named-journalprint.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -Wno-pointer-sign -fcommon -fcommon -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -include /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../include/config.h -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../dist -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../dist/lib/bind9/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../dist/lib/dns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../dist/lib/ns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../dist/lib/irs/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../dist/lib/isc/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../dist/lib/isc/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../dist/lib/isccfg/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../dist/lib/isccc/include -DNS_LOCALSTATEDIR=\"/var\" -DNS_SYSCONFDIR=\"/etc\" -DSESSION_KEYFILE=\"/var/run/named/session.key\" -DNAMED_CONFFILE=\"/etc/named.conf\" -DVERSION=\"9.16.42\" -DBIND9 -DWANT_IPV6 -DALLOW_FILTER_AAAA -DISC_PLATFORM_USETHREADS -DOPENSSL -DUSE_ISC_SPNEGO -DGSSAPI -DISC_PLATFORM_USETHREADS -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../dist/lib/isc/pthreads/include -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../dist/bin/tools/named-journalprint.c -o named-journalprint.o --- dependall-dhcp --- --- dependall --- --- dependall-bsd --- --- wr_dumpset.d --- # create fsinfo/wr_dumpset.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f wr_dumpset.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/bin/fsinfo/../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/libamu -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/lib/libamu -DDEBUG -DHAVE_MAP_HESIOD=1 -DHAVE_MAP_LDAP=1 -DHAVE_LBER_H=1 -DHAVE_LDAP_H -DHAVE_LDAP_OPEN=1 -DLDAP_DEPRECATED=1 -DHAVE_MAP_NIS=1 -DYP -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/fsinfo -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/bin/fsinfo /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/fsinfo/wr_dumpset.c && mv -f wr_dumpset.d.tmp wr_dumpset.d --- dependall-hlfsd --- dependall ===> external/bsd/am-utils/bin/hlfsd --- dependall-ibm-public --- --- wildcard_inet_addr.d --- # create global/wildcard_inet_addr.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f wildcard_inet_addr.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global/wildcard_inet_addr.c && mv -f wildcard_inet_addr.d.tmp wildcard_inet_addr.d --- dependall-bin --- --- tables.d --- # create pax/tables.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f tables.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/mtree -I/tmp/build/2023.06.27.01.17.43-pmax/src/sbin/mknod -DHAVE_SYS_MTIO_H -DSUPPORT_RMT /tmp/build/2023.06.27.01.17.43-pmax/src/bin/pax/tables.c && mv -f tables.d.tmp tables.d --- dependall-tests --- --- t_mbuf --- --- dependall-external --- --- dependall-masterlib --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x master_listen.o --- master_monitor.o --- # compile masterlib/master_monitor.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master/master_monitor.c -o master_monitor.o --- dependall-bsd --- --- hlfsd.d --- # create hlfsd/hlfsd.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f hlfsd.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/bin/hlfsd/../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/libamu -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/lib/libamu -DDEBUG -DHAVE_MAP_HESIOD=1 -DHAVE_MAP_LDAP=1 -DHAVE_LBER_H=1 -DHAVE_LDAP_H -DHAVE_LDAP_OPEN=1 -DLDAP_DEPRECATED=1 -DHAVE_MAP_NIS=1 -DYP -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/hlfsd /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/hlfsd/hlfsd.c && mv -f hlfsd.d.tmp hlfsd.d --- dependall-tests --- # link bpf/t_mbuf /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -Wl,--warn-shared-textrel -pie -shared-libgcc -o t_mbuf t_mbuf.o -Wl,-rpath-link,/tmp/build/2023.06.27.01.17.43-pmax/destdir/lib -L=/lib -lrumpnet_shmif -lrumpdev_bpf -lrumpdev -lrumpnet_netinet -lrumpnet_net -lrumpnet -lrumpvfs -lrumpvfs_nofifofs -lrump -lrumpuser -lpthread -latf-c --- dependall-bin --- --- tar.d --- --- dependall-external --- --- dependall-ibm-public --- --- dependall-global --- --- xtext.d --- --- dependall-bin --- # create pax/tar.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f tar.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/mtree -I/tmp/build/2023.06.27.01.17.43-pmax/src/sbin/mknod -DHAVE_SYS_MTIO_H -DSUPPORT_RMT -Wno-stringop-truncation /tmp/build/2023.06.27.01.17.43-pmax/src/bin/pax/tar.c && mv -f tar.d.tmp tar.d --- dependall-external --- # create global/xtext.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f xtext.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global/xtext.c && mv -f xtext.d.tmp xtext.d --- dependall-tests --- --- dependall-bpfilter --- --- dependall-lib --- --- dependall-libc --- --- t_pause.o --- --- dependall-net --- dependall ===> tests/net/bpfilter --- dependall-lib --- # compile gen/t_pause.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/../../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/t_pause.c -o t_pause.o --- dependall-external --- --- .depend --- # create global/.depend rm -f .depend --- dependall-bin --- --- tty_subs.d --- --- dependall-external --- CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -s .o\ .po\ .pico\ .go\ .ln\ .d -d -f .depend abounce.d addr_match_list.d anvil_clnt.d attr_override.d been_here.d bounce.d bounce_log.d canon_addr.d cfg_parser.d cleanup_strerror.d cleanup_strflags.d clnt_stream.d compat_level.d config_known_tcp_ports.d conv_time.d data_redirect.d db_common.d debug_peer.d debug_process.d defer.d deliver_completed.d deliver_flock.d deliver_pass.d deliver_request.d delivered_hdr.d dict_ldap.d dict_memcache.d dict_mysql.d dict_pgsql.d dict_proxy.d dict_sqlite.d domain_list.d dot_lockfile.d dot_lockfile_as.d dsb_scan.d dsn.d dsn_buf.d dsn_filter.d dsn_mask.d dsn_print.d dsn_util.d dynamicmaps.d ehlo_mask.d ext_prop.d file_id.d flush_clnt.d fold_addr.d haproxy_srvr.d header_body_checks.d header_opts.d header_token.d hfrom_format.d info_log_addr_form.d input_transp.d int_filt.d is_header.d log_adhoc.d login_sender_match.d mail_addr.d mail_addr_crunch.d mail_addr_find.d mail_addr_form.d mail_addr_map.d mail_command_client.d mail_command_server.d mail_conf.d mail_conf_bool.d mail_conf_int.d mail_conf_long.d mail_conf_nbool.d mail_conf_nint.d mail_conf_raw.d mail_conf_str.d mail_conf_time.d mail_connect.d mail_copy.d mail_date.d mail_dict.d mail_error.d mail_flush.d mail_open_ok.d mail_params.d mail_parm_split.d mail_pathname.d mail_queue.d mail_run.d mail_scan_dir.d mail_stream.d mail_task.d mail_trigger.d mail_version.d maillog_client.d map_search.d maps.d mark_corrupt.d match_parent_style.d match_service.d mbox_conf.d mbox_open.d memcache_proto.d midna_adomain.d mime_state.d mkmap_cdb.d mkmap_db.d mkmap_dbm.d mkmap_fail.d mkmap_lmdb.d mkmap_open.d mkmap_proxy.d mkmap_sdbm.d msg_stats_print.d msg_stats_scan.d mynetworks.d mypwd.d namadr_list.d normalize_mailhost_addr.d off_cvt.d opened.d own_inet_addr.d pipe_command.d post_mail.d quote_821_local.d quote_822_local.d quote_flags.d rcpt_buf.d rcpt_print.d rec2stream.d rec_attr_map.d rec_streamlf.d rec_type.d recdump.d recipient_list.d record.d reject_deliver_request.d remove.d resolve_clnt.d resolve_local.d rewrite_clnt.d safe_ultostr.d sasl_mech_filter.d scache.d scache_clnt.d scache_multi.d scache_single.d sent.d server_acl.d smtp_reply_footer.d smtp_stream.d smtputf8.d split_addr.d stream2rec.d string_list.d strip_addr.d sys_exits.d timed_ipc.d tok822_find.d tok822_node.d tok822_parse.d tok822_resolve.d tok822_rewrite.d tok822_tree.d trace.d user_acl.d uxtext.d valid_mailhost_addr.d verify.d verify_clnt.d verify_sender_addr.d verp_sender.d wildcard_inet_addr.d xtext.d --- dependall-bin --- # create pax/tty_subs.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f tty_subs.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/mtree -I/tmp/build/2023.06.27.01.17.43-pmax/src/sbin/mknod -DHAVE_SYS_MTIO_H -DSUPPORT_RMT /tmp/build/2023.06.27.01.17.43-pmax/src/bin/pax/tty_subs.c && mv -f tty_subs.d.tmp tty_subs.d --- dependall-tests --- --- dependall-net --- --- t_bpfilter.d --- # create bpfilter/t_bpfilter.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f t_bpfilter.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/net/bpfilter/../.. -D_KERNTYPES /tmp/build/2023.06.27.01.17.43-pmax/src/tests/net/bpfilter/t_bpfilter.c && mv -f t_bpfilter.d.tmp t_bpfilter.d --- dependall-external --- --- dependall-bsd --- --- dependall-fsinfo --- --- wr_exportfs.d --- --- dependall-ibm-public --- --- dependall-masterlib --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x master_monitor.o --- dependall-bsd --- # create fsinfo/wr_exportfs.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f wr_exportfs.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/bin/fsinfo/../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/libamu -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/lib/libamu -DDEBUG -DHAVE_MAP_HESIOD=1 -DHAVE_MAP_LDAP=1 -DHAVE_LBER_H=1 -DHAVE_LDAP_H -DHAVE_LDAP_OPEN=1 -DLDAP_DEPRECATED=1 -DHAVE_MAP_NIS=1 -DYP -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/fsinfo -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/bin/fsinfo /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/fsinfo/wr_exportfs.c && mv -f wr_exportfs.d.tmp wr_exportfs.d --- dependall-ibm-public --- --- master_proto.o --- # compile masterlib/master_proto.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master/master_proto.c -o master_proto.o --- dependall-bsd --- --- dependall-hlfsd --- --- homedir.d --- # create hlfsd/homedir.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f homedir.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/bin/hlfsd/../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/libamu -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/lib/libamu -DDEBUG -DHAVE_MAP_HESIOD=1 -DHAVE_MAP_LDAP=1 -DHAVE_LBER_H=1 -DHAVE_LDAP_H -DHAVE_LDAP_OPEN=1 -DLDAP_DEPRECATED=1 -DHAVE_MAP_NIS=1 -DYP -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/hlfsd /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/hlfsd/homedir.c && mv -f homedir.d.tmp homedir.d --- dependall-ibm-public --- --- dependall-global --- --- dependall --- --- dependall-bin --- --- .depend --- # create pax/.depend rm -f .depend CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend ar_io.d ar_subs.d buf_subs.d cpio.d file_subs.d ftree.d gen_subs.d getid.d getoldopt.d misc.d options.d pack_dev.d pat_rep.d pax.d sel_subs.d spec.d tables.d tar.d tty_subs.d --- dependall --- --- dependall-external --- --- dependall-mpl --- --- dependall-bind --- --- named-journalprint.8 --- # create named-journalprint/named-journalprint.8 /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbsed -e "s,@BIND9_VERSION@,9.16.42," -e "s,@RELEASE_DATE@,," -e "s,@BIND9_VERSION_STRING@,," -e "s,@sysconfdir@,//etc," -e "s,@plugindir@,/usr/lib/named," < /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/named-journalprint/../../../dist/doc/man/named-journalprint.8in > named-journalprint.8 --- named-journalprint --- # link named-journalprint/named-journalprint /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o named-journalprint named-journalprint.o -Wl,-rpath-link,/tmp/build/2023.06.27.01.17.43-pmax/destdir/lib -L=/lib -lbind9 -lisccfg -ldns -lns -lirs -lisccc -lisc -L/tmp/build/2023.06.27.01.17.43-pmax/obj/external/mit/libuv/lib -luv -lexecinfo -lkvm -lz -lblocklist -lpthread -lgssapi -lheimntlm -lkrb5 -lcom_err -lhx509 -lcrypto -lasn1 -lwind -lheimbase -lcom_err -lroken -lsqlite3 -lm -lcrypt -lutil -lssl -lcrypto -lcrypt --- dependall-tests --- --- .depend --- # create bpfilter/.depend rm -f .depend CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend t_bpfilter.d --- dependall --- --- dependall-bin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.06.27.01.17.43-pmax/destdir" > .gdbinit --- pax.html1 --- --- dependall-usr.sbin --- --- fssconfig_hostops.o --- --- dependall-bin --- # format pax/pax.html1 if test "" != "yes"; then /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.06.27.01.17.43-pmax/src/bin/pax/pax.1 > pax.html1.tmp && mv -f pax.html1.tmp pax.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-font:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-tmac:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/tmac /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.06.27.01.17.43-pmax/src/bin/pax/pax.1 > pax.html1.tmp && mv -f pax.html1.tmp pax.html1; fi --- dependall-usr.sbin --- # compile fssconfig/fssconfig_hostops.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fssconfig/fssconfig_hostops.c -o fssconfig_hostops.o --- dependall-tests --- --- .gdbinit --- rm -f .gdbinit --- dependall-external --- --- dependall-ibm-public --- --- dependall-masterlib --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x master_proto.o --- dependall-bin --- --- ar_io.o --- --- dependall-tests --- echo "set solib-absolute-prefix /tmp/build/2023.06.27.01.17.43-pmax/destdir" > .gdbinit --- dependall-bin --- # compile pax/ar_io.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/mtree -I/tmp/build/2023.06.27.01.17.43-pmax/src/sbin/mknod -DHAVE_SYS_MTIO_H -DSUPPORT_RMT -c /tmp/build/2023.06.27.01.17.43-pmax/src/bin/pax/ar_io.c -o ar_io.o --- dependall-tests --- --- Atffile --- --- dependall-external --- --- master_service.o --- --- dependall-tests --- # create bpfilter/Atffile --- dependall-external --- --- dependall-bsd --- --- nfs_prot_svc.d --- --- dependall-ibm-public --- # compile masterlib/master_service.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master/master_service.c -o master_service.o --- dependall-bsd --- # create hlfsd/nfs_prot_svc.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f nfs_prot_svc.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/bin/hlfsd/../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/libamu -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/lib/libamu -DDEBUG -DHAVE_MAP_HESIOD=1 -DHAVE_MAP_LDAP=1 -DHAVE_LBER_H=1 -DHAVE_LDAP_H -DHAVE_LDAP_OPEN=1 -DLDAP_DEPRECATED=1 -DHAVE_MAP_NIS=1 -DYP -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/hlfsd /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/hlfsd/nfs_prot_svc.c && mv -f nfs_prot_svc.d.tmp nfs_prot_svc.d --- dependall-tests --- --- t_bpfilter.o --- # compile bpfilter/t_bpfilter.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/net/bpfilter/../.. -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/tests/net/bpfilter/t_bpfilter.c -o t_bpfilter.o --- dependall-lib --- --- dependall-libarchive --- --- test_gnutar_filename_encoding.o --- # compile libarchive/test_gnutar_filename_encoding.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/test_utils -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive -I. -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive/test -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libarchive/../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive/test/test_gnutar_filename_encoding.c -o test_gnutar_filename_encoding.o --- dependall-external --- --- dependall-gpl3 --- --- dependall-gcc.old --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x lto-plugin.pico --- dependall-ibm-public --- --- dependall-global --- --- abounce.o --- --- dependall-bsd --- --- dependall-fsinfo --- --- wr_fstab.d --- --- dependall-ibm-public --- # compile global/abounce.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global/abounce.c -o abounce.o --- dependall-gpl3 --- --- make-temp-file.pico --- --- dependall-bsd --- # create fsinfo/wr_fstab.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f wr_fstab.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/bin/fsinfo/../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/libamu -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/lib/libamu -DDEBUG -DHAVE_MAP_HESIOD=1 -DHAVE_MAP_LDAP=1 -DHAVE_LBER_H=1 -DHAVE_LDAP_H -DHAVE_LDAP_OPEN=1 -DLDAP_DEPRECATED=1 -DHAVE_MAP_NIS=1 -DYP -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/fsinfo -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/bin/fsinfo /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/fsinfo/wr_fstab.c && mv -f wr_fstab.d.tmp wr_fstab.d --- dependall-gpl3 --- # compile liblto_plugin/make-temp-file.pico /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gcc.old/dist/include -I. -DHAVE_CONFIG_H -Dxstrdup=strdup -Dxexit=exit -Dxcalloc=calloc -Dxmalloc=malloc -Dxrealloc=realloc -c -fPIC /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gcc.old/dist/libiberty/make-temp-file.c -o make-temp-file.pico --- dependall-tests --- --- dependall-libc --- --- t_raise.o --- # compile gen/t_raise.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/../../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/t_raise.c -o t_raise.o --- dependall-usr.sbin --- --- fssconfig_rumpops.o --- # compile fssconfig/fssconfig_rumpops.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fssconfig/fssconfig_rumpops.c -o fssconfig_rumpops.o --- dependall-external --- --- dependall-mpl --- --- dependall-dnssec --- --- dnssectool.o --- # compile dnssec-keygen/dnssectool.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -Wno-pointer-sign -fcommon -fcommon -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -include /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../include/config.h -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/bind9/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/dns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/ns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/irs/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/isc/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/isc/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/isccfg/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/isccc/include -DNS_LOCALSTATEDIR=\"/var\" -DNS_SYSCONFDIR=\"/etc\" -DSESSION_KEYFILE=\"/var/run/named/session.key\" -DNAMED_CONFFILE=\"/etc/named.conf\" -DVERSION=\"9.16.42\" -DBIND9 -DWANT_IPV6 -DALLOW_FILTER_AAAA -DISC_PLATFORM_USETHREADS -DOPENSSL -DUSE_ISC_SPNEGO -DGSSAPI -DISC_PLATFORM_USETHREADS -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/lib/isc/pthreads/include -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/bin/dnssec/dnssectool.c -o dnssectool.o --- dependall-gpl3 --- --- dependall-binutils --- --- dependall-ld --- --- ldemul.o --- # compile ld/ldemul.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/ld -DDEFAULT_EMULATION=\"elf32ltsmip\" -DSCRIPTDIR=\"/usr/libdata\" -DTARGET=\"mipsel--netbsd\" -DBINDIR=\"/usr/bin\" -DTOOLBINDIR=\"/usr/bin\" -DENABLE_PLUGINS -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../lib/libbfd/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/bfd -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/binutils -DLOCALEDIR=\"/usr/share/locale\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/ld/ldemul.c -o ldemul.o --- dependall-bsd --- --- dependall-hlfsd --- --- stubs.d --- # create hlfsd/stubs.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f stubs.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/bin/hlfsd/../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/libamu -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/lib/libamu -DDEBUG -DHAVE_MAP_HESIOD=1 -DHAVE_MAP_LDAP=1 -DHAVE_LBER_H=1 -DHAVE_LDAP_H -DHAVE_LDAP_OPEN=1 -DLDAP_DEPRECATED=1 -DHAVE_MAP_NIS=1 -DYP -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/hlfsd /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/hlfsd/stubs.c && mv -f stubs.d.tmp stubs.d --- dependall-ibm-public --- --- dependall-masterlib --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x master_service.o --- master_sig.o --- # compile masterlib/master_sig.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master/master_sig.c -o master_sig.o --- dependall-usr.sbin --- --- fssconfig --- # link fssconfig/fssconfig /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o fssconfig fssconfig.o fssconfig_hostops.o -Wl,-rpath-link,/tmp/build/2023.06.27.01.17.43-pmax/destdir/lib -L=/lib -lutil --- dependall-external --- --- dependall-bsd --- --- dependall-fsinfo --- --- .depend --- # create fsinfo/.depend rm -f .depend --- dependall-gpl3 --- --- dependall-gcc.old --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x make-temp-file.pico --- dependall-bsd --- CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend fsi_analyze.d fsi_dict.d fsi_gram.d fsi_lex.d fsi_util.d fsinfo.d wr_atab.d wr_bparam.d wr_dumpset.d wr_exportfs.d wr_fstab.d --- dependall-gpl3 --- --- pex-common.pico --- --- dependall-bsd --- --- dependall --- --- dependall-gpl3 --- # compile liblto_plugin/pex-common.pico /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gcc.old/dist/include -I. -DHAVE_CONFIG_H -Dxstrdup=strdup -Dxexit=exit -Dxcalloc=calloc -Dxmalloc=malloc -Dxrealloc=realloc -c -fPIC /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gcc.old/dist/libiberty/pex-common.c -o pex-common.pico --- dependall-mpl --- --- dependall-tools --- --- named-journalprint.html8 --- # format named-journalprint/named-journalprint.html8 if test "" != "yes"; then /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css named-journalprint.8 > named-journalprint.html8.tmp && mv -f named-journalprint.html8.tmp named-journalprint.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-font:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-tmac:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/tmac /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html named-journalprint.8 > named-journalprint.html8.tmp && mv -f named-journalprint.html8.tmp named-journalprint.html8; fi --- dependall-usr.sbin --- --- rump.fssconfig --- # link fssconfig/rump.fssconfig /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o rump.fssconfig fssconfig.o fssconfig_rumpops.o -Wl,-rpath-link,/tmp/build/2023.06.27.01.17.43-pmax/destdir/lib -L=/lib -lutil -lrumpclient --- dependall-external --- --- dependall-nsec3hash --- dependall ===> external/mpl/bind/bin/tools/nsec3hash --- dependall-usr.sbin --- --- dependall-fstyp --- dependall ===> usr.sbin/fstyp --- dependall-external --- --- dependall-bsd --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.06.27.01.17.43-pmax/destdir" > .gdbinit --- fsinfo.html8 --- # format fsinfo/fsinfo.html8 if test "" != "yes"; then /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/fsinfo/fsinfo.8 > fsinfo.html8.tmp && mv -f fsinfo.html8.tmp fsinfo.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-font:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-tmac:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/tmac /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/fsinfo/fsinfo.8 > fsinfo.html8.tmp && mv -f fsinfo.html8.tmp fsinfo.html8; fi --- dependall-hlfsd --- --- .depend --- --- dependall-mpl --- --- nsec3hash.d --- --- dependall-bsd --- # create hlfsd/.depend rm -f .depend --- dependall-mpl --- # create nsec3hash/nsec3hash.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f nsec3hash.d.tmp -- -std=gnu99 -Wno-pointer-sign -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -include /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../include/config.h -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../dist -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../dist/lib/bind9/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../dist/lib/dns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../dist/lib/ns/include -I/tmp/build/2--- dependall-bsd --- CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend hlfsd.d homedir.d nfs_prot_svc.d stubs.d --- dependall-mpl --- 023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../dist/lib/irs/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../dist/lib/isc/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../dist/lib/isc/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../dist/lib/isccfg/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../dist/lib/isccc/include -DNS_LOCALSTATEDIR=\"/var\" -DNS_SYSCONFDIR=\"/etc\" -DSESSION_KEYFILE=\"/var/run/named/session.key\" -DNAMED_CONFFILE=\"/etc/named.conf\" -DVERSION=\"9.16.42\" -DBIND9 -DWANT_IPV6 -DALLOW_FILTER_AAAA -DISC_PLATFORM_USETHREADS -DOPENSSL -DUSE_ISC_SPNEGO -DGSSAPI -DISC_PLATFORM_USETHREADS -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../dist/lib/isc/pthreads/include /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../dist/bin/tools/nsec3hash.c && mv -f nsec3hash.d.tmp nsec3hash.d --- dependall-bsd --- --- dependall-fsinfo --- --- fsi_analyze.o --- --- dependall-hlfsd --- --- dependall --- --- dependall-fsinfo --- # compile fsinfo/fsi_analyze.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/bin/fsinfo/../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/libamu -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/lib/libamu -DDEBUG -DHAVE_MAP_HESIOD=1 -DHAVE_MAP_LDAP=1 -DHAVE_LBER_H=1 -DHAVE_LDAP_H -DHAVE_LDAP_OPEN=1 -DLDAP_DEPRECATED=1 -DHAVE_MAP_NIS=1 -DYP -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/fsinfo -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/bin/fsinfo -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/fsinfo/fsi_analyze.c -o fsi_analyze.o --- dependall-usr.sbin --- --- apfs.d --- # create fstyp/apfs.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f apfs.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fstyp/apfs.c && mv -f apfs.d.tmp apfs.d --- dependall-tests --- --- t_randomid.o --- # compile gen/t_randomid.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/../../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/t_randomid.c -o t_randomid.o --- dependall-external --- --- dependall-ibm-public --- --- dependall-global --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x abounce.o --- addr_match_list.o --- # compile global/addr_match_list.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global/addr_match_list.c -o addr_match_list.o --- dependall-usr.sbin --- --- cd9660.d --- # create fstyp/cd9660.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f cd9660.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fstyp/cd9660.c && mv -f cd9660.d.tmp cd9660.d --- dependall-external --- --- dependall-masterlib --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x master_sig.o --- dependall-bsd --- --- dependall-hlfsd --- --- .gdbinit --- rm -f .gdbinit --- dependall-ibm-public --- --- master_spawn.o --- --- dependall-bsd --- echo "set solib-absolute-prefix /tmp/build/2023.06.27.01.17.43-pmax/destdir" > .gdbinit --- hlfsd.html8 --- --- dependall-ibm-public --- # compile masterlib/master_spawn.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master/master_spawn.c -o master_spawn.o --- dependall-bsd --- # format hlfsd/hlfsd.html8 if test "" != "yes"; then /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/hlfsd/hlfsd.8 > hlfsd.html8.tmp && mv -f hlfsd.html8.tmp hlfsd.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-font:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-tmac:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/tmac /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/hlfsd/hlfsd.8 > hlfsd.html8.tmp && mv -f hlfsd.html8.tmp hlfsd.html8; fi --- dependall-usr.bin --- --- error --- # link error/error /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o error main.o input.o pi.o subr.o filter.o touch.o -Wl,-rpath-link,/tmp/build/2023.06.27.01.17.43-pmax/destdir/lib -L=/lib -lutil --- dependall-external --- --- hlfsd.o --- # compile hlfsd/hlfsd.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/bin/hlfsd/../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/libamu -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/lib/libamu -DDEBUG -DHAVE_MAP_HESIOD=1 -DHAVE_MAP_LDAP=1 -DHAVE_LBER_H=1 -DHAVE_LDAP_H -DHAVE_LDAP_OPEN=1 -DLDAP_DEPRECATED=1 -DHAVE_MAP_NIS=1 -DYP -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/hlfsd -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/hlfsd/hlfsd.c -o hlfsd.o --- dependall-mpl --- --- .depend --- # create nsec3hash/.depend rm -f .depend CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend nsec3hash.d --- dependall --- --- dependall-ibm-public --- --- dependall-global --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x addr_match_list.o --- dependall-usr.bin --- --- dependall-expand --- --- dependall-usr.sbin --- --- exfat.d --- --- dependall-usr.bin --- dependall ===> usr.bin/expand --- dependall-usr.sbin --- # create fstyp/exfat.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f exfat.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fstyp/exfat.c && mv -f exfat.d.tmp exfat.d --- dependall-external --- --- anvil_clnt.o --- # compile global/anvil_clnt.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global/anvil_clnt.c -o anvil_clnt.o --- dependall-usr.bin --- --- expand.d --- # create expand/expand.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f expand.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir /tmp/build/2023.06.27.01.17.43-pmax/src/usr.bin/expand/expand.c && mv -f expand.d.tmp expand.d --- dependall-tests --- --- dependall-libcurses --- --- director.o --- # compile director/director.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/director -I. -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/director/../../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/director/director.c -o director.o --- dependall-external --- --- dependall-mpl --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.06.27.01.17.43-pmax/destdir" > .gdbinit --- nsec3hash.o --- --- dependall-usr.sbin --- --- ext2fs.d --- --- dependall-external --- # compile nsec3hash/nsec3hash.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -Wno-pointer-sign -fcommon -fcommon -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -include /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../include/config.h -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../dist -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../dist/lib/bind9/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../dist/lib/dns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../dist/lib/ns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../dist/lib/irs/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../dist/lib/isc/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../dist/lib/isc/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../dist/lib/isccfg/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../dist/lib/isccc/include -DNS_LOCALSTATEDIR=\"/var\" -DNS_SYSCONFDIR=\"/etc\" -DSESSION_KEYFILE=\"/var/run/named/session.key\" -DNAMED_CONFFILE=\"/etc/named.conf\" -DVERSION=\"9.16.42\" -DBIND9 -DWANT_IPV6 -DALLOW_FILTER_AAAA -DISC_PLATFORM_USETHREADS -DOPENSSL -DUSE_ISC_SPNEGO -DGSSAPI -DISC_PLATFORM_USETHREADS -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../dist/lib/isc/pthreads/include -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../dist/bin/tools/nsec3hash.c -o nsec3hash.o --- dependall-usr.sbin --- # create fstyp/ext2fs.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f ext2fs.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fstyp/ext2fs.c && mv -f ext2fs.d.tmp ext2fs.d --- dependall-usr.bin --- --- .depend --- # create expand/.depend rm -f .depend --- dependall-tests --- --- dependall-libc --- --- t_realpath.o --- --- dependall-usr.bin --- CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend expand.d --- dependall-tests --- # compile gen/t_realpath.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/../../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/t_realpath.c -o t_realpath.o --- dependall-usr.bin --- --- dependall --- --- dependall-usr.sbin --- --- fstyp.d --- --- dependall-external --- --- dependall-gpl3 --- --- dependall-binutils --- --- ldver.o --- --- dependall-usr.sbin --- # create fstyp/fstyp.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f fstyp.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fstyp/fstyp.c && mv -f fstyp.d.tmp fstyp.d --- dependall-external --- # compile ld/ldver.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/ld -DDEFAULT_EMULATION=\"elf32ltsmip\" -DSCRIPTDIR=\"/usr/libdata\" -DTARGET=\"mipsel--netbsd\" -DBINDIR=\"/usr/bin\" -DTOOLBINDIR=\"/usr/bin\" -DENABLE_PLUGINS -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../lib/libbfd/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/bfd -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/binutils -DLOCALEDIR=\"/usr/share/locale\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/ld/ldver.c -o ldver.o --- dependall-usr.bin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.06.27.01.17.43-pmax/destdir" > .gdbinit --- expand.html1 --- # format expand/expand.html1 if test "" != "yes"; then /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.06.27.01.17.43-pmax/src/usr.bin/expand/expand.1 > expand.html1.tmp && mv -f expand.html1.tmp expand.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-font:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-tmac:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/tmac /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.06.27.01.17.43-pmax/src/usr.bin/expand/expand.1 > expand.html1.tmp && mv -f expand.html1.tmp expand.html1; fi --- expand.o --- # compile expand/expand.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -c /tmp/build/2023.06.27.01.17.43-pmax/src/usr.bin/expand/expand.c -o expand.o --- dependall-tests --- --- dependall-libarchive --- --- test_link_resolver.o --- # compile libarchive/test_link_resolver.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/test_utils -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive -I. -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive/test -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libarchive/../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive/test/test_link_resolver.c -o test_link_resolver.o --- dependall-games --- --- hack.monst.o --- # compile hack/hack.monst.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I. -c /tmp/build/2023.06.27.01.17.43-pmax/src/games/hack/hack.monst.c -o hack.monst.o --- dependall-usr.sbin --- --- hammer.d --- # create fstyp/hammer.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f hammer.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fstyp/hammer.c && mv -f hammer.d.tmp hammer.d --- dependall-external --- --- dependall-mpl --- --- dependall-dnssec --- --- dnssec-keygen.8 --- # create dnssec-keygen/dnssec-keygen.8 /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbsed -e "s,@BIND9_VERSION@,9.16.42," -e "s,@RELEASE_DATE@,," -e "s,@BIND9_VERSION_STRING@,," -e "s,@sysconfdir@,//etc," -e "s,@plugindir@,/usr/lib/named," < /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-keygen/../../../dist/doc/man/dnssec-keygen.8in > dnssec-keygen.8 --- dnssec-keygen --- # link dnssec-keygen/dnssec-keygen /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o dnssec-keygen dnssec-keygen.o dnssectool.o -Wl,-rpath-link,/tmp/build/2023.06.27.01.17.43-pmax/destdir/lib -L=/lib -lbind9 -lisccfg -ldns -lns -lirs -lisccc -lisc -L/tmp/build/2023.06.27.01.17.43-pmax/obj/external/mit/libuv/lib -luv -lexecinfo -lkvm -lz -lblocklist -lpthread -lgssapi -lheimntlm -lkrb5 -lcom_err -lhx509 -lcrypto -lasn1 -lwind -lheimbase -lcom_err -lroken -lsqlite3 -lm -lcrypt -lutil -lssl -lcrypto -lcrypt --- dependall-usr.sbin --- --- hammer2.d --- # create fstyp/hammer2.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f hammer2.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fstyp/hammer2.c && mv -f hammer2.d.tmp hammer2.d --- dependall-tests --- --- dependall-net --- --- t_bpfilter --- # link bpfilter/t_bpfilter /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -Wl,--warn-shared-textrel -pie -shared-libgcc -o t_bpfilter t_bpfilter.o -Wl,-rpath-link,/tmp/build/2023.06.27.01.17.43-pmax/destdir/lib -L=/lib -lrumpnet_shmif -lrumpdev_bpf -lrumpdev -lrumpnet_netinet -lrumpnet_net -lrumpnet -lrumpvfs -lrumpvfs_nofifofs -lrump -lrumpuser -lpthread -latf-c --- dependall-games --- --- hack.o_init.o --- --- dependall-external --- --- dependall-gpl3 --- --- dependall-gcc.old --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x pex-common.pico --- dependall-games --- # compile hack/hack.o_init.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I. -c /tmp/build/2023.06.27.01.17.43-pmax/src/games/hack/hack.o_init.c -o hack.o_init.o --- dependall-external --- --- pex-unix.pico --- # compile liblto_plugin/pex-unix.pico /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gcc.old/dist/include -I. -DHAVE_CONFIG_H -Dxstrdup=strdup -Dxexit=exit -Dxcalloc=calloc -Dxmalloc=malloc -Dxrealloc=realloc -c -fPIC /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gcc.old/dist/libiberty/pex-unix.c -o pex-unix.pico --- dependall-ibm-public --- --- dependall-masterlib --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x master_spawn.o --- master_status.o --- --- dependall-gpl3 --- --- dependall-binutils --- --- ldmisc.o --- --- dependall-ibm-public --- # compile masterlib/master_status.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master/master_status.c -o master_status.o --- dependall-gpl3 --- # compile ld/ldmisc.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/ld -DDEFAULT_EMULATION=\"elf32ltsmip\" -DSCRIPTDIR=\"/usr/libdata\" -DTARGET=\"mipsel--netbsd\" -DBINDIR=\"/usr/bin\" -DTOOLBINDIR=\"/usr/bin\" -DENABLE_PLUGINS -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../lib/libbfd/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/bfd -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/binutils -DLOCALEDIR=\"/usr/share/locale\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/ld/ldmisc.c -o ldmisc.o --- dependall-tests --- --- dependall-lib --- --- dependall-libc --- --- t_setdomainname.o --- # compile gen/t_setdomainname.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/../../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/t_setdomainname.c -o t_setdomainname.o --- dependall-usr.sbin --- --- hfsplus.d --- # create fstyp/hfsplus.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f hfsplus.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fstyp/hfsplus.c && mv -f hfsplus.d.tmp hfsplus.d --- dependall-external --- --- dependall-mpl --- --- dependall-tools --- --- nsec3hash.8 --- --- dependall-usr.bin --- --- expand --- --- dependall-external --- # create nsec3hash/nsec3hash.8 /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbsed -e "s,@BIND9_VERSION@,9.16.42," -e "s,@RELEASE_DATE@,," -e "s,@BIND9_VERSION_STRING@,," -e "s,@sysconfdir@,//etc," -e "s,@plugindir@,/usr/lib/named," < /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/tools/nsec3hash/../../../dist/doc/man/nsec3hash.8in > nsec3hash.8 --- dependall-usr.bin --- # link expand/expand /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o expand expand.o -Wl,-rpath-link,/tmp/build/2023.06.27.01.17.43-pmax/destdir/lib -L=/lib --- dependall-external --- --- nsec3hash --- # link nsec3hash/nsec3hash /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o nsec3hash nsec3hash.o -Wl,-rpath-link,/tmp/build/2023.06.27.01.17.43-pmax/destdir/lib -L=/lib -lbind9 -lisccfg -ldns -lns -lirs -lisccc -lisc -L/tmp/build/2023.06.27.01.17.43-pmax/obj/external/mit/libuv/lib -luv -lexecinfo -lkvm -lz -lblocklist -lpthread -lgssapi -lheimntlm -lkrb5 -lcom_err -lhx509 -lcrypto -lasn1 -lwind -lheimbase -lcom_err -lroken -lsqlite3 -lm -lcrypt -lutil -lssl -lcrypto -lcrypt --- dependall-tests --- --- dependall-libcurses --- --- testlang_conf.o --- --- dependall-net --- --- dependall-can --- --- dependall-lib --- # compile director/testlang_conf.o --- dependall-net --- dependall ===> tests/net/can --- dependall-lib --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/director -I. -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/director/../../.. -c testlang_conf.c -o testlang_conf.o --- dependall-usr.sbin --- --- msdosfs.d --- # create fstyp/msdosfs.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f msdosfs.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fstyp/msdosfs.c && mv -f msdosfs.d.tmp msdosfs.d --- dependall-tests --- --- dependall-net --- --- h_canutils.d --- # create can/h_canutils.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f h_canutils.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/net/can/../.. -D_KERNTYPES /tmp/build/2023.06.27.01.17.43-pmax/src/tests/net/can/h_canutils.c && mv -f h_canutils.d.tmp h_canutils.d --- dependall-usr.bin --- --- dependall-extattr --- dependall ===> usr.bin/extattr --- getextattr.d --- # create extattr/getextattr.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f getextattr.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir /tmp/build/2023.06.27.01.17.43-pmax/src/usr.bin/extattr/getextattr.c && mv -f getextattr.d.tmp getextattr.d --- dependall-usr.sbin --- --- ntfs.d --- # create fstyp/ntfs.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f ntfs.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fstyp/ntfs.c && mv -f ntfs.d.tmp ntfs.d --- dependall-external --- --- dependall-ibm-public --- --- dependall-global --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x anvil_clnt.o --- attr_override.o --- --- dependall-tests --- --- t_can.d --- # create can/t_can.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f t_can.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/net/can/../.. -D_KERNTYPES /tmp/build/2023.06.27.01.17.43-pmax/src/tests/net/can/t_can.c && mv -f t_can.d.tmp t_can.d --- dependall-external --- # compile global/attr_override.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global/attr_override.c -o attr_override.o --- dependall-usr.bin --- --- .depend --- # create extattr/.depend rm -f .depend CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend getextattr.d --- dependall --- --- dependall-external --- --- dependall-gpl3 --- --- dependall-gdb.old --- --- dependall-libiberty --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x regex.o --- rust-demangle.o --- # compile libiberty/rust-demangle.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libiberty/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libiberty/../../dist/include -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/dist/libiberty/rust-demangle.c -o rust-demangle.o --- dependall-ibm-public --- --- dependall-masterlib --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x master_status.o --- dependall-usr.sbin --- --- ufs.d --- --- dependall-external --- --- dependall-mpl --- --- dependall-dnssec --- --- dnssec-keygen.html8 --- --- dependall-usr.sbin --- # create fstyp/ufs.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f ufs.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fstyp/ufs.c && mv -f ufs.d.tmp ufs.d --- dependall-external --- --- dependall-ibm-public --- --- master_wakeup.o --- --- dependall-mpl --- # format dnssec-keygen/dnssec-keygen.html8 if test "" != "yes"; then /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css dnssec-keygen.8 > dnssec-keygen.html8.tmp && mv -f dnssec-keygen.html8.tmp dnssec-keygen.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-font:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-tmac:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/tmac /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html dnssec-keygen.8 > dnssec-keygen.html8.tmp && mv -f dnssec-keygen.html8.tmp dnssec-keygen.html8; fi --- dependall-ibm-public --- # compile masterlib/master_wakeup.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master/master_wakeup.c -o master_wakeup.o --- dependall-mpl --- --- dependall-dnssec-signzone --- dependall ===> external/mpl/bind/bin/dnssec/dnssec-signzone --- dependall-usr.bin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.06.27.01.17.43-pmax/destdir" > .gdbinit --- getextattr.html1 --- # format extattr/getextattr.html1 if test "" != "yes"; then /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.06.27.01.17.43-pmax/src/usr.bin/extattr/getextattr.1 > getextattr.html1.tmp && mv -f getextattr.html1.tmp getextattr.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-font:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-tmac:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/tmac /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.06.27.01.17.43-pmax/src/usr.bin/extattr/getextattr.1 > getextattr.html1.tmp && mv -f getextattr.html1.tmp getextattr.html1; fi --- getextattr.o --- # compile extattr/getextattr.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -c /tmp/build/2023.06.27.01.17.43-pmax/src/usr.bin/extattr/getextattr.c -o getextattr.o --- dependall-tests --- --- t_canfilter.d --- # create can/t_canfilter.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f t_canfilter.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/net/can/../.. -D_KERNTYPES /tmp/build/2023.06.27.01.17.43-pmax/src/tests/net/can/t_canfilter.c && mv -f t_canfilter.d.tmp t_canfilter.d --- dependall-external --- --- dnssec-signzone.d --- # create dnssec-signzone/dnssec-signzone.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f dnssec-signzone.d.tmp -- -std=gnu99 -Wno-pointer-sign -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -include /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../include/config.h -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/bind9/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/dns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/ns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/irs/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/isc/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/isc/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/isccfg/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/isccc/include -DNS_LOCALSTATEDIR=\"/var\" -DNS_SYSCONFDIR=\"/etc\" -DSESSION_KEYFILE=\"/var/run/named/session.key\" -DNAMED_CONFFILE=\"/etc/named.conf\" -DVERSION=\"9.16.42\" -DBIND9 -DWANT_IPV6 -DALLOW_FILTER_AAAA -DISC_PLATFORM_USETHREADS -DOPENSSL -DUSE_ISC_SPNEGO -DGSSAPI -DISC_PLATFORM_USETHREADS -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/isc/pthreads/include /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/bin/dnssec/dnssec-signzone.c && mv -f dnssec-signzone.d.tmp dnssec-signzone.d --- dependall-usr.sbin --- --- .depend --- # create fstyp/.depend rm -f .depend CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend apfs.d cd9660.d exfat.d ext2fs.d fstyp.d hammer.d hammer2.d hfsplus.d msdosfs.d ntfs.d ufs.d --- dependall --- --- dependall-tests --- --- dependall-lib --- --- dependall-libc --- --- t_sethostname.o --- # compile gen/t_sethostname.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/../../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/t_sethostname.c -o t_sethostname.o --- dependall-external --- --- dependall-tools --- --- nsec3hash.html8 --- --- dependall-bin --- --- ar_subs.o --- --- dependall-external --- # format nsec3hash/nsec3hash.html8 if test "" != "yes"; then /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css nsec3hash.8 > nsec3hash.html8.tmp && mv -f nsec3hash.html8.tmp nsec3hash.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-font:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-tmac:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/tmac /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html nsec3hash.8 > nsec3hash.html8.tmp && mv -f nsec3hash.html8.tmp nsec3hash.html8; fi --- dependall-bin --- # compile pax/ar_subs.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/mtree -I/tmp/build/2023.06.27.01.17.43-pmax/src/sbin/mknod -DHAVE_SYS_MTIO_H -DSUPPORT_RMT -c /tmp/build/2023.06.27.01.17.43-pmax/src/bin/pax/ar_subs.c -o ar_subs.o --- dependall-tests --- --- dependall-libarchive --- --- test_open_failure.o --- --- dependall-external --- --- dependall-gpl3 --- --- dependall-gcc.old --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x pex-unix.pico --- dependall-bsd --- --- dependall-fsinfo --- --- fsi_dict.o --- --- dependall-tests --- # compile libarchive/test_open_failure.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/test_utils -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive -I. -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive/test -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libarchive/../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive/test/test_open_failure.c -o test_open_failure.o--- dependall-external --- --- dependall-mpl --- --- dependall --- --- dependall-bsd --- # compile fsinfo/fsi_dict.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/bin/fsinfo/../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/libamu -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/lib/libamu -DDEBUG -DHAVE_MAP_HESIOD=1 -DHAVE_MAP_LDAP=1 -DHAVE_LBER_H=1 -DHAVE_LDAP_H -DHAVE_LDAP_OPEN=1 -DLDAP_DEPRECATED=1 -DHAVE_MAP_NIS=1 -DYP -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/fsinfo -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/bin/fsinfo -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/fsinfo/fsi_dict.c -o fsi_dict.o --- dependall-gpl3 --- --- simple-object-coff.pico --- # compile liblto_plugin/simple-object-coff.pico /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gcc.old/dist/include -I. -DHAVE_CONFIG_H -Dxstrdup=strdup -Dxexit=exit -Dxcalloc=calloc -Dxmalloc=malloc -Dxrealloc=realloc -c -fPIC /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gcc.old/dist/libiberty/simple-object-coff.c -o simple-object-coff.pico --- dependall-games --- --- hack.objnam.o --- # compile hack/hack.objnam.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I. -c -Wno-stringop-truncation -Wno-stringop-overflow /tmp/build/2023.06.27.01.17.43-pmax/src/games/hack/hack.objnam.c -o hack.objnam.o --- hack.options.o --- --- dependall-usr.sbin --- --- .gdbinit --- --- dependall-games --- # compile hack/hack.options.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I. -c /tmp/build/2023.06.27.01.17.43-pmax/src/games/hack/hack.options.c -o hack.options.o --- dependall-usr.sbin --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.06.27.01.17.43-pmax/destdir" > .gdbinit --- dependall-tests --- --- dependall-net --- --- .depend --- --- dependall-usr.sbin --- --- fstyp.html8 --- --- dependall-tests --- # create can/.depend rm -f .depend CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend h_canutils.d t_can.d t_canfilter.d --- dependall-usr.sbin --- # format fstyp/fstyp.html8 if test "" != "yes"; then /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fstyp/fstyp.8 > fstyp.html8.tmp && mv -f fstyp.html8.tmp fstyp.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-font:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-tmac:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/tmac /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fstyp/fstyp.8 > fstyp.html8.tmp && mv -f fstyp.html8.tmp fstyp.html8; fi --- dependall-tests --- --- dependall --- --- dependall-usr.sbin --- --- apfs.o --- # compile fstyp/apfs.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fstyp/apfs.c -o apfs.o --- dependall-external --- --- dependall-mpl --- --- dependall-dnssec --- --- dnssectool.d --- --- dependall-ibm-public --- --- dependall-global --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x attr_override.o --- dependall-mpl --- # create dnssec-signzone/dnssectool.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f dnssectool.d.tmp -- -std=gnu99 -Wno-pointer-sign -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -include /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../include/config.h -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/bind9/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/dns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/ns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/irs/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/isc/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/isc/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/isccfg/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/isccc/include -DNS_LOCALSTATEDIR=\"/var\" -DNS_SYSCONFDIR=\"/etc\" -DSESSION_KEYFILE=\"/var/run/named/session.key\" -DNAMED_CONFFILE=\"/etc/named.conf\" -DVERSION=\"9.16.42\" -DBIND9 -DWANT_IPV6 -DALLOW_FILTER_AAAA -DISC_PLATFORM_USETHREADS -DOPENSSL -DUSE_ISC_SPNEGO -DGSSAPI -DISC_PLATFORM_USETHREADS -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/isc/pthreads/include /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/bin/dnssec/dnssectool.c && mv -f dnssectool.d.tmp dnssectool.d --- dependall-tests --- --- .gdbinit --- rm -f .gdbinit --- dependall-external --- --- dependall-ibm-public --- --- been_here.o --- --- dependall-tests --- echo "set solib-absolute-prefix /tmp/build/2023.06.27.01.17.43-pmax/destdir" > .gdbinit --- dependall-external --- # compile global/been_here.o --- dependall-tests --- --- Atffile --- --- dependall-external --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global/been_here.c -o been_here.o --- dependall-tests --- # create can/Atffile --- dependall-external --- --- dependall-bsd --- --- dependall-hlfsd --- --- homedir.o --- --- dependall-tests --- --- t_can.o --- --- dependall-external --- # compile hlfsd/homedir.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/bin/hlfsd/../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/libamu -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/lib/libamu -DDEBUG -DHAVE_MAP_HESIOD=1 -DHAVE_MAP_LDAP=1 -DHAVE_LBER_H=1 -DHAVE_LDAP_H -DHAVE_LDAP_OPEN=1 -DLDAP_DEPRECATED=1 -DHAVE_MAP_NIS=1 -DYP -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/hlfsd -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/hlfsd/homedir.c -o homedir.o --- dependall-tests --- # compile can/t_can.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/net/can/../.. -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/tests/net/can/t_can.c -o t_can.o --- dependall-external --- --- dependall-ibm-public --- --- dependall-masterlib --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x master_wakeup.o --- master_watch.o --- --- dependall-tests --- --- dependall-lib --- --- dependall-libc --- --- t_siginfo.o --- --- dependall-external --- # compile masterlib/master_watch.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master/master_watch.c -o master_watch.o --- dependall-tests --- # compile gen/t_siginfo.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/../../.. -c -DENABLE_TESTS -D__TEST_FENV /tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/t_siginfo.c -o t_siginfo.o --- dependall-usr.sbin --- --- cd9660.o --- # compile fstyp/cd9660.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fstyp/cd9660.c -o cd9660.o --- dependall-external --- --- dependall-mpl --- --- dependall-dhcp --- --- dependall-lib --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x conflex.o --- ctrace.o --- # compile common/ctrace.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DDHCPv6 -DISC_PLATFORM_USETHREADS -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../dist -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../dist/includes -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../dist/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/includes -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/isc/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/isc/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/isc/pthreads/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/dns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/dns/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/dns/pthreads/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/irs/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/irs/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/irs/pthreads/include -DLOCALSTATEDIR='"/var"' -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../dist/common/ctrace.c -o ctrace.o --- dependall-bind --- --- .depend --- # create dnssec-signzone/.depend rm -f .depend CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend dnssec-signzone.d dnssectool.d --- dependall --- --- dependall-sys --- --- infback.o --- # compile z/infback.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -ffreestanding -Os -g -mmemcpy -mno-abicalls -G 128 -fno-unwind-tables -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Werror -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libz/../../../common/dist/zlib -DBOOT_TYPE_NAME='"Netboot"' -DBOOTNET -DSUPPORT_BOOTP -DSUPPORT_DHCP -DFILL_ARPCACHE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -nostdinc -D_STANDALONE -DNO_ABICALLS -D_NO_PROM_DEFINES -I/tmp/build/2023.06.27.01.17.43-pmax/obj/sys/arch/pmax/stand/netboot -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../.. -DNETBSD_VERS='"10.99.4"' -DSECONDARY_BOOTBLOCK -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/quad -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/string -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/arch/mips/string -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/arch/mips/atomic -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/hash/sha3 -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libz/../../../common/dist/zlib/infback.c -o infback.o --- dependall-external --- --- dependall-gpl3 --- --- dependall-gdb.old --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x rust-demangle.o --- safe-ctype.o --- --- dependall-gpl2 --- --- dependall-grep --- --- dependall-gpl3 --- # compile libiberty/safe-ctype.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libiberty/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libiberty/../../dist/include -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/dist/libiberty/safe-ctype.c -o safe-ctype.o --- dependall-gpl2 --- dependall ===> external/gpl2/grep --- dependall-usr.bin --- --- getextattr --- --- dependall-usr.sbin --- --- exfat.o --- --- dependall-usr.bin --- # link extattr/getextattr /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o getextattr getextattr.o -Wl,-rpath-link,/tmp/build/2023.06.27.01.17.43-pmax/destdir/lib -L=/lib --- dependall-usr.sbin --- # compile fstyp/exfat.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fstyp/exfat.c -o exfat.o --- dependall-external --- --- dependall-lib --- dependall ===> external/gpl2/grep/lib --- dependall-mpl --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.06.27.01.17.43-pmax/destdir" > .gdbinit --- dnssec-signzone.o --- # compile dnssec-signzone/dnssec-signzone.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -Wno-pointer-sign -fcommon -fcommon -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -include /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../include/config.h -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/bind9/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/dns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/ns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/irs/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/isc/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/isc/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/isccfg/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/isccc/include -DNS_LOCALSTATEDIR=\"/var\" -DNS_SYSCONFDIR=\"/etc\" -DSESSION_KEYFILE=\"/var/run/named/session.key\" -DNAMED_CONFFILE=\"/etc/named.conf\" -DVERSION=\"9.16.42\" -DBIND9 -DWANT_IPV6 -DALLOW_FILTER_AAAA -DISC_PLATFORM_USETHREADS -DOPENSSL -DUSE_ISC_SPNEGO -DGSSAPI -DISC_PLATFORM_USETHREADS -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/lib/isc/pthreads/include -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind/bin/dnssec/dnssec-signzone/../../../dist/bin/dnssec/dnssec-signzone.c -o dnssec-signzone.o --- dependall-ibm-public --- --- dependall-global --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x been_here.o --- dependall-bsd --- --- dependall-fsinfo --- --- fsi_gram.o --- --- dependall-ibm-public --- --- dependall-masterlib --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x master_watch.o --- dependall-global --- --- bounce.o --- --- dependall-bsd --- # compile fsinfo/fsi_gram.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/bin/fsinfo/../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/libamu -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/lib/libamu -DDEBUG -DHAVE_MAP_HESIOD=1 -DHAVE_MAP_LDAP=1 -DHAVE_LBER_H=1 -DHAVE_LDAP_H -DHAVE_LDAP_OPEN=1 -DLDAP_DEPRECATED=1 -DHAVE_MAP_NIS=1 -DYP -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/fsinfo -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/bin/fsinfo -c fsi_gram.c -o fsi_gram.o --- dependall-ibm-public --- # compile global/bounce.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global/bounce.c -o bounce.o --- dependall-masterlib --- --- multi_server.o --- --- dependall-gpl2 --- --- closeout.d --- --- dependall-ibm-public --- # compile masterlib/multi_server.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master/multi_server.c -o multi_server.o --- dependall-gpl2 --- # create lib/closeout.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f closeout.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib/closeout.c && mv -f closeout.d.tmp closeout.d --- dependall-gpl3 --- --- dependall-binutils --- --- ldfile.o --- --- dependall-usr.bin --- --- dependall-false --- --- dependall-external --- # compile ld/ldfile.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/ld -DDEFAULT_EMULATION=\"elf32ltsmip\" -DSCRIPTDIR=\"/usr/libdata\" -DTARGET=\"mipsel--netbsd\" -DBINDIR=\"/usr/bin\" -DTOOLBINDIR=\"/usr/bin\" -DENABLE_PLUGINS -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../lib/libbfd/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/bfd -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/binutils -DLOCALEDIR=\"/usr/share/locale\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/ld/ldfile.c -o ldfile.o --- dependall-usr.bin --- dependall ===> usr.bin/false --- dependall-external --- --- dependall-gdb.old --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x safe-ctype.o --- sha1.o --- # compile libiberty/sha1.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libiberty/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libiberty/../../dist/include -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/dist/libiberty/sha1.c -o sha1.o --- dependall-usr.bin --- --- dependall --- --- dependall-external --- --- dependall-gpl2 --- --- error.d --- # create lib/error.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f error.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib/error.c && mv -f error.d.tmp error.d --- dependall-usr.bin --- --- false.html1 --- # format false/false.html1 if test "" != "yes"; then /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.06.27.01.17.43-pmax/src/usr.bin/false/false.1 > false.html1.tmp && mv -f false.html1.tmp false.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-font:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-tmac:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/tmac /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.06.27.01.17.43-pmax/src/usr.bin/false/false.1 > false.html1.tmp && mv -f false.html1.tmp false.html1; fi --- dependall-fdformat --- dependall ===> usr.bin/fdformat --- dependall --- --- dependall-tests --- --- dependall-libarchive --- --- test_open_fd.o --- # compile libarchive/test_open_fd.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/test_utils -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive -I. -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive/test -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libarchive/../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive/test/test_open_fd.c -o test_open_fd.o --- dependall-external --- --- exclude.d --- # create lib/exclude.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f exclude.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib/exclude.c && mv -f exclude.d.tmp exclude.d --- dependall-usr.bin --- --- fdformat.html1 --- # format fdformat/fdformat.html1 if test "" != "yes"; then /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.06.27.01.17.43-pmax/src/usr.bin/fdformat/fdformat.1 > fdformat.html1.tmp && mv -f fdformat.html1.tmp fdformat.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-font:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-tmac:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/tmac /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.06.27.01.17.43-pmax/src/usr.bin/fdformat/fdformat.1 > fdformat.html1.tmp && mv -f fdformat.html1.tmp fdformat.html1; fi --- dependall-external --- --- dependall-gpl3 --- --- dependall-binutils --- --- dependall-gas --- --- atof-ieee.o --- # compile gas/atof-ieee.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/gas -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/gas/config -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../lib/libbfd/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/bfd -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/binutils -DLOCALEDIR=\"/usr/share/locale\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/gas/config/atof-ieee.c -o atof-ieee.o --- dependall-usr.bin --- --- dependall-fgen --- --- dependall-external --- --- dependall-gcc.old --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x simple-object-coff.pico --- dependall-usr.bin --- dependall ===> usr.bin/fgen --- dependall-external --- --- simple-object-elf.pico --- # compile liblto_plugin/simple-object-elf.pico /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gcc.old/dist/include -I. -DHAVE_CONFIG_H -Dxstrdup=strdup -Dxexit=exit -Dxcalloc=calloc -Dxmalloc=malloc -Dxrealloc=realloc -c -fPIC /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gcc.old/dist/libiberty/simple-object-elf.c -o simple-object-elf.pico --- dependall-usr.bin --- --- fgen.c --- # lex fgen/fgen.c /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nblex -ofgen.c /tmp/build/2023.06.27.01.17.43-pmax/src/usr.bin/fgen/fgen.l --- dependall-external --- --- dependall-gpl2 --- --- hard-locale.d --- # create lib/hard-locale.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f hard-locale.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -Wno-stack-protector /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib/hard-locale.c && mv -f hard-locale.d.tmp hard-locale.d --- dependall-usr.bin --- --- fgen.d --- # create fgen/fgen.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f fgen.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2023.06.27.01.17.43-pmax/src/usr.bin/fgen --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir fgen.c && mv -f fgen.d.tmp fgen.d --- dependall-usr.sbin --- --- ext2fs.o --- # compile fstyp/ext2fs.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fstyp/ext2fs.c -o ext2fs.o --- dependall-external --- --- isdir.d --- # create lib/isdir.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f isdir.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib/isdir.c && mv -f isdir.d.tmp isdir.d --- obstack.d --- # create lib/obstack.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f obstack.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib/obstack.c && mv -f obstack.d.tmp obstack.d --- dependall-usr.bin --- --- .depend --- # create fgen/.depend rm -f .depend CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend fgen.d --- dependall --- --- dependall-external --- --- quotearg.d --- --- dependall-usr.sbin --- --- fstyp.o --- --- dependall-external --- # create lib/quotearg.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f quotearg.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib/quotearg.c && mv -f quotearg.d.tmp quotearg.d --- dependall-usr.sbin --- # compile fstyp/fstyp.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fstyp/fstyp.c -o fstyp.o --- dependall-usr.bin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.06.27.01.17.43-pmax/destdir" > .gdbinit --- fgen.html1 --- # format fgen/fgen.html1 if test "" != "yes"; then /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.06.27.01.17.43-pmax/src/usr.bin/fgen/fgen.1 > fgen.html1.tmp && mv -f fgen.html1.tmp fgen.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-font:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-tmac:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/tmac /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.06.27.01.17.43-pmax/src/usr.bin/fgen/fgen.1 > fgen.html1.tmp && mv -f fgen.html1.tmp fgen.html1; fi --- dependall-external --- --- dependall-mpl --- --- dependall-dhcp --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x ctrace.o --- dependall-usr.bin --- --- fgen.o --- --- dependall-external --- --- discover.o --- # compile common/discover.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DDHCPv6 -DISC_PLATFORM_USETHREADS -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../dist -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../dist/includes -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../dist/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/includes -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/isc/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/isc/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/isc/pthreads/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/dns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/dns/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/dns/pthreads/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/irs/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/irs/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/irs/pthreads/include -DLOCALSTATEDIR='"/var"' -c -Wno-stringop-truncation /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../dist/common/discover.c -o discover.o --- dependall-usr.bin --- # compile fgen/fgen.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2023.06.27.01.17.43-pmax/src/usr.bin/fgen --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -c fgen.c -o fgen.o --- dependall-tests --- --- dependall-libc --- --- t_sleep.o --- # compile gen/t_sleep.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/../../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/t_sleep.c -o t_sleep.o --- dependall-external --- --- dependall-gpl2 --- --- regex.d --- # create lib/regex.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f regex.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -Wno-stack-protector /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib/regex.c && mv -f regex.d.tmp regex.d --- dependall-tests --- --- dependall-libarchive --- --- test_open_file.o --- # compile libarchive/test_open_file.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/test_utils -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive -I. -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive/test -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libarchive/../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive/test/test_open_file.c -o test_open_file.o --- dependall-external --- --- savedir.d --- # create lib/savedir.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f savedir.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib/savedir.c && mv -f savedir.d.tmp savedir.d --- dependall-ibm-public --- --- dependall-global --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x bounce.o --- bounce_log.o --- # compile global/bounce_log.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global/bounce_log.c -o bounce_log.o --- dependall-sbin --- --- humanize_bignum.o --- # compile nvmectl/humanize_bignum.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -c /tmp/build/2023.06.27.01.17.43-pmax/src/sbin/nvmectl/humanize_bignum.c -o humanize_bignum.o --- dependall-external --- --- dependall-gpl2 --- --- stpcpy.d --- # create lib/stpcpy.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f stpcpy.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib/stpcpy.c && mv -f stpcpy.d.tmp stpcpy.d --- dependall-tests --- --- dependall-net --- --- h_canutils.o --- # compile can/h_canutils.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/net/can/../.. -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/tests/net/can/h_canutils.c -o h_canutils.o --- dependall-external --- --- xmalloc.d --- # create lib/xmalloc.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f xmalloc.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib/xmalloc.c && mv -f xmalloc.d.tmp xmalloc.d --- dependall-games --- --- hack.pager.o --- # compile hack/hack.pager.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I. -c -Wno-stringop-truncation /tmp/build/2023.06.27.01.17.43-pmax/src/games/hack/hack.pager.c -o hack.pager.o --- dependall-external --- --- xstrtol.d --- # create lib/xstrtol.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f xstrtol.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib/xstrtol.c && mv -f xstrtol.d.tmp xstrtol.d --- dependall-usr.sbin --- --- hammer.o --- # compile fstyp/hammer.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fstyp/hammer.c -o hammer.o --- dependall-external --- --- dependall-gpl3 --- --- dependall-binutils --- --- dependall-ld --- --- ldcref.o --- # compile ld/ldcref.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/ld -DDEFAULT_EMULATION=\"elf32ltsmip\" -DSCRIPTDIR=\"/usr/libdata\" -DTARGET=\"mipsel--netbsd\" -DBINDIR=\"/usr/bin\" -DTOOLBINDIR=\"/usr/bin\" -DENABLE_PLUGINS -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../lib/libbfd/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/bfd -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/binutils -DLOCALEDIR=\"/usr/share/locale\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/ld/ldcref.c -o ldcref.o --- dependall-bin --- --- buf_subs.o --- # compile pax/buf_subs.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/mtree -I/tmp/build/2023.06.27.01.17.43-pmax/src/sbin/mknod -DHAVE_SYS_MTIO_H -DSUPPORT_RMT -c /tmp/build/2023.06.27.01.17.43-pmax/src/bin/pax/buf_subs.c -o buf_subs.o --- dependall-external --- --- dependall-gpl2 --- --- xstrtoumax.d --- --- dependall-gpl3 --- --- dependall-gas --- --- itbl-ops.o --- --- dependall-gpl2 --- # create lib/xstrtoumax.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f xstrtoumax.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib/xstrtoumax.c && mv -f xstrtoumax.d.tmp xstrtoumax.d --- dependall-gpl3 --- # compile gas/itbl-ops.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/gas -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/gas/config -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../lib/libbfd/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/bfd -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/binutils -DLOCALEDIR=\"/usr/share/locale\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/gas/itbl-ops.c -o itbl-ops.o --- dependall-bsd --- --- dependall-hlfsd --- --- nfs_prot_svc.o --- # compile hlfsd/nfs_prot_svc.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/bin/hlfsd/../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/libamu -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/lib/libamu -DDEBUG -DHAVE_MAP_HESIOD=1 -DHAVE_MAP_LDAP=1 -DHAVE_LBER_H=1 -DHAVE_LDAP_H -DHAVE_LDAP_OPEN=1 -DLDAP_DEPRECATED=1 -DHAVE_MAP_NIS=1 -DYP -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/hlfsd -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/hlfsd/nfs_prot_svc.c -o nfs_prot_svc.o --- dependall-sys --- --- inffast.o --- # compile z/inffast.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -ffreestanding -Os -g -mmemcpy -mno-abicalls -G 128 -fno-unwind-tables -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Werror -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libz/../../../common/dist/zlib -DBOOT_TYPE_NAME='"Netboot"' -DBOOTNET -DSUPPORT_BOOTP -DSUPPORT_DHCP -DFILL_ARPCACHE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -nostdinc -D_STANDALONE -DNO_ABICALLS -D_NO_PROM_DEFINES -I/tmp/build/2023.06.27.01.17.43-pmax/obj/sys/arch/pmax/stand/netboot -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../.. -DNETBSD_VERS='"10.99.4"' -DSECONDARY_BOOTBLOCK -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/quad -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/string -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/arch/mips/string -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/arch/mips/atomic -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/hash/sha3 -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libz/../../../common/dist/zlib/inffast.c -o inffast.o --- dependall-external --- --- dependall-gpl2 --- --- .depend --- --- dependall-sbin --- --- nvmectl --- --- dependall-external --- # create lib/.depend rm -f .depend CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -s .o\ .po\ .pico\ .go\ .ln\ .d -d -f .depend closeout.d error.d exclude.d hard-locale.d isdir.d obstack.d quotearg.d regex.d savedir.d stpcpy.d xmalloc.d xstrtol.d xstrtoumax.d --- dependall-sbin --- # link nvmectl/nvmectl /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o nvmectl nvmectl.o devlist.o firmware.o identify.o logpage.o perftest.o power.o reset.o util.o wdc.o bignum.o humanize_bignum.o -Wl,-dynamic-linker=/libexec/ld.elf_so -Wl,-rpath,/lib -L=/lib -lutil --- dependall-external --- --- dependall --- --- dependall-tests --- --- dependall-lib --- --- test_open_filename.o --- # compile libarchive/test_open_filename.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/test_utils -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive -I. -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive/test -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libarchive/../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive/test/test_open_filename.c -o test_open_filename.o --- dependall-libcurses --- --- director --- # link director/director /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o director testlang_parse.o testlang_conf.o director.o -Wl,-rpath-link,/tmp/build/2023.06.27.01.17.43-pmax/destdir/lib -L=/lib -ll -lutil -lc -latf-c --- dependall-external --- --- dependall-ibm-public --- --- dependall-masterlib --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x multi_server.o --- single_server.o --- # compile masterlib/single_server.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master/single_server.c -o single_server.o --- dependall-gpl2 --- --- closeout.o --- # compile lib/closeout.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib/closeout.c -o closeout.o --- dependall-sbin --- --- dependall-ping --- dependall ===> sbin/ping --- dependall-tests --- --- dependall-net --- --- t_canfilter.o --- # compile can/t_canfilter.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/net/can/../.. -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/tests/net/can/t_canfilter.c -o t_canfilter.o --- dependall-sbin --- --- ping_rumpops.d --- # create ping/ping_rumpops.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f ping_rumpops.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -DIPSEC --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES /tmp/build/2023.06.27.01.17.43-pmax/src/sbin/ping/ping_rumpops.c && mv -f ping_rumpops.d.tmp ping_rumpops.d --- dependall-tests --- --- dependall-lib --- --- dependall-slave --- dependall ===> tests/lib/libcurses/slave --- dependall-external --- --- dependall-bsd --- --- dependall-fsinfo --- --- fsi_lex.o --- # compile fsinfo/fsi_lex.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/bin/fsinfo/../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/libamu -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/lib/libamu -DDEBUG -DHAVE_MAP_HESIOD=1 -DHAVE_MAP_LDAP=1 -DHAVE_LBER_H=1 -DHAVE_LDAP_H -DHAVE_LDAP_OPEN=1 -DLDAP_DEPRECATED=1 -DHAVE_MAP_NIS=1 -DYP -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/fsinfo -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/bin/fsinfo -c fsi_lex.c -o fsi_lex.o --- dependall-ibm-public --- --- dependall-global --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x bounce_log.o --- canon_addr.o --- # compile global/canon_addr.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global/canon_addr.c -o canon_addr.o --- dependall-tests --- --- commands.d --- # create slave/commands.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f commands.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/slave -I. -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/slave/../director -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/slave/../../.. /tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/slave/commands.c && mv -f commands.d.tmp commands.d --- dependall-libc --- --- t_syslog.o --- --- dependall-usr.sbin --- --- hammer2.o --- --- dependall-tests --- # compile gen/t_syslog.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/../../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/t_syslog.c -o t_syslog.o --- dependall-external --- --- dependall-gpl2 --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x closeout.o --- dependall-usr.sbin --- # compile fstyp/hammer2.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fstyp/hammer2.c -o hammer2.o --- dependall-external --- --- error.o --- # compile lib/error.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib/error.c -o error.o --- dependall-sbin --- --- ping.d --- # create ping/ping.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f ping.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -DIPSEC --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES /tmp/build/2023.06.27.01.17.43-pmax/src/sbin/ping/ping.c && mv -f ping.d.tmp ping.d --- dependall-tests --- --- dependall-libcurses --- --- curses_commands.d --- # create slave/curses_commands.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f curses_commands.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/slave -I. -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/slave/../director -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/slave/../../.. -Wno-format-nonliteral /tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/slave/curses_commands.c && mv -f curses_commands.d.tmp curses_commands.d --- dependall-external --- --- dependall-ibm-public --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x canon_addr.o --- cfg_parser.o --- # compile global/cfg_parser.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global/cfg_parser.c -o cfg_parser.o --- dependall-sys --- --- inflate.o --- # compile z/inflate.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -ffreestanding -Os -g -mmemcpy -mno-abicalls -G 128 -fno-unwind-tables -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Werror -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libz/../../../common/dist/zlib -DBOOT_TYPE_NAME='"Netboot"' -DBOOTNET -DSUPPORT_BOOTP -DSUPPORT_DHCP -DFILL_ARPCACHE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -nostdinc -D_STANDALONE -DNO_ABICALLS -D_NO_PROM_DEFINES -I/tmp/build/2023.06.27.01.17.43-pmax/obj/sys/arch/pmax/stand/netboot -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../.. -DNETBSD_VERS='"10.99.4"' -DSECONDARY_BOOTBLOCK -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/quad -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/string -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/arch/mips/string -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/arch/mips/atomic -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libkern/../../../common/lib/libc/hash/sha3 -I/tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/sys/arch/pmax/stand/netboot/../../../../lib/libz/../../../common/dist/zlib/inflate.c -o inflate.o --- dependall-tests --- --- slave.d --- # create slave/slave.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f slave.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/slave -I. -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/slave/../director -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/slave/../../.. /tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/slave/slave.c && mv -f slave.d.tmp slave.d --- dependall-libc --- --- t_time.o --- # compile gen/t_time.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/../../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/t_time.c -o t_time.o --- dependall-games --- --- hack.potion.o --- --- dependall-sbin --- --- ping_hostops.d --- --- dependall-games --- # compile hack/hack.potion.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I. -c /tmp/build/2023.06.27.01.17.43-pmax/src/games/hack/hack.potion.c -o hack.potion.o --- dependall-sbin --- # create ping/ping_hostops.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f ping_hostops.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -DIPSEC --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES /tmp/build/2023.06.27.01.17.43-pmax/src/sbin/ping/ping_hostops.c && mv -f ping_hostops.d.tmp ping_hostops.d --- dependall-external --- --- dependall-gpl2 --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x error.o --- exclude.o --- # compile lib/exclude.o --- dependall-bsd --- --- dependall-hlfsd --- --- stubs.o --- --- dependall-gpl2 --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib/exclude.c -o exclude.o --- dependall-tests --- --- dependall-libcurses --- --- .depend --- # create slave/.depend rm -f .depend CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend commands.d curses_commands.d slave.d --- dependall-external --- --- dependall-bsd --- # compile hlfsd/stubs.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/bin/hlfsd/../../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/libamu -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/lib/libamu -DDEBUG -DHAVE_MAP_HESIOD=1 -DHAVE_MAP_LDAP=1 -DHAVE_LBER_H=1 -DHAVE_LDAP_H -DHAVE_LDAP_OPEN=1 -DLDAP_DEPRECATED=1 -DHAVE_MAP_NIS=1 -DYP -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/hlfsd -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/am-utils/dist/hlfsd/stubs.c -o stubs.o --- dependall-tests --- --- dependall --- --- dependall-sbin --- --- .depend --- # create ping/.depend rm -f .depend CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend ping.d ping_hostops.d ping_rumpops.d --- dependall --- --- dependall-tests --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.06.27.01.17.43-pmax/destdir" > .gdbinit --- dependall-sbin --- --- .gdbinit --- --- dependall-tests --- --- slave.o --- --- dependall-sbin --- rm -f .gdbinit --- dependall-tests --- # compile slave/slave.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/slave -I. -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/slave/../director -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/slave/../../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/slave/slave.c -o slave.o --- dependall-sbin --- echo "set solib-absolute-prefix /tmp/build/2023.06.27.01.17.43-pmax/destdir" > .gdbinit --- ping.html8 --- # format ping/ping.html8 if test "" != "yes"; then /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.06.27.01.17.43-pmax/src/sbin/ping/ping.8 > ping.html8.tmp && mv -f ping.html8.tmp ping.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-font:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/site-tmac:/tmp/build/2023.06.27.01.17.43-pmax/tools/share/groff/tmac /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.06.27.01.17.43-pmax/src/sbin/ping/ping.8 > ping.html8.tmp && mv -f ping.html8.tmp ping.html8; fi --- ping.o --- # compile ping/ping.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -DIPSEC --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/sbin/ping/ping.c -o ping.o --- dependall-external --- --- dependall-gpl3 --- --- dependall-gdb.old --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x sha1.o --- simple-object-coff.o --- # compile libiberty/simple-object-coff.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libiberty/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libiberty/../../dist/include -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/dist/libiberty/simple-object-coff.c -o simple-object-coff.o --- dependall-tests --- --- dependall-libc --- --- t_ttyname.o --- --- dependall-libarchive --- --- test_pax_filename_encoding.o --- # compile libarchive/test_pax_filename_encoding.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/test_utils -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive -I. -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive/test -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libarchive/../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive/test/test_pax_filename_encoding.c -o test_pax_filename_encoding.o --- dependall-libc --- # compile gen/t_ttyname.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/../../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/t_ttyname.c -o t_ttyname.o --- dependall-external --- --- dependall-gpl2 --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x exclude.o --- dependall-gpl3 --- --- dependall-binutils --- --- dependall-ld --- --- eelf32ltsmip.o --- # compile ld/eelf32ltsmip.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/ld -DDEFAULT_EMULATION=\"elf32ltsmip\" -DSCRIPTDIR=\"/usr/libdata\" -DTARGET=\"mipsel--netbsd\" -DBINDIR=\"/usr/bin\" -DTOOLBINDIR=\"/usr/bin\" -DENABLE_PLUGINS -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../lib/libbfd/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/bfd -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/ld/../../dist/binutils -DLOCALEDIR=\"/usr/share/locale\" -c eelf32ltsmip.c -o eelf32ltsmip.o --- dependall-gpl2 --- --- hard-locale.o --- --- dependall-gpl3 --- --- dependall-gas --- --- e-mipself.o --- --- dependall-gpl2 --- # compile lib/hard-locale.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -c -Wno-stack-protector /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib/hard-locale.c -o hard-locale.o --- dependall-gpl3 --- # compile gas/e-mipself.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/gas -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/gas/config -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../lib/libbfd/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/bfd -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/binutils -DLOCALEDIR=\"/usr/share/locale\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/gas/config/e-mipself.c -o e-mipself.o --- dependall-ibm-public --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x cfg_parser.o --- cleanup_strerror.o --- # compile global/cleanup_strerror.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global/cleanup_strerror.c -o cleanup_strerror.o --- dependall-tests --- --- dependall-net --- --- t_can --- # link can/t_can /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -Wl,--warn-shared-textrel -pie -shared-libgcc -o t_can t_can.o h_canutils.o -Wl,-rpath-link,/tmp/build/2023.06.27.01.17.43-pmax/destdir/lib -L=/lib -lrumpnet_netcan -lrumpnet_netinet -lrumpnet_net -lrumpnet -lrumpvfs -lrumpvfs_nofifofs -lrump -lrumpuser -lpthread -latf-c --- dependall-external --- --- dependall-gpl2 --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x hard-locale.o --- isdir.o --- # compile lib/isdir.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib/isdir.c -o isdir.o --- dependall-ibm-public --- --- dependall-masterlib --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x single_server.o --- trigger_server.o --- # compile masterlib/trigger_server.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master/trigger_server.c -o trigger_server.o --- dependall-bin --- --- file_subs.o --- # compile pax/file_subs.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/mtree -I/tmp/build/2023.06.27.01.17.43-pmax/src/sbin/mknod -DHAVE_SYS_MTIO_H -DSUPPORT_RMT -c /tmp/build/2023.06.27.01.17.43-pmax/src/bin/pax/file_subs.c -o file_subs.o --- dependall-tests --- --- dependall-lib --- --- dependall-libcurses --- --- commands.o --- # compile slave/commands.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/slave -I. -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/slave/../director -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/slave/../../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/slave/commands.c -o commands.o --- dependall-net --- --- t_canfilter --- # link can/t_canfilter /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -Wl,--warn-shared-textrel -pie -shared-libgcc -o t_canfilter t_canfilter.o h_canutils.o -Wl,-rpath-link,/tmp/build/2023.06.27.01.17.43-pmax/destdir/lib -L=/lib -lrumpnet_netcan -lrumpnet_netinet -lrumpnet_net -lrumpnet -lrumpvfs -lrumpvfs_nofifofs -lrump -lrumpuser -lpthread -latf-c --- dependall-usr.sbin --- --- hfsplus.o --- --- dependall-external --- --- dependall-global --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x cleanup_strerror.o --- dependall-usr.sbin --- # compile fstyp/hfsplus.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fstyp/hfsplus.c -o hfsplus.o --- dependall-external --- --- cleanup_strflags.o --- # compile global/cleanup_strflags.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global/cleanup_strflags.c -o cleanup_strflags.o --- dependall-gpl3 --- --- itbl-parse.o --- # compile gas/itbl-parse.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/gas -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/gas/config -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../lib/libbfd/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/bfd -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/binutils -DLOCALEDIR=\"/usr/share/locale\" -c itbl-parse.c -o itbl-parse.o --- dependall-gpl2 --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x isdir.o --- dependall-mpl --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x discover.o --- dependall-gpl2 --- --- obstack.o --- --- dependall-tests --- --- dependall-lib --- --- dependall-libc --- --- t_vis.o --- --- dependall-external --- --- dependall-mpl --- --- dispatch.o --- --- dependall-gpl2 --- # compile lib/obstack.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib/obstack.c -o obstack.o --- dependall-tests --- # compile gen/t_vis.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/../../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen/t_vis.c -o t_vis.o --- dependall-external --- --- dependall-mpl --- # compile common/dispatch.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DDHCPv6 -DISC_PLATFORM_USETHREADS -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../dist -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../dist/includes -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../dist/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/includes -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/isc/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/isc/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/isc/pthreads/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/dns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/dns/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/dns/pthreads/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/irs/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/irs/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/irs/pthreads/include -DLOCALSTATEDIR='"/var"' -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../dist/common/dispatch.c -o dispatch.o --- dependall-tests --- --- dependall-net --- --- dependall-carp --- dependall ===> tests/net/carp --- dependall --- --- dependall-external --- --- dependall-gpl3 --- --- dependall-gcc.old --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x simple-object-elf.pico --- simple-object-mach-o.pico --- # compile liblto_plugin/simple-object-mach-o.pico /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gcc.old/dist/include -I. -DHAVE_CONFIG_H -Dxstrdup=strdup -Dxexit=exit -Dxcalloc=calloc -Dxmalloc=malloc -Dxrealloc=realloc -c -fPIC /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gcc.old/dist/libiberty/simple-object-mach-o.c -o simple-object-mach-o.pico --- dependall-tests --- --- Atffile --- # create carp/Atffile --- t_basic --- # build carp/t_basic echo '#! /usr/bin/atf-sh' >t_basic.tmp cat /tmp/build/2023.06.27.01.17.43-pmax/src/tests/net/carp/../net_common.sh /tmp/build/2023.06.27.01.17.43-pmax/src/tests/net/carp/t_basic.sh >>t_basic.tmp chmod +x t_basic.tmp --- dependall-usr.sbin --- --- msdosfs.o --- # compile fstyp/msdosfs.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fstyp/msdosfs.c -o msdosfs.o --- dependall-tests --- mv -f t_basic.tmp t_basic --- dependall-icmp --- dependall ===> tests/net/icmp --- dependall-external --- --- dependall-ibm-public --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x cleanup_strflags.o --- dependall-games --- --- hack.pri.o --- --- dependall-external --- --- clnt_stream.o --- # compile global/clnt_stream.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global/clnt_stream.c -o clnt_stream.o --- dependall-games --- # compile hack/hack.pri.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I. -c /tmp/build/2023.06.27.01.17.43-pmax/src/games/hack/hack.pri.c -o hack.pri.o --- dependall-tests --- --- t_forward.d --- # create icmp/t_forward.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f t_forward.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/net/icmp/../.. -D_KERNTYPES /tmp/build/2023.06.27.01.17.43-pmax/src/tests/net/icmp/t_forward.c && mv -f t_forward.d.tmp t_forward.d --- dependall-external --- --- dependall-gpl3 --- --- dependall-gdb.old --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x simple-object-coff.o --- simple-object-elf.o --- # compile libiberty/simple-object-elf.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libiberty/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libiberty/../../dist/include -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/dist/libiberty/simple-object-elf.c -o simple-object-elf.o --- dependall-bsd --- --- hlfsd --- # link hlfsd/hlfsd /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o hlfsd hlfsd.o homedir.o nfs_prot_svc.o stubs.o -Wl,-rpath-link,/tmp/build/2023.06.27.01.17.43-pmax/destdir/lib -L=/lib -lrpcsvc -L/tmp/build/2023.06.27.01.17.43-pmax/obj/external/bsd/am-utils/lib/libamu -lamu --- dependall-tests --- --- dependall-lib --- --- dependall-libcurses --- --- curses_commands.o --- # compile slave/curses_commands.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/slave -I. -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/slave/../director -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/slave/../../.. -c -Wno-format-nonliteral /tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libcurses/slave/curses_commands.c -o curses_commands.o --- dependall-net --- --- t_ping.d --- # create icmp/t_ping.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f t_ping.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/net/icmp/../.. -D_KERNTYPES /tmp/build/2023.06.27.01.17.43-pmax/src/tests/net/icmp/t_ping.c && mv -f t_ping.d.tmp t_ping.d --- dependall-external --- --- dependall-gpl3 --- --- dependall-libgdb --- dependall ===> external/gpl3/gdb.old/lib/libgdb --- dependall-gpl2 --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x obstack.o --- dependall-usr.sbin --- --- ntfs.o --- --- dependall-external --- --- quotearg.o --- --- dependall-usr.sbin --- # compile fstyp/ntfs.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fstyp/ntfs.c -o ntfs.o --- dependall-external --- # compile lib/quotearg.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/lib/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/src -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl2/grep/dist/lib/quotearg.c -o quotearg.o --- dependall-mpl --- /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../dist/common/dispatch.c: In function 'isclib_timer_callback': /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../dist/common/dispatch.c:186:3: error: implicit declaration of function 'isc_timer_detach'; did you mean 'isc_nm_timer_detach'? [-Werror=implicit-function-declaration] 186 | isc_timer_detach(&q->isc_timeout); | ^~~~~~~~~~~~~~~~ | isc_nm_timer_detach --- dependall-tests --- --- .depend --- # create icmp/.depend rm -f .depend CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend t_forward.d t_ping.d --- dependall --- --- dependall-lib --- --- dependall-libarchive --- --- test_read_data_large.o --- # compile libarchive/test_read_data_large.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/test_utils -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive -I. -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive/test -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libarchive/../.. -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/bsd/libarchive/dist/libarchive/test/test_read_data_large.c -o test_read_data_large.o --- dependall-libc --- --- t_alarm --- # link gen/t_alarm /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -Wl,--warn-shared-textrel -pie -shared-libgcc -o t_alarm t_alarm.o -Wl,-rpath-link,/tmp/build/2023.06.27.01.17.43-pmax/destdir/lib -L=/lib -latf-c --- dependall-external --- --- dependall-gpl3 --- --- abbrev.d --- # create libgdb/abbrev.d CC=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-c++ /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmkdep -f abbrev.d.tmp -- -std=gnu++17 -Werror -Wno-error=alloca-larger-than= -Wno-error=stack-protector --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libgdb -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libgdb/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libgdb/../../dist -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libgdb/../../dist/gdb -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libgdb/../../dist/readline -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libgdb/../../dist/bfd -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libgdb/../../dist/include -Dsighandler_t=sig_t -DTARGET_SYSTEM_ROOT=\"\" -DTARGET_SYSTEM_ROOT_RELOCATABLE=0 -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -DTUI=1 -D_KERNTYPES -D_KERNTYPES /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old/lib/libgdb/../../dist/gdb/dwarf2/abbrev.c && mv -f abbrev.d.tmp abbrev.d --- dependall-tests --- --- dependall-net --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.06.27.01.17.43-pmax/destdir" > .gdbinit --- Atffile --- # create icmp/Atffile --- t_forward.o --- --- dependall-external --- --- dependall-binutils --- --- itbl-lex.o --- # compile gas/itbl-lex.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/gas -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/gas/config -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../lib/libbfd/arch/mipsel -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/bfd -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils/usr.bin/gas/../../dist/binutils -DLOCALEDIR=\"/usr/share/locale\" -c itbl-lex.c -o itbl-lex.o --- dependall-tests --- # compile icmp/t_forward.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -I/tmp/build/2023.06.27.01.17.43-pmax/src/tests/net/icmp/../.. -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/tests/net/icmp/t_forward.c -o t_forward.o --- dependall-external --- --- dependall-ibm-public --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x clnt_stream.o --- dependall-tests --- --- dependall-lib --- --- t_assert --- # link gen/t_assert /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -Wl,--warn-shared-textrel -pie -shared-libgcc -o t_assert t_assert.o -Wl,-rpath-link,/tmp/build/2023.06.27.01.17.43-pmax/destdir/lib -L=/lib -latf-c --- dependall-external --- --- compat_level.o --- # compile global/compat_level.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/dns -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/master -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/util -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/tls -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/milter -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/xsasl -Wno-comment -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_SASLC_SASL -DDEF_CLIENT_SASL_TYPE=\"saslc\" -DUSE_TLS -DHAS_SQLITE -DHAS_LDAP -DDEF_HTML_DIR=\"/usr/share/doc/reference/ref8/postfix\" -DDEF_README_DIR=\"/usr/share/examples/postfix\" -DDEF_SAMPLE_DIR=\"/usr/share/examples/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/dist/src/global/compat_level.c -o compat_level.o --- dependall-usr.sbin --- --- ufs.o --- # compile fstyp/ufs.o /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -D_KERNTYPES -c /tmp/build/2023.06.27.01.17.43-pmax/src/usr.sbin/fstyp/ufs.c -o ufs.o --- dependall-tests --- --- t_basedirname --- # link gen/t_basedirname /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -Wl,--warn-shared-textrel -pie -shared-libgcc -o t_basedirname t_basedirname.o -Wl,-rpath-link,/tmp/build/2023.06.27.01.17.43-pmax/destdir/lib -L=/lib -latf-c --- dependall-external --- --- dependall-masterlib --- /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x trigger_server.o --- libmaster.a --- # build masterlib/libmaster.a /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-ar crsD libmaster.a $(NM=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-nm NM=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-nm MKTEMP=/tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbmktemp /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nblorder dgram_server.o event_server.o mail_flow.o master_avail.o master_conf.o master_flow.o master_listen.o master_monitor.o master_proto.o master_service.o master_sig.o master_spawn.o master_status.o master_wakeup.o master_watch.o multi_server.o single_server.o trigger_server.o | /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/nbtsort -q) --- dependall-mpl --- cc1: all warnings being treated as errors *** Failed target: dispatch.o *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " common/dispatch.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -fPIE -fcommon --sysroot=/tmp/build/2023.06.27.01.17.43-pmax/destdir -DDHCPv6 -DISC_PLATFORM_USETHREADS -DHAVE_CONFIG_H -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../dist -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../dist/includes -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../dist/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/includes -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/../include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/isc/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/isc/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/isc/pthreads/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/dns/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/dns/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/dns/pthreads/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/irs/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/irs/unix/include -I/tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../../../mpl/bind/dist/lib/irs/pthreads/include -DLOCALSTATEDIR='"/var"' -c /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common/../../dist/common/dispatch.c -o dispatch.o ${CTFCONVERT_RUN} => ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET} => /tmp/build/2023.06.27.01.17.43-pmax/tools/bin/mipsel--netbsd-objcopy -x dispatch.o *** [dispatch.o] Error code 1 nbmake[10]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/dhcp/lib/common --- dependall-sys --- nbmake[4]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src --- dependall-tests --- nbmake[8]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/tests/lib/libc/gen --- dependall-sbin --- nbmake[4]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src --- dependall-external --- --- dependall-gpl3 --- nbmake[7]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/binutils --- dependall-bsd --- nbmake[5]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/external --- dependall-crypto/external --- nbmake[8]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/crypto/external/bsd/openssl/bin --- dependall-usr.sbin --- nbmake[4]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src --- dependall-games --- nbmake[6]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/games/hack --- dependall-bin --- nbmake[6]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/bin/pax --- dependall-external --- --- dependall-gpl2 --- nbmake[5]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/external --- dependall-mpl --- --- dependall-bind --- nbmake[7]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl/bind --- dependall-gpl3 --- --- dependall-gcc.old --- nbmake[7]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gcc.old --- dependall-gdb.old --- nbmake[7]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3/gdb.old nbmake[6]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3 --- dependall-binutils --- nbmake[6]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3 --- dependall-ibm-public --- --- dependall-global --- nbmake[9]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix/lib/global --- dependall-mpl --- nbmake[6]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl --- dependall-gpl3 --- --- dependall-gcc.old --- nbmake[6]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/external/gpl3 --- dependall-games --- nbmake[4]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src --- dependall-external --- --- dependall-ibm-public --- nbmake[7]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public/postfix --- dependall-gpl3 --- nbmake[5]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/external --- dependall-crypto/external --- nbmake[7]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/crypto/external/bsd/openssl --- dependall-bin --- nbmake[5]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/bin --- dependall-tests --- nbmake[4]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src --- dependall-external --- --- dependall-mpl --- --- dependall-dhcp --- nbmake[6]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/external/mpl --- dependall-ibm-public --- nbmake[6]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/external/ibm-public --- dependall-crypto/external --- nbmake[6]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/crypto/external/bsd --- dependall-bin --- nbmake[4]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src --- dependall-external --- nbmake[5]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/external --- dependall-crypto/external --- nbmake[5]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/crypto/external nbmake[4]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src --- dependall-external --- --- dependall-mpl --- nbmake[5]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src/external --- dependall-usr.bin --- nbmake[4]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src --- dependall-external --- nbmake[4]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src nbmake[3]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src nbmake[2]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src nbmake[1]: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src nbmake: stopped in /tmp/build/2023.06.27.01.17.43-pmax/src ERROR: Failed to make release *** BUILD ABORTED *** 745.14 real 6054.61 user 1262.02 sys