Gentoo Archives: gentoo-user

From: Bastian Balthazar Bux <BastianBalthazarBux@×××××××××.it>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gentoo with Kernel 2.6, GCC 3.4 and NPTL?
Date: Sun, 05 Dec 2004 19:03:02
Message-Id: 41B35FFD.7030004@pnpitalia.it
In Reply to: Re: [gentoo-user] Gentoo with Kernel 2.6, GCC 3.4 and NPTL? by Philipp Hasse
1 Philipp Hasse wrote:
2
3 >Hi,
4 >
5 >I found the problem why bootstrap.sh fails:
6 >I used gentoo/releases/x86/2004.3/stages/x86/stage1-x86-2004.3.tar.bz2 for a
7 >stage1 install. During bootstrap sys-devel/gcc-config seems not to get
8 >updated. So an old version is used which does not handle the new GCC path in
9 >/usr/lib/ correctly; that is, gcc 3.4.2 and up will install to /usr/lib/gcc
10 >instead of /usr/lib/gcc-lib. This leads to strange errors (cannot find gcc)
11 >and entries in /etc/env.d/gcc/config.
12 >To bypass this problem you only have to copy a newer version of gcc-config
13 >to /usr/bin/ after doing an "emerge sync" but before running
14 >"scripts/bootstrap".sh: "cp
15 >/usr/portage/sys-devel/gcc-config/files/gcc-config-1.3.6
16 >/usr/bin/gcc-config"
17 >
18 >Furthermore installing GCC 3.4, Kernel 2.6 and NPTL seems to work with
19 >default-linux/x86/2005.0, too. You only have to adjust the files which
20 >reside in /etc/portage (introduced with portage version 2.0.50); that is,
21 >allowing ~x86 to be applied for gcc, glibc, libstdc++-v3 (in
22 >package.keywords) and setting virtual/kernel, virtual/os-headers to
23 >linux26-headers (in profile/virtuals).
24 >
25 >Regards
26 >Philipp Hasse
27 >
28 >--
29 >gentoo-user@g.o mailing list
30 >
31 >
32 >
33 >
34 starting from the ground with a stage1 profile
35
36 2005.0 profile or overriding it with /etc/portage/profiles gives me the
37 following error:
38
39 scripts/bootstrap.sh: eval: line 1: unexpected EOF while looking for
40 matching `''
41
42 then follow a list of the packages that it would emerge without the
43 version.
44
45 I'm trying 2004.3 following the idea of Philipp Hasse of unmask the
46 packages.
47 I obtain the following list :
48 * Using baselayout : >=sys-apps/baselayout-1.11.7-r2
49 * Using portage : >=sys-apps/portage-2.0.51
50 * Using os-headers : >=sys-kernel/linux26-headers-2.6.8.1-r1
51 * Using binutils : >=sys-devel/binutils-2.14.90.0.8-r1
52 * Using gcc : >=sys-devel/gcc-3.4.3-r1
53 * Using gettext : sys-devel/gettext
54 * Using libc : virtual/libc
55 * Using texinfo : sys-apps/texinfo
56 * Using zlib : sys-libs/zlib
57 * Using ncurses : sys-libs/ncurses
58
59 also here there are packages without version but the error
60 disappeared... booh
61 in doubt, tryed this one
62
63 <file "/etc/portage/packages.use">
64 dev-lang/gpc ~x86
65 sys-apps/baselayout ~x86
66 sys-devel/binutils ~x86
67 sys-devel/gcc ~x86
68 sys-libs/glibc ~x86
69 </file>
70
71
72 --
73 gentoo-user@g.o mailing list