Hello,
I'm trying to build FreeBSD's world on -CURRENT but I have this error:
This happened both with -STABLE and -CURRENT on FreeBSD 8.2.
Here is my /etc/src.conf:
And /etc/make.conf:
I searched everywhere for this bug but nothing returned
I'm trying to build FreeBSD's world on -CURRENT but I have this error:
Code:
building shared library libc.so.7
/usr/obj/usr/src/tmp/usr/bin/ld: libc.so.7: undefined versioned symbol name fts_open@FBSD_1.0
/usr/obj/usr/src/tmp/usr/bin/ld: failed to set dynamic section sizes: Bad value
*** Error code 1
Stop in /usr/src/lib/libc.
This happened both with -STABLE and -CURRENT on FreeBSD 8.2.
Here is my /etc/src.conf:
Code:
WITHOUT_AUDIT=TRUE
WITHOUT_BIND=TRUE
WITHOUT_BLUETOOTH=TRUE
WITHOUT_ZFS=TRUE
WITHOUT_KERBEROS=TRUE
WITHOUT_KERBEROS_SUPPORT=TRUE
WITHOUT_FLOPPY=TRUE
WITHOUT_FREEBSD_UPDATE=TRUE
WITHOUT_GAMES=TRUE
WITHOUT_GDB=TRUE
WITHOUT_GNU_GREP=TRUE
WITHOUT_GNU_SUPPORT=TRUE
WITHOUT_GPIB=TRUE
WITHOUT_MAIL=TRUE
WITHOUT_PPP=TRUE
WITHOUT_PROFILE=TRUE
WITHOUT_QUOTAS=TRUE
WITHOUT_SENDMAIL=TRUE
WITHOUT_SHAREDOCS=TRUE
WITHOUT_SYMVER=TRUE
WITHOUT_SYSINSTALL=TRUE
WITHOUT_ZFS=TRUE
And /etc/make.conf:
Code:
CPUTYPE?=athlon64
CFLAGS= -O2 -fno-strict-aliasing -pipe
MAKE_SHELL?=sh
BOOTWAIT=3000
SUP_UPDATE= yes
SUP= /usr/bin/csup
SUPHOST= cvsup2.fr.FreeBSD.org
SUPFILE= /root/stable-supfile
PORTSSUPFILE= /root/ports-supfile
DOCSUPFILE= /root/doc-supfile
PERL_VERSION=5.12.3
I searched everywhere for this bug but nothing returned
