From owner-freebsd-current@FreeBSD.ORG Thu May 1 19:34:31 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 9D1A937B401 for ; Thu, 1 May 2003 19:34:31 -0700 (PDT) Received: from thalia.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AA1843FA3 for ; Thu, 1 May 2003 19:34:30 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b217.otenet.gr [212.205.244.225]) by thalia.otenet.gr (8.12.9/8.12.9) with ESMTP id h422YPTR018666 for ; Fri, 2 May 2003 05:34:27 +0300 (EEST) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.9/8.12.9) with ESMTP id h422YOv3066258 for ; Fri, 2 May 2003 05:34:24 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.9/8.12.9/Submit) id h422YOOt066257 for current@freebsd.org; Fri, 2 May 2003 05:34:24 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 2 May 2003 05:34:24 +0300 From: Giorgos Keramidas To: current@freebsd.org Message-ID: <20030502023424.GA40295@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: libgcc failures while building world 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, 02 May 2003 02:34:31 -0000 I'm trying to buildworld today after a few days that I've been away from 5.X stuff and keep bumping on the same failure during the libgcc build over and over again: ... : -------------------------------------------------------------- : >>> stage 4: populating /usr/obj/usr/src/i386/usr/include : -------------------------------------------------------------- : >>> stage 4: building libraries : -------------------------------------------------------------- : cc -c -O2 -Wall -pipe -fexceptions -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -DFINE_GRAINED_LIBRARIES -D_PTHREADS -DGTHREAD_USE_WEAK -I/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc -I. -DL_fixtfdi -o _fixtfdi.o /usr/src/gnu/lib/libgcc/../../../contrib/gcc/libgcc2.c : *** Signal 11 : : Stop in /usr/src/gnu/lib/libgcc. : *** Error code 1 : : Stop in /usr/src. : *** Error code 1 I'm running a userland & kernel from Apr 19 (cvsupped around 14:15 UTC). Since I haven't had the time to catch up with all the commit mail, does the error message shown above ring a bell to anyone? Skimming through UPDATING and the HEADS UP notices of this list didn't seem to provide any helpful hints so far. - Giorgos