Skip to content

perfetto: Don't copy gn native binary#1032

Open
zye2-sc wants to merge 1 commit intoopenembedded:masterfrom
zye2-sc:patch-1
Open

perfetto: Don't copy gn native binary#1032
zye2-sc wants to merge 1 commit intoopenembedded:masterfrom
zye2-sc:patch-1

Conversation

@zye2-sc
Copy link

@zye2-sc zye2-sc commented Mar 11, 2026

With the current recipe I am getting

gn: error while loading shared libraries: libc++abi.so.1: cannot open shared object file: No such file or directory

on my aarch64 machine
This is due to gn having a relative library runpath causing the interpreter not finding the shared libraries
Instead of copying the binary just directly execute it

Additionally remove the unnecessary download of the prebuilt gn binary

With the current recipe I am getting
```
gn: error while loading shared libraries: libc++abi.so.1: cannot open shared object file: No such file or directory
```
on my aarch64 machine
This is due to gn having a relative library runpath causing the interpreter not finding the shared libraries
Instead of copying the binary just directly execute it

Additionally remove the unnecessary download of the prebuilt gn binary

Signed-off-by: Willi Ye <zye2@snap.com>
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

Successfully merging this pull request may close these issues.

1 participant