Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Blockers problem: no ebuilds to satisfy "media-libs/libpng:0/0="
Date: Sun, 13 Apr 2014 22:27:53
Message-Id: 534B0F41.4090609@gmail.com
In Reply to: [gentoo-user] Blockers problem: no ebuilds to satisfy "media-libs/libpng:0/0=" by Matthias Bethke
1 On 13/04/2014 17:05, Matthias Bethke wrote:
2 > For the first time in years portage is driving me crazy. I'm trying to
3 > update my desktop after half a year in storage and coping with the Gnome
4 > 3.10 upgrade that I want to avoid because of systemd. And this is where
5 > it always gets stuck:
6 >
7 > | aldous ~ # emerge --keep-going --jobs=5 -DNuvta @world
8 > |
9 > | These are the packages that would be merged, in reverse order:
10 > |
11 > | Calculating dependencies... done!
12 > |
13 > | emerge: there are no ebuilds to satisfy "media-libs/libpng:0/0=".
14 > | (dependency required by "media-gfx/rawstudio-2.0-r1" [installed])
15 > | (dependency required by "@selected" [set])
16 > | (dependency required by "@world" [argument])
17 >
18 > | aldous ~ # eix libpng
19 > | [I] media-libs/libpng
20 > | Available versions:
21 > | (1.2) 1.2.50-r1 ~1.2.51
22 > | (1.5) 1.5.17-r15 ~1.5.18
23 > | (0) 1.6.8(0/16) ~1.6.9(0/16) ~1.6.10(0/16)
24 > | {apng neon static-libs ABI_MIPS="n32 n64 o32" ABI_X86="32 64 x32"}
25 > | Installed versions: 1.6.8(09:32:10 PM 03/29/2014)(apng -neon -static-libs ABI_MIPS="-n32 -n64 -o32" ABI_X86="64 -32 -x32")
26 > | Homepage: http://www.libpng.org/
27 > | Description: Portable Network Graphics library
28 >
29 > So media-libs/libpng:0 is indeed installed, and it not only works but
30 > | emerge -1vta `equery d libpng`
31 > does work, too. That way I have already recompiled every single thing
32 > that requires libpng, including rawstudio so IMAO it shouldn't even come
33 > up during @world updating, and if there is some reason for to be
34 > recompiled it should work just like when I say "emerge -1 rawstudio".
35 >
36 > I've run into a few blockers during this update run and Google has been
37 > my friend for most of there, but here I only find some QT-related forum
38 > entries that seem to be unrelated or offer solutions like masking some
39 > libpng version
40 > [http://forums.gentoo.org/viewtopic-p-7520134.html#7520134] that didn't
41 > help and frankly sound rather voodoo.
42 >
43 > Could anyone help me out here?
44
45
46 This sort of query is coming up a lot lately, a common suggestion to
47 help portage out is to use the --backtrack option with a high number
48 like 30 or 100.
49
50 Give that a try.
51
52 A second, blunt weapon, approach is to quickpkg libpng, unmerge libpng
53 then emerge rawstudio back (or even -avuND world) and let portage get on
54 with the business of figuring stuff out that will work
55
56
57
58 --
59 Alan McKinnon
60 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] Blockers problem: no ebuilds to satisfy "media-libs/libpng:0/0=" Neil Bothwick <neil@××××××××××.uk>