Summary: | media-sound/mpd-0.20.10 autoconfig check picks up host system's boost include path | ||
---|---|---|---|
Product: | Gentoo/Alt | Reporter: | Matthias Gerstner <mgerstner> |
Component: | Prefix Support | Assignee: | Gentoo Prefix <prefix> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hwoarang, sound, tsmksubc |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | suggested patch |
Description
Matthias Gerstner
2017-09-04 12:59:19 UTC
Created attachment 492254 [details, diff]
suggested patch
explicitly pass boost include path to configure to fix the issue
@maintainers: could you please have a look at Matthias' patch? The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d3ad96a836ec425fda6d6ed3088948165a65456 commit 2d3ad96a836ec425fda6d6ed3088948165a65456 Author: Matthias Gerstner <matthias.gerstner@suse.de> AuthorDate: 2017-09-04 12:30:13 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2017-12-12 17:30:28 +0000 media-sound/mpd: Fix mpd build on prefix profiles libmad recorded wrong pkgconfig cflags which caused configure in mpd to pick up an additional '-I /usr/include' which then broke because of mixing up std headers. Similarly the autoconf check for boost picks up the host system's /usr/include instead of the prefix's ${EPREFIX}/usr/include, leading to the same result as with libmad in the mpd build. An explicity --with-boost heals this. Closes: https://bugs.gentoo.org/629880 media-sound/mpd/mpd-0.20.12.ebuild | 1 + 1 file changed, 1 insertion(+) |