ext/_yaml.c:12435:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 876, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /home/naourr/git/buildroot-test/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /home/naourr/git/buildroot-test/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /home/naourr/git/buildroot-test/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:12469:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] __Pyx_INCREF(Py_True); ^~~~~~~~~~~~ ext/_yaml.c:12497:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] __Pyx_INCREF(Py_False); ^~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter___init__': ext/_yaml.c:13630:53: warning: passing argument 2 of 'yaml_emitter_set_output' from incompatible pointer type [-Wincompatible-pointer-types] yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_5_yaml_output_handler, ((void *)__pyx_v_self)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/naourr/git/buildroot-test/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:1829:1: 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)}' yaml_emitter_set_output(yaml_emitter_t *emitter, ^~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__object_to_event': ext/_yaml.c:15002:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); ^ ext/_yaml.c:15117:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); ^ ext/_yaml.c:15454:62: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/naourr/git/buildroot-test/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:553:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:16169:63: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/naourr/git/buildroot-test/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:16169:79: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/naourr/git/buildroot-test/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:16169:92: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/naourr/git/buildroot-test/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:16603:71: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/naourr/git/buildroot-test/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:16603:87: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/naourr/git/buildroot-test/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17037:70: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/naourr/git/buildroot-test/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17037:86: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/naourr/git/buildroot-test/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter_12serialize': ext/_yaml.c:18516:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); ^ ext/_yaml.c:18631:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); ^ ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__serialize_node': ext/_yaml.c:19491:65: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/naourr/git/buildroot-test/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:553:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:20240:68: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/naourr/git/buildroot-test/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:20240:84: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/naourr/git/buildroot-test/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:20240:97: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/naourr/git/buildroot-test/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:20390:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] __Pyx_INCREF(Py_True); ^~~~~~~~~~~~ ext/_yaml.c:20605:76: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/naourr/git/buildroot-test/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:20605:92: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/naourr/git/buildroot-test/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:20898:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] __Pyx_INCREF(Py_True); ^~~~~~~~~~~~ ext/_yaml.c:21113:75: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/naourr/git/buildroot-test/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:21113:91: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /home/naourr/git/buildroot-test/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os build/temp.linux-x86_64-2.7/ext/_yaml.o -L/home/naourr/git/buildroot-test/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/lib -lyaml -lpython2.7 -o build/lib.linux-x86_64-2.7/_yaml.so >>> python-pyyaml 3.12 Installing to target (cd /home/naourr/git/buildroot-test/instance-0/output/build/python-pyyaml-3.12//; PATH="/home/naourr/git/buildroot-test/instance-0/output/host/bin:/home/naourr/git/buildroot-test/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" CC="/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" LDSHARED="/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-gcc -shared" PYTHONPATH="/home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/python2.7/sysconfigdata/" PYTHONNOUSERSITE=1 _PYTHON_SYSCONFIGDATA_NAME="" _python_sysroot=/home/naourr/git/buildroot-test/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/naourr/git/buildroot-test/instance-0/output/host/bin/python setup.py install --no-compile --prefix=/home/naourr/git/buildroot-test/instance-0/output/target/usr ) running install running build running build_py running build_ext running install_lib copying build/lib.linux-x86_64-2.7/_yaml.so -> /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/python2.7/site-packages creating /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/scanner.py -> /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/resolver.py -> /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/__init__.py -> /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/events.py -> /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/tokens.py -> /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/parser.py -> /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/emitter.py -> /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/composer.py -> /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/nodes.py -> /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/reader.py -> /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/loader.py -> /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/error.py -> /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/dumper.py -> /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/representer.py -> /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/cyaml.py -> /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/serializer.py -> /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/constructor.py -> /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/python2.7/site-packages/yaml running install_egg_info Writing /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/python2.7/site-packages/PyYAML-3.12-py2.7.egg-info zeromq-4.2.5.tar.gz: OK (md5: a1c95b34384257e986842f4d006957b8) zeromq-4.2.5.tar.gz: OK (sha1: 1132f839d703486c4ee1cf22f056585dfbb329c2) zeromq-4.2.5.tar.gz: OK (sha256: cc9090ba35713d59bb2f7d7965f877036c49c5558ea0c290b0dcc6f2a17e489f) >>> zeromq 4.2.5 Extracting gzip -d -c /home/naourr/git/buildroot-test/instance-0/dl/zeromq/zeromq-4.2.5.tar.gz | tar --strip-components=1 -C /home/naourr/git/buildroot-test/instance-0/output/build/zeromq-4.2.5 -xf - >>> zeromq 4.2.5 Patching >>> zeromq 4.2.5 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/naourr/git/buildroot-test/instance-0/output/build/zeromq-4.2.5 -name $file); do cp support/gnuconfig/$file $i; done; done >>> zeromq 4.2.5 Patching libtool patching file /home/naourr/git/buildroot-test/instance-0/output/build/zeromq-4.2.5/config/ltmain.sh Hunk #7 succeeded at 6699 (offset 3 lines). Hunk #8 succeeded at 9280 (offset 6 lines). >>> zeromq 4.2.5 Configuring (cd /home/naourr/git/buildroot-test/instance-0/output/build/zeromq-4.2.5/ && rm -rf config.cache && PATH="/home/naourr/git/buildroot-test/instance-0/output/host/bin:/home/naourr/git/buildroot-test/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-ar" AS="/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-as" LD="/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-ld" NM="/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-nm" CC="/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-gcc" GCC="/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-gcc" CPP="/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-cpp" CXX="/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-g++" FC="/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-gfortran" F77="/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-gfortran" RANLIB="/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-ranlib" READELF="/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-readelf" STRIP="/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-strip" OBJCOPY="/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-objcopy" OBJDUMP="/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/git/buildroot-test/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/git/buildroot-test/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/git/buildroot-test/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/git/buildroot-test/instance-0/output/host/lib -Wl,-rpath,/home/naourr/git/buildroot-test/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-as" DEFAULT_LINKER="/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/naourr/git/buildroot-test/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/git/buildroot-test/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes libzmq_cv_sock_cloexec=yes libzmq_cv_so_keepalive=yes libzmq_cv_tcp_keepcnt=yes libzmq_cv_tcp_keepidle=yes libzmq_cv_tcp_keepintvl=yes CONFIG_SITE=/dev/null ./configure --target=m68k-buildroot-linux-uclibc --host=m68k-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --without-documentation --without-norm --without-pgm --with-libsodium="/home/naourr/git/buildroot-test/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr" ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for m68k-buildroot-linux-uclibc-strip... /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-strip checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '1000' is supported by ustar format... yes checking whether GID '1000' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether make supports nested variables... (cached) yes checking for m68k-buildroot-linux-uclibc-gcc... /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-gcc accepts -g... yes checking for /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-gcc option to accept ISO C89... none needed checking whether /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-gcc... none checking whether C compiler accepts -std=gnu11... yes checking whether we are using the GNU C++ compiler... yes checking whether /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-g++ accepts -g... yes checking dependency style of /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-g++... none checking whether /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-g++ supports C++11 features by default... yes checking for a sed that does not truncate output... /usr/bin/sed checking whether to build with code coverage support... no checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for gawk... (cached) gawk checking pkg-config is at least version 0.9.0... yes checking for xmlto... no checking for asciidoc... no checking build system type... x86_64-pc-linux-gnu checking host system type... m68k-buildroot-linux-uclibc checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-gcc... /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-ld checking if the linker (/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-nm checking the name lister (/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to m68k-buildroot-linux-uclibc format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-ld option to reload object files... -r checking for m68k-buildroot-linux-uclibc-objdump... /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-objdump checking how to recognize dependent libraries... pass_all checking for m68k-buildroot-linux-uclibc-dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for m68k-buildroot-linux-uclibc-ar... /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-ar checking for archiver @FILE support... @ checking for m68k-buildroot-linux-uclibc-strip... (cached) /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-strip checking for m68k-buildroot-linux-uclibc-ranlib... /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-ranlib checking command to parse /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-nm output from /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-gcc object... ok checking for sysroot... no checking for m68k-buildroot-linux-uclibc-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-cpp checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-gcc supports -fno-rtti -fno-exceptions... no checking for /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-gcc option to produce PIC... -fPIC -DPIC checking if /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-gcc PIC flag -fPIC -DPIC works... yes checking if /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-gcc static flag -static works... yes checking if /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-gcc supports -c -o file.o... yes checking if /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-gcc supports -c -o file.o... (cached) yes checking whether the /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-gcc linker (/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-g++ -E checking for ld used by /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-g++... /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-ld checking if the linker (/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-ld) is GNU ld... yes checking whether the /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-g++ linker (/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-ld) supports shared libraries... yes checking for /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-g++ option to produce PIC... -fPIC -DPIC checking if /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-g++ PIC flag -fPIC -DPIC works... yes checking if /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-g++ static flag -static works... yes checking if /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-g++ supports -c -o file.o... yes checking if /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-g++ supports -c -o file.o... (cached) yes checking whether the /home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-g++ linker (/home/naourr/git/buildroot-test/instance-0/output/host/bin/m68k-linux-ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for valgrind... no checking whether the C compiler works... yes checking whether we are using Intel C compiler... no checking whether we are using Sun Studio C compiler... no checking whether we are using clang C compiler... no checking whether we are using gcc >= 4 C compiler... yes checking whether the C++ compiler works... yes checking whether we are using Intel C++ compiler... no checking whether we are using Sun Studio C++ compiler... no checking whether we are using clang C++ compiler... no checking whether we are using gcc >= 4 C++ compiler... yes checking whether to enable debugging information... no checking whether to enable code coverage... no checking if TIPC is available and supports nonblocking connect... no checking whether to enable ASan... no checking for library containing dladdr... none required checking for pthread_create in -lpthread... yes checking for clock_gettime in -lrt... yes checking whether C++ compiler supports -fvisibility=hidden... yes checking whether C++ compiler supports dso visibility... yes configure: WARNING: --without-documentation is DEPRECATED and will be removed in the next release, use --without-docs checking whether to build documentation... no checking whether to install manpages... no configure: Choosing polling system from 'kqueue epoll devpoll pollset poll select'... configure: Using 'epoll' polling system with CLOEXEC checking for ANSI C header files... (cached) yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking ifaddrs.h usability... yes checking ifaddrs.h presence... yes checking for ifaddrs.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/eventfd.h usability... yes checking sys/eventfd.h presence... yes checking for sys/eventfd.h... yes checking whether EFD_CLOEXEC is supported... not during cross-compile checking whether SO_PEERCRED is declared... yes checking whether LOCAL_PEERCRED is declared... no checking for stdbool.h that conforms to C99... no checking for _Bool... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking for ssize_t... yes checking whether time.h and sys/time.h may both be included... yes checking for uint32_t... yes checking for working volatile... yes configure: Using tweetnacl for CURVE security checking "with_norm_ext = no"... no checking how to enable additional warnings for C++ compiler... -Wall checking how to turn warnings to errors in C++ compiler... -Werror checking how to enable strict standards compliance in C++ compiler... -pedantic checking whether compiler supports __atomic_Xxx intrinsics... yes checking return type of signal handlers... void checking for perror... yes checking for gettimeofday... yes checking for clock_gettime... yes checking for memset... yes checking for socket... yes checking for getifaddrs... yes checking for freeifaddrs... yes checking for fork... yes checking for posix_memalign... yes checking for mkdtemp... yes checking for accept4... yes checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking whether signature of pthread_setname_np() has 1 argument... no checking whether signature of pthread_setname_np() has 2 arguments... no checking whether signature of pthread_setname_np() has 3 arguments... no checking whether pthread_set_name_np() exists... no checking whether pthread_setaffinity_np() exists... no checking whether SOCK_CLOEXEC is supported... (cached) yes checking whether O_CLOEXEC is supported... not during cross-compile checking whether SO_BINDTODEVICE is supported... not during cross-compile checking whether SO_KEEPALIVE is supported... (cached) yes checking whether TCP_KEEPCNT is supported... (cached) yes checking whether TCP_KEEPIDLE is supported... (cached) yes checking whether TCP_KEEPINTVL is supported... (cached) yes checking whether TCP_KEEPALIVE is supported... not during cross-compile checking whether getrandom is supported... not during cross-compile configure: Building stable and legacy API + draft API checking for LIBUNWIND... no configure: WARNING: Cannot find libunwind checking for clang-format... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/libzmq.pc config.status: creating doc/Makefile config.status: creating builds/Makefile config.status: creating builds/msvc/Makefile config.status: creating src/platform.hpp config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> zeromq 4.2.5 Building PATH="/home/naourr/git/buildroot-test/instance-0/output/host/bin:/home/naourr/git/buildroot-test/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/git/buildroot-test/instance-0/output/build/zeromq-4.2.5/ Making all in doc make[3]: Nothing to be done for 'all'. CC external/unity/unity.o CXX src/src_libzmq_la-address.lo CXX src/src_libzmq_la-clock.lo CXX src/src_libzmq_la-client.lo CXX src/src_libzmq_la-ctx.lo CXX src/src_libzmq_la-curve_client.lo CXX src/src_libzmq_la-curve_mechanism_base.lo CXX src/src_libzmq_la-curve_server.lo CXX src/src_libzmq_la-dealer.lo CXX src/src_libzmq_la-devpoll.lo CXX src/src_libzmq_la-dgram.lo CXX src/src_libzmq_la-dish.lo CXX src/src_libzmq_la-dist.lo CXX src/src_libzmq_la-epoll.lo CXX src/src_libzmq_la-err.lo CXX src/src_libzmq_la-fq.lo CXX src/src_libzmq_la-gather.lo CXX src/src_libzmq_la-gssapi_mechanism_base.lo CXX src/src_libzmq_la-gssapi_client.lo CXX src/src_libzmq_la-gssapi_server.lo CXX src/src_libzmq_la-io_object.lo CXX src/src_libzmq_la-io_thread.lo CXX src/src_libzmq_la-ip.lo CXX src/src_libzmq_la-ipc_address.lo CXX src/src_libzmq_la-ipc_connecter.lo CXX src/src_libzmq_la-ipc_listener.lo CXX src/src_libzmq_la-kqueue.lo CXX src/src_libzmq_la-lb.lo CXX src/src_libzmq_la-mailbox.lo CXX src/src_libzmq_la-mailbox_safe.lo CXX src/src_libzmq_la-mechanism.lo CXX src/src_libzmq_la-mechanism_base.lo In file included from src/mailbox_safe.hpp:43:0, from src/mailbox_safe.cpp:31: src/condition_variable.hpp: In constructor 'zmq::condition_variable_t::condition_variable_t()': src/condition_variable.hpp:278:58: error: 'pthread_condattr_setclock' was not declared in this scope pthread_condattr_setclock (&attr, CLOCK_MONOTONIC); ^ CXX src/src_libzmq_la-metadata.lo make[3]: *** [Makefile:3899: src/src_libzmq_la-mailbox_safe.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [Makefile:4881: all-recursive] Error 1 make[1]: *** [package/pkg-generic.mk:224: /home/naourr/git/buildroot-test/instance-0/output/build/zeromq-4.2.5/.stamp_built] Error 2 make: *** [Makefile:79: _all] Error 2 make: Leaving directory '/home/naourr/git/buildroot-test/instance-0/buildroot'