buildworld fail 8.0-STABLE

i follow this post and unfortunately buildworld fails
http://forums.freebsd.org/showpost.php?p=53974&postcount=5

also i csup the src files
Code:
*default host=cvsup3.us.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=RELENG_8
please help :)

Code:
/usr/lib/libm.a: could not read symbols: No more archived files
*** Error code 1

Stop in /usr/src/gnu/usr.bin/cc/cc_tools.
*** Error code 1

Stop in /usr/src/gnu/usr.bin/cc.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
FISH# uname -a
FreeBSD FISH.local.bsd 8.0-STABLE FreeBSD 8.0-STABLE #0: Tue Dec 15 06:44:59 EET 2009     root@FISH.local.bsd:/usr/obj/usr/src/sys/DEAD  amd64
FISH#
 
Code:
cd /usr/src
make clean

Make sure there are no CFLAGS etc. in /etc/make.conf.
 
Try csup again. Sometimes I seem to end up with a source tree that's halfway in a big commit.
 
thanks guys, problem solved :)
i used the same src to update a new FreeBSD 8.0-RELEASE to STABLE
then used /usr/obj to installworld on my first installation
and now buildworld completed successfully :)
 
Back
Top