[gentoo-user] Problem with eclean-pkg

2011-07-25 Thread Peter Humphrey
Hello list,

I want to clean out some dross before my routine backup, but eclean falls 
over with this error:

# eclean-pkg
 * Building file list for packages cleaning...
 * Cleaning binary packages...
!!! Could not get stat info for:/usr/portage/packages/dev-lang/python-3.1.2-
r4.tbz2

!!! Error: [Errno 2] No such file or directory: '/usr/portage/packages/dev-
lang/python-3.1.2-r4.tbz2'


eix doesn't show such a version of python, so where is it coming from?

-- 
Rgds
Peter   Linux Counter number 5290



Re: [gentoo-user] Problem with eclean-pkg

2011-07-25 Thread Mark Knecht
On Mon, Jul 25, 2011 at 3:04 PM, Peter Humphrey
pe...@humphrey.ukfsn.org wrote:
SNIP

 !!! Error: [Errno 2] No such file or directory: '/usr/portage/packages/dev-
 lang/python-3.1.2-r4.tbz2'


 eix doesn't show such a version of python, so where is it coming from?

Cruft left over somewhere? Possibly try:

locate python-3.1.2-r4

HTH,
Mark