Last 2000 lines of build log: /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:185:9: warning: 'PEM_read_RSA_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 185 | key = PEM_read_RSA_PUBKEY(fpin, NULL, NULL, NULL); | ^~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/pem.h:449:1: note: declared here 449 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSA_PUBKEY, RSA) | ^~~~~~~~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:188:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 188 | RSA_free(key); | ^~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c: In function 'gen_rsa_key': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:211:9: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 211 | key = RSA_new(); | ^~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:215:9: warning: 'RSA_generate_key_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 215 | if (1 != RSA_generate_key_ex(key, bits, e, NULL)) { | ^~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/rsa.h:260:27: note: declared here 260 | OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, | ^~~~~~~~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:221:9: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 221 | RSA_free(key); | ^~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ --- dependall-npf --- --- npf_bpf_comp.d --- # create npfctl/npf_bpf_comp.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f npf_bpf_comp.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl/npf_bpf_comp.c && mv -f npf_bpf_comp.d.tmp npf_bpf_comp.d --- dependall-racoon --- --- handler.d --- # create racoon/handler.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f handler.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/handler.c && mv -f handler.d.tmp handler.d --- dependall-usr.bin --- --- dependall-w --- --- w --- # link w/w /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o w fmt.o pr_time.o w.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.02.39-pmax/destdir/lib -L=/lib -lkvm -lutil --- dependall-wall --- --- term_chk.o --- # compile wall/term_chk.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/write -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/write/term_chk.c -o term_chk.o --- dependall-wc --- dependall ===> usr.bin/wc --- dependall-what --- dependall ===> usr.bin/what --- dependall-wc --- --- wc.d --- # create wc/wc.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f wc.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/wc/wc.c && mv -f wc.d.tmp wc.d --- dependall-vndcompress --- --- vndcompress.o --- # compile vndcompress/vndcompress.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/vndcompress/vndcompress.c -o vndcompress.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_build.d --- --- dependall-usr.bin --- --- dependall-what --- --- what.d --- --- dependall-usr.sbin --- # create npfctl/npf_build.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f npf_build.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl/npf_build.c && mv -f npf_build.d.tmp npf_build.d --- dependall-usr.bin --- # create what/what.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f what.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/what/what.c && mv -f what.d.tmp what.d --- dependall-external --- --- dependall-gdb --- --- break-catch-load.o --- /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-objcopy -x break-catch-load.o --- dependall-usr.sbin --- --- dependall-racoon --- --- ipsec_doi.d --- # create racoon/ipsec_doi.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f ipsec_doi.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c && mv -f ipsec_doi.d.tmp ipsec_doi.d --- dependall-usr.bin --- --- .depend --- --- dependall-wc --- --- .depend --- --- dependall-what --- # create what/.depend rm -f .depend --- dependall-wc --- # create wc/.depend rm -f .depend --- dependall-what --- CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend what.d --- dependall-wc --- CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend wc.d --- dependall --- --- dependall-what --- --- dependall --- --- dependall-external --- --- break-catch-sig.o --- /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-objcopy -x break-catch-sig.o --- dependall-usr.bin --- --- dependall-whereis --- dependall ===> usr.bin/whereis --- dependall-what --- --- .gdbinit --- --- dependall-usr.sbin --- --- dependall-npf --- --- npf_cmd.d --- --- dependall-usr.bin --- rm -f .gdbinit --- dependall-usr.sbin --- # create npfctl/npf_cmd.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f npf_cmd.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl/npf_cmd.c && mv -f npf_cmd.d.tmp npf_cmd.d --- dependall-usr.bin --- echo "set solib-absolute-prefix /tmp/build/2024.09.03.08.02.39-pmax/destdir" > .gdbinit --- what.html1 --- # format what/what.html1 if test "" != "yes"; then /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/what/what.1 > what.html1.tmp && mv -f what.html1.tmp what.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/what/what.1 > what.html1.tmp && mv -f what.html1.tmp what.html1; fi --- dependall-wc --- --- .gdbinit --- rm -f .gdbinit --- dependall-what --- --- what.o --- --- dependall-wc --- echo "set solib-absolute-prefix /tmp/build/2024.09.03.08.02.39-pmax/destdir" > .gdbinit --- wc.html1 --- --- dependall-what --- # compile what/what.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/what/what.c -o what.o --- dependall-whereis --- --- whereis.d --- --- dependall-wc --- # format wc/wc.html1 if test "" != "yes"; then /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/wc/wc.1 > wc.html1.tmp && mv -f wc.html1.tmp wc.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/wc/wc.1 > wc.html1.tmp && mv -f wc.html1.tmp wc.html1; fi --- dependall-whereis --- # create whereis/whereis.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f whereis.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/whereis/whereis.c && mv -f whereis.d.tmp whereis.d --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp.d --- # create racoon/isakmp.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f isakmp.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp.c && mv -f isakmp.d.tmp isakmp.d --- dependall-usr.bin --- --- dependall-wc --- --- wc.o --- # compile wc/wc.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/wc/wc.c -o wc.o --- dependall-usr.sbin --- --- dependall-rtadvd --- --- expandm.o --- # compile rtadvd/expandm.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -DINET6 -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2024.09.03.08.02.39-pmax/src/lib/libwrap/expandm.c -o expandm.o --- dependall-npf --- --- npf_data.d --- # create npfctl/npf_data.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f npf_data.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl/npf_data.c && mv -f npf_data.d.tmp npf_data.d --- dependall-usr.bin --- --- dependall-wall --- --- wall --- # link wall/wall /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o wall wall.o utmpentry.o term_chk.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.02.39-pmax/destdir/lib -L=/lib -lutil --- dependall-whereis --- --- .depend --- # create whereis/.depend rm -f .depend CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend whereis.d --- dependall --- --- dependall-who --- dependall ===> usr.bin/who --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_agg.d --- # create racoon/isakmp_agg.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f isakmp_agg.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_agg.c && mv -f isakmp_agg.d.tmp isakmp_agg.d --- dependall-usr.bin --- --- dependall-whereis --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.03.08.02.39-pmax/destdir" > .gdbinit --- dependall-who --- --- utmpentry.d --- --- dependall-whereis --- --- whereis.html1 --- --- dependall-who --- # create who/utmpentry.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f utmpentry.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -DSUPPORT_UTMPX -DSUPPORT_UTMP --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/who/utmpentry.c && mv -f utmpentry.d.tmp utmpentry.d --- dependall-whereis --- # format whereis/whereis.html1 if test "" != "yes"; then /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/whereis/whereis.1 > whereis.html1.tmp && mv -f whereis.html1.tmp whereis.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/whereis/whereis.1 > whereis.html1.tmp && mv -f whereis.html1.tmp whereis.html1; fi --- which.html1 --- --- dependall-usr.sbin --- --- dependall-npf --- --- npf_extmod.d --- --- dependall-usr.bin --- # format whereis/which.html1 if test "" != "yes"; then /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/whereis/which.1 > which.html1.tmp && mv -f which.html1.tmp which.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/whereis/which.1 > which.html1.tmp && mv -f which.html1.tmp which.html1; fi --- dependall-sys --- --- dependall-raid --- --- rf_evenodd.o --- --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- crypto_openssl.o --- --- dependall-racoonctl --- --- vmbuf.o --- --- dependall-sys --- # compile raid/rf_evenodd.o --- dependall-usr.sbin --- --- dependall-npf --- # create npfctl/npf_extmod.d --- dependall-sys --- /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -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/2024.09.03.08.02.39-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/modules/raid -isystem /tmp/b--- dependall-usr.sbin --- CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f npf_extmod.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl/npf_extmod.c && mv -f npf_extmod.d.tmp npf_extmod.d --- dependall-sys --- uild/2024.09.03.08.02.39-pmax/src/sys -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.02.39-pmax/src/sys/dev/raidframe/rf_evenodd.c -o rf_evenodd.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- # compile plainrsa-gen/crypto_openssl.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c -Wno-error=deprecated-declarations /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c -o crypto_openssl.o --- dependall-racoonctl --- # compile racoonctl/vmbuf.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c -o vmbuf.o --- dependall-usr.bin --- --- whereis.o --- # compile whereis/whereis.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/whereis/whereis.c -o whereis.o --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_base.d --- # create racoon/isakmp_base.d --- dependall-usr.bin --- --- dependall-who --- --- who.d --- --- dependall-usr.sbin --- CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f isakmp_base.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_base.c && mv -f isakmp_base.d.tmp isakmp_base.d --- dependall-usr.bin --- # create who/who.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f who.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -DSUPPORT_UTMPX -DSUPPORT_UTMP --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/who/who.c && mv -f who.d.tmp who.d --- dependall-usr.sbin --- --- dependall-rtadvd --- --- rtadvd_hostops.o --- # compile rtadvd/rtadvd_hostops.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -DINET6 -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/rtadvd/rtadvd_hostops.c -o rtadvd_hostops.o --- dependall-usr.bin --- --- dependall-what --- --- what --- # link what/what /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o what what.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.02.39-pmax/destdir/lib -L=/lib --- dependall-usr.sbin --- --- dependall-npf --- --- npf_parse.d --- # create npfctl/npf_parse.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f npf_parse.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES npf_parse.c && mv -f npf_parse.d.tmp npf_parse.d --- npf_scan.d --- # create npfctl/npf_scan.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f npf_scan.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES npf_scan.c && mv -f npf_scan.d.tmp npf_scan.d --- dependall-usr.bin --- --- dependall-who --- --- .depend --- # create who/.depend rm -f .depend CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend utmpentry.d who.d --- dependall --- --- .gdbinit --- --- dependall-vndcompress --- --- vnduncompress.o --- --- dependall-who --- rm -f .gdbinit --- dependall-vndcompress --- # compile vndcompress/vnduncompress.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/vndcompress/vnduncompress.c -o vnduncompress.o --- dependall-who --- echo "set solib-absolute-prefix /tmp/build/2024.09.03.08.02.39-pmax/destdir" > .gdbinit --- who.html1 --- --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_cfg.d --- --- dependall-usr.bin --- # format who/who.html1 if test "" != "yes"; then /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/who/who.1 > who.html1.tmp && mv -f who.html1.tmp who.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/who/who.1 > who.html1.tmp && mv -f who.html1.tmp who.html1; fi --- dependall-usr.sbin --- # create racoon/isakmp_cfg.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f isakmp_cfg.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c && mv -f isakmp_cfg.d.tmp isakmp_cfg.d --- dependall-rtadvd --- --- rtadvd_rumpops.o --- --- dependall-usr.bin --- --- who.o --- --- dependall-usr.sbin --- # compile rtadvd/rtadvd_rumpops.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -DINET6 -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/rtadvd/rtadvd_rumpops.c -o rtadvd_rumpops.o --- dependall-usr.bin --- # compile who/who.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -DSUPPORT_UTMPX -DSUPPORT_UTMP --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/who/who.c -o who.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_show.d --- # create npfctl/npf_show.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f npf_show.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl/npf_show.c && mv -f npf_show.d.tmp npf_show.d --- dependall-racoonctl --- --- sockmisc.o --- # compile racoonctl/sockmisc.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c -o sockmisc.o --- dependall-racoon --- --- isakmp_frag.d --- # create racoon/isakmp_frag.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f isakmp_frag.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_frag.c && mv -f isakmp_frag.d.tmp isakmp_frag.d --- dependall-usr.bin --- --- dependall-whereis --- --- whereis --- # link whereis/whereis /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o whereis whereis.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.02.39-pmax/destdir/lib -L=/lib --- dependall-wc --- --- wc --- # link wc/wc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o wc wc.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.02.39-pmax/destdir/lib -L=/lib --- dependall-external --- --- dependall-bsd --- --- pass_helper.o --- # compile tools/pass_helper.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=8f2187dc -O2 -Werror -fPIE --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -DHAVE_CONFIG_H -DATF_ARCH=\"mipsel\" -DATF_BUILD_CC=\"/usr/bin/cc\" -DATF_BUILD_CFLAGS=\"\" -DATF_BUILD_CPP=\"/usr/bin/cpp\" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"/usr/bin/c++\" -DATF_BUILD_CXXFLAGS=\"\" -DATF_CONFDIR=\"/etc/atf\" -DATF_INCLUDEDIR=\"/usr/include\" -DATF_LIBDIR=\"/usr/lib\" -DATF_LIBEXECDIR=\"/usr/libexec\" -DATF_MACHINE=\"pmax\" -DATF_M4=\"/usr/bin/m4\" -DATF_PKGDATADIR=\"/usr/share/atf\" -DATF_SHELL=\"/bin/sh\" -DATF_WORKDIR=\"/tmp\" -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/bsd/atf -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/bsd/atf/lib/libatf-c -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/bsd/atf/dist -I/tmp/build/2024.09.03.08.02.39-pmax/obj/external/bsd/atf/lib/tools -c /tmp/build/2024.09.03.08.02.39-pmax/src/external/bsd/atf/dist/tools/pass_helper.cpp --- dependall-usr.sbin --- --- dependall-npf --- --- npf_var.d --- # create npfctl/npf_var.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f npf_var.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl/npf_var.c && mv -f npf_var.d.tmp npf_var.d --- dependall-usr.bin --- --- dependall-whois --- dependall ===> usr.bin/whois --- dependall-write --- dependall ===> usr.bin/write --- dependall-whois --- --- whois.d --- # create whois/whois.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f whois.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/whois/whois.c && mv -f whois.d.tmp whois.d --- dependall-usr.sbin --- --- dependall-rtadvd --- --- rtadvd --- # link rtadvd/rtadvd /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o rtadvd rtadvd.o advcap.o if.o config.o timer.o dump.o expandm.o rtadvd_hostops.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.02.39-pmax/destdir/lib -L=/lib -lutil --- dependall-racoon --- --- isakmp_ident.d --- --- dependall-usr.bin --- --- dependall-write --- --- term_chk.d --- --- dependall-usr.sbin --- --- isakmp_inf.d --- --- dependall-npf --- --- npfctl.d --- --- dependall-racoon --- --- isakmp_ident.d --- # create racoon/isakmp_ident.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f isakmp_ident.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_ident.c && mv -f isakmp_ident.d.tmp isakmp_ident.d --- dependall-usr.bin --- # create write/term_chk.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f term_chk.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/write/term_chk.c && mv -f term_chk.d.tmp term_chk.d --- dependall-usr.sbin --- --- isakmp_inf.d --- # create racoon/isakmp_inf.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f isakmp_inf.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c && mv -f isakmp_inf.d.tmp isakmp_inf.d --- dependall-npf --- # create npfctl/npfctl.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f npfctl.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl/npfctl.c && mv -f npfctl.d.tmp npfctl.d --- dependall-rtadvd --- --- rump.rtadvd --- --- dependall-plainrsa-gen --- /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_check_x509sign': --- dependall-rtadvd --- # link rtadvd/rump.rtadvd /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o rump.rtadvd rtadvd.o advcap.o if.o config.o timer.o dump.o expandm.o rtadvd_rumpops.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.02.39-pmax/destdir/lib -L=/lib -lutil -lrumpres -lrumpclient --- dependall-plainrsa-gen --- /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:879:9: warning: 'EVP_PKEY_get0_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 879 | res = eay_rsa_verify(source, sig, __UNCONST(EVP_PKEY_get0_RSA(evp))); | ^~~ In file included from /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/pem.h:22, from /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/evp.h:1348:22: note: declared here 1348 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_get_x509sign': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1021:9: warning: 'EVP_PKEY_get0_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1021 | sig = eay_rsa_sign(src, __UNCONST(EVP_PKEY_get0_RSA(evp))); | ^~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/evp.h:1348:22: note: declared here 1348 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_rsa_sign': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1043:9: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1043 | len = RSA_size(rsa); | ^~~ In file included from /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/pem.h:23: /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1049:9: warning: 'RSA_private_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1049 | len = RSA_private_encrypt(src->l, (unsigned char *) src->v, | ^~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/rsa.h:285:5: note: declared here 285 | int RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_rsa_verify': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1070:9: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1070 | len = RSA_size(rsa); | ^~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1077:9: warning: 'RSA_public_decrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1077 | len = RSA_public_decrypt(sig->l, (unsigned char *) sig->v, | ^~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/rsa.h:288:5: note: declared here 288 | int RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_strerror': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1110:9: warning: 'ERR_get_error_line_data' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1110 | while ((l = ERR_get_error_line_data(&file, &line, &data, &flags)) != 0){ | ^~~~~ In file included from /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/engine.h:31, from /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:64: /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/err.h:424:15: note: declared here 424 | unsigned long ERR_get_error_line_data(const char **file, int *line, | ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_des_weakkey': --- dependall-usr.bin --- --- dependall-whois --- --- .depend --- --- dependall-usr.sbin --- /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1235:9: warning: 'DES_is_weak_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1235 | return DES_is_weak_key((void *)key->v); | ^~~~~~ In file included from /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:61: /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/des.h:178:27: note: declared here 178 | OSSL_DEPRECATEDIN_3_0 int DES_is_weak_key(const_DES_cblock *key); | ^~~~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_3des_weakkey': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1433:9: warning: 'DES_is_weak_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1433 | return (DES_is_weak_key((void *)key->v) || | ^~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/des.h:178:27: note: declared here 178 | OSSL_DEPRECATEDIN_3_0 int DES_is_weak_key(const_DES_cblock *key); | ^~~~~~~~~~~~~~~ --- dependall-usr.bin --- # create whois/.depend rm -f .depend --- dependall-usr.sbin --- /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1434:13: warning: 'DES_is_weak_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1434 | DES_is_weak_key((void *)(key->v + 8)) || | ^~~~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/des.h:178:27: note: declared here 178 | OSSL_DEPRECATEDIN_3_0 int DES_is_weak_key(const_DES_cblock *key); | ^~~~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1435:13: warning: 'DES_is_weak_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1435 | DES_is_weak_key((void *)(key->v + 16))); | ^~~~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/des.h:178:27: note: declared here 178 | OSSL_DEPRECATEDIN_3_0 int DES_is_weak_key(const_DES_cblock *key); | ^~~~~~~~~~~~~~~ --- dependall-usr.bin --- CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend whois.d --- dependall-usr.sbin --- /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmac_init': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1731:9: warning: 'HMAC_CTX_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1731 | HMAC_CTX *c = HMAC_CTX_new(); | ^~~~~~~~ In file included from /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/hmac.h:33:33: note: declared here 33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void); | ^~~~~~~~~~~~ --- dependall-usr.bin --- --- dependall --- --- dependall-usr.sbin --- /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1733:9: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1733 | HMAC_Init_ex(c, key->v, key->l, md, NULL); | ^~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/hmac.h:43:27: note: declared here 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, | ^~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_512_update': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1797:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1797 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_512_final': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1811:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1811 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1813:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1813 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_384_update': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1847:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1847 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_384_final': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1861:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1861 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1863:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1863 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_256_update': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1897:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1897 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_256_final': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1911:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1911 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1913:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1913 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha1_update': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1948:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1948 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha1_final': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1962:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1962 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1964:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1964 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacmd5_update': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1998:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1998 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacmd5_final': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2012:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2012 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2014:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2014 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_init': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2035:9: warning: 'SHA512_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2035 | SHA512_Init(c); | ^~~~~~~~~~~ In file included from /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/x509.h:40: /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/sha.h:127:27: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 int SHA512_Init(SHA512_CTX *c); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_update': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2045:9: warning: 'SHA512_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2045 | SHA512_Update((SHA512_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/sha.h:128:27: note: declared here 128 | OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c, | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_final': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2059:9: warning: 'SHA512_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2059 | SHA512_Final((unsigned char *) res->v, (SHA512_CTX *)c); | ^~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/sha.h:130:27: note: declared here 130 | OSSL_DEPRECATEDIN_3_0 int SHA512_Final(unsigned char *md, SHA512_CTX *c); | ^~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_init': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2088:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2088 | SHA384_Init(c); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/sha.h:123:27: note: declared here 123 | OSSL_DEPRECATEDIN_3_0 int SHA384_Init(SHA512_CTX *c); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_update': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2098:9: warning: 'SHA384_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2098 | SHA384_Update((SHA384_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/sha.h:124:27: note: declared here 124 | OSSL_DEPRECATEDIN_3_0 int SHA384_Update(SHA512_CTX *c, | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_final': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2112:9: warning: 'SHA384_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2112 | SHA384_Final((unsigned char *) res->v, (SHA384_CTX *)c); | ^~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/sha.h:126:27: note: declared here 126 | OSSL_DEPRECATEDIN_3_0 int SHA384_Final(unsigned char *md, SHA512_CTX *c); | ^~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_init': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2141:9: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2141 | SHA256_Init(c); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/sha.h:77:27: note: declared here 77 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_update': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2151:9: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2151 | SHA256_Update((SHA256_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/sha.h:78:27: note: declared here 78 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_final': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2165:9: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2165 | SHA256_Final((unsigned char *) res->v, (SHA256_CTX *)c); | ^~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/sha.h:80:27: note: declared here 80 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c); | ^~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_init': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2193:9: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2193 | SHA1_Init(c); | ^~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/sha.h:53:27: note: declared here 53 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_update': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2203:9: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2203 | SHA1_Update((SHA_CTX *)c, data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/sha.h:54:27: note: declared here 54 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_final': --- dependall-usr.bin --- --- .gdbinit --- --- dependall-usr.sbin --- /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2217:9: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2217 | SHA1_Final((unsigned char *) res->v, (SHA_CTX *)c); | ^~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/sha.h:55:27: note: declared here 55 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_init': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2244:9: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2244 | MD5_Init(c); | ^~~~~~~~ In file included from /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_update': --- dependall-pf --- --- dependall-usr.bin --- rm -f .gdbinit --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2254:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2254 | MD5_Update((MD5_CTX *)c, data->v, data->l); | ^~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ --- dependall-usr.bin --- --- dependall-write --- --- utmpentry.d --- --- dependall-usr.sbin --- /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_final': --- dependall-pf --- dependall ===> usr.sbin/pf --- dependall-usr.bin --- --- dependall-whois --- echo "set solib-absolute-prefix /tmp/build/2024.09.03.08.02.39-pmax/destdir" > .gdbinit --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2268:9: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2268 | MD5_Final((unsigned char *) res->v, (MD5_CTX *)c); | ^~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_generate': --- dependall-usr.bin --- --- dependall-write --- # create write/utmpentry.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f utmpentry.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/who/utmpentry.c && mv -f utmpentry.d.tmp utmpentry.d --- dependall-whois --- --- whois.html1 --- --- dependall-usr.sbin --- /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2326:9: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2326 | if ((dh = DH_new()) == NULL) | ^~ In file included from /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/x509.h:36: /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/dh.h:203:27: note: declared here 203 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ --- dependall-usr.bin --- # format whois/whois.html1 if test "" != "yes"; then /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/whois/whois.1 > whois.html1.tmp && mv -f whois.html1.tmp whois.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/whois/whois.1 > whois.html1.tmp && mv -f whois.html1.tmp whois.html1; fi --- dependall-usr.sbin --- /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2332:9: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2332 | if (!DH_set0_pqg(dh, p, NULL, g)) | ^~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/dh.h:259:27: note: declared here 259 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2337:17: warning: 'DH_set_length' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2337 | DH_set_length(dh, publen); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/dh.h:273:27: note: declared here 273 | OSSL_DEPRECATEDIN_3_0 int DH_set_length(DH *dh, long length); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2340:9: warning: 'DH_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2340 | if (!DH_generate_key(dh)) | ^~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/dh.h:227:27: note: declared here 227 | OSSL_DEPRECATEDIN_3_0 int DH_generate_key(DH *dh); | ^~~~~~~~~~~~~~~ --- dependall-npf --- --- .depend --- --- dependall-plainrsa-gen --- /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2343:9: warning: 'DH_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2343 | DH_get0_key(dh, &pub_key, &priv_key); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/dh.h:260:28: note: declared here 260 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, | ^~~~~~~~~~~ --- dependall-npf --- # create npfctl/.depend rm -f .depend --- dependall-plainrsa-gen --- /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2357:17: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2357 | DH_free(dh); | ^~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/dh.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_compute': --- dependall-npf --- CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/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-pf --- --- dependall-authpf --- --- dependall-plainrsa-gen --- /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2380:9: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2380 | if ((dh = DH_new()) == NULL) | ^~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/dh.h:203:27: note: declared here 203 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ --- dependall-usr.bin --- --- whois.o --- --- dependall-usr.sbin --- /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2390:9: warning: 'DH_set_length' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2390 | DH_set_length(dh, pub2->l * 8); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/dh.h:273:27: note: declared here 273 | OSSL_DEPRECATEDIN_3_0 int DH_set_length(DH *dh, long length); | ^~~~~~~~~~~~~ --- dependall-npf --- --- dependall --- --- dependall-pf --- dependall ===> usr.sbin/pf/authpf --- dependall-plainrsa-gen --- /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2397:9: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2397 | if (!DH_set0_pqg(dh, p, NULL, g)) | ^~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/dh.h:259:27: note: declared here 259 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~ --- dependall-external --- --- dependall-gpl3 --- --- breakpoint.o --- --- dependall-usr.bin --- # compile whois/whois.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/whois/whois.c -o whois.o --- dependall-usr.sbin --- /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2401:9: warning: 'DH_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2401 | if (!DH_set0_key(dh, pub_key, priv_key)) | ^~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/dh.h:262:27: note: declared here 262 | OSSL_DEPRECATEDIN_3_0 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key); | ^~~~~~~~~~~ --- dependall-external --- # compile libgdb/breakpoint.o /tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/destdir -D_KERNTYPES -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -include /tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/breakpoint.c -o breakpoint.o --- dependall-usr.sbin --- /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2408:9: warning: 'DH_compute_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2408 | if ((l = DH_compute_key(v, dh_pub, dh)) == -1) | ^~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/dh.h:228:27: note: declared here 228 | OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key, | ^~~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2421:17: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2421 | DH_free(dh); | ^~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/dh.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_init': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2471:9: warning: 'ENGINE_load_builtin_engines' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2471 | ENGINE_load_builtin_engines(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/engine.h:358:28: note: declared here 358 | OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2472:9: warning: 'ENGINE_register_all_complete' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2472 | ENGINE_register_all_complete(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/engine.h:415:27: note: declared here 415 | OSSL_DEPRECATEDIN_3_0 int ENGINE_register_all_complete(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'binbuf_pubkey2rsa': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2558:9: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2558 | rsa_pub = RSA_new(); | ^~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2565:9: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2565 | if (!RSA_set0_key(rsa_pub, mod, exp, NULL)) | ^~ /tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2571:9: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2571 | RSA_free(rsa_pub); | ^~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ --- dependall-pf --- --- authpf.d --- # create authpf/authpf.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f authpf.d.tmp -- -std=gnu99 -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/2024.09.03.08.02.39-pmax/destdir /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/usr.sbin/authpf/authpf.c && mv -f authpf.d.tmp authpf.d --- dependall-npf --- --- .gdbinit --- --- dependall-usr.bin --- --- dependall-write --- --- write.d --- --- dependall-usr.sbin --- --- dependall-npfd --- --- dependall-npfctl --- rm -f .gdbinit --- dependall-usr.bin --- # create write/write.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f write.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/write/write.c && mv -f write.d.tmp write.d --- dependall-usr.sbin --- --- dependall-npfd --- dependall ===> usr.sbin/npf/npfd --- dependall-npfctl --- echo "set solib-absolute-prefix /tmp/build/2024.09.03.08.02.39-pmax/destdir" > .gdbinit --- npfctl.html8 --- # format npfctl/npfctl.html8 if test "" != "yes"; then /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl/npfctl.8 > npfctl.html8.tmp && mv -f npfctl.html8.tmp npfctl.html8; fi --- npf.conf.html5 --- # format npfctl/npf.conf.html5 if test "" != "yes"; then /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl/npf.conf.5 > npf.conf.html5.tmp && mv -f npf.conf.html5.tmp npf.conf.html5; fi --- dependall-npfd --- --- npfd.d --- --- dependall-racoon --- --- isakmp_newg.d --- --- dependall-npf --- # create npfd/npfd.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f npfd.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfd -D_KERNTYPES --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfd/npfd.c && mv -f npfd.d.tmp npfd.d --- dependall-racoon --- # create racoon/isakmp_newg.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f isakmp_newg.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_newg.c && mv -f isakmp_newg.d.tmp isakmp_newg.d --- dependall-npf --- --- dependall-npfctl --- --- npfctl.o --- # compile npfctl/npfctl.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl/npfctl.c -o npfctl.o --- dependall-racoon --- --- isakmp_quick.d --- # create racoon/isakmp_quick.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f isakmp_quick.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c && mv -f isakmp_quick.d.tmp isakmp_quick.d --- dependall-usr.bin --- --- .depend --- --- dependall-usr.sbin --- --- dependall-pf --- --- .depend --- --- dependall-usr.bin --- # create write/.depend rm -f .depend --- dependall-usr.sbin --- # create authpf/.depend rm -f .depend CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend authpf.d --- dependall-usr.bin --- CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend term_chk.d utmpentry.d write.d --- dependall-usr.sbin --- --- dependall --- --- dependall-usr.bin --- --- dependall --- --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfd --- --- npfd_log.d --- # create npfd/npfd_log.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f npfd_log.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfd -D_KERNTYPES --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfd/npfd_log.c && mv -f npfd_log.d.tmp npfd_log.d --- dependall-usr.bin --- --- dependall-who --- --- utmpentry.o --- # compile who/utmpentry.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -DSUPPORT_UTMPX -DSUPPORT_UTMP --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/who/utmpentry.c -o utmpentry.o --- dependall-write --- --- .gdbinit --- rm -f .gdbinit --- dependall-usr.sbin --- --- dependall-pf --- --- .gdbinit --- --- dependall-usr.bin --- echo "set solib-absolute-prefix /tmp/build/2024.09.03.08.02.39-pmax/destdir" > .gdbinit --- write.html1 --- --- dependall-usr.sbin --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.03.08.02.39-pmax/destdir" > .gdbinit --- dependall-usr.bin --- # format write/write.html1 if test "" != "yes"; then /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/write/write.1 > write.html1.tmp && mv -f write.html1.tmp write.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/write/write.1 > write.html1.tmp && mv -f write.html1.tmp write.html1; fi --- dependall-usr.sbin --- --- authpf.html8 --- --- dependall-usr.bin --- --- dependall-vndcompress --- --- vndcompress --- --- dependall-usr.sbin --- # format authpf/authpf.html8 if test "" != "yes"; then /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/usr.sbin/authpf/authpf.8 > authpf.html8.tmp && mv -f authpf.html8.tmp authpf.html8; fi --- dependall-usr.bin --- # link vndcompress/vndcompress /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o vndcompress main.o offtab.o utils.o vndcompress.o vnduncompress.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.02.39-pmax/destdir/lib -L=/lib -lz --- dependall-write --- --- write.o --- # compile write/write.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/write/write.c -o write.o --- dependall-usr.sbin --- --- authpf.o --- # compile authpf/authpf.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -c /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/usr.sbin/authpf/authpf.c -o authpf.o --- dependall-npf --- --- .depend --- --- dependall-racoon --- --- isakmp_unity.d --- --- dependall-npf --- # create npfd/.depend rm -f .depend --- dependall-plainrsa-gen --- --- logger.o --- --- dependall-racoon --- # create racoon/isakmp_unity.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f isakmp_unity.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c && mv -f isakmp_unity.d.tmp isakmp_unity.d --- dependall-sys --- --- rf_evenodd_dagfuncs.o --- --- dependall-usr.sbin --- --- dependall-npf --- CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend npfd.d npfd_log.d --- dependall-plainrsa-gen --- # compile plainrsa-gen/logger.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/logger.c -o logger.o --- dependall-sys --- # compile raid/rf_evenodd_dagfuncs.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -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/2024.09.03.08.02.39-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/modules/raid -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.02.39-pmax/src/sys/dev/raidframe/rf_evenodd_dagfuncs.c -o rf_evenodd_dagfuncs.o --- dependall-usr.sbin --- --- dependall-npf --- --- dependall --- --- dependall-sys --- --- dependall-iscsi --- --- iscsi_main.o --- --- dependall-usr.sbin --- --- dependall-npftest --- --- dependall-sys --- # compile iscsi/iscsi_main.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -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/2024.09.03.08.02.39-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/modules/iscsi -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.02.39-pmax/src/sys/dev/iscsi/iscsi_main.c -o iscsi_main.o --- dependall-usr.sbin --- dependall ===> usr.sbin/npf/npftest --- dependall-npfd --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.03.08.02.39-pmax/destdir" > .gdbinit --- npfd.html8 --- # format npfd/npfd.html8 if test "" != "yes"; then /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfd -D_KERNTYPES --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfd/npfd.c -o npfd.o --- dependall-npftest --- --- dependall-libnpftest --- dependall ===> usr.sbin/npf/npftest/libnpftest --- npf_bpf_test.d --- # create libnpftest/npf_bpf_test.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f npf_bpf_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_bpf_test.c && mv -f npf_bpf_test.d.tmp npf_bpf_test.d --- dependall-external --- --- dependall-gcc --- /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-objcopy -x isl_stream.o --- dependall-usr.sbin --- --- npfstream.d --- # create npftest/npfstream.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f npfstream.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I /tmp/build/2024.09.03.08.02.39-pmax/src/sys/external/bsd/libnv/dist -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/npfstream.c && mv -f npfstream.d.tmp npfstream.d --- dependall-racoon --- --- isakmp_xauth.d --- # create racoon/isakmp_xauth.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f isakmp_xauth.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c && mv -f isakmp_xauth.d.tmp isakmp_xauth.d --- dependall-usr.bin --- --- dependall-whois --- --- whois --- # link whois/whois /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o whois whois.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.02.39-pmax/destdir/lib -L=/lib --- dependall-external --- --- dependall-bsd --- --- process_test.o --- # compile tools/process_test.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=caa9370b -O2 -Werror -fPIE --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -DHAVE_CONFIG_H -DATF_ARCH=\"mipsel\" -DATF_BUILD_CC=\"/usr/bin/cc\" -DATF_BUILD_CFLAGS=\"\" -DATF_BUILD_CPP=\"/usr/bin/cpp\" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"/usr/bin/c++\" -DATF_BUILD_CXXFLAGS=\"\" -DATF_CONFDIR=\"/etc/atf\" -DATF_INCLUDEDIR=\"/usr/include\" -DATF_LIBDIR=\"/usr/lib\" -DATF_LIBEXECDIR=\"/usr/libexec\" -DATF_MACHINE=\"pmax\" -DATF_M4=\"/usr/bin/m4\" -DATF_PKGDATADIR=\"/usr/share/atf\" -DATF_SHELL=\"/bin/sh\" -DATF_WORKDIR=\"/tmp\" -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/bsd/atf -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/bsd/atf/lib/libatf-c -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/bsd/atf/dist -I/tmp/build/2024.09.03.08.02.39-pmax/obj/external/bsd/atf/lib/tools -c /tmp/build/2024.09.03.08.02.39-pmax/src/external/bsd/atf/dist/tools/process_test.cpp --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- vmbuf.o --- # compile plainrsa-gen/vmbuf.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c -o vmbuf.o --- dependall-npf --- --- dependall-libnpftest --- --- npf_gc_test.d --- # create libnpftest/npf_gc_test.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f npf_gc_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_gc_test.c && mv -f npf_gc_test.d.tmp npf_gc_test.d --- dependall-usr.bin --- --- dependall-who --- --- who --- # link who/who /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o who who.o utmpentry.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.02.39-pmax/destdir/lib -L=/lib --- dependall-write --- --- utmpentry.o --- # compile write/utmpentry.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/who/utmpentry.c -o utmpentry.o --- term_chk.o --- --- dependall-usr.sbin --- --- dependall-racoonctl --- --- misc.o --- --- dependall-usr.bin --- # compile write/term_chk.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/write/term_chk.c -o term_chk.o --- dependall-usr.sbin --- # compile racoonctl/misc.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/misc.c -o misc.o --- dependall-plainrsa-gen --- --- misc.o --- # compile plainrsa-gen/misc.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/misc.c -o misc.o --- dependall-racoon --- --- localconf.d --- # create racoon/localconf.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f localconf.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/localconf.c && mv -f localconf.d.tmp localconf.d --- dependall-npf --- --- npf_mbuf_subr.d --- # create libnpftest/npf_mbuf_subr.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f npf_mbuf_subr.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_mbuf_subr.c && mv -f npf_mbuf_subr.d.tmp npf_mbuf_subr.d --- dependall-npfd --- --- npfd_log.o --- --- dependall-npfctl --- --- npf_cmd.o --- --- dependall-npfd --- # compile npfd/npfd_log.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfd -D_KERNTYPES --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfd/npfd_log.c -o npfd_log.o --- dependall-npfctl --- # compile npfctl/npf_cmd.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl/npf_cmd.c -o npf_cmd.o --- dependall-external --- --- dependall-gpl3 --- --- dependall-backend --- --- insn-opinit.cc --- --- dependall-usr.sbin --- --- dependall-racoon --- --- logger.d --- --- dependall-external --- # create backend/insn-opinit.cc ./genopinit /tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gcc/dist/gcc/common.md /tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gcc/dist/gcc/config/mips/mips.md insn-conditions.md -hinsn-opinit.h.tmp -cinsn-opinit.cc.tmp && mv insn-opinit.cc.tmp insn-opinit.cc --- dependall-usr.sbin --- # create racoon/logger.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f logger.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/logger.c && mv -f logger.d.tmp logger.d --- dependall-npf --- --- dependall-npftest --- --- npf_nat_test.d --- # create libnpftest/npf_nat_test.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f npf_nat_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_nat_test.c && mv -f npf_nat_test.d.tmp npf_nat_test.d --- dependall-racoon --- --- main.d --- # create racoon/main.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f main.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/main.c && mv -f main.d.tmp main.d --- dependall-racoonctl --- --- racoonctl --- # link racoonctl/racoonctl /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/destdir/lib -L=/lib -lipsec --- dependall-pf --- --- dependall-ftp-proxy --- dependall ===> usr.sbin/pf/ftp-proxy --- dependall-npf --- --- npf_nbuf_test.d --- # create libnpftest/npf_nbuf_test.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f npf_nbuf_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_nbuf_test.c && mv -f npf_nbuf_test.d.tmp npf_nbuf_test.d --- dependall-pf --- --- filter.d --- --- dependall-plainrsa-gen --- --- rsalist.o --- --- dependall-pf --- # create ftp-proxy/filter.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f filter.d.tmp -- -std=gnu99 -I/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/sys --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/usr.sbin/ftp-proxy/filter.c && mv -f filter.d.tmp filter.d --- dependall-plainrsa-gen --- # compile plainrsa-gen/rsalist.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c -Wno-error=deprecated-declarations /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c -o rsalist.o --- dependall-external --- --- dependall-../../../mit/isl/lib/libisl --- --- isl_stride.o --- --- dependall-usr.sbin --- --- dependall-npf --- --- npftest.d --- --- dependall-external --- # compile libisl/isl_stride.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl/../../dist -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl/../../dist/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl/../../include -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -c /tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl/../../dist/isl_stride.c -o isl_stride.o --- dependall-usr.sbin --- # create npftest/npftest.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f npftest.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I /tmp/build/2024.09.03.08.02.39-pmax/src/sys/external/bsd/libnv/dist -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/npftest.c && mv -f npftest.d.tmp npftest.d --- dependall-racoon --- --- misc.d --- # create racoon/misc.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f misc.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/misc.c && mv -f misc.d.tmp misc.d --- dependall-usr.bin --- --- dependall-vmstat --- --- vmstat --- # link vmstat/vmstat /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o vmstat drvstats.o vmstat.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.02.39-pmax/destdir/lib -L=/lib -lkvm --- dependall-write --- --- write --- # link write/write /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o write write.o utmpentry.o term_chk.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.02.39-pmax/destdir/lib -L=/lib --- dependall-usr.sbin --- --- dependall-pf --- --- ftp-proxy.d --- # create ftp-proxy/ftp-proxy.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f ftp-proxy.d.tmp -- -std=gnu99 -I/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/sys --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c && mv -f ftp-proxy.d.tmp ftp-proxy.d --- dependall-npf --- --- dependall-libnpftest --- --- npf_perf_test.d --- # create libnpftest/npf_perf_test.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f npf_perf_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_perf_test.c && mv -f npf_perf_test.d.tmp npf_perf_test.d --- .depend --- # create npftest/.depend rm -f .depend CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend npfstream.d npftest.d --- dependall-plainrsa-gen --- --- sockmisc.o --- # compile plainrsa-gen/sockmisc.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c -o sockmisc.o --- dependall-sys --- --- iscsi.kmod --- --- dependall-usr.sbin --- --- genlist.o --- --- dependall-sys --- # link iscsi/iscsi.kmod /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2024.09.03.08.02.39-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=iscsi.kmod.map -o iscsi.kmod base64.o iscsi_ioctl.o iscsi_main.o iscsi_rcv.o iscsi_send.o iscsi_text.o iscsi_utils.o --- dependall-usr.sbin --- # compile plainrsa-gen/genlist.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/genlist.c -o genlist.o --- dependall-usr.bin --- --- dependall-xargs --- dependall ===> usr.bin/xargs --- dependall-usr.sbin --- --- dependall-racoon --- --- nattraversal.d --- # create racoon/nattraversal.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f nattraversal.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/nattraversal.c && mv -f nattraversal.d.tmp nattraversal.d --- dependall-external --- --- isl_tab.o --- # compile libisl/isl_tab.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl/../../dist -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl/../../dist/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl/../../include -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -c /tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl/../../dist/isl_tab.c -o isl_tab.o --- dependall-usr.bin --- --- strnsubst.d --- # create xargs/strnsubst.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f strnsubst.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/xargs/strnsubst.c && mv -f strnsubst.d.tmp strnsubst.d --- dependall-usr.sbin --- --- dependall-pf --- --- ipf.d --- # create ftp-proxy/ipf.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f ipf.d.tmp -- -std=gnu99 -I/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/sys --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/usr.sbin/ftp-proxy/ipf.c && mv -f ipf.d.tmp ipf.d --- dependall-npf --- --- dependall-npfd --- --- npfd --- # link npfd/npfd /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o npfd npfd.o npfd_log.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.02.39-pmax/destdir/lib -L=/lib -lnpf -lpcap -lutil --- dependall-pf --- --- dependall-authpf --- --- authpf --- --- dependall-usr.bin --- --- xargs.d --- --- dependall-usr.sbin --- # link authpf/authpf /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o authpf authpf.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.02.39-pmax/destdir/lib -L=/lib -lutil --- dependall-usr.bin --- # create xargs/xargs.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f xargs.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/xargs/xargs.c && mv -f xargs.d.tmp xargs.d --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npftest --- --- dependall-libnpftest --- --- npf_rule_test.d --- # create libnpftest/npf_rule_test.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f npf_rule_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_rule_test.c && mv -f npf_rule_test.d.tmp npf_rule_test.d --- dependall-external --- --- isl_space.o --- /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-objcopy -x isl_space.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- prsa_par.o --- # compile plainrsa-gen/prsa_par.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c -Wno-error=deprecated-declarations prsa_par.c -o prsa_par.o --- dependall-external --- --- dependall-backend --- --- insn-attr.h --- # create backend/insn-attr.h ./genattr /tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gcc/dist/gcc/common.md /tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gcc/dist/gcc/config/mips/mips.md insn-conditions.md >insn-attr.h --- dependall-../../../mit/isl/lib/libisl --- --- isl_tab_pip.o --- # compile libisl/isl_tab_pip.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl/../../dist -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl/../../dist/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl/../../include -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -c /tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl/../../dist/isl_tab_pip.c -o isl_tab_pip.o --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-ftp-proxy --- --- .depend --- # create ftp-proxy/.depend rm -f .depend --- dependall-plainrsa-gen --- --- prsa_tok.o --- --- dependall-pf --- CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend filter.d ftp-proxy.d ipf.d --- dependall-plainrsa-gen --- # compile plainrsa-gen/prsa_tok.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c prsa_tok.c -o prsa_tok.o --- dependall-pf --- --- dependall --- --- dependall-usr.bin --- --- .depend --- # create xargs/.depend rm -f .depend CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend strnsubst.d xargs.d --- dependall --- --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- --- npf_var.o --- # compile npfctl/npf_var.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl/npf_var.c -o npf_var.o --- dependall-racoon --- --- oakley.d --- # create racoon/oakley.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f oakley.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/oakley.c && mv -f oakley.d.tmp oakley.d --- dependall-plainrsa-gen --- --- rsalist.o --- /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dup': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:102:17: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 102 | RSA_get0_key(key->rsa, NULL, NULL, &d); | ^~~~~~~~~~~~ In file included from /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:103:17: warning: 'RSAPrivateKey_dup' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 103 | new->rsa = d != NULL ? RSAPrivateKey_dup(key->rsa) : RSAPublicKey_dup(key->rsa); | ^~~ In file included from /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/rsa.h:21: /tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:103:17: warning: 'RSAPublicKey_dup' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 103 | new->rsa = d != NULL ? RSAPrivateKey_dup(key->rsa) : RSAPublicKey_dup(key->rsa); | ^~~ /tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:125:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 125 | RSA_free(new->rsa); | ^~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_free': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:147:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 147 | RSA_free(rsa_key->rsa); | ^~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dump_one': /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:161:17: warning: 'RSA_print_fp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 161 | RSA_print_fp(stdout, key->rsa, 4); | ^~~~~~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/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 --- --- .gdbinit --- --- dependall-usr.sbin --- --- dependall-pf --- --- .gdbinit --- --- dependall-usr.bin --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.03.08.02.39-pmax/destdir" > .gdbinit --- dependall-usr.sbin --- rm -f .gdbinit --- dependall-npf --- --- dependall-npftest --- --- npf_state_test.d --- --- dependall-usr.bin --- --- xargs.html1 --- --- dependall-usr.sbin --- # create libnpftest/npf_state_test.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f npf_state_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_state_test.c && mv -f npf_state_test.d.tmp npf_state_test.d --- dependall-usr.bin --- # format xargs/xargs.html1 if test "" != "yes"; then /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/xargs/xargs.1 > xargs.html1.tmp && mv -f xargs.html1.tmp xargs.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/xargs/xargs.1 > xargs.html1.tmp && mv -f xargs.html1.tmp xargs.html1; fi --- xargs.o --- # compile xargs/xargs.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/xargs/xargs.c -o xargs.o --- dependall-xinstall --- --- dependall-usr.sbin --- --- dependall-pf --- echo "set solib-absolute-prefix /tmp/build/2024.09.03.08.02.39-pmax/destdir" > .gdbinit --- dependall-usr.bin --- dependall ===> usr.bin/xinstall --- dependall-usr.sbin --- --- ftp-proxy.html8 --- # format ftp-proxy/ftp-proxy.html8 if test "" != "yes"; then /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.8 > ftp-proxy.html8.tmp && mv -f ftp-proxy.html8.tmp ftp-proxy.html8; fi --- ftp-proxy.o --- # compile ftp-proxy/ftp-proxy.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/pf/ftp-proxy -fPIE -std=gnu99 -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/2024.09.03.08.02.39-pmax/src/sys --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c -o ftp-proxy.o --- dependall-usr.bin --- --- getid.d --- # create xinstall/getid.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f getid.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-truncation --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/mtree /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/mtree/getid.c && mv -f getid.d.tmp getid.d --- xinstall.d --- --- dependall-usr.sbin --- --- dependall-npf --- --- npf_table_test.d --- # create libnpftest/npf_table_test.d --- dependall-usr.bin --- # create xinstall/xinstall.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f xinstall.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-truncation --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/mtree -Wno-format-nonliteral /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/xinstall/xinstall.c && mv -f xinstall.d.tmp xinstall.d --- dependall-usr.sbin --- CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f npf_table_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_table_test.c && mv -f npf_table_test.d.tmp npf_table_test.d --- dependall-racoon --- --- pfkey.d --- # create racoon/pfkey.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f pfkey.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/pfkey.c && mv -f pfkey.d.tmp pfkey.d --- dependall-external --- --- isl_stride.o --- /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-objcopy -x isl_stride.o --- isl_tarjan.o --- # compile libisl/isl_tarjan.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl/../../dist -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl/../../dist/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl/../../include -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -c /tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl/../../dist/isl_tarjan.c -o isl_tarjan.o --- dependall-usr.bin --- --- .depend --- # create xinstall/.depend rm -f .depend CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend getid.d xinstall.d --- dependall --- --- dependall-external --- --- dependall-gdb --- --- bsd-kvm.o --- # compile libgdb/bsd-kvm.o /tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/destdir -D_KERNTYPES -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -include /tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/bsd-kvm.c -o bsd-kvm.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_test_subr.d --- # create libnpftest/npf_test_subr.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f npf_test_subr.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_test_subr.c && mv -f npf_test_subr.d.tmp npf_test_subr.d --- dependall-usr.bin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.03.08.02.39-pmax/destdir" > .gdbinit --- install.html1 --- # format xinstall/install.html1 if test "" != "yes"; then /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/xinstall/install.1 > install.html1.tmp && mv -f install.html1.tmp install.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/xinstall/install.1 > install.html1.tmp && mv -f install.html1.tmp install.html1; fi --- xinstall.o --- # compile xinstall/xinstall.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-truncation --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/mtree -c -Wno-format-nonliteral /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/xinstall/xinstall.c -o xinstall.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- prsa_par.o --- /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y: In function 'prsa_parse_file': /tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y: In function 'prsaparse': /tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ --- dependall-npf --- --- dependall-npfctl --- --- npf_data.o --- # compile npfctl/npf_data.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl/npf_data.c -o npf_data.o --- dependall-racoon --- --- plog.d --- # create racoon/plog.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f plog.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/plog.c && mv -f plog.d.tmp plog.d --- dependall-sys --- --- dependall-raid --- --- rf_evenodd_dags.o --- # compile raid/rf_evenodd_dags.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -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/2024.09.03.08.02.39-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/modules/raid -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.02.39-pmax/src/sys/dev/raidframe/rf_evenodd_dags.c -o rf_evenodd_dags.o --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npftest --- --- .depend --- # create libnpftest/.depend rm -f .depend CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/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_rule_test.d npf_state_test.d npf_table_test.d npf_test_subr.d --- dependall --- --- dependall-external --- --- dependall-gcc --- /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-objcopy -x isl_tarjan.o --- dependall-usr.sbin --- --- dependall-racoon --- --- policy.d --- # create racoon/policy.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f policy.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/policy.c && mv -f policy.d.tmp policy.d --- dependall-pf --- --- dependall-pfctl --- dependall ===> usr.sbin/pf/pfctl --- dependall-npf --- --- npf_bpf_test.o --- # compile libnpftest/npf_bpf_test.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_bpf_test.c -o npf_bpf_test.o --- dependall-pf --- --- parse.c --- # yacc pfctl/parse.c /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbyacc -o parse.c /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pfctl/parse.y --- parse.d --- # create pfctl/parse.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f parse.d.tmp -- -std=gnu99 -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/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES parse.c && mv -f parse.d.tmp parse.d --- dependall-racoon --- --- privsep.d --- --- dependall-external --- --- isl_transitive_closure.o --- --- dependall-usr.sbin --- # create racoon/privsep.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f privsep.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/privsep.c && mv -f privsep.d.tmp privsep.d --- dependall-external --- # compile libisl/isl_transitive_closure.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl/../../dist -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl/../../dist/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl/../../include -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -c /tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl/../../dist/isl_transitive_closure.c -o isl_transitive_closure.o --- dependall-usr.sbin --- --- dependall-pf --- --- pf_print_state.d --- # create pfctl/pf_print_state.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f pf_print_state.d.tmp -- -std=gnu99 -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/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pfctl/pf_print_state.c && mv -f pf_print_state.d.tmp pf_print_state.d --- pf_ruleset.d --- # create pfctl/pf_ruleset.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f pf_ruleset.d.tmp -- -std=gnu99 -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/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/sys/dist/pf/net/pf_ruleset.c && mv -f pf_ruleset.d.tmp pf_ruleset.d --- dependall-racoon --- --- proposal.d --- # create racoon/proposal.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f proposal.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/proposal.c && mv -f proposal.d.tmp proposal.d --- dependall-npf --- --- npf_gc_test.o --- # compile libnpftest/npf_gc_test.o --- dependall-usr.bin --- --- dependall-xargs --- --- strnsubst.o --- --- dependall-usr.sbin --- /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_gc_test.c -o npf_gc_test.o --- dependall-usr.bin --- # compile xargs/strnsubst.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/xargs/strnsubst.c -o strnsubst.o --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-ftp-proxy --- --- filter.o --- # compile ftp-proxy/filter.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/pf/ftp-proxy -fPIE -std=gnu99 -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/2024.09.03.08.02.39-pmax/src/sys --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/usr.sbin/ftp-proxy/filter.c -o filter.o --- dependall-sys --- --- rf_fifo.o --- # compile raid/rf_fifo.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -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/2024.09.03.08.02.39-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/modules/raid -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.02.39-pmax/src/sys/dev/raidframe/rf_fifo.c -o rf_fifo.o --- dependall-usr.sbin --- --- dependall-pfctl --- --- pfctl.d --- # create pfctl/pfctl.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f pfctl.d.tmp -- -std=gnu99 -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/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pfctl/pfctl.c && mv -f pfctl.d.tmp pfctl.d --- dependall-npf --- --- npf_bpf_test.o --- /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-objcopy -x npf_bpf_test.o --- npf_mbuf_subr.o --- # compile libnpftest/npf_mbuf_subr.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_mbuf_subr.c -o npf_mbuf_subr.o --- dependall-racoon --- --- prsa_par.d --- # create racoon/prsa_par.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f prsa_par.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES -Wno-error=deprecated-declarations prsa_par.c && mv -f prsa_par.d.tmp prsa_par.d --- dependall-pf --- --- dependall-ftp-proxy --- --- ipf.o --- # compile ftp-proxy/ipf.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/pf/ftp-proxy -fPIE -std=gnu99 -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/2024.09.03.08.02.39-pmax/src/sys --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/usr.sbin/ftp-proxy/ipf.c -o ipf.o --- dependall-usr.bin --- --- xargs --- # link xargs/xargs /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o xargs xargs.o strnsubst.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.02.39-pmax/destdir/lib -L=/lib --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- plainrsa-gen --- # link plainrsa-gen/plainrsa-gen /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o plainrsa-gen plainrsa-gen.o plog.o crypto_openssl.o logger.o vmbuf.o misc.o rsalist.o sockmisc.o genlist.o prsa_tok.o prsa_par.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.02.39-pmax/destdir/lib -L=/lib -lcrypto -lipsec --- dependall-pf --- --- dependall-pfctl --- --- pfctl_altq.d --- # create pfctl/pfctl_altq.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f pfctl_altq.d.tmp -- -std=gnu99 -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/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pfctl/pfctl_altq.c && mv -f pfctl_altq.d.tmp pfctl_altq.d --- pfctl_optimize.d --- # create pfctl/pfctl_optimize.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f pfctl_optimize.d.tmp -- -std=gnu99 -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/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pfctl/pfctl_optimize.c && mv -f pfctl_optimize.d.tmp pfctl_optimize.d --- dependall-racoon --- --- prsa_tok.d --- # create racoon/prsa_tok.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f prsa_tok.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES prsa_tok.c && mv -f prsa_tok.d.tmp prsa_tok.d --- dependall-external --- --- dependall-backend --- --- genextract.lo --- # compile backend/genextract.lo c++ -O -std=gnu++11 -I/tmp/build/2024.09.03.08.02.39-pmax/obj/external/gpl3/gcc/usr.bin/backend -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gcc/usr.bin/backend/.. -I/tmp/build/2024.09.03.08.02.39-pmax/obj/external/gpl3/gcc/usr.bin/host-libiberty/libiberty -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DGENERATOR_FILE -c -o genextract.lo.o /tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gcc/dist/gcc/genextract.cc --- dependall-gdb --- --- bt-utils.o --- # compile libgdb/bt-utils.o /tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/destdir -D_KERNTYPES -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -include /tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/bt-utils.c -o bt-utils.o --- dependall-usr.sbin --- --- dependall-pf --- --- pfctl_osfp.d --- # create pfctl/pfctl_osfp.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f pfctl_osfp.d.tmp -- -std=gnu99 -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/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES -Wno-format-truncation /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pfctl/pfctl_osfp.c && mv -f pfctl_osfp.d.tmp pfctl_osfp.d --- dependall-npf --- --- dependall-npfctl --- --- npf_build.o --- # compile npfctl/npf_build.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl/npf_build.c -o npf_build.o --- dependall-racoon --- --- remoteconf.d --- # create racoon/remoteconf.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f remoteconf.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/remoteconf.c && mv -f remoteconf.d.tmp remoteconf.d --- dependall-npf --- --- dependall-npftest --- --- npf_nat_test.o --- # compile libnpftest/npf_nat_test.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_nat_test.c -o npf_nat_test.o --- dependall-pf --- --- pfctl_parser.d --- # create pfctl/pfctl_parser.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f pfctl_parser.d.tmp -- -std=gnu99 -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/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pfctl/pfctl_parser.c && mv -f pfctl_parser.d.tmp pfctl_parser.d --- dependall-npf --- --- npf_gc_test.o --- /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-objcopy -x npf_gc_test.o --- npf_nbuf_test.o --- # compile libnpftest/npf_nbuf_test.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_nbuf_test.c -o npf_nbuf_test.o --- dependall-sys --- --- rf_interdecluster.o --- # compile raid/rf_interdecluster.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -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/2024.09.03.08.02.39-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/modules/raid -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.02.39-pmax/src/sys/dev/raidframe/rf_interdecluster.c -o rf_interdecluster.o --- dependall-usr.sbin --- --- dependall-racoon --- --- rsalist.d --- # create racoon/rsalist.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f rsalist.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES -Wno-error=deprecated-declarations /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c && mv -f rsalist.d.tmp rsalist.d --- safefile.d --- # create racoon/safefile.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f safefile.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/safefile.c && mv -f safefile.d.tmp safefile.d --- dependall-pf --- --- pfctl_qstats.d --- # create pfctl/pfctl_qstats.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f pfctl_qstats.d.tmp -- -std=gnu99 -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/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pfctl/pfctl_qstats.c && mv -f pfctl_qstats.d.tmp pfctl_qstats.d --- dependall-ftp-proxy --- --- ftp-proxy --- # link ftp-proxy/ftp-proxy /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o ftp-proxy ftp-proxy.o filter.o ipf.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.02.39-pmax/destdir/lib -L=/lib -levent --- dependall-racoon --- --- sainfo.d --- --- dependall-npf --- --- npf_mbuf_subr.o --- /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-objcopy -x npf_mbuf_subr.o --- dependall-racoon --- # create racoon/sainfo.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f sainfo.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/sainfo.c && mv -f sainfo.d.tmp sainfo.d --- dependall-npf --- --- npf_perf_test.o --- # compile libnpftest/npf_perf_test.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_perf_test.c -o npf_perf_test.o --- dependall-pf --- --- dependall-pfctl --- --- pfctl_radix.d --- # create pfctl/pfctl_radix.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f pfctl_radix.d.tmp -- -std=gnu99 -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/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pfctl/pfctl_radix.c && mv -f pfctl_radix.d.tmp pfctl_radix.d --- pfctl_table.d --- # create pfctl/pfctl_table.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f pfctl_table.d.tmp -- -std=gnu99 -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/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pfctl/pfctl_table.c && mv -f pfctl_table.d.tmp pfctl_table.d --- dependall-usr.bin --- --- dependall-xinstall --- --- getid.o --- # compile xinstall/getid.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-truncation --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/mtree -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/mtree/getid.c -o getid.o --- dependall-usr.sbin --- --- dependall-racoon --- --- schedule.d --- # create racoon/schedule.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f schedule.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/schedule.c && mv -f schedule.d.tmp schedule.d --- dependall-external --- --- dependall-gcc --- --- insn-opinit.h --- --- dependall-gdb --- --- break-catch-throw.o --- /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-objcopy -x break-catch-throw.o --- dependall-gcc --- cp -p insn-opinit.h.tmp insn-opinit.h --- dependall-usr.sbin --- --- dependall-pf --- --- .depend --- --- dependall-pflogd --- --- dependall-pfctl --- # create pfctl/.depend rm -f .depend --- dependall-pflogd --- dependall ===> usr.sbin/pf/pflogd --- dependall-pfctl --- CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/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-racoon --- --- session.d --- --- dependall-external --- --- dependall-gdb --- --- btrace.o --- --- dependall-usr.sbin --- # create racoon/session.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f session.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/session.c && mv -f session.d.tmp session.d --- dependall-external --- # compile libgdb/btrace.o --- dependall-usr.sbin --- --- dependall-pf --- --- dependall --- --- dependall-external --- /tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/destdir -D_KERNTYPES -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -include /tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/btrace.c -o btrace.o --- dependall-usr.sbin --- --- dependall-racoon --- --- sockmisc.d --- --- dependall-external --- --- break-catch-syscall.o --- /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-objcopy -x break-catch-syscall.o --- dependall-usr.sbin --- # create racoon/sockmisc.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f sockmisc.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c && mv -f sockmisc.d.tmp sockmisc.d --- dependall-external --- --- build-id.o --- # compile libgdb/build-id.o --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-pflogd --- --- pflogd.d --- --- dependall-external --- /tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/destdir -D_KERNTYPES -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -include /tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/build-id.c -o build-id.o --- dependall-usr.sbin --- # create pflogd/pflogd.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f pflogd.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pflogd -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pflogd/pflogd.c && mv -f pflogd.d.tmp pflogd.d --- dependall-pfctl --- --- .gdbinit --- --- dependall-npf --- --- npf_nat_test.o --- /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-objcopy -x npf_nat_test.o --- dependall-pf --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.03.08.02.39-pmax/destdir" > .gdbinit --- dependall-npf --- --- npf_rule_test.o --- --- dependall-pf --- --- pfctl.html8 --- --- dependall-npf --- # compile libnpftest/npf_rule_test.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_rule_test.c -o npf_rule_test.o --- dependall-pf --- # format pfctl/pfctl.html8 if test "" != "yes"; then /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pfctl/pfctl.8 > pfctl.html8.tmp && mv -f pfctl.html8.tmp pfctl.html8; fi --- pfctl.o --- # compile pfctl/pfctl.o --- dependall-racoon --- --- str2val.d --- --- dependall-pf --- /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pfctl/pfctl.c -o pfctl.o --- dependall-racoon --- --- strnames.d --- --- str2val.d --- # create racoon/str2val.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f str2val.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/str2val.c && mv -f str2val.d.tmp str2val.d --- strnames.d --- # create racoon/strnames.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f strnames.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/strnames.c && mv -f strnames.d.tmp strnames.d --- dependall-pf --- --- dependall-pflogd --- --- privsep.d --- # create pflogd/privsep.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f privsep.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pflogd -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pflogd/privsep.c && mv -f privsep.d.tmp privsep.d --- dependall-racoon --- --- throttle.d --- # create racoon/throttle.d --- dependall-npf --- --- npf_perf_test.o --- /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-objcopy -x npf_perf_test.o --- npf_state_test.o --- --- dependall-racoon --- CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f throttle.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/throttle.c && mv -f throttle.d.tmp throttle.d --- dependall-npf --- # compile libnpftest/npf_state_test.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_state_test.c -o npf_state_test.o --- dependall-sys --- --- rf_invertq.o --- # compile raid/rf_invertq.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -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/2024.09.03.08.02.39-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/modules/raid -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.02.39-pmax/src/sys/dev/raidframe/rf_invertq.c -o rf_invertq.o --- dependall-usr.sbin --- --- npf_nbuf_test.o --- /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-objcopy -x npf_nbuf_test.o --- npf_table_test.o --- # compile libnpftest/npf_table_test.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_table_test.c -o npf_table_test.o --- dependall-external --- --- dependall-bsd --- --- reader_test.o --- # compile tools/reader_test.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=efeed945 -O2 -Werror -fPIE --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -DHAVE_CONFIG_H -DATF_ARCH=\"mipsel\" -DATF_BUILD_CC=\"/usr/bin/cc\" -DATF_BUILD_CFLAGS=\"\" -DATF_BUILD_CPP=\"/usr/bin/cpp\" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"/usr/bin/c++\" -DATF_BUILD_CXXFLAGS=\"\" -DATF_CONFDIR=\"/etc/atf\" -DATF_INCLUDEDIR=\"/usr/include\" -DATF_LIBDIR=\"/usr/lib\" -DATF_LIBEXECDIR=\"/usr/libexec\" -DATF_MACHINE=\"pmax\" -DATF_M4=\"/usr/bin/m4\" -DATF_PKGDATADIR=\"/usr/share/atf\" -DATF_SHELL=\"/bin/sh\" -DATF_WORKDIR=\"/tmp\" -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/bsd/atf -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/bsd/atf/lib/libatf-c -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/bsd/atf/dist -I/tmp/build/2024.09.03.08.02.39-pmax/obj/external/bsd/atf/lib/tools -c /tmp/build/2024.09.03.08.02.39-pmax/src/external/bsd/atf/dist/tools/reader_test.cpp --- dependall-sys --- --- rf_layout.o --- # compile raid/rf_layout.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -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/2024.09.03.08.02.39-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/modules/raid -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.02.39-pmax/src/sys/dev/raidframe/rf_layout.c -o rf_layout.o --- dependall-usr.sbin --- --- dependall-pf --- --- privsep_fdpass.d --- # create pflogd/privsep_fdpass.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f privsep_fdpass.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pflogd -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -Wno-stack-protector /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pflogd/privsep_fdpass.c && mv -f privsep_fdpass.d.tmp privsep_fdpass.d --- dependall-racoon --- --- vendorid.d --- # create racoon/vendorid.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f vendorid.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/vendorid.c && mv -f vendorid.d.tmp vendorid.d --- dependall-usr.bin --- --- xinstall --- # link xinstall/xinstall /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o xinstall xinstall.o getid.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.02.39-pmax/destdir/lib -L=/lib -lutil --- dependall-usr.sbin --- --- dependall-pf --- --- .depend --- # create pflogd/.depend rm -f .depend --- dependall-usr.bin --- --- dependall-xlint --- --- dependall-usr.sbin --- CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend pflogd.d privsep.d privsep_fdpass.d --- dependall-usr.bin --- dependall ===> usr.bin/xlint --- dependall-usr.sbin --- --- dependall --- --- dependall-usr.bin --- --- dependall-lint1 --- dependall ===> usr.bin/xlint/lint1 --- cgram.c --- --- dependall-usr.sbin --- --- dependall-racoon --- --- vmbuf.d --- --- dependall-usr.bin --- # yacc lint1/cgram.c /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbyacc -d -o cgram.c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/xlint/lint1/cgram.y --- dependall-usr.sbin --- # create racoon/vmbuf.d CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -f vmbuf.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.02.39-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.02.39-pmax/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c && mv -f vmbuf.d.tmp vmbuf.d --- dependall-pf --- --- .gdbinit --- rm -f .gdbinit --- dependall-npf --- --- npf_rule_test.o --- /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-objcopy -x npf_rule_test.o --- dependall-pf --- echo "set solib-absolute-prefix /tmp/build/2024.09.03.08.02.39-pmax/destdir" > .gdbinit --- pflogd.html8 --- --- dependall-usr.bin --- /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbyacc: 110 shift/reduce conflicts. --- dependall-usr.sbin --- --- dependall-npf --- --- npf_test_subr.o --- --- dependall-pf --- # format pflogd/pflogd.html8 if test "" != "yes"; then /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pflogd/pflogd.8 > pflogd.html8.tmp && mv -f pflogd.html8.tmp pflogd.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.02.39-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pflogd/pflogd.8 > pflogd.html8.tmp && mv -f pflogd.html8.tmp pflogd.html8; fi --- dependall-npf --- # compile libnpftest/npf_test_subr.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_test_subr.c -o npf_test_subr.o --- dependall-pf --- --- pflogd.o --- # compile pflogd/pflogd.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pflogd -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pflogd/pflogd.c -o pflogd.o --- dependall-usr.bin --- --- scan.c --- # lex lint1/scan.c /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nblex -oscan.c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/xlint/lint1/scan.l --- err-msgs.h --- # create lint1/err-msgs.h sp='[[:space:]]*'; from="^$sp\(\"[^\"].*\"\)\,$sp// \(Q*[0-9][0-9]*\)\$"; /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbsed -n -e "s,$from,#define MSG_\2 \1,p" < /tmp/build/2024.09.03.08.02.39-pmax/src/usr.bin/xlint/lint1/err.c > err-msgs.h.tmp --- dependall-usr.sbin --- --- dependall-npf --- --- npf_state_test.o --- /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-objcopy -x npf_state_test.o --- dependall-racoon --- --- .depend --- --- dependall-external --- --- dependall-gpl3 --- --- dependall-gcc --- --- dependall-../../../mit/isl/lib/libisl --- --- isl_union_map.o --- --- dependall-usr.sbin --- # create racoon/.depend rm -f .depend --- dependall-external --- # compile libisl/isl_union_map.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -fPIE --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl/../../dist -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl/../../dist/include -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl/../../include -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -c /tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl/../../dist/isl_union_map.c -o isl_union_map.o --- dependall-usr.sbin --- CC=/tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend admin.d algorithm.d backupsa.d cfparse.d cftoken.d crypto_openssl.d dnssec.d evt.d genlist.d getcertsbyname.d grabmyaddr.d gssapi.d handler.d ipsec_doi.d isakmp.d isakmp_agg.d isakmp_base.d isakmp_cfg.d isakmp_frag.d isakmp_ident.d isakmp_inf.d isakmp_newg.d isakmp_quick.d isakmp_unity.d isakmp_xauth.d localconf.d logger.d main.d misc.d nattraversal.d oakley.d pfkey.d plog.d policy.d privsep.d proposal.d prsa_par.d prsa_tok.d remoteconf.d rsalist.d safefile.d sainfo.d schedule.d session.d sockmisc.d str2val.d strnames.d throttle.d vendorid.d vmbuf.d --- dependall --- --- dependall-npf --- --- dependall-npfctl --- --- npf_bpf_comp.o --- # compile npfctl/npf_bpf_comp.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl/npf_bpf_comp.c -o npf_bpf_comp.o --- dependall-sys --- --- rf_map.o --- --- dependall-usr.sbin --- --- dependall-pf --- /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pflogd/pflogd.c: In function 'scan_dump': /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pflogd/pflogd.c:386:31: error: storage size of 'ph' isn't known 386 | struct pcap_sf_pkthdr ph; | ^~ /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pflogd/pflogd.c:386:31: error: unused variable 'ph' [-Werror=unused-variable] --- dependall-sys --- # compile raid/rf_map.o /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -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/2024.09.03.08.02.39-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/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/2024.09.03.08.02.39-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.02.39-pmax/src/sys/modules/raid -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.02.39-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.02.39-pmax/src/sys/dev/raidframe/rf_map.c -o rf_map.o --- dependall-usr.sbin --- /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pflogd/pflogd.c: In function 'dump_packet_nobuf': /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pflogd/pflogd.c:456:31: error: storage size of 'sf_hdr' isn't known 456 | struct pcap_sf_pkthdr sf_hdr; | ^~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pflogd/pflogd.c:456:31: error: unused variable 'sf_hdr' [-Werror=unused-variable] /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pflogd/pflogd.c: In function 'dump_packet': /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pflogd/pflogd.c:557:31: error: storage size of 'sf_hdr' isn't known 557 | struct pcap_sf_pkthdr sf_hdr; | ^~~~~~ /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pflogd/pflogd.c:557:31: error: unused variable 'sf_hdr' [-Werror=unused-variable] cc1: all warnings being treated as errors *** Failed target: pflogd.o *** In directory: /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/pf/pflogd *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " pflogd/pflogd.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.02.39-pmax/destdir -I/tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pflogd -I/tmp/build/2024.09.03.08.02.39-pmax/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2024.09.03.08.02.39-pmax/src/dist/pf/sbin/pflogd/pflogd.c -o pflogd.o ${CTFCONVERT_RUN} => *** [pflogd.o] Error code 1 nbmake[8]: stopped making "realall" in /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/pf/pflogd --- dependall-npf --- nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npfctl --- dependall-pf --- nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin --- dependall-usr.bin --- nbmake[4]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src --- dependall-sys --- nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/sys/modules/raid --- dependall-external --- --- dependall-bsd --- nbmake[10]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/external/bsd/atf/tests/atf/tools --- dependall-gpl3 --- --- dependall-backend --- nbmake[8]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gcc/usr.bin --- dependall-usr.sbin --- --- dependall-npf --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf --- dependall-external --- --- dependall-../../../mit/isl/lib/libisl --- nbmake[9]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/external/mit/isl/lib/libisl --- dependall-bsd --- nbmake[9]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/external/bsd/atf/tests/atf --- dependall-sys --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/sys/modules --- dependall-external --- nbmake[8]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/external/bsd/atf/tests --- dependall-gpl3 --- nbmake[8]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gcc/usr.bin --- dependall-bsd --- nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/external/bsd/atf --- dependall-gpl3 --- nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gcc --- dependall-bsd --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/external/bsd --- dependall-gpl3 --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3 --- dependall-bsd --- nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/external --- dependall-gpl3 --- --- dependall-gdb --- nbmake[9]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib/libgdb nbmake[8]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb/lib nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3/gdb nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/external/gpl3 nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/external nbmake[4]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src --- dependall-usr.sbin --- --- dependall-racoon --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/racoon nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin --- dependall-npf --- --- dependall-npftest --- --- npf_table_test.o --- /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-objcopy -x npf_table_test.o --- npf_test_subr.o --- /tmp/build/2024.09.03.08.02.39-pmax/tools/bin/mipsel--netbsd-objcopy -x npf_test_subr.o nbmake[8]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest/libnpftest nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf/npftest nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin/npf nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/usr.sbin nbmake[4]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src --- dependall-sys --- --- dependall-sodium --- nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/sys/modules/sodium nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/sys/modules nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src/sys nbmake[4]: stopped making "dependall" in /tmp/build/2024.09.03.08.02.39-pmax/src nbmake[3]: stopped making "do-build" in /tmp/build/2024.09.03.08.02.39-pmax/src nbmake[2]: stopped making "build" in /tmp/build/2024.09.03.08.02.39-pmax/src nbmake[1]: stopped making "distribution" in /tmp/build/2024.09.03.08.02.39-pmax/src nbmake: stopped making "release" in /tmp/build/2024.09.03.08.02.39-pmax/src ERROR: Failed to make release *** BUILD ABORTED *** 1079.85 real 10492.55 user 2011.67 sys