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:14:25
Message-Id: 1249053261.8548.13.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:11 +0200, Fabian Groffen wrote:
2 > On 31-07-2009 16:09:34 +0100, Alan Hourihane wrote:
3 > > On Fri, 2009-07-31 at 17:01 +0200, Fabian Groffen wrote:
4 > > > can you be a bit more explanatory on what this is about exactly?
5 > >
6 > > This mess, and the associated code in toolchain.eclass.....
7 > >
8 > > if [[ ${EPREFIX} != ${realEPREFIX} ]] ; then
9 > > ewarn "Your \${EPREFIX} contains one or more symlinks.
10 > > GCC has
11 > > a"
12 > > ewarn "bug which prevents it from working properly when
13 > > there ar
14 > > e"
15 > > ewarn "symlinks in your \${EPREFIX}."
16 > > ewarn "See
17 > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29831"
18 > > ewarn "Continuing with your EPREFIX set to:"
19 > > ewarn "${realEPREFIX}"
20 > > export EPREFIX=${realEPREFIX}
21 > > fi
22 >
23 > I guess the problem is that it works for you but breaks for others?
24
25 It's fine here.
26
27 At least a variable to turn it off would be useful.
28
29 Alan.

Replies

Subject Author
Re: [gentoo-alt] horrible GCC symlink fix Galaxy <galaxy001@×××××.com>