Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Dec 2004 16:29:39 -0800
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        Mike Hunter <mhunter@ack.Berkeley.EDU>
Cc:        freebsd-current@freebsd.org
Subject:   Re: coredump while trying to build world (2004.12.08.1600-0800 src)
Message-ID:  <20041209002939.GB7272@troutmask.apl.washington.edu>
In-Reply-To: <20041209002430.GA18622@ack.Berkeley.EDU>
References:  <20041209002430.GA18622@ack.Berkeley.EDU>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Dec 08, 2004 at 04:24:30PM -0800, Mike Hunter wrote:
> Hi,
> 
> I'm trying to go from RELENG_5 to HEAD on my new amd64, but I'm bombing
> out here:
> 
> 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
> building shared library libmagic.so.1
> Segmentation fault (core dumped)
> *** Error code 139
> 

You need to back out the recent changes to make(1).
In your supfile file that you use with cvsup, set

*default date=2004.11.08.00.00.00
src-usrbin

cd /usr/src/usr.bin/make
make
make install

PS: surprising the broken make(1) actually works for building
a new make(1).

-- 
Steve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041209002939.GB7272>