Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge -aDNvu world fails
Date: Sat, 29 Mar 2008 17:27:56
Message-Id: 5bdc1c8b0803291027g18e9bc7v1eb8b278c0532e23@mail.gmail.com
In Reply to: Re: [gentoo-user] emerge -aDNvu world fails by Kevin O'Gorman
1 On Sat, Mar 29, 2008 at 9:41 AM, Kevin O'Gorman <kogorman@×××××.com> wrote:
2 >
3 > On Sat, Mar 29, 2008 at 9:23 AM, Mark Knecht <markknecht@×××××.com> wrote:
4 >
5 >
6 > >
7 > >
8 > >
9 > > On Sat, Mar 29, 2008 at 9:10 AM, Kevin O'Gorman <kogorman@×××××.com>
10 > wrote:
11 > > > I cannot emerge world any more because portage keeps barfing on some
12 > random
13 > > > java ebuild.
14 > > > Java's not even in the list of things to emerge, but here's what I see:
15 > > >
16 > > > Total: 14 packages (14 upgrades), Size of downloads: 99,898 kB
17 > > >
18 > > > Would you like to merge these packages? [Yes/No] yes
19 > > > >>> Verifying ebuild Manifests...
20 > > >
21 > > > !!! Digest verification failed:
22 > > > !!! /usr/portage/dev-java/sun-jdk/sun-jdk-1.5.0.15-r1.ebuild
23 > > > !!! Reason: Failed on RMD160 verification
24 > > > !!! Got: 751637964edd458f00c9c72de8f5375eabaf9004
25 > > > !!! Expected: c7268656bf1adccafde5dd9c1104c5a12905b1dc
26 > > > treat init.d #
27 > > >
28 > > >
29 > > > I've tried deleting the offending file and re-syncing, but the same
30 > error
31 > > > occurs.
32 > > >
33 > > > Help???
34 > > >
35 > > > ++ kevin
36 > > >
37 > > > --
38 > > > Kevin O'Gorman, PhD
39 > > >
40 > >
41 > > For now mask java above whatever revision is currently installed and
42 > > move on. When your emerge is complete remember to remove the mask.
43 > > When they fix the file/digest/whatever is causing the problem it will
44 > > start working again.
45 > >
46 >
47 > Unfortunately, that puts portage into a proper tizzy because my current
48 > version is not longer listed
49 > as available (sun-jdk-1.6.0.03). Portage therefore goes into a fit of
50 > downgrades, which I do not want.
51 > I find that I can get stuff emerged by doing --pretend, then emerging
52 > everything except java.
53 > This, of course, is not the Way It Should Be (TM), but may get me through
54 > the rough patch.
55 >
56 > ++ kevin
57 >
58 Yeah, that's a drag. Not the way it's supposed to work but clearly it
59 happens once in awhile.
60
61 Typically I don't do emerge -DuN world anymore but rather run emerge
62 -pvDuN world, pick an app that has some dependencies, emerge that app
63 to pick up stuff and work my way through the list until I'm down to
64 just a few. I never emerge everything I see in the list since most are
65 dependencies themselves and I don't want to add them to my world file.
66
67 Good luck,
68 Mark
69 --
70 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] emerge -aDNvu world fails Norberto Bensa <nbensa@×××××.com>