Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
-HEAD amd64 build of iso-image-source fails
With up-to-date sources as of 2026-01-09 at 01:59:20 UTC
===> build.sh command: ./build.sh -T /build/netbsd-local/tools/x86_64/amd64
-D /build/netbsd-local/dest/amd64 -O /build/netbsd-local/obj/amd64 -R
/build/netbsd-local/release -V RELEASEMACHINEDIR=amd64 -V MKDEBUG=yes -V
MKDEBUGKERNEL=yes -V MKDEBUGLIB=yes -V KERNEL_DIR=yes -U -x -N0 -m amd64 -j25
iso-image-source
===> build.sh started: Fri Jan 9 03:14:11 UTC 2026
===> NetBSD version: 11.99.4
===> MACHINE: amd64
===> MACHINE_ARCH: x86_64
===> Build platform: NetBSD 11.99.4 amd64
===> HOST_SH: /bin/sh
===> share/mk MAKECONF: /etc/mk.conf
===> MAKECONF file: /etc/mk.conf
===> TOOLDIR path: /build/netbsd-local/tools/x86_64/amd64
===> DESTDIR path: /build/netbsd-local/dest/amd64
===> RELEASEDIR path: /build/netbsd-local/release
===> Updated makewrapper:
/build/netbsd-local/tools/x86_64/amd64/bin/nbmake-amd64
iso_image ===> distrib (with: CDSOURCE=true)
iso_image ===> distrib/notes
iso_image ===> distrib/utils
iso_image ===> distrib/amd64
iso_image ===> distrib/amd64/cdroms
iso_image ===> distrib/amd64/cdroms/bootcd
iso_image ===> distrib/amd64/cdroms/bootcd-com
iso_image ===> distrib/amd64/cdroms/installdvd
iso_image ===> distrib/amd64/cdroms/installcd
Copying /build/netbsd-local/release/amd64 to
/build/netbsd-local/obj/amd64/distrib/amd64/cdroms/installdvd/cdrom/amd64 ...
Copying /build/netbsd-local/release/amd64 to
/build/netbsd-local/obj/amd64/distrib/amd64/cdroms/installcd/cdrom/amd64 ...
./binary/sets/debug.tar.xz >> <empty string>
./binary/sets/xdebug.tar.xz >> <empty string>
./binary/sets/base32.tar.xz >> <empty string>
./binary/sets/debug32.tar.xz >> <empty string>
./installation/cdrom >> <empty string>
./installation/cdrom/boot.iso >> <empty string>
./installation/cdrom/MD5 >> <empty string>
./installation/cdrom/SHA512 >> <empty string>
./installation/cdrom/boot-com.iso >> <empty string>
Copying /build/netbsd-local/release/source to
/build/netbsd-local/obj/amd64/distrib/amd64/cdroms/installcd/cdrom/source ...
Copying boot.cfg to
/build/netbsd-local/obj/amd64/distrib/amd64/cdroms/installcd/cdrom ...
./installation/cdrom >> <empty string>
./installation/cdrom/boot.iso >> <empty string>
./installation/cdrom/MD5 >> <empty string>
./installation/cdrom/SHA512 >> <empty string>
./installation/cdrom/boot-com.iso >> <empty string>
Copying /build/netbsd-local/release/source to
/build/netbsd-local/obj/amd64/distrib/amd64/cdroms/installdvd/cdrom/source ...
Creating flist.base
Creating set.base
Copying boot.cfg to
/build/netbsd-local/obj/amd64/distrib/amd64/cdroms/installdvd/cdrom ...
Copying set base
Creating flist.base
Creating set.base
Copying set base
Creating flist.etc
Creating set.etc
Copying set etc
Creating flist.etc
Creating flist.gpufw
Creating set.etc
Copying set etc
Creating set.gpufw
Copying set gpufw
Creating flist.gpufw
Creating flist.modules
Creating set.gpufw
Copying set gpufw
Creating set.modules
Copying set modules
Creating flist.modules
Creating `efiboot.img'
efiboot.img: 2003 sectors in 2003 FAT12 clusters (512 bytes/cluster)
MBR type: 1
bps=512 spc=1 res=1 nft=2 rde=512 sec=2048 mid=0xf0 spf=6 spt=63 hds=255 hid=0
Populating `efiboot.img'
Image `efiboot.img' complete
Preparing spec files for makefs...
nbmakefs: won't fit due to set maximum disk size
--- image ---
*** Failed target: image
*** In directory: /build/netbsd-local/src_ro/distrib/amd64/cdroms/installcd
*** Failed commands:
@echo Preparing spec files for makefs...
${RM} -f ${WORKSPEC}
=> rm -f fs.spec
if [ -d cdrom/etc/mtree ]; then cat
cdrom/etc/mtree/* | ${TOOL_SED} -e 's/
size=[0-9]*//' ${DELDEV} -e
'/^\.\/etc\/gettytab/d' > ${WORKSPEC}; fi
=> if [ -d cdrom/etc/mtree ]; then cat
cdrom/etc/mtree/* |
/build/netbsd-local/tools/x86_64/amd64/bin/nbsed -e 's/ size=[0-9]*//'
-e '/^\.\/dev\/.*type=char/d' -e
'/^\.\/etc\/gettytab/d' > fs.spec; fi
if [ -r cdrom/dev/MAKEDEV ] &&
${CDDEV_POPULATE} == true; then ${HOST_SH} cdrom/dev/MAKEDEV -s init |
${TOOL_SED} -e '/^\. type=dir/d' -e 's,^\.,./dev,' >>
${WORKSPEC}; fi
=> if [ -r cdrom/dev/MAKEDEV ] && false
== true; then /bin/sh cdrom/dev/MAKEDEV -s init |
/build/netbsd-local/tools/x86_64/amd64/bin/nbsed -e '/^\. type=dir/d'
-e 's,^\.,./dev,' >> fs.spec; fi
cat ${SPEC_EXTRA} >> ${WORKSPEC}
=> cat
/build/netbsd-local/src_ro/distrib/amd64/cdroms/installcd/../spec-dir.in >>
fs.spec
if [ ! -s ${WORKSPEC} ]; then ${MAKESPEC} -d cdrom . > ${WORKSPEC};
else for i in ${RELEASEMACHINEDIR} source ${CDEXTRA} ${CDBUILDEXTRA}; do if [
-n "$$i" ] && [ -e cdrom/$$i ]; then ${MAKESPEC} -d cdrom $$i >> ${WORKSPEC};
fi; done; fi
=> if [ ! -s fs.spec ]; then /bin/sh
/build/netbsd-local/src_ro/etc/makespec -d cdrom . > fs.spec; else for i in
amd64 source boot.cfg; do if [ -n "$i" ] && [ -e cdrom/$i ]; then /bin/sh
/build/netbsd-local/src_ro/etc/makespec -d cdrom $i >> fs.spec; fi; done; fi
${TOOL_MAKEFS} -N ${NETBSDSRCDIR}/etc -t cd9660 -F ${WORKSPEC} -xx
${MAKEFS_TIMESTAMP} ${CDMAKEFSEXTRAOPTS} -o ${_CDMAKEFSOPTIONS:Q} ${CDIMAGE}
cdrom
=> /build/netbsd-local/tools/x86_64/amd64/bin/nbmakefs -N
/build/netbsd-local/src_ro/etc -t cd9660 -F fs.spec -xx -m 700m -o
rockridge,label=NETBSD_11994,publisher=The_NetBSD_Project,bootimage=i386\;bootxx.amd64,no-emul-boot,allow-multidot,bootimage=i386\;efiboot.img,platformid=efi,no-emul-boot
NetBSD-11.99.4-amd64.iso cdrom
*** [image] Error code 1
nbmake[4]: stopped making "iso_image" in
/build/netbsd-local/src_ro/distrib/amd64/cdroms/installcd
nbmake[4]: 1 error
nbmake[4]: stopped making "iso_image" in
/build/netbsd-local/src_ro/distrib/amd64/cdroms/installcd
--- iso_image-installcd ---
nbmake[3]: stopped making "iso_image" in
/build/netbsd-local/src_ro/distrib/amd64/cdroms
Creating set.modules
Copying set modules
Creating flist.man
Creating set.man
Copying set man
--- iso_image-installdvd ---
nbmake[3]: stopped making "iso_image" in
/build/netbsd-local/src_ro/distrib/amd64/cdroms
--- iso_image ---
nbmake[2]: stopped making "iso_image" in
/build/netbsd-local/src_ro/distrib/amd64
--- iso_image-amd64 ---
nbmake[1]: stopped making "iso_image" in /build/netbsd-local/src_ro/distrib
--- iso-image-source ---
nbmake: stopped making "iso-image-source" in /build/netbsd-local/src_ro
+---------------------+--------------------------+----------------------+
| Paul Goyette (.sig) | PGP Key fingerprint: | E-mail addresses: |
| (Retired) | 1B11 1849 721C 56C8 F63A | paul%whooppee.com@localhost |
| Software Developer | 6E2E 05FD 15CE 9F2D 5102 | pgoyette%netbsd.org@localhost |
| & Network Engineer | | pgoyette99%gmail.com@localhost |
+---------------------+--------------------------+----------------------+
Home |
Main Index |
Thread Index |
Old Index