Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27809 - net-analyzer/prelude-nessus has incorrect checksum on prelude-correlation-20021107.tar.bz2
Summary: net-analyzer/prelude-nessus has incorrect checksum on prelude-correlation-200...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Patrick Kursawe (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-02 16:33 UTC by Daniel Black (RETIRED)
Modified: 2003-09-03 23:14 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 Daniel Black (RETIRED) gentoo-dev 2003-09-02 16:33:43 UTC
On a large number of mirrors the file prelude-correlation-20021107.tar.bz2 as part of 
the package net-analyzer/prelude-nessus downloaded (41k) and then failed the MD5 
checksum. 

Reproducible: Always
Steps to Reproduce:
1. env ACCEPT_KEYWORDS="~x86" emerge -f net-analyzer/prelude-nessus 
2. 
3. 
Actual Results:  
.... 
08:59:47 (3.50 KB/s) - `/usr/portage/distfiles/prelude-correlation-20021107.tar.bz2' 
saved [40960/40960] 
!!! Fetched file: prelude-correlation-20021107.tar.bz2 MD5 FAILED! Removing corrupt 
distfile... 
>>> Downloading 
http://gentoo.oregonstate.edu/distfiles/prelude-correlation-20021107.tar.bz2 
..... 

Expected Results:  
Success (or something like that) 

================================================================= 
System uname: 2.4.20-gentoo-r6 i686 Celeron (Coppermine) 
distcc 2.9 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled] 
ccache version 2.2 [enabled] 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-march=pentium3 -O3" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config 
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config 
/usr/share/config" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
CXXFLAGS="-O2 -mcpu=i686 -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs sandbox ccache userpriv usersandbox" 
GENTOO_MIRRORS="http://public.www.planetmirror.com/pub/gentoo                  
http://gentoo.oregonstate.edu            
http://distro.ibiblio.org/pub/linux/distributions/gentoo" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.au.gentoo.org/gentoo-portage" 
USE="x86 oss apm avi crypt cups encode foomaticdb gif jpeg libg++ mad mikmod mmx 
mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib gtkhtml alsa 
gdbm berkdb slang readline arts tetex nas bonobo svga tcltk java guile mysql X sdl 
gpm tcpd pam libwww ssl perl python esd imlib oggvorbis gnome gtk qt kde motif 
opengl mozilla gphoto2 ldap snmp cdr scanner 3dfx acpi apache2 doc ethereal flash gd 
gtk2 ipv6 isdn junit libgda mbox openal pic samba slp socks5 sse tiff usb vhost xml"
Comment 1 Daniel Black (RETIRED) gentoo-dev 2003-09-03 18:04:29 UTC
opps forgot the version - net-analyzer/prelude-nessus-20021107 - may of been obvious but its 
here now anyway 
Comment 2 Patrick Kursawe (RETIRED) gentoo-dev 2003-09-03 23:14:39 UTC
Strange... somehow the tarred, not bzipped version made it to the mirrors.
For a quick local fix, please try
# mv prelude-correlation-20021107.tar.bz2 prelude-correlation-20021107.tar
# bzip2 prelude-correlation-20021107.tar
which gives at least on my system the right md5sum.
The correct file should be on the mirrors soon.

Thanks for reporting.