Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] mysql build error
Date: Wed, 28 Feb 2007 09:31:24
Message-Id: 200702281025.29514.bo.andresen@zlin.dk
In Reply to: Re: [gentoo-user] mysql build error by Uwe Thiem
1 On Wednesday 28 February 2007 07:19:10 Uwe Thiem wrote:
2 > > Are you sure there isn't a second entry setting CXXFLAGS=O3? Or perhaps
3 > > in your env?
4 > >
5 > > # grep CXXFLAGS /etc/make.conf
6 > > # env | grep CXXFLAGS
7 >
8 > uwe@uwix ~ $ grep CXX /etc/make.conf
9 > CXXFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe"
10 >
11 > uwe@uwix ~ $ env | grep CXX
12 > CXXFLAGS=-O3 -march=pentium4 -mcpu=pentium4
13 >
14 > So where does the dash get lost? Weird.
15
16 So it is set in your env. To something different than in your make.conf. While
17 this still doesn't explain how it got set to O3 it does seem to suggest that
18 somehow you're polluting your env... I suggest you figure out where it gets
19 set or make sure that it doesn't anymore.
20
21 You've pasted an emerge --info where it was set to O3 which matches the error
22 message in config.log. So once you've figured out to have emerge --info
23 report something sensible you should be able to emerge it...
24
25 --
26 Bo Andresen

Replies

Subject Author
Re: [gentoo-user] mysql build error Uwe Thiem <uwix@××××.na>