https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-text/libwpg-0.3.4 fails to compile (MUSL-SYSTEM). Discovered on: amd64 (internal ref: tinderbox_musl) NOTE: (MUSL-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc but this bug MAY or MAY NOT BE related to musl.
Created attachment 861611 [details] build.log build log and emerge --info
Created attachment 861612 [details] 1-config.log 1-config.log
*** This bug has been marked as a duplicate of bug 787032 ***
It really does need Boost and it doesn't directly depend on it: from configure.ac: ``` # ================== # Find boost headers # ================== AC_CHECK_HEADERS([boost/optional.hpp], [], [AC_MSG_ERROR([Required boost headers not found.])], [] ) ``` Note that libwpg->libwpd *DOES* depend on it, but only in DEPEND (which I assume is fine for it, but I'm saying it's legitimate for Boost to have not been installed here). (Ditto libwpg->librevenge).
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06bc40cd1d9dd3447c22c41b0af4b9583030584b commit 06bc40cd1d9dd3447c22c41b0af4b9583030584b Author: David Seifert <soap@gentoo.org> AuthorDate: 2023-05-20 10:14:48 +0000 Commit: David Seifert <soap@gentoo.org> CommitDate: 2023-05-20 10:14:48 +0000 app-text/libwpg: add boost to DEPEND Closes: https://bugs.gentoo.org/906252 Signed-off-by: David Seifert <soap@gentoo.org> app-text/libwpg/libwpg-0.3.4.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-)