From owner-freebsd-hackers Wed Jan 26 1:15:55 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from pogo.caustic.org (pogo.caustic.org [208.44.193.69]) by hub.freebsd.org (Postfix) with ESMTP id 2535715224 for ; Wed, 26 Jan 2000 01:15:47 -0800 (PST) (envelope-from jan@caustic.org) Received: from localhost (jan@localhost) by pogo.caustic.org (8.9.3/ignatz) with ESMTP id BAA04527 for ; Wed, 26 Jan 2000 01:16:52 -0800 (PST) Date: Wed, 26 Jan 2000 01:16:52 -0800 (PST) From: "f.johan.beisser" To: freebsd-hackers@freebsd.org Subject: compiler errors (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i just got this from a friend of mine.. can anyone help him? -- jan +-----// f. johan beisser //------------------------------+ email: jan[at]caustic.org web: http://www.caustic.org/~jan "knowledge is power. power corrupts. study hard, be evil." ---------- Forwarded message ---------- Date: Wed, 26 Jan 2000 01:13:41 -0800 From: Chris Doherty To: jan@caustic.org Subject: compiler errors ok, here's the scenario. I didn't install any ports until I went to do the `make buildworld`, when I installed cvsup to get the source updates. full binary+sources install from the 14 Jan 2000 snapshot AMD K6-2 450MHz (corroborated by dmesg output) c. 8 gig Seagate IDE HD 64 megs RAM cheap motherboard with everything built in, and one PCI slot here is the final lines of output from trying to compile the GENERIC kernel (doing a `/usr/sbin/config GENERIC`): --------------- yydebug: state 113, reading 257 (IDENTIFIER) cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../netinet/igmp.c yydebug: state 56, reading 257 (IDENTIFIER) cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../netinet/in.c cc: Internal compiler error: program cc1 got fatal signal 11 *** Error code 1 --------------- and, after cvsupping the latest source changes (26 Jan 2000), here's how `make buildworld` ended: --------------- cc -O -pipe -D_GNU_SOURCE -I- -I. -I/usr/src/gnu/usr.bin/binutils/libiberty -I/usr/src/gnu/usr.bin/binutils/libiberty/../libbfd/i386 -I/usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/include - I/usr/obj/usr/src/i386/usr/include -c /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libiberty/c plus-dem.c -o cplus-dem.o cc: Internal compiler error: program cc1 got fatal signal 11 *** Error code 1 Stop in /usr/src/gnu/usr.bin/binutils/libiberty. *** Error code 1 Stop in /usr/src/gnu/usr.bin/binutils. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. frodo# {standard input}: Assembler messages: {standard input}:4: Error: no such 386 instruction: `state' {standard input}:2315: Warning: end of file not at end of a line; newline inserted --------------- ------------------------------- Chris Doherty cdoherty@skidmore.edu If you cannot find the truth right where you are, where else do you expect to find it? -- Dogen It is from moments of confusion that we develop moments of clarity. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message