https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: www-client/elinks-0.18.0 fails to compile. Discovered on: amd64 (internal ref: ci) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Created attachment 917363 [details] build.log build log and emerge --info
Created attachment 917364 [details] 1-meson-log.txt 1-meson-log.txt
Error(s) that match a know pattern in addition to what has been reported in the summary: Library execinfo found: NO Library iconv found: NO Run-time dependency bzip2 found: NO (tried pkgconfig and cmake) src/protocol/test/meson.build:5:6: ERROR: Argument is of an unacceptable type 'bool'.
https://github.com/rkd77/elinks/blob/master/src/protocol/test/meson.build#L5 ??
I believe this happens when we have USE="test -libcss". It is caused by elinks-0.18.0 adding "libdomdeps" to src/protocol/test/meson.build. I don't know enough meson to know how to fix this, but will report a bug upstream.
Reported upstream: https://github.com/rkd77/elinks/issues/366
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1de1452da1aa032be0500f28dcb8fb700817c4b commit b1de1452da1aa032be0500f28dcb8fb700817c4b Author: Felix Janda <felix.janda@posteo.de> AuthorDate: 2025-01-23 22:03:27 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-01-24 02:27:43 +0000 www-client/elinks: meson fix for v0.18.0 Closes: https://bugs.gentoo.org/948601 Signed-off-by: Felix Janda <felix.janda@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/40282 Signed-off-by: Sam James <sam@gentoo.org> www-client/elinks/elinks-0.18.0.ebuild | 1 + www-client/elinks/files/elinks-0.18.0-build.patch | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+)