https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-misc/rox-filer-2.11 fails to compile. Discovered on: amd64 (internal ref: tinderbox) NOTE: This machine uses a gold linker (ld.gold). If you think that this issue is strictly related to ld.gold please block bug 269315.
Created attachment 663715 [details] build.log build log and emerge --info
Created attachment 663718 [details] 1-config.log 1-config.log
Possible context of error(s): configure: error: Session management library (libsm) missing. It is part of the X server distribution. Try installing the libsm-dev package.
Created attachment 663736 [details] New rox-filer-2.11.ebuild Thanks for noticing this dependency. Attaching updated ebuild. Diff is below. --- rox-filer-2.11.ebuild.old 2020-10-04 15:23:38.050801731 +0800 +++ rox-filer-2.11.ebuild 2020-10-04 15:24:01.138075420 +0800 @@ -17,7 +17,8 @@ COMMON_DEPEND="dev-lang/perl dev-libs/libxml2:2 gnome-base/libglade:2.0 - x11-libs/gtk+:2" + x11-libs/gtk+:2 + x11-libs/libSM" RDEPEND="${COMMON_DEPEND} x11-misc/shared-mime-info" DEPEND="${COMMON_DEPEND}
Hey, could you please provide a git-formatted patch with you as the author, and proper sign-off added? Preferably via Github pull requests.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3722afb3c1cae8a9e96ce2c8fb427bad872b83b7 commit 3722afb3c1cae8a9e96ce2c8fb427bad872b83b7 Author: Punarbasu Purkayastha <ppurka@gmail.com> AuthorDate: 2021-03-05 18:20:14 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2021-03-05 18:20:48 +0000 app-misc/rox-filer: 2.11: fix libSM dependency Add dependency on app-misc/libSM Closes: https://bugs.gentoo.org/746476 Signed-off-by: Punarbasu Purkayastha <ppurka@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org> app-misc/rox-filer/rox-filer-2.11.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)