Gentoo Archives: gentoo-dev

From: Thomas Schweikle <Thomas.Schweikle@×××××××.de>
To: gentoo-user@g.o, gentoo-dev@g.o
Subject: [gentoo-dev] Various errors related to portage
Date: Mon, 13 Oct 2003 23:02:38
Message-Id: OFEF656DB6.6940452B-ONC1256DBE.007AC09A-C1256DBE.007E90CC@fag.fiducia.de
1 Hi!
2
3 What is this?! Portage compleately broken?
4
5 These are the packages that I would merge, in order:
6
7 Calculating world dependencies  ...done!
8 [ebuild U ] sys-apps/tcp-wrappers-7.6-r6 [7.6-r4]
9 [ebuild U ] kde-base/arts-1.1.4 [1.1.2]
10 [ebuild U ] kde-base/kdelibs-3.1.4 [3.1.2-r1]
11 [ebuild N ] media-libs/libquicktime-0.9.2_pre1
12 [ebuild U ] kde-base/kdebase-3.1.4 [3.1.2]
13 [ebuild U ] sys-apps/man-pages-1.60 [1.56]
14 [ebuild U ] media-video/mplayer-0.92 [0.91]
15 [ebuild U ] kde-base/kdenetwork-3.1.4 [3.1.2]
16 [ebuild U ] media-video/transcode-0.6.10 [0.6.6]
17 [ebuild U ] app-emulation/wine-20030911 [20030813]
18
19 It is absolutely impossible to emerge kdelibs, or better: kdelibs will
20 compile, install, but emerge will recompile it again, and again, and
21 again, and...
22
23 As you see above emerge tries to emerge older versions again and again.
24 But realy compiling and installing the newer ones.
25
26 yew root # /usr/lib/portage/bin/fix-db.pl
27 Grabbing db contents...
28 Grabbing mtimes...
29 Sorting...
30 Writing COUNTERs...
31 Writing /var/cache/edb/counter...
32 Done.
33
34 Does not help out, as doesn't "regenworld", nor "emerge -u $( qpkg -I -nc
35 )".
36
37
38 Additionaly there are errors within the portage tree themselve:
39 >>> emerge (4 of 8) media-video/mplayer-0.92 to /
40 >>> md5 src_uri ;-) MPlayer-0.92.tar.bz2
41
42 !!! File is corrupt or incomplete. (Digests do not match)
43 >>> our recorded digest: 1ecd31d17b51f16332b1fcc7da36b312
44 >>> your file's digest: 6c3f032ddf401ca522900291de03fee5
45 !!! File does not exist:
46 /usr/portage/distfiles//font-arial-iso-8859-1.tar.bz2
47
48
49 removing the files from the cache does not help. Just the same again:
50 yew root # rm /usr/portage/distfiles/MPlayer-0.92.tar.bz2
51 rm: remove regular file `/usr/portage/distfiles/MPlayer-0.92.tar.bz2'? y
52 yew root # emerge mplayer
53 Calculating dependencies ...done!
54 >>> emerge (1 of 1) media-video/mplayer-0.92 to /
55 >>> Downloading ftp://ftp.fiducia.de/pub/os/gentoo/gentoo/distfiles/MPlayer-0.92.tar.bz2
56 --00:28:22-- ftp://ftp.fiducia.de/pub/os/gentoo/gentoo/distfiles/MPlayer-0.92.tar.bz2
57 => `/usr/portage/distfiles/MPlayer-0.92.tar.bz2'
58 Resolving ftp.fiducia.de... done.
59 Connecting to ftp.fiducia.de[10.2.107.216]:21... connected.
60 Logging in as anonymous ... Logged in!
61 ==> SYST ... done. ==> PWD ... done.
62 ==> TYPE I ... done. ==> CWD /pub/os/gentoo/gentoo/distfiles ... done.
63 ==> PASV ... done. ==> RETR MPlayer-0.92.tar.bz2 ...
64 No such file `MPlayer-0.92.tar.bz2'.
65
66 >>> Downloading http://gentoo.oregonstate.edu/distfiles/MPlayer-0.92.tar.bz2
67 --00:28:22-- http://gentoo.oregonstate.edu/distfiles/MPlayer-0.92.tar.bz2
68 => `/usr/portage/distfiles/MPlayer-0.92.tar.bz2'
69 Resolving gentoo.oregonstate.edu... done.
70 Connecting to gentoo.oregonstate.edu[128.193.0.3]:80... connected.
71 HTTP request sent, awaiting response... 200 OK
72 Length: 3,466,985 [application/x-tar]
73
74 100%[========================================================>] 3,466,985
75 34.66K/s ETA 00:00
76
77 00:30:00 (34.66 KB/s) - `/usr/portage/distfiles/MPlayer-0.92.tar.bz2'
78 saved [3466985/3466985]
79
80 >>> md5 src_uri ;-) MPlayer-0.92.tar.bz2
81
82 !!! File is corrupt or incomplete. (Digests do not match)
83 >>> our recorded digest: 1ecd31d17b51f16332b1fcc7da36b312
84 >>> your file's digest: 6c3f032ddf401ca522900291de03fee5
85 !!! File does not exist:
86 /usr/portage/distfiles//font-arial-iso-8859-1.tar.bz2
87
88
89 --
90 Thomas
91
92
93 --
94 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Various errors related to portage Matt Chorman <matt@×××××××××××××××.org>