Gentoo Archives: gentoo-user

From: co <cuicle@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: [gentoo-user] Re: [gentoo-user] Re: [gentoo-user] Fwd: gnome-applets-python 装不上
Date: Fri, 21 Oct 2011 09:16:58
Message-Id: CAChzKCqiD4yJq=1EZHg5Py8=YppYcT0=VM04U5X3pw2xNW-g-g@mail.gmail.com
In Reply to: [gentoo-user] Re: [gentoo-user] Re: [gentoo-user] Fwd: gnome-applets-python 装不上 by Jonas de Buhr
1 build.log
2 [32;01m * [39;49;00mPackage: dev-python/gnome-applets-python-2.32.0
3 [32;01m * [39;49;00mRepository: gentoo
4 [32;01m * [39;49;00mMaintainer: gnome@g.o
5 [32;01m * [39;49;00mUSE: amd64 elibc_glibc kernel_linux multilib
6 userland_GNU
7 [32;01m * [39;49;00mFEATURES: ccache sandbox
8 >>> Unpacking source...
9 >>> Unpacking gnome-python-desktop-2.32.0.tar.bz2 to
10 /var/tmp/portage/dev-python/gnome-applets-python-2.32.0/work
11 >>> Source unpacked in
12 /var/tmp/portage/dev-python/gnome-applets-python-2.32.0/work
13 >>> Preparing source in
14 /var/tmp/portage/dev-python/gnome-applets-python-2.32.0/work/gnome-python-desktop-2.32.0
15 ...
16 [32;01m* [0m Fixing OMF Makefiles ...
17 [A [72C [34;01m[ [32;01mok [34;01m ] [0m
18 [32;01m* [0m Running elibtoolize in: gnome-python-desktop-2.32.0/
19 [32;01m* [0m Applying portage/2.2 patch ...
20 [32;01m* [0m Applying sed/1.5.6 patch ...
21 [32;01m* [0m Applying as-needed/2.2.6 patch ...
22 >>> Source prepared.
23 >>> Configuring source in
24 /var/tmp/portage/dev-python/gnome-applets-python-2.32.0/work/gnome-python-desktop-2.32.0
25 ...
26 * Configuration of dev-python/gnome-applets-python-2.32.0 with CPython
27 2.7...
28 * econf: updating gnome-python-desktop-2.32.0/config.guess with
29 /usr/share/gnuconfig/config.guess
30 * econf: updating gnome-python-desktop-2.32.0/config.sub with
31 /usr/share/gnuconfig/config.sub
32 * econf: updating gnome-python-desktop-2.32.0-2.7/config.guess with
33 /usr/share/gnuconfig/config.guess
34 * econf: updating gnome-python-desktop-2.32.0-2.7/config.sub with
35 /usr/share/gnuconfig/config.sub
36 ./configure --prefix=/usr --build=x86_64-pc-linux-gnu
37 --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info
38 --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib
39 --libdir=/usr/lib64 --disable-allbindings --enable-applet
40 checking for a BSD-compatible install... /usr/bin/install -c
41 checking whether build environment is sane... yes
42 checking for a thread-safe mkdir -p... /bin/mkdir -p
43 checking for gawk... gawk
44 checking whether make sets $(MAKE)... yes
45 checking build system type... x86_64-pc-linux-gnu
46 checking host system type... x86_64-pc-linux-gnu
47 checking for style of include used by make... GNU
48 checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
49 checking whether the C compiler works... yes
50 checking for C compiler default output file name... a.out
51 checking for suffix of executables...
52 checking whether we are cross compiling... no
53 checking for suffix of object files... o
54 checking whether we are using the GNU C compiler... yes
55 checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
56 checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
57 checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
58 checking for a sed that does not truncate output... /bin/sed
59 checking for grep that handles long lines and -e... /bin/grep
60 checking for egrep... /bin/grep -E
61 checking for fgrep... /bin/grep -F
62 checking for ld used by x86_64-pc-linux-gnu-gcc...
63 /usr/x86_64-pc-linux-gnu/bin/ld
64 checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
65 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
66 checking the name lister (/usr/bin/nm -B) interface... BSD nm
67 checking whether ln -s works... yes
68 checking the maximum length of command line arguments... 1572864
69 checking whether the shell understands some XSI constructs... yes
70 checking whether the shell understands "+="... yes
71 checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object
72 files... -r
73 checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
74 checking how to recognize dependent libraries... pass_all
75 checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
76 checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
77 checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
78 checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc
79 object... ok
80 checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
81 checking for ANSI C header files... yes
82 checking for sys/types.h... yes
83 checking for sys/stat.h... yes
84 checking for stdlib.h... yes
85 checking for string.h... yes
86 checking for memory.h... yes
87 checking for strings.h... yes
88 checking for inttypes.h... yes
89 checking for stdint.h... yes
90 checking for unistd.h... yes
91 checking for dlfcn.h... yes
92 checking for objdir... .libs
93 checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
94 checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
95 checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
96 checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
97 checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
98 checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
99 checking whether the x86_64-pc-linux-gnu-gcc linker
100 (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries...
101 yes
102 checking whether -lc should be explicitly linked in... no
103 checking dynamic linker characteristics... GNU/Linux ld.so
104 checking how to hardcode library paths into programs... immediate
105 checking whether stripping libraries is possible... yes
106 checking if libtool supports shared libraries... yes
107 checking whether to build shared libraries... yes
108 checking whether to build static libraries... no
109 configure: creating ./config.lt
110 config.lt: creating libtool
111 checking for a Python interpreter with version >= 2.3... python
112 checking for python... /usr/bin/python
113 checking for python version... 2.7
114 checking for python platform... linux2
115 checking for python script directory...
116 ${prefix}/lib64/python2.7/site-packages
117 checking for python extension module directory...
118 ${exec_prefix}/lib64/python2.7/site-packages
119 checking for headers required to compile python extensions... found
120 checking for x86_64-pc-linux-gnu-pkg-config... no
121 checking for pkg-config... /usr/bin/pkg-config
122 checking pkg-config is at least version 0.9.0... yes
123 checking for PYGTK... yes
124 checking for pygtk-codegen-2.0... /usr/bin/pygtk-codegen-2.0
125 checking for conflicting pygtk versions... none
126 checking for pygobject defs... /usr/share/pygobject/2.0/defs
127 checking for pygtk defs... /usr/share/pygtk/2.0/defs
128 checking for gnome-python defs... /usr/share/pygtk/2.0/defs
129 checking for gnome-python argtypes dir... /usr/share/pygtk/2.0/argtypes
130 checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/pkg-config
131 checking pkg-config is at least version 0.16... yes
132 checking for GLIB - version >= 2.6.0... yes (version 2.28.8)
133 checking for pkg-config... (cached) /usr/bin/pkg-config
134 checking for GTK+ - version >= 2.4.0... yes (version 2.24.4)
135 checking for LIBPANELAPPLET... yes
136 checking whether x86_64-pc-linux-gnu-gcc understands -Wall... yes
137 checking whether x86_64-pc-linux-gnu-gcc understands -std=c9x... yes
138 checking whether x86_64-pc-linux-gnu-gcc understands -fno-strict-aliasing...
139 yes
140 configure: creating ./config.status
141 config.status: creating Makefile
142 config.status: creating gnomeapplet/Makefile
143 config.status: creating gnomeprint/Makefile
144 config.status: creating gtksourceview/Makefile
145 config.status: creating wnck/Makefile
146 config.status: creating totem/Makefile
147 config.status: creating gtop/Makefile
148 config.status: creating nautilusburn/Makefile
149 config.status: creating braseromedia/Makefile
150 config.status: creating braseroburn/Makefile
151 config.status: creating mediaprofiles/Makefile
152 config.status: creating metacity/Makefile
153 config.status: creating rsvg/Makefile
154 config.status: creating gnomekeyring/Makefile
155 config.status: creating gnomedesktop/Makefile
156 config.status: creating evolution/Makefile
157 config.status: creating evince/Makefile
158 config.status: creating gnome-python-desktop-2.0.pc
159 config.status: creating tests/Makefile
160 config.status: creating docs/Makefile
161 config.status: creating docs/gtksourceview/Makefile
162 config.status: creating docs/gnomeprint/Makefile
163 config.status: creating docs/gnomeprintui/Makefile
164 config.status: creating config.h
165 config.status: executing depfiles commands
166 config.status: executing libtool commands
167
168 The following modules will be built:
169
170 gnomeapplet
171
172 The following modules will NOT be built:
173
174 gnomeprint
175 gnomeprint.ui
176 gtksourceview
177 wnck
178 totem.plparser
179 gtop
180 nautilusburn
181 braseromedia
182 braseroburn
183 mediaprofiles
184 metacity
185 rsvg
186 gnomekeyring
187 gnomedesktop
188 bugbuddy
189 evolution
190 evolution ecal support
191 evince
192 *****************************************************************************
193 *** WARNING: You are using a deprecated build system (autotools).
194 *** You should be using WAF instead; see the file INSTALL.WAF.
195 *** The autotools build system will be removed in a future version.
196 *****************************************************************************
197 >>> Source configured.
198 >>> Compiling source in
199 /var/tmp/portage/dev-python/gnome-applets-python-2.32.0/work/gnome-python-desktop-2.32.0
200 ...
201 * Building of dev-python/gnome-applets-python-2.32.0 with CPython 2.7...
202 make
203 make all-recursive
204 make[1]: Entering directory
205 `/var/tmp/portage/dev-python/gnome-applets-python-2.32.0/work/gnome-python-desktop-2.32.0-2.7'
206 Making all in docs
207 make[2]: Entering directory
208 `/var/tmp/portage/dev-python/gnome-applets-python-2.32.0/work/gnome-python-desktop-2.32.0-2.7/docs'
209 make[3]: Entering directory
210 `/var/tmp/portage/dev-python/gnome-applets-python-2.32.0/work/gnome-python-desktop-2.32.0-2.7/docs'
211 make[3]: Nothing to be done for `all-am'.
212 make[3]: Leaving directory
213 `/var/tmp/portage/dev-python/gnome-applets-python-2.32.0/work/gnome-python-desktop-2.32.0-2.7/docs'
214 make[2]: Leaving directory
215 `/var/tmp/portage/dev-python/gnome-applets-python-2.32.0/work/gnome-python-desktop-2.32.0-2.7/docs'
216 Making all in gnomeapplet
217 make[2]: Entering directory
218 `/var/tmp/portage/dev-python/gnome-applets-python-2.32.0/work/gnome-python-desktop-2.32.0-2.7/gnomeapplet'
219 /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc
220 -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7
221 -pthread -I/usr/include/pygtk-2.0 -I/usr/include/gtk-2.0
222 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
223 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
224 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0
225 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15
226 -DORBIT2=1 -pthread -D_REENTRANT -I/usr/include/panel-2.0
227 -I/usr/include/gconf/2 -I/usr/include/gtk-2.0 -I/usr/include/libbonoboui-2.0
228 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0
229 -I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include
230 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
231 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2
232 -I/usr/include/libpng15 -I/usr/include/libxml2 -I/usr/include/libbonobo-2.0
233 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libgnome-2.0
234 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0
235 -I/usr/include/libart-2.0 -I/usr/include/gnome-vfs-2.0
236 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/gnome-python-2.0
237 -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -march=core2
238 -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT
239 gnomeapplet_la-appletmodule.lo -MD -MP -MF
240 .deps/gnomeapplet_la-appletmodule.Tpo -c -o gnomeapplet_la-appletmodule.lo
241 `test -f 'appletmodule.c' || echo './'`appletmodule.c
242 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..
243 -I/usr/include/python2.7 -I/usr/include/python2.7 -pthread
244 -I/usr/include/pygtk-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0
245 -I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include
246 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
247 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2
248 -I/usr/include/libpng15 -DORBIT2=1 -pthread -D_REENTRANT
249 -I/usr/include/panel-2.0 -I/usr/include/gconf/2 -I/usr/include/gtk-2.0
250 -I/usr/include/libbonoboui-2.0 -I/usr/include/orbit-2.0
251 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
252 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
253 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0
254 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15
255 -I/usr/include/libxml2 -I/usr/include/libbonobo-2.0
256 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libgnome-2.0
257 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0
258 -I/usr/include/libart-2.0 -I/usr/include/gnome-vfs-2.0
259 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/gnome-python-2.0
260 -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -march=core2
261 -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT
262 gnomeapplet_la-appletmodule.lo -MD -MP -MF
263 .deps/gnomeapplet_la-appletmodule.Tpo -c appletmodule.c -fPIC -DPIC -o
264 .libs/gnomeapplet_la-appletmodule.o
265 mv -f .deps/gnomeapplet_la-appletmodule.Tpo
266 .deps/gnomeapplet_la-appletmodule.Plo
267 (cd . \
268 && /usr/bin/pygtk-codegen-2.0 \
269 --load-types /usr/share/pygtk/2.0/argtypes/bonobo-arg-types.py \
270 --py_ssize_t-clean \
271 --register /usr/share/pygtk/2.0/defs/pango-types.defs \
272 --register /usr/share/pygtk/2.0/defs/gdk-types.defs \
273 --register /usr/share/pygtk/2.0/defs/gtk-types.defs \
274 --register /usr/share/pygtk/2.0/defs/bonobo-types.defs \
275 --register /usr/share/pygtk/2.0/defs/bonoboui-types.defs \
276 --override applet.override \
277 --prefix pyapplet applet.defs) > gen-applet.c \
278 && cp gen-applet.c applet.c \
279 && rm -f gen-applet.c
280 note: pygtk-codegen-2.0 is deprecated, use pygobject-codegen-2.0 instead
281 note: I will now try to invoke pygobject-codegen-2.0 in the same directory
282 Could not write function factory_main: No ArgType for
283 PanelAppletFactoryCallback
284 Could not write function panel_applet_shlib_factory: No ArgType for gpointer
285 Could not write function panel_applet_shlib_factory_closure: No ArgType for
286 gpointer
287 Could not write function main: No ArgType for char*-argv
288 Warning: Constructor for PanelApplet needs to be updated to new API
289 See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
290 ***INFO*** The coverage of global functions is 33.33% (2/6)
291 ***INFO*** The coverage of methods is 100.00% (13/13)
292 ***INFO*** There are no declared virtual proxies.
293 ***INFO*** There are no declared virtual accessors.
294 ***INFO*** There are no declared interface proxies.
295 /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc
296 -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7
297 -pthread -I/usr/include/pygtk-2.0 -I/usr/include/gtk-2.0
298 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
299 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
300 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0
301 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15
302 -DORBIT2=1 -pthread -D_REENTRANT -I/usr/include/panel-2.0
303 -I/usr/include/gconf/2 -I/usr/include/gtk-2.0 -I/usr/include/libbonoboui-2.0
304 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0
305 -I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include
306 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
307 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2
308 -I/usr/include/libpng15 -I/usr/include/libxml2 -I/usr/include/libbonobo-2.0
309 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libgnome-2.0
310 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0
311 -I/usr/include/libart-2.0 -I/usr/include/gnome-vfs-2.0
312 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/gnome-python-2.0
313 -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -march=core2
314 -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT gnomeapplet_la-applet.lo
315 -MD -MP -MF .deps/gnomeapplet_la-applet.Tpo -c -o gnomeapplet_la-applet.lo
316 `test -f 'applet.c' || echo './'`applet.c
317 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..
318 -I/usr/include/python2.7 -I/usr/include/python2.7 -pthread
319 -I/usr/include/pygtk-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0
320 -I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include
321 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
322 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2
323 -I/usr/include/libpng15 -DORBIT2=1 -pthread -D_REENTRANT
324 -I/usr/include/panel-2.0 -I/usr/include/gconf/2 -I/usr/include/gtk-2.0
325 -I/usr/include/libbonoboui-2.0 -I/usr/include/orbit-2.0
326 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
327 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
328 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0
329 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15
330 -I/usr/include/libxml2 -I/usr/include/libbonobo-2.0
331 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libgnome-2.0
332 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0
333 -I/usr/include/libart-2.0 -I/usr/include/gnome-vfs-2.0
334 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/gnome-python-2.0
335 -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -march=core2
336 -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT gnomeapplet_la-applet.lo
337 -MD -MP -MF .deps/gnomeapplet_la-applet.Tpo -c applet.c -fPIC -DPIC -o
338 .libs/gnomeapplet_la-applet.o
339 mv -f .deps/gnomeapplet_la-applet.Tpo .deps/gnomeapplet_la-applet.Plo
340 /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DORBIT2=1
341 -pthread -D_REENTRANT -I/usr/include/panel-2.0 -I/usr/include/gconf/2
342 -I/usr/include/gtk-2.0 -I/usr/include/libbonoboui-2.0
343 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0
344 -I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include
345 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
346 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2
347 -I/usr/include/libpng15 -I/usr/include/libxml2 -I/usr/include/libbonobo-2.0
348 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libgnome-2.0
349 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0
350 -I/usr/include/libart-2.0 -I/usr/include/gnome-vfs-2.0
351 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/gnome-python-2.0
352 -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -march=core2
353 -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -module -avoid-version
354 -export-symbols-regex initgnomeapplet -Wl,-O1 -Wl,--as-needed -o
355 gnomeapplet.la -rpath /usr/lib64/python2.7/site-packages/gtk-2.0
356 gnomeapplet_la-appletmodule.lo gnomeapplet_la-applet.lo -pthread
357 -lpanel-applet-2 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2
358 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2
359 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0
360 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype
361 -lfontconfig -lgconf-2 -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lrt
362 -lglib-2.0
363 libtool: link: /usr/bin/nm -B .libs/gnomeapplet_la-appletmodule.o
364 .libs/gnomeapplet_la-applet.o | sed -n -e 's/^.*[
365 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'
366 | /bin/sed 's/.* //' | sort | uniq > .libs/gnomeapplet.exp
367 libtool: link: /bin/grep -E -e "initgnomeapplet" ".libs/gnomeapplet.exp" >
368 ".libs/gnomeapplet.expT"
369 libtool: link: mv -f ".libs/gnomeapplet.expT" ".libs/gnomeapplet.exp"
370 libtool: link: echo "{ global:" > .libs/gnomeapplet.ver
371 libtool: link: cat .libs/gnomeapplet.exp | sed -e "s/\(.*\)/\1;/" >>
372 .libs/gnomeapplet.ver
373 libtool: link: echo "local: *; };" >> .libs/gnomeapplet.ver
374 libtool: link: x86_64-pc-linux-gnu-gcc -shared
375 .libs/gnomeapplet_la-appletmodule.o .libs/gnomeapplet_la-applet.o
376 -Wl,--as-needed -lpanel-applet-2 /usr/lib64/libgnomeui-2.so -L/usr/lib64
377 -lpng14 /usr/lib64/libgnome-keyring.so /usr/lib64/libgcrypt.so
378 /usr/lib64/libgpg-error.so -lX11 -lSM -lICE -lbonoboui-2
379 /usr/lib64/libgnomevfs-2.so -lxml2 -ldbus-glib-1 -ldbus-1 -lpthread -lssl
380 -lcrypto -ldl -lresolv -lutil -lgnomecanvas-2 -lgnome-2 -lpopt
381 /usr/lib64/libbonobo-2.so /usr/lib64/libbonobo-activation.so
382 /usr/lib64/libORBitCosNaming-2.so /usr/lib64/libORBit-2.so
383 /usr/lib64/libart_lgpl_2.so -lm /usr/lib64/libgtk-x11-2.0.so /usr/lib64/
384 libgdk-x11-2.0.so /usr/lib64/libatk-1.0.so -lgio-2.0 -lpangoft2-1.0
385 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0
386 /usr/lib64/libfontconfig.so -lfreetype -lz -lbz2 -lexpat -lgconf-2
387 -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread
388 -march=core2 -Wl,-O1 -pthread -pthread -Wl,-soname -Wl,gnomeapplet.so
389 -Wl,-version-script -Wl,.libs/gnomeapplet.ver -o .libs/gnomeapplet.so
390 /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../x86_64-pc-linux-gnu/bin/ld:
391 cannot find -lpng14
392 collect2: ld returned 1 exit status
393 make[2]: *** [gnomeapplet.la] Error 1
394 make[2]: Leaving directory
395 `/var/tmp/portage/dev-python/gnome-applets-python-2.32.0/work/gnome-python-desktop-2.32.0-2.7/gnomeapplet'
396 make[1]: *** [all-recursive] Error 1
397 make[1]: Leaving directory
398 `/var/tmp/portage/dev-python/gnome-applets-python-2.32.0/work/gnome-python-desktop-2.32.0-2.7'
399 make: *** [all] Error 2
400 emake failed
401 [31;01m* [0m ERROR: dev-python/gnome-applets-python-2.32.0 failed (compile
402 phase):
403 [31;01m* [0m Building failed with CPython 2.7 in
404 python_default_function() function
405 [31;01m* [0m
406 [31;01m* [0m Call stack:
407 [31;01m* [0m ebuild.sh, line 56: Called src_compile
408 [31;01m* [0m environment, line 6045: Called
409 gnome-python-common_src_compile
410 [31;01m* [0m environment, line 3099: Called python_src_compile
411 [31;01m* [0m environment, line 5899: Called python_execute_function
412 '-d' '-s' '--'
413 [31;01m* [0m environment, line 4352: Called die
414 [31;01m* [0m The specific snippet of code:
415 [31;01m* [0m die "${failure_message}";
416 [31;01m* [0m
417 [31;01m* [0m If you need support, post the output of 'emerge --info
418 =dev-python/gnome-applets-python-2.32.0',
419 [31;01m* [0m the complete build log and the output of 'emerge -pqv
420 =dev-python/gnome-applets-python-2.32.0'.
421 [31;01m* [0m The complete build log is located at
422 '/var/tmp/portage/dev-python/gnome-applets-python-2.32.0/temp/build.log'.
423 [31;01m* [0m The ebuild environment file is located at
424 '/var/tmp/portage/dev-python/gnome-applets-python-2.32.0/temp/environment'.
425 [31;01m* [0m S:
426 '/var/tmp/portage/dev-python/gnome-applets-python-2.32.0/work/gnome-python-desktop-2.32.0'
427
428
429
430 2011/10/21 Jonas de Buhr <jonas.de.buhr@×××.net>
431
432 > just give the *full* output of the emerge command you ran.
433 >
434 > Am 21.10.2011 10:03, schrieb co:
435 >
436 >> Thankyou, I found this
437 >> [SNIP]
438 >>
439 >>
440 >
441 >

Replies