Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 746476 - app-misc/rox-filer-2.11 fails to compile
Summary: app-misc/rox-filer-2.11 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: P Purkayastha
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-10-04 06:05 UTC by Agostino Sarubbo
Modified: 2021-03-05 18:20 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,9.68 KB, text/plain)
2020-10-04 06:05 UTC, Agostino Sarubbo
Details
1-config.log (1-config.log,38.62 KB, text/plain)
2020-10-04 06:05 UTC, Agostino Sarubbo
Details
New rox-filer-2.11.ebuild (rox-filer-2.11.ebuild,2.30 KB, text/plain)
2020-10-04 07:25 UTC, P Purkayastha
Details

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

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-10-04 06:05:11 UTC
Created attachment 663718 [details]
1-config.log

1-config.log
Comment 3 Agostino Sarubbo gentoo-dev 2020-10-04 06:05:12 UTC
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.
Comment 4 P Purkayastha 2020-10-04 07:25:34 UTC
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}
Comment 5 Joonas Niilola gentoo-dev 2021-02-21 13:06:45 UTC
Hey, could you please provide a git-formatted patch with you as the author, and proper sign-off added? Preferably via Github pull requests.
Comment 6 Larry the Git Cow gentoo-dev 2021-03-05 18:20:55 UTC
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(-)