Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 65790

Summary: --digest not followed through if tarball needs downloading
Product: Portage Development Reporter: Charles Goodwin <charlie>
Component: CoreAssignee: Portage team <dev-portage>
Status: RESOLVED INVALID    
Severity: normal Keywords: Bug
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Charles Goodwin 2004-09-29 03:50:01 UTC
>>> Generating digest file...
<<< abiword-2.1.8.tar.bz2
!!! Given file does not appear to be readable. Does it exist?
!!! File: /usr/portage/distfiles/abiword-2.1.8.tar.bz2
>>> emerge (1 of 1) app-office/abiword-2.1.8 to /
>>> Downloading http://ftp.easynet.nl/mirror/gentoo/distfiles/abiword-2.1.8.tar.bz2

...blah blah...

10:41:12 (53.73 KB/s) - `/usr/portage/distfiles/abiword-2.1.8.tar.bz2' saved [23484136/23484136]

!!! No package digest file found: 
/usr/local/bmg/app-office/abiword/files/digest-abiword-2.1.8
!!! Type "ebuild foo.ebuild digest" to generate it.

=========================
But if the file is already downloaded, it works fine:

mightymax abiword # emerge --digest abiword
Calculating dependencies ...done!
>>> Generating digest file...
<<< abiword-2.1.8.tar.bz2
>>> Generating manifest file...
etc etc

=========================
Also worth noting is that this worked just fine before, so it's a recent portage update that has broken it.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2004-09-29 16:44:52 UTC
That is not the purpose of that undocumented option.
Comment 2 Charles Goodwin 2004-09-29 16:58:31 UTC
So, what is the purpose?  And why not document it? :)