-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code cannot launch on Fedora due to missing libXss dep #13439
Comments
Pushed and cherry picked to |
openSUSE fails to resolving the package dependency "libXScrnSaver" because the bin package is called "libXss1" (for more info see https://bugzilla.suse.com/show_bug.cgi?id=967340)
|
@MrSparc thanks for the report, do you think something like this will work in the rpm?
|
@Tyriar I don't know much about rpm specs but googling (or binging) looks like the use of Boolean dependency feature is supported as of RPM 4.13 http://www.rpm.org/wiki/PackagerDocs/BooleanDependencies Boolean expressions are not supported in previous RPM versions: http://serverfault.com/questions/299179/can-one-require-this-or-that-package-in-an-rpm-spec-file |
Same issue with Fedora 25. Problem is the libXss.so.1 library is not installed by the libXScrnSaver package. |
It doesn't work this way. Indeed F25 refuses to install the rpm because of this missing library. Indeed, the library is present on the system, but on 64 bit computer, it is in /usr/lib64, not in /usr/lib. I just created a symbolic link in /usr/lib and it works. Don't know who is to blame though, libXScrSaver, Fedora ou VSC? |
After the PR it now points based on the bitness of the package, which I believe fixes the issue. See https://github.com/Microsoft/vscode/pull/15128/files#diff-188db2ba2b1e47c34c14a1ab98ea76e4R13 |
do you know when it'll be released? I'll do some testing. |
You can see the plan here #15099 |
/cc @chrmarti
The text was updated successfully, but these errors were encountered: