Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20149 - emerge app-doc/kdelibs-apidocs-3.1.1a digest error
Summary: emerge app-doc/kdelibs-apidocs-3.1.1a digest error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-29 01:52 UTC by Andreas Klauer
Modified: 2003-04-29 02:38 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 Andreas Klauer 2003-04-29 01:52:36 UTC
KDE fails to install on a brand-new Gentoo Installation (started at stage1). 
 
Here's what happens: 
---- 8< ---- 
# emerge kde 
Calculating dependencies ...done! 
>>> emerge (1 of 96) app-doc/kdelibs-apidocs-3.1.1a to / 
>>> No message digest entry found for archive "kdelibs-3.1.1a.tar.bz2." 
!!! Most likely a temporary problem. Try 'emerge rsync' again later. 
!!! If you are certain of the authenticity of the file then you may type 
!!! the following to generate a new digest: 
!!!   ebuild /usr/portage/category/package/package-version.ebuild digest 
---- 8< ---- 
 
I did emerge rsync using various mirrors; I think this is a general problem. The suggested command 
for generating a digest did not work out either. I think the reason for that is, that a digest already 
exists, but the corresponding file says: 
 
---- 8< ---- 
MD5 5687b1f9d7e0698f63c35c53322c786a kdelibs-3.1.1a.diff.bz2 156512 
MD5 15eb9412c589126844b277b9e80cfffc kdelibs-3.1.1.tar.bz2 10313173 
---- 8< ---- 
 
I can only assume that emerge tries to access kdelibs-3.1.1a.tar.bz2 directly, whereas this ebuild 
requires kdelibs-3.1.1.tar.bz2 and an additional patchfile. 
 

Reproducible: Always
Steps to Reproduce:
1. Download stage3 tarball and set it up. 
2. emerge rsync 
3. emerge kde 
Actual Results:  
Calculating dependencies ...done! 
>>> emerge (1 of 96) app-doc/kdelibs-apidocs-3.1.1a to / 
>>> No message digest entry found for archive "kdelibs-3.1.1a.tar.bz2." 
!!! Most likely a temporary problem. Try 'emerge rsync' again later. 
!!! If you are certain of the authenticity of the file then you may type 
!!! the following to generate a new digest: 
!!!   ebuild /usr/portage/category/package/package-version.ebuild digest 
 

Expected Results:  
KDE should have been installed without any errors whatsoever ;-) 

Portage 2.0.47-r10 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r4) 
================================================================= 
System uname: 2.4.20 i686 AMD Athlon(tm) XP 2000+ 
GENTOO_MIRRORS="http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/ 
http://ftp.gentoo.skynet.be/pub/gentoo/ http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ 
http://ftp.easynet.nl/mirror/gentoo// http://ftp.snt.utwente.nl/pub/os/linux/gentoo 
ftp://trumpetti.atm.tut.fi/gentoo/ ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ 
ftp://ftp.fhh.opensource-mirror.de/pub/gentoo.org/ ftp://ftp.caliu.info/pub/gentoo/ 
http://gentoo.oregonstate.edu/ http://www.ibiblio.org/pub/Linux/distributions/gentoo" 
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /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="/usr/portage/distfiles" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR_OVERLAY="" 
USE="-3dfx 3dnow aalib acl acpi -afs alsa apache2 apm arts -atlas avi -berkdb -bonobo -canna cdr 
cjk crypt cups -curl -debug dga directfb doc dvb dvd emacs encode esd -ethereal -ev6 evo -fbcon 
-firebird flash -freetds -freewnn gb gd gdbm ggi gif gnome gphoto2 gpm -gps gtk gtk2 gtkhtml 
-guile -icc -icc-pgo imap imlib innodb ipv6 java jikes jpeg junit kde kerberos -ladcca lcms ldap leim 
libg++ libgda libwww -lirc maildir -matrox mbox mikmod mmx motif mozilla mpeg -mpi mule mysql 
nas ncurses nhc98 nls nocardbus oav -oci8 -odbc oggvorbis opengl oss pam -pcmcia -pda pdflib 
perl plotutils png -pnp -postgres -prebuilt python qt quicktime readline ruby samba sasl scanner sdl 
selinux slang slp snmp socks5 spell sse ssl svga tcltk tcpd tetex tiff truetype -trusted usb 
-voodoo3 -wavelan wmf X Xaw3d xface -xinerama xml xml2 xmms xv zeo zlib x86 -ppc -sparc 
-alpha -hppa -arm" 
COMPILER="gcc3" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-mcpu=athlon-xp -march=athlon-xp -O2 -pipe -fomit-frame-pointer" 
CXXFLAGS="-mcpu=athlon-xp -march=athlon-xp -O2 -pipe -fomit-frame-pointer" 
ACCEPT_KEYWORDS="x86" 
MAKEOPTS="-j2" 
AUTOCLEAN="yes" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
FEATURES="sandbox ccache"
Comment 1 Hannes Mehnert (RETIRED) gentoo-dev 2003-04-29 02:38:49 UTC
fixed in cvs, thanks for reporting.