From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1HD5VG-0005ce-Qc for garchives@archives.gentoo.org; Fri, 02 Feb 2007 20:59:27 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id l12KtUsx014164; Fri, 2 Feb 2007 20:55:30 GMT Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id l12KlbAI000470 for ; Fri, 2 Feb 2007 20:47:37 GMT Received: by ug-out-1314.google.com with SMTP id z38so858526ugc for ; Fri, 02 Feb 2007 12:47:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=ibS9AGMB/7ttgPZmBmcXhnVpRqTfjdic0dT3Tv4mTCVae3OeCt96o0YyKLTq8/9mA/FwqeaczfHFWFDGcLbJi8nonqu5zJE6cXKGWtSvNSlEKT70Z47JDF+2NhdfAYmFZEA+b67Skaryo87oMS7P8NaTD66fR0pi8heVxKZPlwc= Received: by 10.67.22.14 with SMTP id z14mr4954047ugi.1170449257064; Fri, 02 Feb 2007 12:47:37 -0800 (PST) Received: from ?192.168.1.101? ( [193.171.131.246]) by mx.google.com with ESMTP id w40sm4903025ugc.2007.02.02.12.47.34; Fri, 02 Feb 2007 12:47:35 -0800 (PST) Message-ID: <45C3A37F.1030706@gmail.com> Date: Fri, 02 Feb 2007 21:47:59 +0100 User-Agent: Thunderbird 1.5.0.9 (X11/20061206) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] help with emerge package recompile References: <45C39B5C.5070907@aepnetworks.com> <45C39E86.8050406@gmail.com> <45C39FBA.4010109@aepnetworks.com> In-Reply-To: <45C39FBA.4010109@aepnetworks.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Jakob Buchgraber X-Archives-Salt: 53c4a5d5-c102-462c-88a7-d1aa39a8c586 X-Archives-Hash: fa9fbda2c161500ddd510df3d58c167e Fei Liu wrote: > Jakob Buchgraber wrote: >> Fei Liu wrote: >>> Hello, I was going to install 'webalizer' (apache monitoring >>> software) by 'emerge -kv webalizer', I got the following error: >>> >>> !!! ERROR: app-admin/webalizer-2.01.10-r12 failed. >>> Call stack: >>> ebuild.sh, line 1555: Called dyn_setup >>> ebuild.sh, line 668: Called pkg_setup >>> webalizer-2.01.10-r12.ebuild, line 45: Called die >>> >>> !!! recompile gd with USE="png" >>> !!! If you need support, post the topmost build error, and the call >>> stack if relevant. >>> >>> I tried to do 'USE="png" emerge -update gd', and I got a scary list >>> of package ebuilds: >>> [ebuild N ] media-libs/gd-2.0.33 USE="png*" >>> [ebuild N ] media-libs/freetype-2.1.10-r2 >>> [ebuild N ] media-libs/libpng-1.2.12 >>> [ebuild N ] sys-devel/libtool-1.5.22 >>> ....skipped >>> >>> What should I do in this case? How exactly should I update my 'gd' >>> package? Sorry, I am still new to the emerge system. >>> >>> Thanks, >>> Fei >> You should add "png" to /etc/make.conf or /etc/portage/package.use >> and then reemerge gd lib (emerge --newuse gd). >> >> Cheers, >> Jay > Hi Jay, thank you, please see my other thread, I used 'USE="png" > emerge -kv gd' to fix this problem. But it's good to learn the > --newuse flag. Do you know what I should do to remove all the cached > source code packages? > > Fei Hey! See my e-mail or "Boyed Stephen Smith Jr.'s mail". Don't use USE="blabla" emerge package or ACCEPT_KEYWORDS="..", because these settings are just temporary and when will only be applied to this one emerge. I haven't used -k (--usepkg) yet however the man page tells me that -k means, that precompiled packages should be used. So your USE flag does not take any effect. Btw.: You shouldn't say that this problem is fixed as you just have used something precompiled and preconfigured. You should better digg deeper into emerge and USE flags. Otherwise you will never understand portage which is _essential_ for understanding and using Gentoo Linux. This is just and advice... Best Regards Jay -- gentoo-user@gentoo.org mailing list