Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65790 - --digest not followed through if tarball needs downloading
Summary: --digest not followed through if tarball needs downloading
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: Bug
Depends on:
Blocks:
 
Reported: 2004-09-29 03:50 UTC by Charles Goodwin
Modified: 2004-09-29 16:58 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 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? :)