Date: Fri, 15 Apr 2005 17:54:24 -0300 From: "Alex S. Moura" <alex@rnp.br> To: freebsd-questions@freebsd.org Subject: 'make buildworld' from 4.9-STABLE -> 4.11-STABLE failed. Message-ID: <42602A00.2060607@rnp.br>
next in thread | raw e-mail | index | archive | help
Hello, I'm getting this error in the "make buildworld" phase of the update: building profiled com_err library ranlib libcom_err_p.a cc -fpic -DPIC -O -pipe -march=pentiumpro -I/usr/src/lib/libcom_err/../../contrib/com_err -c /usr/src/lib/libcom_err/../../contrib/com_err/com_err.c -o com_err.So cc -fpic -DPIC -O -pipe -march=pentiumpro -I/usr/src/lib/libcom_err/../../contrib/com_err -c /usr/src/lib/libcom_err/../../contrib/com_err/error.c -o error.So building shared library libcom_err.so.2 /usr/obj/usr/src/i386/usr/libexec/elf/ld:built in linker script:6: syntax error *** Error code 1 Stop in /usr/src/lib/libcom_err. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ---------------------------- Steps done: # cd /usr && rm -fr src obj && cvsup -g -L 2 /usr/share/examples/cvsup/stable-supfile -h cvsup2.freebsd.org # make buildkernel # make buildworld ---- /etc/make.conf CPUTYPE=p3 CFLAGS= -O -pipe COPTFLAGS= -O -pipe ENABLE_SUIDPERL= true INSTALL=install -C WRKDIRPREFIX=/usr/tmp SENDMAIL_CF_DIR=/usr/local/share/sendmail/cf # To avoid building various parts of the base system: DOC_LANG= en_US.ISO8859-1 X_WINDOW_SYSTEM=xorg # added by use.perl 2005-03-27 10:14:37 PERL_VER=5.8.6 PERL_VERSION=5.8.6 NOPERL=yes ---- /etc/make.conf Thanks for any help, Alex
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42602A00.2060607>