Current-Users archive

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

Unable to build tools for amd64 -current



Hi,

I just recently (a few days ago) set up a new machine for building amd64 -current. It's running a XEN3_DOMU kernel from the 20101117 snapshot. I retrieved a fresh checkout of "src" (no tags). If I try to...

$ ./build.sh -U -T /usr/obj/TOOLDIR.amd64 tools

... it fails like this:

/usr/obj/TOOLDIR.amd64/bin/nbmake -f /usr/src/tools/binutils/../Makefile.gnuwrap all-recursive
Making all in doc
Making all in po
rm -f bfd-tmp.h
cp bfd-in3.h bfd-tmp.h
/bin/sh /usr/src/tools/binutils/../../external/gpl3/binutils/dist/bfd/../move-if-change bfd-tmp.h bfd.h
rm -f bfd-tmp.h
touch stmp-bfd-h
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/src/tools/binutils/../../external/gpl3/binutils/dist/bfd -I. -I. -I/usr/src/tools/binutils/../../external/gpl3/binutils/dist/bfd -I/usr/src/tools/binutils/../../external/gpl3/binutils/dist/bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O -c -o archive.lo /usr/src/tools/binutils/../../external/gpl3/binutils/dist/bfd/archive.c
./libtool: 558: Syntax error: Missing '}'

*** Failed target:  archive.lo




That is what appears to be the initial failure anyway. I've tried removing all object directories and making "cleandir" in various places to no avail.

Any help would be great!

Louis



Home | Main Index | Thread Index | Old Index