flathub / com.jagex.RuneScape

https://flathub.org/apps/details/com.jagex.RuneScape
20 stars 14 forks source link

libsframe needs to be copied when updating to runtime 23.08 #217

Open bbhtt opened 10 months ago

bbhtt commented 10 months ago

Hi, this is a heads up.

ar since binutils >=2.40 links against libsframe but binutils is entirely in the SDK and not in platform runtime. So libsframe needs to be copied, else the apply_extra script won't work.

cp -a /usr/lib/$(gcc --print-multiarch)/libsframe.so* ${FLATPAK_DEST}/lib

Another option is to use bsdtar instead of ar.

Thanks.

Garbee commented 9 months ago

Jagex is killing the Linux support slowly. I wonder if it is even worth updating the flatkpak internals a lot given the launcher/jagex account situation.

Seems like this just needs to go into life support mode until Jagex is done with Linux completely.