copying build/lib.linux-ppc64le-3.7/lmdb/cpython.cpython-37m.so -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/lmdb copying build/lib.linux-ppc64le-3.7/lmdb/_config.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/lmdb running install_egg_info running egg_info creating lmdb.egg-info writing lmdb.egg-info/PKG-INFO writing dependency_links to lmdb.egg-info/dependency_links.txt writing top-level names to lmdb.egg-info/top_level.txt writing manifest file 'lmdb.egg-info/SOURCES.txt' reading manifest file 'lmdb.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'lmdb.egg-info/SOURCES.txt' Copying lmdb.egg-info to /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/lmdb-0.89-py3.7.egg-info running install_scripts PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" BR2_DL_DIR=/home/peko/autobuild/instance-0/dl BUILD_DIR=/home/peko/autobuild/instance-0/output/build O=/home/peko/autobuild/instance-0/output flock /home/peko/autobuild/instance-0/dl/python-logbook/ support/download/dl-wrapper -c '1.0.0' -d '/home/peko/autobuild/instance-0/dl/python-logbook' -D '/home/peko/autobuild/instance-0/dl' -f 'Logbook-1.0.0.tar.gz' -H 'package/python-logbook//python-logbook.hash' -n 'python-logbook-1.0.0' -N 'python-logbook' -o '/home/peko/autobuild/instance-0/dl/python-logbook/Logbook-1.0.0.tar.gz' -u https+https://pypi.python.org/packages/34/e8/6419c217bbf464fe8a902418120cccaf476201bd03b50958db24d6e90f65 -u http\|urlencode+http://sources.buildroot.net/python-logbook -u http\|urlencode+http://sources.buildroot.net -- Logbook-1.0.0.tar.gz: OK (md5: 22fea705e067c118925898f0c30b0508) Logbook-1.0.0.tar.gz: OK (sha256: 87da2515a6b3db866283cb9d4e5a6ec44e52a1d556ebb2ea3b6e7e704b5f1872) >>> python-logbook 1.0.0 Extracting gzip -d -c /home/peko/autobuild/instance-0/dl/python-logbook/Logbook-1.0.0.tar.gz | /home/peko/autobuild/instance-0/output/host/bin/tar --strip-components=1 -C /home/peko/autobuild/instance-0/output/build/python-logbook-1.0.0 -xf - >>> python-logbook 1.0.0 Patching >>> python-logbook 1.0.0 Configuring >>> python-logbook 1.0.0 Building (cd /home/peko/autobuild/instance-0/output/build/python-logbook-1.0.0//; _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata_m_linux_" PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" PYTHONPATH="/home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/" PYTHONNOUSERSITE=1 _python_sysroot=/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/peko/autobuild/instance-0/output/host/bin/python setup.py build ) running build running build_py creating build creating build/lib.linux-ppc64le-3.7 creating build/lib.linux-ppc64le-3.7/logbook copying logbook/queues.py -> build/lib.linux-ppc64le-3.7/logbook copying logbook/concurrency.py -> build/lib.linux-ppc64le-3.7/logbook copying logbook/more.py -> build/lib.linux-ppc64le-3.7/logbook copying logbook/compat.py -> build/lib.linux-ppc64le-3.7/logbook copying logbook/__init__.py -> build/lib.linux-ppc64le-3.7/logbook copying logbook/_fallback.py -> build/lib.linux-ppc64le-3.7/logbook copying logbook/handlers.py -> build/lib.linux-ppc64le-3.7/logbook copying logbook/base.py -> build/lib.linux-ppc64le-3.7/logbook copying logbook/__version__.py -> build/lib.linux-ppc64le-3.7/logbook copying logbook/notifiers.py -> build/lib.linux-ppc64le-3.7/logbook copying logbook/ticketing.py -> build/lib.linux-ppc64le-3.7/logbook copying logbook/helpers.py -> build/lib.linux-ppc64le-3.7/logbook copying logbook/utils.py -> build/lib.linux-ppc64le-3.7/logbook copying logbook/_termcolors.py -> build/lib.linux-ppc64le-3.7/logbook running build_ext building 'logbook._speedups' extension creating build/temp.linux-ppc64le-3.7 creating build/temp.linux-ppc64le-3.7/logbook /home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -fPIC -I/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-gnu/sysroot/usr/include/python3.7m -c logbook/_speedups.c -o build/temp.linux-ppc64le-3.7/logbook/_speedups.o logbook/_speedups.c: In function '__Pyx__GetException': logbook/_speedups.c:8071:24: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type logbook/_speedups.c:8072:25: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8073:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c:8074:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = local_type; ^~~~~~~~ curexc_type logbook/_speedups.c:8075:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = local_value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8076:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = local_tb; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c: In function '__Pyx__ExceptionSwap': logbook/_speedups.c:8098:24: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type logbook/_speedups.c:8099:25: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8100:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c:8101:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = *type; ^~~~~~~~ curexc_type logbook/_speedups.c:8102:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = *value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8103:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = *tb; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c: In function '__Pyx__ExceptionSave': logbook/_speedups.c:8122:21: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? *type = tstate->exc_type; ^~~~~~~~ curexc_type logbook/_speedups.c:8123:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? *value = tstate->exc_value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8124:19: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? *tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c: In function '__Pyx__ExceptionReset': logbook/_speedups.c:8131:24: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type logbook/_speedups.c:8132:25: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8133:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c:8134:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = type; ^~~~~~~~ curexc_type logbook/_speedups.c:8135:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8136:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = tb; ^~~~~~~~~~~~~ curexc_traceback *************************************************************************** command '/home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-gnu-gcc' failed with exit status 1 WARNING: The C extension could not be compiled, speedups are not enabled. Failure information, if any, is above. Retrying the build without the C extension now. *************************************************************************** running build running build_py creating build/lib creating build/lib/logbook copying logbook/queues.py -> build/lib/logbook copying logbook/concurrency.py -> build/lib/logbook copying logbook/more.py -> build/lib/logbook copying logbook/compat.py -> build/lib/logbook copying logbook/__init__.py -> build/lib/logbook copying logbook/_fallback.py -> build/lib/logbook copying logbook/handlers.py -> build/lib/logbook copying logbook/base.py -> build/lib/logbook copying logbook/__version__.py -> build/lib/logbook copying logbook/notifiers.py -> build/lib/logbook copying logbook/ticketing.py -> build/lib/logbook copying logbook/helpers.py -> build/lib/logbook copying logbook/utils.py -> build/lib/logbook copying logbook/_termcolors.py -> build/lib/logbook running build_ext *************************************************************************** WARNING: The C extension could not be compiled, speedups are not enabled. Plain-Python build succeeded. *************************************************************************** >>> python-logbook 1.0.0 Installing to target (cd /home/peko/autobuild/instance-0/output/build/python-logbook-1.0.0//; _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata_m_linux_" PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" PYTHONPATH="/home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/" PYTHONNOUSERSITE=1 _python_sysroot=/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/peko/autobuild/instance-0/output/host/bin/python setup.py install --no-compile --prefix=/home/peko/autobuild/instance-0/output/target/usr --executable=/usr/bin/python --single-version-externally-managed --root=/ ) running install running build running build_py running build_ext building 'logbook._speedups' extension /home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -fPIC -I/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-gnu/sysroot/usr/include/python3.7m -c logbook/_speedups.c -o build/temp.linux-ppc64le-3.7/logbook/_speedups.o logbook/_speedups.c: In function '__Pyx__GetException': logbook/_speedups.c:8071:24: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type logbook/_speedups.c:8072:25: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8073:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c:8074:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = local_type; ^~~~~~~~ curexc_type logbook/_speedups.c:8075:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = local_value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8076:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = local_tb; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c: In function '__Pyx__ExceptionSwap': logbook/_speedups.c:8098:24: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type logbook/_speedups.c:8099:25: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8100:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c:8101:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = *type; ^~~~~~~~ curexc_type logbook/_speedups.c:8102:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = *value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8103:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = *tb; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c: In function '__Pyx__ExceptionSave': logbook/_speedups.c:8122:21: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? *type = tstate->exc_type; ^~~~~~~~ curexc_type logbook/_speedups.c:8123:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? *value = tstate->exc_value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8124:19: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? *tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c: In function '__Pyx__ExceptionReset': logbook/_speedups.c:8131:24: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type logbook/_speedups.c:8132:25: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8133:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c:8134:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = type; ^~~~~~~~ curexc_type logbook/_speedups.c:8135:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8136:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = tb; ^~~~~~~~~~~~~ curexc_traceback *************************************************************************** command '/home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-gnu-gcc' failed with exit status 1 WARNING: The C extension could not be compiled, speedups are not enabled. Failure information, if any, is above. Retrying the build without the C extension now. *************************************************************************** running install running build running build_py running build_ext running install_lib creating /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/queues.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/concurrency.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/more.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/compat.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/__init__.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/_fallback.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/handlers.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/base.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/__version__.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/notifiers.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/ticketing.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/helpers.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/utils.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/_termcolors.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/logbook running install_egg_info running egg_info writing Logbook.egg-info/PKG-INFO writing dependency_links to Logbook.egg-info/dependency_links.txt writing requirements to Logbook.egg-info/requires.txt writing top-level names to Logbook.egg-info/top_level.txt reading manifest file 'Logbook.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'Logbook.egg-info/SOURCES.txt' Copying Logbook.egg-info to /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/Logbook-1.0.0-py3.7.egg-info running install_scripts *************************************************************************** WARNING: The C extension could not be compiled, speedups are not enabled. Plain-Python build succeeded. *************************************************************************** PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" BR2_DL_DIR=/home/peko/autobuild/instance-0/dl BUILD_DIR=/home/peko/autobuild/instance-0/output/build O=/home/peko/autobuild/instance-0/output flock /home/peko/autobuild/instance-0/dl/python-lxml/ support/download/dl-wrapper -c '4.0.0' -d '/home/peko/autobuild/instance-0/dl/python-lxml' -D '/home/peko/autobuild/instance-0/dl' -f 'lxml-4.0.0.tgz' -H 'package/python-lxml//python-lxml.hash' -n 'python-lxml-4.0.0' -N 'python-lxml' -o '/home/peko/autobuild/instance-0/dl/python-lxml/lxml-4.0.0.tgz' -u http+http://lxml.de/files -u http\|urlencode+http://sources.buildroot.net/python-lxml -u http\|urlencode+http://sources.buildroot.net -- lxml-4.0.0.tgz: OK (sha256: f7bc9f702500e205b1560d620f14015fec76dcd6f9e889a946a2ddcc3c344fd0) >>> python-lxml 4.0.0 Extracting gzip -d -c /home/peko/autobuild/instance-0/dl/python-lxml/lxml-4.0.0.tgz | /home/peko/autobuild/instance-0/output/host/bin/tar --strip-components=1 -C /home/peko/autobuild/instance-0/output/build/python-lxml-4.0.0 -xf - >>> python-lxml 4.0.0 Patching >>> python-lxml 4.0.0 Configuring >>> python-lxml 4.0.0 Building (cd /home/peko/autobuild/instance-0/output/build/python-lxml-4.0.0//; _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata_m_linux_" PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" PYTHONPATH="/home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/" PYTHONNOUSERSITE=1 _python_sysroot=/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/peko/autobuild/instance-0/output/host/bin/python setup.py build --with-xslt-config=/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-gnu/sysroot/usr/bin/xslt-config --with-xml2-config=/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-gnu/sysroot/usr/bin/xml2-config) Building lxml version 4.0.0. Building without Cython. Using build configuration of libxml2 2.9.8 and libxslt 1.1.32 Building against libxml2/libxslt in one of the following directories: /home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-gnu/sysroot/usr/lib /home/peko/autobuild/instance-0/output/host/bin/../arc-buildroot-linux-gnu/sysroot/usr/lib running build running build_py creating build creating build/lib.linux-ppc64le-3.7 creating build/lib.linux-ppc64le-3.7/lxml copying src/lxml/sax.py -> build/lib.linux-ppc64le-3.7/lxml copying src/lxml/_elementpath.py -> build/lib.linux-ppc64le-3.7/lxml copying src/lxml/builder.py -> build/lib.linux-ppc64le-3.7/lxml copying src/lxml/ElementInclude.py -> build/lib.linux-ppc64le-3.7/lxml copying src/lxml/__init__.py -> build/lib.linux-ppc64le-3.7/lxml copying src/lxml/usedoctest.py -> build/lib.linux-ppc64le-3.7/lxml copying src/lxml/cssselect.py -> build/lib.linux-ppc64le-3.7/lxml copying src/lxml/pyclasslookup.py -> build/lib.linux-ppc64le-3.7/lxml copying src/lxml/doctestcompare.py -> build/lib.linux-ppc64le-3.7/lxml creating build/lib.linux-ppc64le-3.7/lxml/includes copying src/lxml/includes/__init__.py -> build/lib.linux-ppc64le-3.7/lxml/includes creating build/lib.linux-ppc64le-3.7/lxml/html copying src/lxml/html/diff.py -> build/lib.linux-ppc64le-3.7/lxml/html copying src/lxml/html/ElementSoup.py -> build/lib.linux-ppc64le-3.7/lxml/html copying src/lxml/html/html5parser.py -> build/lib.linux-ppc64le-3.7/lxml/html copying src/lxml/html/builder.py -> build/lib.linux-ppc64le-3.7/lxml/html copying src/lxml/html/__init__.py -> build/lib.linux-ppc64le-3.7/lxml/html copying src/lxml/html/usedoctest.py -> build/lib.linux-ppc64le-3.7/lxml/html copying src/lxml/html/_setmixin.py -> build/lib.linux-ppc64le-3.7/lxml/html copying src/lxml/html/clean.py -> build/lib.linux-ppc64le-3.7/lxml/html copying src/lxml/html/soupparser.py -> build/lib.linux-ppc64le-3.7/lxml/html copying src/lxml/html/_html5builder.py -> build/lib.linux-ppc64le-3.7/lxml/html copying src/lxml/html/_diffcommand.py -> build/lib.linux-ppc64le-3.7/lxml/html copying src/lxml/html/formfill.py -> build/lib.linux-ppc64le-3.7/lxml/html copying src/lxml/html/defs.py -> build/lib.linux-ppc64le-3.7/lxml/html creating build/lib.linux-ppc64le-3.7/lxml/isoschematron copying src/lxml/isoschematron/__init__.py -> build/lib.linux-ppc64le-3.7/lxml/isoschematron copying src/lxml/etree.h -> build/lib.linux-ppc64le-3.7/lxml copying src/lxml/etree_api.h -> build/lib.linux-ppc64le-3.7/lxml copying src/lxml/lxml.etree.h -> build/lib.linux-ppc64le-3.7/lxml copying src/lxml/lxml.etree_api.h -> build/lib.linux-ppc64le-3.7/lxml copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-ppc64le-3.7/lxml/includes copying src/lxml/includes/xinclude.pxd -> build/lib.linux-ppc64le-3.7/lxml/includes copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-ppc64le-3.7/lxml/includes copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-ppc64le-3.7/lxml/includes copying src/lxml/includes/config.pxd -> build/lib.linux-ppc64le-3.7/lxml/includes copying src/lxml/includes/__init__.pxd -> build/lib.linux-ppc64le-3.7/lxml/includes copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-ppc64le-3.7/lxml/includes copying src/lxml/includes/uri.pxd -> build/lib.linux-ppc64le-3.7/lxml/includes copying src/lxml/includes/xslt.pxd -> build/lib.linux-ppc64le-3.7/lxml/includes copying src/lxml/includes/tree.pxd -> build/lib.linux-ppc64le-3.7/lxml/includes copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-ppc64le-3.7/lxml/includes copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-ppc64le-3.7/lxml/includes copying src/lxml/includes/xpath.pxd -> build/lib.linux-ppc64le-3.7/lxml/includes copying src/lxml/includes/relaxng.pxd -> build/lib.linux-ppc64le-3.7/lxml/includes copying src/lxml/includes/c14n.pxd -> build/lib.linux-ppc64le-3.7/lxml/includes copying src/lxml/includes/schematron.pxd -> build/lib.linux-ppc64le-3.7/lxml/includes copying src/lxml/includes/etree_defs.h -> build/lib.linux-ppc64le-3.7/lxml/includes copying src/lxml/includes/lxml-version.h -> build/lib.linux-ppc64le-3.7/lxml/includes creating build/lib.linux-ppc64le-3.7/lxml/isoschematron/resources creating build/lib.linux-ppc64le-3.7/lxml/isoschematron/resources/rng copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-ppc64le-3.7/lxml/isoschematron/resources/rng creating build/lib.linux-ppc64le-3.7/lxml/isoschematron/resources/xsl copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-ppc64le-3.7/lxml/isoschematron/resources/xsl copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-ppc64le-3.7/lxml/isoschematron/resources/xsl creating build/lib.linux-ppc64le-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-ppc64le-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-ppc64le-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-ppc64le-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-ppc64le-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-ppc64le-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-ppc64le-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 running build_ext building 'lxml.etree' extension creating build/temp.linux-ppc64le-3.7 creating build/temp.linux-ppc64le-3.7/src creating build/temp.linux-ppc64le-3.7/src/lxml /home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -fPIC -I/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-gnu/sysroot/usr/include/libxml2 -I/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-gnu/sysroot/usr/include -I/home/peko/autobuild/instance-0/output/host/include/libxml2 -Isrc -Isrc/lxml/includes -I/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-gnu/sysroot/usr/include/python3.7m -c src/lxml/etree.c -o build/temp.linux-ppc64le-3.7/src/lxml/etree.o -w src/lxml/etree.c: In function '__Pyx__ExceptionSave': src/lxml/etree.c:243242:21: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? *type = tstate->exc_type; ^~~~~~~~ curexc_type src/lxml/etree.c:243243:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? *value = tstate->exc_value; ^~~~~~~~~ curexc_value src/lxml/etree.c:243244:19: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? *tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback src/lxml/etree.c: In function '__Pyx__ExceptionReset': src/lxml/etree.c:243251:24: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type src/lxml/etree.c:243252:25: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value src/lxml/etree.c:243253:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback src/lxml/etree.c:243254:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = type; ^~~~~~~~ curexc_type src/lxml/etree.c:243255:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = value; ^~~~~~~~~ curexc_value src/lxml/etree.c:243256:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = tb; ^~~~~~~~~~~~~ curexc_traceback src/lxml/etree.c: In function '__Pyx__GetException': src/lxml/etree.c:243311:24: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type src/lxml/etree.c:243312:25: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value src/lxml/etree.c:243313:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback src/lxml/etree.c:243314:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = local_type; ^~~~~~~~ curexc_type src/lxml/etree.c:243315:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = local_value; ^~~~~~~~~ curexc_value src/lxml/etree.c:243316:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = local_tb; ^~~~~~~~~~~~~ curexc_traceback src/lxml/etree.c: In function '__Pyx__ExceptionSwap': src/lxml/etree.c:243649:24: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type src/lxml/etree.c:243650:25: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value src/lxml/etree.c:243651:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback src/lxml/etree.c:243652:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = *type; ^~~~~~~~ curexc_type src/lxml/etree.c:243653:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = *value; ^~~~~~~~~ curexc_value src/lxml/etree.c:243654:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = *tb; ^~~~~~~~~~~~~ curexc_traceback src/lxml/etree.c: In function '__Pyx__ReturnWithStopIteration': src/lxml/etree.c:244690:24: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? if (!__pyx_tstate->exc_type) { ^~~~~~~~ curexc_type Compile failed: command '/home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-gnu-gcc' failed with exit status 1 creating tmp cc -I/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-gnu/sysroot/usr/include/libxml2 -I/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-gnu/sysroot/usr/include -I/home/peko/autobuild/instance-0/output/host/include/libxml2 -I/usr/include/libxml2 -c /tmp/xmlXPathInitwnklzphe.c -o tmp/xmlXPathInitwnklzphe.o cc tmp/xmlXPathInitwnklzphe.o -L/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-gnu/sysroot/usr/lib -L/home/peko/autobuild/instance-0/output/host/bin/../arc-buildroot-linux-gnu/sysroot/usr/lib -lxml2 -o a.out /usr/bin/ld: skipping incompatible /home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-gnu/sysroot/usr/lib/libxml2.so when searching for -lxml2 /usr/bin/ld: skipping incompatible /home/peko/autobuild/instance-0/output/host/bin/../arc-buildroot-linux-gnu/sysroot/usr/lib/libxml2.so when searching for -lxml2 /usr/bin/ld: cannot find -lxml2 /usr/bin/ld: skipping incompatible /home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-gnu/sysroot/usr/lib/libc.so when searching for -lc /usr/bin/ld: skipping incompatible /home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-gnu/sysroot/usr/lib/libc.a when searching for -lc /usr/bin/ld: skipping incompatible /home/peko/autobuild/instance-0/output/host/bin/../arc-buildroot-linux-gnu/sysroot/usr/lib/libc.so when searching for -lc /usr/bin/ld: skipping incompatible /home/peko/autobuild/instance-0/output/host/bin/../arc-buildroot-linux-gnu/sysroot/usr/lib/libc.a when searching for -lc collect2: error: ld returned 1 exit status ********************************************************************************* Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed? ********************************************************************************* error: command '/home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-gnu-gcc' failed with exit status 1 make[1]: *** [/home/peko/autobuild/instance-0/output/build/python-lxml-4.0.0/.stamp_built] Error 1 make: *** [_all] Error 2 make: Leaving directory `/home/peko/autobuild/instance-0/buildroot'