Last 2000 lines of build log: /tmp/build/2025.06.01.05.43.55-hpcmips/destdir/usr/include/openssl/dh.h:228:27: note: declared here 228 | OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key, | ^~~~~~~~~~~~~~ --- dependall-usr.bin --- rm -f .gdbinit --- dependall-usr.sbin --- /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2301:17: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2301 | DH_free(dh); | ^~~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/destdir/usr/include/openssl/dh.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ --- dependall-usr.bin --- echo "set solib-absolute-prefix /tmp/build/2025.06.01.05.43.55-hpcmips/destdir" > .gdbinit --- skeyinit.html1 --- --- dependall-usr.sbin --- /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_init': --- dependall-usr.bin --- # format skeyinit/skeyinit.html1 if test "" != "yes"; then /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/skeyinit/skeyinit.1 > skeyinit.html1.tmp && mv -f skeyinit.html1.tmp skeyinit.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-font:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-tmac:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/tmac /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/skeyinit/skeyinit.1 > skeyinit.html1.tmp && mv -f skeyinit.html1.tmp skeyinit.html1; fi --- dependall-usr.sbin --- /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2347:9: warning: 'ENGINE_load_builtin_engines' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2347 | ENGINE_load_builtin_engines(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/destdir/usr/include/openssl/engine.h:358:28: note: declared here 358 | OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ --- dependall-nvmmctl --- --- dependall --- --- dependall-plainrsa-gen --- /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2348:9: warning: 'ENGINE_register_all_complete' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2348 | ENGINE_register_all_complete(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/destdir/usr/include/openssl/engine.h:415:27: note: declared here 415 | OSSL_DEPRECATEDIN_3_0 int ENGINE_register_all_complete(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- dependall-usr.bin --- --- dependall-skeyinfo --- --- skeyinfo --- # link skeyinfo/skeyinfo /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o skeyinfo skeyinfo.o -Wl,-rpath-link,/tmp/build/2025.06.01.05.43.55-hpcmips/destdir/lib -L=/lib -lskey --- dependall-skeyinit --- --- skeyinit.o --- # compile skeyinit/skeyinit.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libskey -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/skeyinit/skeyinit.c -o skeyinit.o --- dependall-usr.sbin --- /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'binbuf_pubkey2rsa': /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2434:9: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2434 | rsa_pub = RSA_new(); | ^~~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2441:9: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2441 | if (!RSA_set0_key(rsa_pub, mod, exp, NULL)) | ^~ /tmp/build/2025.06.01.05.43.55-hpcmips/destdir/usr/include/openssl/rsa.h:207:27: note: declared here 207 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); | ^~~~~~~~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2447:9: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2447 | RSA_free(rsa_pub); | ^~~~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ --- dependall-nvmmctl --- --- nvmmctl.html8 --- --- dependall-racoonctl --- --- misc.d --- --- dependall-nvmmctl --- # format nvmmctl/nvmmctl.html8 --- dependall-racoon --- --- backupsa.d --- --- dependall-racoonctl --- # create racoonctl/misc.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f misc.d.tmp -- -std=gnu11 -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 -Werror --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/misc.c && mv -f misc.d.tmp misc.d --- dependall-racoon --- # create racoon/backupsa.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f backupsa.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/backupsa.c && mv -f backupsa.d.tmp backupsa.d --- dependall-nvmmctl --- if test "" != "yes"; then /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/nvmmctl/nvmmctl.8 > nvmmctl.html8.tmp && mv -f nvmmctl.html8.tmp nvmmctl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-font:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-tmac:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/tmac /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/nvmmctl/nvmmctl.8 > nvmmctl.html8.tmp && mv -f nvmmctl.html8.tmp nvmmctl.html8; fi --- dependall-racoon --- --- cfparse.d --- # create racoon/cfparse.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f cfparse.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 cfparse.c && mv -f cfparse.d.tmp cfparse.d --- dependall-usr.bin --- --- dependall-ypcat --- --- .depend --- --- dependall-ypmatch --- --- dependall-ypcat --- # create ypcat/.depend rm -f .depend --- dependall-ypmatch --- dependall ===> usr.bin/ypmatch --- dependall-ypcat --- CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend ypalias_init.d ypcat.d --- dependall --- --- dependall-external --- --- c-varobj.o --- # compile libgdb/c-varobj.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fPIE -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_KERNTYPES -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -include /tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/defs.h -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__STDC_ISO_10646__ -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/c-varobj.c -o c-varobj.o --- dependall-usr.bin --- --- dependall-skey --- --- skey --- --- dependall-ypmatch --- --- ypalias_init.d --- --- dependall-skey --- # link skey/skey /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o skey skey.o -Wl,-rpath-link,/tmp/build/2025.06.01.05.43.55-hpcmips/destdir/lib -L=/lib -lskey --- dependall-ypmatch --- # create ypmatch/ypalias_init.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f ypalias_init.d.tmp -- -std=gnu11 -Wstack-protector -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/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypmatch/../ypcat --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypmatch/../ypcat/ypalias_init.c && mv -f ypalias_init.d.tmp ypalias_init.d --- dependall-usr.sbin --- --- cftoken.d --- # create racoon/cftoken.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f cftoken.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 -Wno-error=unused-function cftoken.c && mv -f cftoken.d.tmp cftoken.d --- dependall-usr.bin --- --- dependall-ypcat --- --- .gdbinit --- rm -f .gdbinit --- dependall-usr.sbin --- --- dependall-racoonctl --- --- racoonctl.d --- --- dependall-usr.bin --- echo "set solib-absolute-prefix /tmp/build/2025.06.01.05.43.55-hpcmips/destdir" > .gdbinit --- ypcat.html1 --- --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-racoonctl --- # create racoonctl/racoonctl.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f racoonctl.d.tmp -- -std=gnu11 -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 -Werror --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/racoonctl.c && mv -f racoonctl.d.tmp racoonctl.d --- dependall-usr.bin --- # format ypcat/ypcat.html1 if test "" != "yes"; then /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypcat/ypcat.1 > ypcat.html1.tmp && mv -f ypcat.html1.tmp ypcat.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-font:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-tmac:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/tmac /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypcat/ypcat.1 > ypcat.html1.tmp && mv -f ypcat.html1.tmp ypcat.html1; fi --- dependall-usr.sbin --- --- dependall-npf --- dependall ===> usr.sbin/npf --- dependall-usr.bin --- --- nicknames.html5 --- # format ypcat/nicknames.html5 if test "" != "yes"; then /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypcat/nicknames.5 > nicknames.html5.tmp && mv -f nicknames.html5.tmp nicknames.html5; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-font:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-tmac:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/tmac /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypcat/nicknames.5 > nicknames.html5.tmp && mv -f nicknames.html5.tmp nicknames.html5; fi --- dependall-ypmatch --- --- ypmatch.d --- --- dependall-ypcat --- --- ypalias_init.o --- --- dependall-usr.sbin --- --- dependall-npfctl --- --- dependall-usr.bin --- # compile ypcat/ypalias_init.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -D_FORTIFY_SOURCE=2 -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypcat/ypalias_init.c -o ypalias_init.o --- dependall-ypmatch --- # create ypmatch/ypmatch.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f ypmatch.d.tmp -- -std=gnu11 -Wstack-protector -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/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypmatch/../ypcat --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypmatch/ypmatch.c && mv -f ypmatch.d.tmp ypmatch.d --- dependall-usr.sbin --- dependall ===> usr.sbin/npf/npfctl --- npf_scan.c --- # lex npfctl/npf_scan.c /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nblex -onpf_scan.c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl/npf_scan.l --- dependall-racoon --- --- crypto_openssl.d --- # create racoon/crypto_openssl.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f crypto_openssl.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 -Wno-error=deprecated-declarations /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c && mv -f crypto_openssl.d.tmp crypto_openssl.d --- dependall-usr.bin --- --- .depend --- # create ypmatch/.depend rm -f .depend CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend ypalias_init.d ypmatch.d --- dependall --- --- dependall-usr.sbin --- --- dependall-npf --- --- npf_parse.c --- # yacc npfctl/npf_parse.c /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbyacc -d -o npf_parse.c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl/npf_parse.y /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbyacc: w - the symbol uid_list is undefined /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbyacc: w - the symbol gid_list is undefined /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbyacc: w - the symbol LT is undefined /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbyacc: w - the symbol GT is undefined /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbyacc: w - the symbol XRG is undefined /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbyacc: w - the symbol IRG is undefined --- dependall-usr.bin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2025.06.01.05.43.55-hpcmips/destdir" > .gdbinit --- ypmatch.html1 --- --- dependall-usr.sbin --- --- dependall-racoonctl --- --- sockmisc.d --- --- dependall-npf --- --- npf_bpf_comp.d --- --- dependall-usr.bin --- # format ypmatch/ypmatch.html1 --- dependall-usr.sbin --- # create npfctl/npf_bpf_comp.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npf_bpf_comp.d.tmp -- -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl/npf_bpf_comp.c && mv -f npf_bpf_comp.d.tmp npf_bpf_comp.d --- dependall-racoonctl --- # create racoonctl/sockmisc.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f sockmisc.d.tmp -- -std=gnu11 -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 -Werror --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c && mv -f sockmisc.d.tmp sockmisc.d --- dependall-usr.bin --- if test "" != "yes"; then /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypmatch/ypmatch.1 > ypmatch.html1.tmp && mv -f ypmatch.html1.tmp ypmatch.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-font:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-tmac:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/tmac /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypmatch/ypmatch.1 > ypmatch.html1.tmp && mv -f ypmatch.html1.tmp ypmatch.html1; fi --- dependall-xlint --- --- emit.o --- # compile lint1/emit.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -ftrapv -fPIE -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -DIS_LINT1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../common -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../common/emit.c -o emit.o --- dependall-ypmatch --- --- ypmatch.o --- # compile ypmatch/ypmatch.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypmatch/../ypcat --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_FORTIFY_SOURCE=2 -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypmatch/ypmatch.c -o ypmatch.o --- dependall-usr.sbin --- --- dependall-racoon --- --- dnssec.d --- # create racoon/dnssec.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f dnssec.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/dnssec.c && mv -f dnssec.d.tmp dnssec.d --- dependall-plainrsa-gen --- --- prsa_par.o --- --- dependall-sys --- --- rf_fifo.o --- --- dependall-usr.sbin --- # compile plainrsa-gen/prsa_par.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -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 -Werror --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DNOUSE_PRIVSEP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c -Wno-error=deprecated-declarations prsa_par.c -o prsa_par.o --- dependall-sys --- # compile raid/rf_fifo.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_fifo.c -o rf_fifo.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_build.d --- # create npfctl/npf_build.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npf_build.d.tmp -- -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl/npf_build.c && mv -f npf_build.d.tmp npf_build.d --- dependall-usr.bin --- --- dependall-ypcat --- --- ypcat.o --- --- dependall-usr.sbin --- --- dependall-racoonctl --- --- str2val.d --- --- dependall-usr.bin --- # compile ypcat/ypcat.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -D_FORTIFY_SOURCE=2 -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypcat/ypcat.c -o ypcat.o --- dependall-usr.sbin --- # create racoonctl/str2val.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f str2val.d.tmp -- -std=gnu11 -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 -Werror --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/str2val.c && mv -f str2val.d.tmp str2val.d --- vmbuf.d --- # create racoonctl/vmbuf.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f vmbuf.d.tmp -- -std=gnu11 -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 -Werror --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c && mv -f vmbuf.d.tmp vmbuf.d --- dependall-racoon --- --- evt.d --- # create racoon/evt.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f evt.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/evt.c && mv -f evt.d.tmp evt.d --- dependall-usr.bin --- --- dependall-xlint --- --- emit1.o --- # compile lint1/emit1.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -ftrapv -fPIE -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -DIS_LINT1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../common -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/emit1.c -o emit1.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_cmd.d --- # create npfctl/npf_cmd.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npf_cmd.d.tmp -- -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl/npf_cmd.c && mv -f npf_cmd.d.tmp npf_cmd.d --- dependall-racoonctl --- --- .depend --- # create racoonctl/.depend rm -f .depend CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend kmpstat.d misc.d racoonctl.d sockmisc.d str2val.d vmbuf.d --- dependall --- --- dependall-racoon --- --- genlist.d --- # create racoon/genlist.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f genlist.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/genlist.c && mv -f genlist.d.tmp genlist.d --- dependall-plainrsa-gen --- --- rsalist.o --- # compile plainrsa-gen/rsalist.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -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 -Werror --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DNOUSE_PRIVSEP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c -Wno-error=deprecated-declarations /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c -o rsalist.o --- dependall-npf --- --- npf_data.d --- # create npfctl/npf_data.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npf_data.d.tmp -- -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl/npf_data.c && mv -f npf_data.d.tmp npf_data.d --- dependall-racoonctl --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2025.06.01.05.43.55-hpcmips/destdir" > .gdbinit --- dependall-racoon --- --- getcertsbyname.d --- # create racoon/getcertsbyname.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f getcertsbyname.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/getcertsbyname.c && mv -f getcertsbyname.d.tmp getcertsbyname.d --- dependall-racoonctl --- --- racoonctl.html8 --- # format racoonctl/racoonctl.html8 if test "" != "yes"; then /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/racoonctl.8 > racoonctl.html8.tmp && mv -f racoonctl.html8.tmp racoonctl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-font:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-tmac:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/tmac /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/racoonctl.8 > racoonctl.html8.tmp && mv -f racoonctl.html8.tmp racoonctl.html8; fi --- dependall-usr.bin --- --- dependall-skeyinit --- --- skeyinit --- --- dependall-usr.sbin --- --- racoonctl.o --- --- dependall-usr.bin --- # link skeyinit/skeyinit /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o skeyinit skeyinit.o -Wl,-rpath-link,/tmp/build/2025.06.01.05.43.55-hpcmips/destdir/lib -L=/lib -lcrypt -lskey --- dependall-usr.sbin --- # compile racoonctl/racoonctl.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -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 -Werror --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/racoonctl.c -o racoonctl.o --- dependall-racoon --- --- grabmyaddr.d --- --- dependall-usr.bin --- --- dependall-ypmatch --- --- ypalias_init.o --- --- dependall-usr.sbin --- # create racoon/grabmyaddr.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f grabmyaddr.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c && mv -f grabmyaddr.d.tmp grabmyaddr.d --- dependall-usr.bin --- # compile ypmatch/ypalias_init.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypmatch/../ypcat --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_FORTIFY_SOURCE=2 -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypmatch/../ypcat/ypalias_init.c -o ypalias_init.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- sockmisc.o --- # compile plainrsa-gen/sockmisc.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -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 -Werror --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DNOUSE_PRIVSEP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c -o sockmisc.o --- dependall-npf --- --- npf_extmod.d --- # create npfctl/npf_extmod.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npf_extmod.d.tmp -- -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl/npf_extmod.c && mv -f npf_extmod.d.tmp npf_extmod.d --- dependall-racoon --- --- gssapi.d --- # create racoon/gssapi.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f gssapi.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/gssapi.c && mv -f gssapi.d.tmp gssapi.d --- dependall-usr.bin --- --- dependall-ypcat --- --- ypcat --- # link ypcat/ypcat /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o ypcat ypalias_init.o ypcat.o -Wl,-rpath-link,/tmp/build/2025.06.01.05.43.55-hpcmips/destdir/lib -L=/lib --- dependall-usr.sbin --- --- dependall-npf --- --- npf_parse.d --- # create npfctl/npf_parse.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npf_parse.d.tmp -- -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl -D_KERNTYPES npf_parse.c && mv -f npf_parse.d.tmp npf_parse.d --- dependall-plainrsa-gen --- --- prsa_par.o --- /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y: In function 'prsa_parse_file': /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:423:9: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 423 | rsa_cur = RSA_new(); | ^~~~~~~ In file included from /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2025.06.01.05.43.55-hpcmips/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:426:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 426 | RSA_free(rsa_cur); | ^~~~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y: In function 'prsaparse': /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:192:25: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 192 | } else if (1 != RSA_set0_key(rsa_cur, bn_n, bn_e, NULL)) { | ^ /tmp/build/2025.06.01.05.43.55-hpcmips/destdir/usr/include/openssl/rsa.h:207:27: note: declared here 207 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); | ^~~~~~~~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:201:25: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 201 | } else if (1 != RSA_set0_key(rsa_cur, bn_n, bn_e, bn_d)) { | ^ /tmp/build/2025.06.01.05.43.55-hpcmips/destdir/usr/include/openssl/rsa.h:207:27: note: declared here 207 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); | ^~~~~~~~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:208:25: warning: 'RSA_set0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 208 | } else if (1 != RSA_set0_factors(rsa_cur, bn_p, bn_q)) { | ^ /tmp/build/2025.06.01.05.43.55-hpcmips/destdir/usr/include/openssl/rsa.h:208:27: note: declared here 208 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q); | ^~~~~~~~~~~~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:211:25: warning: 'RSA_set0_crt_params' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 211 | } else if (1 != RSA_set0_crt_params(rsa_cur, bn_dmp1, bn_dmq1, bn_iqmp)) { | ^ /tmp/build/2025.06.01.05.43.55-hpcmips/destdir/usr/include/openssl/rsa.h:209:27: note: declared here 209 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_crt_params(RSA *r, | ^~~~~~~~~~~~~~~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:218:17: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 218 | rsa_cur = RSA_new(); | ^~~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ --- dependall-usr.bin --- --- dependall-ypwhich --- dependall ===> usr.bin/ypwhich --- dependall-usr.sbin --- --- dependall-racoon --- --- handler.d --- # create racoon/handler.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f handler.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/handler.c && mv -f handler.d.tmp handler.d --- dependall-usr.bin --- --- ypalias_init.d --- # create ypwhich/ypalias_init.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f ypalias_init.d.tmp -- -std=gnu11 -Wstack-protector -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/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypwhich/../ypcat --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypwhich/../ypcat/ypalias_init.c && mv -f ypalias_init.d.tmp ypalias_init.d --- dependall-ypmatch --- --- ypmatch --- # link ypmatch/ypmatch /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o ypmatch ypmatch.o ypalias_init.o -Wl,-rpath-link,/tmp/build/2025.06.01.05.43.55-hpcmips/destdir/lib -L=/lib --- dependall-bdes --- dependall ===> usr.bin/bdes --- dependall-usr.sbin --- --- dependall-npf --- --- npf_scan.d --- # create npfctl/npf_scan.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npf_scan.d.tmp -- -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl -D_KERNTYPES npf_scan.c && mv -f npf_scan.d.tmp npf_scan.d --- dependall-usr.bin --- --- dependall-ypwhich --- --- ypwhich.d --- # create ypwhich/ypwhich.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f ypwhich.d.tmp -- -std=gnu11 -Wstack-protector -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/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypwhich/../ypcat --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypwhich/ypwhich.c && mv -f ypwhich.d.tmp ypwhich.d --- dependall-sys --- --- rf_interdecluster.o --- --- dependall-usr.bin --- --- dependall-bdes --- --- bdes.d --- --- dependall-sys --- # compile raid/rf_interdecluster.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_interdecluster.c -o rf_interdecluster.o --- dependall-usr.bin --- # create bdes/bdes.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f bdes.d.tmp -- -std=gnu11 -Wstack-protector -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/2025.06.01.05.43.55-hpcmips/destdir -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/bdes/bdes.c && mv -f bdes.d.tmp bdes.d --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- rsalist.o --- /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dup': /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:100:17: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 100 | RSA_get0_key(key->rsa, NULL, NULL, &d); | ^~~~~~~~~~~~ In file included from /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2025.06.01.05.43.55-hpcmips/destdir/usr/include/openssl/rsa.h:217:28: note: declared here 217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:101:17: warning: 'RSAPrivateKey_dup' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 101 | new->rsa = d != NULL ? RSAPrivateKey_dup(key->rsa) : RSAPublicKey_dup(key->rsa); | ^~~ In file included from /tmp/build/2025.06.01.05.43.55-hpcmips/destdir/usr/include/openssl/rsa.h:21: /tmp/build/2025.06.01.05.43.55-hpcmips/destdir/usr/include/openssl/rsa.h:449:1: note: declared here 449 | DECLARE_ASN1_DUP_FUNCTION_name_attr(OSSL_DEPRECATEDIN_3_0, RSA, RSAPrivateKey) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:101:17: warning: 'RSAPublicKey_dup' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 101 | new->rsa = d != NULL ? RSAPrivateKey_dup(key->rsa) : RSAPublicKey_dup(key->rsa); | ^~~ /tmp/build/2025.06.01.05.43.55-hpcmips/destdir/usr/include/openssl/rsa.h:448:1: note: declared here 448 | DECLARE_ASN1_DUP_FUNCTION_name_attr(OSSL_DEPRECATEDIN_3_0, RSA, RSAPublicKey) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:123:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 123 | RSA_free(new->rsa); | ^~~~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_free': /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:145:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 145 | RSA_free(rsa_key->rsa); | ^~~~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dump_one': /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:160:17: warning: 'RSA_print_fp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 160 | RSA_print_fp(stdout, key->rsa, 4); | ^~~~~~~~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/destdir/usr/include/openssl/rsa.h:339:27: note: declared here 339 | OSSL_DEPRECATEDIN_3_0 int RSA_print_fp(FILE *fp, const RSA *r, int offset); | ^~~~~~~~~~~~ --- dependall-usr.bin --- --- .depend --- # create bdes/.depend rm -f .depend --- dependall-ypwhich --- --- .depend --- --- dependall-bdes --- CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend bdes.d --- dependall-ypwhich --- # create ypwhich/.depend rm -f .depend --- dependall-bdes --- --- dependall --- --- dependall-ypwhich --- CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend ypalias_init.d ypwhich.d --- dependall --- --- dependall-usr.sbin --- --- dependall-npf --- --- npf_show.d --- # create npfctl/npf_show.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npf_show.d.tmp -- -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl/npf_show.c && mv -f npf_show.d.tmp npf_show.d --- dependall-usr.bin --- --- dependall-bdes --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2025.06.01.05.43.55-hpcmips/destdir" > .gdbinit --- bdes.html1 --- --- dependall-ypwhich --- --- .gdbinit --- --- dependall-bdes --- # format bdes/bdes.html1 if test "" != "yes"; then /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/bdes/bdes.1 > bdes.html1.tmp && mv -f bdes.html1.tmp bdes.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-font:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-tmac:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/tmac /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/bdes/bdes.1 > bdes.html1.tmp && mv -f bdes.html1.tmp bdes.html1; fi --- dependall-ypwhich --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2025.06.01.05.43.55-hpcmips/destdir" > .gdbinit --- ypwhich.html1 --- # format ypwhich/ypwhich.html1 if test "" != "yes"; then /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypwhich/ypwhich.1 > ypwhich.html1.tmp && mv -f ypwhich.html1.tmp ypwhich.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-font:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-tmac:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/tmac /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypwhich/ypwhich.1 > ypwhich.html1.tmp && mv -f ypwhich.html1.tmp ypwhich.html1; fi --- dependall-bdes --- --- bdes.o --- # compile bdes/bdes.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -D_FORTIFY_SOURCE=2 -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/bdes/bdes.c -o bdes.o --- dependall-ypwhich --- --- ypwhich.o --- --- dependall-usr.sbin --- --- dependall-racoon --- --- ipsec_doi.d --- --- dependall-usr.bin --- # compile ypwhich/ypwhich.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypwhich/../ypcat --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_FORTIFY_SOURCE=2 -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypwhich/ypwhich.c -o ypwhich.o --- dependall-usr.sbin --- # create racoon/ipsec_doi.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f ipsec_doi.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c && mv -f ipsec_doi.d.tmp ipsec_doi.d --- dependall-npf --- --- npf_var.d --- # create npfctl/npf_var.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npf_var.d.tmp -- -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl/npf_var.c && mv -f npf_var.d.tmp npf_var.d --- npfctl.d --- # create npfctl/npfctl.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npfctl.d.tmp -- -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl/npfctl.c && mv -f npfctl.d.tmp npfctl.d --- dependall-sys --- --- rf_invertq.o --- --- dependall-sysmon_taskq --- --- dependall-raid --- # compile raid/rf_invertq.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_invertq.c -o rf_invertq.o --- dependall-sysmon_taskq --- dependall ===> sys/modules/sysmon_taskq --- dependall-usr.sbin --- --- .depend --- # create npfctl/.depend rm -f .depend CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend npf_bpf_comp.d npf_build.d npf_cmd.d npf_data.d npf_extmod.d npf_parse.d npf_scan.d npf_show.d npf_var.d npfctl.d --- dependall-sys --- --- dependall-raid --- --- rf_layout.o --- --- rf_map.o --- --- dependall-usr.sbin --- --- dependall --- --- dependall-sys --- --- rf_layout.o --- # compile raid/rf_layout.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid --- rf_map.o --- # compile raid/rf_map.o --- rf_layout.o --- -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_layout.c -o rf_layout.o --- rf_map.o --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_map.c -o rf_map.o --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp.d --- --- dependall-sys --- --- dependall-sysmon_taskq --- --- sysmon_taskq.d --- --- dependall-usr.sbin --- # create racoon/isakmp.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f isakmp.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 -Wno-stringop-truncation /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/isakmp.c && mv -f isakmp.d.tmp isakmp.d --- dependall-sys --- # create sysmon_taskq/sysmon_taskq.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f sysmon_taskq.d.tmp -- -std=gnu11 -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-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/sysmon_taskq -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/sysmon/sysmon_taskq.c && mv -f sysmon_taskq.d.tmp sysmon_taskq.d --- dependall-usr.sbin --- --- dependall-npf --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2025.06.01.05.43.55-hpcmips/destdir" > .gdbinit --- npfctl.html8 --- # format npfctl/npfctl.html8 if test "" != "yes"; then /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl/npfctl.8 > npfctl.html8.tmp && mv -f npfctl.html8.tmp npfctl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-font:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-tmac:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/tmac /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl/npfctl.8 > npfctl.html8.tmp && mv -f npfctl.html8.tmp npfctl.html8; fi --- npf.conf.html5 --- --- dependall-usr.bin --- --- ypalias_init.o --- # compile ypwhich/ypalias_init.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypwhich/../ypcat --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_FORTIFY_SOURCE=2 -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/ypwhich/../ypcat/ypalias_init.c -o ypalias_init.o --- dependall-sys --- --- .depend --- # create sysmon_taskq/.depend rm -f .depend CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -s .o\ .d -d -f .depend sysmon_taskq.d --- dependall-usr.sbin --- # format npfctl/npf.conf.html5 if test "" != "yes"; then /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl/npf.conf.5 > npf.conf.html5.tmp && mv -f npf.conf.html5.tmp npf.conf.html5; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-font:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-tmac:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/tmac /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl/npf.conf.5 > npf.conf.html5.tmp && mv -f npf.conf.html5.tmp npf.conf.html5; fi --- npfctl.o --- # compile npfctl/npfctl.o --- dependall-sys --- --- dependall --- --- dependall-usr.sbin --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl/npfctl.c -o npfctl.o --- dependall-npfd --- dependall ===> usr.sbin/npf/npfd --- npfd.d --- # create npfd/npfd.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npfd.d.tmp -- -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfd -D_KERNTYPES --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfd/npfd.c && mv -f npfd.d.tmp npfd.d --- npfd_log.d --- # create npfd/npfd_log.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npfd_log.d.tmp -- -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfd -D_KERNTYPES --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfd/npfd_log.c && mv -f npfd_log.d.tmp npfd_log.d --- dependall-sys --- --- sysmon_taskq.o --- # compile sysmon_taskq/sysmon_taskq.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/sysmon_taskq -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/sysmon/sysmon_taskq.c -o sysmon_taskq.o --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_agg.d --- # create racoon/isakmp_agg.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f isakmp_agg.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/isakmp_agg.c && mv -f isakmp_agg.d.tmp isakmp_agg.d --- dependall-usr.bin --- --- dependall-xlint --- --- err.o --- # compile lint1/err.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -ftrapv -fPIE -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -DIS_LINT1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../common -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/err.c -o err.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- vmbuf.o --- # compile plainrsa-gen/vmbuf.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -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 -Werror --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DNOUSE_PRIVSEP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c -o vmbuf.o --- dependall-usr.bin --- --- dependall-ypwhich --- --- ypwhich --- # link ypwhich/ypwhich /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o ypwhich ypwhich.o ypalias_init.o -Wl,-rpath-link,/tmp/build/2025.06.01.05.43.55-hpcmips/destdir/lib -L=/lib --- dependall-usr.sbin --- --- dependall-npf --- --- .depend --- # create npfd/.depend rm -f .depend CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend npfd.d npfd_log.d --- dependall-pf --- --- dependall-npf --- --- dependall --- --- dependall-pf --- dependall ===> usr.sbin/pf --- dependall-authpf --- dependall ===> usr.sbin/pf/authpf --- dependall-usr.bin --- --- dependall-xlint --- --- func.o --- # compile lint1/func.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -ftrapv -fPIE -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -DIS_LINT1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../common -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/func.c -o func.o --- dependall-external --- --- dependall-gcc --- --- program-state.o --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-objcopy -x program-state.o --- dependall-sys --- --- dependall-raid --- --- rf_mcpair.o --- # compile raid/rf_mcpair.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_mcpair.c -o rf_mcpair.o --- dependall-usr.sbin --- --- authpf.d --- # create authpf/authpf.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f authpf.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/usr.sbin/authpf/authpf.c && mv -f authpf.d.tmp authpf.d --- dependall-npf --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2025.06.01.05.43.55-hpcmips/destdir" > .gdbinit --- npfd.html8 --- # format npfd/npfd.html8 if test "" != "yes"; then /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfd/npfd.8 > npfd.html8.tmp && mv -f npfd.html8.tmp npfd.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-font:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-tmac:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/tmac /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfd/npfd.8 > npfd.html8.tmp && mv -f npfd.html8.tmp npfd.html8; fi --- npfd.o --- # compile npfd/npfd.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfd -D_KERNTYPES --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfd/npfd.c -o npfd.o --- dependall-sys --- --- rf_nwayxor.o --- # compile raid/rf_nwayxor.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_nwayxor.c -o rf_nwayxor.o --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_base.d --- # create racoon/isakmp_base.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f isakmp_base.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/isakmp_base.c && mv -f isakmp_base.d.tmp isakmp_base.d --- dependall-pf --- --- .depend --- # create authpf/.depend rm -f .depend CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend authpf.d --- dependall --- --- .gdbinit --- rm -f .gdbinit --- authpf.html8 --- --- .gdbinit --- echo "set solib-absolute-prefix /tmp/build/2025.06.01.05.43.55-hpcmips/destdir" > .gdbinit --- dependall-external --- --- dependall-gdb --- --- charset.o --- --- dependall-usr.sbin --- --- authpf.html8 --- # format authpf/authpf.html8 if test "" != "yes"; then /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/usr.sbin/authpf/authpf.8 > authpf.html8.tmp && mv -f authpf.html8.tmp authpf.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-font:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-tmac:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/tmac /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/usr.sbin/authpf/authpf.8 > authpf.html8.tmp && mv -f authpf.html8.tmp authpf.html8; fi --- dependall-external --- # compile libgdb/charset.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fPIE -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_KERNTYPES -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -include /tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/defs.h -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__STDC_ISO_10646__ -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/charset.c -o charset.o --- dependall-usr.sbin --- --- authpf.o --- # compile authpf/authpf.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/usr.sbin/authpf/authpf.c -o authpf.o --- dependall-sys --- --- dependall-sysmon_taskq --- --- sysmon_taskq.kmod --- # link sysmon_taskq/sysmon_taskq.kmod /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=sysmon_taskq.kmod.map -o sysmon_taskq.kmod sysmon_taskq.o --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npftest --- dependall ===> usr.sbin/npf/npftest --- dependall-racoon --- --- isakmp_cfg.d --- # create racoon/isakmp_cfg.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f isakmp_cfg.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 -Wno-stringop-truncation -Wno-error=format-truncation /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c && mv -f isakmp_cfg.d.tmp isakmp_cfg.d --- dependall-plainrsa-gen --- --- prsa_tok.o --- # compile plainrsa-gen/prsa_tok.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -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 -Werror --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DNOUSE_PRIVSEP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c -Wno-error=unused-function prsa_tok.c -o prsa_tok.o --- dependall-npf --- --- dependall-libnpftest --- dependall ===> usr.sbin/npf/npftest/libnpftest --- dependall-npfctl --- --- npf_cmd.o --- # compile npfctl/npf_cmd.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl/npf_cmd.c -o npf_cmd.o --- dependall-npfd --- --- npfd_log.o --- # compile npfd/npfd_log.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfd -D_KERNTYPES --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfd/npfd_log.c -o npfd_log.o --- dependall-npftest --- --- npf_bpf_test.d --- # create libnpftest/npf_bpf_test.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npf_bpf_test.d.tmp -- -std=gnu11 -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-format-zero-length -Wno-pointer-sign -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_RUMPKERNEL -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/npf_bpf_test.c && mv -f npf_bpf_test.d.tmp npf_bpf_test.d --- dependall-sys --- --- dependall-sysmon_wdog --- dependall ===> sys/modules/sysmon_wdog --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- prsa_tok.c:1766:16: warning: 'input' defined but not used [-Wunused-function] 1766 | #else | ^ prsa_tok.c:1723:17: warning: 'yyunput' defined but not used [-Wunused-function] 1723 | | ^ --- dependall-npf --- --- npf_gc_test.d --- # create libnpftest/npf_gc_test.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npf_gc_test.d.tmp -- -std=gnu11 -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-format-zero-length -Wno-pointer-sign -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_RUMPKERNEL -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/npf_gc_test.c && mv -f npf_gc_test.d.tmp npf_gc_test.d --- dependall-sys --- --- sysmon_wdog.d --- # create sysmon_wdog/sysmon_wdog.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f sysmon_wdog.d.tmp -- -std=gnu11 -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-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/sysmon_wdog -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/sysmon/sysmon_wdog.c && mv -f sysmon_wdog.d.tmp sysmon_wdog.d --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_frag.d --- # create racoon/isakmp_frag.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f isakmp_frag.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/isakmp_frag.c && mv -f isakmp_frag.d.tmp isakmp_frag.d --- dependall-external --- --- dependall-bsd --- --- zero_tcs_helper --- # link tools/zero_tcs_helper /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -pie -shared-libgcc -o zero_tcs_helper zero_tcs_helper.o -Wl,-rpath-link,/tmp/build/2025.06.01.05.43.55-hpcmips/destdir/lib -L=/lib /tmp/build/2025.06.01.05.43.55-hpcmips/obj/external/bsd/atf/lib/tools/libtools.a -latf-c --- dependall-usr.sbin --- --- dependall-racoonctl --- --- str2val.o --- # compile racoonctl/str2val.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -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 -Werror --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/str2val.c -o str2val.o --- dependall-sys --- --- .depend --- # create sysmon_wdog/.depend rm -f .depend CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -s .o\ .d -d -f .depend sysmon_wdog.d --- dependall --- --- dependall-external --- --- application_test --- # link tools/application_test /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-c++ --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -pie -shared-libgcc -o application_test application_test.o -Wl,-rpath-link,/tmp/build/2025.06.01.05.43.55-hpcmips/destdir/lib -L=/lib /tmp/build/2025.06.01.05.43.55-hpcmips/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- dependall-usr.sbin --- --- dependall-npf --- --- npf_mbuf_subr.d --- # create libnpftest/npf_mbuf_subr.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npf_mbuf_subr.d.tmp -- -std=gnu11 -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-format-zero-length -Wno-pointer-sign -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_RUMPKERNEL -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/npf_mbuf_subr.c && mv -f npf_mbuf_subr.d.tmp npf_mbuf_subr.d --- dependall-racoon --- --- isakmp_ident.d --- # create racoon/isakmp_ident.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f isakmp_ident.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/isakmp_ident.c && mv -f isakmp_ident.d.tmp isakmp_ident.d --- dependall-sys --- --- dependall-raid --- --- rf_options.o --- # compile raid/rf_options.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_options.c -o rf_options.o --- dependall-sysmon_wdog --- --- sysmon_wdog.o --- # compile sysmon_wdog/sysmon_wdog.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/sysmon_wdog -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/sysmon/sysmon_wdog.c -o sysmon_wdog.o --- dependall-usr.sbin --- --- dependall-racoonctl --- --- kmpstat.o --- --- dependall-npf --- --- npf_nat_test.d --- --- dependall-racoonctl --- # compile racoonctl/kmpstat.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -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 -Werror --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/kmpstat.c -o kmpstat.o --- dependall-npf --- # create libnpftest/npf_nat_test.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npf_nat_test.d.tmp -- -std=gnu11 -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-format-zero-length -Wno-pointer-sign -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_RUMPKERNEL -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/npf_nat_test.c && mv -f npf_nat_test.d.tmp npf_nat_test.d --- dependall-usr.bin --- --- init.o --- # compile lint1/init.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -ftrapv -fPIE -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -DIS_LINT1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../common -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/init.c -o init.o --- dependall-usr.sbin --- --- dependall-npfctl --- --- npf_var.o --- # compile npfctl/npf_var.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl/npf_var.c -o npf_var.o --- dependall-racoon --- --- isakmp_inf.d --- --- isakmp_newg.d --- --- isakmp_inf.d --- # create racoon/isakmp_inf.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f isakmp_inf.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c && mv -f isakmp_inf.d.tmp isakmp_inf.d --- isakmp_newg.d --- # create racoon/isakmp_newg.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f isakmp_newg.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/isakmp_newg.c && mv -f isakmp_newg.d.tmp isakmp_newg.d --- dependall-npf --- --- dependall-npfd --- --- npfd --- # link npfd/npfd /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o npfd npfd.o npfd_log.o -Wl,-rpath-link,/tmp/build/2025.06.01.05.43.55-hpcmips/destdir/lib -L=/lib -lnpf -lpcap -lutil --- dependall-usr.bin --- --- dependall-bdes --- --- bdes --- # link bdes/bdes /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o bdes bdes.o -Wl,-rpath-link,/tmp/build/2025.06.01.05.43.55-hpcmips/destdir/lib -L=/lib -lcrypt --- dependall-usr.sbin --- --- dependall-npftest --- --- npf_nbuf_test.d --- # create libnpftest/npf_nbuf_test.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npf_nbuf_test.d.tmp -- -std=gnu11 -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-format-zero-length -Wno-pointer-sign -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_RUMPKERNEL -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/npf_nbuf_test.c && mv -f npf_nbuf_test.d.tmp npf_nbuf_test.d --- npf_perf_test.d --- # create libnpftest/npf_perf_test.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npf_perf_test.d.tmp -- -std=gnu11 -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-format-zero-length -Wno-pointer-sign -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_RUMPKERNEL -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/npf_perf_test.c && mv -f npf_perf_test.d.tmp npf_perf_test.d --- dependall-usr.bin --- --- dependall-nbsvtool --- dependall ===> usr.bin/nbsvtool --- dependall-sys --- --- dependall-sysvbfs --- dependall ===> sys/modules/sysvbfs --- dependall-usr.bin --- --- nbsvtool.d --- # create nbsvtool/nbsvtool.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f nbsvtool.d.tmp -- -std=gnu11 -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 -DOPENSSL_API_COMPAT=0x10100000L --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/nbsvtool/nbsvtool.c && mv -f nbsvtool.d.tmp nbsvtool.d --- dependall-usr.sbin --- --- dependall-pf --- --- authpf --- # link authpf/authpf /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o authpf authpf.o -Wl,-rpath-link,/tmp/build/2025.06.01.05.43.55-hpcmips/destdir/lib -L=/lib -lutil --- dependall-sys --- --- bfs.d --- # create sysvbfs/bfs.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f bfs.d.tmp -- -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/sysvbfs -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/fs/sysvbfs/bfs.c && mv -f bfs.d.tmp bfs.d --- dependall-usr.sbin --- --- dependall-ftp-proxy --- dependall ===> usr.sbin/pf/ftp-proxy --- dependall-sys --- --- dependall-sppp_subr --- --- sppp_subr.kmod --- # link sppp_subr/sppp_subr.kmod /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=sppp_subr.kmod.map -o sppp_subr.kmod if_spppsubr.o --- dependall-usr.sbin --- --- filter.d --- --- dependall-pfctl --- --- dependall-ftp-proxy --- # create ftp-proxy/filter.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f filter.d.tmp -- -std=gnu11 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/pf/ftp-proxy -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/usr.sbin/ftp-proxy/filter.c && mv -f filter.d.tmp filter.d --- dependall-pfctl --- dependall ===> usr.sbin/pf/pfctl --- dependall-racoon --- --- isakmp_quick.d --- --- isakmp_unity.d --- --- dependall-sys --- --- dependall-sysvbfs --- --- bfs_sysvbfs.d --- --- dependall-usr.sbin --- --- isakmp_quick.d --- # create racoon/isakmp_quick.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f isakmp_quick.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c && mv -f isakmp_quick.d.tmp isakmp_quick.d --- dependall-external --- --- dependall-gpl3 --- --- dependall-gcc --- --- region-model.o --- --- dependall-usr.sbin --- --- isakmp_unity.d --- # create racoon/isakmp_unity.d --- dependall-sys --- # create sysvbfs/bfs_sysvbfs.d --- dependall-usr.sbin --- CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f isakmp_unity.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c && mv -f isakmp_unity.d.tmp isakmp_unity.d --- dependall-sys --- CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f bfs_sysvbfs.d.tmp -- -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/sysvbfs -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/fs/sysvbfs/bfs_sysvbfs.c && mv -f bfs_sysvbfs.d.tmp bfs_sysvbfs.d --- dependall-external --- # compile backend/region-model.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-c++ -frandom-seed=1b52ab38 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc/analyzer/region-model.cc -o region-model.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_rid_test.d --- --- dependall-pf --- --- parse.c --- --- dependall-npf --- # create libnpftest/npf_rid_test.d --- dependall-pf --- # yacc pfctl/parse.c /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbyacc -o parse.c /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl/parse.y --- dependall-npf --- CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npf_rid_test.d.tmp -- -std=gnu11 -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-format-zero-length -Wno-pointer-sign -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_RUMPKERNEL -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/npf_rid_test.c && mv -f npf_rid_test.d.tmp npf_rid_test.d --- dependall-usr.bin --- --- .depend --- # create nbsvtool/.depend rm -f .depend CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend nbsvtool.d --- dependall --- --- dependall-sys --- --- dependall-raid --- --- rf_paritylog.o --- # compile raid/rf_paritylog.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_paritylog.c -o rf_paritylog.o --- dependall-usr.sbin --- --- dependall-pf --- --- parse.d --- # create pfctl/parse.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f parse.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES parse.c && mv -f parse.d.tmp parse.d --- dependall-sys --- --- dependall-sysvbfs --- --- sysvbfs.d --- # create sysvbfs/sysvbfs.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f sysvbfs.d.tmp -- -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/sysvbfs -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/fs/sysvbfs/sysvbfs.c && mv -f sysvbfs.d.tmp sysvbfs.d --- dependall-usr.sbin --- --- dependall-ftp-proxy --- --- ftp-proxy.d --- # create ftp-proxy/ftp-proxy.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f ftp-proxy.d.tmp -- -std=gnu11 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/pf/ftp-proxy -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c && mv -f ftp-proxy.d.tmp ftp-proxy.d --- dependall-racoonctl --- --- vmbuf.o --- --- dependall-usr.bin --- --- .gdbinit --- --- dependall-usr.sbin --- # compile racoonctl/vmbuf.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -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 -Werror --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c -o vmbuf.o --- dependall-usr.bin --- rm -f .gdbinit --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-pfctl --- --- pf_print_state.d --- --- dependall-usr.bin --- echo "set solib-absolute-prefix /tmp/build/2025.06.01.05.43.55-hpcmips/destdir" > .gdbinit --- dependall-usr.sbin --- # create pfctl/pf_print_state.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f pf_print_state.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl/pf_print_state.c && mv -f pf_print_state.d.tmp pf_print_state.d --- dependall-usr.bin --- --- nbsvtool.html1 --- # format nbsvtool/nbsvtool.html1 if test "" != "yes"; then /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/nbsvtool/nbsvtool.1 > nbsvtool.html1.tmp && mv -f nbsvtool.html1.tmp nbsvtool.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-font:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-tmac:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/tmac /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/nbsvtool/nbsvtool.1 > nbsvtool.html1.tmp && mv -f nbsvtool.html1.tmp nbsvtool.html1; fi --- nbsvtool.o --- # compile nbsvtool/nbsvtool.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -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 -DOPENSSL_API_COMPAT=0x10100000L --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/nbsvtool/nbsvtool.c -o nbsvtool.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_rule_test.d --- # create libnpftest/npf_rule_test.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npf_rule_test.d.tmp -- -std=gnu11 -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-format-zero-length -Wno-pointer-sign -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_RUMPKERNEL -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/npf_rule_test.c && mv -f npf_rule_test.d.tmp npf_rule_test.d --- dependall-racoon --- --- isakmp_xauth.d --- # create racoon/isakmp_xauth.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f isakmp_xauth.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c && mv -f isakmp_xauth.d.tmp isakmp_xauth.d --- dependall-sys --- --- dependall-sysmon_wdog --- --- sysmon_wdog.kmod --- # link sysmon_wdog/sysmon_wdog.kmod /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=sysmon_wdog.kmod.map -o sysmon_wdog.kmod sysmon_wdog.o --- dependall-sysvbfs --- --- sysvbfs_vfsops.d --- --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- --- npf_data.o --- --- dependall-sys --- # create sysvbfs/sysvbfs_vfsops.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f sysvbfs_vfsops.d.tmp -- -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/sysvbfs -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/fs/sysvbfs/sysvbfs_vfsops.c && mv -f sysvbfs_vfsops.d.tmp sysvbfs_vfsops.d --- dependall-usr.sbin --- # compile npfctl/npf_data.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl/npf_data.c -o npf_data.o --- dependall-pf --- --- dependall-ftp-proxy --- --- ipf.d --- # create ftp-proxy/ipf.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f ipf.d.tmp -- -std=gnu11 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/pf/ftp-proxy -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/usr.sbin/ftp-proxy/ipf.c && mv -f ipf.d.tmp ipf.d --- dependall-usr.bin --- --- dependall-xlint --- --- inittyp.o --- # compile lint1/inittyp.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -ftrapv -fPIE -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -DIS_LINT1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../common -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../common/inittyp.c -o inittyp.o --- dependall-usr.sbin --- --- dependall-pfctl --- --- pf_ruleset.d --- --- pfctl.d --- --- pf_ruleset.d --- # create pfctl/pf_ruleset.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f pf_ruleset.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dist/pf/net/pf_ruleset.c && mv -f pf_ruleset.d.tmp pf_ruleset.d --- pfctl.d --- # create pfctl/pfctl.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f pfctl.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl/pfctl.c && mv -f pfctl.d.tmp pfctl.d --- dependall-sys --- --- sysvbfs_vnops.d --- # create sysvbfs/sysvbfs_vnops.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f sysvbfs_vnops.d.tmp -- -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/sysvbfs -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/fs/sysvbfs/sysvbfs_vnops.c && mv -f sysvbfs_vnops.d.tmp sysvbfs_vnops.d --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npftest --- --- npf_state_test.d --- --- npf_table_test.d --- --- npf_state_test.d --- # create libnpftest/npf_state_test.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npf_state_test.d.tmp -- -std=gnu11 -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-format-zero-length -Wno-pointer-sign -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_RUMPKERNEL -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/npf_state_test.c && mv -f npf_state_test.d.tmp npf_state_test.d --- dependall-racoonctl --- --- sockmisc.o --- --- dependall-npf --- --- npf_table_test.d --- # create libnpftest/npf_table_test.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npf_table_test.d.tmp -- -std=gnu11 -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-format-zero-length -Wno-pointer-sign -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_RUMPKERNEL -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/npf_table_test.c && mv -f npf_table_test.d.tmp npf_table_test.d --- dependall-racoonctl --- # compile racoonctl/sockmisc.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -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 -Werror --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c -o sockmisc.o --- dependall-pf --- --- dependall-ftp-proxy --- --- .depend --- # create ftp-proxy/.depend rm -f .depend CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend filter.d ftp-proxy.d ipf.d --- dependall --- --- dependall-npf --- --- npfstream.d --- # create npftest/npfstream.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npfstream.d.tmp -- -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/external/bsd/libnv/dist -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/npfstream.c && mv -f npfstream.d.tmp npfstream.d --- dependall-racoon --- --- localconf.d --- --- dependall-pf --- --- dependall-pfctl --- --- pfctl_altq.d --- --- dependall-racoon --- # create racoon/localconf.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f localconf.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/localconf.c && mv -f localconf.d.tmp localconf.d --- dependall-pf --- # create pfctl/pfctl_altq.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f pfctl_altq.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl/pfctl_altq.c && mv -f pfctl_altq.d.tmp pfctl_altq.d --- dependall-ftp-proxy --- --- .gdbinit --- rm -f .gdbinit --- dependall-plainrsa-gen --- --- plainrsa-gen --- --- dependall-pf --- echo "set solib-absolute-prefix /tmp/build/2025.06.01.05.43.55-hpcmips/destdir" > .gdbinit --- dependall-plainrsa-gen --- # link plainrsa-gen/plainrsa-gen /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o plainrsa-gen plainrsa-gen.o crypto_openssl.o genlist.o logger.o misc.o plog.o prsa_par.o prsa_tok.o rsalist.o sockmisc.o vmbuf.o -Wl,-rpath-link,/tmp/build/2025.06.01.05.43.55-hpcmips/destdir/lib -L=/lib -lcrypto -lipsec --- dependall-pf --- --- ftp-proxy.html8 --- # format ftp-proxy/ftp-proxy.html8 if test "" != "yes"; then /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.8 > ftp-proxy.html8.tmp && mv -f ftp-proxy.html8.tmp ftp-proxy.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-font:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-tmac:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/tmac /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.8 > ftp-proxy.html8.tmp && mv -f ftp-proxy.html8.tmp ftp-proxy.html8; fi --- dependall-racoon --- --- logger.d --- # create racoon/logger.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f logger.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/logger.c && mv -f logger.d.tmp logger.d --- dependall-pf --- --- ftp-proxy.o --- # compile ftp-proxy/ftp-proxy.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/pf/ftp-proxy -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c -o ftp-proxy.o --- dependall-sys --- --- .depend --- # create sysvbfs/.depend rm -f .depend CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -s .o\ .d -d -f .depend bfs.d bfs_sysvbfs.d sysvbfs.d sysvbfs_vfsops.d sysvbfs_vnops.d --- dependall --- --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- --- npf_build.o --- # compile npfctl/npf_build.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl/npf_build.c -o npf_build.o --- dependall-npftest --- --- dependall-libnpftest --- --- npf_test_subr.d --- # create libnpftest/npf_test_subr.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npf_test_subr.d.tmp -- -std=gnu11 -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-format-zero-length -Wno-pointer-sign -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_RUMPKERNEL -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/npf_test_subr.c && mv -f npf_test_subr.d.tmp npf_test_subr.d --- dependall-external --- --- dependall-bsd --- --- auto_array_test --- --- dependall-usr.sbin --- --- dependall-racoon --- --- main.d --- # create racoon/main.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f main.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/main.c && mv -f main.d.tmp main.d --- dependall-external --- # link tools/auto_array_test /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-c++ --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -pie -shared-libgcc -o auto_array_test auto_array_test.o -Wl,-rpath-link,/tmp/build/2025.06.01.05.43.55-hpcmips/destdir/lib -L=/lib /tmp/build/2025.06.01.05.43.55-hpcmips/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-pfctl --- --- pfctl_optimize.d --- # create pfctl/pfctl_optimize.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f pfctl_optimize.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl/pfctl_optimize.c && mv -f pfctl_optimize.d.tmp pfctl_optimize.d --- dependall-npf --- --- npftest.d --- # create npftest/npftest.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f npftest.d.tmp -- -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/external/bsd/libnv/dist -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/npftest.c && mv -f npftest.d.tmp npftest.d --- dependall-usr.bin --- --- lex.o --- # compile lint1/lex.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -ftrapv -fPIE -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -DIS_LINT1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../common -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/lex.c -o lex.o --- dependall-sys --- --- bfs.o --- # compile sysvbfs/bfs.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/sysvbfs -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/fs/sysvbfs/bfs.c -o bfs.o --- dependall-usr.bin --- --- main1.o --- # compile lint1/main1.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -ftrapv -fPIE -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -DIS_LINT1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../common -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/main1.c -o main1.o --- dependall-usr.sbin --- --- .depend --- # create npftest/.depend rm -f .depend CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend npfstream.d npftest.d --- dependall-sys --- --- dependall-raid --- --- rf_paritylogDiskMgr.o --- # compile raid/rf_paritylogDiskMgr.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_paritylogDiskMgr.c -o rf_paritylogDiskMgr.o --- dependall-usr.sbin --- --- dependall-pf --- --- pfctl_osfp.d --- # create pfctl/pfctl_osfp.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f pfctl_osfp.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES -Wno-format-truncation /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl/pfctl_osfp.c && mv -f pfctl_osfp.d.tmp pfctl_osfp.d --- dependall-npf --- --- dependall-libnpftest --- --- .depend --- # create libnpftest/.depend rm -f .depend CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -s .o\ .po\ .pico\ .go\ .ln\ .d -d -f .depend npf_bpf_test.d npf_gc_test.d npf_mbuf_subr.d npf_nat_test.d npf_nbuf_test.d npf_perf_test.d npf_rid_test.d npf_rule_test.d npf_state_test.d npf_table_test.d npf_test_subr.d --- dependall-racoon --- --- misc.d --- --- dependall-npf --- --- dependall --- --- dependall-racoon --- # create racoon/misc.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f misc.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/misc.c && mv -f misc.d.tmp misc.d --- nattraversal.d --- # create racoon/nattraversal.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f nattraversal.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/nattraversal.c && mv -f nattraversal.d.tmp nattraversal.d --- dependall-pf --- --- pfctl_parser.d --- --- dependall-npf --- --- npf_bpf_test.o --- --- dependall-pf --- # create pfctl/pfctl_parser.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f pfctl_parser.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl/pfctl_parser.c && mv -f pfctl_parser.d.tmp pfctl_parser.d --- dependall-npf --- # compile libnpftest/npf_bpf_test.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu11 -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-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_RUMPKERNEL -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/npf_bpf_test.c -o npf_bpf_test.o --- dependall-racoon --- --- oakley.d --- # create racoon/oakley.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f oakley.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/oakley.c && mv -f oakley.d.tmp oakley.d --- dependall-usr.bin --- --- dependall-nbsvtool --- --- nbsvtool --- # link nbsvtool/nbsvtool /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o nbsvtool nbsvtool.o -Wl,-rpath-link,/tmp/build/2025.06.01.05.43.55-hpcmips/destdir/lib -L=/lib -lcrypto --- dependall-usr.sbin --- --- pfkey.d --- # create racoon/pfkey.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f pfkey.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/pfkey.c && mv -f pfkey.d.tmp pfkey.d --- dependall-pf --- --- pfctl_qstats.d --- # create pfctl/pfctl_qstats.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f pfctl_qstats.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl/pfctl_qstats.c && mv -f pfctl_qstats.d.tmp pfctl_qstats.d --- dependall-sys --- --- dependall-sysv_ipc --- dependall ===> sys/modules/sysv_ipc --- dependall-external --- --- dependall-gpl3 --- --- engine.o --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-objcopy -x engine.o --- region-model-asm.o --- # compile backend/region-model-asm.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-c++ -frandom-seed=be7ed99a -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc/analyzer/region-model-asm.cc -o region-model-asm.o --- dependall-sys --- --- sysv_ipc.d --- --- dependall-raid --- --- rf_paritylogging.o --- --- dependall-usr.sbin --- --- dependall-ftp-proxy --- --- filter.o --- --- dependall-sys --- --- dependall-sysv_ipc --- # create sysv_ipc/sysv_ipc.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f sysv_ipc.d.tmp -- -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DSYSVSEM -DSYSVSHM -DSYSVMSG -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/sysv_ipc -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/kern/sysv_ipc.c && mv -f sysv_ipc.d.tmp sysv_ipc.d --- dependall-usr.sbin --- --- dependall-pfctl --- --- pfctl_radix.d --- --- dependall-sys --- --- dependall-raid --- # compile raid/rf_paritylogging.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_paritylogging.c -o rf_paritylogging.o --- dependall-usr.sbin --- --- dependall-ftp-proxy --- # compile ftp-proxy/filter.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/pf/ftp-proxy -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/usr.sbin/ftp-proxy/filter.c -o filter.o --- dependall-pfctl --- # create pfctl/pfctl_radix.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f pfctl_radix.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl/pfctl_radix.c && mv -f pfctl_radix.d.tmp pfctl_radix.d --- dependall-usr.bin --- --- dependall-gzip --- --- gzip --- # link gzip/gzip /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o gzip gzip.o -Wl,-rpath-link,/tmp/build/2025.06.01.05.43.55-hpcmips/destdir/lib -L=/lib -lz -lbz2 -llzma --- dependall-sys --- --- rf_parityloggingdags.o --- # compile raid/rf_parityloggingdags.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_parityloggingdags.c -o rf_parityloggingdags.o --- dependall-usr.sbin --- --- dependall-racoon --- --- plog.d --- # create racoon/plog.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f plog.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/plog.c && mv -f plog.d.tmp plog.d --- dependall-pf --- --- dependall-ftp-proxy --- --- ipf.o --- # compile ftp-proxy/ipf.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/pf/ftp-proxy -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/usr.sbin/ftp-proxy/ipf.c -o ipf.o --- dependall-sys --- --- rf_paritymap.o --- # compile raid/rf_paritymap.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_paritymap.c -o rf_paritymap.o --- dependall-sysv_ipc --- --- sysv_msg.d --- # create sysv_ipc/sysv_msg.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f sysv_msg.d.tmp -- -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DSYSVSEM -DSYSVSHM -DSYSVMSG -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/sysv_ipc -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/kern/sysv_msg.c && mv -f sysv_msg.d.tmp sysv_msg.d --- dependall-usr.sbin --- --- dependall-pfctl --- --- pfctl_table.d --- # create pfctl/pfctl_table.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f pfctl_table.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl/pfctl_table.c && mv -f pfctl_table.d.tmp pfctl_table.d --- dependall-npf --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-objcopy -x npf_bpf_test.o --- dependall-racoon --- --- policy.d --- # create racoon/policy.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f policy.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/policy.c && mv -f policy.d.tmp policy.d --- dependall-external --- --- dependall-gdb --- --- c-typeprint.o --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-objcopy -x c-typeprint.o --- cli-cmds.o --- --- dependall-usr.sbin --- --- dependall-npf --- --- npf_gc_test.o --- # compile libnpftest/npf_gc_test.o --- dependall-external --- # compile libgdb/cli-cmds.o --- dependall-usr.sbin --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu11 -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-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_RUMPKERNEL -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c --- dependall-external --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fPIE -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_KERNTYPES -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3--- dependall-usr.sbin --- /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/npf_gc_test.c -o npf_gc_test.o --- dependall-external --- /gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -include /tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/defs.h -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__STDC_ISO_10646__ -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cli/cli-cmds.c -o cli-cmds.o --- dependall-usr.sbin --- --- dependall-pf --- --- .depend --- # create pfctl/.depend rm -f .depend CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend parse.d pf_print_state.d pf_ruleset.d pfctl.d pfctl_altq.d pfctl_optimize.d pfctl_osfp.d pfctl_parser.d pfctl_qstats.d pfctl_radix.d pfctl_table.d --- dependall-sys --- --- sysv_sem.d --- --- dependall-usr.sbin --- --- dependall --- --- dependall-sys --- # create sysv_ipc/sysv_sem.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f sysv_sem.d.tmp -- -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DSYSVSEM -DSYSVSHM -DSYSVMSG -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/sysv_ipc -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/kern/sysv_sem.c && mv -f sysv_sem.d.tmp sysv_sem.d --- dependall-usr.sbin --- --- dependall-racoon --- --- privsep.d --- # create racoon/privsep.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f privsep.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/privsep.c && mv -f privsep.d.tmp privsep.d --- dependall-pf --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2025.06.01.05.43.55-hpcmips/destdir" > .gdbinit --- pfctl.html8 --- # format pfctl/pfctl.html8 if test "" != "yes"; then /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl/pfctl.8 > pfctl.html8.tmp && mv -f pfctl.html8.tmp pfctl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-font:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/site-tmac:/tmp/build/2025.06.01.05.43.55-hpcmips/tools/share/groff/tmac /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl/pfctl.8 > pfctl.html8.tmp && mv -f pfctl.html8.tmp pfctl.html8; fi --- dependall-external --- --- dependall-gcc --- --- region.o --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-objcopy -x region.o --- dependall-usr.sbin --- --- pfctl.o --- # compile pfctl/pfctl.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/dist/pf/sbin/pfctl/pfctl.c -o pfctl.o --- dependall-external --- --- region-model-impl-calls.o --- # compile backend/region-model-impl-calls.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-c++ -frandom-seed=8a406ab8 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/dist/gcc/analyzer/region-model-impl-calls.cc -o region-model-impl-calls.o --- dependall-sys --- --- sysv_shm.d --- --- dependall-usr.sbin --- --- dependall-racoonctl --- --- misc.o --- --- dependall-sys --- # create sysv_ipc/sysv_shm.d --- dependall-usr.sbin --- # compile racoonctl/misc.o --- dependall-sys --- CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f sysv_shm.d.tmp -- -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DSYSVSEM -DSYSVSHM -DSYSVMSG -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/sysv_ipc -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/kern/sysv_shm.c && mv -f sysv_shm.d.tmp sysv_shm.d --- dependall-usr.sbin --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -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 -Werror --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/misc.c -o misc.o --- dependall-npf --- --- dependall-npfctl --- --- npf_bpf_comp.o --- # compile npfctl/npf_bpf_comp.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl/npf_bpf_comp.c -o npf_bpf_comp.o --- dependall-sys --- --- dependall-raid --- --- rf_parityscan.o --- # compile raid/rf_parityscan.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_parityscan.c -o rf_parityscan.o --- rf_pq.o --- --- dependall-sysv_ipc --- --- .depend --- --- dependall-raid --- # compile raid/rf_pq.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_pq.c -o rf_pq.o --- dependall-sysv_ipc --- # create sysv_ipc/.depend rm -f .depend --- dependall-usr.sbin --- --- dependall-racoon --- --- proposal.d --- --- dependall-sys --- CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -s .o\ .d -d -f .depend sysv_ipc.d sysv_msg.d sysv_sem.d sysv_shm.d --- dependall-usr.sbin --- # create racoon/proposal.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f proposal.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/proposal.c && mv -f proposal.d.tmp proposal.d --- dependall-sys --- --- dependall --- --- dependall-suser --- dependall ===> sys/modules/suser --- secmodel_suser.d --- # create suser/secmodel_suser.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f secmodel_suser.d.tmp -- -std=gnu11 -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-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/suser -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/secmodel/suser/secmodel_suser.c && mv -f secmodel_suser.d.tmp secmodel_suser.d --- dependall-sysvbfs --- --- bfs_sysvbfs.o --- --- dependall-sysv_ipc --- --- sysv_ipc.o --- --- dependall-sysvbfs --- # compile sysvbfs/bfs_sysvbfs.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/sysvbfs -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/fs/sysvbfs/bfs_sysvbfs.c -o bfs_sysvbfs.o --- dependall-sysv_ipc --- # compile sysv_ipc/sysv_ipc.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DSYSVSEM -DSYSVSHM -DSYSVMSG -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/sysv_ipc -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/kern/sysv_ipc.c -o sysv_ipc.o --- dependall-usr.sbin --- --- prsa_par.d --- --- dependall-pf --- --- dependall-ftp-proxy --- --- ftp-proxy --- --- dependall-racoon --- # create racoon/prsa_par.d --- dependall-pf --- # link ftp-proxy/ftp-proxy /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o ftp-proxy ftp-proxy.o filter.o ipf.o -Wl,-rpath-link,/tmp/build/2025.06.01.05.43.55-hpcmips/destdir/lib -L=/lib -levent --- dependall-racoon --- CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f prsa_par.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 -Wno-error=deprecated-declarations prsa_par.c && mv -f prsa_par.d.tmp prsa_par.d --- dependall-racoonctl --- --- racoonctl --- # link racoonctl/racoonctl /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o racoonctl racoonctl.o str2val.o kmpstat.o vmbuf.o sockmisc.o misc.o -Wl,-rpath-link,/tmp/build/2025.06.01.05.43.55-hpcmips/destdir/lib -L=/lib -lipsec --- dependall-sys --- --- dependall-suser --- --- .depend --- --- dependall-swcrypto --- --- dependall-suser --- # create suser/.depend rm -f .depend --- dependall-swcrypto --- dependall ===> sys/modules/swcrypto --- dependall-suser --- CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -s .o\ .d -d -f .depend secmodel_suser.d --- dependall --- --- dependall-sysvbfs --- --- sysvbfs.o --- # compile sysvbfs/sysvbfs.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/sysvbfs -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/fs/sysvbfs/sysvbfs.c -o sysvbfs.o --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npftest --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-objcopy -x npf_gc_test.o --- npf_mbuf_subr.o --- # compile libnpftest/npf_mbuf_subr.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu11 -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-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_RUMPKERNEL -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/npf_mbuf_subr.c -o npf_mbuf_subr.o --- dependall-sys --- --- dependall-raid --- --- rf_pqdeg.o --- # compile raid/rf_pqdeg.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_pqdeg.c -o rf_pqdeg.o --- dependall-swcrypto --- --- ioconf.c --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbconfig -b /tmp/build/2025.06.01.05.43.55-hpcmips/obj/sys/modules/swcrypto -s /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/swcrypto/swcrypto.ioconf --- dependall-suser --- --- secmodel_suser.o --- # compile suser/secmodel_suser.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/suser -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/secmodel/suser/secmodel_suser.c -o secmodel_suser.o --- dependall-raid --- --- rf_pqdegdags.o --- --- dependall-usr.sbin --- --- dependall-racoon --- --- prsa_tok.d --- --- dependall-sys --- # compile raid/rf_pqdegdags.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_pqdegdags.c -o rf_pqdegdags.o --- dependall-usr.sbin --- # create racoon/prsa_tok.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f prsa_tok.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 -Wno-error=unused-function prsa_tok.c && mv -f prsa_tok.d.tmp prsa_tok.d --- dependall-sys --- --- dependall-swcrypto --- touch ioconf.c ioconf.h locators.h --- dependall-raid --- --- rf_psstatus.o --- --- dependall-swcrypto --- --- aesxcbcmac.d --- --- dependall-raid --- # compile raid/rf_psstatus.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_psstatus.c -o rf_psstatus.o --- dependall-swcrypto --- # create swcrypto/aesxcbcmac.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f aesxcbcmac.d.tmp -- -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/swcrypto -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/opencrypto/aesxcbcmac.c && mv -f aesxcbcmac.d.tmp aesxcbcmac.d --- dependall-sysvbfs --- --- sysvbfs_vnops.o --- # compile sysvbfs/sysvbfs_vnops.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/sysvbfs -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/fs/sysvbfs/sysvbfs_vnops.c -o sysvbfs_vnops.o --- dependall-usr.sbin --- --- remoteconf.d --- --- dependall-sys --- --- dependall-swcrypto --- --- cryptosoft.d --- --- dependall-usr.sbin --- # create racoon/remoteconf.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f remoteconf.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/remoteconf.c && mv -f remoteconf.d.tmp remoteconf.d --- dependall-sys --- # create swcrypto/cryptosoft.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f cryptosoft.d.tmp -- -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/swcrypto -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/opencrypto/cryptosoft.c && mv -f cryptosoft.d.tmp cryptosoft.d --- dependall-sysvbfs --- --- sysvbfs_vfsops.o --- # compile sysvbfs/sysvbfs_vfsops.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/sysvbfs -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/fs/sysvbfs/sysvbfs_vfsops.c -o sysvbfs_vfsops.o --- dependall-raid --- --- rf_raid0.o --- # compile raid/rf_raid0.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_raid0.c -o rf_raid0.o --- rf_raid1.o --- # compile raid/rf_raid1.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_raid1.c -o rf_raid1.o --- rf_raid4.o --- # compile raid/rf_raid4.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_raid4.c -o rf_raid4.o --- dependall-swcrypto --- --- deflate.d --- # create swcrypto/deflate.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f deflate.d.tmp -- -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/swcrypto -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/opencrypto/deflate.c && mv -f deflate.d.tmp deflate.d --- dependall-external --- --- dependall-gdb --- --- c-varobj.o --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-objcopy -x c-varobj.o --- dependall-sys --- --- dependall-swsensor --- --- dependall-usr.sbin --- --- rsalist.d --- --- dependall-sys --- dependall ===> sys/modules/swsensor --- dependall-usr.sbin --- # create racoon/rsalist.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f rsalist.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 -Wno-error=deprecated-declarations /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c && mv -f rsalist.d.tmp rsalist.d --- dependall-sys --- --- dependall-raid --- --- rf_raid5.o --- # compile raid/rf_raid5.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_raid5.c -o rf_raid5.o --- dependall-swcrypto --- --- gmac.d --- --- dependall-swsensor --- --- swsensor.d --- --- dependall-swcrypto --- # create swcrypto/gmac.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f gmac.d.tmp -- -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/swcrypto -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/opencrypto/gmac.c && mv -f gmac.d.tmp gmac.d --- dependall-swsensor --- # create swsensor/swsensor.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f swsensor.d.tmp -- -std=gnu11 -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-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/swsensor -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/sysmon/swsensor.c && mv -f swsensor.d.tmp swsensor.d --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- --- npf_show.o --- # compile npfctl/npf_show.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl/npf_show.c -o npf_show.o --- dependall-external --- --- c-valprint.o --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-objcopy -x c-valprint.o --- dependall-sys --- --- dependall-raid --- --- rf_raid5_rotatedspare.o --- # compile raid/rf_raid5_rotatedspare.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_raid5_rotatedspare.c -o rf_raid5_rotatedspare.o --- dependall-sysv_ipc --- --- sysv_msg.o --- --- dependall-swcrypto --- --- ioconf.d --- --- dependall-sysv_ipc --- # compile sysv_ipc/sysv_msg.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DSYSVSEM -DSYSVSHM -DSYSVMSG -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/sysv_ipc -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/kern/sysv_msg.c -o sysv_msg.o --- dependall-usr.sbin --- --- dependall-npftest --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-objcopy -x npf_mbuf_subr.o --- dependall-sys --- --- dependall-swcrypto --- # create swcrypto/ioconf.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f ioconf.d.tmp -- -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/swcrypto -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-usr.sbin --- --- npf_nat_test.o --- # compile libnpftest/npf_nat_test.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu11 -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-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_RUMPKERNEL -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/npf_nat_test.c -o npf_nat_test.o --- dependall-sys --- --- dependall-swsensor --- --- .depend --- # create swsensor/.depend rm -f .depend --- dependall-usr.bin --- --- dependall-xlint --- --- mem.o --- --- dependall-sys --- CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -s .o\ .d -d -f .depend swsensor.d --- dependall-usr.bin --- # compile lint1/mem.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -ftrapv -fPIE -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -DIS_LINT1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../common -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../common/mem.c -o mem.o --- dependall-sys --- --- dependall --- --- dependall-usr.sbin --- --- dependall-racoon --- --- safefile.d --- # create racoon/safefile.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f safefile.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/safefile.c && mv -f safefile.d.tmp safefile.d --- dependall-sys --- --- dependall-swcrypto --- --- .depend --- # create swcrypto/.depend rm -f .depend CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -s .o\ .d -d -f .depend aesxcbcmac.d cryptosoft.d deflate.d gmac.d ioconf.d --- dependall --- --- dependall-raid --- --- rf_reconbuffer.o --- # compile raid/rf_reconbuffer.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_reconbuffer.c -o rf_reconbuffer.o --- rf_reconmap.o --- # compile raid/rf_reconmap.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_reconmap.c -o rf_reconmap.o --- dependall-swsensor --- --- swsensor.o --- --- dependall-usr.sbin --- --- sainfo.d --- --- dependall-sys --- --- dependall-suser --- --- suser.kmod --- --- dependall-swsensor --- # compile swsensor/swsensor.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/swsensor -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/sysmon/swsensor.c -o swsensor.o --- dependall-raid --- --- rf_reconstruct.o --- --- dependall-usr.sbin --- # create racoon/sainfo.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f sainfo.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/sainfo.c && mv -f sainfo.d.tmp sainfo.d --- dependall-sys --- # compile raid/rf_reconstruct.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_reconstruct.c -o rf_reconstruct.o --- dependall-suser --- # link suser/suser.kmod /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=suser.kmod.map -o suser.kmod secmodel_suser.o --- dependall-swwdog --- dependall ===> sys/modules/swwdog --- dependall-external --- --- dependall-bsd --- --- atffile_test --- --- dependall-usr.bin --- --- mem1.o --- --- dependall-external --- # link tools/atffile_test /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-c++ --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -pie -shared-libgcc -o atffile_test atffile_test.o -Wl,-rpath-link,/tmp/build/2025.06.01.05.43.55-hpcmips/destdir/lib -L=/lib /tmp/build/2025.06.01.05.43.55-hpcmips/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- dependall-usr.bin --- # compile lint1/mem1.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -ftrapv -fPIE -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -DIS_LINT1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../common -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/mem1.c -o mem1.o --- dependall-sys --- --- dependall-swcrypto --- --- aesxcbcmac.o --- # compile swcrypto/aesxcbcmac.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/swcrypto -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/opencrypto/aesxcbcmac.c -o aesxcbcmac.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_nbuf_test.o --- # compile libnpftest/npf_nbuf_test.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu11 -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-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_RUMPKERNEL -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/npf_nbuf_test.c -o npf_nbuf_test.o --- dependall-sys --- --- dependall-swwdog --- --- swwdog.d --- # create swwdog/swwdog.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f swwdog.d.tmp -- -std=gnu11 -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-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/swwdog -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/sysmon/swwdog.c && mv -f swwdog.d.tmp swwdog.d --- dependall-usr.sbin --- --- dependall-racoon --- --- schedule.d --- # create racoon/schedule.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f schedule.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/schedule.c && mv -f schedule.d.tmp schedule.d --- dependall-external --- --- config_test --- # link tools/config_test /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-c++ --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -pie -shared-libgcc -o config_test config_test.o -Wl,-rpath-link,/tmp/build/2025.06.01.05.43.55-hpcmips/destdir/lib -L=/lib /tmp/build/2025.06.01.05.43.55-hpcmips/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- dependall-sys --- --- .depend --- # create swwdog/.depend rm -f .depend CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -s .o\ .d -d -f .depend swwdog.d --- dependall --- --- dependall-usr.sbin --- --- session.d --- # create racoon/session.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f session.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/session.c && mv -f session.d.tmp session.d --- dependall-sys --- --- dependall-raid --- --- rf_reconutil.o --- # compile raid/rf_reconutil.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_reconutil.c -o rf_reconutil.o --- rf_revent.o --- # compile raid/rf_revent.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_revent.c -o rf_revent.o --- dependall-swwdog --- --- swwdog.o --- # compile swwdog/swwdog.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/swwdog -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/sysmon/swwdog.c -o swwdog.o --- dependall-usr.sbin --- --- sockmisc.d --- # create racoon/sockmisc.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f sockmisc.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c && mv -f sockmisc.d.tmp sockmisc.d --- dependall-external --- --- config_file_test --- # link tools/config_file_test /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-c++ --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -pie -shared-libgcc -o config_file_test config_file_test.o -Wl,-rpath-link,/tmp/build/2025.06.01.05.43.55-hpcmips/destdir/lib -L=/lib /tmp/build/2025.06.01.05.43.55-hpcmips/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- dependall-sys --- --- dependall-raid --- --- rf_shutdown.o --- # compile raid/rf_shutdown.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_shutdown.c -o rf_shutdown.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_nat_test.o --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-objcopy -x npf_nat_test.o --- npf_perf_test.o --- # compile libnpftest/npf_perf_test.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu11 -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-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_RUMPKERNEL -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/npf_perf_test.c -o npf_perf_test.o --- dependall-sys --- --- dependall-swcrypto --- --- deflate.o --- # compile swcrypto/deflate.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/swcrypto -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/opencrypto/deflate.c -o deflate.o --- dependall-raid --- --- rf_sstf.o --- # compile raid/rf_sstf.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_sstf.c -o rf_sstf.o --- dependall-sysvbfs --- --- sysvbfs.kmod --- # link sysvbfs/sysvbfs.kmod /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=sysvbfs.kmod.map -o sysvbfs.kmod bfs.o bfs_sysvbfs.o sysvbfs.o sysvbfs_vnops.o sysvbfs_vfsops.o --- dependall-usr.sbin --- --- dependall-racoon --- --- str2val.d --- # create racoon/str2val.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f str2val.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/str2val.c && mv -f str2val.d.tmp str2val.d --- dependall-sys --- --- dependall-raid --- --- rf_states.o --- # compile raid/rf_states.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_states.c -o rf_states.o --- dependall-swsensor --- --- swsensor.kmod --- # link swsensor/swsensor.kmod /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=swsensor.kmod.map -o swsensor.kmod swsensor.o --- dependall-usr.bin --- --- oper.o --- --- dependall-sys --- --- dependall-tmpfs --- --- dependall-usr.bin --- # compile lint1/oper.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -ftrapv -fPIE -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -DIS_LINT1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../common -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/oper.c -o oper.o --- dependall-sys --- dependall ===> sys/modules/tmpfs --- dependall-usr.sbin --- --- strnames.d --- # create racoon/strnames.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f strnames.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/strnames.c && mv -f strnames.d.tmp strnames.d --- dependall-sys --- --- dependall-raid --- --- rf_stripelocks.o --- # compile raid/rf_stripelocks.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_stripelocks.c -o rf_stripelocks.o --- dependall-tmpfs --- --- tmpfs_fifoops.d --- # create tmpfs/tmpfs_fifoops.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f tmpfs_fifoops.d.tmp -- -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/tmpfs -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/fs/tmpfs/tmpfs_fifoops.c && mv -f tmpfs_fifoops.d.tmp tmpfs_fifoops.d --- dependall-usr.bin --- --- tree.o --- # compile lint1/tree.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -ftrapv -fPIE -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -DIS_LINT1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/../common -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1/tree.c -o tree.o --- dependall-external --- --- fail_helper --- # link tools/fail_helper /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-c++ --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -pie -shared-libgcc -o fail_helper fail_helper.o -Wl,-rpath-link,/tmp/build/2025.06.01.05.43.55-hpcmips/destdir/lib -L=/lib /tmp/build/2025.06.01.05.43.55-hpcmips/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- dependall-sys --- --- dependall-raid --- --- rf_strutils.o --- --- rf_utils.o --- --- rf_strutils.o --- # compile raid/rf_strutils.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_strutils.c -o rf_strutils.o --- rf_utils.o --- # compile raid/rf_utils.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_utils.c -o rf_utils.o --- rf_netbsdkintf.o --- # compile raid/rf_netbsdkintf.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/raidframe/rf_netbsdkintf.c -o rf_netbsdkintf.o --- dependall-tmpfs --- --- tmpfs_mem.d --- # create tmpfs/tmpfs_mem.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f tmpfs_mem.d.tmp -- -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/tmpfs -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/fs/tmpfs/tmpfs_mem.c && mv -f tmpfs_mem.d.tmp tmpfs_mem.d --- dependall-usr.sbin --- --- dependall-npf --- --- npf_nbuf_test.o --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-objcopy -x npf_nbuf_test.o --- dependall-sys --- --- dependall-sysv_ipc --- --- sysv_sem.o --- # compile sysv_ipc/sysv_sem.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DSYSVSEM -DSYSVSHM -DSYSVMSG -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/sysv_ipc -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/kern/sysv_sem.c -o sysv_sem.o --- dependall-usr.sbin --- --- dependall-racoon --- --- throttle.d --- # create racoon/throttle.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f throttle.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/throttle.c && mv -f throttle.d.tmp throttle.d --- dependall-sys --- --- dependall-swwdog --- --- swwdog.kmod --- # link swwdog/swwdog.kmod /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=swwdog.kmod.map -o swwdog.kmod swwdog.o --- dependall-ualea --- dependall ===> sys/modules/ualea --- dependall-usr.sbin --- --- dependall-npf --- --- npf_perf_test.o --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-objcopy -x npf_perf_test.o --- npf_rid_test.o --- --- dependall-sys --- --- dependall-swcrypto --- --- gmac.o --- # compile swcrypto/gmac.o --- dependall-usr.sbin --- # compile libnpftest/npf_rid_test.o --- dependall-sys --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/swcrypto -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/opencrypto/gmac.c -o gmac.o --- dependall-external --- --- env_test --- --- dependall-usr.sbin --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu11 -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-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_RUMPKERNEL -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/npf_rid_test.c -o npf_rid_test.o --- dependall-external --- # link tools/env_test /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-c++ --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -pie -shared-libgcc -o env_test env_test.o -Wl,-rpath-link,/tmp/build/2025.06.01.05.43.55-hpcmips/destdir/lib -L=/lib /tmp/build/2025.06.01.05.43.55-hpcmips/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- dependall-usr.sbin --- --- dependall-racoon --- --- vendorid.d --- # create racoon/vendorid.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f vendorid.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/vendorid.c && mv -f vendorid.d.tmp vendorid.d --- dependall-sys --- --- dependall-tmpfs --- --- tmpfs_rename.d --- # create tmpfs/tmpfs_rename.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f tmpfs_rename.d.tmp -- -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/tmpfs -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/fs/tmpfs/tmpfs_rename.c && mv -f tmpfs_rename.d.tmp tmpfs_rename.d --- dependall-ualea --- --- ioconf.c --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbconfig -b /tmp/build/2025.06.01.05.43.55-hpcmips/obj/sys/modules/ualea -s /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/ualea/ualea.ioconf --- dependall-tmpfs --- --- tmpfs_specops.d --- # create tmpfs/tmpfs_specops.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f tmpfs_specops.d.tmp -- -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/tmpfs -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/fs/tmpfs/tmpfs_specops.c && mv -f tmpfs_specops.d.tmp tmpfs_specops.d --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- --- npf_extmod.o --- # compile npfctl/npf_extmod.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl/npf_extmod.c -o npf_extmod.o --- npf_parse.o --- # compile npfctl/npf_parse.o /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -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/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl -D_KERNTYPES -c npf_parse.c -o npf_parse.o --- dependall-sys --- --- tmpfs_subr.d --- # create tmpfs/tmpfs_subr.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f tmpfs_subr.d.tmp -- -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/tmpfs -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/fs/tmpfs/tmpfs_subr.c && mv -f tmpfs_subr.d.tmp tmpfs_subr.d --- dependall-ualea --- touch ioconf.c ioconf.h locators.h --- ioconf.d --- # create ualea/ioconf.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f ioconf.d.tmp -- -std=gnu11 -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-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/ualea -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-tmpfs --- --- tmpfs_vfsops.d --- # create tmpfs/tmpfs_vfsops.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f tmpfs_vfsops.d.tmp -- -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/tmpfs -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/fs/tmpfs/tmpfs_vfsops.c && mv -f tmpfs_vfsops.d.tmp tmpfs_vfsops.d --- dependall-external --- --- expand_test --- # link tools/expand_test /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-c++ --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -pie -shared-libgcc -o expand_test expand_test.o -Wl,-rpath-link,/tmp/build/2025.06.01.05.43.55-hpcmips/destdir/lib -L=/lib /tmp/build/2025.06.01.05.43.55-hpcmips/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- dependall-sys --- --- dependall-ualea --- --- ualea.d --- # create ualea/ualea.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f ualea.d.tmp -- -std=gnu11 -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-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/ualea -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/dev/usb/ualea.c && mv -f ualea.d.tmp ualea.d --- dependall-usr.sbin --- --- dependall-racoon --- --- vmbuf.d --- # create racoon/vmbuf.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f vmbuf.d.tmp -- -std=gnu11 -Wstack-protector -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2025.06.01.05.43.55-hpcmips/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c && mv -f vmbuf.d.tmp vmbuf.d --- dependall-npf --- --- dependall-npftest --- In file included from /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../sys/atomic.h:400, from /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../sys/timevar.h:63, from /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../sys/time.h:315, from /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../net/bpf.h:44, from /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf/npf_impl.h:52, from /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/npf_rid_test.c:13: /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/npf_rid_test.c: In function 'test_socket': /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/npf_rid_test.c:173:17: error: 'Server' undeclared (first use in this function); did you mean 'server'? 173 | memset(&Server, 0, sizeof(server)); | ^~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../lib/libkern/libkern.h:348:50: note: in definition of macro 'memset' 348 | #define memset(d, v, l) __builtin_memset(d, v, l) | ^ /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/npf_rid_test.c:173:17: note: each undeclared identifier is reported only once for each function it appears in 173 | memset(&Server, 0, sizeof(server)); | ^~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../lib/libkern/libkern.h:348:50: note: in definition of macro 'memset' 348 | #define memset(d, v, l) __builtin_memset(d, v, l) | ^ /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/npf_rid_test.c:208:25: error: 'Remote' undeclared (first use in this function); did you mean 'remote'? 208 | memset(&Remote, 0, sizeof(remote)); | ^~~~~~ /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../lib/libkern/libkern.h:348:50: note: in definition of macro 'memset' 348 | #define memset(d, v, l) __builtin_memset(d, v, l) | ^ --- dependall-sys --- --- dependall-tmpfs --- --- tmpfs_vnops.d --- # create tmpfs/tmpfs_vnops.d CC=/tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/nbmkdep -f tmpfs_vnops.d.tmp -- -std=gnu11 -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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/tmpfs -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/arch -isystem /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/fs/tmpfs/tmpfs_vnops.c && mv -f tmpfs_vnops.d.tmp tmpfs_vnops.d --- dependall-usr.sbin --- *** Failed target: npf_rid_test.o *** In directory: /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " libnpftest/npf_rid_test.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu11 -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-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2025.06.01.05.43.55-hpcmips/destdir -D_RUMPKERNEL -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest/npf_rid_test.c -o npf_rid_test.o ${CTFCONVERT_RUN} => ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET} => /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-objcopy -x npf_rid_test.o *** [npf_rid_test.o] Error code 1 nbmake[9]: stopped making "realall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest nbmake[9]: 1 error nbmake[9]: stopped making "realall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest nbmake[8]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest/libnpftest nbmake[7]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npftest --- dependall-sys --- --- dependall-swcrypto --- nbmake[7]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/swcrypto --- dependall-usr.sbin --- nbmake[6]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf --- dependall-sys --- nbmake[6]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules --- dependall-usr.sbin --- --- dependall-racoon --- nbmake[5]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin --- dependall-sys --- --- dependall-ualea --- nbmake[6]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules --- dependall-tmpfs --- nbmake[6]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules --- dependall-external --- nbmake[10]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/external/bsd/atf/tests/atf/tools nbmake[9]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/external/bsd/atf/tests/atf nbmake[8]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/external/bsd/atf/tests nbmake[7]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/external/bsd/atf nbmake[6]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/external/bsd nbmake[5]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/external --- dependall-gpl3 --- --- dependall-gcc --- --- region-model-asm.o --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-objcopy -x region-model-asm.o --- dependall-gdb --- --- charset.o --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-objcopy -x charset.o --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-pfctl --- nbmake[7]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/pf/pfctl nbmake[6]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/pf nbmake[5]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin --- dependall-npf --- --- dependall-npfctl --- nbmake[7]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf/npfctl nbmake[6]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin/npf nbmake[5]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.sbin nbmake[4]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src --- dependall-sys --- --- dependall-sysv_ipc --- nbmake[7]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/sysv_ipc nbmake[6]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules --- dependall-external --- --- dependall-gcc --- --- region-model-impl-calls.o --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-objcopy -x region-model-impl-calls.o --- dependall-sys --- --- dependall-raid --- nbmake[7]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules/raid nbmake[6]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys/modules nbmake[5]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/sys nbmake[4]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src --- dependall-external --- --- region-model.o --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-objcopy -x region-model.o nbmake[8]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc/usr.bin nbmake[7]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gcc nbmake[6]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3 --- dependall-usr.bin --- nbmake[7]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint/lint1 nbmake[6]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin/xlint nbmake[5]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/usr.bin nbmake[4]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src --- dependall-external --- --- dependall-gdb --- --- cli-cmds.o --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-objcopy -x cli-cmds.o --- breakpoint.o --- /tmp/build/2025.06.01.05.43.55-hpcmips/tools/bin/mipsel--netbsd-objcopy -x breakpoint.o nbmake[9]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib/libgdb nbmake[8]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb/lib nbmake[7]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3/gdb nbmake[6]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/external/gpl3 nbmake[5]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src/external nbmake[4]: stopped making "dependall" in /tmp/build/2025.06.01.05.43.55-hpcmips/src nbmake[3]: stopped making "do-build" in /tmp/build/2025.06.01.05.43.55-hpcmips/src nbmake[2]: stopped making "build" in /tmp/build/2025.06.01.05.43.55-hpcmips/src nbmake[1]: stopped making "distribution" in /tmp/build/2025.06.01.05.43.55-hpcmips/src nbmake: stopped making "release" in /tmp/build/2025.06.01.05.43.55-hpcmips/src ERROR: Failed to make release *** BUILD ABORTED *** 831.66 real 10110.84 user 1885.85 sys