Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 906252 - app-text/libwpg-0.3.4 fails to compile (MUSL-SYSTEM): configure: error: Required boost headers not found
Summary: app-text/libwpg-0.3.4 fails to compile (MUSL-SYSTEM): configure: error: Requi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-13 06:11 UTC by Agostino Sarubbo
Modified: 2023-05-20 10:14 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,45.73 KB, text/plain)
2023-05-13 06:11 UTC, Agostino Sarubbo
Details
1-config.log (1-config.log,46.75 KB, text/plain)
2023-05-13 06:11 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-05-13 06:11:10 UTC
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.
Comment 1 Agostino Sarubbo gentoo-dev 2023-05-13 06:11:12 UTC
Created attachment 861611 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-05-13 06:11:13 UTC
Created attachment 861612 [details]
1-config.log

1-config.log
Comment 3 Agostino Sarubbo gentoo-dev 2023-05-13 06:17:54 UTC

*** This bug has been marked as a duplicate of bug 787032 ***
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-05-13 06:25:54 UTC
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).
Comment 5 Larry the Git Cow gentoo-dev 2023-05-20 10:14:57 UTC
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(-)