mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
This is an interesting one in that it's not the usual _FORTIFY_SOURCE vs __attribute__((alias, ...)) problem (see1f66e8c439) nor is it the strange occasional -Wodr false positive(?) that we've seen (see4cf1d792f9). Casey reports that with libmpdclient build w/-O2 -fno-semantic-interposition, ncmpcpp will end up crashing on an assert. This is curious enough to merit leaving the bug open until I get a chance to poke more, and we just filter for now. It's especially curious as it doesn't seem like there should be anything LD_PRELOAD involved here. My guess it's the usual "more-inlining exposes another problem" like we had with dbus-broker (345f98126f) but we'll see! Bug: https://bugs.gentoo.org/959103 Signed-off-by: Sam James <sam@gentoo.org>