Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 12762

Summary: perl automake circular dependancy
Product: Gentoo Linux Reporter: ebnf
Component: [OLD] Core systemAssignee: Michael Cummings (RETIRED) <mcummings>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: High    
Version: 1.4_rc1   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.