Skip to content

Instantly share code, notes, and snippets.

@ijin
Created January 13, 2017 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ijin/1f966831894dad80c9d147b98eeec858 to your computer and use it in GitHub Desktop.
Save ijin/1f966831894dad80c9d147b98eeec858 to your computer and use it in GitHub Desktop.
lamvery install problem
[ec2-user@ip-172-31-22-129 ~]$ sudo yum -y install gcc libyaml-devel
.....
....
...
..
.
Installed:
gcc.noarch 0:4.8.3-3.20.amzn1 libyaml-devel.x86_64 0:0.1.6-6.7.amzn1
Dependency Installed:
cpp48.x86_64 0:4.8.3-9.111.amzn1 gcc48.x86_64 0:4.8.3-9.111.amzn1 glibc-devel.x86_64 0:2.17-106.168.amzn1 glibc-headers.x86_64 0:2.17-106.168.amzn1 kernel-headers.x86_64 0:4.4.41-35.53.amzn1
libgomp.x86_64 0:4.8.3-9.111.amzn1 libmpc.x86_64 0:1.0.1-3.3.amzn1 mpfr.x86_64 0:3.1.1-4.14.amzn1
Complete!
[ec2-user@ip-172-31-22-129 ~]$ virtualenv ~/.venv
New python executable in /home/ec2-user/.venv/bin/python2.7
Also creating executable in /home/ec2-user/.venv/bin/python
Installing setuptools, pip...done.
[ec2-user@ip-172-31-22-129 ~]$ . ~/.venv/bin/activate
(.venv)[ec2-user@ip-172-31-22-129 ~]$ pip install lamvery
You are using pip version 6.0.8, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting lamvery
Downloading lamvery-0.18.0.tar.gz
Collecting boto3>=1.4.2 (from lamvery)
Downloading boto3-1.4.3-py2.py3-none-any.whl (127kB)
100% |################################| 131kB 3.9MB/s
Collecting botocore>=1.4.88 (from lamvery)
Downloading botocore-1.4.93-py2.py3-none-any.whl (3.1MB)
100% |################################| 3.1MB 165kB/s
Collecting Jinja2 (from lamvery)
Downloading Jinja2-2.9.4-py2.py3-none-any.whl (274kB)
100% |################################| 278kB 2.7MB/s
Collecting PyYAML (from lamvery)
Downloading PyYAML-3.12.tar.gz (253kB)
100% |################################| 253kB 2.0MB/s
Collecting termcolor (from lamvery)
Downloading termcolor-1.1.0.tar.gz
Collecting parsedatetime (from lamvery)
Downloading parsedatetime-2.1-py2-none-any.whl
Collecting datadiff (from lamvery)
Downloading datadiff-2.0.0.tar.gz
Collecting Pygments (from lamvery)
Downloading Pygments-2.1.3-py2.py3-none-any.whl (755kB)
100% |################################| 757kB 704kB/s
Collecting s3transfer<0.2.0,>=0.1.10 (from boto3>=1.4.2->lamvery)
Downloading s3transfer-0.1.10-py2.py3-none-any.whl (54kB)
100% |################################| 57kB 6.9MB/s
Collecting jmespath<1.0.0,>=0.7.1 (from boto3>=1.4.2->lamvery)
Downloading jmespath-0.9.0-py2.py3-none-any.whl
Collecting python-dateutil<3.0.0,>=2.1 (from botocore>=1.4.88->lamvery)
Downloading python_dateutil-2.6.0-py2.py3-none-any.whl (194kB)
100% |################################| 196kB 2.5MB/s
Collecting docutils>=0.10 (from botocore>=1.4.88->lamvery)
Downloading docutils-0.13.1-py2-none-any.whl (537kB)
100% |################################| 540kB 1.0MB/s
Collecting MarkupSafe>=0.23 (from Jinja2->lamvery)
Downloading MarkupSafe-0.23.tar.gz
Collecting futures<4.0.0,>=2.2.0 (from s3transfer<0.2.0,>=0.1.10->boto3>=1.4.2->lamvery)
Downloading futures-3.0.5-py2-none-any.whl
Collecting six>=1.5 (from python-dateutil<3.0.0,>=2.1->botocore>=1.4.88->lamvery)
Downloading six-1.10.0-py2.py3-none-any.whl
Installing collected packages: six, futures, MarkupSafe, docutils, python-dateutil, jmespath, s3transfer, Pygments, datadiff, parsedatetime, termcolor, PyYAML, Jinja2, botocore, boto3, lamvery
Running setup.py install for MarkupSafe
building 'markupsafe._speedups' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c markupsafe/_speedups.c -o build/temp.linux-x86_64-2.7/markupsafe/_speedups.o
gcc -pthread -shared build/temp.linux-x86_64-2.7/markupsafe/_speedups.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/markupsafe/_speedups.so
Running setup.py install for datadiff
Running setup.py install for termcolor
Running setup.py install for PyYAML
checking if libyaml is compilable
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/check_libyaml.c -o build/temp.linux-x86_64-2.7/check_libyaml.o
checking if libyaml is linkable
gcc -pthread build/temp.linux-x86_64-2.7/check_libyaml.o -L/usr/lib64 -lyaml -o build/temp.linux-x86_64-2.7/check_libyaml
building '_yaml' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c ext/_yaml.c -o build/temp.linux-x86_64-2.7/ext/_yaml.o
In file included from ext/_yaml.c:271:0:
ext/_yaml.h:6:0: warning: "PyUnicode_FromString" redefined [enabled by default]
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict")
^
In file included from /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:281:0: note: this is the location of the previous definition
# define PyUnicode_FromString PyUnicodeUCS4_FromString
^
ext/_yaml.c: In function ‘__pyx_pf_5_yaml_get_version_string’:
ext/_yaml.c:1410:17: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
__pyx_v_value = yaml_get_version_string();
^
ext/_yaml.c: In function ‘__pyx_pf_5_yaml_7CParser___init__’:
ext/_yaml.c:2577:5: warning: passing argument 2 of ‘yaml_parser_set_input’ from incompatible pointer type [enabled by default]
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:
/usr/include/yaml.h:1367:1: note: expected ‘int (*)(void *, unsigned char *, size_t, size_t *)’ but argument is of type ‘int (*)(void *, char *, size_t, size_t *)’
yaml_parser_set_input(yaml_parser_t *parser,
^
ext/_yaml.c:2818:5: warning: pointer targets in passing argument 2 of ‘yaml_parser_set_input_string’ differ in signedness [-Wpointer-sign]
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:
/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:5: warning: pointer targets in passing argument 1 of ‘strlen’ 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 /usr/include/python2.7/Python.h:38:0,
from ext/_yaml.c:4:
/usr/include/string.h:395:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
extern size_t strlen (const char *__s)
^
ext/_yaml.c:4572:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ 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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c:4584:5: warning: pointer targets in passing argument 1 of ‘strlen’ 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 /usr/include/python2.7/Python.h:38:0,
from ext/_yaml.c:4:
/usr/include/string.h:395:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
extern size_t strlen (const char *__s)
^
ext/_yaml.c:4584:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ 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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c:5444:5: warning: pointer targets in passing argument 1 of ‘strlen’ 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 /usr/include/python2.7/Python.h:38:0,
from ext/_yaml.c:4:
/usr/include/string.h:395:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
extern size_t strlen (const char *__s)
^
ext/_yaml.c:5444:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ 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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c:5518:5: warning: pointer targets in passing argument 1 of ‘strlen’ 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 /usr/include/python2.7/Python.h:38:0,
from ext/_yaml.c:4:
/usr/include/string.h:395:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
extern size_t strlen (const char *__s)
^
ext/_yaml.c:5518:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ 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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c:5592:5: warning: pointer targets in passing argument 1 of ‘strlen’ 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 /usr/include/python2.7/Python.h:38:0,
from ext/_yaml.c:4:
/usr/include/string.h:395:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
extern size_t strlen (const char *__s)
^
ext/_yaml.c:5592:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ 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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c:5604:5: warning: pointer targets in passing argument 1 of ‘strlen’ 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 /usr/include/python2.7/Python.h:38:0,
from ext/_yaml.c:4:
/usr/include/string.h:395:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
extern size_t strlen (const char *__s)
^
ext/_yaml.c:5604:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ 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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c:5716:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__event_to_object’:
ext/_yaml.c:7424:9: warning: pointer targets in passing argument 1 of ‘strlen’ 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 /usr/include/python2.7/Python.h:38:0,
from ext/_yaml.c:4:
/usr/include/string.h:395:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
extern size_t strlen (const char *__s)
^
ext/_yaml.c:7424:9: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ 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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c:7436:9: warning: pointer targets in passing argument 1 of ‘strlen’ 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 /usr/include/python2.7/Python.h:38:0,
from ext/_yaml.c:4:
/usr/include/string.h:395:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
extern size_t strlen (const char *__s)
^
ext/_yaml.c:7436:9: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ 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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c:7655:5: warning: pointer targets in passing argument 1 of ‘strlen’ 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 /usr/include/python2.7/Python.h:38:0,
from ext/_yaml.c:4:
/usr/include/string.h:395:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
extern size_t strlen (const char *__s)
^
ext/_yaml.c:7655:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ 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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c:7749:7: warning: pointer targets in passing argument 1 of ‘strlen’ 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 /usr/include/python2.7/Python.h:38:0,
from ext/_yaml.c:4:
/usr/include/string.h:395:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
extern size_t strlen (const char *__s)
^
ext/_yaml.c:7749:7: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ 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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c:7790:7: warning: pointer targets in passing argument 1 of ‘strlen’ 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 /usr/include/python2.7/Python.h:38:0,
from ext/_yaml.c:4:
/usr/include/string.h:395:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
extern size_t strlen (const char *__s)
^
ext/_yaml.c:7790:7: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ 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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c:7811:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c:8179:7: warning: pointer targets in passing argument 1 of ‘strlen’ 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 /usr/include/python2.7/Python.h:38:0,
from ext/_yaml.c:4:
/usr/include/string.h:395:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
extern size_t strlen (const char *__s)
^
ext/_yaml.c:8179:7: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ 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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c:8220:7: warning: pointer targets in passing argument 1 of ‘strlen’ 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 /usr/include/python2.7/Python.h:38:0,
from ext/_yaml.c:4:
/usr/include/string.h:395:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
extern size_t strlen (const char *__s)
^
ext/_yaml.c:8220:7: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ 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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c:8449:7: warning: pointer targets in passing argument 1 of ‘strlen’ 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 /usr/include/python2.7/Python.h:38:0,
from ext/_yaml.c:4:
/usr/include/string.h:395:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
extern size_t strlen (const char *__s)
^
ext/_yaml.c:8449:7: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ 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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c:8490:7: warning: pointer targets in passing argument 1 of ‘strlen’ 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 /usr/include/python2.7/Python.h:38:0,
from ext/_yaml.c:4:
/usr/include/string.h:395:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
extern size_t strlen (const char *__s)
^
ext/_yaml.c:8490:7: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ 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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_node’:
ext/_yaml.c:10094:5: warning: pointer targets in passing argument 1 of ‘strlen’ 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 /usr/include/python2.7/Python.h:38:0,
from ext/_yaml.c:4:
/usr/include/string.h:395:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
extern size_t strlen (const char *__s)
^
ext/_yaml.c:10094:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ 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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c:10378:5: warning: pointer targets in passing argument 1 of ‘strlen’ 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 /usr/include/python2.7/Python.h:38:0,
from ext/_yaml.c:4:
/usr/include/string.h:395:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
extern size_t strlen (const char *__s)
^
ext/_yaml.c:10378:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ 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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c:10434:5: warning: pointer targets in passing argument 1 of ‘strlen’ 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 /usr/include/python2.7/Python.h:38:0,
from ext/_yaml.c:4:
/usr/include/string.h:395:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
extern size_t strlen (const char *__s)
^
ext/_yaml.c:10434:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ 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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c:10490:5: warning: pointer targets in passing argument 1 of ‘strlen’ 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 /usr/include/python2.7/Python.h:38:0,
from ext/_yaml.c:4:
/usr/include/string.h:395:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
extern size_t strlen (const char *__s)
^
ext/_yaml.c:10490:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ 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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_scalar_node’:
ext/_yaml.c:11109:3: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c:11310:5: warning: pointer targets in passing argument 1 of ‘strlen’ 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 /usr/include/python2.7/Python.h:38:0,
from ext/_yaml.c:4:
/usr/include/string.h:395:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
extern size_t strlen (const char *__s)
^
ext/_yaml.c:11310:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ 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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_sequence_node’:
ext/_yaml.c:11841:5: warning: pointer targets in passing argument 1 of ‘strlen’ 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 /usr/include/python2.7/Python.h:38:0,
from ext/_yaml.c:4:
/usr/include/string.h:395:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
extern size_t strlen (const char *__s)
^
ext/_yaml.c:11841:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ 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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_mapping_node’:
ext/_yaml.c:12435:5: warning: pointer targets in passing argument 1 of ‘strlen’ 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 /usr/include/python2.7/Python.h:38:0,
from ext/_yaml.c:4:
/usr/include/string.h:395:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
extern size_t strlen (const char *__s)
^
ext/_yaml.c:12435:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ 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 /usr/include/python2.7/Python.h:85:0,
from ext/_yaml.c:4:
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
^
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
^
ext/_yaml.c: In function ‘__pyx_pf_5_yaml_8CEmitter___init__’:
ext/_yaml.c:13630:3: warning: passing argument 2 of ‘yaml_emitter_set_output’ from incompatible pointer type [enabled by default]
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:
/usr/include/yaml.h:1829:1: note: expected ‘int (*)(void *, unsigned char *, size_t)’ but argument is of type ‘int (*)(void *, char *, size_t)’
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:5: 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:
/usr/include/yaml.h:553:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’
yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor);
^
ext/_yaml.c:16169:5: 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:
/usr/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’
yaml_scalar_event_initialize(yaml_event_t *event,
^
ext/_yaml.c:16169:5: 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:
/usr/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’
yaml_scalar_event_initialize(yaml_event_t *event,
^
ext/_yaml.c:16169:5: 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:
/usr/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’
yaml_scalar_event_initialize(yaml_event_t *event,
^
ext/_yaml.c:16603:5: 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:
/usr/include/yaml.h:601:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’
yaml_sequence_start_event_initialize(yaml_event_t *event,
^
ext/_yaml.c:16603:5: 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:
/usr/include/yaml.h:601:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’
yaml_sequence_start_event_initialize(yaml_event_t *event,
^
ext/_yaml.c:17037:5: 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:
/usr/include/yaml.h:633:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’
yaml_mapping_start_event_initialize(yaml_event_t *event,
^
ext/_yaml.c:17037:5: 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:
/usr/include/yaml.h:633:1: note: expected ‘yaml_char_t *’ 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:5: 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:
/usr/include/yaml.h:553:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’
yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor);
^
ext/_yaml.c:20240:7: 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:
/usr/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’
yaml_scalar_event_initialize(yaml_event_t *event,
^
ext/_yaml.c:20240:7: 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:
/usr/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’
yaml_scalar_event_initialize(yaml_event_t *event,
^
ext/_yaml.c:20240:7: 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:
/usr/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’
yaml_scalar_event_initialize(yaml_event_t *event,
^
ext/_yaml.c:20605:7: 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:
/usr/include/yaml.h:601:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’
yaml_sequence_start_event_initialize(yaml_event_t *event,
^
ext/_yaml.c:20605:7: 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:
/usr/include/yaml.h:601:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’
yaml_sequence_start_event_initialize(yaml_event_t *event,
^
ext/_yaml.c:21113:7: 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:
/usr/include/yaml.h:633:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’
yaml_mapping_start_event_initialize(yaml_event_t *event,
^
ext/_yaml.c:21113:7: 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:
/usr/include/yaml.h:633:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’
yaml_mapping_start_event_initialize(yaml_event_t *event,
^
gcc -pthread -shared build/temp.linux-x86_64-2.7/ext/_yaml.o -L/usr/lib64 -lyaml -lpython2.7 -o build/lib.linux-x86_64-2.7/_yaml.so
Compiling /tmp/pip-build-Ri_fam/Jinja2/jinja2/asyncfilters.py
Compiling /tmp/pip-build-Ri_fam/Jinja2/jinja2/asyncsupport.py
Running setup.py install for lamvery
Installing lamvery script to /home/ec2-user/.venv/bin
Successfully installed Jinja2-2.9.4 MarkupSafe-0.23 PyYAML-3.12 Pygments-2.1.3 boto3-1.4.3 botocore-1.4.93 datadiff-2.0.0 docutils-0.13.1 futures-3.0.5 jmespath-0.9.0 lamvery-0.18.0 parsedatetime-2.1 python-dateutil-2.6.0 s3transfer-0.1.10 six-1.10.0 termcolor-1.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment