ninia / jep

Embed Python in Java
Other
1.3k stars 147 forks source link

Jep source, build Jep error. #412

Closed HhflmuYbshu closed 2 years ago

HhflmuYbshu commented 2 years ago

Describe the problem: When exec "python setup.py build", cause error "/usr/bin/ld: final link failed: Nonrepresentable section on output".

Search for existing solutions: According "/usr/bin/ld: final link failed: Nonrepresentable section on output" search https://github.com/ninia/jep/issues/220 Said,"I rebuilt my python3 environment and recompiled installation with --enable-shared option. And it works!"

Environment (please complete the following information): OS Platform, Distribution, and Version: CentOS8 Python Distribution and Version: 3.8.0 Java Distribution and Version: "18.0.1.1" 2022-04-22 Jep Version: 4.0.3 gcc version: 7.3.1 20180712 (Red Hat 7.3.1-15) (GCC)

Logs: (jep) [root@ip-10-0-0-111 jep-4.0.3]# python setup.py build numpy not found, running without numpy support running build running setup_java running build_java running build_jar running build_py running build_ext building 'jep' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/convert_j2p.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/convert_j2p.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/convert_p2j.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/convert_p2j.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/jep.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/jep.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/jep_exceptions.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/jep_exceptions.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/jep_numpy.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/jep_numpy.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/jep_util.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/jep_util.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/maininterpreter.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/maininterpreter.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/pyembed.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/pyembed.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/ArrayList.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/ArrayList.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/AutoCloseable.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/AutoCloseable.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/BigInteger.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/BigInteger.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Boolean.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Boolean.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Buffer.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Buffer.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Byte.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Byte.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/ByteBuffer.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/ByteBuffer.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/ByteOrder.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/ByteOrder.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/CharBuffer.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/CharBuffer.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Character.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Character.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Class.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Class.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/ClassLoader.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/ClassLoader.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Collection.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Collection.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Collections.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Collections.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Comparable.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Comparable.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Constructor.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Constructor.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Double.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Double.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/DoubleBuffer.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/DoubleBuffer.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Entry.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Entry.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Field.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Field.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Float.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Float.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/FloatBuffer.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/FloatBuffer.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/HashMap.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/HashMap.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/IntBuffer.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/IntBuffer.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Integer.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Integer.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Iterable.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Iterable.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Iterator.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Iterator.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/JPyCallable.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/JPyCallable.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/JPyObject.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/JPyObject.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/JepException.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/JepException.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/List.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/List.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Long.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Long.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/LongBuffer.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/LongBuffer.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Map.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Map.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Member.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Member.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Method.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Method.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Modifier.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Modifier.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Number.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Number.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Object.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Object.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Proxy.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Proxy.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Short.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Short.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/ShortBuffer.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/ShortBuffer.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/String.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/String.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/java_access/Throwable.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Throwable.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/python/invocationhandler.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/python/invocationhandler.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/python/jep_object.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/python/jep_object.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/python/jpycallable.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/python/jpycallable.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Jep/python/pypointer.c -o build/temp.linux-x86_64-3.8/src/main/c/Jep/python/pypointer.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Objects/pyjarray.c -o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjarray.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Objects/pyjautocloseable.c -o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjautocloseable.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Objects/pyjbuffer.c -o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjbuffer.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Objects/pyjclass.c -o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjclass.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Objects/pyjcollection.c -o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjcollection.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Objects/pyjconstructor.c -o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjconstructor.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Objects/pyjfield.c -o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjfield.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Objects/pyjiterable.c -o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjiterable.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Objects/pyjiterator.c -o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjiterator.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Objects/pyjlist.c -o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjlist.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Objects/pyjmap.c -o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjmap.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Objects/pyjmethod.c -o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjmethod.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Objects/pyjmonitor.c -o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjmonitor.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Objects/pyjmultimethod.c -o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjmultimethod.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Objects/pyjnumber.c -o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjnumber.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Objects/pyjobject.c -o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjobject.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPACKAGE=jep -DUSE_DEALLOC=1 -DJEP_NUMPY_ENABLED=0 -DVERSION="4.0.3" -DPYTHON_LDLIBRARY="libpython3.8.a" -I/usr/local/jdk-18.0.1.1/include -I/usr/local/jdk-18.0.1.1/include/linux -Isrc/main/c/Include -Ibuild/include -I/root/.pyenv/versions/jep/include -I/root/.pyenv/versions/3.8.0/include/python3.8 -c src/main/c/Objects/pyjtype.c -o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjtype.o gcc -pthread -shared -L/root/.pyenv/versions/3.8.0/lib -L/root/.pyenv/versions/3.8.0/lib build/temp.linux-x86_64-3.8/src/main/c/Jep/convert_j2p.o build/temp.linux-x86_64-3.8/src/main/c/Jep/convert_p2j.o build/temp.linux-x86_64-3.8/src/main/c/Jep/jep.o build/temp.linux-x86_64-3.8/src/main/c/Jep/jep_exceptions.o build/temp.linux-x86_64-3.8/src/main/c/Jep/jep_numpy.o build/temp.linux-x86_64-3.8/src/main/c/Jep/jep_util.o build/temp.linux-x86_64-3.8/src/main/c/Jep/maininterpreter.o build/temp.linux-x86_64-3.8/src/main/c/Jep/pyembed.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/ArrayList.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/AutoCloseable.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/BigInteger.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Boolean.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Buffer.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Byte.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/ByteBuffer.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/ByteOrder.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/CharBuffer.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Character.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Class.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/ClassLoader.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Collection.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Collections.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Comparable.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Constructor.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Double.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/DoubleBuffer.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Entry.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Field.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Float.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/FloatBuffer.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/HashMap.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/IntBuffer.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Integer.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Iterable.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Iterator.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/JPyCallable.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/JPyObject.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/JepException.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/List.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Long.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/LongBuffer.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Map.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Member.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Method.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Modifier.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Number.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Object.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Proxy.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Short.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/ShortBuffer.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/String.o build/temp.linux-x86_64-3.8/src/main/c/Jep/java_access/Throwable.o build/temp.linux-x86_64-3.8/src/main/c/Jep/python/invocationhandler.o build/temp.linux-x86_64-3.8/src/main/c/Jep/python/jep_object.o build/temp.linux-x86_64-3.8/src/main/c/Jep/python/jpycallable.o build/temp.linux-x86_64-3.8/src/main/c/Jep/python/pypointer.o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjarray.o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjautocloseable.o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjbuffer.o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjclass.o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjcollection.o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjconstructor.o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjfield.o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjiterable.o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjiterator.o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjlist.o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjmap.o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjmethod.o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjmonitor.o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjmultimethod.o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjnumber.o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjobject.o build/temp.linux-x86_64-3.8/src/main/c/Objects/pyjtype.o -L/usr/local/jdk-18.0.1.1/lib/server/ -ljvm -lpython3.8 -ldl -o build/lib.linux-x86_64-3.8/jep/jep.cpython-38-x86_64-linux-gnu.so -L/root/.pyenv/versions/3.8.0/lib /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(abstract.o): relocation R_X86_64_32S against symbol _Py_NotImplementedStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(boolobject.o): relocation R_X86_64_32S against symbol_Py_FalseStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(bytearrayobject.o): relocation R_X86_64_32 against symbol _Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(bytesobject.o): relocation R_X86_64_32 against symbol_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(call.o): relocation R_X86_64_32 against .rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(capsule.o): relocation R_X86_64_32 against.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(classobject.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(codeobject.o): relocation R_X86_64_32S against symbolPyUnicode_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(complexobject.o): relocation R_X86_64_32 against .rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(exceptions.o): relocation R_X86_64_32S against symbol_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(floatobject.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(frameobject.o): relocation R_X86_64_32 against symbol_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(iterobject.o): relocation R_X86_64_32 against symbol _Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(listobject.o): relocation R_X86_64_32 against symbol_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(longobject.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(dictobject.o): relocation R_X86_64_32S against.text.hot' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(memoryobject.o): relocation R_X86_64_32 against .rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(methodobject.o): relocation R_X86_64_32 against symbol_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(moduleobject.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(object.o): relocation R_X86_64_32 against.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(obmalloc.o): relocation R_X86_64_32 against .rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(picklebufobject.o): relocation R_X86_64_32 against symbol_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(rangeobject.o): relocation R_X86_64_32 against symbol _Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(setobject.o): relocation R_X86_64_32S against.data' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(sliceobject.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(structseq.o): relocation R_X86_64_32 against.data' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(tupleobject.o): relocation R_X86_64_32 against .rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(typeobject.o): relocation R_X86_64_32 against symbolPyBaseObject_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(unicodeobject.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(unicodectype.o): relocation R_X86_64_32S against.rodata' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(weakrefobject.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(_warnings.o): relocation R_X86_64_32 against symbol_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(ceval.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(codecs.o): relocation R_X86_64_32 against.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(compile.o): relocation R_X86_64_32S against .rodata' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(errors.o): relocation R_X86_64_32S against symbol_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(future.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(getargs.o): relocation R_X86_64_32S against symbol_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(getversion.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(import.o): relocation R_X86_64_32S against symbol_PyImport_DynLoadFiletab' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(importdl.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(initconfig.o): relocation R_X86_64_32S against.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(marshal.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(modsupport.o): relocation R_X86_64_32 against.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(pathconfig.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(peephole.o): relocation R_X86_64_32S against.rodata' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(preconfig.o): relocation R_X86_64_32S against .rodata' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(pyhash.o): relocation R_X86_64_32S against.rodata' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(pylifecycle.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(pystate.o): relocation R_X86_64_32 against symbol_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(pythonrun.o): relocation R_X86_64_32 against .data' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(pytime.o): relocation R_X86_64_32 against.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(bootstrap_hash.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(symtable.o): relocation R_X86_64_32 against.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(sysmodule.o): relocation R_X86_64_32 against .bss' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(thread.o): relocation R_X86_64_32 against.bss' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(traceback.o): relocation R_X86_64_32 against symbol _Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(getopt.o): relocation R_X86_64_32S against.rodata.str4.4' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(pystrtod.o): relocation R_X86_64_32S against symbol _Py_ctype_tolower' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(pystrhex.o): relocation R_X86_64_32 against.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(dtoa.o): relocation R_X86_64_32S against .bss' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(formatter_unicode.o): relocation R_X86_64_32S against symbol_Py_ctype_table' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(fileutils.o): relocation R_X86_64_32S against .rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(dynload_shlib.o): relocation R_X86_64_32 against.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(getpath.o): relocation R_X86_64_32S against .rodata' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(gcmodule.o): relocation R_X86_64_32 against symbol_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(posixmodule.o): relocation R_X86_64_32S against symbol _Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(errnomodule.o): relocation R_X86_64_32 against.data' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(pwdmodule.o): relocation R_X86_64_32 against .bss' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(_sre.o): relocation R_X86_64_32S against.rodata' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(_codecsmodule.o): relocation R_X86_64_32 against symbol _Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(_weakref.o): relocation R_X86_64_32 against.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(_functoolsmodule.o): relocation R_X86_64_32 against .data' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(_operator.o): relocation R_X86_64_32 against.data' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(_collectionsmodule.o): relocation R_X86_64_32 against symbol _Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(_abc.o): relocation R_X86_64_32 against.data' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(itertoolsmodule.o): relocation R_X86_64_32 against symbol _Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(atexitmodule.o): relocation R_X86_64_32 against.text' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(signalmodule.o): relocation R_X86_64_32 against .rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(_stat.o): relocation R_X86_64_32 against.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(timemodule.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(_threadmodule.o): relocation R_X86_64_32 against.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(_localemodule.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(_iomodule.o): relocation R_X86_64_32 against.data' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(iobase.o): relocation R_X86_64_32 against symbol _Py_FalseStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(fileio.o): relocation R_X86_64_32 against.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(bytesio.o): relocation R_X86_64_32S against symbol PyFloat_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(bufferedio.o): relocation R_X86_64_32 against.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(textio.o): relocation R_X86_64_32 against symbol _Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(stringio.o): relocation R_X86_64_32 against.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(faulthandler.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(_tracemalloc.o): relocation R_X86_64_32 against.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(hashtable.o): relocation R_X86_64_32 against symbol PyMem_RawFree' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(symtablemodule.o): relocation R_X86_64_32 against.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(xxsubtype.o): relocation R_X86_64_32 against .data' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(getbuildinfo.o): relocation R_X86_64_32 against.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(acceler.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(grammar1.o): relocation R_X86_64_32S against symbol_PyParser_TokenNames' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(token.o): relocation R_X86_64_32S against .rodata' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(parsetok.o): relocation R_X86_64_32 against.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(tokenizer.o): relocation R_X86_64_32S against symbol PyUnicode_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(accu.o): relocation R_X86_64_32 against.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(bytes_methods.o): relocation R_X86_64_32 against symbol _Py_FalseStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(cellobject.o): relocation R_X86_64_32 against.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(descrobject.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(enumobject.o): relocation R_X86_64_32 against.data' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(genobject.o): relocation R_X86_64_32 against symbol _Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(fileobject.o): relocation R_X86_64_32 against symbol_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(funcobject.o): relocation R_X86_64_32S against symbol _Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(interpreteridobject.o): relocation R_X86_64_32 against.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(odictobject.o): relocation R_X86_64_32 against .rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(namespaceobject.o): relocation R_X86_64_32 against.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(Python-ast.o): relocation R_X86_64_32S against .rodata' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(ast.o): relocation R_X86_64_32S against.rodata' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(ast_opt.o): relocation R_X86_64_32S against symbol PyFrozenSet_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(ast_unparse.o): relocation R_X86_64_32 against.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(bltinmodule.o): relocation R_X86_64_32S against symbol PyFilter_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(context.o): relocation R_X86_64_32 against symbol_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(getcompiler.o): relocation R_X86_64_32 against .rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(getcopyright.o): relocation R_X86_64_32 against.rodata' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(getplatform.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(hamt.o): relocation R_X86_64_32S against.text' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(mystrtoul.o): relocation R_X86_64_32S against symbol _Py_ctype_table' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(structmember.o): relocation R_X86_64_32S against.rodata' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(parser.o): relocation R_X86_64_32 against .rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /root/.pyenv/versions/3.8.0/lib/libpython3.8.a(myreadline.o): relocation R_X86_64_32 against.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: Nonrepresentable section on output collect2: error: ld returned 1 exit status error: command 'gcc' failed with exit status 1

HhflmuYbshu commented 2 years ago

After rebuilt python3 environment with --enable-shared option, exec "python setup.py build" succeed.

./configure --enable-shared make make install