Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 603276 - net-im/slack-bin libXss.so.1: cannot open shared object file: No such file or directory
Summary: net-im/slack-bin libXss.so.1: cannot open shared object file: No such file or...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Vladimir Pavljuchenkov (SpiderX)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-21 02:03 UTC by bobby.droptables727
Modified: 2017-03-26 13:48 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bobby.droptables727 2016-12-21 02:03:27 UTC
after emerging net-im/slack-bin, running `$ slack` from the command line fails to launch the program, producing the following error:

slack: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory

`$ ls -l /usr/lib64/libXs*` produces no results.

to solve this issue i emerged x11-libs/libXScrnSaver, which results in no errors and successfully launches the program when running `$ slack` from the command line.

and `$ ls -l /usr/lib64/libXs*` produces the following results:

lrwxrwxrwx 1 root root    15 Dec 20 15:03 /usr/lib64/libXss.so -> libXss.so.1.0.0
lrwxrwxrwx 1 root root    15 Dec 20 15:03 /usr/lib64/libXss.so.1 -> libXss.so.1.0.0
-rwxr-xr-x 1 root root 14376 Dec 20 15:03 /usr/lib64/libXss.so.1.0.0

separately, until this is fixed, is there a better way to get libXss.so.1 on my system than emerging x11-libs/libXScrnSaver?
Comment 1 Michael Palimaka (kensington) gentoo-dev 2016-12-22 14:08:20 UTC
(In reply to bobby.droptables727 from comment #0)
> separately, until this is fixed, is there a better way to get libXss.so.1 on
> my system than emerging x11-libs/libXScrnSaver?

That's the correct workaround, just looks like a missing dependency in the ebuild.
Comment 2 Vladimir Pavljuchenkov (SpiderX) 2016-12-22 15:28:20 UTC
This issue has been addressed in this PR (https://github.com/gentoo/gentoo/pull/2932).
I am waiting for review now.
Comment 3 Vladimir Pavljuchenkov (SpiderX) 2017-03-26 13:48:13 UTC
Resolved: https://github.com/gentoo/gentoo/pull/2932