Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Mar 2005 09:33:54 -0500
From:      Aaron Daubman <daubman@gmail.com>
To:        obrien@freebsd.org
Cc:        freebsd-amd64@freebsd.org
Subject:   Re: Consistant buildworld Segmentation fault at '===> gnu/usr.bin/cc/cpp' after latest RELENG_5 cvsup
Message-ID:  <ae637341050310063365468329@mail.gmail.com>
In-Reply-To: <20050310044632.GB89100@dragon.nuxi.com>
References:  <ae637341050309063657975c7@mail.gmail.com> <200503091404.25226.jkim@niksun.com> <ae6373410503091224521a4e36@mail.gmail.com> <200503091547.27614.jkim@niksun.com> <20050310044632.GB89100@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> "-O -pipe" is the default in 5-STABLE, so setting it explicitly shouldn't
> cause any problems.

Yeah... seems you are correct.

I commented those lines out and restored the rest of my make.conf. 
Buildworld segfaulted in the same place again.

Here's the make.conf that caused the problem:
--------------------------------------------------------------------
PERL_VER=5.8.5
PERL_VERSION=5.8.5
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo

TOP_TABLE_SIZE= 101
BOOTWAIT=       4

NOGAMES=        true    # do not build games (games/ subdir)
NO_FORTRAN=     true
NO_LPR=         true
NO_X=           true
NOPROFILE=      true

MAKE_IDEA=      YES     # IDEA (128 bit symmetric encryption)
USA_RESIDENT=   YES

SUP_UPDATE=     YES
SUP=            /usr/local/bin/cvsup
SUPFLAGS=       -g -L 2
SUPHOST?=       cvsup3.freebsd.org
SUPFILE=        /usr/share/examples/cvsup/standard-supfile
PORTSSUPFILE=   /usr/share/examples/cvsup/ports-supfile
DOCSUPFILE=     /usr/share/examples/cvsup/doc-supfile

APACHE2=        true
WITH_APACHE2=   true
WITH_MODPERL2=  true

WITHOUT_EXTRA_ENCODINGS=yes 

WITH_OPENSSL_PORT=      YES
--------------------------------------------------------------------

Any other pointers on which directives are to blame?

Thanks again,
     ~Aaron



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