flathub / flathub/com.google.ChromeDev

libsframe needs to be copied when updating to runtime 23.08

Open
#101 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
1
Forks
9
Avg merge
5h 29m
Merged PRs (30d)
5

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.