FS#64445 - [steam-native-runtime] Steam now depends on lib32-libva instead of lib32-libva1

Attached to Project: Community Packages
Opened by Vic Luo (htfy96) - Sunday, 10 November 2019, 21:09 GMT
Last edited by Levente Polyak (anthraxx) - Friday, 15 November 2019, 23:39 GMT
Task Type Bug Report
Category Packages: Multilib
Status Closed
Assigned To Levente Polyak (anthraxx)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 7
Private No

Details

Description:

$ STEAM_RUNTIME=0 steam
Running Steam on arch rolling 64-bit
STEAM_RUNTIME is disabled by the user
Error: You are missing the following 32-bit libraries, and Steam may not run:
libva.so.2
libva.so.2
libva-x11.so.2
/home/lz/.local/share/Steam/ubuntu12_32/steam
Installing breakpad exception handler for appid(steam)/version(1573176642)
Installing breakpad exception handler for appid(steam)/version(1573176642)
Installing breakpad exception handler for appid(steam)/version(1573176642)
Failed to load steamui.so - dlerror(): libva.so.2: cannot open shared object file: No such file or directory
(Failed to start)
$ pacman -S lib32-libva
$ STEAM_RUNTIME=0 steam
(Start successfully)

Additional info:
* package version(s): steam 1.0.0.61-3 steam-native-runtime 1.0.0.61-1
This task depends upon

Closed by  Levente Polyak (anthraxx)
Friday, 15 November 2019, 23:39 GMT
Reason for closing:  Fixed
Additional comments about closing:  1.0.0.61-2
Comment by Levente Polyak (anthraxx) - Monday, 11 November 2019, 01:26 GMT
are you running the beta program?

just a side note, but we only support native environment by invoking `/usr/bin/steam-native`
Comment by Anton (Xakep_SDK) - Monday, 11 November 2019, 15:03 GMT
Can confirm, steam-native no longer works, at least with beta client. Did not tested on stable.
Comment by Vic Luo (htfy96) - Tuesday, 12 November 2019, 19:22 GMT
I'm in Beta program. Steam-native doesn't work either.
Comment by Aidan Dang (AidanGG) - Friday, 15 November 2019, 12:30 GMT
This is now on stable [1], and I can confirm that it now doesn't launch unless I install lib32-libva.

[1] https://store.steampowered.com/news/56092/
Comment by Gunnar Bretthauer (Taijian) - Friday, 15 November 2019, 20:26 GMT
I have tested this and can confirm that both libva1 and lib32-libva1 are now no longer needed by steam-native. Instead libva and lib32-libva are hard required (as in, it won't start if they are missing). Steam-runtime is not affected, as this apparently bundles both packages.

Loading...