Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 459842 - =app-emulation/virtualbox-4.2.8: broken digest
Summary: =app-emulation/virtualbox-4.2.8: broken digest
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-01 09:34 UTC by Kobboi
Modified: 2013-03-01 10:20 UTC (History)
2 users (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 Kobboi 2013-03-01 09:34:12 UTC
Downloading from download.virtualbox.org:

$ ls -l VirtualBox-4.2.8.tar.bz2 
-rw-r--r-- 1 christophe christophe 76412088 Feb 28 11:22 VirtualBox-4.2.8.tar.bz2

$ sha256sum VirtualBox-4.2.8.tar.bz2 
f336af12244db74e6564dc22e438bbcba70f994aaf0d117fdf70caca9fab1b78  VirtualBox-4.2.8.tar.bz2

Downloading from distfiles.g.o:

$ ls -l /usr/portage/distfiles/VirtualBox-4.2.8.tar.bz2 
-rw-rw-r-- 1 portage portage 76420670 Feb 27 21:50 /usr/portage/distfiles/VirtualBox-4.2.8.tar.bz2

$ sha256sum /usr/portage/distfiles/VirtualBox-4.2.8.tar.bz2 
bc9185e0c300d61e2a6c8ac48b4bea6a0a456c9ba11d1fbadf2d1e6ca063f2b4  /usr/portage/distfiles/VirtualBox-4.2.8.tar.bz2

I noticed this when yesterday, distfiles.g.o was not yet serving this file, resulting in a download from upstream and a digest failure. This would mean the current ebuild cannot be used when for some reason the Gentoo mirrors are down or stop serving these sources.

Reproducible: Always
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2013-03-01 09:47:12 UTC
What I think happened here is that upstream changed the tarball after they released it. And this is why you get a different digest
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-03-01 09:58:00 UTC
(In reply to comment #1)
> What I think happened here is that upstream changed the tarball after they
> released it. And this is why you get a different digest

That's exactly what happened. I'm woring on it (have to change more than just app-emulation/virtualbox ebuild -.-).
Comment 3 Kobboi 2013-03-01 10:15:32 UTC
Thanks for your swift action :)
Comment 4 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-03-01 10:20:26 UTC
(In reply to comment #3)
> Thanks for your swift action :)

Thank you for reporting this issue :)


+  01 Mar 2013; Lars Wendler <polynomial-c@gentoo.org> virtualbox-4.2.8.ebuild:
+  Upstream replaced the source tarball once again (bug #459842). Removed
+  useless code from ebuild.
+

Should be fixed now. Please wait a while until the mirrors have picked up the new tarball...