Gentoo Archives: gentoo-amd64

From: Sean <tech.junk@×××××××.net>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] emerge update problems
Date: Thu, 24 Aug 2006 03:05:23
Message-Id: 44ED16F6.8090109@verizon.net
In Reply to: Re: [gentoo-amd64] emerge update problems by Richard Fish
1 Richard Fish wrote:
2 > On 8/23/06, sean <tech.junk@×××××××.net> wrote:
3 >> First in trying to update the system, complaints on xorg and blocked
4 >> packages, here is a short excerpt
5 >
6 > X.org has gone modular, and you need to update to match. The upgrade
7 > guide is here:
8 >
9 > http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml
10 >
11 >> Second, since installing openoffice-bin on my amd64 system, I get the
12 >> following...
13 >>
14 >> emerge --oneshot =app-office/openoffice-bin-2.0.2
15 >> ..........
16 >> Calculating dependencies
17 >> emerge: there are no ebuilds to satisfy
18 >> "=app-office/openoffice-bin-2.0.2".
19 >
20 > emerge -u app-office/openoffice-bin
21 >
22 > This should install 2.0.3, which is the current version. But do the
23 > modular-X thing first.
24 >
25 > -Richard
26
27 Thanks Richard,
28
29 But unfortunately it has not gone well. Started in section 2.6 where
30 you are to emerge xorg-xll, and right after it starts, it fails.
31 Rewritten here
32 !!! Digest verification failed:
33 !!! /usr/portage/distfiles/kbproto-1.0.2.tar.bz2
34 !!! Reason: Filesize does not match recorded size
35 !!! Got: 57853
36 !!! Expected: 57843
37
38 Obviously there is a size issue, and I cleaned out everything with
39 eclean to force fetches.
40
41 Also previous to this, (found after started troubleshooting)
42 # if [[ ! -L /usr/X11R6 ]]; \
43 then equery belongs /usr/X11R6 > ~/usr-x11r6-packages \
44 && rm -rf /usr/X11R6; fi
45
46 runs without error, but after looking /usr/X11R6 is still present, so rm
47 did not work for some reason.
48
49 Richard, or anyone, would you be able to pass on some ideas on how to
50 correct this mess?
51
52 Thanks in advance,
53 Sean
54
55 --
56 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] emerge update problems Richard Fish <bigfish@××××××××××.org>