NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

6.1_RC1 build fails



Hi All,

I'm upgrading from 6.0_STABLE to 6.1_RC1 on i386.
cvs update -Pd is done.
But build a new userland fails as followings.
Any suggestions would be highly appreciated.

root@netbsd:/usr/src# uname -a
NetBSD netbsd.localdomain 6.0_STABLE NetBSD 6.0_STABLE (GENERIC) #2: Tue Jan 29 
10:19:27 ICT 2013  
root@netbsd.localdomain:/usr/obj/sys/arch/i386/compile/GENERIC i386
root@netbsd:/usr/src# ./build.sh -r -O ../obj -T ../tools -U distribution
...
#   compile  backend/init-regs.o
/usr/src/../tools/bin/i486--netbsdelf-gcc -O2 -std=gnu99 -Werror    
-Wno-stack-protector  -I. 
-I/usr/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/i386 -DIN_GCC 
-DHAVE_CONFIG_H -I/usr/src/external/gpl3/gcc/dist/gcc 
-I/usr/src/external/gpl3/gcc/dist/gcc/. 
-I/usr/src/external/gpl3/gcc/dist/gcc/../include 
-I/usr/src/external/gpl3/gcc/dist/gcc/../libcpp/include 
-I/usr/src/external/gpl3/gcc/dist/gcc/../libdecnumber 
-I/usr/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/usr/include/libelf 
-DTARGET_NAME=\"i486--netbsdelf\" -I/usr/src/external/gpl3/gcc/dist/libgcc 
--sysroot=/usr/src/../obj/destdir.i386 -DLOCALEDIR=\"/usr/share/locale\" 
-DNETBSD_NATIVE -I. -std=gnu89  -c    
/usr/src/external/gpl3/gcc/dist/gcc/init-regs.c -o init-regs.o
/usr/src/../tools/bin/i486--netbsdelf-objcopy -x init-regs.o
#   compile  backend/insn-attrtab.o
/usr/src/../tools/bin/i486--netbsdelf-gcc -O2 -std=gnu99 -Werror    
-Wno-stack-protector  -I. 
-I/usr/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/i386 -DIN_GCC 
-DHAVE_CONFIG_H -I/usr/src/external/gpl3/gcc/dist/gcc 
-I/usr/src/external/gpl3/gcc/dist/gcc/. 
-I/usr/src/external/gpl3/gcc/dist/gcc/../include 
-I/usr/src/external/gpl3/gcc/dist/gcc/../libcpp/include 
-I/usr/src/external/gpl3/gcc/dist/gcc/../libdecnumber 
-I/usr/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/usr/include/libelf 
-DTARGET_NAME=\"i486--netbsdelf\" -I/usr/src/external/gpl3/gcc/dist/libgcc 
--sysroot=/usr/src/../obj/destdir.i386 -DLOCALEDIR=\"/usr/share/locale\" 
-DNETBSD_NATIVE -I. -std=gnu89  -c    insn-attrtab.c -o insn-attrtab.o
i486--netbsdelf-gcc: Internal error: Killed (program cc1 received signal 9)
Please submit a full bug report.
See <http://www.NetBSD.org/Misc/send-pr.html> for instructions.

*** Failed target:  insn-attrtab.o
*** Failed command: /usr/src/../tools/bin/i486--netbsdelf-gcc -O2 -std=gnu99 
-Werror -Wno-stack-protector -I. 
-I/usr/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/i386 -DIN_GCC 
-DHAVE_CONFIG_H -I/usr/src/external/gpl3/gcc/dist/gcc 
-I/usr/src/external/gpl3/gcc/dist/gcc/. 
-I/usr/src/external/gpl3/gcc/dist/gcc/../include 
-I/usr/src/external/gpl3/gcc/dist/gcc/../libcpp/include 
-I/usr/src/external/gpl3/gcc/dist/gcc/../libdecnumber 
-I/usr/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/usr/include/libelf 
-DTARGET_NAME=\"i486--netbsdelf\" -I/usr/src/external/gpl3/gcc/dist/libgcc 
--sysroot=/usr/src/../obj/destdir.i386 -DLOCALEDIR=\"/usr/share/locale\" 
-DNETBSD_NATIVE -I. -std=gnu89 -c insn-attrtab.c -o insn-attrtab.o
*** Error code 1

