Summary: | emerge x11-libs/libX11-1.0.1-r1 fails: Filesize does not match recorded size | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Omari Norman <omari> |
Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | erichsito, gentoo |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Omari Norman
2006-06-30 17:50:49 UTC
getting it here too, been trying to sync for an hour. ...guess my friday night is ruined...:P # emerge -uDNv world Calculating world dependencies... done! >>> Emerging (1 of 113) x11-libs/libX11-1.0.1-r1 to / >>> checking ebuild checksums !!! Digest verification failed: !!! /usr/portage/x11-libs/libX11/libX11-1.0.3.ebuild !!! Reason: Filesize does not match recorded size !!! Got: 995 !!! Expected: 1001 # emerge --info Portage 2.1-r1 (default-linux/amd64/2006.0, gcc-3.4.6, glibc-2.3.6-r4, 2.6.16-gentoo-r7 x86_64) ================================================================= System uname: 2.6.16-gentoo-r7 x86_64 AMD Athlon(tm) 64 Processor 3200+ Gentoo Base System version 1.6.15 dev-lang/python: 2.4.2 dev-python/pycrypto: 2.0.1-r5 dev-util/ccache: [Not Present] dev-util/confcache: [Not Present] sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.59-r7 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2 sys-devel/binutils: 2.16.1-r3 sys-devel/gcc-config: 1.3.13-r2 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.11-r2 ACCEPT_KEYWORDS="amd64" AUTOCLEAN="yes" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=k8 -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf" CXXFLAGS="-march=k8 -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="amd64 X alsa avi bash-completion berkdb bitmap-fonts cdr cli crypt cups dri dvd eds emboss encode foomaticdb fortran gif gnome gpm gstreamer gtk gtk2 imlib ipv6 isdnlog jpeg kde lzw lzw-tiff mp3 mpeg ncurses nls nptl nvidia opengl pam pcre pdflib perl png pppd python qt qt3 qt4 quicktime readline reflection sdl session spell spl ssl tcpd tiff truetype-fonts type1-fonts usb xorg xpm xv zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_evdev kernel_linux userland_GNU video_cards_nvidia video_cards_nv" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY Tom-- The error pertains to 1.0.3, which isn't even the version we're emerging. I presume the filesizes and checksums are fine for 1.0.1. So I did a # ebuild /usr/portage/x11-libs/libX11-1.0.3.ebuild digest # ebuild /usr/portage/x11-libs/libX11-1.0.3.ebuild manifest (the second command might be redundant, but that's what I did) and then I could continue emergine the dozens of packages needed to migrate to the newly stable modular X. I had the same issue and the fix seemed to work for me. However, the path to those ebuilds listed isn't accurate, it should be something like: # ebuild /usr/portage/x11-libs/libX11/libX11-1.0.3.ebuild digest # ebuild /usr/portage/x11-libs/libX11/libX11-1.0.3.ebuild manifest and this is what i got for output: # ebuild /usr/portage/x11-libs/libX11/libX11-1.0.3.ebuild digest >>> Creating Manifest for /usr/portage/x11-libs/libX11 digest.assumed 1 digest-libX11-1.0.3::libX11-1.0.3.tar.bz2 # ebuild /usr/portage/x11-libs/libX11/libX11-1.0.3.ebuild manifest >>> Creating Manifest for /usr/portage/x11-libs/libX11 digest.assumed 1 digest-libX11-1.0.3::libX11-1.0.3.tar.bz2 After that, the fetch worked fine. Thanks. *** Bug 138657 has been marked as a duplicate of this bug. *** *** Bug 138654 has been marked as a duplicate of this bug. *** Should be fixed now. |