Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9513 - Portage errors when emerge -pu world is executed
Summary: Portage errors when emerge -pu world is executed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: John Davis (zhen) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-22 16:44 UTC by Maarut Chandegra
Modified: 2011-10-30 23:16 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 Maarut Chandegra 2002-10-22 16:44:14 UTC
I get the following error when I run "emerge -pu world"       
       
       
 These are the packages that I would merge, in order.       
       
 Calculating world dependencies \portage: aux_get(): error processing DEPEND       
for sys-devel/binutils-2.13.90.0.4; exiting.        
       
I use Portage version 2.0.38 on Gentoo 1.4rc1. The error is reproducable. If  
however I run      
"emerge foo" (Where foo is an app that does not depend on binutils) everything     
runs fine.    
    
I have tried unmerging Portage 2.0.38 and installing the rescue    
version (2.0.10). When I try "emerge -pe world" with this version it fails at    
baselayout-1.8.4 with   
   
 Calculating world dependencies |    
 !!! Error: couldn't find match for || in sys-apps/baselayout-1.8.4   
  
These results are similar to ones experienced by other users on  
forums.gentoo.org. Here is a link to the topic - 
http://forums.gentoo.org/viewtopic.php?t=19465.
Comment 1 Maarut Chandegra 2002-10-23 10:31:31 UTC
It seems that to correct the problem, I had to do an 'ebuild 
/usr/portage/sys-devel/binutils/binutils-2.13.90.0.4 package'. Once that had 
completed I simply did an 'emerge -u world'.