Summary: | x11-wm/marco-1.26.2 fails to compile: meson.build:163:11: ERROR: Dependency "xres" not found, tried pkgconfig and cmake | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo MATE Desktop <mate> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sam, thican |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/31049 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
1-meson-log.txt |
Description
Agostino Sarubbo
![]() CC'ing also the author of the commit (972a7d2b4ab23363f012e21d94604c568afd2965) Created attachment 861715 [details]
build.log
build log and emerge --info
Created attachment 861716 [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: meson.build:163:11: ERROR: Dependency "xres" not found, tried pkgconfig and cmake Run-time dependency xres found: NO (tried pkgconfig and cmake) Perhaps missing DEPEND/RDEPEND on x11-libs/libXres ? (In reply to Joakim Tjernlund from comment #5) > Perhaps missing DEPEND/RDEPEND on x11-libs/libXres ? Looks so: readelf -d /usr/lib64/libmarco-private.so.2 | grep XRes 0x0000000000000001 (NEEDED) Shared library: [libXRes.so.1] The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0936d5412023e65d82cba143b6d933d165570e commit 5a0936d5412023e65d82cba143b6d933d165570e Author: Thibaud CANALE <thican@thican.net> AuthorDate: 2023-05-15 23:20:54 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-05-20 06:27:49 +0000 x11-wm/marco: add lacking dependencies List: - x11-libs/libXi - x11-libs/libXres Closes: https://bugs.gentoo.org/906377 Signed-off-by: Thibaud CANALE <thican@thican.net> Closes: https://github.com/gentoo/gentoo/pull/31049 Signed-off-by: Sam James <sam@gentoo.org> x11-wm/marco/{marco-1.26.2.ebuild => marco-1.26.2-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) |