Gentoo Archives: gentoo-dev

From: "José Fonseca" <j_r_fonseca@××××××××.uk>
To: gentoo-dev@g.o
Cc: mkennedy@g.o
Subject: [gentoo-dev] gcc-3.1 is including [un]fixinclude'd wrong headers in usr/lib/gcc-lib/i686-pc-linux-gnu/3.1/include
Date: Sat, 01 Jun 2002 12:11:48
Message-Id: 20020601171325.GA28964@localhost
1 The gcc-3.1 installation is including fixinclude'd headers in
2 usr/lib/gcc-lib/i686-pc-linux-gnu/3.1/include which *really* shouldn't be
3 there: stuff from zlib, ncurses and from the _kernel_ too.
4
5 > ls -l /usr/lib/gcc-lib/i686-pc-linux-gnu/3.1/include
6 total 452
7 -rw-r--r-- 1 root root 60939 May 29 16:26 curses.h
8 -rw-r--r-- 1 root root 19100 May 29 16:26 cxxabi.h
9 -rw-r--r-- 1 root root 4509 May 29 16:26 float.h
10 -rw-r--r-- 1 root root 5512 May 29 16:26 g2c.h
11 -rw-r--r-- 1 root root 2866 May 29 16:26 gc_backptr.h
12 -rw-r--r-- 1 root root 11661 May 29 16:26 gc_cpp.h
13 -rw-r--r-- 1 root root 40152 May 29 16:26 gc.h
14 drwxr-xr-x 2 root root 4096 May 29 16:26 gcj
15 -rw-r--r-- 1 root root 2935 May 29 16:26 gc_local_alloc.h
16 -rw-r--r-- 1 root root 2630 May 29 16:26
17 gc_pthread_redirects.h
18 drwxr-xr-x 6 root root 4096 May 29 16:26 gnu
19 -rw-r--r-- 1 root root 1440 May 29 16:26 iso646.h
20 drwxr-xr-x 14 root root 4096 May 29 16:27 java
21 drwxr-xr-x 4 root root 4096 May 29 16:27 javax
22 -rw-r--r-- 1 root root 57492 May 29 16:26 jni.h
23 -rw-r--r-- 1 root root 6870 May 29 16:26 jvmpi.h
24 -rw-r--r-- 1 root root 3636 May 29 16:26 limits.h
25 drwxr-xr-x 2 root root 4096 May 29 16:26 linux
26 -rw-r--r-- 1 root root 15543 May 29 16:26 mmintrin.h
27 -rw-r--r-- 1 root root 60940 May 29 16:26 ncurses.h
28 drwxr-xr-x 2 root root 4096 May 29 16:26 objc
29 drwxr-xr-x 4 root root 4096 May 29 16:27 org
30 -rw-r--r-- 1 root root 750 May 29 16:26 README
31 -rw-r--r-- 1 root root 4481 May 29 16:26 stdarg.h
32 -rw-r--r-- 1 root root 1612 May 29 16:26 stdbool.h
33 -rw-r--r-- 1 root root 11535 May 29 16:26 stddef.h
34 -rw-r--r-- 1 root root 21668 May 29 16:26 stdio.h
35 -rw-r--r-- 1 root root 330 May 29 16:26 syslimits.h
36 -rw-r--r-- 1 root root 4500 May 29 16:26 varargs.h
37 -rw-r--r-- 1 root root 27853 May 29 16:26 xmmintrin.h
38 -rw-r--r-- 1 root root 8033 May 29 16:26 zconf.h
39
40 This was already reported in a bug
41 (http://bugs.gentoo.org/show_bug.cgi?id=2898) but I don't have priviledges
42 to make it critical/blocker.
43
44 José Fonseca