You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I had to reinstall discord today (on Fedora 27 x86_64, everything pretty much up-to-date).
I ran into the same "corrupted installation" issue as before, and after a bit of searching I noticed the built rpm depends on libatomic, with any bitness.
As I already had the i686 version installed it didn't install the x86_64 version and it showed as corrupted (it actually crashed quite a few times, too).
Running rpm -qpR discord-0.0.4-2.fc27.x86_64.rpm showed libatomic isn't the only library where the bitness is not specified, but I don't know how bad it is. Here's part of the output :
So I had to reinstall discord today (on Fedora 27 x86_64, everything pretty much up-to-date).
I ran into the same "corrupted installation" issue as before, and after a bit of searching I noticed the built rpm depends on
libatomic
, with any bitness.As I already had the i686 version installed it didn't install the x86_64 version and it showed as corrupted (it actually crashed quite a few times, too).
Running
rpm -qpR discord-0.0.4-2.fc27.x86_64.rpm
showedlibatomic
isn't the only library where the bitness is not specified, but I don't know how bad it is. Here's part of the output :However,
dnf repoquery --requires discord
doesn't even listlibatomic
at all, but had all listed libs with bitness specified.The text was updated successfully, but these errors were encountered: