* Package: dev-libs/eet-1.4.0_beta3 * Repository: gentoo * Maintainer: enlightenment@gentoo.org * USE: elibc_glibc kernel_linux nls ssl test threads userland_GNU x86 * FEATURES: sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking eet-1.4.0.beta3.tar.bz2 to /var/tmp/portage/dev-libs/eet-1.4.0_beta3/work >>> Source unpacked in /var/tmp/portage/dev-libs/eet-1.4.0_beta3/work >>> Preparing source in /var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3 ... * Removing useless C++ checks ... [ ok ] * Running elibtoolize in: eet-1.4.0.beta3/ * Applying portage-2.2.patch ... * Applying sed-1.5.6.patch ... * Applying as-needed-2.2.6.patch ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3 ... * econf: updating eet-1.4.0.beta3/config.sub with /usr/share/gnuconfig/config.sub * econf: updating eet-1.4.0.beta3/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-amalgamation --disable-assert --disable-doc --enable-tests --enable-coverage --enable-posix-threads --enable-cipher --enable-signature --enable-openssl --disable-gnutls --disable-static configure: loading site script /usr/share/config.site configure: loading site script /usr/share/crossdev/include/site/linux checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-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... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for library containing strerror... none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of i686-pc-linux-gnu-gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) 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 for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r checking for i686-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object... ok checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E 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 i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if i686-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if i686-pc-linux-gnu-gcc static flag -static works... yes checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes checking if i686-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/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 whether to build eet binary... yes checking whether to support old eet file format... yes checking whether to use Gnutls... no checking whether to use gnutls_x509_crt_verify_hash... yes checking for gnutls_x509_crt_verify_hash in -lgnutls... yes checking whether to use OpenSSL... yes checking whether to use cipher... yes checking whether to use signature... yes checking for i686-pc-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking whether tests are built... yes checking for CHECK... yes checking whether to use profiling instrumentation... yes checking for lcov... yes checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking for i686-pc-linux-gnu-pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking whether to build documentation... no checking for EINA... yes checking for OPENSSL... yes checking whether to activate cipher support in eet... yes checking whether to activate signature support in eet... yes checking whether to build POSIX threads code... yes checking whether to build Windows threads code... no checking whether system support POSIX threads... yes checking whether to build POSIX threads spinlock code... no checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for PATH_MAX in limits.h... yes checking whether i686-pc-linux-gnu-gcc and cc understand -c and -o together... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for i686-pc-linux-gnu-gcc option to accept ISO C99... -std=gnu99 checking for i686-pc-linux-gnu-gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 checking for __attribute__... yes checking value of the null pointer... yes checking whether the compiler supports -Wl,--as-needed... yes checking for working alloca.h... yes checking for alloca... yes checking for fmemopen... yes checking for open_memstream... yes checking for realpath... yes checking fnmatch.h usability... yes checking fnmatch.h presence... yes checking for fnmatch.h... yes checking for library containing fnmatch... none required configure: creating ./config.status config.status: creating Makefile config.status: creating eet.pc config.status: creating doc/Makefile config.status: creating doc/eet.dox config.status: creating src/Makefile config.status: creating src/lib/Makefile config.status: creating src/bin/Makefile config.status: creating src/tests/Makefile config.status: creating src/examples/Makefile config.status: creating README config.status: creating eet.spec config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands ------------------------------------------------------------------------ eet 1.4.0.beta3 ------------------------------------------------------------------------ Configuration Options Summary: Amalgamation.........: yes Secure layer.........: OpenSSL Cipher support.....: yes Signature..........: yes Thread Support.......: POSIX Old eet file format..: yes Tests................: yes Coverage.............: yes Build eet............: yes Documentation........: no Examples.............: no Compilation............: make (or gmake) CPPFLAGS.............: CFLAGS...............: -O2 -pipe -Wl,--as-needed LDFLAGS..............: -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu Installation...........: make install (as root if needed, with 'su' or 'sudo') prefix...............: /usr >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3 ... make -j14 make all-recursive make[1]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3' Making all in src make[2]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src' Making all in lib make[3]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/lib' rm -f eet_amalgamation.c eet_amalgamation.c generated CC libeet_la-eet_amalgamation.lo CCLD libeet.la make[3]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/lib' Making all in bin make[3]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/bin' CC eet-eet_main.o CCLD eet make[3]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/bin' Making all in tests make[3]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/tests' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/tests' make[3]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src' make[2]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src' Making all in doc make[2]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/doc' make[2]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3' make[2]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3' make[1]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3' >>> Source compiled. >>> Test phase [check]: dev-libs/eet-1.4.0_beta3 make -j14 -j1 check Making check in src make[1]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src' Making check in lib make[2]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/lib' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/lib' Making check in bin make[2]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/bin' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/bin' Making check in tests make[2]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/tests' make eet_suite make[3]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/tests' CC eet_suite.o CC eet_data_suite.o CCLD eet_suite eet_suite.o: In function `eet_cache_concurrency': eet_suite.c:(.text+0x20be): warning: the use of `tmpnam' is dangerous, better use `mkstemp' make[3]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/tests' make[2]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/tests' make[2]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src' make[1]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src' Making check in doc make[1]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/doc' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/doc' make[1]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3' make check-local make[2]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3' Running suite(s): Eet INF<30519>:eet eet_amalgamation.c:10182 eet_identity_certificate_print() Public certificate : Enter PEM pass phrase: 90%: Checks: 20, Failures: 0, Errors: 2 eet_suite.c:1825:E:Eet Cipher:eet_cipher_decipher_simple:0: (after this point) Received signal 11 (Segmentation fault) eet_suite.c:1910:E:Eet Cache:eet_cache_concurrency:0: (after this point) Test timeout expired make[2]: *** [check-local] Error 1 make[2]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3' make[1]: *** [check-am] Error 2 make[1]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3' make: *** [check-recursive] Error 1 emake failed * ERROR: dev-libs/eet-1.4.0_beta3 failed: * Make check failed. See above for details. * * Call stack: * ebuild.sh, line 56: Called src_test * environment, line 3048: Called _eapi0_src_test * ebuild.sh, line 630: Called die * The specific snippet of code: * hasq test $FEATURES && die "Make check failed. See above for details." * * If you need support, post the output of 'emerge --info =dev-libs/eet-1.4.0_beta3', * the complete build log and the output of 'emerge -pqv =dev-libs/eet-1.4.0_beta3'. * The complete build log is located at '/var/log/portage/build/dev-libs/eet-1.4.0_beta3:20101226-023618.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-libs/eet-1.4.0_beta3/temp/environment'. * S: '/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3' >>> Install eet-1.4.0_beta3 into /var/tmp/portage/dev-libs/eet-1.4.0_beta3/image/ category dev-libs make -j14 install DESTDIR=/var/tmp/portage/dev-libs/eet-1.4.0_beta3/image/ Making install in src make[1]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src' Making install in lib make[2]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/lib' make[3]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/lib' test -z "/usr/lib" || /bin/mkdir -p "/var/tmp/portage/dev-libs/eet-1.4.0_beta3/image//usr/lib" test -z "/usr/include/eet-1" || /bin/mkdir -p "/var/tmp/portage/dev-libs/eet-1.4.0_beta3/image//usr/include/eet-1" /bin/sh ../../libtool --mode=install /usr/bin/install -c libeet.la '/var/tmp/portage/dev-libs/eet-1.4.0_beta3/image//usr/lib' /usr/bin/install -c -m 644 Eet.h '/var/tmp/portage/dev-libs/eet-1.4.0_beta3/image//usr/include/eet-1' libtool: install: /usr/bin/install -c .libs/libeet.so.1.4.0 /var/tmp/portage/dev-libs/eet-1.4.0_beta3/image//usr/lib/libeet.so.1.4.0 libtool: install: (cd /var/tmp/portage/dev-libs/eet-1.4.0_beta3/image//usr/lib && { ln -s -f libeet.so.1.4.0 libeet.so.1 || { rm -f libeet.so.1 && ln -s libeet.so.1.4.0 libeet.so.1; }; }) libtool: install: (cd /var/tmp/portage/dev-libs/eet-1.4.0_beta3/image//usr/lib && { ln -s -f libeet.so.1.4.0 libeet.so || { rm -f libeet.so && ln -s libeet.so.1.4.0 libeet.so; }; }) libtool: install: /usr/bin/install -c .libs/libeet.lai /var/tmp/portage/dev-libs/eet-1.4.0_beta3/image//usr/lib/libeet.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make[3]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/lib' make[2]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/lib' Making install in bin make[2]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/bin' make[3]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/bin' test -z "/usr/bin" || /bin/mkdir -p "/var/tmp/portage/dev-libs/eet-1.4.0_beta3/image//usr/bin" make[3]: Nothing to be done for `install-data-am'. /bin/sh ../../libtool --mode=install /usr/bin/install -c eet '/var/tmp/portage/dev-libs/eet-1.4.0_beta3/image//usr/bin' libtool: install: warning: `../../src/lib/libeet.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/eet /var/tmp/portage/dev-libs/eet-1.4.0_beta3/image//usr/bin/eet make[3]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/bin' make[2]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/bin' Making install in tests make[2]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/tests' make[3]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/tests' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/tests' make[2]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src/tests' make[2]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src' make[3]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src' make[2]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src' make[1]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/src' Making install in doc make[1]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/doc' make[2]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/doc' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/doc' make[1]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3/doc' make[1]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3' make[2]: Entering directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/var/tmp/portage/dev-libs/eet-1.4.0_beta3/image//usr/lib/pkgconfig" /usr/bin/install -c -m 644 eet.pc '/var/tmp/portage/dev-libs/eet-1.4.0_beta3/image//usr/lib/pkgconfig' make[2]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3' make[1]: Leaving directory `/var/tmp/portage/dev-libs/eet-1.4.0_beta3/work/eet-1.4.0.beta3' >>> Completed installing eet-1.4.0_beta3 into /var/tmp/portage/dev-libs/eet-1.4.0_beta3/image/ strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment usr/lib/libeet.so.1.4.0 usr/bin/eet