Date: Sun, 16 May 1999 14:03:16 -1000 From: Michael Shimko <simko@maui.net> To: freebsd-bugs@FreeBSD.ORG Subject: make world failed after cvsup update Message-ID: <373F5CC3.E5F028D5@maui.net>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------585298C1D95812584BB3E893 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Attached is a text file descibing my 'make world' failure. Something about a psuedo-op section not valid for this target......??? I've included my cvsup config file and make error message. Thanks for you help. Michael P. Shimko shimko@maui.net --------------585298C1D95812584BB3E893 Content-Type: text/plain; charset=us-ascii; name="freebsd.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="freebsd.txt" Dear freebsd: I've recently attempted to upgrade my 2.2.6 Release of FreeBSD to 3.1.0 Release via the cvsup utility. Atfter successfully creating the source tree i ran 'make world' which failed. Below are my cvsup config file and error message from make. There's an unknown psuedo-op section for this build target....I don't understand. What went wrong and how do I fix it so I can run 'make world' successfully? CVSUP CONFIG: ------------- *default tag=RELENG_3_1_0_RELEASE *default host=cvsup2.FreeBSD.org *default prefix=/usr *default base=/usr/local/etc/cvsup *default release=cvs delete use-rel-suffix compress src-all cvs-crypto ERROR MESSAGE FROM MAKE: ------------------------ >>> Rebuilding bootstrap libraries -------------------------------------------------------------- cd /usr/src; PATH=/usr/obj/usr/src/tmp/sbin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/bin:/usr/obj/usr/src/tmp/usr/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/bin:/usr/X11R6/bin:/root/bin BISON_SIMPLE=/usr/obj/usr/src/tmp/usr/share/misc/bison.simple COMPILER_PATH=/usr/obj/usr/src/tmp/usr/libexec:/usr/obj/usr/src/tmp/usr/bin GCC_EXEC_PREFIX=/usr/obj/usr/src/tmp/usr/lib:/usr/obj/usr/src/tmp/usr/lib/ LD_LIBRARY_PATH=/usr/obj/usr/src/tmp/usr/lib LIBRARY_PATH=/usr/obj/usr/src/tmp/usr/lib:/usr/obj/usr/src/tmp/usr/lib NOEXTRADEPEND=t OBJFORMAT_PATH=/usr/obj/usr/src/tmp/usr/libexec:/usr/libexec /usr/obj/usr/src/tmp/usr/bin/make DESTDIR=/usr/obj/usr/src/tmp -f Makefile.inc1 bootstrap-libraries cd /usr/src/lib/csu/i386-elf; /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED cleandepend; /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED all; /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -B install cleandir obj rm -f .depend /usr/obj/usr/src/lib/csu/i386-elf/GPATH /usr/obj/usr/src/lib/csu/i386-elf/GRTAGS /usr/obj/usr/src/lib/csu/i386-elf/GSYMS /usr/obj/usr/src/lib/csu/i386-elf/GTAGS cc -O -pipe -elf -Wall -Wno-unused -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/csu/i386-elf/crt1.c -o crt1.o cc -O -pipe -elf -Wall -Wno-unused -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/csu/i386-elf/crtbegin.c -o crtbegin.o /usr/src/lib/csu/i386-elf/crtbegin.c:30: section attributes are not supported for this target /usr/src/lib/csu/i386-elf/crtbegin.c:31: section attributes are not supported for this target {standard input}: Assembler messages: {standard input}:73: Error: Unknown pseudo-op: `.section' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ----------------------------------------------------------------------------- Please help..... Thank you. Michael P. Shimko shimko@maui.net --------------585298C1D95812584BB3E893-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?373F5CC3.E5F028D5>