From owner-freebsd-stable Wed Aug 16 3:33:21 2000 Delivered-To: freebsd-stable@freebsd.org Received: from racine.cybercable.fr (racine.cybercable.fr [212.198.0.201]) by hub.freebsd.org (Postfix) with SMTP id 615F237BBDE for ; Wed, 16 Aug 2000 03:33:09 -0700 (PDT) (envelope-from mux@qualys.com) Received: (qmail 2220091 invoked from network); 16 Aug 2000 10:33:04 -0000 Received: from r121m50.cybercable.tm.fr (HELO qualys.com) ([195.132.121.50]) (envelope-sender ) by racine.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 16 Aug 2000 10:33:04 -0000 Message-ID: <399A6E81.7615812D@qualys.com> Date: Wed, 16 Aug 2000 12:35:46 +0200 From: Maxime Henrion X-Mailer: Mozilla 4.74 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: is -STABLE broken ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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