Gentoo Archives: gentoo-user

From: Andrey Moshbear <andrey.vul@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Broken GCC
Date: Sat, 08 Sep 2012 00:36:04
Message-Id: CAFnZeoQ0b-L7+a+uugtsNG3waDJwr_EOF3pTcOU5v06D6YmTCA@mail.gmail.com
In Reply to: Re: [gentoo-user] Broken GCC by Samuraiii
1 On Fri, Sep 7, 2012 at 5:03 PM, Samuraiii <samurai.no.dojo@×××××.com> wrote:
2 >
3 >
4 >
5 > On 2012-09-07 19:38, Andrey Moshbear wrote:
6 >> On Fri, Sep 7, 2012 at 1:24 PM, Samuraiii <samurai.no.dojo@×××××.com> wrote:
7 >>
8 >>> Are there any tips for gentoo amd64 with core2duo?
9 >>> Google doesn't seem to give any usable answers (I don't need configure
10 >>> binhost yet)
11 >> While I can make a binpkg for gcc:{4,5,4.6,4.7} or glibc-2.15-r2 on my
12 >> c2d-penryn laptop, my adsl upload rate is pretty slow, so it'll take a
13 >> while to upload it to my VPS.
14 >>
15 >> In terms of guides, a 5-second googling showed up:
16 >> https://wiki.gentoo.org/wiki/Binary_package_guide
17 >> http://en.gentoo-wiki.com/wiki/Using_Portage_BINHOST
18 >>
19 > I have an idea waht about make chrooted mini install just to compile gcc
20 > glibc and binutils... wouldn't take so long time than upload or emerge
21 > -NuDe @world...
22
23 Download stage1, chroot into it, and run
24 /usr/portage/scripts/bootstrap.sh, then exit the chroot and copy
25 usr/include recursively.
26 However, you will still need to do emerge -e @world because the rest
27 of /usr/include may still be dysfunctional.
28
29 Also, -D -N -u is redundant when combined with -e. -e implies -D and
30 -N -u is pointless when -e is used, since everything is already
31 included.

Replies

Subject Author
Re: [gentoo-user] Broken GCC Samuraiii <samurai.no.dojo@×××××.com>