Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5177 - emerge clean arts fails for 1.0.2
Summary: emerge clean arts fails for 1.0.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: John Davis (zhen) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-17 16:17 UTC by robbin bonthond
Modified: 2011-10-30 23:16 UTC (History)
1 user (show)

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 robbin bonthond 2002-07-17 16:17:23 UTC
root@hideout$ emerge clean arts  
  
 kde-base/arts  
    selected: 1.0.2  
   protected: 1.0.2-r1  
     omitted: none  
  
>>> Packages in red are slated for removal.  
>>> Packages in green will not be removed.  
  
>>> Waiting 5 seconds before starting unmerge.  
>>> (Control-C to abort)...  
>>> Unmerging in: 5 4 3 2 1 0  
>>> Unmerging kde-base/arts-1.0.2...  
  
!!! ERROR: The ebuild did not complete successfully.  
!!! Function inherit, Line -2047, Exitcode 0  
!!! kde.org: Error: unrecognized version 1.0.2, could not set SRC_URI  
  
!!! pkg_prerm() script failed; exiting.  
  
  
couple of wierd things:  
/usr/portage/kde-base/arts/arts-1.0.2.ebuild 
contains SRC_UR="mirror://kde/stable/3.0.2/src/${P}.tar.bz2" 
shouldn't that be SRC_URI ??? 
changed it in the ebuild but that did not help 
 
/usr/portage/kde-base/arts/arts-1.0.2-r1.ebuild contains 
SRC_URI="mirror://kde/stable/3.0.2/${P}.tar.bz2" 
without the /src/ in the path... 
also modified that for 1.0.2, but no success 
 
/usr/portage/kde-base/arts/arts-1.0.6.ebuild contains 
the /src/ part again... so i assume 1.0.2-r1 is also incorrect... 
 
i'm lost... please help ;]
Comment 1 SpanKY gentoo-dev 2002-07-17 22:37:10 UTC
duplicate of http://bugs.gentoo.org/show_bug.cgi?id=5108
see it for information on how to fix
Comment 2 robbin bonthond 2002-07-19 05:37:24 UTC
thank you, i have tried it and it works.  
not really sure why though... 
 
but i am happy again, 
 
thank you for your good work on gentoo, it is appreciated !