Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23193 - unmerging of ebuilds that are no longer in portage causes errors
Summary: unmerging of ebuilds that are no longer in portage causes errors
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-20 13:36 UTC by Caleb Tennis (RETIRED)
Modified: 2011-10-30 22:18 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 Caleb Tennis (RETIRED) gentoo-dev 2003-06-20 13:36:54 UTC
If you upgrade a package and the old version's ebuilds do not exist in portage, it gives 
errors.  It still succeeds with the unmerge, but it should at least not spit out error 
information. 

Reproducible: Always
Steps to Reproduce:
1. upgrade gentoolkit from 0.1.25 to 0.1.27 
2. 0.1.25 is no longer in portage 
 
Actual Results:  
app-admin/gentoolkit 
selected: 0.1.25 
protected: 0.1.27 
omitted: none 
 
... 
 
>>>Unmerging app-admin/gentoolkit-0.1.25 
No package files given.... Grabbing a set 
/usr/sbin/ebuild.sh: line 1057: 
/usr/portage/app-admin/gentoolkit/gentoolkit-0.1.25.ebuild: No such file or directory 
 
!!! Error: app-admin/gentoolkit-0.1.25 failed 
!!! Function, Line 1057, Exit code 1 
!!! error sourcing ebuild  
 
uninstalls files... 
 
Repeats the same error... 
 
Then finishes happily. 

Expected Results:  
It should not present the errors, or present them in a better way
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2003-10-11 01:13:22 UTC
Works here, so I assume it is fixed.