Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
The various app-emulation/emul-linux-x86-* library packages should ship with pkg-config files to allow packages which need to be built in 32bit mode to properly compile/link against them. One affected package is for example games-emulation/pcsx2 (bug #141626), which fails to link against glib from app-emulation/emul-linux-x86-gtklibs, because it uses the pkg-config file of dev-libs/glib-2.18.4-r1, which references libgio-2.0.so, which is not present in the emul-linux package. This could be prevented if app-emulation/emul-linux-x86-gtklibs would ship with an own, correct for this version, pkg-config file, which would list the libs which are actually present. Reproducible: Always