Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bbhtt opened this issue Sep 22, 2023 · 0 comments
Open

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

bbhtt opened this issue Sep 22, 2023 · 0 comments

Comments

@bbhtt
Copy link

bbhtt commented Sep 22, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant