Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] python segfault
Date: Wed, 15 Nov 2006 18:49:39
Message-Id: 200611151943.42966.bo.andresen@zlin.dk
In Reply to: Re: [gentoo-user] python segfault by Andrey <4ndrey@gmail.com>
1 On Wednesday 15 November 2006 19:10, Andrey wrote:
2 [SNIP]
3 > To Bo Ørsted Andresen:
4 > ;)
5 > Yes I've unstable flags:
6 > LDFLAGSHASHSTYLE=" -Wl,--hash-style=both"
7 > CFLAGS="-Os -march=pentium3 -frename-registers -fweb -pipe
8 > -fomit-frame-pointer -funit-at-a-time -freorder-blocks -fno-ident
9 > -freorder-blocks-and-partition -fgcse-sm -fgcse-las -fgcse-after-reload
10 > -fmerge-all-constants -combine"
11 > CXXFLAGS="${CFLAGS} -fvisibility-inlines-hidden"
12 > LDFLAGS="-Wl,-O1${LDFLAGSHASHSTYLE}"
13 >
14 > But all system emerged well. And works also fine.
15 > Except python... It doesn't compile.
16 > Now I'm using python emerged with stable flags...
17
18 So.. been following Conrad's guide to bork your system [1], huh? I got the
19 hunch from bug #146292 [2]. In either case please don't *ever* file a bug
20 using this configuration. And note that changing your configuration isn't
21 just changing the contents of /etc/make.conf. You need to `emerge -e world`
22 after that! I for one will never understand why people want to break their
23 systems like this...!
24
25 [1] http://forums.gentoo.org/viewtopic-t-509252-highlight-hashstyle.html
26 [2] http://bugs.gentoo.org/show_bug.cgi?id=146292
27
28 --
29 Bo Andresen

Replies

Subject Author
Re: [gentoo-user] python segfault Andrey <4ndrey@×××××.com>