Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Cloned partition won't emerge some packages
Date: Sun, 09 Jan 2011 12:11:13
Message-Id: AANLkTikALMoNjXYygpyiPC9ov8VgkVatPvZP7d6em7+O@mail.gmail.com
In Reply to: Re: [gentoo-user] Cloned partition won't emerge some packages by Daniel D Jones
1 On 9 January 2011 01:18, Daniel D Jones <ddjones@××××××××××××.org> wrote:
2 > On Saturday, January 08, 2011 17:36:48 Mick wrote:
3
4 >> However, I can't emerge some packages from it like gcc or subversion ...
5 >
6 > Looks to me like this is your issue:
7 >
8 > In file included from /usr/include/stdio.h:28,
9 >                 from conftest.c:10:
10 > /usr/include/features.h:347:25: error: sys/cdefs.h: No such file or directory
11 >
12 > Do you have /usr/include/sys/cdefs.h on your system?  If the file isn't there,
13 > I'd copy it over and verify that all the other files which should be there are
14 > present.
15 >
16 > If the file is there, then gcc likely isn't looking in the right location for
17 > include files.  I'm not sure off the top of my head where that's configured on
18 > Gentoo.  On my system, there's no environmental variables set, so it's
19 > probably done by some other means.  I'm sure that if that's your issue,
20 > someone here will chime in with the information.
21
22 Yes, you're right!
23
24 # ls -la /usr/include/sys/
25 total 40
26 drwxr-xr-x 2 root root 48 Nov 13 09:28 .
27 drwxr-xr-x 320 root root 40712 Jan 8 20:30 ..
28
29 Why is this empty?!!
30
31 Something to do with tar breakage? I tried this with different
32 options, the last one being tar xvf (just in case the half broken tar
33 sparse files option is not fixed yet) and still these files are
34 missing ... O_O
35
36 Why wouldn't these files have transferred over? What else might be
37 missing? Very confused ...
38 --
39 Regards,
40 Mick

Replies

Subject Author
Re: [gentoo-user] Cloned partition won't emerge some packages Mick <michaelkintzios@×××××.com>