Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] horrible GCC symlink fix
Date: Fri, 31 Jul 2009 15:12:05
Message-Id: 20090731151157.GB20090@gentoo.org
In Reply to: Re: [gentoo-alt] horrible GCC symlink fix by Alan Hourihane
1 On 31-07-2009 16:09:34 +0100, Alan Hourihane wrote:
2 > On Fri, 2009-07-31 at 17:01 +0200, Fabian Groffen wrote:
3 > > can you be a bit more explanatory on what this is about exactly?
4 >
5 > This mess, and the associated code in toolchain.eclass.....
6 >
7 > if [[ ${EPREFIX} != ${realEPREFIX} ]] ; then
8 > ewarn "Your \${EPREFIX} contains one or more symlinks.
9 > GCC has
10 > a"
11 > ewarn "bug which prevents it from working properly when
12 > there ar
13 > e"
14 > ewarn "symlinks in your \${EPREFIX}."
15 > ewarn "See
16 > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29831"
17 > ewarn "Continuing with your EPREFIX set to:"
18 > ewarn "${realEPREFIX}"
19 > export EPREFIX=${realEPREFIX}
20 > fi
21
22 I guess the problem is that it works for you but breaks for others?
23
24
25 --
26 Fabian Groffen
27 Gentoo on a different level

Replies

Subject Author
Re: [gentoo-alt] horrible GCC symlink fix Alan Hourihane <alanh@×××××××××××.uk>