Date: Wed, 16 Aug 2000 12:35:46 +0200 From: Maxime Henrion <mux@qualys.com> To: freebsd-stable@freebsd.org Subject: is -STABLE broken ? Message-ID: <399A6E81.7615812D@qualys.com>
next in thread | raw e-mail | index | archive | help
Hi,
I cvsupped the FreeBSD soruce one hour ago and can't make world.
The make buildworld died three times at the _same_ place with this error
message :
cc -O -pipe -DTERMIOS -DANSI_SOURCE -DNO_IDEA
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto
-I/usr/obj/usr/src/secure/lib/libcrypto -DL_ENDIAN
-DDEVRANDOM=\"/dev/urandom\" -I/usr/obj/usr/src/i386/usr/include -c
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509v3/v3_conf.c
-o v3_conf.o
cc: Internal compiler error: program cc1 got fatal signal 4
*** Error code 1
Stop in /usr/src/secure/lib/libcrypto.
*** Error code 1
Stop in /usr/src/secure/lib.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
It's weird because signal 4 is SIGILL, and means that an illegal
instruction has been caught. (exception #6 if I remember right). So it
looks like a bug in the compiler.
Here is my uname -a ouput :
FreeBSD nebula.org 4.1-STABLE FreeBSD 4.1-STABLE #0: Sun Aug 6 14:11:38
CEST 2000 root@nebula.org:/usr/src/sys/compile/NEBULA i386
and the output of cc -v is :
Using builtin specs.
gcc version 2.95.2 19991024 (release)
Any help would be greatly appreciated.
Best regards,
Maxime Henrion
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?399A6E81.7615812D>
