Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Failures building netbsd-4{,-0} on netbsd-5
Hi,
I upgraded my build box to netbsd-5 and have started to try and do some
builds of the netbsd-4{,-0} branches. All the builds fail at the same
point regardless of architecture (sparc,sparc64,amd64,i386). With a
little bit of digging I think it's mtree that's causing the segfault.
If I manually run the command and replace 'nbmtree' with just 'mtree' it
works fine.
gdb on the core file from nbmtree gives up the following if it helps:
Program terminated with signal 11, Segmentation fault.
#0 0x00007f7ffd9c838a in strlen () from /usr/lib/libc.so.12
(gdb) bt
#0 0x00007f7ffd9c838a in strlen () from /usr/lib/libc.so.12
#1 0x00007f7ffd9c10cd in __vfprintf_unlocked () from /usr/lib/libc.so.12
#2 0x00007f7ffd9c21e4 in vfprintf () from /usr/lib/libc.so.12
#3 0x00007f7ffd9bd4de in printf () from /usr/lib/libc.so.12
#4 0x000000000040521c in dump_nodes ()
#5 0x00000000004050aa in main ()
(gdb)
Any bright ideas on this or should I just PR it ?
thanks,
adrian.
postinstall fixes passed: obsolete
postinstall fixes failed:
===============================
checkflist ===> distrib/sets
--- check_DESTDIR ---
--- /var/scratch/builds/4/dest.amd64/METALOG.sanitised ---
( cat /var/scratch/source/cvs/src-4/etc/mtree/NetBSD.dist ; echo
'/unset all' ; cat /var/scratch/builds/4/dest.amd64/METALOG ) |
/var/scratch/builds/4/tools.amd64/bin/nbmtree -C -k all -N
/var/scratch/source/cvs/src-4/etc >
/var/scratch/builds/4/dest.amd64/METALOG.new && ( rm -f
/var/scratch/builds/4/dest.amd64/METALOG ; mv
/var/scratch/builds/4/dest.amd64/METALOG.new
/var/scratch/builds/4/dest.amd64/METALOG )
[1] Done (cat /var/scratc... |
Segmentation fault /var/scratch/bui...
*** [/var/scratch/builds/4/dest.amd64/METALOG.sanitised] Error code 139
1 error
nbmake: stopped in /var/scratch/source/cvs/src-4/distrib/sets
*** [distribution] Error code 2
1 error
nbmake: stopped in /var/scratch/source/cvs/src-4
*** [release] Error code 2
nbmake: stopped in /var/scratch/source/cvs/src-4
1 error
ERROR: Failed to make release
*** BUILD ABORTED ***
Home |
Main Index |
Thread Index |
Old Index