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

Bug 25276

Summary: emerge --update system
Product: Gentoo Infrastructure Reporter: Andreas Boeyer <ABoeyer>
Component: GitAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Andreas Boeyer 2003-07-25 14:17:04 UTC
Here is the error message: 
 
bash-2.05b# emerge --update system 
Calculating system dependencies ...done! 
 
!!! Error: the <dev-perl/File-Spec-0.84-r1 package conflicts with this package and 
both can't be installed on the same system together. 
bash-2.05b# 
 
What do I have to do??? 

Reproducible: Always
Steps to Reproduce:
1. emerge --update system 
2. 
3. 
Actual Results:  
bash-2.05b# emerge --update system 
Calculating system dependencies ...done! 
 
!!! Error: the <dev-perl/File-Spec-0.84-r1 package conflicts with this package and 
both can't be installed on the same system together. 
bash-2.05b# 

Expected Results:  
a system update
Comment 1 Ian Leitch (RETIRED) gentoo-dev 2003-07-25 15:19:44 UTC
This isn't a bug. Portage is saying that the package dev-perl/File-Spec-0.84-r1 can't be installed because it conflicts with an already installed package. If you had done an emerge --update --pretend system before hand you would have noticed this. You may need to unmerge the offending package or try adjust your USE flags so that dev-perl/File-Spec-0.84-r1 isn't needed.
Comment 2 SpanKY gentoo-dev 2003-07-25 15:29:59 UTC
read comment #1, he hit it on the head 

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