From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DMARC_NONE,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from HERMES.genomatica.com (neuromancer.genomatica.com [12.105.233.242]) by chiba.3jane.net (Postfix) with SMTP id A8924ABCFC for ; Tue, 30 Apr 2002 14:25:48 -0500 (CDT) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 30 Apr 2002 12:25:22 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: bootstrap.sh issues Thread-Index: AcHwWc4VIdhcwlqcTYCJSe35YeM9nQAIiscw From: "Sean P. Kane" To: Subject: [gentoo-dev] bootstrap.sh issues Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 427ff387-7f46-4f6b-b6f6-ef230a92a54c X-Archives-Hash: b27d14be7dfd337fe4a8968b63194d61 I am trying to troubleshoot a problem that is occurring with the bootstrap.sh script during install. Groff is failing to build on a lot of people machines. See: http://bugs.gentoo.org/show_bug.cgi?id=3D1805 Can anyone tell me what packages the bootstrap process installs? Is it everything in /usr/portage/profiles/default/packages? Also is it safe to emerge gcc and groff using my current make.conf file and then run the bootstrap.sh or will this just end up re-emerging gcc and wiping out what I had done? And finally, if this is the case, any idea how I can edit this to build gcc in a particular way (i.e. with g++ support in it)? The USE=3Dbuild that gets set in this script seems to exclude g++ from gcc during the compile. Thanks, Sean