Gentoo Archives: gentoo-user

From: kashani <kashani-list@××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] trying to track down broken dependency
Date: Sat, 19 Sep 2009 01:49:42
Message-Id: 4AB438B3.1070107@badapple.net
In Reply to: Re: [gentoo-user] trying to track down broken dependency by Paul Hartman
1 Paul Hartman wrote:
2 > On Fri, Sep 18, 2009 at 5:40 PM, kashani <kashani-list@××××××××.net> wrote:
3 >> kashani@www01 ~ $ emerge -pvt bugzilla
4 >> These are the packages that would be merged, in reverse order:
5 >> Calculating dependencies... done!
6 >>
7 >> emerge: there are no ebuilds to satisfy "~dev-lang/perl-5.10.1".
8 >> (dependency required by "perl-core/Module-Build-0.35" [ebuild])
9 >> (dependency required by "dev-perl/DateTime-TimeZone-0.98" [ebuild])
10 >> (dependency required by "www-apps/bugzilla-3.4.1-r1" [ebuild])
11 >> (dependency required by "bugzilla" [argument])
12 >>
13 >> I don't see anything in man emerge that would help me track down the
14 >> missing dependency. Is there any easy way to do this or do I have to track
15 >> it down the Modeule-Build dependency tree which looks to be the culprit.
16 >>
17 >> kashani
18 >
19 > What version of bugzilla are you trying to emerge? That perl is newer
20 > than any I see in my portage. Are you using an overlay?
21 > www-apps/bugzilla-3.4.1-r1 seems to emerge fine and works with perl
22 > 5.8 here.
23 >
24
25 I'm trying to get bugzilla-3.4.1-r1 (or 3.4.1) to work which is just
26 ~x86 and not any overlay. I'm planning to update a system in Nov and
27 wanted to play with the latest build at home. Mostly interested in 3.4.1
28 since the API is a bit newer and not completely backwards compatible.
29 Has a few nice things in it though.
30
31 Module-Build-0.35 doesn't seem to require perl 5.10 in the ebuild so it
32 must be a dependency of a dependency. Same in DateTime-TimeZone. I'd
33 like portage to tell me where the dependency tree is breaking, ie which
34 package is asking for perl-5.10, so I can mask or futz with the ebuild
35 for that package appropriately.
36
37 kashani

Replies

Subject Author
Re: [gentoo-user] trying to track down broken dependency Michael Higgins <linux@×××××××.org>