Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12762 - perl automake circular dependancy
Summary: perl automake circular dependancy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Michael Cummings (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-26 21:13 UTC by ebnf
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ebnf 2002-12-26 21:13:36 UTC
Doing a from scratch build of 1.4_rc1 with ~x86, build dies due to lack of perl
trying to get sys-devel/automake-1.6.3, but sys-devel/perl-5.8.0-r7 requires
automake.  When I emerge sys-devel/perl-5.6.1-r10 first, I do not need automake,
so you just need to add that series of perl to the automake ebuilds so people
don't end up getting stuck.  Without ~x86, this does not occur, so it's just a
small snag for those of us who are really bleeding edge. 

In short:
sys-devel/perl-5.6.1-r10 -> sys-devel/automake-1.6.3 -> sys-devel/perl-5.8.0-r7

:)  Happy hacking.
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2002-12-27 14:58:34 UTC
Thanks for the pointer. I've added the depend to both the 5.6.1 and 5.8.0 ebuilds.
Comment 2 ebnf 2003-01-02 15:04:55 UTC
Okay, I guess that's that.