Gentoo Archives: gentoo-user

From: Bertram Scharpf <lists@×××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Upgrading tetex, not finding crti.o [solved]
Date: Sun, 03 Dec 2006 02:33:23
Message-Id: 20061203022919.GA28312@bart.bertram-scharpf.homelinux.com
In Reply to: Re: [gentoo-user] Upgrading tetex, not finding crti.o by Richard Fish
1 Hi Richard,
2
3 Am Donnerstag, 30. Nov 2006, 19:54:33 -0700 schrieb Richard Fish:
4 > On 11/30/06, Bertram Scharpf <lists@×××××××××××××××.de> wrote:
5 > >Sorry, the output of '... 2>&1 >myfile' seems not to happen
6 > >in the correct order.
7 >
8 > Just for future reference, you want ">myfile 2>&1".
9
10 Oh, I learned this for several times. I hope I can keep it
11 this time.
12
13 > > http://www.bertram-scharpf.de/tmp/emerge-info
14 > > http://www.bertram-scharpf.de/tmp/emerge-vuD-tetex
15 >
16 > Ok, a few things:
17 >
18 > 1) in your original message, you stated that you had a directory
19 >
20 > /usr/lib/gcc/i386-pc-linux-gnu/3.4.6
21 >
22 > In fact, based on your emerge --info, you should have:
23 >
24 > /usr/lib/gcc/i686-pc-linux-gnu/3.4.6
25 >
26 > Was this a typo in your original message, or do you have both i386-
27 > and i686- compilers installed? (gcc-config -l)
28
29 Oops. Indeed I have installed `gcc' twice. SLOT=1 has
30 version 3.4.6 and SLOT=2 has 4.1.1 . I managed to solve this
31 with the following steps:
32
33 - remove the 3.4.6 version by "emerge -C ..."
34 (almost nothing works now)
35 - create symlinks "/usr/i386-pc-linux-gnu/gcc-bin" -> "..i686..."
36 "/usr/i686-pc-linux-gnu/gcc-bin/3.4.6" -> "... /4.1.1"
37 - re-emerge gcc, glibc and several other packages
38
39 This was probably too much effort, but I'm happy that it
40 works at all.
41
42 The package tetex is compiling without complaint now.
43
44 Thank you very much.
45
46 Bertram
47
48
49
50 --
51 Bertram Scharpf
52 Stuttgart, Deutschland/Germany
53 http://www.bertram-scharpf.de
54 --
55 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Upgrading tetex, not finding crti.o [solved] Richard Fish <bigfish@××××××××××.org>