From owner-freebsd-questions@FreeBSD.ORG Wed May 17 14:25:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13A5816A5C5 for ; Wed, 17 May 2006 14:25:44 +0000 (UTC) (envelope-from federico@michosa.com) Received: from casa.michosa.com (cip-68-37.bbs.surfcity.net [66.116.68.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D4E543D77 for ; Wed, 17 May 2006 14:25:39 +0000 (GMT) (envelope-from federico@michosa.com) Received: from lico (lico [192.168.0.2]) by casa.michosa.com (8.13.4/8.13.4) with ESMTP id k4HEPZtm040558 for ; Wed, 17 May 2006 07:25:38 -0700 (PDT) (envelope-from federico@michosa.com) Message-Id: <200605171425.k4HEPZtm040558@casa.michosa.com> From: "Federico Canton" To: Date: Wed, 17 May 2006 07:25:35 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2663 Thread-Index: AcZ5vcM+M3Qyr39dTECNKMLPJ4HBQQ== Subject: Buildworld fails 6.0-RELEASE-p4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 14:25:44 -0000 Hello, I have not been able to successfully buildworld for a few months. My last succesfull buildworld was on 1/25/06. $ uname -a FreeBSD casa.michosa.com 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #0: Wed Jan 25 17:25:16 PST 2006 root@casa.michosa.com:/usr/obj/usr/src/sys/MYKERNEL i386 Buildworld failed when I was trying to update to RELENG_6, and I thought it was a bug that would be fixed by RELENG_6_1. Now that 6.1 has been released I have tried many times, but still every time buildworld fails at a different place. Below I added the last two times it failed. I first installed 5.3 in the computer, and I never had problems with buildworld for 5.3, 5.4, or 6.0. Have tried deleting /usr/src/contrib and running cvsup again. I tried running buildworld with and without the -j option. I tried single user, multi-user, serial-port console, ssh terminal (the pc does not have a video card). cd /usr/src ; make cleanworld ; make cleandir ; make cleandir ; make buildworld Thanks for your help federico cc -O2 -fno-strict-aliasing -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libssl/../../../crypto/openssl -I/usr/src/secure/lib/libssl/../../../crypto/openssl/crypto -I/usr/obj/usr/src/secure/lib/libssl -DOPENSSL_THREADS -DOPENSSL_NO_IDEA -DL_ENDIAN -DNO_IDEA -c /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s2_srvr.c /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s2_srvr.c: In function `ssl2_accept': /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s2_srvr.c:380: internal compiler error: Segmentation fault: 11 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 Stop in /usr/src/secure/lib/libssl. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. cc -O2 -fno-strict-aliasing -pipe -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr/obj/usr/src/tmp/usr\" -I/usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config -DHAVE_CONFIG_H -DTARGET_NAME=\"i386-undermydesk-freebsd\" -DIN_GCC -I/usr/obj/usr/src/tmp/legacy/usr/include -c insn-attrtab.c insn-attrtab.c: In function `ppro_p0_unit_blockage': insn-attrtab.c:37205: internal compiler error: Segmentation fault: 11 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc/cc_int. *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src.