Gentoo Archives: gentoo-dev

From: Daniel Robbins <drobbins@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] db fails to build during cd install
Date: Sun, 23 Dec 2001 14:48:37
Message-Id: 20011223144837.D18850@chiba.3jane.net
In Reply to: [gentoo-dev] db fails to build during cd install by scott worley
1 On Sun, Dec 23, 2001 at 12:32:26PM -0800, scott worley wrote:
2 > Hi,
3 >
4 > Don't know if I caused this by adding USE flags during CD install...
5 >
6 > db-3.2.3h-r4.ebuild fails complaining there is no c++ compiler. I
7 > checked gcc ebuild and it has languages=c. Started over booting CD,
8 > untarring tbz2, partitions, etc. After emerge rsync edited gcc ebuild
9 > file and changed to languages=c,c++
10
11 [snip]
12
13 > I did add many USE flags...
14 > removed USE kde
15 > added USE gtkhtml bonobo java pdflib sse oss
16
17 I think you also added "build", which tells gcc to not build a c++ compiler.
18 Remove it from your USE setting and re-bootstrap and this problem will go away.
19
20 Best Regards,
21
22 --
23 Daniel Robbins <drobbins@g.o>
24 Chief Architect/President http://www.gentoo.org
25 Gentoo Technologies, Inc.

Replies

Subject Author
Re: [gentoo-dev] db fails to build during cd install Martin Schlemmer <azarah@g.o>