Gentoo Archives: gentoo-user

From: Fei Liu <feiliu@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] help with emerge package recompile
Date: Fri, 02 Feb 2007 20:44:00
Message-Id: 45C39FBA.4010109@aepnetworks.com
In Reply to: Re: [gentoo-user] help with emerge package recompile by Jakob Buchgraber
1 Jakob Buchgraber wrote:
2 > Fei Liu wrote:
3 >> Hello, I was going to install 'webalizer' (apache monitoring
4 >> software) by 'emerge -kv webalizer', I got the following error:
5 >>
6 >> !!! ERROR: app-admin/webalizer-2.01.10-r12 failed.
7 >> Call stack:
8 >> ebuild.sh, line 1555: Called dyn_setup
9 >> ebuild.sh, line 668: Called pkg_setup
10 >> webalizer-2.01.10-r12.ebuild, line 45: Called die
11 >>
12 >> !!! recompile gd with USE="png"
13 >> !!! If you need support, post the topmost build error, and the call
14 >> stack if relevant.
15 >>
16 >> I tried to do 'USE="png" emerge -update gd', and I got a scary list
17 >> of package ebuilds:
18 >> [ebuild N ] media-libs/gd-2.0.33 USE="png*"
19 >> [ebuild N ] media-libs/freetype-2.1.10-r2
20 >> [ebuild N ] media-libs/libpng-1.2.12
21 >> [ebuild N ] sys-devel/libtool-1.5.22
22 >> ....skipped
23 >>
24 >> What should I do in this case? How exactly should I update my 'gd'
25 >> package? Sorry, I am still new to the emerge system.
26 >>
27 >> Thanks,
28 >> Fei
29 > You should add "png" to /etc/make.conf or /etc/portage/package.use and
30 > then reemerge gd lib (emerge --newuse gd).
31 >
32 > Cheers,
33 > Jay
34 Hi Jay, thank you, please see my other thread, I used 'USE="png" emerge
35 -kv gd' to fix this problem. But it's good to learn the --newuse flag.
36 Do you know what I should do to remove all the cached source code packages?
37
38 Fei
39 --
40 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] help with emerge package recompile Jakob Buchgraber <jakob.buchgraber@××××××××××.com>