Current-Users archive

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

NetBSD-HEAD amd64 refuses to build



I tried to build this time with 
MKLLVM=yes
HAVE_LLVM=yes
MKLIBCXX=yes
and again failed.


===> build.sh command:    ./build.sh -m amd64 -M ../obj.amd64.llvm -B 
nb20131214-llvm -T ../tooldir.amd64.llvm -V MKLLVM=yes -V HAVE_LLVM=yes -V 
MKLIBCXX=yes -U -j 9 distribution kernel=GENERIC
===> build.sh started:    Sat Dec 14 08:58:39 UTC 2013
===> NetBSD version:      6.99.28
===> MACHINE:             amd64
===> MACHINE_ARCH:        x86_64
===> Build platform:      NetBSD 6.99.23 amd64
===> HOST_SH:             /bin/sh
===> No $TOOLDIR/bin/nbmake, needs building.
===> Bootstrapping nbmake
checking for sh... /bin/sh

Last 63 lines of failed log follow, and I am at the computer where the failed 
builds take place, away from the rest of the message thread:

#   compile  lib/netmask.o
/BETA1/netbsd-HEAD/usr/src/../tooldir.amd64.llvm/bin/x86_64--netbsd-clang -O2 
-std=gnu99  -Wno-sign-compare -Wno-pointer-sign  -Wall -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wno-sign-compare  -Wa,--fatal-warnings 
-Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra 
-Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2  
-Wno-error=format-nonliteral    -Wpointer-sign -Wmissing-noreturn  -Werror     
--sysroot=/BETA1/netbsd-HEAD/usr/src/../obj.amd64.llvm/BETA1/netbsd-HEAD/usr/src/destdir.amd64
 -DCONFIG_ISCSI_DEBUG -DHAVE_CONFIG_H 
-I/BETA1/netbsd-HEAD/usr/src/external/bsd/iscsi/lib/../dist/include -pthread  
-c    
/BETA1/netbsd-HEAD/usr/src/external/bsd/iscsi/lib/../dist/src/lib/netmask.c -o 
netmask.o
--- disk.o ---
/BETA1/netbsd-HEAD/usr/src/../tooldir.amd64.llvm/bin/x86_64--netbsd-objcopy -x 
disk.o
--- initiator.po ---
error: unable to rename temporary 'initiator.po-fe88e164' to output file 
'initiator.po': 'No such file or directory'
1 error generated.
--- target.po ---
/BETA1/netbsd-HEAD/usr/src/../tooldir.amd64.llvm/bin/x86_64--netbsd-objcopy -X 
target.po
--- initiator.po ---
*** [initiator.po] Error code 1
nbmake[6]: stopped in /BETA1/netbsd-HEAD/usr/src/external/bsd/iscsi/lib
--- util.pico ---
/BETA1/netbsd-HEAD/usr/src/../tooldir.amd64.llvm/bin/x86_64--netbsd-objcopy -x 
util.pico
--- md5hl.o ---
/BETA1/netbsd-HEAD/usr/src/../tooldir.amd64.llvm/bin/x86_64--netbsd-objcopy -x 
md5hl.o
--- target.pico ---
/BETA1/netbsd-HEAD/usr/src/../tooldir.amd64.llvm/bin/x86_64--netbsd-objcopy -x 
target.pico
--- netmask.o ---
/BETA1/netbsd-HEAD/usr/src/../tooldir.amd64.llvm/bin/x86_64--netbsd-objcopy -x 
netmask.o
--- util.po ---
/BETA1/netbsd-HEAD/usr/src/../tooldir.amd64.llvm/bin/x86_64--netbsd-objcopy -X 
util.po
--- initiator.o ---
/BETA1/netbsd-HEAD/usr/src/../tooldir.amd64.llvm/bin/x86_64--netbsd-objcopy -x 
initiator.o
1 error
nbmake[6]: stopped in /BETA1/netbsd-HEAD/usr/src/external/bsd/iscsi/lib
*** [dependall] Error code 2
nbmake[5]: stopped in /BETA1/netbsd-HEAD/usr/src/external/bsd/iscsi/lib
1 error
nbmake[5]: stopped in /BETA1/netbsd-HEAD/usr/src/external/bsd/iscsi/lib
*** Failed target:  dependall-../external/bsd/iscsi/lib
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; 
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/"; 
real="/BETA1/netbsd-HEAD/usr/src/lib" ;; *) this="lib/${dir}/"; 
real="/BETA1/netbsd-HEAD/usr/src/lib/${dir}" ;; esac; show=${this:-.}; echo 
"${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && 
/BETA1/netbsd-HEAD/usr/src/../tooldir.amd64.llvm/bin/nbmake _THISDIR_="${this}" 
"$@" ${target}; }; _makedirtarget ../external/bsd/iscsi/lib dependall
*** Error code 2

Stop.
nbmake[4]: stopped in /BETA1/netbsd-HEAD/usr/src/lib
*** [build_install] Error code 1

nbmake[3]: stopped in /BETA1/netbsd-HEAD/usr/src/lib
1 error

nbmake[3]: stopped in /BETA1/netbsd-HEAD/usr/src/lib
*** [do-lib] Error code 2

nbmake[2]: stopped in /BETA1/netbsd-HEAD/usr/src
1 error

nbmake[2]: stopped in /BETA1/netbsd-HEAD/usr/src
*** [build] Error code 2

nbmake[1]: stopped in /BETA1/netbsd-HEAD/usr/src
1 error

nbmake[1]: stopped in /BETA1/netbsd-HEAD/usr/src
*** [distribution] Error code 2

nbmake: stopped in /BETA1/netbsd-HEAD/usr/src
1 error

nbmake: stopped in /BETA1/netbsd-HEAD/usr/src

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


Home | Main Index | Thread Index | Old Index