Date: Wed, 9 Mar 2005 15:47:27 -0500 From: Jung-uk Kim <jkim@niksun.com> To: Aaron Daubman <daubman@gmail.com> Cc: freebsd-amd64@freebsd.org Subject: Re: Consistant buildworld Segmentation fault at '===> gnu/usr.bin/cc/cpp' after latest RELENG_5 cvsup Message-ID: <200503091547.27614.jkim@niksun.com> In-Reply-To: <ae6373410503091224521a4e36@mail.gmail.com> References: <ae637341050309063657975c7@mail.gmail.com> <200503091404.25226.jkim@niksun.com> <ae6373410503091224521a4e36@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 09 March 2005 03:24 pm, Aaron Daubman wrote: > Hi Jung-uk, > > That worked! Cool. > What tipped you off? What part of my make.conf would be causing > problems? > > I'd think at the very least I'd want to build with: > NOPROFILE= true > MAKE_IDEA= YES > USA_RESIDENT= YES > > and -O -pipe isn't all that aggressive... Currently amd64 doesn't build well with custom CFLAGS. Most of the problems are directly coming from GCC bugs in the system (currently GCC 3.4.2-20040728). I am hoping that we import GCC 3.4.4 in the near future, which has lots of amd64 bug fixes. GCC 3.4.4 doesn't fix every known problem[1] but it works okay. Experimental patchsets are available from: http://people.freebsd.org/~kan Cheers, Jung-uk Kim [1] GCC 3.4.4 still has rare but nasty bugs such as this: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17825 I was so frustrated when I hit this bug. :-( > Thanks, > ~Aaron > > On Wed, 9 Mar 2005 14:04:25 -0500, Jung-uk Kim <jkim@niksun.com> > wrote: ... > > > Can you try again without /etc/make.conf? > > > > Jung-uk Kim > > > > > Thanks again, > > > ~Aaron
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503091547.27614.jkim>