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
{{ message }}
This repository was archived by the owner on Feb 12, 2021. It is now read-only.
Since major lib / GCC version update in Mageia Caulton, spotify encounters a segfault at startup.
$ LC_ALL=C my-spotify
/home/tbigot/_/lib/spotify-client/spotify: /lib64/libcrypto.so.1.0.0: no version information available (required by /home/tbigot/_/lib/spotify-client/spotify)
/home/tbigot/_/lib/spotify-client/spotify: /lib64/libssl.so.1.0.0: no version information available (required by /home/tbigot/_/lib/spotify-client/spotify)
/home/tbigot/_/lib/spotify-client/spotify: /lib64/libcurl.so.4: no version information available (required by /home/tbigot/_/lib/spotify-client/spotify)
/home/tbigot/_/share/spotify-client/spotify: /lib64/libcrypto.so.1.0.0: no version information available (required by /home/tbigot/_/share/spotify-client/spotify)
/home/tbigot/_/share/spotify-client/spotify: /lib64/libssl.so.1.0.0: no version information available (required by /home/tbigot/_/share/spotify-client/spotify)
/home/tbigot/_/share/spotify-client/spotify: /lib64/libcurl.so.4: no version information available (required by /home/tbigot/_/share/spotify-client/spotify)
/proc/self/exe: /lib64/libcrypto.so.1.0.0: no version information available (required by /proc/self/exe)
/proc/self/exe: /lib64/libssl.so.1.0.0: no version information available (required by /proc/self/exe)
/proc/self/exe: /lib64/libcurl.so.4: no version information available (required by /proc/self/exe)
[0908/112733.793727:ERROR:child_thread_impl.cc(762)] Request for unknown Channel-associated interface: ui::mojom::GpuMain
/home/tbigot/_/bin/my-spotify: line 41: 18677 Segmentation fault (core dumped) LD_LIBRARY_PATH=$( dirname $spotify) LC_NUMERIC=en_US.utf8 $spotify$@```
Since major lib / GCC version update in Mageia Caulton, spotify encounters a segfault at startup.