>>> python-pyyaml 3.12 Extracting gzip -d -c /home/buildroot/buildroot-test/instance-0/dl/python-pyyaml/PyYAML-3.12.tar.gz | tar --strip-components=1 -C /home/buildroot/buildroot-test/instance-0/output/build/python-pyyaml-3.12 -xf - >>> python-pyyaml 3.12 Patching >>> python-pyyaml 3.12 Configuring >>> python-pyyaml 3.12 Building (cd /home/buildroot/buildroot-test/instance-0/output/build/python-pyyaml-3.12//; PATH="/home/buildroot/buildroot-test/instance-0/output/host/bin:/home/buildroot/buildroot-test/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" CC="/home/buildroot/buildroot-test/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os " LDFLAGS="" LDSHARED="/home/buildroot/buildroot-test/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -shared" PYTHONPATH="/home/buildroot/buildroot-test/instance-0/output/target/usr/lib/python3.7/" PYTHONNOUSERSITE=1 _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata_m_linux_powerpc-linux-gnuspe" _python_sysroot=/home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/buildroot/buildroot-test/instance-0/output/host/bin/python setup.py build --executable=/usr/bin/python ) running build running build_py creating build creating build/lib.linux-x86_64-3.7 creating build/lib.linux-x86_64-3.7/yaml copying lib3/yaml/__init__.py -> build/lib.linux-x86_64-3.7/yaml copying lib3/yaml/serializer.py -> build/lib.linux-x86_64-3.7/yaml copying lib3/yaml/nodes.py -> build/lib.linux-x86_64-3.7/yaml copying lib3/yaml/parser.py -> build/lib.linux-x86_64-3.7/yaml copying lib3/yaml/dumper.py -> build/lib.linux-x86_64-3.7/yaml copying lib3/yaml/composer.py -> build/lib.linux-x86_64-3.7/yaml copying lib3/yaml/constructor.py -> build/lib.linux-x86_64-3.7/yaml copying lib3/yaml/reader.py -> build/lib.linux-x86_64-3.7/yaml copying lib3/yaml/cyaml.py -> build/lib.linux-x86_64-3.7/yaml copying lib3/yaml/scanner.py -> build/lib.linux-x86_64-3.7/yaml copying lib3/yaml/emitter.py -> build/lib.linux-x86_64-3.7/yaml copying lib3/yaml/error.py -> build/lib.linux-x86_64-3.7/yaml copying lib3/yaml/loader.py -> build/lib.linux-x86_64-3.7/yaml copying lib3/yaml/events.py -> build/lib.linux-x86_64-3.7/yaml copying lib3/yaml/representer.py -> build/lib.linux-x86_64-3.7/yaml copying lib3/yaml/tokens.py -> build/lib.linux-x86_64-3.7/yaml copying lib3/yaml/resolver.py -> build/lib.linux-x86_64-3.7/yaml running build_ext creating build/temp.linux-x86_64-3.7 checking if libyaml is compilable /home/buildroot/buildroot-test/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -fPIC -I/home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m -c build/temp.linux-x86_64-3.7/check_libyaml.c -o build/temp.linux-x86_64-3.7/check_libyaml.o checking if libyaml is linkable /home/buildroot/buildroot-test/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc build/temp.linux-x86_64-3.7/check_libyaml.o -L/home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/lib -lyaml -o build/temp.linux-x86_64-3.7/check_libyaml building '_yaml' extension creating build/temp.linux-x86_64-3.7/ext /home/buildroot/buildroot-test/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -fPIC -I/home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m -c ext/_yaml.c -o build/temp.linux-x86_64-3.7/ext/_yaml.o In file included from ext/_yaml.c:271:0: ext/_yaml.h:10:0: warning: "PyString_CheckExact" redefined [enabled by default] ext/_yaml.c:139:0: note: this is the location of the previous definition ext/_yaml.c: In function '__pyx_pf_5_yaml_get_version_string': ext/_yaml.c:1410:17: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] ext/_yaml.c: In function '__pyx_pf_5_yaml_7CParser___init__': ext/_yaml.c:2577:5: warning: passing argument 2 of 'yaml_parser_set_input' from incompatible pointer type [enabled by default] In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/yaml.h:1367:1: note: expected 'int (*)(void *, unsigned char *, size_t, size_t *)' but argument is of type 'int (*)(void *, char *, size_t, size_t *)' ext/_yaml.c:2818:5: warning: pointer targets in passing argument 2 of 'yaml_parser_set_input_string' differ in signedness [-Wpointer-sign] In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/yaml.h:1341:1: note: expected 'const unsigned char *' but argument is of type 'char *' ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__token_to_object': ext/_yaml.c:4572:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:4584:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:5444:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:5518:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:5592:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:5604:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:5716:5: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:1298:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__event_to_object': ext/_yaml.c:7424:9: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:7436:9: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:7655:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:7749:7: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:7790:7: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:7811:5: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:1298:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:8179:7: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:8220:7: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:8449:7: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:8490:7: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_node': ext/_yaml.c:10094:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:10378:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:10434:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:10490:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_scalar_node': ext/_yaml.c:11109:3: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:1298:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:11310:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_sequence_node': ext/_yaml.c:11841:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_mapping_node': ext/_yaml.c:12435:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] In file included from /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter___init__': ext/_yaml.c:13630:3: warning: passing argument 2 of 'yaml_emitter_set_output' from incompatible pointer type [enabled by default] In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/yaml.h:1829:1: note: expected 'int (*)(void *, unsigned char *, size_t)' but argument is of type 'int (*)(void *, char *, size_t)' ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__object_to_event': ext/_yaml.c:15002:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] ext/_yaml.c:15117:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] ext/_yaml.c:15454:5: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/yaml.h:553:1: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:16169:5: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/yaml.h:578:1: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:16169:5: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/yaml.h:578:1: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:16169:5: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/yaml.h:578:1: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:16603:5: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/yaml.h:601:1: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:16603:5: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/yaml.h:601:1: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:17037:5: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/yaml.h:633:1: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:17037:5: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/yaml.h:633:1: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter_12serialize': ext/_yaml.c:18516:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] ext/_yaml.c:18631:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__serialize_node': ext/_yaml.c:19491:5: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/yaml.h:553:1: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:20240:7: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/yaml.h:578:1: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:20240:7: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/yaml.h:578:1: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:20240:7: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/yaml.h:578:1: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:20605:7: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/yaml.h:601:1: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:20605:7: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/yaml.h:601:1: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:21113:7: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/yaml.h:633:1: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:21113:7: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/buildroot/buildroot-test/instance-0/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/yaml.h:633:1: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c: In function '__Pyx__ExceptionSave': ext/_yaml.c:24143:19: error: 'PyThreadState' has no member named 'exc_type' ext/_yaml.c:24144:20: error: 'PyThreadState' has no member named 'exc_value' ext/_yaml.c:24145:17: error: 'PyThreadState' has no member named 'exc_traceback' ext/_yaml.c: In function '__Pyx__ExceptionReset': ext/_yaml.c:24152:22: error: 'PyThreadState' has no member named 'exc_type' ext/_yaml.c:24153:23: error: 'PyThreadState' has no member named 'exc_value' ext/_yaml.c:24154:20: error: 'PyThreadState' has no member named 'exc_traceback' ext/_yaml.c:24155:11: error: 'PyThreadState' has no member named 'exc_type' ext/_yaml.c:24156:11: error: 'PyThreadState' has no member named 'exc_value' ext/_yaml.c:24157:11: error: 'PyThreadState' has no member named 'exc_traceback' ext/_yaml.c: In function '__Pyx__GetException': ext/_yaml.c:24212:22: error: 'PyThreadState' has no member named 'exc_type' ext/_yaml.c:24213:23: error: 'PyThreadState' has no member named 'exc_value' ext/_yaml.c:24214:20: error: 'PyThreadState' has no member named 'exc_traceback' ext/_yaml.c:24215:11: error: 'PyThreadState' has no member named 'exc_type' ext/_yaml.c:24216:11: error: 'PyThreadState' has no member named 'exc_value' ext/_yaml.c:24217:11: error: 'PyThreadState' has no member named 'exc_traceback' error: command '/home/buildroot/buildroot-test/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc' failed with exit status 1 make: *** [/home/buildroot/buildroot-test/instance-0/output/build/python-pyyaml-3.12/.stamp_built] Error 1 make: Leaving directory `/home/buildroot/buildroot-test/instance-0/buildroot'