diff options
author | Changqing Li <changqing.li@windriver.com> | 2021-11-19 11:56:35 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-19 08:31:14 -0800 |
commit | b7b303fa698dcba91112c76d615a2ecf71866693 (patch) | |
tree | 90ed1f6ee5379a146ea3cea2dff906142667c97f /meta-python/recipes-devtools/python/python-flask-bootstrap.inc | |
parent | 57647ea0d6b87a02bf812192ae39f2d81644b744 (diff) | |
download | meta-openembedded-b7b303fa698dcba91112c76d615a2ecf71866693.tar.gz |
mozjs-91/mozjs-78: fix compile failure on centos7
Mozjs compile failed with this failure:
/bin/sh: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by
/build/tmp-glibc/work/corei7-64-wrs-linux/mozjs/91.1.0-r0/recipe-sysroot-native/usr/lib/libtinfo.so.5)
Root Cause:
cargo-host-linker has /bin/sh as it's interpreter, but cargo run the cmd
with LD_LIBRARY_PATH set to recipe-sysroot-native. The host /bin/sh
links libtinfo.so.5 under recipe-sysroot-native, which needs higher
libc. But host libc is older libc. So the incompatible problem occurred.
Solution:
rewrite cargo-host-linker in python3
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-flask-bootstrap.inc')
0 files changed, 0 insertions, 0 deletions