Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: [gentoo-user] Re: [gentoo-user] Re: [gentoo-user] Re: [gentoo-user] Fwd: gnome-applets-python 装不上
Date: Fri, 21 Oct 2011 09:42:08
Message-Id: 4EA13DFE.10108@gmail.com
In Reply to: [gentoo-user] Re: [gentoo-user] Re: [gentoo-user] Re: [gentoo-user] Fwd: gnome-applets-python 装不上 by co
1 co wrote:
2 > build.log
3 > [32;01m * [39;49;00mPackage: dev-python/gnome-applets-python-2.32.0
4 > <<< SNIP >>>
5 > libtool: link: x86_64-pc-linux-gnu-gcc -shared
6 > .libs/gnomeapplet_la-appletmodule.o .libs/gnomeapplet_la-applet.o
7 > -Wl,--as-needed -lpanel-applet-2 /usr/lib64/libgnomeui-2.so
8 > -L/usr/lib64 -lpng14 /usr/lib64/libgnome-keyring.so
9 > /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so -lX11 -lSM -lICE
10 > -lbonoboui-2 /usr/lib64/libgnomevfs-2.so -lxml2 -ldbus-glib-1 -ldbus-1
11 > -lpthread -lssl -lcrypto -ldl -lresolv -lutil -lgnomecanvas-2
12 > -lgnome-2 -lpopt /usr/lib64/libbonobo-2.so
13 > /usr/lib64/libbonobo-activation.so /usr/lib64/libORBitCosNaming-2.so
14 > /usr/lib64/libORBit-2.so /usr/lib64/libart_lgpl_2.so -lm
15 > /usr/lib64/libgtk-x11-2.0.so <http://libgtk-x11-2.0.so>
16 > /usr/lib64/libgdk-x11-2.0.so <http://libgdk-x11-2.0.so>
17 > /usr/lib64/libatk-1.0.so <http://libatk-1.0.so> -lgio-2.0
18 > -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0
19 > /usr/lib64/libfontconfig.so -lfreetype -lz -lbz2 -lexpat -lgconf-2
20 > -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread
21 > -march=core2 -Wl,-O1 -pthread -pthread -Wl,-soname
22 > -Wl,gnomeapplet.so -Wl,-version-script -Wl,.libs/gnomeapplet.ver -o
23 > .libs/gnomeapplet.so
24 > /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../x86_64-pc-linux-gnu/bin/ld:
25 > cannot find -lpng14
26 > collect2: ld returned 1 exit status
27 > make[2]: *** [gnomeapplet.la <http://gnomeapplet.la>] Error 1
28 > make[2]: Leaving directory
29 > `/var/tmp/portage/dev-python/gnome-applets-python-2.32.0/work/gnome-python-desktop-2.32.0-2.7/gnomeapplet'
30 > make[1]: *** [all-recursive] Error 1
31 > make[1]: Leaving directory
32 > `/var/tmp/portage/dev-python/gnome-applets-python-2.32.0/work/gnome-python-desktop-2.32.0-2.7'
33 > make: *** [all] Error 2
34 > emake failed
35 > [31;01m* [0m ERROR: dev-python/gnome-applets-python-2.32.0 failed
36 > (compile phase):
37 > [31;01m* [0m Building failed with CPython 2.7 in
38 > python_default_function() function
39 > [31;01m* [0m
40 > [31;01m* [0m Call stack:
41 > [31;01m* [0m ebuild.sh, line 56: Called src_compile
42 > [31;01m* [0m environment, line 6045: Called
43 > gnome-python-common_src_compile
44 > [31;01m* [0m environment, line 3099: Called python_src_compile
45 > [31;01m* [0m environment, line 5899: Called
46 > python_execute_function '-d' '-s' '--'
47 > [31;01m* [0m environment, line 4352: Called die
48 > [31;01m* [0m The specific snippet of code:
49 > [31;01m* [0m die "${failure_message}";
50 > [31;01m* [0m
51 > [31;01m* [0m If you need support, post the output of 'emerge --info
52 > =dev-python/gnome-applets-python-2.32.0',
53 > [31;01m* [0m the complete build log and the output of 'emerge -pqv
54 > =dev-python/gnome-applets-python-2.32.0'.
55 > [31;01m* [0m The complete build log is located at
56 > '/var/tmp/portage/dev-python/gnome-applets-python-2.32.0/temp/build.log'.
57 > [31;01m* [0m The ebuild environment file is located at
58 > '/var/tmp/portage/dev-python/gnome-applets-python-2.32.0/temp/environment'.
59 > [31;01m* [0m S:
60 > '/var/tmp/portage/dev-python/gnome-applets-python-2.32.0/work/gnome-python-desktop-2.32.0'
61 >
62 >
63
64 Try this command:
65
66 revdep-rebuild --library libpng14.so.14 -- --keep-going
67
68 There is a news item about this error. This should help:
69
70 eselect news list
71
72 then
73
74 eselect news read <number here>
75
76 The news item is "Upgrade to libpng15".
77
78 Hope that helps.
79
80 Dale
81
82 :-) :-)

Replies