frida / frida-gum

Cross-platform instrumentation and introspection library written in C
https://frida.re
Other
733 stars 242 forks source link

libc.so.6: version GLIBC_2.34 not found (required by python3) #718

Open milahu opened 1 year ago

milahu commented 1 year ago

CI error on qnx-armeabi

mismatch between python and glibc version (FHS distro hell ...)

https://github.com/frida/frida-gum/actions/runs/4148297684/jobs/7176146214#step:6:120

[1/188] Generating bindings/gumjs/gumjs-generated-bindings with a custom command
FAILED: bindings/gumjs/gumquickcodewriter.inc bindings/gumjs/gumquickcodewriter-x86.inc ...
python3: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by python3)
python3: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by /__t/Python/3.11.1/x64/lib/libpython3.11.so.1.0)
python3: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /__t/Python/3.11.1/x64/lib/libpython3.11.so.1.0)
python3: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /__t/Python/3.11.1/x64/lib/libpython3.11.so.1.0)
python3: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /__t/Python/3.11.1/x64/lib/libpython3.11.so.1.0)