With a clean check-out and clean DEST/OBJ/TOOL dirs I am seeing the
following repeatable compile failure. In case it makes a difference,
my build is with all 3 of MKDEBUG{,LIB,KERNEL} turned on.
...
# compile libasan/asan_interceptors.pico
/build/netbsd-local/tools/x86_64/amd64/bin/x86_64--netbsd-c++
-frandom-seed=5d74f46f -O2 -Wall -Wpointer-arith -Wno-sign-compare
-Wa,--fatal-warnings -Werror -fPIE -std=gnu++11 -fsized-deallocation
-fvisibility=hidden -fno-builtin -fno-exceptions -fno-rtti -funwind-tables
--sysroot=/build/netbsd-local/dest/amd64
-I/build/netbsd-local/src_ro/external/gpl3/gcc.old/dist/libsanitizer/include
-I/build/netbsd-local/src_ro/external/gpl3/gcc.old/dist/libsanitizer -D_DEBUG
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
-DSANITIZER_HAS_EXCEPTIONS=1 -DSANITIZER_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -c
-DPIC -fPIC -g
/build/netbsd-local/src_ro/external/gpl3/gcc.old/dist/libsanitizer/asan/asan_interceptors.cc
-o asan_interceptors.pico
In file included from
/build/netbsd-local/src_ro/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:1802,
from
/build/netbsd-local/src_ro/external/gpl3/gcc.old/dist/libsanitizer/asan/asan_interceptors.cc:171:
/build/netbsd-local/src_ro/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc:
In function 'void ioctl_table_fill()':
/build/netbsd-local/src_ro/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc:36:7:
error: 'IOCTL_USB_DEVICEINFO_30' was not declared in this scope
36 | if (IOCTL_##rq != IOCTL_NOT_PRESENT) {
\
| ^~~~~~
/build/netbsd-local/src_ro/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc:454:3:
note: in expansion of macro '_'
454 | _(USB_DEVICEINFO_30, READWRITE, struct_usb_device_info30_sz);
| ^
/build/netbsd-local/src_ro/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc:454:35:
error: 'struct_usb_device_info30_sz' was not declared in this scope
454 | _(USB_DEVICEINFO_30, READWRITE, struct_usb_device_info30_sz);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/netbsd-local/src_ro/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc:40:42:
note: in definition of macro '_'
40 | ioctl_table[ioctl_table_size].size = sz;
\
| ^~
/build/netbsd-local/src_ro/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc:36:7:
error: 'IOCTL_USB_GET_DEVICEINFO_30' was not declared in this scope
36 | if (IOCTL_##rq != IOCTL_NOT_PRESENT) {
\
| ^~~~~~
/build/netbsd-local/src_ro/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc:474:3:
note: in expansion of macro '_'
474 | _(USB_GET_DEVICEINFO_30, WRITE, struct_usb_device_info30_sz);
| ^
/build/netbsd-local/src_ro/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc:474:35:
error: 'struct_usb_device_info30_sz' was not declared in this scope
474 | _(USB_GET_DEVICEINFO_30, WRITE, struct_usb_device_info30_sz);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/netbsd-local/src_ro/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc:40:42:
note: in definition of macro '_'
40 | ioctl_table[ioctl_table_size].size = sz;
\
| ^~
/build/netbsd-local/src_ro/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc:36:7:
error: 'IOCTL_BIOCGSTATS_30' was not declared in this scope
36 | if (IOCTL_##rq != IOCTL_NOT_PRESENT) {
\
| ^~~~~~
/build/netbsd-local/src_ro/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc:677:3:
note: in expansion of macro '_'
677 | _(BIOCGSTATS_30, WRITE, struct_bpf_stat30_sz);
| ^
/build/netbsd-local/src_ro/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc:677:27:
error: 'struct_bpf_stat30_sz' was not declared in this scope
677 | _(BIOCGSTATS_30, WRITE, struct_bpf_stat30_sz);
| ^~~~~~~~~~~~~~~~~~~~
/build/netbsd-local/src_ro/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc:40:42:
note: in definition of macro '_'
40 | ioctl_table[ioctl_table_size].size = sz;
\
| ^~
*** Failed target: asan_interceptors.pico
*** Failed commands:
${_MKTARGET_COMPILE}
=> @echo '# ' "compile " libasan/asan_interceptors.pico
${COMPILE.cc} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}}
${CPPFLAGS.${.IMPSRC:T}} ${CSHLIBFLAGS} ${.IMPSRC} -o ${.TARGET}
=> /build/netbsd-local/tools/x86_64/amd64/bin/x86_64--netbsd-c++
-frandom-seed=5d74f46f -O2 -Wall -Wpointer-arith -Wno-sign-compare
-Wa,--fatal-warnings -Werror -fPIE -std=gnu++11 -fsized-deallocation
-fvisibility=hidden -fno-builtin -fno-exceptions -fno-rtti -funwind-tables
--sysroot=/build/netbsd-local/dest/amd64
-I/build/netbsd-local/src_ro/external/gpl3/gcc.old/dist/libsanitizer/include
-I/build/netbsd-local/src_ro/external/gpl3/gcc.old/dist/libsanitizer -D_DEBUG
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
-DSANITIZER_HAS_EXCEPTIONS=1 -DSANITIZER_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -c
-DPIC -fPIC -g
/build/netbsd-local/src_ro/external/gpl3/gcc.old/dist/libsanitizer/asan/asan_interceptors.cc
-o asan_interceptors.pico
*** [asan_interceptors.pico] Error code 1
nbmake[7]: stopped in
/build/netbsd-local/src_ro/external/gpl3/gcc.old/lib/libasan
1 error
nbmake[7]: stopped in
/build/netbsd-local/src_ro/external/gpl3/gcc.old/lib/libasan
nbmake[6]: stopped in
/build/netbsd-local/src_ro/external/gpl3/gcc.old/lib/libasan
*** Failed target: dependall-../external/gpl3/gcc.old/lib/libasan
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift;
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/";
real="/build/netbsd-local/src_ro/lib" ;; *) this="lib/${dir}/";
real="/build/netbsd-local/src_ro/lib/${dir}" ;; esac; show=${this:-.}; echo
"${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/build/netbsd-local/tools/x86_64/amd64/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget ../external/gpl3/gcc.old/lib/libasan dependall
*** Error code 2
Stop.
nbmake[5]: stopped in /build/netbsd-local/src_ro/lib
*** Failed target: build_install
*** Failed commands:
${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1}:C/^/dependall-/}
=> @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case
"${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/";
real="/build/netbsd-local/src_ro/lib" ;; *) this="lib/${dir}/";
real="/build/netbsd-local/src_ro/lib/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/build/netbsd-local/tools/x86_64/amd64/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget . dependall-csu
${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1}:C/^/install-/}
=> @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case
"${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/";
real="/build/netbsd-local/src_ro/lib" ;; *) this="lib/${dir}/";
real="/build/netbsd-local/src_ro/lib/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/build/netbsd-local/tools/x86_64/amd64/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget . install-csu
${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11}:C/^/dependall-/}
=> @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case
"${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/";
real="/build/netbsd-local/src_ro/lib" ;; *) this="lib/${dir}/";
real="/build/netbsd-local/src_ro/lib/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/build/netbsd-local/tools/x86_64/amd64/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget .
dependall-../external/gpl3/gcc.old/lib/libgcc
${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11}:C/^/install-/}
=> @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case
"${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/";
real="/build/netbsd-local/src_ro/lib" ;; *) this="lib/${dir}/";
real="/build/netbsd-local/src_ro/lib/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/build/netbsd-local/tools/x86_64/amd64/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget . install-../external/gpl3/gcc.old/lib/libgcc
${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111}:C/^/dependall-/}
=> @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case
"${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/";
real="/build/netbsd-local/src_ro/lib" ;; *) this="lib/${dir}/";
real="/build/netbsd-local/src_ro/lib/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/build/netbsd-local/tools/x86_64/amd64/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget . dependall-libc
${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111}:C/^/install-/}
=> @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case
"${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/";
real="/build/netbsd-local/src_ro/lib" ;; *) this="lib/${dir}/";
real="/build/netbsd-local/src_ro/lib/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/build/netbsd-local/tools/x86_64/amd64/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget . install-libc
${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111}:C/^/dependall-/}
=> @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case
"${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/";
real="/build/netbsd-local/src_ro/lib" ;; *) this="lib/${dir}/";
real="/build/netbsd-local/src_ro/lib/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/build/netbsd-local/tools/x86_64/amd64/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget . dependall-i18n_module dependall-libarch
dependall-libbluetooth dependall-libbsdmalloc dependall-libbz2
dependall-libcompat dependall-libcrypt dependall-libintl dependall-libipsec
dependall-libkvm dependall-libm dependall-libossaudio dependall-libpci
dependall-libposix dependall-libprop dependall-libpthread dependall-libpuffs
dependall-libresolv dependall-librmt dependall-librpcsvc dependall-librt
dependall-libtelnet dependall-libterminfo dependall-libusbhid
dependall-libutil dependall-liby dependall-libz dependall-libkern
dependall-librumpclient dependall-libskey dependall-libnvmm
dependall-../external/apache2/argon2/lib/libargon2
dependall-../external/apache2/mDNSResponder/lib
dependall-../external/bsd/am-utils/lib dependall-../external/bsd/flex/lib
dependall-../external/bsd/tre/lib dependall-../external/bsd/elftoolchain/lib
dependall-../external/bsd/liblzf/lib dependall-../external/bsd/libpcap/lib
dependall-../external/bsd/sljit/lib dependall-libbpfjit
dependall-../external/bsd/libnv/lib
dependall-../external/cddl/osnet/lib/libavl
dependall-../external/cddl/osnet/lib/libnvpair
dependall-../external/cddl/osnet/lib/libumem
dependall-../external/cddl/osnet/lib/libuutil
dependall-../external/mit/expat/lib dependall-../external/gpl2/libmalloc
dependall-../external/bsd/jemalloc/lib
dependall-../external/gpl3/gcc.old/lib/libobjc
dependall-../external/gpl3/gcc.old/lib/libgomp
dependall-../external/lgpl3/gmp/lib/libgmp
dependall-../external/lgpl3/mpfr/lib/libmpfr
dependall-../external/lgpl3/mpc/lib/libmpc
${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111}:C/^/install-/}
=> @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case
"${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/";
real="/build/netbsd-local/src_ro/lib" ;; *) this="lib/${dir}/";
real="/build/netbsd-local/src_ro/lib/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/build/netbsd-local/tools/x86_64/amd64/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget . install-i18n_module install-libarch
install-libbluetooth install-libbsdmalloc install-libbz2 install-libcompat
install-libcrypt install-libintl install-libipsec install-libkvm install-libm
install-libossaudio install-libpci install-libposix install-libprop
install-libpthread install-libpuffs install-libresolv install-librmt
install-librpcsvc install-librt install-libtelnet install-libterminfo
install-libusbhid install-libutil install-liby install-libz install-libkern
install-librumpclient install-libskey install-libnvmm
install-../external/apache2/argon2/lib/libargon2
install-../external/apache2/mDNSResponder/lib
install-../external/bsd/am-utils/lib install-../external/bsd/flex/lib
install-../external/bsd/tre/lib install-../external/bsd/elftoolchain/lib
install-../external/bsd/liblzf/lib install-../external/bsd/libpcap/lib
install-../external/bsd/sljit/lib install-libbpfjit
install-../external/bsd/libnv/lib install-../external/cddl/osnet/lib/libavl
install-../external/cddl/osnet/lib/libnvpair
install-../external/cddl/osnet/lib/libumem
install-../external/cddl/osnet/lib/libuutil install-../external/mit/expat/lib
install-../external/gpl2/libmalloc install-../external/bsd/jemalloc/lib
install-../external/gpl3/gcc.old/lib/libobjc
install-../external/gpl3/gcc.old/lib/libgomp
install-../external/lgpl3/gmp/lib/libgmp
install-../external/lgpl3/mpfr/lib/libmpfr
install-../external/lgpl3/mpc/lib/libmpc
${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111}:C/^/dependall-/}
=> @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case
"${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/";
real="/build/netbsd-local/src_ro/lib" ;; *) this="lib/${dir}/";
real="/build/netbsd-local/src_ro/lib/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/build/netbsd-local/tools/x86_64/amd64/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget . dependall-../external/bsd/librtld_db/lib
dependall-../external/cddl/osnet/lib/libctf
dependall-../external/public-domain/xz/lib
dependall-../crypto/external/bsd/netpgp/libmj
dependall-../crypto/external/bsd/netpgp/lib/verify
dependall-../external/bsd/blocklist/lib dependall-../external/mit/lua/lib
dependall-../external/public-domain/sqlite/lib dependall-libcurses
dependall-libdm dependall-libedit dependall-libexecinfo dependall-libppath
dependall-libperfuse dependall-libquota dependall-librefuse dependall-libisns
dependall-librumphijack dependall-librumpres dependall-librumpuser
dependall-libnpf dependall-../crypto/external/bsd/openssl/lib/libapps
dependall-../crypto/external/bsd/openssl/lib/libcommon
dependall-../crypto/external/bsd/openssl/lib/libcrypto
dependall-../crypto/external/bsd/openssl/lib/libcryptotest
dependall-../crypto/external/bsd/openssl/lib/libdes
${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111}:C/^/install-/}
=> @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case
"${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/";
real="/build/netbsd-local/src_ro/lib" ;; *) this="lib/${dir}/";
real="/build/netbsd-local/src_ro/lib/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/build/netbsd-local/tools/x86_64/amd64/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget . install-../external/bsd/librtld_db/lib
install-../external/cddl/osnet/lib/libctf
install-../external/public-domain/xz/lib
install-../crypto/external/bsd/netpgp/libmj
install-../crypto/external/bsd/netpgp/lib/verify
install-../external/bsd/blocklist/lib install-../external/mit/lua/lib
install-../external/public-domain/sqlite/lib install-libcurses install-libdm
install-libedit install-libexecinfo install-libppath install-libperfuse
install-libquota install-librefuse install-libisns install-librumphijack
install-librumpres install-librumpuser install-libnpf
install-../crypto/external/bsd/openssl/lib/libapps
install-../crypto/external/bsd/openssl/lib/libcommon
install-../crypto/external/bsd/openssl/lib/libcrypto
install-../crypto/external/bsd/openssl/lib/libcryptotest
install-../crypto/external/bsd/openssl/lib/libdes
${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111}:C/^/dependall-/}
=> @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case
"${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/";
real="/build/netbsd-local/src_ro/lib" ;; *) this="lib/${dir}/";
real="/build/netbsd-local/src_ro/lib/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/build/netbsd-local/tools/x86_64/amd64/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget .
dependall-../crypto/external/bsd/openssl/lib/libssl
dependall-../crypto/external/bsd/openssl/lib/liblegacy
dependall-../crypto/external/bsd/openssl/lib/engines
dependall-../external/bsd/iscsi/lib
dependall-../external/cddl/osnet/lib/libzfs_core
dependall-../external/cddl/osnet/lib/libzpool
dependall-../external/gpl2/lvm2/lib dependall-../external/gpl3/binutils/lib
dependall-../external/gpl3/gcc.old/lib/libstdc++-v3
dependall-../external/gpl3/gcc.old/lib/libsupc++
dependall-../external/apache2/llvm/include
dependall-../external/mit/libcbor/lib dependall-../external/mit/libuv/lib
${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111}:C/^/install-/}
=> @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case
"${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/";
real="/build/netbsd-local/src_ro/lib" ;; *) this="lib/${dir}/";
real="/build/netbsd-local/src_ro/lib/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/build/netbsd-local/tools/x86_64/amd64/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget .
install-../crypto/external/bsd/openssl/lib/libssl
install-../crypto/external/bsd/openssl/lib/liblegacy
install-../crypto/external/bsd/openssl/lib/engines
install-../external/bsd/iscsi/lib
install-../external/cddl/osnet/lib/libzfs_core
install-../external/cddl/osnet/lib/libzpool install-../external/gpl2/lvm2/lib
install-../external/gpl3/binutils/lib
install-../external/gpl3/gcc.old/lib/libstdc++-v3
install-../external/gpl3/gcc.old/lib/libsupc++
install-../external/apache2/llvm/include install-../external/mit/libcbor/lib
install-../external/mit/libuv/lib
${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111}:C/^/dependall-/}
=> @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case
"${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/";
real="/build/netbsd-local/src_ro/lib" ;; *) this="lib/${dir}/";
real="/build/netbsd-local/src_ro/lib/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/build/netbsd-local/tools/x86_64/amd64/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget . dependall-libwrap
dependall-../external/gpl3/gcc.old/lib/libasan
dependall-../external/gpl3/gcc.old/lib/liblsan
dependall-../external/gpl3/gcc.old/lib/libubsan
dependall-../external/apache2/llvm/librt
dependall-../external/bsd/libarchive/lib dependall-../external/bsd/file/lib
dependall-npf dependall-../external/bsd/atf/lib dependall-libform
dependall-libmenu dependall-libpanel dependall-libradius dependall-librump
dependall-../crypto/external/bsd/heimdal/lib
dependall-../external/bsd/libfido2/lib
dependall-../crypto/external/bsd/netpgp/lib
dependall-../external/bsd/libevent/lib dependall-../external/bsd/libproc/lib
dependall-../external/bsd/fetch/lib dependall-../external/bsd/openldap/lib
dependall-../external/cddl/osnet/lib/libzfs
dependall-../libexec/httpd/libbozohttpd
${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111}:C/^/install-/}
=> @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case
"${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/";
real="/build/netbsd-local/src_ro/lib" ;; *) this="lib/${dir}/";
real="/build/netbsd-local/src_ro/lib/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/build/netbsd-local/tools/x86_64/amd64/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget . install-libwrap
install-../external/gpl3/gcc.old/lib/libasan
install-../external/gpl3/gcc.old/lib/liblsan
install-../external/gpl3/gcc.old/lib/libubsan
install-../external/apache2/llvm/librt install-../external/bsd/libarchive/lib
install-../external/bsd/file/lib install-npf install-../external/bsd/atf/lib
install-libform install-libmenu install-libpanel install-libradius
install-librump install-../crypto/external/bsd/heimdal/lib
install-../external/bsd/libfido2/lib
install-../crypto/external/bsd/netpgp/lib
install-../external/bsd/libevent/lib install-../external/bsd/libproc/lib
install-../external/bsd/fetch/lib install-../external/bsd/openldap/lib
install-../external/cddl/osnet/lib/libzfs
install-../libexec/httpd/libbozohttpd
${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111}:C/^/dependall-/}
=> @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case
"${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/";
real="/build/netbsd-local/src_ro/lib" ;; *) this="lib/${dir}/";
real="/build/netbsd-local/src_ro/lib/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/build/netbsd-local/tools/x86_64/amd64/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget . dependall-../crypto/external/bsd/openssh/lib
dependall-../crypto/external/bsd/netpgp/bindings/lua
dependall-../external/mpl/bind/lib dependall-../external/bsd/unbound/lib
dependall-../external/cddl/osnet/lib/libdtrace dependall-librumpdev
dependall-librumpnet dependall-librumpvfs
dependall-../crypto/external/bsd/libsaslc
dependall-../external/bsd/mdocml/lib
${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111}:C/^/install-/}
=> @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case
"${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/";
real="/build/netbsd-local/src_ro/lib" ;; *) this="lib/${dir}/";
real="/build/netbsd-local/src_ro/lib/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/build/netbsd-local/tools/x86_64/amd64/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget . install-../crypto/external/bsd/openssh/lib
install-../crypto/external/bsd/netpgp/bindings/lua
install-../external/mpl/bind/lib install-../external/bsd/unbound/lib
install-../external/cddl/osnet/lib/libdtrace install-librumpdev
install-librumpnet install-librumpvfs install-../crypto/external/bsd/libsaslc
install-../external/bsd/mdocml/lib
${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111}:C/^/dependall-/}
=> @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case
"${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/";
real="/build/netbsd-local/src_ro/lib" ;; *) this="lib/${dir}/";
real="/build/netbsd-local/src_ro/lib/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/build/netbsd-local/tools/x86_64/amd64/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget . dependall-libpam dependall-libukfs
${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111}:C/^/install-/}
=> @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case
"${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/";
real="/build/netbsd-local/src_ro/lib" ;; *) this="lib/${dir}/";
real="/build/netbsd-local/src_ro/lib/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/build/netbsd-local/tools/x86_64/amd64/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget . install-libpam install-libukfs
${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111111}:C/^/dependall-/}
=> @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case
"${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/";
real="/build/netbsd-local/src_ro/lib" ;; *) this="lib/${dir}/";
real="/build/netbsd-local/src_ro/lib/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/build/netbsd-local/tools/x86_64/amd64/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget . dependall-../external/bsd/pam-u2f/lib
dependall-libp2k dependall-../sys/rump/dev/lib dependall-../sys/rump/fs/lib
dependall-../sys/rump/kern/lib dependall-../sys/rump/net/lib dependall-lua
${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111111}:C/^/install-/}
=> @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case
"${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/";
real="/build/netbsd-local/src_ro/lib" ;; *) this="lib/${dir}/";
real="/build/netbsd-local/src_ro/lib/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/build/netbsd-local/tools/x86_64/amd64/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget . install-../external/bsd/pam-u2f/lib
install-libp2k install-../sys/rump/dev/lib install-../sys/rump/fs/lib
install-../sys/rump/kern/lib install-../sys/rump/net/lib install-lua
*** [build_install] Error code 1
nbmake[4]: stopped in /build/netbsd-local/src_ro/lib
1 error
nbmake[4]: stopped in /build/netbsd-local/src_ro/lib
nbmake[3]: stopped in /build/netbsd-local/src_ro
nbmake[2]: stopped in /build/netbsd-local/src_ro
nbmake[1]: stopped in /build/netbsd-local/src_ro
nbmake: stopped in /build/netbsd-local/src_ro
+--------------------+--------------------------+----------------------+
| Paul Goyette | PGP Key fingerprint: | E-mail addresses: |
| (Retired) | FA29 0E3B 35AF E8AE 6651 | paul%whooppee.com@localhost |
| Software Developer | 0786 F758 55DE 53BA 7731 | pgoyette%netbsd.org@localhost |
| & Network Engineer | | pgoyette99%gmail.com@localhost |
+--------------------+--------------------------+----------------------+