Stop.
nbmake: stopped in /usr/src/external/gpl3/gcc/usr.bin/backend

*** Failed target:  dependall
*** Failed command: cd "/usr/src/external/gpl3/gcc/usr.bin/backend"; 
/usr/src/../tools/bin/nbmake realall
*** Error code 1

Stop.
nbmake: stopped in /usr/src/external/gpl3/gcc/usr.bin/backend

*** Failed target:  dependall-backend
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; 
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) 
this="external/gpl3/gcc/usr.bin/"; real="/usr/src/external/gpl3/gcc/usr.bin" ;; 
*) this="external/gpl3/gcc/usr.bin/${dir}/"; 
real="/usr/src/external/gpl3/gcc/usr.bin/${dir}" ;; esac; show=${this:-.}; echo 
"${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && 
/usr/src/../tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; 
_makedirtarget backend dependall
*** Error code 1

Stop.
nbmake: stopped in /usr/src/external/gpl3/gcc/usr.bin

*** Failed target:  dependall-usr.bin
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; 
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) 
this="external/gpl3/gcc/"; real="/usr/src/external/gpl3/gcc" ;; *) 
this="external/gpl3/gcc/${dir}/"; real="/usr/src/external/gpl3/gcc/${dir}" ;; 
esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd 
"${real}" && /usr/src/../tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; 
}; _makedirtarget usr.bin dependall
*** Error code 1

Stop.
nbmake: stopped in /usr/src/external/gpl3/gcc

*** Failed target:  dependall-gcc
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; 
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="external/gpl3/"; 
real="/usr/src/external/gpl3" ;; *) this="external/gpl3/${dir}/"; 
real="/usr/src/external/gpl3/${dir}" ;; esac; show=${this:-.}; echo "${target} 
===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /usr/src/../tools/bin/nbmake 
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget gcc dependall
*** Error code 1

Stop.
nbmake: stopped in /usr/src/external/gpl3

*** Failed target:  dependall-gpl3
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; 
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="external/"; 
real="/usr/src/external" ;; *) this="external/${dir}/"; 
real="/usr/src/external/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> 
${show%/}${1:+ (with: $@)}"; cd "${real}" && /usr/src/../tools/bin/nbmake 
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget gpl3 dependall
*** Error code 1

Stop.
nbmake: stopped in /usr/src/external

*** Failed target:  dependall-external
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; 
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; 
real="/usr/src" ;; *) this="${dir}/"; real="/usr/src/${dir}" ;; esac; 
show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" 
&& /usr/src/../tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; 
_makedirtarget external dependall
*** Error code 1

Stop.
nbmake: stopped in /usr/src

*** Failed target:  do-build
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; 
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; 
real="/usr/src" ;; *) this="${dir}/"; real="/usr/src/${dir}" ;; esac; 
show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" 
&& /usr/src/../tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; 
_makedirtarget . dependall BUILD_tools=no BUILD_lib=no
*** Error code 1

Stop.
nbmake: stopped in /usr/src

*** Failed target:  build
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; 
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; 
real="/usr/src" ;; *) this="${dir}/"; real="/usr/src/${dir}" ;; esac; 
show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" 
&& /usr/src/../tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; 
_makedirtarget . do-build
*** Error code 1

Stop.
nbmake: stopped in /usr/src

*** Failed target:  distribution
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; 
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; 
real="/usr/src" ;; *) this="${dir}/"; real="/usr/src/${dir}" ;; esac; 
show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" 
&& /usr/src/../tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; 
_makedirtarget . build NOPOSTINSTALL=1
*** Error code 1

Stop.
nbmake: stopped in /usr/src

ERROR: Failed to make distribution
*** BUILD ABORTED ***

-- 
Pongthep Kulkrisada
 
"UNIX is basically a simple operating system,
but you have to be a genius to understand the simplicity."
-- Dennis M. Ritchie


Home | Main Index | Thread Index | Old Index