>>> python-pyyaml 3.12 Extracting gzip -d -c /home/dawncrow/buildroot-test/scripts/instance-0/dl/python-pyyaml/PyYAML-3.12.tar.gz | tar --strip-components=1 -C /home/dawncrow/buildroot-test/scripts/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/dawncrow/buildroot-test/scripts/instance-0/output/build/python-pyyaml-3.12//; PATH="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin:/home/dawncrow/buildroot-test/scripts/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" CC="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/sparc64-linux-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" LDSHARED="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/sparc64-linux-gcc -shared" PYTHONPATH="/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/python3.7/" PYTHONNOUSERSITE=1 _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata_m_linux_sparc64-linux-gnu" _python_sysroot=/home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/dawncrow/buildroot-test/scripts/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/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/nodes.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/scanner.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/emitter.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/serializer.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/error.py -> build/lib.linux-x86_64-3.7/yaml copying lib3/yaml/resolver.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/tokens.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/__init__.py -> build/lib.linux-x86_64-3.7/yaml copying lib3/yaml/representer.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/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/sparc64-linux-gcc -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -I/home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/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/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/sparc64-linux-gcc build/temp.linux-x86_64-3.7/check_libyaml.o -L/home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/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/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/sparc64-linux-gcc -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -I/home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/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 #define PyString_CheckExact PyBytes_CheckExact ext/_yaml.c:139:0: note: this is the location of the previous definition #define PyString_CheckExact PyUnicode_CheckExact 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 [-Wdiscarded-qualifiers] __pyx_v_value = yaml_get_version_string(); ^ ext/_yaml.c: In function '__pyx_pf_5_yaml_7CParser___init__': ext/_yaml.c:2577:52: warning: passing argument 2 of 'yaml_parser_set_input' from incompatible pointer type [-Wincompatible-pointer-types] yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_5_yaml_input_handler, ((void *)__pyx_v_self)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/yaml.h:1367:1: note: expected 'int (*)(void *, unsigned char *, size_t, size_t *) {aka int (*)(void *, unsigned char *, long unsigned int, long unsigned int *)}' but argument is of type 'int (*)(void *, char *, size_t, size_t *) {aka int (*)(void *, char *, long unsigned int, long unsigned int *)}' yaml_parser_set_input(yaml_parser_t *parser, ^~~~~~~~~~~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:79:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/bytesobject.h:87:31: warning: pointer targets in passing argument 2 of 'yaml_parser_set_input_string' differ in signedness [-Wpointer-sign] #define PyBytes_AS_STRING(op) (assert(PyBytes_Check(op)), \ ^ ext/_yaml.h:11:29: note: in expansion of macro 'PyBytes_AS_STRING' #define PyString_AS_STRING PyBytes_AS_STRING ^~~~~~~~~~~~~~~~~ ext/_yaml.c:2818:59: note: in expansion of macro 'PyString_AS_STRING' yaml_parser_set_input_string((&__pyx_v_self->parser), PyString_AS_STRING(__pyx_v_stream), PyString_GET_SIZE(__pyx_v_stream)); ^~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/yaml.h:1341:1: note: expected 'const unsigned char *' but argument is of type 'char *' yaml_parser_set_input_string(yaml_parser_t *parser, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__token_to_object': ext/_yaml.c:4572:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:4584:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 418, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:5444:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 448, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:5518:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 451, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:5592:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 454, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:5604:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 455, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:5716:38: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_token->data.scalar.value, __pyx_v_token->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 460, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:1298:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__event_to_object': ext/_yaml.c:7424:42: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 574, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:7436:42: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 575, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:7655:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 586, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:7749:40: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 591, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:7790:40: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:7811:38: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 595, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:1298:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8179:40: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8220:40: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8449:40: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8490:40: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 640, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_node': ext/_yaml.c:10094:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 734, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:10378:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 750, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:10434:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 753, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:10490:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 756, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_scalar_node': ext/_yaml.c:11109:36: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_self->parsed_event.data.scalar.value, __pyx_v_self->parsed_event.data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 791, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:1298:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:11310:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 804, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_sequence_node': ext/_yaml.c:11841:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 837, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_mapping_node': ext/_yaml.c:12435:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 876, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter___init__': ext/_yaml.c:13630:53: warning: passing argument 2 of 'yaml_emitter_set_output' from incompatible pointer type [-Wincompatible-pointer-types] yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_5_yaml_output_handler, ((void *)__pyx_v_self)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/yaml.h:1829:1: note: expected 'int (*)(void *, unsigned char *, size_t) {aka int (*)(void *, unsigned char *, long unsigned int)}' but argument is of type 'int (*)(void *, char *, size_t) {aka int (*)(void *, char *, long unsigned int)}' yaml_emitter_set_output(yaml_emitter_t *emitter, ^~~~~~~~~~~~~~~~~~~~~~~ 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] __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); ^ ext/_yaml.c:15117:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); ^ ext/_yaml.c:15454:62: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/yaml.h:553:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:16169:63: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:16169:79: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:16169:92: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:16603:71: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:16603:87: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17037:70: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17037:86: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); ^ ext/_yaml.c:18631:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); ^ ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__serialize_node': ext/_yaml.c:19491:65: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/yaml.h:553:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:20240:68: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:20240:84: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:20240:97: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:20605:76: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:20605:92: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:21113:75: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:21113:91: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__Pyx__ExceptionSave': ext/_yaml.c:24143:19: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? *type = tstate->exc_type; ^~ ext/_yaml.c:24144:20: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? *value = tstate->exc_value; ^~ ext/_yaml.c:24145:17: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? *tb = tstate->exc_traceback; ^~ ext/_yaml.c: In function '__Pyx__ExceptionReset': ext/_yaml.c:24152:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~ ext/_yaml.c:24153:23: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~ ext/_yaml.c:24154:20: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~ ext/_yaml.c:24155:11: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = type; ^~ ext/_yaml.c:24156:11: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = value; ^~ ext/_yaml.c:24157:11: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = tb; ^~ ext/_yaml.c: In function '__Pyx__GetException': ext/_yaml.c:24212:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~ ext/_yaml.c:24213:23: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~ ext/_yaml.c:24214:20: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~ ext/_yaml.c:24215:11: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = local_type; ^~ ext/_yaml.c:24216:11: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = local_value; ^~ ext/_yaml.c:24217:11: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = local_tb; ^~ error: command '/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/sparc64-linux-gcc' failed with exit status 1 make: *** [/home/dawncrow/buildroot-test/scripts/instance-0/output/build/python-pyyaml-3.12/.stamp_built] Error 1 make: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/buildroot'