Gentoo Archives: gentoo-user

From: Mike Diehl <mdiehl@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Can't emerge apache
Date: Sun, 20 Jan 2008 00:19:23
Message-Id: 200801191718.45497.mdiehl@diehlnet.com
In Reply to: Re: [gentoo-user] Can't emerge apache by Roman Zilka
1 On Saturday 19 January 2008 03:12:23 am Roman Zilka wrote:
2 > Hi Mike!
3 >
4 > > g++: /usr/lib/gcc/i486-pc-linux-gnu/4.1.1/crtbeginS.o: No such file or
5 > > directory
6 > > g++: /usr/lib/gcc/i486-pc-linux-gnu/4.1.1/crtendS.o: No such file or
7 > > directory
8 >
9 > i486 - this is kinda weird for a brand new box.
10
11 Ya, very weird. Here is what I've got in /etc/make.conf:
12 CHOST="i686-pc-linux-gnu"
13 MAKEOPTS="-j2"
14
15 USE="-acl -cups -dri -fortran -gpm -iconv -ipv6 -isdnlog -midi -mudflap -nls
16 -openmp -pppd -reflection -session -tcpd -truetype-fonts -type1-fonts
17 -unicode -xorg"
18
19 Seems rational to me. The box is going to be a stripped-down server.
20
21 > What's does your
22 > 'emerge --info' look like?
23 > Maybe you've got a wrong CHOST set up. What
24 > does 'ls /usr/lib/gcc/*/*/crt*S.o' report (just to be sure)? Are you
25 > able to emerge any other packages?
26 >
27 > -rz
28
29 # gcc-config -l
30 [1] i686-pc-linux-gnu-4.1.2 *
31
32 # ls /usr/lib/gcc/*/*/crt*S.o
33 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/crtbeginS.o /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/crtendS.o
34
35 It almost seems like it might be easier to start over.... What do you think?
36
37 --
38 Mike Diehl
39 --
40 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Can't emerge apache Alan McKinnon <alan.mckinnon@×××××.com>