Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12859 - missing digest for libpng-1.2.5-r1.ebuild
Summary: missing digest for libpng-1.2.5-r1.ebuild
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-28 18:16 UTC by Jeff Ames
Modified: 2003-02-04 19:42 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 Jeff Ames 2002-12-28 18:16:27 UTC
emerge says:

>>> emerge (1 of 1) media-libs/libpng-1.2.5-r1 to /
>>> No message digest entry found for archive"libpng-1.2.5.tar.gz."

The digest only contains an entry for "libpng-1.2.5.tar.bz2".  (The ebuild's
SRC_URI is ${P}.tar.bz2).
Comment 1 SpanKY gentoo-dev 2002-12-28 19:35:19 UTC
root@rux0r libpng # grep SRC_URI libpng-1.2.5-r1.ebuild 
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
root@rux0r libpng # cat files/digest-libpng-1.2.5-r1 
MD5 3fc28af730f12ace49b14568de4ad934 libpng-1.2.5.tar.bz2 378030

what do you see when you run those commands on those files ?
Comment 2 Jeff Ames 2002-12-28 20:06:32 UTC
I get the same output.

Yet during the fetch, it consistently grabs libpng-1.2.5.tar.gz.
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2002-12-29 06:05:23 UTC
please delete the ebuild, resync and reemerge
sometimes this happens with rsyncing
Comment 4 Jeff Ames 2002-12-29 12:42:01 UTC
It's still happening, after removing the ebuild, the cached source files,
and the work directory.  And resyncing, of course.

In http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/, there's
a libpng-1.2.5.tar.gz, but no .tar.bz2.  Perhaps that's the problem?
Comment 5 Martin Holzer (RETIRED) gentoo-dev 2002-12-29 14:39:54 UTC
then your cache is corrupted

#rm -rf /var/tmp/cache/edb 
should solve your problem
Comment 6 Jeff Ames 2002-12-29 14:56:40 UTC
That fixed it.  Thanks :)