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 1HD5He-0005hz-AX for garchives@archives.gentoo.org; Fri, 02 Feb 2007 20:45:22 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id l12KiHKd031583; Fri, 2 Feb 2007 20:44:17 GMT Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id l12Kb6hV022266 for ; Fri, 2 Feb 2007 20:37:06 GMT Received: by nf-out-0910.google.com with SMTP id c31so2495208nfb for ; Fri, 02 Feb 2007 12:37:06 -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=Iz7eC1H3niBBNc4U26i0Kt3XjGIjju/H8ka6MgmA1QgXpckCdl7drrXUMvVoaib6IW+cpP82KjfwkgMJUi6xSYkfP626F9yX6zLxFKDk31i7GViAlVlhH/JpPCYD746mERG3Ht9OWIzO+8BZscRppprNLOxXLKkqbifLsSezfD4= Received: by 10.49.41.18 with SMTP id t18mr7029260nfj.1170448626478; Fri, 02 Feb 2007 12:37:06 -0800 (PST) Received: from ?192.168.1.101? ( [193.171.131.246]) by mx.google.com with ESMTP id l33sm4867829ugc.2007.02.02.12.37.04; Fri, 02 Feb 2007 12:37:05 -0800 (PST) Message-ID: <45C3A109.9080804@gmail.com> Date: Fri, 02 Feb 2007 21:37:29 +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> <45C39F65.2080106@aepnetworks.com> In-Reply-To: <45C39F65.2080106@aepnetworks.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Jakob Buchgraber X-Archives-Salt: 5312371c-baa9-4280-803a-d0cb409a7224 X-Archives-Hash: 3decf14e5cf746ac73afad90711dbfbb Fei Liu 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 > Hello, I am just reporting back, I have this fixed (by trying with -p > flag): > > USE="png jpeg" emerge -vkp gd > > These are the packages that would be merged, in order: > > Calculating dependencies... done! > [ebuild R ] media-libs/gd-2.0.33 USE="jpeg* png* truetype > -fontconfig -xpm" 0 kB > > > One thing I am curious is, it seems a lot of source code packages are > cached on my local machine, what should I do to remove them from my > hard drive? > > Fei This "cached packages" as you call them are termed distfiles (distfiles.gentoo.org) and located in /usr/portage/distfiles because if you want to re-emerge a package you won't need to download it again. If you run out of diskspace, just mount /usr/portage/distfiles on another partition or harddisk. Best Regards Jay -- gentoo-user@gentoo.org mailing list