From owner-freebsd-current Sun Jun 7 16:21:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA21289 for freebsd-current-outgoing; Sun, 7 Jun 1998 16:21:47 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from keaggy.canonware.com (canonware.com [206.184.206.112]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA21284 for ; Sun, 7 Jun 1998 16:21:44 -0700 (PDT) (envelope-from jasone@canonware.com) Received: from localhost (jasone@localhost) by keaggy.canonware.com (8.8.8/8.8.7) with SMTP id QAA18356 for ; Sun, 7 Jun 1998 16:19:00 -0700 (PDT) (envelope-from jasone@canonware.com) Date: Sun, 7 Jun 1998 16:19:00 -0700 (PDT) From: Jason Evans To: freebsd-current@FreeBSD.ORG Subject: 'make buildworld' failure for one week. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been half-heartedly trying to convert one of my boxes from -stable to -current for about a week now (my first such attempt). The first time I tried a 'make buildworld' (about a week ago), I got (excuse the line wrapping): ============================================================================= mozart:/usr/src# BINFORMAT=ELF time make buildworld ... ... /usr/obj/usr/src/gnu/usr.bin/cc/libgcc/../cc/cc -B/usr/obj/usr/src/gnu/usr.bin/cc/libgcc/../cc1/ -B/usr/obj/usr/src/gnu/usr.bin/cc/libgcc/../cpp/ -c -O -pipe -I . -I/usr/src/gnu/usr.bin/cc/libgcc/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/libgcc/../../../../contrib/gcc/config -DFREEBSD_NATIVE -DDEFAULT_TARGET_VERSION=\"2.7.2.1\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" -I/usr/obj/usr/src/gnu/usr.bin/cc/libgcc/../cc_tools -I/usr/obj/usr/src/tmp/usr/include -DL_divdi3 -o _divdi3.o /usr/src/gnu/usr.bin/cc/libgcc/../../../../contrib/gcc/libgcc 2.c {standard input}: Assembler messages: {standard input}:4: Error: Unknown pseudo-op: `.section' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. 1888.97 real 1053.48 user 239.81 sys mozart:/usr/src# ============================================================================= Today I cvsup'ed again, and tried again: ============================================================================= mozart:/usr/src# MACHINE_ARCH=i386 BINFORMAT=ELF time make buildworld ... ... /usr/obj/usr/src/gnu/usr.bin/cc/libgcc/../cc/cc -B/usr/obj/usr/src/gnu/usr.bin/cc/libgcc/../cc1/ -B/usr/obj/usr/src/gnu/usr.bin/cc/libgcc/../cpp/ -c -O -pipe -I. -I/usr/src/gnu/usr.bin/cc/libgcc/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/libgcc/../../../../contrib/gcc/config -DFREEBSD_NATIVE -DDEFAULT_TARGET_VERSION=\"2.7.2.1\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" -I/usr/obj/usr/src/gnu/usr.bin/cc/libgcc/../cc_tools -I/usr/obj/usr/src/tmp/usr/include -DL_divdi3 -o _divdi3.o /usr/src/gnu/usr.bin/cc/libgcc/../../../../contrib/gcc/libgcc2.c {standard input}: Assembler messages: {standard input}:4: Error: Unknown pseudo-op: `.section' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. 1830.11 real 963.13 user 221.37 sys mozart:/usr/src# ============================================================================= So, I've gotten the same exact error twice, over the period of a week. This appears to be right in the middle of some gcc black magic, which I really don't understand, so I don't have a good understanding of what is wrong. What am I doing wrong? No one else has complained of such breakage... Thanks, Jason Jason Evans Email: [jasone@canonware.com] Web: [http://www.canonware.com/~jasone] Home phone: [(650) 856-8204] Work phone: [(408) 774-8007] Quote: ["Invention is 1% inspiration and 99% perspiration" - Thomas Edison] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message