* Re: [gentoo-user] dependency problem - how to decipher this one
2014-05-14 22:39 ` Walter Dnes
@ 2014-05-30 19:48 ` Yuan MEI
2014-06-01 19:31 ` Volker Armin Hemmann
1 sibling, 0 replies; 5+ messages in thread
From: Yuan MEI @ 2014-05-30 19:48 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2688 bytes --]
On Wed, May 14, 2014 at 3:39 PM, Walter Dnes <waltdnes@waltdnes.org> wrote:
> On Wed, May 14, 2014 at 07:29:11PM +0200, Helmut Jarausch wrote
> > Hi,
> >
> > trying to emerge x11-libs/gtk+:2 (2.24.23-r1) together with
> > dev-libs/atk (2.12.0-r1) I get the following messages
> >
> > emerge: there are no ebuilds to satisfy
> > ">=dev-libs/atk-1.29.2[introspection?,abi_x86_32(-)?,abi_x86_64(-)?,
> > abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?]".
> > (dependency required by "x11-libs/gtk+-2.24.23-r1" [ebuild])
> > (dependency required by "x11-libs/gtk+:2" [argument])
> >
> > How can this be deciphered? How can I trace / debug the problem.
>
> Plan A) try adding the line...
>
> dev-libs/atk -introspection
>
> ...to /etc/portage/package.use
>
> Plan B) if some other package requires atk built with introspection,
> then make sure that atk is not built with any of abi_x86_32, or
> abi_x86_64, abi_x86_x32, or abi_mips_n32, or abi_mips_n64, or
> abi_mips_o32. I.e. if you're running on AMD or Intel, add the line...
>
> dev-libs/atk -abi_x86_32 -abi_x86_64 -abi_x86_x32
>
> ...to /etc/portage/package.use
>
> In both cases (Plan A and Plan B), execute the command...
>
> emerge -1 atk
>
> ...immediately afterwards.
>
I have a similar problem:
# emerge -pvuDN world
These are the packages that would be merged, in order:
Calculating dependencies ... done!
emerge: there are no ebuilds to satisfy
">=media-libs/audiofile-0.1.9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?]".
(dependency required by "media-libs/libsdl-1.2.15-r5" [ebuild])
(dependency required by "dev-libs/zziplib-0.13.60-r1[sdl]" [installed])
(dependency required by "dev-tex/luatex-0.76.0" [installed])
(dependency required by "app-text/epspdf-0.6.0" [installed])
(dependency required by "app-text/texlive-2013[epspdf]" [installed])
(dependency required by "app-doc/doxygen-1.8.3.1[latex]" [installed])
(dependency required by "x11-proto/xproto-7.0.26[doc]" [ebuild])
(dependency required by "x11-libs/gtk+-2.24.23" [ebuild])
(dependency required by "gnome-base/libglade-2.6.4-r1" [ebuild])
(dependency required by "dev-lisp/clisp-2.49-r8[gtk]" [installed])
(dependency required by "app-text/xindy-2.4" [installed])
# emerge -pv audiofile
These are the packages that would be merged, in order:
Calculating dependencies ... done!
[ebuild R ] media-libs/audiofile-0.3.6-r1:0/1 USE="flac -static-libs
{-test}" ABI_X86="(64) (-32) (-x32)" 0 kB
Total: 1 package (1 reinstall), Size of downloads: 0 kB
I tried Plan B but the problem persists. Any ideas?
Thanks,
Yuan
[-- Attachment #2: Type: text/html, Size: 3586 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] dependency problem - how to decipher this one
2014-05-14 22:39 ` Walter Dnes
2014-05-30 19:48 ` Yuan MEI
@ 2014-06-01 19:31 ` Volker Armin Hemmann
1 sibling, 0 replies; 5+ messages in thread
From: Volker Armin Hemmann @ 2014-06-01 19:31 UTC (permalink / raw
To: gentoo-user
Am 15.05.2014 00:39, schrieb Walter Dnes:
> On Wed, May 14, 2014 at 07:29:11PM +0200, Helmut Jarausch wrote
>> Hi,
>>
>> trying to emerge x11-libs/gtk+:2 (2.24.23-r1) together with
>> dev-libs/atk (2.12.0-r1) I get the following messages
>>
>> emerge: there are no ebuilds to satisfy
>> ">=dev-libs/atk-1.29.2[introspection?,abi_x86_32(-)?,abi_x86_64(-)?,
>> abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?]".
>> (dependency required by "x11-libs/gtk+-2.24.23-r1" [ebuild])
>> (dependency required by "x11-libs/gtk+:2" [argument])
>>
>> How can this be deciphered? How can I trace / debug the problem.
> Plan A) try adding the line...
>
> dev-libs/atk -introspection
>
> ...to /etc/portage/package.use
>
> Plan B) if some other package requires atk built with introspection,
> then make sure that atk is not built with any of abi_x86_32, or
> abi_x86_64, abi_x86_x32, or abi_mips_n32, or abi_mips_n64, or
> abi_mips_o32. I.e. if you're running on AMD or Intel, add the line...
>
> dev-libs/atk -abi_x86_32 -abi_x86_64 -abi_x86_x32
>
> ...to /etc/portage/package.use
so basically building nothing? Doesn't sound right.
^ permalink raw reply [flat|nested] 5+ messages in thread