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/buildroot/autobuild/run/instance-3/output/host/bin/powerpc-buildroot-linux-uclibc-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/base.py -> build/lib/logbook copying logbook/utils.py -> build/lib/logbook copying logbook/_termcolors.py -> build/lib/logbook copying logbook/__version__.py -> build/lib/logbook copying logbook/concurrency.py -> build/lib/logbook copying logbook/notifiers.py -> build/lib/logbook copying logbook/helpers.py -> build/lib/logbook copying logbook/handlers.py -> build/lib/logbook copying logbook/ticketing.py -> build/lib/logbook copying logbook/_fallback.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 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/buildroot/autobuild/run/instance-3/output/build/python-logbook-1.0.0//; _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata_m_linux_powerpc-linux-gnu" PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PYTHONPATH="/home/buildroot/autobuild/run/instance-3/output/target/usr/lib/python3.7/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/buildroot/autobuild/run/instance-3/output/host/bin/python setup.py install --no-compile --prefix=/home/buildroot/autobuild/run/instance-3/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/buildroot/autobuild/run/instance-3/output/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -I/home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/python3.7m -c logbook/_speedups.c -o build/temp.linux-x86_64-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/buildroot/autobuild/run/instance-3/output/host/bin/powerpc-buildroot-linux-uclibc-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/buildroot/autobuild/run/instance-3/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/queues.py -> /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/base.py -> /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/utils.py -> /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/_termcolors.py -> /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/__version__.py -> /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/concurrency.py -> /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/notifiers.py -> /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/helpers.py -> /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/handlers.py -> /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/ticketing.py -> /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/_fallback.py -> /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/more.py -> /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/compat.py -> /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/python3.7/site-packages/logbook copying build/lib/logbook/__init__.py -> /home/buildroot/autobuild/run/instance-3/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/buildroot/autobuild/run/instance-3/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/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" BR2_DL_DIR=/home/buildroot/autobuild/run/instance-3/dl BUILD_DIR=/home/buildroot/autobuild/run/instance-3/output/build O=/home/buildroot/autobuild/run/instance-3/output flock /home/buildroot/autobuild/run/instance-3/dl/python-lxml/ support/download/dl-wrapper -c '4.0.0' -d '/home/buildroot/autobuild/run/instance-3/dl/python-lxml' -D '/home/buildroot/autobuild/run/instance-3/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/buildroot/autobuild/run/instance-3/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/buildroot/autobuild/run/instance-3/dl/python-lxml/lxml-4.0.0.tgz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-3/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/buildroot/autobuild/run/instance-3/output/build/python-lxml-4.0.0//; _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata_m_linux_powerpc-linux-gnu" PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PYTHONPATH="/home/buildroot/autobuild/run/instance-3/output/target/usr/lib/python3.7/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/buildroot/autobuild/run/instance-3/output/host/bin/python setup.py build --with-xslt-config=/home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/xslt-config --with-xml2-config=/home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/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/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib /home/buildroot/autobuild/run/instance-3/output/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib running build running build_py creating build creating build/lib.linux-x86_64-3.7 creating build/lib.linux-x86_64-3.7/lxml copying src/lxml/doctestcompare.py -> build/lib.linux-x86_64-3.7/lxml copying src/lxml/sax.py -> build/lib.linux-x86_64-3.7/lxml copying src/lxml/pyclasslookup.py -> build/lib.linux-x86_64-3.7/lxml copying src/lxml/cssselect.py -> build/lib.linux-x86_64-3.7/lxml copying src/lxml/usedoctest.py -> build/lib.linux-x86_64-3.7/lxml copying src/lxml/builder.py -> build/lib.linux-x86_64-3.7/lxml copying src/lxml/_elementpath.py -> build/lib.linux-x86_64-3.7/lxml copying src/lxml/ElementInclude.py -> build/lib.linux-x86_64-3.7/lxml copying src/lxml/__init__.py -> build/lib.linux-x86_64-3.7/lxml creating build/lib.linux-x86_64-3.7/lxml/includes copying src/lxml/includes/__init__.py -> build/lib.linux-x86_64-3.7/lxml/includes creating build/lib.linux-x86_64-3.7/lxml/html copying src/lxml/html/_setmixin.py -> build/lib.linux-x86_64-3.7/lxml/html copying src/lxml/html/defs.py -> build/lib.linux-x86_64-3.7/lxml/html copying src/lxml/html/_html5builder.py -> build/lib.linux-x86_64-3.7/lxml/html copying src/lxml/html/clean.py -> build/lib.linux-x86_64-3.7/lxml/html copying src/lxml/html/soupparser.py -> build/lib.linux-x86_64-3.7/lxml/html copying src/lxml/html/_diffcommand.py -> build/lib.linux-x86_64-3.7/lxml/html copying src/lxml/html/diff.py -> build/lib.linux-x86_64-3.7/lxml/html copying src/lxml/html/usedoctest.py -> build/lib.linux-x86_64-3.7/lxml/html copying src/lxml/html/formfill.py -> build/lib.linux-x86_64-3.7/lxml/html copying src/lxml/html/ElementSoup.py -> build/lib.linux-x86_64-3.7/lxml/html copying src/lxml/html/builder.py -> build/lib.linux-x86_64-3.7/lxml/html copying src/lxml/html/html5parser.py -> build/lib.linux-x86_64-3.7/lxml/html copying src/lxml/html/__init__.py -> build/lib.linux-x86_64-3.7/lxml/html creating build/lib.linux-x86_64-3.7/lxml/isoschematron copying src/lxml/isoschematron/__init__.py -> build/lib.linux-x86_64-3.7/lxml/isoschematron copying src/lxml/etree.h -> build/lib.linux-x86_64-3.7/lxml copying src/lxml/etree_api.h -> build/lib.linux-x86_64-3.7/lxml copying src/lxml/lxml.etree.h -> build/lib.linux-x86_64-3.7/lxml copying src/lxml/lxml.etree_api.h -> build/lib.linux-x86_64-3.7/lxml copying src/lxml/includes/relaxng.pxd -> build/lib.linux-x86_64-3.7/lxml/includes copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-x86_64-3.7/lxml/includes copying src/lxml/includes/schematron.pxd -> build/lib.linux-x86_64-3.7/lxml/includes copying src/lxml/includes/__init__.pxd -> build/lib.linux-x86_64-3.7/lxml/includes copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-x86_64-3.7/lxml/includes copying src/lxml/includes/tree.pxd -> build/lib.linux-x86_64-3.7/lxml/includes copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-x86_64-3.7/lxml/includes copying src/lxml/includes/config.pxd -> build/lib.linux-x86_64-3.7/lxml/includes copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-x86_64-3.7/lxml/includes copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-x86_64-3.7/lxml/includes copying src/lxml/includes/c14n.pxd -> build/lib.linux-x86_64-3.7/lxml/includes copying src/lxml/includes/xpath.pxd -> build/lib.linux-x86_64-3.7/lxml/includes copying src/lxml/includes/uri.pxd -> build/lib.linux-x86_64-3.7/lxml/includes copying src/lxml/includes/xslt.pxd -> build/lib.linux-x86_64-3.7/lxml/includes copying src/lxml/includes/xinclude.pxd -> build/lib.linux-x86_64-3.7/lxml/includes copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-x86_64-3.7/lxml/includes copying src/lxml/includes/lxml-version.h -> build/lib.linux-x86_64-3.7/lxml/includes copying src/lxml/includes/etree_defs.h -> build/lib.linux-x86_64-3.7/lxml/includes creating build/lib.linux-x86_64-3.7/lxml/isoschematron/resources creating build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/rng copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/rng creating build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/xsl copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/xsl copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/xsl creating build/lib.linux-x86_64-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-x86_64-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-x86_64-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-x86_64-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-x86_64-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-x86_64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 running build_ext building 'lxml.etree' extension creating build/temp.linux-x86_64-3.7 creating build/temp.linux-x86_64-3.7/src creating build/temp.linux-x86_64-3.7/src/lxml /home/buildroot/autobuild/run/instance-3/output/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -I/home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I/home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include -I/home/buildroot/autobuild/run/instance-3/output/host/include/libxml2 -Isrc -Isrc/lxml/includes -I/home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/python3.7m -c src/lxml/etree.c -o build/temp.linux-x86_64-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/buildroot/autobuild/run/instance-3/output/host/bin/powerpc-buildroot-linux-uclibc-gcc' failed with exit status 1 creating tmp cc -I/home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I/home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include -I/home/buildroot/autobuild/run/instance-3/output/host/include/libxml2 -I/usr/include/libxml2 -c /tmp/xmlXPathInitlh_urjk3.c -o tmp/xmlXPathInitlh_urjk3.o In file included from /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/stdio.h:27:0, from /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/tree.h:15, from /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/parser.h:16, from /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/xmlerror.h:10, from /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/xpath.h:26, from /tmp/xmlXPathInitlh_urjk3.c:1: /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/features.h:350:0: warning: "__STDC_IEC_559__" redefined [enabled by default] #define __STDC_IEC_559__ 1 ^ In file included from :0:0: /usr/include/stdc-predef.h:41:0: note: this is the location of the previous definition # define __STDC_IEC_559__ 1 ^ In file included from /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/stdio.h:27:0, from /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/tree.h:15, from /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/parser.h:16, from /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/xmlerror.h:10, from /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/xpath.h:26, from /tmp/xmlXPathInitlh_urjk3.c:1: /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/features.h:351:0: warning: "__STDC_IEC_559_COMPLEX__" redefined [enabled by default] #define __STDC_IEC_559_COMPLEX__ 1 ^ In file included from :0:0: /usr/include/stdc-predef.h:49:0: note: this is the location of the previous definition # define __STDC_IEC_559_COMPLEX__ 1 ^ In file included from /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/stdio.h:27:0, from /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/tree.h:15, from /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/parser.h:16, from /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/xmlerror.h:10, from /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/xpath.h:26, from /tmp/xmlXPathInitlh_urjk3.c:1: /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/features.h:354:0: warning: "__STDC_ISO_10646__" redefined [enabled by default] #define __STDC_ISO_10646__ 200009L ^ In file included from :0:0: /usr/include/stdc-predef.h:54:0: note: this is the location of the previous definition #define __STDC_ISO_10646__ 201103L ^ In file included from /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/endian.h:36:0, from /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/bits/waitstatus.h:72, from /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/stdlib.h:42, from /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/SAX.h:16, from /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/globals.h:20, from /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/xmlIO.h:117, from /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/parser.h:811, from /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/xmlerror.h:10, from /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/xpath.h:26, from /tmp/xmlXPathInitlh_urjk3.c:1: /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/bits/endian.h:33:4: warning: #warning Cannot determine current byte order, assuming big-endian. [-Wcpp] # warning Cannot determine current byte order, assuming big-endian. ^ cc tmp/xmlXPathInitlh_urjk3.o -L/home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib -L/home/buildroot/autobuild/run/instance-3/output/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lxml2 -o a.out /usr/bin/ld: skipping incompatible /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libxml2.so when searching for -lxml2 /usr/bin/ld: skipping incompatible /home/buildroot/autobuild/run/instance-3/output/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libxml2.so when searching for -lxml2 /usr/bin/ld: cannot find -lxml2 /usr/bin/ld: skipping incompatible /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libc.so when searching for -lc /usr/bin/ld: skipping incompatible /home/buildroot/autobuild/run/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libc.a when searching for -lc /usr/bin/ld: skipping incompatible /home/buildroot/autobuild/run/instance-3/output/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libc.so when searching for -lc /usr/bin/ld: skipping incompatible /home/buildroot/autobuild/run/instance-3/output/host/bin/../powerpc-buildroot-linux-uclibc/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/buildroot/autobuild/run/instance-3/output/host/bin/powerpc-buildroot-linux-uclibc-gcc' failed with exit status 1 make[1]: *** [/home/buildroot/autobuild/run/instance-3/output/build/python-lxml-4.0.0/.stamp_built] Error 1 make: *** [_all] Error 2 make: Leaving directory `/home/buildroot/autobuild/run/instance-3/buildroot'