* Package: app-crypt/yapet-0.4-r1  * Repository: sunrise  * Maintainer: maintainer-wanted@gentoo.org  * USE: amd64 elibc_glibc kernel_linux multilib userland_GNU  * FEATURES: ccache preserve-libs sandbox >>> Unpacking source... >>> Unpacking yapet-0.4.tar.bz2 to /var/tmp/portage/app-crypt/yapet-0.4-r1/work * Applying yapet_csv2yapet-0.4.diff ...  [ ok ] * Applying yapet_cfgfile-0.4.diff ...  [ ok ] * Applying yapet_vikeys-0.4.diff ...  [ ok ] >>> Source unpacked in /var/tmp/portage/app-crypt/yapet-0.4-r1/work >>> Compiling source in /var/tmp/portage/app-crypt/yapet-0.4-r1/work/yapet-0.4 ... * econf: updating yapet-0.4/config.sub with /usr/share/gnuconfig/config.sub * econf: updating yapet-0.4/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-terminal-title --enable-csv2yapet --disable-source-doc --disable-build-doc --disable-nls 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 configure: Checking required programs checking for x86_64-pc-linux-gnu-cc... no checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3 checking for x86_64-pc-linux-gnu-CC... no checking for x86_64-pc-linux-gnu-c++... x86_64-pc-linux-gnu-c++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-c++ accepts -g... yes checking dependency style of x86_64-pc-linux-gnu-c++... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking for a sed that does not truncate output... /bin/sed checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for a thread-safe mkdir -p... /bin/mkdir -p checking for doxygen... no checking for xsltproc... no checking for lynx... no checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes configure: Searching for required libraries checking for library containing initscr... -lncurses checking for library containing EVP_DigestInit_ex... -lcrypto configure: Checking C headers checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-c++ -E checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for strings.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking openssl/crypto.h usability... yes checking openssl/crypto.h presence... yes checking for openssl/crypto.h... yes checking openssl/evp.h usability... yes checking openssl/evp.h presence... yes checking for openssl/evp.h... yes configure: Checking C++ headers checking list usability... yes checking list presence... yes checking for list... yes checking exception usability... yes checking exception presence... yes checking for exception... yes checking stdexcept usability... yes checking stdexcept presence... yes checking for stdexcept... yes checking string usability... yes checking string presence... yes checking for string... yes checking iostream usability... yes checking iostream presence... yes checking for iostream... yes checking algorithm usability... yes checking algorithm presence... yes checking for algorithm... yes checking iterator usability... yes checking iterator presence... yes checking for iterator... yes checking memory usability... yes checking memory presence... yes checking for memory... yes checking functional usability... yes checking functional presence... yes checking for functional... yes checking fstream usability... yes checking fstream presence... yes checking for fstream... yes checking sstream usability... yes checking sstream presence... yes checking for sstream... yes checking vector usability... yes checking vector presence... yes checking for vector... yes configure: Checking types checking for uint32_t... yes checking for uint8_t... yes checking for int32_t... yes checking for ssize_t... yes checking for size_t... yes checking for off_t... yes configure: Checking functions checking for working alloca.h... yes checking for alloca... yes checking for memset... yes checking for strerror... yes checking for strcmp... yes checking for strncmp... yes checking for strncasecmp... yes checking for strcasestr... yes checking for strstr... yes checking for getcwd... yes checking for pathconf... yes checking for setrlimit... yes checking for getopt... yes checking for getopt_long... yes checking for rename... yes checking for sigaction... yes checking for asctime... yes checking for localtime... yes checking for fflush... yes checking for fprintf... yes checking for fstat... yes checking for getuid... yes checking for fchmod... yes checking for fchown... yes checking for access... yes checking for getenv... yes checking for getpwuid... yes checking for tcgetattr... yes checking for tcsetattr... yes configure: Checking (n)curses functions checking for wresize... yes checking for mvwchgat... yes checking for termname... yes checking whether waddstr() use const char*... yes checking whether mvwaddstr() use const char*... yes checking whether mvwaddnstr() use const char*... yes configure: Checking encryption functions checking for EVP_bf_cbc... yes checking for EVP_sha1... yes checking for EVP_md5... yes checking for EVP_ripemd160... yes configure: Checking support functions checking for SSLeay_version... yes checking whether byte ordering is bigendian... no configure: Intl support checking whether NLS is requested... no checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking whether we are using the GNU C Library 2 or newer... yes checking for simple visibility declarations... yes checking for inline... inline checking for stdint.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking whether integer division by zero raises SIGFPE... yes checking for inttypes.h... yes checking for unsigned long long int... yes checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... no checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking whether imported symbols can be declared weak... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_kill in -lpthread... yes checking for pthread_rwlock_t... yes checking for multithread API to use... posix checking argz.h usability... yes checking argz.h presence... yes checking for argz.h... yes checking for inttypes.h... (cached) yes checking for limits.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getcwd... (cached) yes checking for getegid... yes checking for geteuid... yes checking for getgid... yes checking for getuid... (cached) yes checking for mempcpy... yes checking for munmap... yes checking for stpcpy... yes checking for strcasecmp... yes checking for strdup... yes checking for strtoul... yes checking for tsearch... yes checking for argz_count... yes checking for argz_stringify... yes checking for argz_next... yes checking for __fsetlocking... yes checking whether feof_unlocked is declared... yes checking whether fgets_unlocked is declared... yes checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for NL_LOCALE_NAME macro... yes checking for bison... bison checking version of bison... 2.5, ok checking for long long int... yes checking for wchar_t... yes checking for wint_t... yes checking for intmax_t... yes checking whether printf() supports POSIX/XSI format strings... yes checking whether we are using the GNU C Library 2.1 or newer... yes checking for stdint.h... (cached) yes checking for SIZE_MAX... (((1UL << 63) - 1) * 2 + 1) checking for stdint.h... (cached) yes checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for ptrdiff_t... 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 for asprintf... yes checking for fwprintf... yes checking for putenv... yes checking for setenv... yes checking for setlocale... yes checking for snprintf... yes checking for wcslen... yes checking whether _snprintf is declared... no checking whether _snwprintf is declared... no checking whether getc_unlocked is declared... yes checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for CFPreferencesCopyAppValue... (cached) no checking for CFLocaleCopyCurrent... (cached) no checking whether to use NLS... no configure: creating ./config.status config.status: creating Makefile config.status: creating intl/Makefile config.status: creating po/Makefile.in config.status: creating yapet/Makefile config.status: creating ui/Makefile config.status: creating csv2yapet/Makefile config.status: creating crypt/Makefile config.status: creating tests/Makefile config.status: creating tests/testpaths.h config.status: creating doc/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile ****************************************************************** Prefix : /usr CPPFLAGS : CFLAGS : -march=nocona -mno-sse3 -O2 -pipe CXXFLAGS : -march=nocona -mno-sse3 -O2 -pipe LDFLAGS : -Wl,-O1 -Wl,--as-needed Use ncurses.h : yes Doxygen : no xsltproc : no Lynx : no Docbook XSL : http://docbook.sourceforge.net/release/xsl/current Build Documentation : no Build Source Doc. : no Set Terminal Title : yes Build csv2yapet : yes Use included libintl: no ****************************************************************** Looks good. * econf: updating yapet-0.4/config.sub with /usr/share/gnuconfig/config.sub * econf: updating yapet-0.4/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 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 configure: Checking required programs checking for x86_64-pc-linux-gnu-cc... no checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3 checking for x86_64-pc-linux-gnu-CC... no checking for x86_64-pc-linux-gnu-c++... x86_64-pc-linux-gnu-c++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-c++ accepts -g... yes checking dependency style of x86_64-pc-linux-gnu-c++... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking for a sed that does not truncate output... /bin/sed checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for a thread-safe mkdir -p... /bin/mkdir -p checking for doxygen... no checking for xsltproc... no checking for lynx... no checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes configure: Searching for required libraries checking for library containing initscr... -lncurses checking for library containing EVP_DigestInit_ex... -lcrypto configure: Checking C headers checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-c++ -E checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for strings.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking openssl/crypto.h usability... yes checking openssl/crypto.h presence... yes checking for openssl/crypto.h... yes checking openssl/evp.h usability... yes checking openssl/evp.h presence... yes checking for openssl/evp.h... yes configure: Checking C++ headers checking list usability... yes checking list presence... yes checking for list... yes checking exception usability... yes checking exception presence... yes checking for exception... yes checking stdexcept usability... yes checking stdexcept presence... yes checking for stdexcept... yes checking string usability... yes checking string presence... yes checking for string... yes checking iostream usability... yes checking iostream presence... yes checking for iostream... yes checking algorithm usability... yes checking algorithm presence... yes checking for algorithm... yes checking iterator usability... yes checking iterator presence... yes checking for iterator... yes checking memory usability... yes checking memory presence... yes checking for memory... yes checking functional usability... yes checking functional presence... yes checking for functional... yes checking fstream usability... yes checking fstream presence... yes checking for fstream... yes checking sstream usability... yes checking sstream presence... yes checking for sstream... yes checking vector usability... yes checking vector presence... yes checking for vector... yes configure: Checking types checking for uint32_t... yes checking for uint8_t... yes checking for int32_t... yes checking for ssize_t... yes checking for size_t... yes checking for off_t... yes configure: Checking functions checking for working alloca.h... yes checking for alloca... yes checking for memset... yes checking for strerror... yes checking for strcmp... yes checking for strncmp... yes checking for strncasecmp... yes checking for strcasestr... yes checking for strstr... yes checking for getcwd... yes checking for pathconf... yes checking for setrlimit... yes checking for getopt... yes checking for getopt_long... yes checking for rename... yes checking for sigaction... yes checking for asctime... yes checking for localtime... yes checking for fflush... yes checking for fprintf... yes checking for fstat... yes checking for getuid... yes checking for fchmod... yes checking for fchown... yes checking for access... yes checking for getenv... yes checking for getpwuid... yes checking for tcgetattr... yes checking for tcsetattr... yes configure: Checking (n)curses functions checking for wresize... yes checking for mvwchgat... yes checking for termname... yes checking whether waddstr() use const char*... yes checking whether mvwaddstr() use const char*... yes checking whether mvwaddnstr() use const char*... yes configure: Checking encryption functions checking for EVP_bf_cbc... yes checking for EVP_sha1... yes checking for EVP_md5... yes checking for EVP_ripemd160... yes configure: Checking support functions checking for SSLeay_version... yes checking whether byte ordering is bigendian... no configure: Intl support checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking whether we are using the GNU C Library 2 or newer... yes checking for simple visibility declarations... yes checking for inline... inline checking for stdint.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking whether integer division by zero raises SIGFPE... yes checking for inttypes.h... yes checking for unsigned long long int... yes checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... no checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking whether imported symbols can be declared weak... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_kill in -lpthread... yes checking for pthread_rwlock_t... yes checking for multithread API to use... posix checking argz.h usability... yes checking argz.h presence... yes checking for argz.h... yes checking for inttypes.h... (cached) yes checking for limits.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getcwd... (cached) yes checking for getegid... yes checking for geteuid... yes checking for getgid... yes checking for getuid... (cached) yes checking for mempcpy... yes checking for munmap... yes checking for stpcpy... yes checking for strcasecmp... yes checking for strdup... yes checking for strtoul... yes checking for tsearch... yes checking for argz_count... yes checking for argz_stringify... yes checking for argz_next... yes checking for __fsetlocking... yes checking whether feof_unlocked is declared... yes checking whether fgets_unlocked is declared... yes checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for NL_LOCALE_NAME macro... yes checking for bison... bison checking version of bison... 2.5, ok checking for long long int... yes checking for wchar_t... yes checking for wint_t... yes checking for intmax_t... yes checking whether printf() supports POSIX/XSI format strings... yes checking whether we are using the GNU C Library 2.1 or newer... yes checking for stdint.h... (cached) yes checking for SIZE_MAX... (((1UL << 63) - 1) * 2 + 1) checking for stdint.h... (cached) yes checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for ptrdiff_t... 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 for asprintf... yes checking for fwprintf... yes checking for putenv... yes checking for setenv... yes checking for setlocale... yes checking for snprintf... yes checking for wcslen... yes checking whether _snprintf is declared... no checking whether _snwprintf is declared... no checking whether getc_unlocked is declared... yes checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for CFPreferencesCopyAppValue... (cached) no checking for CFLocaleCopyCurrent... (cached) no checking whether included gettext is requested... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc configure: creating ./config.status config.status: creating Makefile config.status: creating intl/Makefile config.status: creating po/Makefile.in config.status: creating yapet/Makefile config.status: creating ui/Makefile config.status: creating csv2yapet/Makefile config.status: creating crypt/Makefile config.status: creating tests/Makefile config.status: creating tests/testpaths.h config.status: creating doc/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile ****************************************************************** Prefix : /usr CPPFLAGS : CFLAGS : -march=nocona -mno-sse3 -O2 -pipe CXXFLAGS : -march=nocona -mno-sse3 -O2 -pipe LDFLAGS : -Wl,-O1 -Wl,--as-needed Use ncurses.h : yes Doxygen : no xsltproc : no Lynx : no Docbook XSL : http://docbook.sourceforge.net/release/xsl/current Build Documentation : no Build Source Doc. : no Set Terminal Title : no Build csv2yapet : yes Use included libintl: no ****************************************************************** Looks good. make -j3 make all-recursive make[1]: Entering directory `/var/tmp/portage/app-crypt/yapet-0.4-r1/work/yapet-0.4' Making all in intl make[2]: Entering directory `/var/tmp/portage/app-crypt/yapet-0.4-r1/work/yapet-0.4/intl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/app-crypt/yapet-0.4-r1/work/yapet-0.4/intl' Making all in po make[2]: Entering directory `/var/tmp/portage/app-crypt/yapet-0.4-r1/work/yapet-0.4/po' make[2]: Leaving directory `/var/tmp/portage/app-crypt/yapet-0.4-r1/work/yapet-0.4/po' Making all in crypt make[2]: Entering directory `/var/tmp/portage/app-crypt/yapet-0.4-r1/work/yapet-0.4/crypt' x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT libgpcrypt_a-key.o -MD -MP -MF .deps/libgpcrypt_a-key.Tpo -c -o libgpcrypt_a-key.o `test -f 'key.cc' || echo './'`key.cc x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT libgpcrypt_a-file.o -MD -MP -MF .deps/libgpcrypt_a-file.Tpo -c -o libgpcrypt_a-file.o `test -f 'file.cc' || echo './'`file.cc x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT libgpcrypt_a-crypt.o -MD -MP -MF .deps/libgpcrypt_a-crypt.Tpo -c -o libgpcrypt_a-crypt.o `test -f 'crypt.cc' || echo './'`crypt.cc mv -f .deps/libgpcrypt_a-crypt.Tpo .deps/libgpcrypt_a-crypt.Po x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT libgpcrypt_a-bdbuffer.o -MD -MP -MF .deps/libgpcrypt_a-bdbuffer.Tpo -c -o libgpcrypt_a-bdbuffer.o `test -f 'bdbuffer.cc' || echo './'`bdbuffer.cc mv -f .deps/libgpcrypt_a-key.Tpo .deps/libgpcrypt_a-key.Po x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT libgpcrypt_a-partdec.o -MD -MP -MF .deps/libgpcrypt_a-partdec.Tpo -c -o libgpcrypt_a-partdec.o `test -f 'partdec.cc' || echo './'`partdec.cc mv -f .deps/libgpcrypt_a-bdbuffer.Tpo .deps/libgpcrypt_a-bdbuffer.Po mv -f .deps/libgpcrypt_a-partdec.Tpo .deps/libgpcrypt_a-partdec.Po mv -f .deps/libgpcrypt_a-file.Tpo .deps/libgpcrypt_a-file.Po rm -f libgpcrypt.a ar cru libgpcrypt.a libgpcrypt_a-key.o libgpcrypt_a-file.o libgpcrypt_a-crypt.o libgpcrypt_a-bdbuffer.o libgpcrypt_a-partdec.o x86_64-pc-linux-gnu-ranlib libgpcrypt.a make[2]: Leaving directory `/var/tmp/portage/app-crypt/yapet-0.4-r1/work/yapet-0.4/crypt' Making all in ui make[2]: Entering directory `/var/tmp/portage/app-crypt/yapet-0.4-r1/work/yapet-0.4/ui' x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT libui_a-basewindow.o -MD -MP -MF .deps/libui_a-basewindow.Tpo -c -o libui_a-basewindow.o `test -f 'basewindow.cc' || echo './'`basewindow.cc x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT libui_a-inputwidget.o -MD -MP -MF .deps/libui_a-inputwidget.Tpo -c -o libui_a-inputwidget.o `test -f 'inputwidget.cc' || echo './'`inputwidget.cc x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT libui_a-messagebox.o -MD -MP -MF .deps/libui_a-messagebox.Tpo -c -o libui_a-messagebox.o `test -f 'messagebox.cc' || echo './'`messagebox.cc mv -f .deps/libui_a-basewindow.Tpo .deps/libui_a-basewindow.Po x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT libui_a-button.o -MD -MP -MF .deps/libui_a-button.Tpo -c -o libui_a-button.o `test -f 'button.cc' || echo './'`button.cc mv -f .deps/libui_a-messagebox.Tpo .deps/libui_a-messagebox.Po x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT libui_a-passwordwidget.o -MD -MP -MF .deps/libui_a-passwordwidget.Tpo -c -o libui_a-passwordwidget.o `test -f 'passwordwidget.cc' || echo './'`passwordwidget.cc mv -f .deps/libui_a-inputwidget.Tpo .deps/libui_a-inputwidget.Po x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT libui_a-dialogbox.o -MD -MP -MF .deps/libui_a-dialogbox.Tpo -c -o libui_a-dialogbox.o `test -f 'dialogbox.cc' || echo './'`dialogbox.cc mv -f .deps/libui_a-passwordwidget.Tpo .deps/libui_a-passwordwidget.Po x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT libui_a-colors.o -MD -MP -MF .deps/libui_a-colors.Tpo -c -o libui_a-colors.o `test -f 'colors.cc' || echo './'`colors.cc mv -f .deps/libui_a-button.Tpo .deps/libui_a-button.Po x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT libui_a-misc.o -MD -MP -MF .deps/libui_a-misc.Tpo -c -o libui_a-misc.o `test -f 'misc.cc' || echo './'`misc.cc mv -f .deps/libui_a-colors.Tpo .deps/libui_a-colors.Po mv -f .deps/libui_a-dialogbox.Tpo .deps/libui_a-dialogbox.Po mv -f .deps/libui_a-misc.Tpo .deps/libui_a-misc.Po rm -f libui.a ar cru libui.a libui_a-basewindow.o libui_a-inputwidget.o libui_a-messagebox.o libui_a-button.o libui_a-passwordwidget.o libui_a-dialogbox.o libui_a-colors.o libui_a-misc.o x86_64-pc-linux-gnu-ranlib libui.a make[2]: Leaving directory `/var/tmp/portage/app-crypt/yapet-0.4-r1/work/yapet-0.4/ui' Making all in yapet make[2]: Entering directory `/var/tmp/portage/app-crypt/yapet-0.4-r1/work/yapet-0.4/yapet' x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -I../crypt -I../ui -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT yapet-main.o -MD -MP -MF .deps/yapet-main.Tpo -c -o yapet-main.o `test -f 'main.cc' || echo './'`main.cc x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -I../crypt -I../ui -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT yapet-mainwindow.o -MD -MP -MF .deps/yapet-mainwindow.Tpo -c -o yapet-mainwindow.o `test -f 'mainwindow.cc' || echo './'`mainwindow.cc x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -I../crypt -I../ui -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT yapet-statusbar.o -MD -MP -MF .deps/yapet-statusbar.Tpo -c -o yapet-statusbar.o `test -f 'statusbar.cc' || echo './'`statusbar.cc mv -f .deps/yapet-statusbar.Tpo .deps/yapet-statusbar.Po x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -I../crypt -I../ui -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT yapet-fileopen.o -MD -MP -MF .deps/yapet-fileopen.Tpo -c -o yapet-fileopen.o `test -f 'fileopen.cc' || echo './'`fileopen.cc mv -f .deps/yapet-main.Tpo .deps/yapet-main.Po x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -I../crypt -I../ui -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT yapet-passworddialog.o -MD -MP -MF .deps/yapet-passworddialog.Tpo -c -o yapet-passworddialog.o `test -f 'passworddialog.cc' || echo './'`passworddialog.cc mv -f .deps/yapet-passworddialog.Tpo .deps/yapet-passworddialog.Po x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -I../crypt -I../ui -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT yapet-passwordrecord.o -MD -MP -MF .deps/yapet-passwordrecord.Tpo -c -o yapet-passwordrecord.o `test -f 'passwordrecord.cc' || echo './'`passwordrecord.cc mv -f .deps/yapet-passwordrecord.Tpo .deps/yapet-passwordrecord.Po x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -I../crypt -I../ui -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT yapet-searchdialog.o -MD -MP -MF .deps/yapet-searchdialog.Tpo -c -o yapet-searchdialog.o `test -f 'searchdialog.cc' || echo './'`searchdialog.cc mv -f .deps/yapet-fileopen.Tpo .deps/yapet-fileopen.Po x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -I../crypt -I../ui -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT yapet-cfgfile.o -MD -MP -MF .deps/yapet-cfgfile.Tpo -c -o yapet-cfgfile.o `test -f 'cfgfile.cc' || echo './'`cfgfile.cc mv -f .deps/yapet-mainwindow.Tpo .deps/yapet-mainwindow.Po x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -I../crypt -I../ui -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT yapet-consts.o -MD -MP -MF .deps/yapet-consts.Tpo -c -o yapet-consts.o `test -f 'consts.cc' || echo './'`consts.cc mv -f .deps/yapet-consts.Tpo .deps/yapet-consts.Po mv -f .deps/yapet-searchdialog.Tpo .deps/yapet-searchdialog.Po mv -f .deps/yapet-cfgfile.Tpo .deps/yapet-cfgfile.Po x86_64-pc-linux-gnu-c++ -march=nocona -mno-sse3 -O2 -pipe -Wl,-O1 -Wl,--as-needed -o yapet yapet-main.o yapet-mainwindow.o yapet-statusbar.o yapet-fileopen.o yapet-passworddialog.o yapet-passwordrecord.o yapet-searchdialog.o yapet-cfgfile.o yapet-consts.o ../crypt/libgpcrypt.a ../ui/libui.a -lcrypto -lncurses make[2]: Leaving directory `/var/tmp/portage/app-crypt/yapet-0.4-r1/work/yapet-0.4/yapet' Making all in csv2yapet make[2]: Entering directory `/var/tmp/portage/app-crypt/yapet-0.4-r1/work/yapet-0.4/csv2yapet' x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -I../yapet -I../crypt -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT csv2yapet-main.o -MD -MP -MF .deps/csv2yapet-main.Tpo -c -o csv2yapet-main.o `test -f 'main.cc' || echo './'`main.cc x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -I../yapet -I../crypt -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT csv2yapet-csvimport.o -MD -MP -MF .deps/csv2yapet-csvimport.Tpo -c -o csv2yapet-csvimport.o `test -f 'csvimport.cc' || echo './'`csvimport.cc x86_64-pc-linux-gnu-c++ -DHAVE_CONFIG_H -I. -I.. -I../yapet -I../crypt -DLOCALEDIR=\"/usr/share/locale\" -march=nocona -mno-sse3 -O2 -pipe -MT csv2yapet-consts.o -MD -MP -MF .deps/csv2yapet-consts.Tpo -c -o csv2yapet-consts.o `test -f '../yapet/consts.cc' || echo './'`../yapet/consts.cc mv -f .deps/csv2yapet-consts.Tpo .deps/csv2yapet-consts.Po main.cc: In function 'int main(int, char**)': main.cc:244:37: error: 'sscanf' was not declared in this scope make[2]: *** [csv2yapet-main.o] Error 1 make[2]: *** Waiting for unfinished jobs.... mv -f .deps/csv2yapet-csvimport.Tpo .deps/csv2yapet-csvimport.Po make[2]: Leaving directory `/var/tmp/portage/app-crypt/yapet-0.4-r1/work/yapet-0.4/csv2yapet' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/app-crypt/yapet-0.4-r1/work/yapet-0.4' make: *** [all] Error 2 emake failed * ERROR: app-crypt/yapet-0.4-r1 failed (compile phase): * died running emake, base_src_make * * Call stack: * ebuild.sh, line 56: Called src_compile * environment, line 2284: Called base_src_compile * environment, line 232: Called base_src_make * environment, line 270: Called die * The specific snippet of code: * emake "$@" || die "died running emake, $FUNCNAME"; * * If you need support, post the output of 'emerge --info =app-crypt/yapet-0.4-r1', * the complete build log and the output of 'emerge -pqv =app-crypt/yapet-0.4-r1'. * This ebuild is from an overlay named 'sunrise': '/var/lib/layman/sunrise/' ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded: ignored. * The complete build log is located at '/var/log/portage/app-crypt:yapet-0.4-r1:20110626-140652.log'. * The ebuild environment file is located at '/var/tmp/portage/app-crypt/yapet-0.4-r1/temp/environment'. * S: '/var/tmp/portage/app-crypt/yapet-0.4-r1/work/yapet-0.4'