Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-10 14:43 UTC by Raphaël Droz
Modified: 2013-11-11 13:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge--info.log,5.96 KB, text/plain)
2013-11-10 14:45 UTC, Raphaël Droz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Raphaël Droz 2013-11-10 14:43:15 UTC
>=sys-libs/zlib-1.2.8-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?]

whatever use-flags or ABI_X86 is setup.
As this blocks libpng, it also blocks emerge -e @system (gcc -> gcj -> gtk -> cairo -> libpng)
and cups-filter so poppler, ... ... (cf libreoffice-bin bug)

This multi-lib thing is apparently far from finished but the hell of packages' updates **in stable** seems to just start.

Are we running inside the ubuntu/gnome/systemd philosophy too ??
Comment 1 Raphaël Droz 2013-11-10 14:45:03 UTC
Created attachment 362982 [details]
emerge --info

emerge --info attached
[but several use-flag/make.conf combinations tested]
Comment 2 Raphaël Droz 2013-11-10 15:09:59 UTC
happens that I had a "libpng abi_x86_32" laying around.
Removing this + emerge -C app-emulation/emul-linux-x86-baselibs + ABI_X86="64 32"
seems to do the trick (but still a workaround looking at the growing list of "preserved-libs" packages which need an (impossible) update).
Comment 3 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-11-10 23:05:03 UTC
Can we see the complete output?
Comment 4 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-11-11 13:50:39 UTC
(In reply to Raphaël Droz from comment #2)
> happens that I had a "libpng abi_x86_32" laying around.
> Removing this + emerge -C app-emulation/emul-linux-x86-baselibs +
> ABI_X86="64 32"
> seems to do the trick

Ah, okay, closing this then; good find.