* CPV: dev-python/pyyaml-3.09 * REPO: gentoo * USE: amd64 elibc_glibc kernel_linux libyaml multilib userland_GNU >>> Unpacking source... >>> Unpacking PyYAML-3.09.tar.gz to /var/tmp/portage/dev-python/pyyaml-3.09/work >>> Source unpacked in /var/tmp/portage/dev-python/pyyaml-3.09/work >>> Preparing source in /var/tmp/portage/dev-python/pyyaml-3.09/work/PyYAML-3.09 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/pyyaml-3.09/work/PyYAML-3.09 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/pyyaml-3.09/work/PyYAML-3.09 ... * Building of dev-python/pyyaml-3.09 with CPython 2.6... python2.6 setup.py --with-libyaml build -b build-2.6  running build running build_py creating build-2.6 creating build-2.6/lib.linux-x86_64-2.6 creating build-2.6/lib.linux-x86_64-2.6/yaml copying lib/yaml/tokens.py -> build-2.6/lib.linux-x86_64-2.6/yaml copying lib/yaml/resolver.py -> build-2.6/lib.linux-x86_64-2.6/yaml copying lib/yaml/composer.py -> build-2.6/lib.linux-x86_64-2.6/yaml copying lib/yaml/serializer.py -> build-2.6/lib.linux-x86_64-2.6/yaml copying lib/yaml/events.py -> build-2.6/lib.linux-x86_64-2.6/yaml copying lib/yaml/constructor.py -> build-2.6/lib.linux-x86_64-2.6/yaml copying lib/yaml/__init__.py -> build-2.6/lib.linux-x86_64-2.6/yaml copying lib/yaml/scanner.py -> build-2.6/lib.linux-x86_64-2.6/yaml copying lib/yaml/error.py -> build-2.6/lib.linux-x86_64-2.6/yaml copying lib/yaml/nodes.py -> build-2.6/lib.linux-x86_64-2.6/yaml copying lib/yaml/emitter.py -> build-2.6/lib.linux-x86_64-2.6/yaml copying lib/yaml/dumper.py -> build-2.6/lib.linux-x86_64-2.6/yaml copying lib/yaml/loader.py -> build-2.6/lib.linux-x86_64-2.6/yaml copying lib/yaml/representer.py -> build-2.6/lib.linux-x86_64-2.6/yaml copying lib/yaml/parser.py -> build-2.6/lib.linux-x86_64-2.6/yaml copying lib/yaml/reader.py -> build-2.6/lib.linux-x86_64-2.6/yaml copying lib/yaml/cyaml.py -> build-2.6/lib.linux-x86_64-2.6/yaml warning: build_py: byte-compiling is disabled, skipping. running build_ext building '_yaml' extension creating build-2.6/temp.linux-x86_64-2.6 creating build-2.6/temp.linux-x86_64-2.6/ext x86_64-pc-linux-gnu-gcc -pthread -march=core2 -pipe -O2 -fno-ident -Werror=implicit-function-declaration -fPIC -I/usr/include/python2.6 -c ext/_yaml.c -o build-2.6/temp.linux-x86_64-2.6/ext/_yaml.o In file included from ext/_yaml.c:135: ext/_yaml.h:6:1: warning: "PyUnicode_FromString" redefined In file included from /usr/include/python2.6/Python.h:85, from ext/_yaml.c:4: /usr/include/python2.6/unicodeobject.h:281:1: warning: this is the location of the previous definition ext/_yaml.c: In function ‘__pyx_pf_5_yaml_get_version_string’: ext/_yaml.c:1072: warning: assignment discards qualifiers from pointer target type ext/_yaml.c: In function ‘__pyx_pf_5_yaml_7CParser___init__’: ext/_yaml.c:1830: warning: passing argument 2 of ‘yaml_parser_set_input’ from incompatible pointer type /usr/include/yaml.h:1367: note: expected ‘int (*)(void *, unsigned char *, size_t, size_t *)’ but argument is of type ‘int (*)(void *, char *, int, int *)’ ext/_yaml.c: In function ‘__pyx_pf_5_yaml_8CEmitter___init__’: ext/_yaml.c:10912: warning: passing argument 2 of ‘yaml_emitter_set_output’ from incompatible pointer type /usr/include/yaml.h:1829: note: expected ‘int (*)(void *, unsigned char *, size_t)’ but argument is of type ‘int (*)(void *, char *, int)’ x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1,--as-needed,--gc-sections,--hash-style=gnu,--sort-common -march=core2 -pipe -O2 -fno-ident -Werror=implicit-function-declaration build-2.6/temp.linux-x86_64-2.6/ext/_yaml.o -L/usr/lib64 -lyaml -lpython2.6 -o build-2.6/lib.linux-x86_64-2.6/_yaml.so * Building of dev-python/pyyaml-3.09 with CPython 2.7... python2.7 setup.py --with-libyaml build -b build-2.7  running build running build_py creating build-2.7 creating build-2.7/lib.linux-x86_64-2.7 creating build-2.7/lib.linux-x86_64-2.7/yaml copying lib/yaml/tokens.py -> build-2.7/lib.linux-x86_64-2.7/yaml copying lib/yaml/resolver.py -> build-2.7/lib.linux-x86_64-2.7/yaml copying lib/yaml/composer.py -> build-2.7/lib.linux-x86_64-2.7/yaml copying lib/yaml/serializer.py -> build-2.7/lib.linux-x86_64-2.7/yaml copying lib/yaml/events.py -> build-2.7/lib.linux-x86_64-2.7/yaml copying lib/yaml/constructor.py -> build-2.7/lib.linux-x86_64-2.7/yaml copying lib/yaml/__init__.py -> build-2.7/lib.linux-x86_64-2.7/yaml copying lib/yaml/scanner.py -> build-2.7/lib.linux-x86_64-2.7/yaml copying lib/yaml/error.py -> build-2.7/lib.linux-x86_64-2.7/yaml copying lib/yaml/nodes.py -> build-2.7/lib.linux-x86_64-2.7/yaml copying lib/yaml/emitter.py -> build-2.7/lib.linux-x86_64-2.7/yaml copying lib/yaml/dumper.py -> build-2.7/lib.linux-x86_64-2.7/yaml copying lib/yaml/loader.py -> build-2.7/lib.linux-x86_64-2.7/yaml copying lib/yaml/representer.py -> build-2.7/lib.linux-x86_64-2.7/yaml copying lib/yaml/parser.py -> build-2.7/lib.linux-x86_64-2.7/yaml copying lib/yaml/reader.py -> build-2.7/lib.linux-x86_64-2.7/yaml copying lib/yaml/cyaml.py -> build-2.7/lib.linux-x86_64-2.7/yaml warning: build_py: byte-compiling is disabled, skipping. running build_ext building '_yaml' extension creating build-2.7/temp.linux-x86_64-2.7 creating build-2.7/temp.linux-x86_64-2.7/ext x86_64-pc-linux-gnu-gcc -pthread -march=core2 -pipe -O2 -fno-ident -Werror=implicit-function-declaration -fPIC -I/usr/include/python2.7 -c ext/_yaml.c -o build-2.7/temp.linux-x86_64-2.7/ext/_yaml.o In file included from ext/_yaml.c:135: ext/_yaml.h:6:1: warning: "PyUnicode_FromString" redefined In file included from /usr/include/python2.7/Python.h:85, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:281:1: warning: this is the location of the previous definition ext/_yaml.c: In function ‘__pyx_pf_5_yaml_get_version_string’: ext/_yaml.c:1072: warning: assignment discards qualifiers from pointer target type ext/_yaml.c: In function ‘__pyx_pf_5_yaml_7CParser___init__’: ext/_yaml.c:1830: warning: passing argument 2 of ‘yaml_parser_set_input’ from incompatible pointer type /usr/include/yaml.h:1367: note: expected ‘int (*)(void *, unsigned char *, size_t, size_t *)’ but argument is of type ‘int (*)(void *, char *, int, int *)’ ext/_yaml.c: In function ‘__pyx_pf_5_yaml_8CEmitter___init__’: ext/_yaml.c:10912: warning: passing argument 2 of ‘yaml_emitter_set_output’ from incompatible pointer type /usr/include/yaml.h:1829: note: expected ‘int (*)(void *, unsigned char *, size_t)’ but argument is of type ‘int (*)(void *, char *, int)’ x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1,--as-needed,--gc-sections,--hash-style=gnu,--sort-common -march=core2 -pipe -O2 -fno-ident -Werror=implicit-function-declaration build-2.7/temp.linux-x86_64-2.7/ext/_yaml.o -L/usr/lib64 -lyaml -lpython2.7 -o build-2.7/lib.linux-x86_64-2.7/_yaml.so * Building of dev-python/pyyaml-3.09 with CPython 3.1... python3.1 setup.py --with-libyaml build -b build-3.1  running build running build_py creating build-3.1 creating build-3.1/lib.linux-x86_64-3.1 creating build-3.1/lib.linux-x86_64-3.1/yaml copying lib3/yaml/tokens.py -> build-3.1/lib.linux-x86_64-3.1/yaml copying lib3/yaml/resolver.py -> build-3.1/lib.linux-x86_64-3.1/yaml copying lib3/yaml/composer.py -> build-3.1/lib.linux-x86_64-3.1/yaml copying lib3/yaml/serializer.py -> build-3.1/lib.linux-x86_64-3.1/yaml copying lib3/yaml/events.py -> build-3.1/lib.linux-x86_64-3.1/yaml copying lib3/yaml/constructor.py -> build-3.1/lib.linux-x86_64-3.1/yaml copying lib3/yaml/__init__.py -> build-3.1/lib.linux-x86_64-3.1/yaml copying lib3/yaml/scanner.py -> build-3.1/lib.linux-x86_64-3.1/yaml copying lib3/yaml/error.py -> build-3.1/lib.linux-x86_64-3.1/yaml copying lib3/yaml/nodes.py -> build-3.1/lib.linux-x86_64-3.1/yaml copying lib3/yaml/emitter.py -> build-3.1/lib.linux-x86_64-3.1/yaml copying lib3/yaml/dumper.py -> build-3.1/lib.linux-x86_64-3.1/yaml copying lib3/yaml/loader.py -> build-3.1/lib.linux-x86_64-3.1/yaml copying lib3/yaml/representer.py -> build-3.1/lib.linux-x86_64-3.1/yaml copying lib3/yaml/parser.py -> build-3.1/lib.linux-x86_64-3.1/yaml copying lib3/yaml/reader.py -> build-3.1/lib.linux-x86_64-3.1/yaml copying lib3/yaml/cyaml.py -> build-3.1/lib.linux-x86_64-3.1/yaml warning: build_py: byte-compiling is disabled, skipping. running build_ext building '_yaml' extension creating build-3.1/temp.linux-x86_64-3.1 creating build-3.1/temp.linux-x86_64-3.1/ext x86_64-pc-linux-gnu-gcc -pthread -march=core2 -pipe -O2 -fno-ident -Werror=implicit-function-declaration -fPIC -I/usr/include/python3.1 -c ext/_yaml.c -o build-3.1/temp.linux-x86_64-3.1/ext/_yaml.o ext/_yaml.c: In function ‘__pyx_pf_5_yaml_get_version_string’: ext/_yaml.c:1072: warning: assignment discards qualifiers from pointer target type ext/_yaml.c: In function ‘__pyx_pf_5_yaml_7CParser___init__’: ext/_yaml.c:1830: warning: passing argument 2 of ‘yaml_parser_set_input’ from incompatible pointer type /usr/include/yaml.h:1367: note: expected ‘int (*)(void *, unsigned char *, size_t, size_t *)’ but argument is of type ‘int (*)(void *, char *, int, int *)’ ext/_yaml.c: In function ‘__pyx_pf_5_yaml_8CEmitter___init__’: ext/_yaml.c:10912: warning: passing argument 2 of ‘yaml_emitter_set_output’ from incompatible pointer type /usr/include/yaml.h:1829: note: expected ‘int (*)(void *, unsigned char *, size_t)’ but argument is of type ‘int (*)(void *, char *, int)’ x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1,--as-needed,--gc-sections,--hash-style=gnu,--sort-common -march=core2 -pipe -O2 -fno-ident -Werror=implicit-function-declaration build-3.1/temp.linux-x86_64-3.1/ext/_yaml.o -L/usr/lib64 -lyaml -lpython3.1 -o build-3.1/lib.linux-x86_64-3.1/_yaml.so * Building of dev-python/pyyaml-3.09 with CPython 3.2... python3.2 setup.py --with-libyaml build -b build-3.2  running build running build_py creating build-3.2 creating build-3.2/lib.linux-x86_64-3.2 creating build-3.2/lib.linux-x86_64-3.2/yaml copying lib3/yaml/tokens.py -> build-3.2/lib.linux-x86_64-3.2/yaml copying lib3/yaml/resolver.py -> build-3.2/lib.linux-x86_64-3.2/yaml copying lib3/yaml/composer.py -> build-3.2/lib.linux-x86_64-3.2/yaml copying lib3/yaml/serializer.py -> build-3.2/lib.linux-x86_64-3.2/yaml copying lib3/yaml/events.py -> build-3.2/lib.linux-x86_64-3.2/yaml copying lib3/yaml/constructor.py -> build-3.2/lib.linux-x86_64-3.2/yaml copying lib3/yaml/__init__.py -> build-3.2/lib.linux-x86_64-3.2/yaml copying lib3/yaml/scanner.py -> build-3.2/lib.linux-x86_64-3.2/yaml copying lib3/yaml/error.py -> build-3.2/lib.linux-x86_64-3.2/yaml copying lib3/yaml/nodes.py -> build-3.2/lib.linux-x86_64-3.2/yaml copying lib3/yaml/emitter.py -> build-3.2/lib.linux-x86_64-3.2/yaml copying lib3/yaml/dumper.py -> build-3.2/lib.linux-x86_64-3.2/yaml copying lib3/yaml/loader.py -> build-3.2/lib.linux-x86_64-3.2/yaml copying lib3/yaml/representer.py -> build-3.2/lib.linux-x86_64-3.2/yaml copying lib3/yaml/parser.py -> build-3.2/lib.linux-x86_64-3.2/yaml copying lib3/yaml/reader.py -> build-3.2/lib.linux-x86_64-3.2/yaml copying lib3/yaml/cyaml.py -> build-3.2/lib.linux-x86_64-3.2/yaml warning: build_py: byte-compiling is disabled, skipping. running build_ext building '_yaml' extension creating build-3.2/temp.linux-x86_64-3.2 creating build-3.2/temp.linux-x86_64-3.2/ext x86_64-pc-linux-gnu-gcc -pthread -march=core2 -pipe -O2 -fno-ident -Werror=implicit-function-declaration -fPIC -I/usr/include/python3.2 -c ext/_yaml.c -o build-3.2/temp.linux-x86_64-3.2/ext/_yaml.o ext/_yaml.c: In function ‘__pyx_pf_5_yaml_get_version_string’: ext/_yaml.c:1072: warning: assignment discards qualifiers from pointer target type ext/_yaml.c: In function ‘__pyx_pf_5_yaml_7CParser___init__’: ext/_yaml.c:1830: warning: passing argument 2 of ‘yaml_parser_set_input’ from incompatible pointer type /usr/include/yaml.h:1367: note: expected ‘int (*)(void *, unsigned char *, size_t, size_t *)’ but argument is of type ‘int (*)(void *, char *, int, int *)’ ext/_yaml.c: In function ‘__pyx_pf_5_yaml_8CEmitter___init__’: ext/_yaml.c:10912: warning: passing argument 2 of ‘yaml_emitter_set_output’ from incompatible pointer type /usr/include/yaml.h:1829: note: expected ‘int (*)(void *, unsigned char *, size_t)’ but argument is of type ‘int (*)(void *, char *, int)’ ext/_yaml.c: In function ‘__Pyx_SetVtable’: ext/_yaml.c:20301: error: implicit declaration of function ‘PyCObject_FromVoidPtr’ ext/_yaml.c:20301: warning: assignment makes pointer from integer without a cast error: command 'x86_64-pc-linux-gnu-gcc' failed with exit status 1 * ERROR: dev-python/pyyaml-3.09 failed: * Building failed with CPython 3.2 in distutils_building() function * * Call stack: * ebuild.sh, line 47: Called src_compile * environment, line 2937: Called distutils_src_compile * environment, line 802: Called python_execute_function 'distutils_building' * environment, line 1849: Called die * The specific snippet of code: * die "${failure_message}"; * * If you need support, post the output of 'emerge --info =dev-python/pyyaml-3.09', * the complete build log and the output of 'emerge -pqv =dev-python/pyyaml-3.09'. * The complete build log is located at '/var/log/portage/build/dev-python/pyyaml-3.09:20100507-212411.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/pyyaml-3.09/temp/environment'. * S: '/var/tmp/portage/dev-python/pyyaml-3.09/work/PyYAML-3.09'