From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Mop54-0000Y5-2k for garchives@archives.gentoo.org; Sat, 19 Sep 2009 01:49:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F48AE072F; Sat, 19 Sep 2009 01:49:40 +0000 (UTC) Received: from www01.badapple.net (www01.badapple.net [64.79.219.163]) by pigeon.gentoo.org (Postfix) with ESMTP id 852B8E072F for ; Sat, 19 Sep 2009 01:49:40 +0000 (UTC) Received: from [10.73.152.59] (nat-dip6.cfw-a-gci.corp.yahoo.com [209.131.62.115]) (Authenticated sender: ramin@badapple.net) by www01.badapple.net (Postfix) with ESMTPSA id F0283418082 for ; Fri, 18 Sep 2009 18:49:39 -0700 (PDT) Message-ID: <4AB438B3.1070107@badapple.net> Date: Fri, 18 Sep 2009 18:49:39 -0700 From: kashani User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] trying to track down broken dependency References: <4AB40C62.1090204@badapple.net> <58965d8a0909181549n5fa37e65s27331a683178d2ff@mail.gmail.com> In-Reply-To: <58965d8a0909181549n5fa37e65s27331a683178d2ff@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 136b1c9f-7f6a-43ff-8bc1-219b5bf50c9e X-Archives-Hash: eb2f4a4b399244a2f74b2774aa60e610 Paul Hartman wrote: > On Fri, Sep 18, 2009 at 5:40 PM, kashani wrote: >> kashani@www01 ~ $ emerge -pvt bugzilla >> These are the packages that would be merged, in reverse order: >> Calculating dependencies... done! >> >> emerge: there are no ebuilds to satisfy "~dev-lang/perl-5.10.1". >> (dependency required by "perl-core/Module-Build-0.35" [ebuild]) >> (dependency required by "dev-perl/DateTime-TimeZone-0.98" [ebuild]) >> (dependency required by "www-apps/bugzilla-3.4.1-r1" [ebuild]) >> (dependency required by "bugzilla" [argument]) >> >> I don't see anything in man emerge that would help me track down the >> missing dependency. Is there any easy way to do this or do I have to track >> it down the Modeule-Build dependency tree which looks to be the culprit. >> >> kashani > > What version of bugzilla are you trying to emerge? That perl is newer > than any I see in my portage. Are you using an overlay? > www-apps/bugzilla-3.4.1-r1 seems to emerge fine and works with perl > 5.8 here. > I'm trying to get bugzilla-3.4.1-r1 (or 3.4.1) to work which is just ~x86 and not any overlay. I'm planning to update a system in Nov and wanted to play with the latest build at home. Mostly interested in 3.4.1 since the API is a bit newer and not completely backwards compatible. Has a few nice things in it though. Module-Build-0.35 doesn't seem to require perl 5.10 in the ebuild so it must be a dependency of a dependency. Same in DateTime-TimeZone. I'd like portage to tell me where the dependency tree is breaking, ie which package is asking for perl-5.10, so I can mask or futz with the ebuild for that package appropriately. kashani