Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19768 - after rsync at 22-apr-03, 'emerge -p' of conflicting package crashes
Summary: after rsync at 22-apr-03, 'emerge -p' of conflicting package crashes
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-22 07:36 UTC by Dmitry S. Baikov
Modified: 2011-10-30 22:17 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 Dmitry S. Baikov 2003-04-22 07:36:00 UTC
// ssmtp is emerged


// trying to emerge postfix


localhost mnt # emerge postfix 


Calculating dependencies ...done! 


!!! Error: the virtual/mta package conflicts with this package and both 


can't be installed on the same system together.




// but! trying to look at deps list


localhost mnt # emerge -pf postfix 


Calculating dependencies ...done! 


http://gentoo.oregonstate.edu//distfiles/pcre-3.9.tar.bz2 


http://distro.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/pcre-3.9.tar.
bz2 


ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-3.9.tar.bz2 


Traceback (most recent call last): 


File "/usr/bin/emerge", line 1862, in ? 


mydepgraph.merge(mydepgraph.altlist()) 


File "/usr/bin/emerge", line 1098, in merge 


y=portage.portdb.findname(x[2]) 


File "/usr/lib/python2.2/site-packages/portage.py", line 3032, in 


findname 


return 


self.root+"/"+mysplit[0]+"/"+psplit[0]+"/"+mysplit[1]+".ebuild" 


TypeError: unsubscriptable object
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-04-27 17:30:34 UTC
I think I have fixed what you're talking about in for 48_pre3.
The lower bug is also fixed.