Gentoo Archives: gentoo-user

From: Volker Armin Hemmann <volkerarmin@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] *** WARNING *** - upgrade to libxcb-1.4 (-r1) breaks your system
Date: Tue, 15 Sep 2009 09:34:48
Message-Id: 200909151134.37349.volkerarmin@googlemail.com
In Reply to: Re: [gentoo-user] *** WARNING *** - upgrade to libxcb-1.4 (-r1) breaks your system by Helmut Jarausch
1 On Dienstag 15 September 2009, Helmut Jarausch wrote:
2 > On 15 Sep, Neil Bothwick wrote:
3 > > On Tue, 15 Sep 2009 09:58:58 +0200, Alan McKinnon wrote:
4 > >> The gods must be favouring me for a change. I'm completely unaffected
5 > >> by this upgrade :-)
6 > >
7 > > I had some breakage, but nothing significant. I only realised anything
8 > > was wrong because emerge @preserved-rebuild failed on most packages, so I
9 > > then RTFMed, ran the commands from that web page and all was fine.
10 > > Konqueror kept working fine, so I didn't need to remember how to work any
11 > > of the lynx variants.
12 >
13 > You must be very lucky to have such a fast machine.
14 >
15 > I'm following the recipe on
16 > http://www.gentoo.org/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml
17 >
18 > which results in
19 >
20 > emerge -v1 -j4 x11-proto/xcb-proto x11-libs/libxcb
21 > emerge -v1 -j4 x11-proto/xproto x11-proto/xextproto x11-libs/libX11
22 > x11-libs/libXext
23 >
24 > /usr/portage/x11-libs/libxcb/files/xcb-rebuilder.sh
25 >
26 > emerge -1 -j4 \
27 > $(for i in x11-proto/ x11-libs/libxcb x11-libs/libX11 x11-libs/libXext \
28 > x11-libs/libX x11-libs/xcb-util x11-libs/cairo \
29 > x11-libs/pango x11-libs/gtk+ gnome-base/libgnomeui \
30 > x11-libs/qt-gui; do \
31 > qlist -IC $i; \
32 > done) -v
33 >
34 > revdep-rebuild -L libxcb-xlib.so.0 -- -j4 --ask --keep-going
35 >
36 >
37 > This requires to rebuild 182 packages and proably several
38 > hours on a modern PC (Phenom II 4 cores)
39 >
40 > (this includes some not so tiny packages like gcc (2 slots)
41 > several gnome and kde libraries)
42 >
43 > (Sometimes, Gentoo is an expensive hobby)
44 >
45 > Helmut.
46 >
47
48 -j4?
49
50 if you want to give makeopts - that belongs into /etc/make.conf. I didn't even
51 know that portage forwards those options

Replies

Subject Author
Re: [gentoo-user] *** WARNING *** - upgrade to libxcb-1.4 (-r1) breaks your system Mike Kazantsev <mk.fraggod@×××××.com>