From owner-freebsd-questions Mon Apr 19 18:11: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web601.mail.yahoo.com (web601.mail.yahoo.com [128.11.68.165]) by hub.freebsd.org (Postfix) with SMTP id D635C1504A for ; Mon, 19 Apr 1999 18:11:05 -0700 (PDT) (envelope-from ben177@yahoo.com) Message-ID: <19990420010942.3453.rocketmail@web601.mail.yahoo.com> Received: from [198.247.10.124] by web601.mail.yahoo.com; Mon, 19 Apr 1999 18:09:42 PDT Date: Mon, 19 Apr 1999 18:09:42 -0700 (PDT) From: Ben Salem Subject: make buildworld failure To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just recently ran CVSup and updated my source tree to the 3.x STABLE branch, or the like. CVSup stated that it finished succesfully, so I edited my make.conf file, and some other things that it mentions to do in the handbook, and then ran in the /usr/src directory where I downloaded the new sources: # make buildworld It started fine, and may have continued building for the next hour or so. When I came back I see this: -------------------------------------------------------------- >>> 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/local/bin:/home/bsalem/bin:/usr/X11R6/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 -fkeep-inline-functions -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 -fkeep-inline-functions -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:32: section attributes are not supported for this target /usr/src/lib/csu/i386-elf/crtbegin.c:33: section attributes are not supported for this target {standard input}: Assembler messages: {standard input}:68: 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. # Not all of this output contains errors, but this is the section in which it occured, so I thought Id includ it. I really don't know what this means, I am going to edit make.conf again, and see if I can remedy this problem, in the mean time I would appreciate any suggestions. I am upgrading from FreeBSD 2.2.5 RELEASE Thanks, Ben Salem ben177@yahoo.com _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message