Gentoo Archives: gentoo-alt

From: Alan Hourihane <alanh@×××××××××××.uk>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] horrible GCC symlink fix
Date: Fri, 31 Jul 2009 15:09:38
Message-Id: 1249052974.8548.12.camel@server.demon.co.uk
In Reply to: Re: [gentoo-alt] horrible GCC symlink fix by Fabian Groffen
1 On Fri, 2009-07-31 at 17:01 +0200, Fabian Groffen wrote:
2 > On 31-07-2009 15:03:25 +0100, Alan Hourihane wrote:
3 > > Can we finally get rid of the horrible GCC kludge for the symlink issue
4 > > in the eclass ?
5 > >
6 > > Or at the very least provide a flag in which I can turn it off without
7 > > having the need to go poking eclass everytime I've re-synced ?
8 >
9 > can you be a bit more explanatory on what this is about exactly?
10
11 This mess, and the associated code in toolchain.eclass.....
12
13 if [[ ${EPREFIX} != ${realEPREFIX} ]] ; then
14 ewarn "Your \${EPREFIX} contains one or more symlinks.
15 GCC has
16 a"
17 ewarn "bug which prevents it from working properly when
18 there ar
19 e"
20 ewarn "symlinks in your \${EPREFIX}."
21 ewarn "See
22 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29831"
23 ewarn "Continuing with your EPREFIX set to:"
24 ewarn "${realEPREFIX}"
25 export EPREFIX=${realEPREFIX}
26 fi
27
28 Alan.

Replies

Subject Author
Re: [gentoo-alt] horrible GCC symlink fix Fabian Groffen <grobian@g.o>