-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
Unfortunately, the Discord RPM project fails on OpenSUSE 15.0.
First it does not find rpmbuild, installs the rpmdevtools package and can't find rpmbuild again. The correct package is rpm-build . But this is a minor glitch; after I installed rpm-uild the RPM creation proceeded.
The real issue is that the RPM that it produces fails to install with the following message:
error: Failed dependencies:
libX11 >= 1.6 is needed by discord-0.0.10-2.x86_64
libXtst >= 1.2 is needed by discord-0.0.10-2.x86_64
libappindicator is needed by discord-0.0.10-2.x86_64
libc++1 is needed by discord-0.0.10-2.x86_64
When I extract the discord tarball on the same machine, it runs perfectly well, so the problem is unfortunately with the RPM procedure.
Reactions are currently unavailable