NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
port-i386/39336: building NetBSD with build.sh's `-j 32' option fails
>Number: 39336
>Category: port-i386
>Synopsis: building NetBSD with build.sh's `-j 32' option fails
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: port-i386-maintainer
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Aug 10 15:15:00 +0000 2008
>Originator: Ray Phillips
>Release: 4.0
>Organization:
JKMRC
>Environment:
% uname -a
NetBSD tms4.jkmrc.uq.edu.au 4.0 NetBSD 4.0 (GENERIC) #0: Sun Dec 16 00:20:10
PST 2007
builds@wb34:/home/builds/ab/netbsd-4-0-RELEASE/i386/200712160005Z-obj/home/builds/ab/netbsd-4-0-RELEASE/src/sys/arch/i386/compile/GENERIC
i386
%
I've applied the patches for these security advisories: SA2008-004, SA2008-005,
SA2008-006, SA2008-004, SA2008-008 and SA2008-009.
>Description:
I attempted to build a -current release of NetBSD/i386 using this command from
withing /usr/src :
# sh -c '/usr/bin/time ./build.sh -D ../DistribDir -R ../ReleaseDir -O ../ojb
-T ../tools -x -j 32 release > build.sh.log 2>&1'&
It failed and asked me to file a report about it. The first few lines of the
output were:
===> build.sh command: ./build.sh -D ../DistribDir -R ../ReleaseDir -O ../ojb
-T ../tools -x -j 32 release
===> build.sh started: Fri Aug 8 23:51:03 EST 2008
===> NetBSD version: 4.99.72
===> MACHINE: i386
===> MACHINE_ARCH: i386
===> Build platform: NetBSD 4.0 i386
===> HOST_SH: /bin/sh
===> No /usr/src/../tools/bin/nbmake, needs building.
===> Bootstrapping nbmake
checking for sh... /bin/sh
and the last few were:
cc -c -O -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long
-Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute
-DHAVE_CONFIG_H -I. -I. -I/usr/src/tools/gcc/../../gnu/dist/gcc4/gcc
-I/usr/src/tools/gcc/../../gnu/dist/gcc4/gcc/.
-I/usr/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include
-I/usr/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include -DNETBSD_TOOLS
/usr/src/tools/gcc/../../gnu/dist/gcc4/gcc/ipa-type-escape.c -o
ipa-type-escape.o
cc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <URL:http://www.NetBSD.org/Misc/send-pr.html> for instructions.
nbgmake[1]: *** [tree-ssa-loop-im.o] Error 1
nbgmake[1]: *** Waiting for unfinished jobs....
cc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <URL:http://www.NetBSD.org/Misc/send-pr.html> for instructions.
nbgmake[1]: *** [i386.o] Error 1
nbgmake[1]: Leaving directory `/usr/ojb/tools/gcc/build/gcc'
nbgmake: *** [all-gcc] Error 2
*** [.build_done] Error code 2
1 error
nbmake: stopped in /usr/src/tools/gcc
*** [dependall] Error code 2
1 error
nbmake: stopped in /usr/src/tools/gcc
*** [dependall-gcc] Error code 2
1 error
nbmake: stopped in /usr/src/tools
*** [do-tools] Error code 2
1 error
nbmake: stopped in /usr/src
*** [build] Error code 2
1 error
nbmake: stopped in /usr/src
*** [distribution] Error code 2
1 error
nbmake: stopped in /usr/src
*** [release] Error code 2
1 error
nbmake: stopped in /usr/src
ERROR: Failed to make release
*** BUILD ABORTED ***
4323.13 real 2634.64 user 762.24 sys
>How-To-Repeat:
>Fix:
Home |
Main Index |
Thread Index |
Old Index