In file included from ext/_yaml.c:565: ext/_yaml.h:6: warning: "PyUnicode_FromString" redefined 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:281: note: this is the location of the previous definition 281 | # define PyUnicode_FromString PyUnicodeUCS4_FromString | ext/_yaml.c: In function ‘__pyx_pf_5_yaml_get_version_string’: ext/_yaml.c:1818:17: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 1818 | __pyx_v_value = yaml_get_version_string(); | ^ ext/_yaml.c: In function ‘__pyx_pf_5_yaml_7CParser___init__’: ext/_yaml.c:3318:52: warning: passing argument 2 of ‘yaml_parser_set_input’ from incompatible pointer type [-Wincompatible-pointer-types] 3318 | yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_5_yaml_input_handler, ((void *)__pyx_v_self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int (*)(void *, char *, size_t, size_t *) {aka int (*)(void *, char *, unsigned int, unsigned int *)} In file included from ext/_yaml.h:2, from ext/_yaml.c:565: /usr/include/yaml.h:1374:30: note: expected ‘int (*)(void *, unsigned char *, size_t, size_t *)’ {aka ‘int (*)(void *, unsigned char *, unsigned int, unsigned int *)’} but argument is of type ‘int (*)(void *, char *, size_t, size_t *)’ {aka ‘int (*)(void *, char *, unsigned int, unsigned int *)’} 1374 | yaml_read_handler_t *handler, void *data); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ In file included from /usr/include/python2.7/Python.h:97, from ext/_yaml.c:4: /usr/include/python2.7/stringobject.h:91:57: warning: pointer targets in passing argument 2 of ‘yaml_parser_set_input_string’ differ in signedness [-Wpointer-sign] 91 | #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ | | | char * ext/_yaml.c:3559:59: note: in expansion of macro ‘PyString_AS_STRING’ 3559 | 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, from ext/_yaml.c:565: /usr/include/yaml.h:1348:30: note: expected ‘const unsigned char *’ but argument is of type ‘char *’ 1348 | const unsigned char *input, size_t size); | ~~~~~~~~~~~~~~~~~~~~~^~~~~ In file included from ext/_yaml.c:565: ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__token_to_object’: ext/_yaml.c:5457:71: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 5457 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:391:35: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 391 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:565: ext/_yaml.c:5457:71: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 5457 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417, __pyx_L1_error) ext/_yaml.h:6:55: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:751:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 751 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ In file included from ext/_yaml.c:565: ext/_yaml.c:5469:71: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 5469 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 418, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:391:35: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 391 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:565: ext/_yaml.c:5469:71: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 5469 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 418, __pyx_L1_error) ext/_yaml.h:6:55: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:751:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 751 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ In file included from ext/_yaml.c:565: ext/_yaml.c:6583:63: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 6583 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 448, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:391:35: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 391 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:565: ext/_yaml.c:6583:63: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 6583 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 448, __pyx_L1_error) ext/_yaml.h:6:55: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:751:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 751 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ In file included from ext/_yaml.c:565: ext/_yaml.c:6675:64: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 6675 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 451, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:391:35: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 391 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:565: ext/_yaml.c:6675:64: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 6675 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 451, __pyx_L1_error) ext/_yaml.h:6:55: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:751:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 751 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ In file included from ext/_yaml.c:565: ext/_yaml.c:6767:61: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 6767 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 454, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:391:35: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 391 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:565: ext/_yaml.c:6767:61: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 6767 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 454, __pyx_L1_error) ext/_yaml.h:6:55: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:751:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 751 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ In file included from ext/_yaml.c:565: ext/_yaml.c:6779:61: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 6779 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 455, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:391:35: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 391 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:565: ext/_yaml.c:6779:61: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 6779 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 455, __pyx_L1_error) ext/_yaml.h:6:55: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:751:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 751 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ ext/_yaml.c:6911:64: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 6911 | __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) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:751:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 751 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ In file included from ext/_yaml.c:565: ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__event_to_object’: ext/_yaml.c:8664:63: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 8664 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 574, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:391:35: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 391 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:565: ext/_yaml.c:8664:63: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 8664 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 574, __pyx_L1_error) ext/_yaml.h:6:55: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:751:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 751 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ In file included from ext/_yaml.c:565: ext/_yaml.c:8676:63: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 8676 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 575, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:391:35: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 391 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:565: ext/_yaml.c:8676:63: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 8676 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 575, __pyx_L1_error) ext/_yaml.h:6:55: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:751:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 751 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ In file included from ext/_yaml.c:565: ext/_yaml.c:8935:63: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 8935 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 586, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:391:35: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 391 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:565: ext/_yaml.c:8935:63: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 8935 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 586, __pyx_L1_error) ext/_yaml.h:6:55: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:751:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 751 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ In file included from ext/_yaml.c:565: ext/_yaml.c:9047:66: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 9047 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 591, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:391:35: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 391 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:565: ext/_yaml.c:9047:66: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 9047 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 591, __pyx_L1_error) ext/_yaml.h:6:55: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:751:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 751 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ In file included from ext/_yaml.c:565: ext/_yaml.c:9088:66: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 9088 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:391:35: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 391 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:565: ext/_yaml.c:9088:66: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 9088 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error) ext/_yaml.h:6:55: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:751:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 751 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ ext/_yaml.c:9109:64: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 9109 | __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) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:751:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 751 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ In file included from ext/_yaml.c:565: ext/_yaml.c:9490:74: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 9490 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:391:35: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 391 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:565: ext/_yaml.c:9490:74: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 9490 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error) ext/_yaml.h:6:55: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:751:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 751 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ In file included from ext/_yaml.c:565: ext/_yaml.c:9531:74: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 9531 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:391:35: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 391 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:565: ext/_yaml.c:9531:74: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 9531 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error) ext/_yaml.h:6:55: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:751:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 751 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ In file included from ext/_yaml.c:565: ext/_yaml.c:9779:73: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 9779 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_Decodgcc -pthread -shared build/temp.linux-i686-2.7/ext/_yaml.o -L/usr/lib -lyaml -lpython2.7 -o build/lib.linux-i686-2.7/_yaml.so running install_lib creating /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr creating /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib creating /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7 creating /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages creating /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-i686-2.7/yaml/scanner.py -> /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-i686-2.7/yaml/reader.py -> /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-i686-2.7/yaml/parser.py -> /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-i686-2.7/yaml/cyaml.py -> /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-i686-2.7/yaml/__init__.py -> /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-i686-2.7/yaml/representer.py -> /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-i686-2.7/yaml/resolver.py -> /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-i686-2.7/yaml/nodes.py -> /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-i686-2.7/yaml/constructor.py -> /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-i686-2.7/yaml/composer.py -> /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-i686-2.7/yaml/emitter.py -> /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-i686-2.7/yaml/error.py -> /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-i686-2.7/yaml/serializer.py -> /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-i686-2.7/yaml/loader.py -> /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-i686-2.7/yaml/dumper.py -> /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-i686-2.7/yaml/tokens.py -> /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-i686-2.7/yaml/events.py -> /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-i686-2.7/_yaml.so -> /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages byte-compiling /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml/scanner.py to scanner.pyc byte-compiling /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml/reader.py to reader.pyc byte-compiling /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml/parser.py to parser.pyc byte-compiling /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml/cyaml.py to cyaml.pyc byte-compiling /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml/__init__.py to __init__.pyc byte-compiling /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml/representer.py to representer.pyc byte-compiling /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml/resolver.py to resolver.pyc byte-compiling /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml/nodes.py to nodes.pyc byte-compiling /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml/constructor.py to constructor.pyc byte-compiling /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml/composer.py to composer.pyc byte-compiling /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml/emitter.py to emitter.pyc byte-compiling /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml/error.py to error.pyc byte-compiling /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml/serializer.py to serializer.pyc byte-compiling /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml/loader.py to loader.pyc byte-compiling /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml/dumper.py to dumper.pyc byte-compiling /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml/tokens.py to tokens.pyc byte-compiling /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/yaml/events.py to events.pyc running install_egg_info Writing /usr/src/slapt-src/libraries/python2-PyYAML/package-python2-PyYAML/usr/lib/python2.7/site-packages/PyYAML-3.13-py2.7.egg-info Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/libraries/python2-PyYAML/python2-PyYAML-3.13-i586-1salix15.0.txz Slackware package /usr/src/slapt-src/libraries/python2-PyYAML/python2-PyYAML-3.13-i586-1salix15.0.txz created. Installing package python2-PyYAML-3.13-i586-1salix15.0... | python2-PyYAML (YAML parser and emitter for Python) | | YAML is a data serialization format designed for human readability | and interaction with scripting languages. PyYAML is a YAML parser | and emitter for Python. | | Homepage: https://pyyaml.org/ | | | | | | , "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:751:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 751 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ In file included from ext/_yaml.c:565: ext/_yaml.c:11893:84: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 11893 | __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) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:391:35: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 391 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:565: ext/_yaml.c:11893:84: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 11893 | __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) ext/_yaml.h:6:55: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:751:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 751 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ In file included from ext/_yaml.c:565: ext/_yaml.c:11949:83: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 11949 | __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) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:391:35: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 391 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:565: ext/_yaml.c:11949:83: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 11949 | __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) ext/_yaml.h:6:55: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:751:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 751 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_scalar_node’: ext/_yaml.c:12626:74: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 12626 | __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) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:751:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 751 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ In file included from ext/_yaml.c:565: ext/_yaml.c:12849:76: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 12849 | __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) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:391:35: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 391 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:565: ext/_yaml.c:12849:76: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 12849 | __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) ext/_yaml.h:6:55: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:751:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 751 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ In file included from ext/_yaml.c:565: ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_sequence_node’: ext/_yaml.c:13419:84: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 13419 | __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) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:391:35: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 391 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:565: ext/_yaml.c:13419:84: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 13419 | __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) ext/_yaml.h:6:55: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:751:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 751 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ In file included from ext/_yaml.c:565: ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_mapping_node’: ext/_yaml.c:14052:83: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 14052 | __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) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:391:35: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 391 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:565: ext/_yaml.c:14052:83: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 14052 | __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) ext/_yaml.h:6:55: note: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:751:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 751 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ ext/_yaml.c: In function ‘__pyx_pf_5_yaml_8CEmitter___init__’: ext/_yaml.c:15423:53: warning: passing argument 2 of ‘yaml_emitter_set_output’ from incompatible pointer type [-Wincompatible-pointer-types] 15423 | yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_5_yaml_output_handler, ((void *)__pyx_v_self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int (*)(void *, char *, size_t) {aka int (*)(void *, char *, unsigned int)} In file included from ext/_yaml.h:2, from ext/_yaml.c:565: /usr/include/yaml.h:1844:31: note: expected ‘int (*)(void *, unsigned char *, size_t)’ {aka ‘int (*)(void *, unsigned char *, unsigned int)’} but argument is of type ‘int (*)(void *, char *, size_t)’ {aka ‘int (*)(void *, char *, unsigned int)’} 1844 | yaml_write_handler_t *handler, void *data); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ext/_yaml.c: In function ‘__pyx_f_5_yaml_8CEmitter__object_to_event’: ext/_yaml.c:16813:44: warning: pointer targets in assignment from ‘char *’ to ‘yaml_char_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] 16813 | __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | ^ ext/_yaml.c:16928:44: warning: pointer targets in assignment from ‘char *’ to ‘yaml_char_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] 16928 | __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); | ^ ext/_yaml.c:17265:62: warning: pointer targets in passing argument 2 of ‘yaml_alias_event_initialize’ differ in signedness [-Wpointer-sign] 17265 | __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:565: /usr/include/yaml.h:555:69: note: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 555 | yaml_alias_event_initialize(yaml_event_t *event, const yaml_char_t *anchor); | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:17980:63: warning: pointer targets in passing argument 2 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] 17980 | __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); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:565: /usr/include/yaml.h:581:28: note: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 581 | const yaml_char_t *anchor, const yaml_char_t *tag, | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:17980:79: warning: pointer targets in passing argument 3 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] 17980 | __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); | ^~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:565: /usr/include/yaml.h:581:55: note: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 581 | const yaml_char_t *anchor, const yaml_char_t *tag, | ~~~~~~~~~~~~~~~~~~~^~~ ext/_yaml.c:17980:92: warning: pointer targets in passing argument 4 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] 17980 | __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); | ^~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:565: /usr/include/yaml.h:582:28: note: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 582 | const yaml_char_t *value, int length, | ~~~~~~~~~~~~~~~~~~~^~~~~ ext/_yaml.c:18414:71: warning: pointer targets in passing argument 2 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] 18414 | __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); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:565: /usr/include/yaml.h:604:28: note: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 604 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:18414:87: warning: pointer targets in passing argument 3 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] 18414 | __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); | ^~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:565: /usr/include/yaml.h:604:55: note: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 604 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~ ext/_yaml.c:18848:70: warning: pointer targets in passing argument 2 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] 18848 | __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); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:565: /usr/include/yaml.h:636:28: note: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 636 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:18848:86: warning: pointer targets in passing argument 3 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] 18848 | __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); | ^~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:565: /usr/include/yaml.h:636:55: note: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 636 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~ ext/_yaml.c: In function ‘__pyx_pf_5_yaml_8CEmitter_12serialize’: ext/_yaml.c:20317:42: warning: pointer targets in assignment from ‘char *’ to ‘yaml_char_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] 20317 | __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | ^ ext/_yaml.c:20432:42: warning: pointer targets in assignment from ‘char *’ to ‘yaml_char_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] 20432 | __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:21288:65: warning: pointer targets in passing argument 2 of ‘yaml_alias_event_initialize’ differ in signedness [-Wpointer-sign] 21288 | __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:565: /usr/include/yaml.h:555:69: note: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 555 | yaml_alias_event_initialize(yaml_event_t *event, const yaml_char_t *anchor); | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:22099:68: warning: pointer targets in passing argument 2 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] 22099 | __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); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:565: /usr/include/yaml.h:581:28: note: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 581 | const yaml_char_t *anchor, const yaml_char_t *tag, | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:22099:84: warning: pointer targets in passing argument 3 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] 22099 | __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); | ^~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:565: /usr/include/yaml.h:581:55: note: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 581 | const yaml_char_t *anchor, const yaml_char_t *tag, | ~~~~~~~~~~~~~~~~~~~^~~ ext/_yaml.c:22099:97: warning: pointer targets in passing argument 4 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] 22099 | __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); | ^~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:565: /usr/include/yaml.h:582:28: note: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 582 | const yaml_char_t *value, int length, | ~~~~~~~~~~~~~~~~~~~^~~~~ ext/_yaml.c:22486:76: warning: pointer targets in passing argument 2 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] 22486 | __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); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:565: /usr/include/yaml.h:604:28: note: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 604 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:22486:92: warning: pointer targets in passing argument 3 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] 22486 | __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); | ^~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:565: /usr/include/yaml.h:604:55: note: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 604 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~ ext/_yaml.c:23016:75: warning: pointer targets in passing argument 2 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] 23016 | __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); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:565: /usr/include/yaml.h:636:28: note: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 636 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:23016:91: warning: pointer targets in passing argument 3 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] 23016 | __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); | ^~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:565: /usr/include/yaml.h:636:55: note: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 636 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~ ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/python2-PyYAML-3.13/ usr/doc/python2-PyYAML-3.13/CHANGES usr/doc/python2-PyYAML-3.13/LICENSE usr/doc/python2-PyYAML-3.13/README usr/doc/python2-PyYAML-3.13/python2-PyYAML.SlackBuild usr/lib/ usr/lib/python2.7/ usr/lib/python2.7/site-packages/ usr/lib/python2.7/site-packages/PyYAML-3.13-py2.7.egg-info usr/lib/python2.7/site-packages/_yaml.so usr/lib/python2.7/site-packages/yaml/ usr/lib/python2.7/site-packages/yaml/__init__.py usr/lib/python2.7/site-packages/yaml/__init__.pyc usr/lib/python2.7/site-packages/yaml/composer.py usr/lib/python2.7/site-packages/yaml/composer.pyc usr/lib/python2.7/site-packages/yaml/constructor.py usr/lib/python2.7/site-packages/yaml/constructor.pyc usr/lib/python2.7/site-packages/yaml/cyaml.py usr/lib/python2.7/site-packages/yaml/cyaml.pyc usr/lib/python2.7/site-packages/yaml/dumper.py usr/lib/python2.7/site-packages/yaml/dumper.pyc usr/lib/python2.7/site-packages/yaml/emitter.py usr/lib/python2.7/site-packages/yaml/emitter.pyc usr/lib/python2.7/site-packages/yaml/error.py usr/lib/python2.7/site-packages/yaml/error.pyc usr/lib/python2.7/site-packages/yaml/events.py usr/lib/python2.7/site-packages/yaml/events.pyc usr/lib/python2.7/site-packages/yaml/loader.py usr/lib/python2.7/site-packages/yaml/loader.pyc usr/lib/python2.7/site-packages/yaml/nodes.py usr/lib/python2.7/site-packages/yaml/nodes.pyc usr/lib/python2.7/site-packages/yaml/parser.py usr/lib/python2.7/site-packages/yaml/parser.pyc usr/lib/python2.7/site-packages/yaml/reader.py usr/lib/python2.7/site-packages/yaml/reader.pyc usr/lib/python2.7/site-packages/yaml/representer.py usr/lib/python2.7/site-packages/yaml/representer.pyc usr/lib/python2.7/site-packages/yaml/resolver.py usr/lib/python2.7/site-packages/yaml/resolver.pyc usr/lib/python2.7/site-packages/yaml/scanner.py usr/lib/python2.7/site-packages/yaml/scanner.pyc usr/lib/python2.7/site-packages/yaml/serializer.py usr/lib/python2.7/site-packages/yaml/serializer.pyc usr/lib/python2.7/site-packages/yaml/tokens.py usr/lib/python2.7/site-packages/yaml/tokens.pyc