Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25276 - emerge --update system
Summary: emerge --update system
Status: RESOLVED DUPLICATE of bug 24876
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Git (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-25 14:17 UTC by Andreas Boeyer
Modified: 2011-10-30 22:47 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 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 ***