From owner-freebsd-current@FreeBSD.ORG Thu Dec 9 10:10:43 2004 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 AE99116A4CE for ; Thu, 9 Dec 2004 10:10:43 +0000 (GMT) Received: from smtp-1.dlr.de (smtp-1.dlr.de [129.247.247.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B3F443D2D for ; Thu, 9 Dec 2004 10:10:43 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from beagle.kn.op.dlr.de ([129.247.173.178]) by smtp-1.dlr.de over TLS secured channel with Microsoft SMTPSVC(5.0.2195.6713); Thu, 9 Dec 2004 11:10:42 +0100 Date: Thu, 9 Dec 2004 11:12:11 +0100 (CET) From: Harti Brandt X-X-Sender: brandt@beagle.kn.op.dlr.de To: Mike Hunter In-Reply-To: <20041209003443.GA19328@ack.Berkeley.EDU> Message-ID: <20041209111146.N86222@beagle.kn.op.dlr.de> References: <20041209002430.GA18622@ack.Berkeley.EDU> <20041209003443.GA19328@ack.Berkeley.EDU> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 09 Dec 2004 10:10:42.0291 (UTC) FILETIME=[57242430:01C4DDD7] cc: freebsd-current@freebsd.org cc: Steve Kargl Subject: Re: coredump while trying to build world (2004.12.08.1600-0800 src) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Harti Brandt List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Dec 2004 10:10:43 -0000 On Wed, 8 Dec 2004, Mike Hunter wrote: MH>On Dec 08, "Steve Kargl" wrote: MH> MH>> On Wed, Dec 08, 2004 at 04:24:30PM -0800, Mike Hunter wrote: MH>> > Hi, MH>> > MH>> > I'm trying to go from RELENG_5 to HEAD on my new amd64, but I'm bombing MH>> > out here: MH>> > MH>> > cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -DMAGIC='"/usr/share/misc/magic"' -DBUILTIN_ELF -DELFCORE -DHAVE_CONFIG_H -I/usr/src/lib/libmagic -I/usr/src/lib/libmagic/../../contrib/file -c /usr/src/lib/libmagic/../../contrib/file/softmagic.c -o softmagic.So MH>> > building shared library libmagic.so.1 MH>> > Segmentation fault (core dumped) MH>> > *** Error code 139 MH>> > MH>> MH>> You need to back out the recent changes to make(1). MH>> In your supfile file that you use with cvsup, set MH>> MH>> *default date=2004.11.08.00.00.00 MH>> src-usrbin MH>> MH>> cd /usr/src/usr.bin/make MH>> make MH>> make install MH> MH>Thank you for the detailed help! I'll let you know if it doesn't work MH>(currently up against the cvs access limit :| ). Fixed in rev. 1.43 of dir.c harti