Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21597 - vim-6.2e.tar.bz2 and vim-6.2e-lang.tar.bz2 digest errors
Summary: vim-6.2e.tar.bz2 and vim-6.2e-lang.tar.bz2 digest errors
Status: RESOLVED DUPLICATE of bug 21584
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jon Portnoy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-24 04:15 UTC by Jason Waldhelm
Modified: 2011-10-30 22:21 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 Jason Waldhelm 2003-05-24 04:15:48 UTC
>>> emerge (1 of 4) app-editors/vim-core-6.2_pre5 to / 
 
!!! File is corrupt or incomplete. (Digests do not match) 
>>> our recorded digest: 275cc8944c106829d5c94bd314b5dd9a 
>>>  your file's digest: e5e0dae99ae60448ccb8cdb61975e82c 
!!! File does not exist: /images/portage/distfiles//vim-6.2e.tar.bz2 
 
this bz2 was downloaded from http://gentoo.oregonstate.edu. 
 
when i download the bz2 from ftp://ftp.vim.org/pub/vim/unstable/unix, and run an 
md5sum on that file, i get the correct digest: 
 
 # md5sum vim-6.2e.tar.bz2 
275cc8944c106829d5c94bd314b5dd9a  vim-6.2e.tar.bz2 
 
once i replace the incorrect (according to portage/emerge) bz2 the emerge continues 
as expected. 
 
the digest for vim-6.2e-lang.tar.bz2 fails the same and is fixed by downloading the 
source from the same ftp site above (under pub/vim/unstable/extra) . 
 
i have not emerged the new vim as i want to wait until the powers that be decide if this 
is a gentoo digest/mirror/distfile problem or a set of corrupt bz2's upstream. 

Reproducible: Always
Steps to Reproduce:
1. emerge sync 
2. emerge -u vim 
3. 
Actual Results:  
emerge fails on digest errors. 

Expected Results:  
successful emerge. 

 # emerge info 
Portage 2.0.48 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1) 
================================================================= 
System uname: 2.4.20-pfeifer-r1_pre11 i686 Intel(R) Pentium(R) 4 Mobile CPU 
2.00GHz 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu/ 
http://www.ibiblio.org/pub/Linux/distributions/gentoo" 
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" 
PORTDIR="/usr/portage" 
DISTDIR="/images/portage/distfiles" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR_OVERLAY="/images/portage/overlay" 
USE="x86 oss 3dnow apm avi encode gif jpeg libg++ mikmod mmx mpeg ncurses nls 
pdflib png quicktime spell truetype xml2 xmms xv zlib gdbm berkdb slang readline arts 
svga tcltk java guile sdl gpm tcpd pam libwww perl python esd imlib oggvorbis qt motif 
opengl mozilla cdr X gtk cups alsa crypt acpi apache2 kde postgres ssl -gnome 
-scanner" 
COMPILER="gcc3" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer" 
CXXFLAGS="-O2 -mcpu=i686 -pipe" 
ACCEPT_KEYWORDS="x86 ~x86" 
MAKEOPTS="-j2" 
AUTOCLEAN="yes" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
FEATURES="sandbox ccache"
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-05-24 08:50:36 UTC
correct file now in /space/distfiles-local
Comment 2 Jon Portnoy (RETIRED) gentoo-dev 2003-05-24 13:03:22 UTC
See my comments at the end of 21584

*** This bug has been marked as a duplicate of 21584 ***