Gentoo Archives: gentoo-dev

From: "Sean P. Kane" <spkane@××××××××××.com>
To: gentoo-dev@g.o
Subject: [gentoo-dev] bootstrap.sh issues
Date: Tue, 30 Apr 2002 14:25:48
Message-Id: C42D120999B1CC4C886B6BB2832F356019B2B8@HERMES.genomatica.com
1 I am trying to troubleshoot a problem that is occurring with the
2 bootstrap.sh script during install. Groff is failing to build on a lot
3 of people machines. See: http://bugs.gentoo.org/show_bug.cgi?id=1805
4
5 Can anyone tell me what packages the bootstrap process installs? Is it
6 everything in /usr/portage/profiles/default/packages? Also is it safe to
7 emerge gcc and groff using my current make.conf file and then run the
8 bootstrap.sh or will this just end up re-emerging gcc and wiping out
9 what I had done? And finally, if this is the case, any idea how I can
10 edit this to build gcc in a particular way (i.e. with g++ support in
11 it)? The USE=build that gets set in this script seems to exclude g++
12 from gcc during the compile.
13
14
15 Thanks,
16 Sean