Current-Users archive

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

5.0_BETA build error on amd64



hi

I got error while building 5.0_BETA with today's source.

$ ident /usr/src/doc/CHANGES-5.0
/usr/src/doc/CHANGES-5.0:
     $NetBSD: CHANGES-5.0,v 1.1.2.74 2009/01/16 23:08:57 bouyer Exp $

===> build.sh command: ./build.sh -m amd64 -D /home/d/amd64 -O /usr/obj/amd64 
-R /home/r -T /home/t -V MKMODULAR=yes release
(snip)
cleandir ===> gnu/usr.bin/binutils/ld
nbmake: "/usr/src/gnu/usr.bin/binutils/ld/Makefile" line 75: Malformed 
conditional ((${MACHINE_ARCH} == "x86_64" &&  (elf_x86_64 == "elf_i386" || 
elf_x86_64 == "i386nbsd")))
nbmake: "/usr/src/gnu/usr.bin/binutils/ld/Makefile" line 75: Need an operator
nbmake: "/usr/src/gnu/usr.bin/binutils/ld/Makefile" line 78: Malformed 
conditional ((${MACHINE_ARCH} == "sparc64" &&  (elf_x86_64 == "elf32_sparc" || 
elf_x86_64 == "sparcnbsd")))
nbmake: "/usr/src/gnu/usr.bin/binutils/ld/Makefile" line 78: Need an operator
nbmake: "/usr/src/gnu/usr.bin/binutils/ld/Makefile" line 75: Malformed 
conditional ((${MACHINE_ARCH} == "x86_64" &&  (elf_i386 == "elf_i386" || 
elf_i386 == "i386nbsd")))
nbmake: "/usr/src/gnu/usr.bin/binutils/ld/Makefile" line 75: Need an operator
nbmake: "/usr/src/gnu/usr.bin/binutils/ld/Makefile" line 78: Malformed 
conditional ((${MACHINE_ARCH} == "sparc64" &&  (elf_i386 == "elf32_sparc" || 
elf_i386 == "sparcnbsd")))
nbmake: "/usr/src/gnu/usr.bin/binutils/ld/Makefile" line 78: Need an operator
nbmake: "/usr/src/gnu/usr.bin/binutils/ld/Makefile" line 75: Malformed 
conditional ((${MACHINE_ARCH} == "x86_64" &&  (i386nbsd == "elf_i386" || 
i386nbsd == "i386nbsd")))
nbmake: "/usr/src/gnu/usr.bin/binutils/ld/Makefile" line 75: Need an operator
nbmake: "/usr/src/gnu/usr.bin/binutils/ld/Makefile" line 78: Malformed 
conditional ((${MACHINE_ARCH} == "sparc64" &&  (i386nbsd == "elf32_sparc" || 
i386nbsd == "sparcnbsd")))
nbmake: "/usr/src/gnu/usr.bin/binutils/ld/Makefile" line 78: Need an operator
nbmake: Fatal errors encountered -- cannot continue

nbmake: stopped in /usr/src/gnu/usr.bin/binutils/ld

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

--
FUKAUMI Naoki


Home | Main Index | Thread Index | Old Index