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

Bug 25356

Summary: emerge world fails with conflict with dev-perl/WxtUtils-MakeMaker-6.05.r6
Product: Gentoo Release Media Reporter: Edward Moyse <edward.moyse>
Component: EverythingAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Edward Moyse 2003-07-27 02:03:45 UTC
I've just tried installing Gentoo for the first time, so I guess I might be doing something stupid but I don't think so.
Anyway, I've just tried to do:
emerge sync
emerge -up world
emerge -u world
and it fails with the following error message:
!!! Error: the <dev-perl/ExtUtils-MakeMaker-6.05.r6 package conflicts with this package and both can't be installed ....

Reproducible: Always
Steps to Reproduce:
1.Follow instructions on LiveCD gentoo1.4_rc4
2.
3.
Actual Results:  
as explained in summary

Expected Results:  
installed gentoo!
Comment 1 Markus Nigbur (RETIRED) gentoo-dev 2003-07-27 04:50:09 UTC
ExtUtils-MakeMaker is blocking the perl upgrade.

$ emerge -C ExtUtils-MakeMaker
$ emerge -u world

This will do it.
Comment 2 Phil West 2003-07-27 10:39:11 UTC
You may also need to:

emerge -C File-Spec

I had to clean both File-Spec and ExtUtils-MakeMaker before I could:

emerge -u world.


Hope that helps.
Comment 3 SpanKY gentoo-dev 2003-07-27 11:29:14 UTC

*** This bug has been marked as a duplicate of 24876 ***