Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] Bootstrapping on Solaris 64-bits, binutils breakage
Date: Wed, 13 Oct 2010 09:05:22
Message-Id: 20101013090505.GE3780@gentoo.org
1 All,
2
3 I just noticed that bootstrapping on Solaris 64-bits breaks with
4 binutils, because it happens to find libiberty.a from /usr/sfw/64
5 instead of its own internal built in copy.
6
7 I'm not yet sure how to fix it properly, but for now, I applied this
8 hack/workaround in step 1.7:
9
10 env LDFLAGS="-L$EPREFIX/usr/lib -R$EPREFIX/usr/lib -L$EPREFIX/lib -R$EPREFIX/lib" emerge --oneshot --nodeps binutils
11
12 this worked for me to get binutils built. gcc seems to the next to
13 break for the same reasons. So you'll also need
14
15 env LDFLAGS="-L$EPREFIX/usr/lib -R$EPREFIX/usr/lib -L$EPREFIX/lib -R$EPREFIX/lib" emerge --oneshot --nodeps "=gcc-4.2*"
16
17
18 --
19 Fabian Groffen
20 Gentoo on a different level

Replies