Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 672424 - =dev-util/pkgconfig-0.29.2[-internal-glib]: missing subslot operator on dev-libs/glib
Summary: =dev-util/pkgconfig-0.29.2[-internal-glib]: missing subslot operator on dev-l...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Freedesktop bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-02 20:58 UTC by Daniel M. Weeks
Modified: 2018-12-04 16:35 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel M. Weeks 2018-12-02 20:58:42 UTC
!!! existing preserved libs:
>>> package: dev-libs/glib-2.56.2
 *  - /usr/lib32/libglib-2.0.so.0
 *  - /usr/lib32/libglib-2.0.so.0.5200.3
 *      used by /usr/bin/i686-pc-linux-gnu-pkg-config (dev-util/pkgconfig-0.29.2)

It looks like there is also no subslot for dev-libs/glib where it should have one.

Reproducible: Always
Comment 1 Mike Gilbert gentoo-dev 2018-12-04 16:00:36 UTC
I don't think glib's ABI has changed in several years.

Did you somehow disable abi_x86_32 on dev-libs/glib?
Comment 2 Daniel M. Weeks 2018-12-04 16:35:19 UTC
(In reply to Mike Gilbert from comment #1)
> I don't think glib's ABI has changed in several years.
> 
> Did you somehow disable abi_x86_32 on dev-libs/glib?

No, this was on an x86 system. I can't figure out why this warning appeared; I have not rebuilt pkgconfig but 1) the warning is gone now, 2) pkg-config is linked to libglib-2.0.so.0, and 3) /usr/lib32 doesn't exist on that system.

I'm marking as invalid because I don't think this is a real issue. Apologies for the noise.