From owner-freebsd-stable Tue Feb 16 19:22:13 1999 Delivered-To: freebsd-stable@freebsd.org Received: from jeffnet.org (jeffnet.org [204.203.90.2]) by hub.freebsd.org (Postfix) with ESMTP id 98BE110F25 for ; Tue, 16 Feb 1999 19:22:07 -0800 (PST) (envelope-from paula@jeffnet.org) Received: from ellie.my.domain (ip105.jeffnet.org [204.203.88.105]) by jeffnet.org (8.8.0/8.8.0) with ESMTP id TAA03157 for ; Tue, 16 Feb 1999 19:26:34 -0800 Received: from localhost (papple@localhost) by ellie.my.domain (8.8.7/8.8.7) with ESMTP id TAA01335 for ; Tue, 16 Feb 1999 19:21:45 -0800 X-Authentication-Warning: ellie.my.domain: papple owned process doing -bs Date: Tue, 16 Feb 1999 19:21:45 -0800 (PST) From: Paul Apple X-Sender: papple@ellie.my.domain To: freebsd-stable@freebsd.org Subject: 2.2.6 ==> 3.1 buildworld stopping at bootstrap libraries Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG using RELENG_3 in stable-supfile. cvsup fresh sources as of todays availability of 3.1 executed as root: cd /usr/src make cleandir cd /usr/obj chflgs -R 0 . rm -rf * cvsup -g -P m -L 2 -z /XXXXX/stable-supfile script /var/tmp/worldbuild cd /usr/src date make -j4 NOSHARED=yes buildworld - - ... and time marches on (build taking place on 486) ... - ... wait ... this way an error comes - tail end of the last buildworld session follows: -------------------------------------------------------------- >>> 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 -DGCRT -c -o gcrt1.o /usr/src/lib/csu/i386-elf/crt1.c 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 -fpic -DPIC -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.So 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 /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' {standard input}: Assembler messages: {standard input}:95: Error: Unknown pseudo-op: `.section' *** Error code 1 {standard input}: Assembler messages: *** Error code 1 {standard input}:77: Error: Unknown pseudo-op: `.previous' *** Error code 1 3 errors *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message