public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Java Installation: failed on MD5 verification
@ 2006-07-11 20:09 Leandro Melo de Sales
  2006-07-11 20:40 ` Julien Cabillot
  0 siblings, 1 reply; 4+ messages in thread
From: Leandro Melo de Sales @ 2006-07-11 20:09 UTC (permalink / raw
  To: gentoo-user

embedded distfiles # emerge -v =sun-jdk-1.5*
Calculating dependencies... done!
>>> Emerging (1 of 1) dev-java/sun-jdk-1.5.0.07 to /
>>> checking ebuild checksums ;-)
>>> checking auxfile checksums ;-)
>>> checking miscfile checksums ;-)
>>> checking jdk-1_5_0_07-linux-amd64.bin
!!! Digest verification failed:
!!! /usr/portage/distfiles/jdk-1_5_0_07-linux-amd64.bin
!!! Reason: Failed on MD5 verification
!!! Got: 9dfbc464d20145a5f4e91534c01c5624
!!! Expected: 41c9d6bc3b2c0865d8c32ecb915d0091

How to solve this?

Thanks,
Leandro.

-- 
Leandro Melo de Sales.
Computer Science MSc Candidate
Laboratório de Sistemas Distribuídos - lsd.ufcg.edu.br
Laboratório de Computação Pervasiva - embedded.ufcg.edu.br
Universidade Federal de Campina Grande - UFCG

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Java Installation: failed on MD5 verification
  2006-07-11 20:09 [gentoo-user] Java Installation: failed on MD5 verification Leandro Melo de Sales
@ 2006-07-11 20:40 ` Julien Cabillot
  2006-07-12  3:40   ` Jeremy Olexa
  0 siblings, 1 reply; 4+ messages in thread
From: Julien Cabillot @ 2006-07-11 20:40 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1023 bytes --]

# ebuild path_to_the_ebuild/sun-jdk-1.5.0.07.ebuild digest
After that emerge sun-jdk

On 7/11/06, Leandro Melo de Sales <leandroal@gmail.com> wrote:
>
> embedded distfiles # emerge -v =sun-jdk-1.5*
> Calculating dependencies... done!
> >>> Emerging (1 of 1) dev-java/sun-jdk-1.5.0.07 to /
> >>> checking ebuild checksums ;-)
> >>> checking auxfile checksums ;-)
> >>> checking miscfile checksums ;-)
> >>> checking jdk-1_5_0_07-linux-amd64.bin
> !!! Digest verification failed:
> !!! /usr/portage/distfiles/jdk-1_5_0_07-linux-amd64.bin
> !!! Reason: Failed on MD5 verification
> !!! Got: 9dfbc464d20145a5f4e91534c01c5624
> !!! Expected: 41c9d6bc3b2c0865d8c32ecb915d0091
>
> How to solve this?
>
> Thanks,
> Leandro.
>
> --
> Leandro Melo de Sales.
> Computer Science MSc Candidate
> Laboratório de Sistemas Distribuídos - lsd.ufcg.edu.br
> Laboratório de Computação Pervasiva - embedded.ufcg.edu.br
> Universidade Federal de Campina Grande - UFCG
>
> --
> gentoo-user@gentoo.org mailing list
>
>


-- 
Julien Cabillot

[-- Attachment #2: Type: text/html, Size: 1524 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Java Installation: failed on MD5 verification
  2006-07-11 20:40 ` Julien Cabillot
@ 2006-07-12  3:40   ` Jeremy Olexa
  2006-07-12 19:36     ` Mark Shields
  0 siblings, 1 reply; 4+ messages in thread
From: Jeremy Olexa @ 2006-07-12  3:40 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Julien Cabillot wrote:
> # ebuild path_to_the_ebuild/sun-jdk-1.5.0.07.ebuild digest
> After that emerge sun-jdk

Beware that this bypasses any security measure that portage provides and
is not the preferred way to "fix" this issue. If you are positive that
the package is legit I would run that command suggested but otherwise
that is the only way that portage will know if the files are legit. It
could be that the mirror corrupted the file (which happens when disks
become full) or someone *could* have put a malicious file there.
Normally this can be fixed by waiting a day and syncing again or by
using a different mirror to sync. HTH..

- --
Jeremy Olexa
(olexa@cs.umn.edu)
Office: EE/CS 1-201
CS/IT Systems Staff
University of Minnesota

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEtG86FN7pD9kMi/URAu6oAKCIPRACuaxmUvBKlLHkK5BJWNC5swCfQ+KF
gFhHd8kjKY+QZYnMNpvu3+w=
=iIvJ
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Java Installation: failed on MD5 verification
  2006-07-12  3:40   ` Jeremy Olexa
@ 2006-07-12 19:36     ` Mark Shields
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Shields @ 2006-07-12 19:36 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1574 bytes --]

On 7/11/06, Jeremy Olexa <olexa@cs.umn.edu> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Julien Cabillot wrote:
> > # ebuild path_to_the_ebuild/sun-jdk-1.5.0.07.ebuild digest
> > After that emerge sun-jdk
>
> Beware that this bypasses any security measure that portage provides and
> is not the preferred way to "fix" this issue. If you are positive that
> the package is legit I would run that command suggested but otherwise
> that is the only way that portage will know if the files are legit. It
> could be that the mirror corrupted the file (which happens when disks
> become full) or someone *could* have put a malicious file there.
> Normally this can be fixed by waiting a day and syncing again or by
> using a different mirror to sync. HTH..
>
> - --
> Jeremy Olexa
> (olexa@cs.umn.edu)
> Office: EE/CS 1-201
> CS/IT Systems Staff
> University of Minnesota
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.4 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFEtG86FN7pD9kMi/URAu6oAKCIPRACuaxmUvBKlLHkK5BJWNC5swCfQ+KF
> gFhHd8kjKY+QZYnMNpvu3+w=
> =iIvJ
> -----END PGP SIGNATURE-----
> --
> gentoo-user@gentoo.org mailing list
>
>
I'll build a little more on the 2 previous repliers.  I've received md5
errors before on emerges; refetching the sources fixed the issue.  Emerge
--fetchonly <package> used to work to make it refetch packages, but I don't
think that works anymore.  I would recommend manually deleting the ebuild
files then doing a --fetchonly <package> to refetch them.

-- 
- Mark Shields

[-- Attachment #2: Type: text/html, Size: 2069 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-07-12 19:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-11 20:09 [gentoo-user] Java Installation: failed on MD5 verification Leandro Melo de Sales
2006-07-11 20:40 ` Julien Cabillot
2006-07-12  3:40   ` Jeremy Olexa
2006-07-12 19:36     ` Mark Shields

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox