Gentoo Archives: gentoo-dev

From: AGottinger@t-online.de (Achim Gottinger)
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] Probs while compiling the latest build/system
Date: Fri, 22 Jun 2001 12:41:09
Message-Id: 3B337EFC.F3C4A71@gentoo.org
In Reply to: [gentoo-dev] Probs while compiling the latest build/system by Joerg Krause
1 Joerg Krause wrote:
2 >
3 > Hi,
4 >
5 > I try to build a new system with the latest build (6/20) and
6 > bootstrap-20010617. The comnpilinig
7 > of the bootstrap works without problems (except the missing /usr/bin/wget
8 > in the build package).
9 > But I'll have some problems while emerging the system. I couldn't compile
10 > the db-3.2.3h-r4.ebuild
11 > package. The configure script fails with the following error:
12 >
13 > checking for int32_t... yes
14 > checking for largest integral type... unsigned long long
15 > checking for integral type equal to pointer size... configure: error: can
16 > not run test program while cross compiling
17 >
18 > !!! ERROR: the ../dist/configure command did not complete successfully.
19 > !!! ("../dist/configure --host=i686-pc-linux-gnu --enable-compat185
20 > --enable-dump185 --prefix=/usr --enable-shared --enable-static
21 > --enable-cxx")
22 > !!! Since this is a critical task, ebuild will be stopped.
23 >
24 > !!! emerge aborting on /usr/portage/sys-libs/db/db-3.2.3h-r4.ebuild .
25 >
26
27 Yes, I had the same problem here, it worked after I used the lates glibc
28 rev, bootstrap-20010620.packages contained a previous rev.
29 You should also add CONFIG_PROTECT_MASK="/etc/env.d" to /etc/make.conf.
30 This makes sure /etc/env.d/05gcc
31 gets updated.
32
33 bye achim~
34
35
36 > --
37 > Joerg Krause
38 > JKrause@×××××.de
39 >
40 > _______________________________________________
41 > gentoo-dev mailing list
42 > gentoo-dev@××××××××××.org
43 > http://cvs.gentoo.org/mailman/listinfo/gentoo-dev

Replies

Subject Author
Re: [gentoo-dev] Probs while compiling the latest build/system Joerg Krause <JKrause@×××××.de>