* Package: app-pda/libplist-1.8-r1  * Repository: gentoo  * Maintainer: pesa@gentoo.org pda  * USE: amd64 elibc_glibc kernel_linux multilib python userland_GNU  * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking libplist-1.8.tar.bz2 to /var/tmp/portage/app-pda/libplist-1.8-r1/work >>> Source unpacked in /var/tmp/portage/app-pda/libplist-1.8-r1/work >>> Preparing source in /var/tmp/portage/app-pda/libplist-1.8-r1/work/libplist-1.8 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-pda/libplist-1.8-r1/work/libplist-1.8 ... >>> Working in BUILD_DIR: "/var/tmp/portage/app-pda/libplist-1.8-r1/work/libplist-1.8_build" cmake --no-warn-unused-cli -C /var/tmp/portage/app-pda/libplist-1.8-r1/temp/gentoo_common_config.cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=ON -DENABLE_CYTHON=ON -DENABLE_SWIG=OFF -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_INSTALL_DO_STRIP=OFF -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/portage/app-pda/libplist-1.8-r1/temp/gentoo_rules.cmake /var/tmp/portage/app-pda/libplist-1.8-r1/work/libplist-1.8 Not searching for unused variables given on the command line. loading initial cache file /var/tmp/portage/app-pda/libplist-1.8-r1/temp/gentoo_common_config.cmake -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- checking for module 'libxml-2.0' -- found libxml-2.0, version 2.7.8 -- Found LibXml2: /usr/lib64/libxml2.so -- Found Cython: /usr/bin/cython -- Found PythonInterp: /usr/bin/python (found version "2.7.2") -- Found PythonLibs: /usr/lib64/libpython2.7.so -- Check if the system is big endian -- Searching 16 bit integer -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of unsigned short -- Check size of unsigned short - done -- Using unsigned short -- Check if the system is big endian - little endian -- <<< Gentoo configuration >>> Build type Gentoo Install path /usr Compiler flags: C -march=native -O2 -pipe C++ -march=native -O2 -pipe Linker flags: Executable -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu Module -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu Shared -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -- Configuring done -- Generating done -- Build files have been written to: /var/tmp/portage/app-pda/libplist-1.8-r1/work/libplist-1.8_build >>> Source configured. >>> Compiling source in /var/tmp/portage/app-pda/libplist-1.8-r1/work/libplist-1.8 ... >>> Working in BUILD_DIR: "/var/tmp/portage/app-pda/libplist-1.8-r1/work/libplist-1.8_build" make -j9 -j1 Scanning dependencies of target libcnary [ 3%] Building C object libcnary/CMakeFiles/libcnary.dir/iterator.c.o [ 7%] Building C object libcnary/CMakeFiles/libcnary.dir/list.c.o [ 10%] Building C object libcnary/CMakeFiles/libcnary.dir/node.c.o [ 14%] Building C object libcnary/CMakeFiles/libcnary.dir/node_iterator.c.o [ 17%] Building C object libcnary/CMakeFiles/libcnary.dir/node_list.c.o Linking C static library libcnary.a [ 17%] Built target libcnary Scanning dependencies of target plist [ 21%] Building C object src/CMakeFiles/plist.dir/plist.c.o [ 25%] Building C object src/CMakeFiles/plist.dir/hashtable.c.o [ 28%] Building C object src/CMakeFiles/plist.dir/bytearray.c.o [ 32%] Building C object src/CMakeFiles/plist.dir/ptrarray.c.o [ 35%] Building C object src/CMakeFiles/plist.dir/bplist.c.o [ 39%] Building C object src/CMakeFiles/plist.dir/base64.c.o [ 42%] Building C object src/CMakeFiles/plist.dir/xplist.c.o Linking C shared library libplist.so [ 42%] Built target plist Scanning dependencies of target plist++ [ 46%] Building CXX object src/CMakeFiles/plist++.dir/Node.cpp.o [ 50%] Building CXX object src/CMakeFiles/plist++.dir/Boolean.cpp.o [ 53%] Building CXX object src/CMakeFiles/plist++.dir/Integer.cpp.o [ 57%] Building CXX object src/CMakeFiles/plist++.dir/Real.cpp.o [ 60%] Building CXX object src/CMakeFiles/plist++.dir/String.cpp.o [ 64%] Building CXX object src/CMakeFiles/plist++.dir/Date.cpp.o [ 67%] Building CXX object src/CMakeFiles/plist++.dir/Data.cpp.o [ 71%] Building CXX object src/CMakeFiles/plist++.dir/Structure.cpp.o [ 75%] Building CXX object src/CMakeFiles/plist++.dir/Array.cpp.o [ 78%] Building CXX object src/CMakeFiles/plist++.dir/Dictionary.cpp.o Linking CXX shared library libplist++.so [ 78%] Built target plist++ Scanning dependencies of target plutil [ 82%] Building C object plutil/CMakeFiles/plutil.dir/plutil.c.o /var/tmp/portage/app-pda/libplist-1.8-r1/work/libplist-1.8/plutil/plutil.c: In function ‘main’: /var/tmp/portage/app-pda/libplist-1.8-r1/work/libplist-1.8/plutil/plutil.c:87:19: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result [-Wunused-result] /var/tmp/portage/app-pda/libplist-1.8-r1/work/libplist-1.8/plutil/plutil.c:92:19: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result [-Wunused-result] Linking C executable plutil [ 82%] Built target plutil Scanning dependencies of target plist_cmp [ 85%] Building C object test/CMakeFiles/plist_cmp.dir/plist_cmp.c.o /var/tmp/portage/app-pda/libplist-1.8-r1/work/libplist-1.8/test/plist_cmp.c: In function ‘main’: /var/tmp/portage/app-pda/libplist-1.8-r1/work/libplist-1.8/test/plist_cmp.c:121:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /var/tmp/portage/app-pda/libplist-1.8-r1/work/libplist-1.8/test/plist_cmp.c:122:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] Linking C executable plist_cmp [ 85%] Built target plist_cmp Scanning dependencies of target plist_test [ 89%] Building C object test/CMakeFiles/plist_test.dir/plist_test.c.o /var/tmp/portage/app-pda/libplist-1.8-r1/work/libplist-1.8/test/plist_test.c: In function ‘main’: /var/tmp/portage/app-pda/libplist-1.8-r1/work/libplist-1.8/test/plist_test.c:67:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /var/tmp/portage/app-pda/libplist-1.8-r1/work/libplist-1.8/test/plist_test.c:114:15: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result [-Wunused-result] Linking C executable plist_test [ 89%] Built target plist_test [ 92%] Generating plist.c warning: /var/tmp/portage/app-pda/libplist-1.8-r1/work/libplist-1.8/cython/plist.pyx:517:8: Unreachable code warning: /var/tmp/portage/app-pda/libplist-1.8-r1/work/libplist-1.8/cython/plist.pyx:549:8: Unreachable code Error compiling Cython file: ------------------------------------------------------------ ... cdef int32_t usecs = 0 cdef Node node if isinstance(native, Node): node = native return plist_copy(node._c_node) if isinstance(native, basestring): ^ ------------------------------------------------------------ /var/tmp/portage/app-pda/libplist-1.8-r1/work/libplist-1.8/cython/plist.pyx:698:36: undeclared name not builtin: basestring make[2]: *** [cython/plist.c] Error 1 make[1]: *** [cython/CMakeFiles/cython_plist.dir/all] Error 2 make: *** [all] Error 2 * ERROR: app-pda/libplist-1.8-r1 failed (compile phase): * emake failed * * If you need support, post the output of 'emerge --info =app-pda/libplist-1.8-r1', * the complete build log and the output of 'emerge -pqv =app-pda/libplist-1.8-r1'. * The complete build log is located at '/var/log/portage/app-pda:libplist-1.8-r1:20120331-154552.log'. * The ebuild environment file is located at '/var/tmp/portage/app-pda/libplist-1.8-r1/temp/environment'. * S: '/var/tmp/portage/app-pda/libplist-1.8-r1/work/libplist-1.8'