Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD 20260827171453Z.11.0_STABLE-for-amd64 build failure
I'm a little bashful on this one. I downloaded
20260819115158Z.11.0_STABLE and 20260827171453Z.11.0_STABLE from nyftp
and tried to compile (e.g. the latter) with the following command:
nohup sh -c 'date; export DESTDIR=/usr/local/src/dest-HOUSE-20260827171453Z.11.0_STABLE-for-amd64; export LOCALTIME=US/Eastern; ./build.sh -m amd64 -V KERNEL_DIR=yes -T /usr/local/src/HOUSE-20260827171453Z.11.0_STABLE-amd64tools -R /usr/local/src/tar_files-HOUSE-20260827171453Z.11.0_STABLE -X /usr/local/src/usr/usr.20260827171453Z.11.0_STABLE/xsrc -x release ; date' &
or,
nohup sh -c 'date; export
DESTDIR=/usr/local/src/dest-HOUSE-20260827171453Z.11.0_STABLE-for-amd64;
export LOCALTIME=US/Eastern; ./build.sh -m amd64 -V KERNEL_DIR=yes -T \
/usr/local/src/HOUSE-20260827171453Z.11.0_STABLE-amd64tools -R \
/usr/local/src/tar_files-HOUSE-20260827171453Z.11.0_STABLE -X \
/usr/local/src/usr/usr.20260827171453Z.11.0_STABLE/xsrc -x release ;
date' &
all went well, until, in both cases,
===================================================================
/usr/local/src/HOUSE-20260827171453Z.11.0_STABLE-amd64tools/bin/x86_64--netbsd-install -c -m 0555 /usr/local/src/usr/usr.20260827171453Z.11.0_STABLE/src/distrib/amd64/cdroms/bootcd/../install.sh cdrom/install.sh
mkdir -p -m 0755 cdrom/mnt2 cdrom/targetroot
/usr/local/src/HOUSE-20260827171453Z.11.0_STABLE-amd64tools/bin/x86_64--netbsd-install -c /usr/local/src/usr/usr.20260827171453Z.11.0_STABLE/src/usr.sbin/sysinst/arch/amd64/obj/sysinstmsgs.?? cdrom/usr/share/sysinst/catalog/
mkdir -p -m 0755 cdrom/var
Preparing spec files for makefs...
rm -f fs.spec
if [ -d cdrom/etc/mtree ]; then cat cdrom/etc/mtree/* | /usr/local/src/HOUSE-20260827171453Z.11.0_STABLE-amd64tools/bin/nbsed -e 's/ size=[0-9]*//' -e '/^\.\/dev\/.*type=char/d' -e '/^\.\/etc\/gettytab/d' > fs.spec; fi
if [ -r cdrom/dev/MAKEDEV ] && false == true; then /bin/sh cdrom/dev/MAKEDEV -s init | /usr/local/src/HOUSE-20260827171453Z.11.0_STABLE-amd64tools/bin/nbsed -e '/^\. type=dir/d' -e 's,^\.,./dev,' >> fs.spec; fi
cat /usr/local/src/usr/usr.20260827171453Z.11.0_STABLE/src/distrib/amd64/cdroms/bootcd/../spec-dir.in >> fs.spec
if [ ! -s fs.spec ]; then /bin/sh /usr/local/src/usr/usr.20260827171453Z.11.0_STABLE/src/etc/makespec -d cdrom . > fs.spec; else for i in amd64 source boot.cfg; do if [ -n "$i" ] && [ -e cdrom/$i ]; then /bin/sh /usr/local/src/usr/usr.20260827171453Z.11.0_STABLE/src/etc/makespec -d cdrom $i >> fs.spec; fi; done; fi
/usr/local/src/HOUSE-20260827171453Z.11.0_STABLE-amd64tools/bin/nbmakefs -N /usr/local/src/usr/usr.20260827171453Z.11.0_STABLE/src/etc -t cd9660 -F fs.spec -xx -o rockridge,label=NETBSD_110_STABLE,publisher=The_NetBSD_Project,bootimage=i386\;bootxx.amd64,no-emul-boot,allow-multidot,bootimage=i386\;efiboot.img,platformid=efi,no-emul-boot boot.iso cdrom
nbmakefs: missing specfile entry for cdrom/etc/mtree/set.gpufw
nbmakefs: Add 1 missing entries in `fs.spec'
*** Failed target: image
*** Failed command: /usr/local/src/HOUSE-20260827171453Z.11.0_STABLE-amd64tools/bin/nbmakefs -N /usr/local/src/usr/usr.20260827171453Z.11.0_STABLE/src/etc -t cd9660 -F fs.spec -xx -o rockridge,label=NETBSD_110_STABLE,publisher=The_NetBSD_Project,bootimage=i386\;bootxx.amd64,no-emul-boot,allow-multidot,bootimage=i386\;efiboot.img,platformid=efi,no-emul-boot boot.iso cdrom
*** Error code 1
Stop.
nbmake[5]: stopped making "release" in /usr/local/src/usr/usr.20260827171453Z.11.0_STABLE/src/distrib/amd64/cdroms/bootcd
*** Failed target: release-bootcd
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="etc/amd64/cdroms/"; real="/usr/local/src/usr/usr.20260827171453Z.11.0_STABLE/src/distrib/amd64/cdroms" ;; *) this="etc/amd64/cdroms/${dir}/"; real="/usr/local/src/usr/usr.20260827171453Z.11.0_STABLE/src/distrib/amd64/cdroms/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /usr/local/src/HOUSE-20260827171453Z.11.0_STABLE-amd64tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget bootcd release
*** Error code 1
Stop.
nbmake[4]: stopped making "release" in /usr/local/src/usr/usr.20260827171453Z.11.0_STABLE/src/distrib/amd64/cdroms
*** Failed target: release-cdroms
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="etc/amd64/"; real="/usr/local/src/usr/usr.20260827171453Z.11.0_STABLE/src/distrib/amd64" ;; *) this="etc/amd64/${dir}/"; real="/usr/local/src/usr/usr.20260827171453Z.11.0_STABLE/src/distrib/amd64/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /usr/local/src/HOUSE-20260827171453Z.11.0_STABLE-amd64tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget cdroms release
*** Error code 1
Stop.
nbmake[3]: stopped making "release" in /usr/local/src/usr/usr.20260827171453Z.11.0_STABLE/src/distrib/amd64
*** Failed target: release-amd64
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="etc/"; real="/usr/local/src/usr/usr.20260827171453Z.11.0_STABLE/src/distrib" ;; *) this="etc/${dir}/"; real="/usr/local/src/usr/usr.20260827171453Z.11.0_STABLE/src/distrib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /usr/local/src/HOUSE-20260827171453Z.11.0_STABLE-amd64tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget amd64 release
*** Error code 1
Stop.
nbmake[2]: stopped making "release" in /usr/local/src/usr/usr.20260827171453Z.11.0_STABLE/src/distrib
*** Failed target: snap_post
*** Failed command: cd /usr/local/src/usr/usr.20260827171453Z.11.0_STABLE/src/distrib && /usr/local/src/HOUSE-20260827171453Z.11.0_STABLE-amd64tools/bin/nbmake depend && /usr/local/src/HOUSE-20260827171453Z.11.0_STABLE-amd64tools/bin/nbmake && /usr/local/src/HOUSE-20260827171453Z.11.0_STABLE-amd64tools/bin/nbmake release
*** Error code 1
Stop.
nbmake[1]: stopped making "release" in /usr/local/src/usr/usr.20260827171453Z.11.0_STABLE/src/etc
*** Failed target: release
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/usr/local/src/usr/usr.20260827171453Z.11.0_STABLE/src" ;; *) this="${dir}/"; real="/usr/local/src/usr/usr.20260827171453Z.11.0_STABLE/src/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /usr/local/src/HOUSE-20260827171453Z.11.0_STABLE-amd64tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget etc release DISTRIBUTION_DONE=1
*** Error code 1
Stop.
nbmake: stopped making "release" in /usr/local/src/usr/usr.20260827171453Z.11.0_STABLE/src
ERROR: Failed to make release
*** BUILD ABORTED ***
Mon Aug 31 14:41:22 EDT 2026
==================================================================
I'm completely stumped.
I assume that this build was successful for others, so I'm not sure
it's not my environment.
Thanks in advance,
Yours,
-Mike
--
Kind Regards, I am
/s/ Michael L. Riechers
Michael L. Riechers,
Owner, M L Riechers Systems Engineering
513/844-2220 (voice) 530 Main Street
513/205-5589 (cell) Hamilton, Ohio 45013
mlr%rse.com@localhost (internet)
www.rse.com (WEB)
Systems Programming: The three most adverse malignancies in life are:
1)signed numbers, 2)floating point numbers, and 3)little endians.
Adams wrote to his fellow founding father Thomas Jefferson in 1816:
"Britain will never be our Friend, till We are her Master"
So I propose:
"MicroSoft will never be our Friend, till We are her Master"
Home |
Main Index |
Thread Index |
Old Index