|
|
| Next: sound problem |
| Author |
Message |
Wim Cossement External

Since: Mar 21, 2007 Posts: 20
|
Posted: Tue Jul 03, 2007 12:27 pm Post subject: Bad digest for pyxml-0.8.4.ebuild? Archived from groups: alt>os>linux>gentoo (more info?) |
|
|
Hi,
After syncin' a few moment ago I get a bad digest for pyxml 0.8.4, has
anyone noticed this as well?
Calculating world dependencies |!!! Digest verification failed:
!!! /usr/portage/dev-python/pyxml/pyxml-0.8.4.ebuild
!!! Reason: Filesize does not match recorded size
!!! Got: 1120
!!! Expected: 1126
I know it's possible to recalculate these hashes and stuff, but could
anyone tell me how it works?
Regards,
Wimmy
--
From time to time you have to act crazy in order not to become it... |
|
| Back to top |
|
 |
David W Noon External

Since: Jun 28, 2004 Posts: 29
|
Posted: Tue Jul 03, 2007 3:14 pm Post subject: Re: Bad digest for pyxml-0.8.4.ebuild? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tuesday 03 Jul 2007 11:27 in article <f6d8aq$esv$1@snic.vub.ac.be> of
alt.os.linux.gentoo, Wim Cossement(a@b.c) wrote:
> After syncin' a few moment ago I get a bad digest for pyxml 0.8.4, has
> anyone noticed this as well?
Yes, the same package gave me a bad file size too, this morning.
These occur regularly, if you emerge sync frequently.
> Calculating world dependencies |!!! Digest verification failed:
> !!! /usr/portage/dev-python/pyxml/pyxml-0.8.4.ebuild
> !!! Reason: Filesize does not match recorded size
> !!! Got: 1120
> !!! Expected: 1126
>
> I know it's possible to recalculate these hashes and stuff, but could
> anyone tell me how it works?
Firstly, you have actually inherited the corruption from rsync server.
If you emerge sync again it will likely go away.
Each package has a list of MD5, SHA1, SHA256 and whatever hash values
for each file in the package: the ebuild, any tarballs, etc. Each file
also has a specified size, so that the checksum(s) and the file size
must all match with the downloaded resource files.
The above message is telling you the ebuild is 6 bytes too large for the
file size, or the file size is 6 bytes too small for the ebuild file.
If you examine the ebuild file, with less or the like, and it looks
valid, you can have the file size and has values recalculated using:
ebuild /usr/portage/dev-python/pyxml-0.8.4.ebuild digest
[You will need to be root to do this.] If a tarball has a wrong hash
value or size, use tar -tjf <tarball> to test its validity before you
have the hashes recalculated for the ebuild.
- --
Regards
Dave [RLU#314465]
======================================================
dwnoon RemoveThis @spamtrap.ntlworld.com (David W Noon)
Remove spam trap to reply via e-mail.
======================================================
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
iD8DBQFGimY79MqaUJQw2MkRAtT8AJ4xJR/lzz3QLBaCK757L3sthSHVDQCcDWhA
DFzypA6IfdwiJJluHT2pIVI=
=MDDF
-----END PGP SIGNATURE----- |
|
| Back to top |
|
 |
Wim Cossement External

Since: Mar 21, 2007 Posts: 20
|
Posted: Wed Jul 04, 2007 9:49 am Post subject: Re: Bad digest for pyxml-0.8.4.ebuild? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
First of all: what the hell is wrong with the NG's over here?
My and other messages in this thread are being duplicated like 4
times... :-s
But anyway, I know the principle of hashes and checksums, just not how
to generate them again with ebuild.
Tis the first time however I've synced in an error from the portage
tree, someone needs some spankin'!
Thanks anyway,
Wimmy
David W Noon wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Tuesday 03 Jul 2007 11:27 in article <f6d8aq$esv$1@snic.vub.ac.be> of
> alt.os.linux.gentoo, Wim Cossement(a@b.c) wrote:
>
>> After syncin' a few moment ago I get a bad digest for pyxml 0.8.4, has
>> anyone noticed this as well?
>
> Yes, the same package gave me a bad file size too, this morning.
>
> These occur regularly, if you emerge sync frequently.
>
>> Calculating world dependencies |!!! Digest verification failed:
>> !!! /usr/portage/dev-python/pyxml/pyxml-0.8.4.ebuild
>> !!! Reason: Filesize does not match recorded size
>> !!! Got: 1120
>> !!! Expected: 1126
>>
>> I know it's possible to recalculate these hashes and stuff, but could
>> anyone tell me how it works?
>
> Firstly, you have actually inherited the corruption from rsync server.
> If you emerge sync again it will likely go away.
>
> Each package has a list of MD5, SHA1, SHA256 and whatever hash values
> for each file in the package: the ebuild, any tarballs, etc. Each file
> also has a specified size, so that the checksum(s) and the file size
> must all match with the downloaded resource files.
>
> The above message is telling you the ebuild is 6 bytes too large for the
> file size, or the file size is 6 bytes too small for the ebuild file.
> If you examine the ebuild file, with less or the like, and it looks
> valid, you can have the file size and has values recalculated using:
>
> ebuild /usr/portage/dev-python/pyxml-0.8.4.ebuild digest
>
> [You will need to be root to do this.] If a tarball has a wrong hash
> value or size, use tar -tjf <tarball> to test its validity before you
> have the hashes recalculated for the ebuild.
>
> - --
> Regards
>
> Dave [RLU#314465]
> ======================================================
> dwnoon.RemoveThis@spamtrap.ntlworld.com (David W Noon)
> Remove spam trap to reply via e-mail.
> ======================================================
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.7 (GNU/Linux)
>
> iD8DBQFGimY79MqaUJQw2MkRAtT8AJ4xJR/lzz3QLBaCK757L3sthSHVDQCcDWhA
> DFzypA6IfdwiJJluHT2pIVI=
> =MDDF
> -----END PGP SIGNATURE----- |
|
| Back to top |
|
 |
Arthur Hagen External

Since: May 30, 2004 Posts: 45
|
Posted: Wed Jul 04, 2007 10:28 am Post subject: Re: Bad digest for pyxml-0.8.4.ebuild? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
On Wed, 2007-07-04 at 09:49 +0200, Wim Cossement wrote:
> First of all: what the hell is wrong with the NG's over here?
> My and other messages in this thread are being duplicated like 4
> times... :-s
>From what I can tell, some idiot is trying to set up a Fidonet node and
misconfiguring it horribly, probably not even knowing that he's causing
tens of thousands of duplicates all over the world.
Regards,
--
*Art |
|
| Back to top |
|
 |
Wim Cossement External

Since: Mar 21, 2007 Posts: 20
|
Posted: Wed Jul 04, 2007 5:32 pm Post subject: Re: Bad digest for pyxml-0.8.4.ebuild? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Arthur Hagen wrote:
> On Wed, 2007-07-04 at 09:49 +0200, Wim Cossement wrote:
>> First of all: what the hell is wrong with the NG's over here?
>> My and other messages in this thread are being duplicated like 4
>> times... :-s
>
>>From what I can tell, some idiot is trying to set up a Fidonet node and
> misconfiguring it horribly, probably not even knowing that he's causing
> tens of thousands of duplicates all over the world.
>
> Regards,
Well, way to go!
From what I've just learned this seems to be the culprit:
http://www.ftngate.net/fidonet/z1/r13/r13node.php?id=%3C%3CPRISM_BBS
Or am I wrong?
Wimmy |
|
| Back to top |
|
 |
|
|
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
| |
|
|