Gentoo Archives: gentoo-user

From: covici@××××××××××.com
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] how to get a couple of -9999 packages to behave
Date: Tue, 18 Aug 2015 17:16:34
Message-Id: 16755.1439918184@ccs.covici.com
In Reply to: Re: [gentoo-user] how to get a couple of -9999 packages to behave by Jeremi Piotrowski
1 Jeremi Piotrowski <jeremi.piotrowski@×××××.com> wrote:
2
3 > /usr/lib64/pkgconfig/atk-bridge.2.0.pc is part of at-spi2-atk which comes
4 > as a dependency of gtk+[X]. So you need at-spi2-atk[abi_x86_32] which
5 > should be pulled in by gtk+[abi_x86_32]. emerge @preserved-rebuild, make
6 > sure all flag changes are applied (emerge --changed-use --deep @world) and
7 > then try again. It could be that this is a recent change to packages you
8 > want (at-spi2-core/at-spi2-atk), they are live ebuilds after all, so you
9 > may need to report to the gnome overlay maintainers.
10
11 OK, I have the following in /etc/portage/package.use
12 app-accessibility/at-spi2-atk abi_x86_32
13 app-accessibility/at-spi2-core abi_x86_32
14
15 But the 999 versions are not giving the /usr/lib32 items including
16 /usr/lib32/pkgconfig/atspi-2.pc and this seems to be the problem -- how
17 can I fix, or how can I do the same thing outside of tree i.e. get both
18 the /usr/lib64 and /usr/lib32 items like the one mentioned above.
19
20
21 --
22 Your life is like a penny. You're going to lose it. The question is:
23 How do
24 you spend it?
25
26 John Covici
27 covici@××××××××××.com

Replies

Subject Author
Re: [gentoo-user] how to get a couple of -9999 packages to behave Jeremi Piotrowski <jeremi.piotrowski@×××××.com>