pop-os / beta

Pop!_OS Beta
359 stars 19 forks source link

Steam failure on very recent versions #166

Closed cybik closed 3 years ago

cybik commented 3 years ago

Steam does not start right now, on 21.04.

Libraries that may be of concern, as identified by a command over on https://bugs.archlinux.org/task/71092#comment200392

 cybik@hithere > ~/.steam/root/ubuntu12_32 >> trunk ± > file * | grep ELF | cut -d: -f1 | LD_LIBRARY_PATH=. xargs ldd | grep 'not found' | sort | uniq
        libpipewire-0.3.so.0 => not found
        libudev.so.0 => not found

In conclusion, packages that possibly need i386 recompiles for steam:latest :

Related ticket: https://github.com/ValveSoftware/steam-for-linux/issues/7813

Note that this issue may be transient and could be fixed by a Steam update. In the interim, I thought it best to open an issue about it here.

mmstick commented 3 years ago

Unfortunately, we can't build i386 packages unless Canonical has them on a whitelist for Launchpad PPAs.

trgeiger commented 3 years ago

I installed libnm.so.0 on Fedora and it seems to have fixed the issue, if there's any other Fedora users in here. Got the idea from that Arch link above where it seems that was their solution as well.

cybik commented 3 years ago

@trgeiger it worked for one boot only on my side. One reboot and it doesn't work anymore. It's really odd.

bflanagin commented 3 years ago

Everything is working on my end. @cybik did you upgrade from a previous version or is the is a fresh install? I want to try to replicate the issue as close as I can.

cybik commented 3 years ago

@bflanagin yep.

I think that's the whole of my deviations from baseline at this time. Aside from a bunch of ppas.

cybik commented 3 years ago

Closing this tracking bug, workarounds are starting to appear. Will reopen if there's further need.