Gentoo Archives: gentoo-dev

From: Chris Gianelloni <wolf31o2@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Moving GCC-3.4 to stable on x86
Date: Tue, 29 Nov 2005 15:57:08
Message-Id: 1133279532.13876.32.camel@cgianelloni.nuvox.net
In Reply to: Re: [gentoo-dev] Moving GCC-3.4 to stable on x86 by Chris Gianelloni
1 On Tue, 2005-11-29 at 10:42 -0500, Chris Gianelloni wrote:
2 > On Tue, 2005-11-29 at 15:03 +0000, Mike Frysinger wrote:
3 > > On Tue, Nov 29, 2005 at 09:50:34AM -0500, Chris Gianelloni wrote:
4 > > > On Tue, 2005-11-29 at 09:51 +0100, Gregorio Guidi wrote:
5 > > > > Every user _must_ be instructed to run
6 > > > > 'revdep-rebuild --soname libstdc++.so.5',
7 > > > > if a system contains things linking to libstdc++.so.5 and things linking to
8 > > > > libstdc++.so.6 I consider it horribly broken.
9 > > >
10 > > > ...and when it tries to "recompile" openoffice-bin? doom3?
11 > >
12 > > revdep-rebuild should ignore those packages
13 >
14 > Just curious, but how? How does it know that doom3 isn't compiled from
15 > source and should be ignored?
16
17 broken /usr/lib32/openoffice/program/gconfbe1.uno.so (requires
18 libORBit-2.so.0 libgconf-2.so.4)
19 broken /usr/lib32/openoffice/program/gnome-set-default-application
20 (requires libORBit-2.so.0 libORBitCosNaming-2.so.0 libbonobo-2.so.0
21 libbonobo-activation.so.4 libgconf-2.so.4 libgnomevfs-2.so.0)
22 broken /usr/lib32/openoffice/program/libofficebean.so.1.1 (requires
23 libjawt.so)
24 broken /usr/lib32/openoffice/program/libvclplug_kde680li.so.1.1
25 (requires libkdecore.so.4 libkdeui.so.4 libqt-mt.so.3)
26
27 broken /usr/lib32/openoffice/program/python-core-2.3.4/lib/lib-dynload/_bsddb.so (requires libdb-3.1.so)
28
29 broken /usr/lib32/openoffice/program/python-core-2.3.4/lib/lib-dynload/_tkinter.so (requires libBLT24.so libtcl8.3.so libtk8.3.so)
30
31 broken /usr/lib32/openoffice/program/python-core-2.3.4/lib/lib-dynload/bz2.so (requires libbz2.so.0)
32
33 broken /usr/lib32/openoffice/program/python-core-2.3.4/lib/lib-dynload/dbm.so (requires libgdbm.so.2)
34
35 broken /usr/lib32/openoffice/program/python-core-2.3.4/lib/lib-dynload/gdbm.so (requires libgdbm.so.2)
36
37 broken /usr/lib32/openoffice/program/python-core-2.3.4/lib/lib-dynload/mpz.so (requires libgmp.so.3)
38 broken /usr/lib32/openoffice/program/ucpgvfs1.uno.so (requires
39 libgnomevfs-2.so.0)
40
41 These are the packages that I would merge, in order:
42
43 Calculating dependencies ...done!
44 [ebuild R ] app-office/openoffice-bin-2.0.0
45
46
47 It most definitely does not recognize binary packages of any kind.
48
49 Just to let you know, every successful revdep-rebuild followed by
50 another also wants openoffice-bin again. Interestingly enough, it did
51 *not* list any of the games I have installed on that machine that are
52 in /opt. Is /opt ignored?
53
54 --
55 Chris Gianelloni
56 Release Engineering - Strategic Lead
57 x86 Architecture Team
58 Games - Developer
59 Gentoo Linux

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Moving GCC-3.4 to stable on x86 Mike Frysinger <vapier@g.o>
Re: [gentoo-dev] Moving GCC-3.4 to stable on x86 Peter Ruskin <Peter.Ruskin@×××××××××.com>