I can't emerge some gtk-related libs when x11-libs/gdk-pixbuf-2.24.1 installed with same symptoms (see attached build.log). After downgrade to x11-libs/gdk-pixbuf-2.24.0-r1 this problem gone. Reproducible: Always
Created attachment 300163 [details] build.log for gnome-base/librsvg-2.34.2
gdk-pixpuf 2.24.1 looks just fine here. Any chance you're i.e. using gnome overlay (that is: have you got glib *2.31* installed) ?
(In reply to comment #2) > gdk-pixpuf 2.24.1 looks just fine here. > > Any chance you're i.e. using gnome overlay (that is: have you got glib *2.31* > installed) ? No I stopped use gnome overlay about two months ago. I have dev-libs/glib-2.30.2 - it was the first what I checked.
I cannot reproduce. Have you updated properly libpng on last 1.4 -> 1.5 update? Have you tried to run "revdep-rebuild" after updating to latest gdk-pixbuf?
(In reply to comment #4) > I cannot reproduce. Have you updated properly libpng on last 1.4 -> 1.5 update? > Have you tried to run "revdep-rebuild" after updating to latest gdk-pixbuf? I tried revdep-rebuild on my main system with no luck. OK. This weekend I started to build packages for my laptop in fresh chroot environment from stage3 (probably no libpng update happened?). And when I run into this issue I noticed this lines in package.keywords: dev-libs/glib ~x86 dev-libs/atk ~x86 x11-libs/pango ~x86 x11-libs/cairo ~x86 x11-libs/gtk+ ~x86 x11-libs/gdk-pixbuf ~x86 I commented out line at a time and after x11-libs/gdk-pixbuf I finally could build all gtk-related stuff e.g. librsvg, libxklavier, gthumb, emacs-vcs. Then I done the same on main system with same result. That is why I opened this bug. Can I do some tests to show needed details of my system?
Created attachment 300449 [details] emerge --info
Have you tried to rebuild latest gdk-pixbuf after updating to glib-2.30.2?
(In reply to comment #7) > Have you tried to rebuild latest gdk-pixbuf after updating to glib-2.30.2? Maybe i didn't rebuilt gdk-pixbuf and it was a source of my problem. Now I put back all "~x86" from comment 5 and successfully re-emerged librsvg. I tried to downgrade glib, re-emerge gdk-pixbuf, upgrade glib again and reproduce situation, but had no luck.