Gentoo Archives: gentoo-user-es

From: Angel Cervera Claudio <angel@××××××××.com>
To: GentooUserEs <gentoo-user-es@l.g.o>
Subject: [gentoo-user-es] Problemas gcc 3.3.2-r5 y gentoo-dev-sources 2.6.2-r1
Date: Wed, 18 Feb 2004 19:44:02
Message-Id: 1077133351.22576.15.camel@carmona
1 Algo tiene que estar pasando últimamente.
2
3 Estoy intentado instalar (ahora en otra máquina y desde cero) el gnome
4 (previamente instalé el kde) y me da el siguiente error al compilar.
5 Esto no me había pasado hasta que instalé el gentoo-dev-sources 2.6.2-r1
6 y el gcc 3.3.2-r5.
7
8 En otra máquina me pasan cosas parecidas y fue a raíz de actualizarme
9 estos dos paquetes y usar estas dos versiones.
10
11 ¿Qué demonios puede ser? ¿Qué estoy haciendo mal? Estoy utilizando los
12 mismo flags en USE que cuando tenía el kernel 2.4 y el gcc 3.2
13
14 :(
15
16
17 # emerge gnome
18 Calculating dependencies ...done!
19 >>> emerge (1 of 40) sys-apps/apmd-3.0.2-r3 to /
20 >>> md5 src_uri ;-) apmd-3.0.2.tar.gz
21 >>> Unpacking source...
22 >>> Unpacking apmd-3.0.2.tar.gz to /var/tmp/portage/apmd-3.0.2-r3/work
23 * Applying apmsleep.c.diff... [ ok ]
24 * Applying apmd.kernel26x.patch... [ ok ]
25 >>> Source unpacked.
26 gcc -c -march=athlon-tbird -O3 -pipe -fomit-frame-pointer -Wall -pipe -I. -I/usr/src/linux/include -I/usr/src/linux-2.2/include -I /usr/src/ linux-2.0/include -DVERSION=\"3.0.2\" -DAPMD_PROXY_NAME=\"/etc/apm/apmd_proxy\" apmlib.c
27 ar rv libapm.a apmlib.o
28 a - apmlib.o
29 ranlib libapm.a
30 gcc -c -march=athlon-tbird -O3 -pipe -fomit-frame-pointer -Wall -pipe -I. -I/usr/src/linux/include -I/usr/src/linux-2.2/include -I /usr/src/ linux-2.0/include -DVERSION=\"3.0.2\" -DAPMD_PROXY_NAME=\"/etc/apm/apmd_proxy\" apm.c
31 apm.c: In function `change_state':
32 apm.c:40: warning: implicit declaration of function `exit'
33 gcc -o apm apm.o -L. -lapm
34 gcc -c -march=athlon-tbird -O3 -pipe -fomit-frame-pointer -Wall -pipe -I. -I/usr/src/linux/include -I/usr/src/linux-2.2/include -I /usr/src/ linux-2.0/include -DVERSION=\"3.0.2\" -DAPMD_PROXY_NAME=\"/etc/apm/apmd_proxy\" apmd.c
35 apmd.c: In function `apmd_call_proxy':
36 apmd.c:245: warning: concatenation of string literals with __FUNCTION__ is deprecated
37 apmd.c:328: warning: concatenation of string literals with __FUNCTION__ is deprecated
38 apmd.c:332: warning: concatenation of string literals with __FUNCTION__ is deprecated
39 apmd.c:357: warning: concatenation of string literals with __FUNCTION__ is deprecated
40 apmd.c:374: warning: concatenation of string literals with __FUNCTION__ is deprecated
41 apmd.c:382: warning: concatenation of string literals with __FUNCTION__ is deprecated
42 apmd.c:394: warning: concatenation of string literals with __FUNCTION__ is deprecated
43 apmd.c:402: warning: concatenation of string literals with __FUNCTION__ is deprecated
44 apmd.c:408: warning: concatenation of string literals with __FUNCTION__ is deprecated
45 apmd.c: In function `apmd_power_reset':
46 apmd.c:426: warning: concatenation of string literals with __FUNCTION__ is deprecated
47 apmd.c: In function `apmd_suspend':
48 apmd.c:463: warning: concatenation of string literals with __FUNCTION__ is deprecated
49 apmd.c: In function `apmd_standby':
50 apmd.c:497: warning: concatenation of string literals with __FUNCTION__ is deprecated
51 apmd.c: In function `apmd_resume':
52 apmd.c:532: warning: concatenation of string literals with __FUNCTION__ is deprecated
53 apmd.c: In function `apmd_low_battery':
54 apmd.c:593: warning: concatenation of string literals with __FUNCTION__ is deprecated
55 apmd.c: In function `apmd_check_power':
56 apmd.c:612: warning: concatenation of string literals with __FUNCTION__ is deprecated
57 apmd.c: In function `main':
58 apmd.c:959: warning: concatenation of string literals with __FUNCTION__ is deprecated
59 gcc -o apmd apmd.o -L. -lapm
60 gcc -c -march=athlon-tbird -O3 -pipe -fomit-frame-pointer -Wall -pipe -I. -I/usr/src/linux/include -I/usr/src/linux-2.2/include -I /usr/src/ linux-2.0/include -DVERSION=\"3.0.2\" -DAPMD_PROXY_NAME=\"/etc/apm/apmd_proxy\" -DNARROWPROTO xapm.c
61 xapm.c: In function `main':
62 xapm.c:286: warning: implicit declaration of function `exit'
63 gcc -o xapm xapm.o -L. -lapm -L/usr/X11R6/lib -lXaw -lXmu -lXt -lXext -lSM -lICE -lX11
64 gcc -c -march=athlon-tbird -O3 -pipe -fomit-frame-pointer -Wall -pipe -I. -I/usr/src/linux/include -I/usr/src/linux-2.2/include -I /usr/src/ linux-2.0/include -DVERSION=\"3.0.2\" -DAPMD_PROXY_NAME=\"/etc/apm/apmd_proxy\" apmsleep.c
65 En el fichero incluído de /usr/src/linux/include/linux/spinlock.h:10,
66 de apmsleep.c:51:
67 /usr/src/linux/include/linux/linkage.h:5:25: asm/linkage.h: No existe el fichero o el directorio
68 En el fichero incluído de /usr/src/linux/include/linux/compiler.h:16,
69 de /usr/src/linux/include/linux/spinlock.h:11,
70 de apmsleep.c:51:
71 /usr/src/linux/include/linux/compiler-gcc3.h:17:1: aviso: se redefinió "__attribute_used__"
72 En el fichero incluído de /usr/include/features.h:295,
73 de /usr/include/stdio.h:28,
74 de apmsleep.c:45:
75 /usr/include/sys/cdefs.h:192:1: aviso: esta es la ubicación de la definición previa
76 En el fichero incluído de /usr/src/linux/include/linux/compiler.h:16,
77 de /usr/src/linux/include/linux/spinlock.h:11,
78 de apmsleep.c:51:
79 /usr/src/linux/include/linux/compiler-gcc3.h:22:1: aviso: se redefinió "__attribute_pure__"
80 En el fichero incluído de /usr/include/features.h:295,
81 de /usr/include/stdio.h:28,
82 de apmsleep.c:45:
83 /usr/include/sys/cdefs.h:183:1: aviso: esta es la ubicación de la definición previa
84 En el fichero incluído de /usr/src/linux/include/linux/spinlock.h:12,
85 de apmsleep.c:51:
86 /usr/src/linux/include/linux/thread_info.h:21:29: asm/thread_info.h: No existe el fichero o el directorio
87 distcc[2564] ERROR: compile on carmona failed
88 make: *** [apmsleep.o] Error 1
89 rm apm.o apmd.o
90
91 !!! ERROR: sys-apps/apmd-3.0.2-r3 failed.
92 !!! Function src_compile, Line 50, Exitcode 2
93 !!! compile problem
94
95
96
97
98
99
100 ________________________________________________________________________
101 Angel Cervera Claudio
102 Telf. +34 670819234
103 Mail: angel@××××××××.com / angel@×××××××××××××××.com
104 Web: http://www.acervera.com / http://www.latiendadechivi.com
105 Msn Messenger: angelcervera@××××××××××.com
106 Yahoo Messenger: angelcervera
107 AOL Messenger: angelcervera
108
109
110 --
111 gentoo-user-es@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-es] Problemas gcc 3.3.2-r5 y gentoo-dev-sources 2.6.2-r1 Marcos Garcia <marcos_gm@××.com>