Date: Sun, 7 Jun 1998 16:19:00 -0700 (PDT) From: Jason Evans <jasone@canonware.com> To: freebsd-current@FreeBSD.ORG Subject: 'make buildworld' failure for one week. Message-ID: <Pine.BSF.3.96.980607160428.14641C-100000@keaggy.canonware.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980607160428.14641C-100000>