Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 222183 - /usr/portage/sys-fs/mdadm/mdadm-2.6.2.ebuild Digest verification failed:
Summary: /usr/portage/sys-fs/mdadm/mdadm-2.6.2.ebuild Digest verification failed:
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-15 03:03 UTC by Peter Sliepenbeek
Modified: 2008-05-16 13:56 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 Peter Sliepenbeek 2008-05-15 03:03:41 UTC
# emerge -1 mdadm
Calculating dependencies... done!
>>> Verifying ebuild Manifests...

!!! Digest verification failed:
!!! /usr/portage/sys-fs/mdadm/mdadm-2.6.2.ebuild
!!! Reason: Failed on RMD160 verification
!!! Got: ebc8d0c3b43801542b6811c0345f96b201a952be
!!! Expected: 42a33cf93b617f96afa76a5719381f6d19218acb

Reproducible: Always

Steps to Reproduce:
See Description.
Actual Results:  
See Description.

Expected Results:  
Successful build.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-05-15 03:39:34 UTC
Kindly tell us which rsync mirror you had used when you got this error. Your emerge --info would help a lot as well. 
Comment 2 Peter Sliepenbeek 2008-05-15 15:39:17 UTC
My apologies for the incomplete bug report.

I had no log of the rsync mirror used so I synced again (which resulted in the same error!).

Server Address : 140.211.166.165
Contact Name   : mirror-admin@gentoo.org

# emerge --info
Portage 2.1.4.4 (default-linux/amd64/2006.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.23-gentoo-r8 x86_64)
=================================================================
System uname: 2.6.23-gentoo-r8 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
Timestamp of tree: Thu, 15 May 2008 03:03:01 +0000
app-shells/bash:     3.2_p33
dev-java/java-config: 1.3.7, 2.1.6
dev-lang/python:     2.4.4-r9
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -pipe -msse3"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=athlon64 -O2 -pipe -msse3"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa amd64 arts artswrappersuid avahi berkdb cli cracklib crypt cups dbus dri eds emboss encode foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 hal iconv imlib ipv6 isdnlog jpeg kde lzw lzw-tiff midi mp3 mpeg mudflap ncurses nls nptl nptlonly opengl openmp pam pcre perl png pppd python qt qt3 qt4 quicktime readline reflection sdl session spell spl ssl tcpd tiff usb xorg xpm xv zeroconf zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2008-05-15 17:47:36 UTC
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo"

Please set the above to mirrors local to you. Thanks.

Other than that, it's hard to tell why you get this failure. You might look at the directory and see if there is something wrong with permissions, or that perhaps there is a filesystem error. The "Expected" RMD160 digest is the correct one (as reported by the Manifest file you have) so it is likely a problem with just this file: mdadm-2.6.2.ebuild
Comment 4 Peter Sliepenbeek 2008-05-16 03:41:52 UTC
Investigation revealed that the file mdadm-2.6.2.ebuild was corrupt. Removal of the file, syncing, emerge solved the issue.

Thank you for pointing that out to me.
Comment 5 Roeland Douma 2008-05-16 13:56:45 UTC
(In reply to comment #4)
> Investigation revealed that the file mdadm-2.6.2.ebuild was corrupt. Removal of
> the file, syncing, emerge solved the issue.
> 
> Thank you for pointing that out to me.
> 

Closing bug then :)