From owner-freebsd-current@FreeBSD.ORG Fri Sep 26 15:03:49 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84B1D16A4B3 for ; Fri, 26 Sep 2003 15:03:49 -0700 (PDT) Received: from www.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 247FA43F75 for ; Fri, 26 Sep 2003 15:03:48 -0700 (PDT) (envelope-from derek@computinginnovations.com) Received: from p17.computinginnovations.com (dhcp-192-168-1-121.computinginnovations.com [192.168.1.121]) (authenticated bits=0)h8QM3g2X046169 for ; Fri, 26 Sep 2003 17:03:46 -0500 (CDT) Message-Id: <5.2.1.1.2.20030926165938.010921c0@www.computinginnovations.com> X-Sender: derek@www.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Date: Fri, 26 Sep 2003 17:03:36 -0500 To: freebsd-current@freebsd.org From: Derek Ragona Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: 5.1 p7 to 5.1 p8 compile problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2003 22:03:49 -0000 I am trying to update a server from RELENG_5_1 p7 to RELENG_5_1 p8 for the last security advisory. I had no problem building the p7. I cvsup'd but the compile breaks. I tried other mirrors, and even completely repopulated /usr/src. But it still breaks. The latest breakdown is: ==================================================== building static objc library ranlib libobjc.a ===> gnu/lib/libg2c cc -O -pipe -march=pentiumpro -DHAVE_CONFIG_H=1 -DSTDC_HEADERS=1 -DHAVE_TEMPNAM=1 -DNO_EOF_CHAR_CHECK=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -DIEEE_drem=1 -DAllow_TYQUAD -DPedantic -I/usr/src/gnu/lib/libg2c/../../../contrib/libf2c -I/usr/src/gnu/lib/libg2c/../../../contrib/libf2c/libF77 -I/usr/src/gnu/lib/libg2c/../../../contrib/libf2c/libI77 -I/usr/src/gnu/lib/libg2c/../../../contrib/libf2c/libU77 -I/usr/src/gnu/lib/libg2c -c -DLabort -o abort.o /usr/src/gnu/lib/libg2c/../../../contrib/libf2c/f2cext.c cc -O -pipe -march=pentiumpro -DHAVE_CONFIG_H=1 -DSTDC_HEADERS=1 -DHAVE_TEMPNAM=1 -DNO_EOF_CHAR_CHECK=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -DIEEE_drem=1 -DAllow_TYQUAD -DPedantic -I/usr/src/gnu/lib/libg2c/../../../contrib/libf2c -I/usr/src/gnu/lib/libg2c/../../../contrib/libf2c/libF77 -I/usr/src/gnu/lib/libg2c/../../../contrib/libf2c/libI77 -I/usr/src/gnu/lib/libg2c/../../../contrib/libf2c/libU77 -I/usr/src/gnu/lib/libg2c -c -DLaccess -o access.o /usr/src/gnu/lib/libg2c/../../../contrib/libf2c/f2cext.c Segmentation fault (core dumped) *** Error code 139 Stop in /usr/src/gnu/lib. *** 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.=============================================================== Any ideas on how to fix this? -Derek derek@computinginnovations.com