* [gentoo-user] Fwd: OpenSP build fails
[not found] <CAL-+O4LXftSDG4=jpXgybak3JO65q8cR_CU2KF2m8+BmWFmBAg@mail.gmail.com>
@ 2014-04-22 15:40 ` Nikita Tropin
2014-04-22 15:40 ` [gentoo-user] " Nikita Tropin
` (2 more replies)
0 siblings, 3 replies; 17+ messages in thread
From: Nikita Tropin @ 2014-04-22 15:40 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1.1: Type: text/plain, Size: 1545 bytes --]
Hi, I'm trying to update Gentoo with
I_KNOW_WHAT_I_AM_DOING=1 emerge --deep --update --newuse --with-bdeps=y
@world
and process fails on OpenSP-1.5.2-r3. I am tried to compile it myself and
find those lacking `new.h' mentioned in build.log. I found in
include/xnew.h ifdef construction that responsible of choosing appropriate
file (<new> or <new.h>), find utility not found any `new.h' on my /usr or
build directory of OpenSP in my home dir, however `new' was found -
/usr/lib64/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/new. Next, I'm
calling configure with
CXXFLAGS="-DSP_ANSI_LIB" ./configure && make
and <new> was chosen on compilation. However many new errors was occur
(attached mybuild.log and mybuild_stderr.log). And I don't know how to fix
them.
Also I'm tried to avoid installation of this package by trying to find all
and installed packages that depends on this one, tried to mask it but po4a,
man-db(nls), openjade, virtual/man and man-pages-3.63 depends on OpenSP.
The paradox is that I have installed man-db-2.6.5 with nls USE flag and
update schedule man-db-2.6.6 to install but even if I mask it(2.6.6) there
still error that man-db-2.6.5 need OpenSP. I am totally confused.
PS I've compiled OpenSP downloaded from offsite (
http://openjade.sourceforge.net/)
PPS I'm using I_KNOW_WHAT_I_AM_DOING=1 because I have -ggdb in CFLAGS in
make.conf but some packages like webkit-gtk probably need 18G for debug
symbols on some system but not in my, so.
PPPS With clang the same thing
Thanks in advance.
--
Regards,
Nikita
[-- Attachment #1.2: Type: text/html, Size: 2016 bytes --]
[-- Attachment #2: build.log --]
[-- Type: text/plain, Size: 22428 bytes --]
^[[32;01m * ^[[39;49;00mPackage: app-text/opensp-1.5.2-r3
^[[32;01m * ^[[39;49;00mRepository: gentoo
^[[32;01m * ^[[39;49;00mMaintainer: maintainer-needed@gentoo.org
^[[32;01m * ^[[39;49;00mUSE: amd64 elibc_glibc kernel_linux nls userland_GNU
^[[32;01m * ^[[39;49;00mFEATURES: preserve-libs sandbox splitdebug userpriv usersandbox
>>> Unpacking source...
>>> Unpacking OpenSP-1.5.2.tar.gz to /var/tmp/portage/app-text/opensp-1.5.2-r3/work
>>> Source unpacked in /var/tmp/portage/app-text/opensp-1.5.2-r3/work
>>> Preparing source in /var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2 ...
^[[32;01m*^[[0m Applying opensp-1.5-gcc34.patch ...
^[[A^[[203C ^[[34;01m[ ^[[32;01mok^[[34;01m ]^[[0m
^[[32;01m*^[[0m Applying opensp-1.5.2-fix-segfault.patch ...
^[[A^[[203C ^[[34;01m[ ^[[32;01mok^[[34;01m ]^[[0m
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2 ...
* econf: updating OpenSP-1.5.2/config.sub with /usr/share/gnuconfig/config.sub
* econf: updating OpenSP-1.5.2/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 --disable-dependency-tracking --enable-http --enable-default-catalog=/etc/sgml/catalog --enable-default-search-path=/usr/share/sgml --datadir=/usr/share/sgml/opensp-1.5.2 --enable-nls --disable-doc-build --disable-static
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether build environment is sane... yes
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-pc-linux-gnu-gcc... none
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking dependency style of x86_64-pc-linux-gnu-g++... none
checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) no
checking for perl... /usr/bin/perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by x86_64-pc-linux-gnu-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 /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/x86_64-pc-linux-gnu-nm -B
checking how to recognise dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
checking for x86_64-pc-linux-gnu-g77... no
checking for x86_64-pc-linux-gnu-f77... no
checking for x86_64-pc-linux-gnu-xlf... no
checking for x86_64-pc-linux-gnu-frt... no
checking for x86_64-pc-linux-gnu-pgf77... no
checking for x86_64-pc-linux-gnu-fort77... no
checking for x86_64-pc-linux-gnu-fl32... no
checking for x86_64-pc-linux-gnu-af77... no
checking for x86_64-pc-linux-gnu-f90... no
checking for x86_64-pc-linux-gnu-xlf90... no
checking for x86_64-pc-linux-gnu-pgf90... no
checking for x86_64-pc-linux-gnu-epcf90... no
checking for x86_64-pc-linux-gnu-f95... no
checking for x86_64-pc-linux-gnu-fort... no
checking for x86_64-pc-linux-gnu-xlf95... no
checking for x86_64-pc-linux-gnu-ifc... no
checking for x86_64-pc-linux-gnu-efc... no
checking for x86_64-pc-linux-gnu-pgf95... no
checking for x86_64-pc-linux-gnu-lf95... no
checking for x86_64-pc-linux-gnu-gfortran... x86_64-pc-linux-gnu-gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether x86_64-pc-linux-gnu-gfortran accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking for objdir... .libs
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking if x86_64-pc-linux-gnu-gcc static flag works... yes
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) 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
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for x86_64-pc-linux-gnu-gfortran option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-gfortran PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-gfortran supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-gfortran linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
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 for pthread_create in -lpthread... yes
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 whether we are using the GNU C Library 2 or newer... yes
checking for x86_64-pc-linux-gnu-ranlib... (cached) x86_64-pc-linux-gnu-ranlib
checking for library containing strerror... none required
checking for an ANSI C-conforming const... yes
checking for signed... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for long long... yes
checking for long double... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for ptrdiff_t... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.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 for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for asprintf... yes
checking for fwprintf... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for snprintf... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for wcslen... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for __fsetlocking... yes
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether feof_unlocked is declared... yes
checking whether fgets_unlocked is declared... no
checking whether getc_unlocked is declared... yes
checking for 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_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 3.0, ok
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyCurrent... (cached) no
checking whether NLS is requested... yes
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
checking for locale.h... (cached) yes
checking for ANSI C header files... (cached) yes
checking for limits.h... (cached) yes
checking for unistd.h... (cached) yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking osfcn.h usability... no
checking osfcn.h presence... no
checking for osfcn.h... no
checking new usability... yes
checking new presence... yes
checking for new... yes
checking cassert usability... yes
checking cassert presence... yes
checking for cassert... yes
checking whether byte ordering is bigendian... no
checking for size_t... (cached) yes
checking for struct stat.st_blksize... yes
checking for sig_atomic_t in signal.h... yes
checking for size_t... (cached) yes
checking size of size_t... 8
checking for unsigned int... yes
checking size of unsigned int... 4
checking for unsigned short... yes
checking size of unsigned short... 2
checking for wchar_t... yes
checking size of wchar_t... 4
checking whether the compiler recognizes bool as a built-in type... yes
checking for bool... yes
checking size of bool... 1
checking whether the compiler supports the mutable keyword... yes
checking whether the compiler recognizes typename... yes
checking whether the compiler accepts the new for scoping rules... yes
checking whether the compiler supports placement operator delete... no
checking whether the compiler supports dynamic_cast<>... yes
checking whether the compiler implements namespaces... yes
checking whether the compiler supports explicit instantiations... yes
checking for placement operator new... yes
checking whether the C++ compiler supports the std namespace... yes
checking whether GNU C++ supports automatic template instantiation... yes
checking whether GNU C++ links with libg++ if we include new.h... no
checking whether new_handler accepts size_t and returns int... no
checking for memmove... yes
checking for memcmp... yes
checking for strerror... yes
checking for strtoul... (cached) yes
checking for setlocale... (cached) yes
checking for Windows and DOS and OS/2 style pathnames... no
checking whether to include support for http... yes
checking for main in -lnsl... yes
checking for main in -lsocket... no
checking h_errno in netdb.h... yes
checking for default catalog... /etc/sgml/catalog
checking for default search path... /usr/share/sgml
checking whether to include support for XML Formatted Messages... no
checking whether to include DTDDECL support... yes
checking whether to build docs (man and html)... no
checking whether to build all docs (man, html, pdf, ps)... no
configure: creating ./config.status
uniq: confdefs.h: No such file or directory
config.status: creating OpenSP-1.5.2.spec
config.status: creating Makefile
config.status: creating msggen.pl
config.status: creating lib/Makefile
config.status: creating nsgmls/Makefile
config.status: creating spent/Makefile
config.status: creating spam/Makefile
config.status: creating sgmlnorm/Makefile
config.status: creating sx/Makefile
config.status: creating spcat/Makefile
config.status: creating include/Makefile
config.status: creating include/config.h.old
config.status: creating generic/Makefile
config.status: creating doc/Makefile
config.status: creating pubtext/Makefile
config.status: creating tests/Makefile
config.status: creating unicode/Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2 ...
make -j5 pkgdocdir=/usr/share/doc/opensp-1.5.2-r3
make all-recursive
make[1]: Entering directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2'
Making all in pubtext
make[2]: Entering directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/pubtext'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/pubtext'
Making all in unicode
make[2]: Entering directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/unicode'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/unicode'
Making all in doc
make[2]: Entering directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/doc'
Making all in include
make[2]: Entering directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/include'
Making all in generic
make[2]: Entering directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/generic'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/generic'
Making all in intl
make[2]: Entering directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/intl'
Making all in po
make[2]: Entering directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/po'
Making all in lib
make[2]: Entering directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/lib'
make all-am
make[3]: Entering directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/lib'
/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o Allocator.lo Allocator.cxx
/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o ArcEngine.lo ArcEngine.cxx
/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o Attribute.lo Attribute.cxx
/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o Big5CodingSystem.lo Big5CodingSystem.cxx
/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o CharsetDecl.lo CharsetDecl.cxx
mkdir .libs
mkdir .libs
mkdir .libs
mkdir: cannot create directory '.libs': File exists
mkdir: cannot create directory '.libs': File exists
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -ggdb -Wextra -Wall -O2 -pipe -march=native -c ArcEngine.cxx -fPIC -DPIC -o .libs/ArcEngine.o
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -ggdb -Wextra -Wall -O2 -pipe -march=native -c CharsetDecl.cxx -fPIC -DPIC -o .libs/CharsetDecl.o
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -ggdb -Wextra -Wall -O2 -pipe -march=native -c Allocator.cxx -fPIC -DPIC -o .libs/Allocator.o
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -ggdb -Wextra -Wall -O2 -pipe -march=native -c Attribute.cxx -fPIC -DPIC -o .libs/Attribute.o
In file included from Allocator.cxx:5:0:
../include/Allocator.h: In constructor 'Allocator::Allocator(size_t, unsigned int)':
../include/Allocator.h:57:12: warning: 'Allocator::blocksPerSegment_' will be initialized after [-Wreorder]
../include/Allocator.h:55:10: warning: 'Allocator::Block* Allocator::freeList_' [-Wreorder]
Allocator.cxx:12:1: warning: when initialized here [-Wreorder]
In file included from ../include/Vector.h:8:0,
from ../include/Location.h:15,
from ../include/Event.h:12,
from ../include/ArcEngine.h:11,
from ArcEngine.cxx:10:
../include/xnew.h:22:17: fatal error: new.h: No such file or directory
compilation terminated.
make[3]: *** [ArcEngine.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from ../include/Vector.h:8:0,
from ../include/Attribute.h:14,
from Attribute.cxx:8:
../include/xnew.h:22:17: fatal error: new.h: No such file or directory
compilation terminated.
make[3]: *** [Attribute.lo] Error 1
In file included from ../include/Vector.h:8:0,
from ../include/CharsetDecl.h:11,
from CharsetDecl.cxx:8:
../include/xnew.h:22:17: fatal error: new.h: No such file or directory
compilation terminated.
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -ggdb -Wextra -Wall -O2 -pipe -march=native -c Big5CodingSystem.cxx -fPIC -DPIC -o .libs/Big5CodingSystem.o
make[3]: *** [CharsetDecl.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2'
make: *** [all] Error 2
^[[31;01m*^[[0m ERROR: app-text/opensp-1.5.2-r3::gentoo failed (compile phase):
^[[31;01m*^[[0m emake failed
^[[31;01m*^[[0m
^[[31;01m*^[[0m If you need support, post the output of `emerge --info '=app-text/opensp-1.5.2-r3::gentoo'`,
^[[31;01m*^[[0m the complete build log and the output of `emerge -pqv '=app-text/opensp-1.5.2-r3::gentoo'`.
^[[31;01m*^[[0m The complete build log is located at '/var/tmp/portage/app-text/opensp-1.5.2-r3/temp/build.log'.
^[[31;01m*^[[0m The ebuild environment file is located at '/var/tmp/portage/app-text/opensp-1.5.2-r3/temp/environment'.
^[[31;01m*^[[0m Working directory: '/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2'
^[[31;01m*^[[0m S: '/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2'
[-- Attachment #3: info --]
[-- Type: application/octet-stream, Size: 5639 bytes --]
Portage 2.2.8-r1 (default/linux/amd64/13.0, gcc-4.7.3, glibc-2.17, 3.10.7-gentoo x86_64)
=================================================================
System Settings
=================================================================
System uname: Linux-3.10.7-gentoo-x86_64-Intel-R-_Core-TM-_i5-2310_CPU_@_2.90GHz-with-gentoo-2.2
KiB Mem: 3933576 total, 542308 free
KiB Swap: 0 total, 0 free
Timestamp of tree: Sun, 20 Apr 2014 15:45:01 +0000
ld GNU ld (GNU Binutils) 2.23.2
app-shells/bash: 4.2_p45
dev-java/java-config: 2.1.12-r1
dev-lang/python: 2.7.5-r3, 3.2.5-r3, 3.3.3
dev-util/cmake: 2.8.10.2-r2
dev-util/pkgconfig: 0.28
sys-apps/baselayout: 2.2
sys-apps/openrc: 0.12.4
sys-apps/sandbox: 2.6-r1
sys-devel/autoconf: 2.13, 2.69
sys-devel/automake: 1.10.3, 1.11.6, 1.12.6, 1.13.4
sys-devel/binutils: 2.23.2
sys-devel/gcc: 4.6.3, 4.7.3-r1
sys-devel/gcc-config: 1.7.3
sys-devel/libtool: 2.4.2
sys-devel/make: 3.82-r4
sys-kernel/linux-headers: 3.9 (virtual/os-headers)
sys-libs/glibc: 2.17
Repositories: gentoo
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-ggdb -Wextra -Wall -O2 -pipe -march=native"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-ggdb -Wextra -Wall -O2 -pipe -march=native"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs candy config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://gentoo.iteam.net.ua/"
LANG="ru_RU.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.ua.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi aes alsa amd64 amr apng autotools avx avx256 bash-completion berkdb bindist bzip2 cairo cdr cli cracklib crypt cscope ctype cups curl cxx dbus devhelp dga djvu dri dri3 dv dvb dvd dvdr egl enca encode enscript exif fbcon ffmpeg fftw flac fontconfig fortran ftp g3dvl gallium gd gdbm gflags gif gimp git glade glut gmp gpm graphviz gsm gstreamer gtk gtk2 gtk3 gzip hpcups iconv icu idn imlib infinality introspection ipv6 java jit jpeg jpeg2k lame lcms ldap libass libkms libsamplerate lm_sensors lzma lzo mac mad matroska matrox mime mmx mmxext modules mp3 mp4 mpeg mpi mplayer multilib nas ncurses nls nptl ogg openal opencl openexr opengl openmp openvg optimization pam pango pch pcre pdf perl png posix postgres postscript profile python qt3support qt4 quicktime raw readline samba scanner session shm smp sqlite sqlite3 sse sse2 sse3 sse4 sse4_1 sse4_2 ssl ssse3 svg sysvipc t1lib tcpd theora threads tiff tk truetype twolame udev unicode utils v4l vdpau vim-syntax vorbis vpx wavpack x264 xcb xcomposite xft xml xmlreader xmlwriter xorg xpm xslt xv xvid xvmc zip zlib zsh-completion" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="ru en" NETBEANS_MODULES="mobility apisupport profiler" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" SANE_BACKENDS="mustek mustek_pp mustek_usb" USERLAND="GNU" VIDEO_CARDS="i915 intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
USE_PYTHON="2.7 3.3"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
[-- Attachment #4: mybuild.log --]
[-- Type: text/plain, Size: 15686 bytes --]
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether build environment is sane... yes
checking for gcc... 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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) no
checking for perl... /usr/bin/perl
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
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 /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) 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... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
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 for pthread_create in -lpthread... yes
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 whether we are using the GNU C Library 2 or newer... yes
checking for ranlib... (cached) ranlib
checking for library containing strerror... none required
checking for an ANSI C-conforming const... yes
checking for signed... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for long long... yes
checking for long double... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for ptrdiff_t... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.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 for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for asprintf... yes
checking for fwprintf... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for snprintf... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for wcslen... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for __fsetlocking... yes
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether feof_unlocked is declared... yes
checking whether fgets_unlocked is declared... no
checking whether getc_unlocked is declared... yes
checking for 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_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 3.0, ok
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyCurrent... (cached) no
checking whether NLS is requested... yes
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
checking for locale.h... (cached) yes
checking for ANSI C header files... (cached) yes
checking for limits.h... (cached) yes
checking for unistd.h... (cached) yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking osfcn.h usability... no
checking osfcn.h presence... no
checking for osfcn.h... no
checking new usability... yes
checking new presence... yes
checking for new... yes
checking cassert usability... yes
checking cassert presence... yes
checking for cassert... yes
checking whether byte ordering is bigendian... no
checking for size_t... (cached) yes
checking for struct stat.st_blksize... yes
checking for sig_atomic_t in signal.h... yes
checking for size_t... (cached) yes
checking size of size_t... 8
checking for unsigned int... yes
checking size of unsigned int... 4
checking for unsigned short... yes
checking size of unsigned short... 2
checking for wchar_t... yes
checking size of wchar_t... 4
checking whether the compiler recognizes bool as a built-in type... yes
checking for bool... yes
checking size of bool... 1
checking whether the compiler supports the mutable keyword... yes
checking whether the compiler recognizes typename... yes
checking whether the compiler accepts the new for scoping rules... yes
checking whether the compiler supports placement operator delete... no
checking whether the compiler supports dynamic_cast<>... yes
checking whether the compiler implements namespaces... yes
checking whether the compiler supports explicit instantiations... yes
checking for placement operator new... yes
checking whether the C++ compiler supports the std namespace... yes
checking whether GNU C++ supports automatic template instantiation... yes
checking whether GNU C++ links with libg++ if we include new.h... no
checking whether new_handler accepts size_t and returns int... no
checking for memmove... yes
checking for memcmp... yes
checking for strerror... yes
checking for strtoul... (cached) yes
checking for setlocale... (cached) yes
checking for Windows and DOS and OS/2 style pathnames... no
checking whether to include support for http... no
checking for default catalog... none
checking for default search path... none
checking whether to include support for XML Formatted Messages... no
checking whether to include DTDDECL support... yes
checking whether to build docs (man and html)... yes
checking for xmlto... /usr/bin/xmlto
checking whether to build all docs (man, html, pdf, ps)... no
configure: creating ./config.status
config.status: creating OpenSP-1.5.2.spec
config.status: creating Makefile
config.status: creating msggen.pl
config.status: creating lib/Makefile
config.status: creating nsgmls/Makefile
config.status: creating spent/Makefile
config.status: creating spam/Makefile
config.status: creating sgmlnorm/Makefile
config.status: creating sx/Makefile
config.status: creating spcat/Makefile
config.status: creating include/Makefile
config.status: creating include/config.h.old
config.status: creating generic/Makefile
config.status: creating doc/Makefile
config.status: creating pubtext/Makefile
config.status: creating tests/Makefile
config.status: creating unicode/Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: creating docsrc/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
make all-recursive
make[1]: Вход в каталог `/home/nikita/spjade/OpenSP-1.5.2'
Making all in pubtext
make[2]: Вход в каталог `/home/nikita/spjade/OpenSP-1.5.2/pubtext'
make[2]: Цель `all' не требует выполнения команд.
make[2]: Выход из каталога `/home/nikita/spjade/OpenSP-1.5.2/pubtext'
Making all in unicode
make[2]: Вход в каталог `/home/nikita/spjade/OpenSP-1.5.2/unicode'
make[2]: Цель `all' не требует выполнения команд.
make[2]: Выход из каталога `/home/nikita/spjade/OpenSP-1.5.2/unicode'
Making all in doc
make[2]: Вход в каталог `/home/nikita/spjade/OpenSP-1.5.2/doc'
make[2]: Цель `all' не требует выполнения команд.
make[2]: Выход из каталога `/home/nikita/spjade/OpenSP-1.5.2/doc'
Making all in include
make[2]: Вход в каталог `/home/nikita/spjade/OpenSP-1.5.2/include'
make[2]: Цель `all' не требует выполнения команд.
make[2]: Выход из каталога `/home/nikita/spjade/OpenSP-1.5.2/include'
Making all in generic
make[2]: Вход в каталог `/home/nikita/spjade/OpenSP-1.5.2/generic'
make[2]: Цель `all' не требует выполнения команд.
make[2]: Выход из каталога `/home/nikita/spjade/OpenSP-1.5.2/generic'
Making all in intl
make[2]: Вход в каталог `/home/nikita/spjade/OpenSP-1.5.2/intl'
make[2]: Цель `all' не требует выполнения команд.
make[2]: Выход из каталога `/home/nikita/spjade/OpenSP-1.5.2/intl'
Making all in po
make[2]: Вход в каталог `/home/nikita/spjade/OpenSP-1.5.2/po'
make[2]: Цель `all' не требует выполнения команд.
make[2]: Выход из каталога `/home/nikita/spjade/OpenSP-1.5.2/po'
Making all in lib
make[2]: Вход в каталог `/home/nikita/spjade/OpenSP-1.5.2/lib'
make all-am
make[3]: Вход в каталог `/home/nikita/spjade/OpenSP-1.5.2/lib'
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -DSP_ANSI_LIB -MT ArcEngine.lo -MD -MP -MF ".deps/ArcEngine.Tpo" -c -o ArcEngine.lo ArcEngine.cxx; \
then mv -f ".deps/ArcEngine.Tpo" ".deps/ArcEngine.Plo"; else rm -f ".deps/ArcEngine.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -DSP_ANSI_LIB -MT ArcEngine.lo -MD -MP -MF .deps/ArcEngine.Tpo -c ArcEngine.cxx -fPIC -DPIC -o .libs/ArcEngine.o
make[3]: Выход из каталога `/home/nikita/spjade/OpenSP-1.5.2/lib'
make[2]: Выход из каталога `/home/nikita/spjade/OpenSP-1.5.2/lib'
make[1]: Выход из каталога `/home/nikita/spjade/OpenSP-1.5.2'
[-- Attachment #5: mybuild_stderr.log --]
[-- Type: text/plain, Size: 4474 bytes --]
In file included from ../include/Location.h:11:0,
from ../include/Event.h:12,
from ../include/ArcEngine.h:11,
from ArcEngine.cxx:10:
../include/Boolean.h:33:13: error: redeclaration of C++ built-in type 'bool' [-fpermissive]
../include/Boolean.h:35:11: error: expected unqualified-id before 'true'
../include/Boolean.h:36:11: error: expected unqualified-id before 'false'
In file included from ../include/Location.h:12:0,
from ../include/Event.h:12,
from ../include/ArcEngine.h:11,
from ArcEngine.cxx:10:
../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
In file included from ../include/Vector.h:8:0,
from ../include/Location.h:15,
from ../include/Event.h:12,
from ../include/ArcEngine.h:11,
from ArcEngine.cxx:10:
../include/xnew.h: In function 'void* operator new(size_t, void*)':
../include/xnew.h:30:7: error: redefinition of 'void* operator new(size_t, void*)'
In file included from ../include/xnew.h:20:0,
from ../include/Vector.h:8,
from ../include/Location.h:15,
from ../include/Event.h:12,
from ../include/ArcEngine.h:11,
from ArcEngine.cxx:10:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/new:111:14: error: 'void* operator new(std::size_t, void*)' previously defined here
In file included from ../include/UnivCharsetDesc.h:14:0,
from ../include/CharsetInfo.h:11,
from ../include/Sd.h:13,
from ../include/Event.h:20,
from ../include/ArcEngine.h:11,
from ArcEngine.cxx:10:
../include/RangeMap.h: At global scope:
../include/RangeMap.h:57:12: error: need 'typename' before 'Vector<RangeMapRange<From, To> >::const_iterator' because 'Vector<RangeMapRange<From, To> >' is a dependent scope
../include/RangeMap.h: In member function 'Boolean RangeMapIter<From, To>::next(From&, From&, To&)':
../include/RangeMap.h:47:17: error: 'ptr_' was not declared in this scope
In file included from ../include/ContentState.h:13:0,
from ArcProcessor.h:8,
from ArcEngine.cxx:11:
../include/IList.h: At global scope:
../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
In file included from ArcEngine.cxx:21:0:
Parser.h:65:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Parser.h:66:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Parser.h:67:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Parser.h:68:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Parser.h:69:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Parser.h:70:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Parser.h:71:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Parser.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Parser.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Parser.h:74:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
make[3]: *** [ArcEngine.lo] Ошибка 1
make[2]: *** [all] Ошибка 2
make[1]: *** [all-recursive] Ошибка 1
make: *** [all] Ошибка 2
^ permalink raw reply [flat|nested] 17+ messages in thread
* [gentoo-user] Re: OpenSP build fails
2014-04-22 15:40 ` [gentoo-user] Fwd: OpenSP build fails Nikita Tropin
@ 2014-04-22 15:40 ` Nikita Tropin
2014-04-22 16:23 ` [gentoo-user] Fwd: " Edward M
2014-04-23 16:36 ` [gentoo-user] " Stroller
2 siblings, 0 replies; 17+ messages in thread
From: Nikita Tropin @ 2014-04-22 15:40 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1713 bytes --]
Sorry.
2014-04-22 18:40 GMT+03:00 Nikita Tropin <posixivist32@gmail.com>:
> Hi, I'm trying to update Gentoo with
> I_KNOW_WHAT_I_AM_DOING=1 emerge --deep --update --newuse --with-bdeps=y
> @world
>
> and process fails on OpenSP-1.5.2-r3. I am tried to compile it myself and
> find those lacking `new.h' mentioned in build.log. I found in
> include/xnew.h ifdef construction that responsible of choosing appropriate
> file (<new> or <new.h>), find utility not found any `new.h' on my /usr or
> build directory of OpenSP in my home dir, however `new' was found -
> /usr/lib64/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/new. Next, I'm
> calling configure with
> CXXFLAGS="-DSP_ANSI_LIB" ./configure && make
>
>
> and <new> was chosen on compilation. However many new errors was occur
> (attached mybuild.log and mybuild_stderr.log). And I don't know how to fix
> them.
>
> Also I'm tried to avoid installation of this package by trying to find all
> and installed packages that depends on this one, tried to mask it but po4a,
> man-db(nls), openjade, virtual/man and man-pages-3.63 depends on OpenSP.
> The paradox is that I have installed man-db-2.6.5 with nls USE flag and
> update schedule man-db-2.6.6 to install but even if I mask it(2.6.6) there
> still error that man-db-2.6.5 need OpenSP. I am totally confused.
>
> PS I've compiled OpenSP downloaded from offsite (
> http://openjade.sourceforge.net/)
> PPS I'm using I_KNOW_WHAT_I_AM_DOING=1 because I have -ggdb in CFLAGS in
> make.conf but some packages like webkit-gtk probably need 18G for debug
> symbols on some system but not in my, so.
> PPPS With clang the same thing
>
> Thanks in advance.
>
> --
> Regards,
> Nikita
>
--
Regards,
Nikita
[-- Attachment #2: Type: text/html, Size: 2653 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* [gentoo-user] OpenSP build fails
@ 2014-04-22 15:42 Nikita Tropin
0 siblings, 0 replies; 17+ messages in thread
From: Nikita Tropin @ 2014-04-22 15:42 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1.1: Type: text/plain, Size: 1545 bytes --]
Hi, I'm trying to update Gentoo with
I_KNOW_WHAT_I_AM_DOING=1 emerge --deep --update --newuse --with-bdeps=y
@world
and process fails on OpenSP-1.5.2-r3. I am tried to compile it myself and
find those lacking `new.h' mentioned in build.log. I found in
include/xnew.h ifdef construction that responsible of choosing appropriate
file (<new> or <new.h>), find utility not found any `new.h' on my /usr or
build directory of OpenSP in my home dir, however `new' was found -
/usr/lib64/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/new. Next, I'm
calling configure with
CXXFLAGS="-DSP_ANSI_LIB" ./configure && make
and <new> was chosen on compilation. However many new errors was occur
(attached mybuild.log and mybuild_stderr.log). And I don't know how to fix
them.
Also I'm tried to avoid installation of this package by trying to find all
and installed packages that depends on this one, tried to mask it but po4a,
man-db(nls), openjade, virtual/man and man-pages-3.63 depends on OpenSP.
The paradox is that I have installed man-db-2.6.5 with nls USE flag and
update schedule man-db-2.6.6 to install but even if I mask it(2.6.6) there
still error that man-db-2.6.5 need OpenSP. I am totally confused.
PS I've compiled OpenSP downloaded from offsite (
http://openjade.sourceforge.net/)
PPS I'm using I_KNOW_WHAT_I_AM_DOING=1 because I have -ggdb in CFLAGS in
make.conf but some packages like webkit-gtk probably need 18G for debug
symbols on some system but not in my, so.
PPPS With clang the same thing
Thanks in advance.
--
Regards,
Nikita
[-- Attachment #1.2: Type: text/html, Size: 2000 bytes --]
[-- Attachment #2: mybuild.log --]
[-- Type: text/plain, Size: 15686 bytes --]
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether build environment is sane... yes
checking for gcc... 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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) no
checking for perl... /usr/bin/perl
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
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 /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) 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... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
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 for pthread_create in -lpthread... yes
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 whether we are using the GNU C Library 2 or newer... yes
checking for ranlib... (cached) ranlib
checking for library containing strerror... none required
checking for an ANSI C-conforming const... yes
checking for signed... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for long long... yes
checking for long double... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for ptrdiff_t... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.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 for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for asprintf... yes
checking for fwprintf... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for snprintf... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for wcslen... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for __fsetlocking... yes
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether feof_unlocked is declared... yes
checking whether fgets_unlocked is declared... no
checking whether getc_unlocked is declared... yes
checking for 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_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 3.0, ok
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyCurrent... (cached) no
checking whether NLS is requested... yes
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
checking for locale.h... (cached) yes
checking for ANSI C header files... (cached) yes
checking for limits.h... (cached) yes
checking for unistd.h... (cached) yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking osfcn.h usability... no
checking osfcn.h presence... no
checking for osfcn.h... no
checking new usability... yes
checking new presence... yes
checking for new... yes
checking cassert usability... yes
checking cassert presence... yes
checking for cassert... yes
checking whether byte ordering is bigendian... no
checking for size_t... (cached) yes
checking for struct stat.st_blksize... yes
checking for sig_atomic_t in signal.h... yes
checking for size_t... (cached) yes
checking size of size_t... 8
checking for unsigned int... yes
checking size of unsigned int... 4
checking for unsigned short... yes
checking size of unsigned short... 2
checking for wchar_t... yes
checking size of wchar_t... 4
checking whether the compiler recognizes bool as a built-in type... yes
checking for bool... yes
checking size of bool... 1
checking whether the compiler supports the mutable keyword... yes
checking whether the compiler recognizes typename... yes
checking whether the compiler accepts the new for scoping rules... yes
checking whether the compiler supports placement operator delete... no
checking whether the compiler supports dynamic_cast<>... yes
checking whether the compiler implements namespaces... yes
checking whether the compiler supports explicit instantiations... yes
checking for placement operator new... yes
checking whether the C++ compiler supports the std namespace... yes
checking whether GNU C++ supports automatic template instantiation... yes
checking whether GNU C++ links with libg++ if we include new.h... no
checking whether new_handler accepts size_t and returns int... no
checking for memmove... yes
checking for memcmp... yes
checking for strerror... yes
checking for strtoul... (cached) yes
checking for setlocale... (cached) yes
checking for Windows and DOS and OS/2 style pathnames... no
checking whether to include support for http... no
checking for default catalog... none
checking for default search path... none
checking whether to include support for XML Formatted Messages... no
checking whether to include DTDDECL support... yes
checking whether to build docs (man and html)... yes
checking for xmlto... /usr/bin/xmlto
checking whether to build all docs (man, html, pdf, ps)... no
configure: creating ./config.status
config.status: creating OpenSP-1.5.2.spec
config.status: creating Makefile
config.status: creating msggen.pl
config.status: creating lib/Makefile
config.status: creating nsgmls/Makefile
config.status: creating spent/Makefile
config.status: creating spam/Makefile
config.status: creating sgmlnorm/Makefile
config.status: creating sx/Makefile
config.status: creating spcat/Makefile
config.status: creating include/Makefile
config.status: creating include/config.h.old
config.status: creating generic/Makefile
config.status: creating doc/Makefile
config.status: creating pubtext/Makefile
config.status: creating tests/Makefile
config.status: creating unicode/Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: creating docsrc/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
make all-recursive
make[1]: Вход в каталог `/home/nikita/spjade/OpenSP-1.5.2'
Making all in pubtext
make[2]: Вход в каталог `/home/nikita/spjade/OpenSP-1.5.2/pubtext'
make[2]: Цель `all' не требует выполнения команд.
make[2]: Выход из каталога `/home/nikita/spjade/OpenSP-1.5.2/pubtext'
Making all in unicode
make[2]: Вход в каталог `/home/nikita/spjade/OpenSP-1.5.2/unicode'
make[2]: Цель `all' не требует выполнения команд.
make[2]: Выход из каталога `/home/nikita/spjade/OpenSP-1.5.2/unicode'
Making all in doc
make[2]: Вход в каталог `/home/nikita/spjade/OpenSP-1.5.2/doc'
make[2]: Цель `all' не требует выполнения команд.
make[2]: Выход из каталога `/home/nikita/spjade/OpenSP-1.5.2/doc'
Making all in include
make[2]: Вход в каталог `/home/nikita/spjade/OpenSP-1.5.2/include'
make[2]: Цель `all' не требует выполнения команд.
make[2]: Выход из каталога `/home/nikita/spjade/OpenSP-1.5.2/include'
Making all in generic
make[2]: Вход в каталог `/home/nikita/spjade/OpenSP-1.5.2/generic'
make[2]: Цель `all' не требует выполнения команд.
make[2]: Выход из каталога `/home/nikita/spjade/OpenSP-1.5.2/generic'
Making all in intl
make[2]: Вход в каталог `/home/nikita/spjade/OpenSP-1.5.2/intl'
make[2]: Цель `all' не требует выполнения команд.
make[2]: Выход из каталога `/home/nikita/spjade/OpenSP-1.5.2/intl'
Making all in po
make[2]: Вход в каталог `/home/nikita/spjade/OpenSP-1.5.2/po'
make[2]: Цель `all' не требует выполнения команд.
make[2]: Выход из каталога `/home/nikita/spjade/OpenSP-1.5.2/po'
Making all in lib
make[2]: Вход в каталог `/home/nikita/spjade/OpenSP-1.5.2/lib'
make all-am
make[3]: Вход в каталог `/home/nikita/spjade/OpenSP-1.5.2/lib'
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -DSP_ANSI_LIB -MT ArcEngine.lo -MD -MP -MF ".deps/ArcEngine.Tpo" -c -o ArcEngine.lo ArcEngine.cxx; \
then mv -f ".deps/ArcEngine.Tpo" ".deps/ArcEngine.Plo"; else rm -f ".deps/ArcEngine.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -DSP_ANSI_LIB -MT ArcEngine.lo -MD -MP -MF .deps/ArcEngine.Tpo -c ArcEngine.cxx -fPIC -DPIC -o .libs/ArcEngine.o
make[3]: Выход из каталога `/home/nikita/spjade/OpenSP-1.5.2/lib'
make[2]: Выход из каталога `/home/nikita/spjade/OpenSP-1.5.2/lib'
make[1]: Выход из каталога `/home/nikita/spjade/OpenSP-1.5.2'
[-- Attachment #3: mybuild_stderr.log --]
[-- Type: text/plain, Size: 4474 bytes --]
In file included from ../include/Location.h:11:0,
from ../include/Event.h:12,
from ../include/ArcEngine.h:11,
from ArcEngine.cxx:10:
../include/Boolean.h:33:13: error: redeclaration of C++ built-in type 'bool' [-fpermissive]
../include/Boolean.h:35:11: error: expected unqualified-id before 'true'
../include/Boolean.h:36:11: error: expected unqualified-id before 'false'
In file included from ../include/Location.h:12:0,
from ../include/Event.h:12,
from ../include/ArcEngine.h:11,
from ArcEngine.cxx:10:
../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
In file included from ../include/Vector.h:8:0,
from ../include/Location.h:15,
from ../include/Event.h:12,
from ../include/ArcEngine.h:11,
from ArcEngine.cxx:10:
../include/xnew.h: In function 'void* operator new(size_t, void*)':
../include/xnew.h:30:7: error: redefinition of 'void* operator new(size_t, void*)'
In file included from ../include/xnew.h:20:0,
from ../include/Vector.h:8,
from ../include/Location.h:15,
from ../include/Event.h:12,
from ../include/ArcEngine.h:11,
from ArcEngine.cxx:10:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/new:111:14: error: 'void* operator new(std::size_t, void*)' previously defined here
In file included from ../include/UnivCharsetDesc.h:14:0,
from ../include/CharsetInfo.h:11,
from ../include/Sd.h:13,
from ../include/Event.h:20,
from ../include/ArcEngine.h:11,
from ArcEngine.cxx:10:
../include/RangeMap.h: At global scope:
../include/RangeMap.h:57:12: error: need 'typename' before 'Vector<RangeMapRange<From, To> >::const_iterator' because 'Vector<RangeMapRange<From, To> >' is a dependent scope
../include/RangeMap.h: In member function 'Boolean RangeMapIter<From, To>::next(From&, From&, To&)':
../include/RangeMap.h:47:17: error: 'ptr_' was not declared in this scope
In file included from ../include/ContentState.h:13:0,
from ArcProcessor.h:8,
from ArcEngine.cxx:11:
../include/IList.h: At global scope:
../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
In file included from ArcEngine.cxx:21:0:
Parser.h:65:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Parser.h:66:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Parser.h:67:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Parser.h:68:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Parser.h:69:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Parser.h:70:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Parser.h:71:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Parser.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Parser.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Parser.h:74:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
make[3]: *** [ArcEngine.lo] Ошибка 1
make[2]: *** [all] Ошибка 2
make[1]: *** [all-recursive] Ошибка 1
make: *** [all] Ошибка 2
[-- Attachment #4: build.log --]
[-- Type: text/plain, Size: 22428 bytes --]
^[[32;01m * ^[[39;49;00mPackage: app-text/opensp-1.5.2-r3
^[[32;01m * ^[[39;49;00mRepository: gentoo
^[[32;01m * ^[[39;49;00mMaintainer: maintainer-needed@gentoo.org
^[[32;01m * ^[[39;49;00mUSE: amd64 elibc_glibc kernel_linux nls userland_GNU
^[[32;01m * ^[[39;49;00mFEATURES: preserve-libs sandbox splitdebug userpriv usersandbox
>>> Unpacking source...
>>> Unpacking OpenSP-1.5.2.tar.gz to /var/tmp/portage/app-text/opensp-1.5.2-r3/work
>>> Source unpacked in /var/tmp/portage/app-text/opensp-1.5.2-r3/work
>>> Preparing source in /var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2 ...
^[[32;01m*^[[0m Applying opensp-1.5-gcc34.patch ...
^[[A^[[203C ^[[34;01m[ ^[[32;01mok^[[34;01m ]^[[0m
^[[32;01m*^[[0m Applying opensp-1.5.2-fix-segfault.patch ...
^[[A^[[203C ^[[34;01m[ ^[[32;01mok^[[34;01m ]^[[0m
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2 ...
* econf: updating OpenSP-1.5.2/config.sub with /usr/share/gnuconfig/config.sub
* econf: updating OpenSP-1.5.2/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 --disable-dependency-tracking --enable-http --enable-default-catalog=/etc/sgml/catalog --enable-default-search-path=/usr/share/sgml --datadir=/usr/share/sgml/opensp-1.5.2 --enable-nls --disable-doc-build --disable-static
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether build environment is sane... yes
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-pc-linux-gnu-gcc... none
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking dependency style of x86_64-pc-linux-gnu-g++... none
checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) no
checking for perl... /usr/bin/perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by x86_64-pc-linux-gnu-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 /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/x86_64-pc-linux-gnu-nm -B
checking how to recognise dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
checking for x86_64-pc-linux-gnu-g77... no
checking for x86_64-pc-linux-gnu-f77... no
checking for x86_64-pc-linux-gnu-xlf... no
checking for x86_64-pc-linux-gnu-frt... no
checking for x86_64-pc-linux-gnu-pgf77... no
checking for x86_64-pc-linux-gnu-fort77... no
checking for x86_64-pc-linux-gnu-fl32... no
checking for x86_64-pc-linux-gnu-af77... no
checking for x86_64-pc-linux-gnu-f90... no
checking for x86_64-pc-linux-gnu-xlf90... no
checking for x86_64-pc-linux-gnu-pgf90... no
checking for x86_64-pc-linux-gnu-epcf90... no
checking for x86_64-pc-linux-gnu-f95... no
checking for x86_64-pc-linux-gnu-fort... no
checking for x86_64-pc-linux-gnu-xlf95... no
checking for x86_64-pc-linux-gnu-ifc... no
checking for x86_64-pc-linux-gnu-efc... no
checking for x86_64-pc-linux-gnu-pgf95... no
checking for x86_64-pc-linux-gnu-lf95... no
checking for x86_64-pc-linux-gnu-gfortran... x86_64-pc-linux-gnu-gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether x86_64-pc-linux-gnu-gfortran accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking for objdir... .libs
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking if x86_64-pc-linux-gnu-gcc static flag works... yes
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) 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
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for x86_64-pc-linux-gnu-gfortran option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-gfortran PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-gfortran supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-gfortran linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
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 for pthread_create in -lpthread... yes
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 whether we are using the GNU C Library 2 or newer... yes
checking for x86_64-pc-linux-gnu-ranlib... (cached) x86_64-pc-linux-gnu-ranlib
checking for library containing strerror... none required
checking for an ANSI C-conforming const... yes
checking for signed... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for long long... yes
checking for long double... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for ptrdiff_t... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.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 for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for asprintf... yes
checking for fwprintf... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for snprintf... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for wcslen... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for __fsetlocking... yes
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether feof_unlocked is declared... yes
checking whether fgets_unlocked is declared... no
checking whether getc_unlocked is declared... yes
checking for 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_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 3.0, ok
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyCurrent... (cached) no
checking whether NLS is requested... yes
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
checking for locale.h... (cached) yes
checking for ANSI C header files... (cached) yes
checking for limits.h... (cached) yes
checking for unistd.h... (cached) yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking osfcn.h usability... no
checking osfcn.h presence... no
checking for osfcn.h... no
checking new usability... yes
checking new presence... yes
checking for new... yes
checking cassert usability... yes
checking cassert presence... yes
checking for cassert... yes
checking whether byte ordering is bigendian... no
checking for size_t... (cached) yes
checking for struct stat.st_blksize... yes
checking for sig_atomic_t in signal.h... yes
checking for size_t... (cached) yes
checking size of size_t... 8
checking for unsigned int... yes
checking size of unsigned int... 4
checking for unsigned short... yes
checking size of unsigned short... 2
checking for wchar_t... yes
checking size of wchar_t... 4
checking whether the compiler recognizes bool as a built-in type... yes
checking for bool... yes
checking size of bool... 1
checking whether the compiler supports the mutable keyword... yes
checking whether the compiler recognizes typename... yes
checking whether the compiler accepts the new for scoping rules... yes
checking whether the compiler supports placement operator delete... no
checking whether the compiler supports dynamic_cast<>... yes
checking whether the compiler implements namespaces... yes
checking whether the compiler supports explicit instantiations... yes
checking for placement operator new... yes
checking whether the C++ compiler supports the std namespace... yes
checking whether GNU C++ supports automatic template instantiation... yes
checking whether GNU C++ links with libg++ if we include new.h... no
checking whether new_handler accepts size_t and returns int... no
checking for memmove... yes
checking for memcmp... yes
checking for strerror... yes
checking for strtoul... (cached) yes
checking for setlocale... (cached) yes
checking for Windows and DOS and OS/2 style pathnames... no
checking whether to include support for http... yes
checking for main in -lnsl... yes
checking for main in -lsocket... no
checking h_errno in netdb.h... yes
checking for default catalog... /etc/sgml/catalog
checking for default search path... /usr/share/sgml
checking whether to include support for XML Formatted Messages... no
checking whether to include DTDDECL support... yes
checking whether to build docs (man and html)... no
checking whether to build all docs (man, html, pdf, ps)... no
configure: creating ./config.status
uniq: confdefs.h: No such file or directory
config.status: creating OpenSP-1.5.2.spec
config.status: creating Makefile
config.status: creating msggen.pl
config.status: creating lib/Makefile
config.status: creating nsgmls/Makefile
config.status: creating spent/Makefile
config.status: creating spam/Makefile
config.status: creating sgmlnorm/Makefile
config.status: creating sx/Makefile
config.status: creating spcat/Makefile
config.status: creating include/Makefile
config.status: creating include/config.h.old
config.status: creating generic/Makefile
config.status: creating doc/Makefile
config.status: creating pubtext/Makefile
config.status: creating tests/Makefile
config.status: creating unicode/Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2 ...
make -j5 pkgdocdir=/usr/share/doc/opensp-1.5.2-r3
make all-recursive
make[1]: Entering directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2'
Making all in pubtext
make[2]: Entering directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/pubtext'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/pubtext'
Making all in unicode
make[2]: Entering directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/unicode'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/unicode'
Making all in doc
make[2]: Entering directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/doc'
Making all in include
make[2]: Entering directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/include'
Making all in generic
make[2]: Entering directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/generic'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/generic'
Making all in intl
make[2]: Entering directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/intl'
Making all in po
make[2]: Entering directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/po'
Making all in lib
make[2]: Entering directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/lib'
make all-am
make[3]: Entering directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/lib'
/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o Allocator.lo Allocator.cxx
/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o ArcEngine.lo ArcEngine.cxx
/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o Attribute.lo Attribute.cxx
/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o Big5CodingSystem.lo Big5CodingSystem.cxx
/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o CharsetDecl.lo CharsetDecl.cxx
mkdir .libs
mkdir .libs
mkdir .libs
mkdir: cannot create directory '.libs': File exists
mkdir: cannot create directory '.libs': File exists
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -ggdb -Wextra -Wall -O2 -pipe -march=native -c ArcEngine.cxx -fPIC -DPIC -o .libs/ArcEngine.o
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -ggdb -Wextra -Wall -O2 -pipe -march=native -c CharsetDecl.cxx -fPIC -DPIC -o .libs/CharsetDecl.o
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -ggdb -Wextra -Wall -O2 -pipe -march=native -c Allocator.cxx -fPIC -DPIC -o .libs/Allocator.o
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -ggdb -Wextra -Wall -O2 -pipe -march=native -c Attribute.cxx -fPIC -DPIC -o .libs/Attribute.o
In file included from Allocator.cxx:5:0:
../include/Allocator.h: In constructor 'Allocator::Allocator(size_t, unsigned int)':
../include/Allocator.h:57:12: warning: 'Allocator::blocksPerSegment_' will be initialized after [-Wreorder]
../include/Allocator.h:55:10: warning: 'Allocator::Block* Allocator::freeList_' [-Wreorder]
Allocator.cxx:12:1: warning: when initialized here [-Wreorder]
In file included from ../include/Vector.h:8:0,
from ../include/Location.h:15,
from ../include/Event.h:12,
from ../include/ArcEngine.h:11,
from ArcEngine.cxx:10:
../include/xnew.h:22:17: fatal error: new.h: No such file or directory
compilation terminated.
make[3]: *** [ArcEngine.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from ../include/Vector.h:8:0,
from ../include/Attribute.h:14,
from Attribute.cxx:8:
../include/xnew.h:22:17: fatal error: new.h: No such file or directory
compilation terminated.
make[3]: *** [Attribute.lo] Error 1
In file included from ../include/Vector.h:8:0,
from ../include/CharsetDecl.h:11,
from CharsetDecl.cxx:8:
../include/xnew.h:22:17: fatal error: new.h: No such file or directory
compilation terminated.
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -ggdb -Wextra -Wall -O2 -pipe -march=native -c Big5CodingSystem.cxx -fPIC -DPIC -o .libs/Big5CodingSystem.o
make[3]: *** [CharsetDecl.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2'
make: *** [all] Error 2
^[[31;01m*^[[0m ERROR: app-text/opensp-1.5.2-r3::gentoo failed (compile phase):
^[[31;01m*^[[0m emake failed
^[[31;01m*^[[0m
^[[31;01m*^[[0m If you need support, post the output of `emerge --info '=app-text/opensp-1.5.2-r3::gentoo'`,
^[[31;01m*^[[0m the complete build log and the output of `emerge -pqv '=app-text/opensp-1.5.2-r3::gentoo'`.
^[[31;01m*^[[0m The complete build log is located at '/var/tmp/portage/app-text/opensp-1.5.2-r3/temp/build.log'.
^[[31;01m*^[[0m The ebuild environment file is located at '/var/tmp/portage/app-text/opensp-1.5.2-r3/temp/environment'.
^[[31;01m*^[[0m Working directory: '/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2'
^[[31;01m*^[[0m S: '/var/tmp/portage/app-text/opensp-1.5.2-r3/work/OpenSP-1.5.2'
[-- Attachment #5: info --]
[-- Type: application/octet-stream, Size: 5639 bytes --]
Portage 2.2.8-r1 (default/linux/amd64/13.0, gcc-4.7.3, glibc-2.17, 3.10.7-gentoo x86_64)
=================================================================
System Settings
=================================================================
System uname: Linux-3.10.7-gentoo-x86_64-Intel-R-_Core-TM-_i5-2310_CPU_@_2.90GHz-with-gentoo-2.2
KiB Mem: 3933576 total, 542308 free
KiB Swap: 0 total, 0 free
Timestamp of tree: Sun, 20 Apr 2014 15:45:01 +0000
ld GNU ld (GNU Binutils) 2.23.2
app-shells/bash: 4.2_p45
dev-java/java-config: 2.1.12-r1
dev-lang/python: 2.7.5-r3, 3.2.5-r3, 3.3.3
dev-util/cmake: 2.8.10.2-r2
dev-util/pkgconfig: 0.28
sys-apps/baselayout: 2.2
sys-apps/openrc: 0.12.4
sys-apps/sandbox: 2.6-r1
sys-devel/autoconf: 2.13, 2.69
sys-devel/automake: 1.10.3, 1.11.6, 1.12.6, 1.13.4
sys-devel/binutils: 2.23.2
sys-devel/gcc: 4.6.3, 4.7.3-r1
sys-devel/gcc-config: 1.7.3
sys-devel/libtool: 2.4.2
sys-devel/make: 3.82-r4
sys-kernel/linux-headers: 3.9 (virtual/os-headers)
sys-libs/glibc: 2.17
Repositories: gentoo
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-ggdb -Wextra -Wall -O2 -pipe -march=native"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-ggdb -Wextra -Wall -O2 -pipe -march=native"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs candy config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://gentoo.iteam.net.ua/"
LANG="ru_RU.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.ua.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi aes alsa amd64 amr apng autotools avx avx256 bash-completion berkdb bindist bzip2 cairo cdr cli cracklib crypt cscope ctype cups curl cxx dbus devhelp dga djvu dri dri3 dv dvb dvd dvdr egl enca encode enscript exif fbcon ffmpeg fftw flac fontconfig fortran ftp g3dvl gallium gd gdbm gflags gif gimp git glade glut gmp gpm graphviz gsm gstreamer gtk gtk2 gtk3 gzip hpcups iconv icu idn imlib infinality introspection ipv6 java jit jpeg jpeg2k lame lcms ldap libass libkms libsamplerate lm_sensors lzma lzo mac mad matroska matrox mime mmx mmxext modules mp3 mp4 mpeg mpi mplayer multilib nas ncurses nls nptl ogg openal opencl openexr opengl openmp openvg optimization pam pango pch pcre pdf perl png posix postgres postscript profile python qt3support qt4 quicktime raw readline samba scanner session shm smp sqlite sqlite3 sse sse2 sse3 sse4 sse4_1 sse4_2 ssl ssse3 svg sysvipc t1lib tcpd theora threads tiff tk truetype twolame udev unicode utils v4l vdpau vim-syntax vorbis vpx wavpack x264 xcb xcomposite xft xml xmlreader xmlwriter xorg xpm xslt xv xvid xvmc zip zlib zsh-completion" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="ru en" NETBEANS_MODULES="mobility apisupport profiler" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" SANE_BACKENDS="mustek mustek_pp mustek_usb" USERLAND="GNU" VIDEO_CARDS="i915 intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
USE_PYTHON="2.7 3.3"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Fwd: OpenSP build fails
2014-04-22 15:40 ` [gentoo-user] Fwd: OpenSP build fails Nikita Tropin
2014-04-22 15:40 ` [gentoo-user] " Nikita Tropin
@ 2014-04-22 16:23 ` Edward M
2014-04-22 19:05 ` Nikita Tropin
2014-04-23 16:36 ` [gentoo-user] " Stroller
2 siblings, 1 reply; 17+ messages in thread
From: Edward M @ 2014-04-22 16:23 UTC (permalink / raw
To: gentoo-user
On 4/22/2014 8:40 AM, Nikita Tropin wrote:
> Hi, I'm trying to update Gentoo with
> I_KNOW_WHAT_I_AM_DOING=1 emerge --deep --update --newuse
> --with-bdeps=y @world
Hello,
I've seen that flag used before where the one is in quotation
marks, it may help:
I_KNOW_WHAT_I_AM_DOING="1" emerge --deep --update --newuse
--with-bdeps=y @world
Best regards
ed
--
Running: Gentoo w/ Systemd
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Fwd: OpenSP build fails
2014-04-22 16:23 ` [gentoo-user] Fwd: " Edward M
@ 2014-04-22 19:05 ` Nikita Tropin
2014-04-22 19:53 ` Edward M
0 siblings, 1 reply; 17+ messages in thread
From: Nikita Tropin @ 2014-04-22 19:05 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1019 bytes --]
Problem is not in this environment variable(which influence on few packages
like webkit-gtk, libreoffice) but in OpenSP package which has no common
with it. I mentioned about I_KNOW_WHAT_I_AM_DOING=1 to not create
additional questions about why I'm use it. However, as we calling emerge
from terminal and using shell(most of all POSIX compliant), we can use both
syntax, your and my and it will be correct.
However, I tried your version, it doesn't work.
2014-04-22 19:23 GMT+03:00 Edward M <edwardmartinez@openmailbox.org>:
> On 4/22/2014 8:40 AM, Nikita Tropin wrote:
>
>> Hi, I'm trying to update Gentoo with
>> I_KNOW_WHAT_I_AM_DOING=1 emerge --deep --update --newuse --with-bdeps=y
>> @world
>>
>
> Hello,
>
> I've seen that flag used before where the one is in quotation
> marks, it may help:
> I_KNOW_WHAT_I_AM_DOING="1" emerge --deep --update --newuse
> --with-bdeps=y @world
>
> Best regards
> ed
>
> --
> Running: Gentoo w/ Systemd
>
>
>
--
Regards,
Nikita
[-- Attachment #2: Type: text/html, Size: 1699 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Fwd: OpenSP build fails
2014-04-22 19:05 ` Nikita Tropin
@ 2014-04-22 19:53 ` Edward M
0 siblings, 0 replies; 17+ messages in thread
From: Edward M @ 2014-04-22 19:53 UTC (permalink / raw
To: gentoo-user
On 4/22/2014 12:05 PM, Nikita Tropin wrote:
> Problem is not in this environment variable(which influence on few
> packages like webkit-gtk, libreoffice) but in OpenSP package which has
> no common with it. I mentioned about I_KNOW_WHAT_I_AM_DOING=1 to not
> create additional questions about why I'm use it. However, as we
> calling emerge from terminal and using shell(most of all POSIX
> compliant), we can use both syntax, your and my and it will be correct.
>
> However, I tried your version, it doesn't work.
Sorry, I was not of any help. I decided I would give it a try,
since i have seen that before.
Thank you for the reply and explanation
Best regards
ed
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] OpenSP build fails
2014-04-22 15:40 ` [gentoo-user] Fwd: OpenSP build fails Nikita Tropin
2014-04-22 15:40 ` [gentoo-user] " Nikita Tropin
2014-04-22 16:23 ` [gentoo-user] Fwd: " Edward M
@ 2014-04-23 16:36 ` Stroller
2014-04-23 16:49 ` Stroller
2 siblings, 1 reply; 17+ messages in thread
From: Stroller @ 2014-04-23 16:36 UTC (permalink / raw
To: gentoo-user
On Tue, 22 April 2014, at 4:40 pm, Nikita Tropin <posixivist32@gmail.com> wrote:
> Hi, I'm trying to update Gentoo with
> I_KNOW_WHAT_I_AM_DOING=1 emerge --deep --update --newuse --with-bdeps=y @world
> …
>
> … but po4a, man-db(nls), openjade, virtual/man and man-pages-3.63 depends on OpenSP.
I don't immediately see how.
Is it possible you could post the full output of `emerge --pretend --deep --update --newuse --with-bdeps=y @world`, please?
Stroller
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] OpenSP build fails
2014-04-23 16:36 ` [gentoo-user] " Stroller
@ 2014-04-23 16:49 ` Stroller
2014-04-23 18:20 ` Nikita Tropin
0 siblings, 1 reply; 17+ messages in thread
From: Stroller @ 2014-04-23 16:49 UTC (permalink / raw
To: gentoo-user
On Wed, 23 April 2014, at 5:36 pm, Stroller <stroller@stellar.eclipse.co.uk> wrote:
> On Tue, 22 April 2014, at 4:40 pm, Nikita Tropin <posixivist32@gmail.com> wrote:
>
>> Hi, I'm trying to update Gentoo with
>> I_KNOW_WHAT_I_AM_DOING=1 emerge --deep --update --newuse --with-bdeps=y @world
>> …
>>
>> … but po4a, man-db(nls), openjade, virtual/man and man-pages-3.63 depends on OpenSP.
>
> I don't immediately see how.
>
> Is it possible you could post the full output of `emerge --pretend --deep --update --newuse --with-bdeps=y @world`, please?
Sorry, that should say:
Could you post the full output of `emerge --pretend --verbose --deep --update --newuse --with-bdeps=y @world`, please?
Stroller.
(PS: my last reply didn't show in the original thread on my client - if it's showing that way for others then I apologise, I have no idea why)
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] OpenSP build fails
2014-04-23 16:49 ` Stroller
@ 2014-04-23 18:20 ` Nikita Tropin
2014-04-23 23:33 ` Stroller
2014-04-23 23:54 ` Stroller
0 siblings, 2 replies; 17+ messages in thread
From: Nikita Tropin @ 2014-04-23 18:20 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1.1: Type: text/plain, Size: 1241 bytes --]
`emergepv' is output from emerge --pretend --verbose --deep --update
--newuse --with-bdeps=y @world and `emergepv_mask' is the same output but
with explicitly masked opensp in package.mask.
2014-04-23 19:49 GMT+03:00 Stroller <stroller@stellar.eclipse.co.uk>:
>
> On Wed, 23 April 2014, at 5:36 pm, Stroller <
> stroller@stellar.eclipse.co.uk> wrote:
> > On Tue, 22 April 2014, at 4:40 pm, Nikita Tropin <posixivist32@gmail.com>
> wrote:
> >
> >> Hi, I'm trying to update Gentoo with
> >> I_KNOW_WHAT_I_AM_DOING=1 emerge --deep --update --newuse --with-bdeps=y
> @world
> >> …
> >>
> >> … but po4a, man-db(nls), openjade, virtual/man and man-pages-3.63
> depends on OpenSP.
> >
> > I don't immediately see how.
> >
> > Is it possible you could post the full output of `emerge --pretend
> --deep --update --newuse --with-bdeps=y @world`, please?
>
> Sorry, that should say:
>
> Could you post the full output of `emerge --pretend --verbose --deep
> --update --newuse --with-bdeps=y @world`, please?
>
>
> Stroller.
>
>
> (PS: my last reply didn't show in the original thread on my client - if
> it's showing that way for others then I apologise, I have no idea why)
>
--
Regards,
Nikita
[-- Attachment #1.2: Type: text/html, Size: 1886 bytes --]
[-- Attachment #2: emergepv --]
[-- Type: application/octet-stream, Size: 25866 bytes --]
These are the packages that would be merged, in order:
Calculating dependencies ...... ..... done!
[ebuild N ] app-text/opensp-1.5.2-r3 USE="nls -doc -static-libs {-test}" 0 kB
[ebuild U ] dev-libs/libcdio-0.90-r1 [0.83] USE="cxx -cddb -minimal -static-libs {-test%}" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild R ] app-portage/eix-0.29.3 USE="dep nls optimization sqlite zsh-completion (-clang) -debug* -doc* -security -strong-optimization -strong-security -swap-remote -tools" LINGUAS="ru -de" 0 kB
[ebuild U ] app-arch/sharutils-4.14-r1 [4.13.5] USE="nls" 0 kB
[ebuild N ] app-text/openjade-1.3.2-r6 USE="-static-libs" 0 kB
[ebuild R ] sci-libs/fftw-3.3.3-r2:3.0 USE="avx* fortran mpi* openmp sse sse2 threads (-altivec) -doc -fma (-neon) -quad -static-libs {-test} (-zbus)" ABI_X86="(64) (-32) (-x32)" 0 kB
[ebuild U ] app-admin/syslog-ng-3.4.7 [3.2.5] USE="ipv6 pcre ssl tcpd -caps -dbi% -geoip% -json% -mongodb% -smtp% -spoof-source -systemd% (-hardened%) (-selinux%) (-sql%)" 0 kB
[ebuild R ] dev-qt/qtcore-4.8.5-r1:4 USE="exceptions glib iconv icu pch qt3support ssl (-aqua) -debug*" 0 kB
[ebuild R ] dev-qt/qtscript-4.8.5:4 USE="exceptions iconv jit pch (-aqua) -debug*" 0 kB
[ebuild R ] dev-qt/qtgui-4.8.5-r1:4 USE="accessibility cups egl* exceptions glib nas pch qt3support tiff xv (-aqua) -debug* -gtkstyle -mng -nis -trace -xinerama" 0 kB
[ebuild R ] dev-qt/qtsvg-4.8.5:4 USE="accessibility exceptions pch (-aqua) -debug*" 0 kB
[ebuild R ] dev-qt/qtxmlpatterns-4.8.5:4 USE="pch (-aqua) -debug*" 0 kB
[ebuild U ] dev-cpp/atkmm-2.22.7 [2.22.6] USE="-doc" 0 kB
[ebuild R ] dev-libs/json-glib-0.16.2 USE="introspection -debug*" 0 kB
[ebuild U ] gnome-base/gsettings-desktop-schemas-3.10.1 [3.6.1] USE="introspection" 0 kB
[ebuild U ] x11-libs/gdk-pixbuf-2.30.7:2 [2.30.6:2] USE="X introspection jpeg jpeg2k tiff -debug {-test}" 0 kB
[ebuild R ] dev-qt/qtopengl-4.8.5:4 USE="egl* exceptions pch qt3support (-aqua) -debug*" 0 kB
[ebuild U ] app-cdr/cdrtools-3.01_alpha17 [3.00] USE="acl filecaps%* nls%* unicode" 0 kB
[ebuild R ] app-doc/doxygen-1.8.3.1 USE="qt4* -debug -doc -dot -latex" LINGUAS="ru -af -ar -ca -cs -da -de -el -eo -es -fa -fi -fr -hr -hu -hy -id -it -ja -ko -lt -mk -nb -nl -pl -pt -pt_BR -ro -sk -sl -sr -sv -tr -uk -vi -zh" 0 kB
[ebuild R ] sys-apps/util-linux-2.22.2 USE="cramfs crypt ncurses nls perl* udev* unicode -ddate -old-linux (-selinux) -slang -static-libs -suid* {-test}" 0 kB
[ebuild U ] x11-libs/libSM-1.2.2 [1.2.1] USE="ipv6 uuid -doc -static-libs" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild U ] x11-libs/libXt-1.1.4 [1.1.3] USE="-static-libs" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild U ] x11-libs/libXmu-1.1.2 [1.1.1] USE="ipv6 -doc -static-libs" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild U ] sys-apps/dbus-1.6.18-r1 [1.6.10] USE="X -debug -doc (-selinux) -static-libs -systemd {-test}" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild U ] x11-libs/libXpm-3.5.11 [3.5.10] USE="-static-libs" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild U ] x11-libs/libXaw-1.0.12 [1.0.11-r1] USE="-deprecated -doc -static-libs" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild U ] media-libs/nas-1.9.4 [1.9.2] USE="-doc -static-libs%" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild U ] app-accessibility/at-spi2-core-2.10.2:2 [2.8.0:2] USE="X%* introspection" 0 kB
[ebuild U ] x11-apps/xset-1.2.3 [1.2.2] 0 kB
[ebuild U ] app-accessibility/at-spi2-atk-2.10.2:2 [2.8.1:2] USE="{-test}" 0 kB
[ebuild U ] dev-libs/dbus-glib-0.100.2-r1 [0.100.2] USE="-debug -doc -static-libs {-test}" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild U ] x11-apps/xauth-1.0.8 [1.0.7] USE="ipv6" 0 kB
[ebuild U ] x11-apps/xrdb-1.1.0 [1.0.9] 0 kB
[ebuild U ] x11-apps/xinit-1.3.3 [1.3.2] USE="minimal" 0 kB
[ebuild R ] x11-libs/fltk-1.3.2:1 USE="cairo opengl pdf threads xft -debug* -doc -examples -games -static-libs -xinerama" 0 kB
[ebuild U ] virtual/libusb-1-r1:1 [1:1] USE="udev%*" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild R ] dev-lang/python-2.7.5-r3:2.7 USE="gdbm ipv6 ncurses readline sqlite ssl threads tk* (wide-unicode) xml -berkdb -build -doc -examples -hardened -wininst" 0 kB
[ebuild U ] media-libs/alsa-lib-1.0.27.2 [1.0.26-r1] USE="python -alisp -debug -doc" ABI_X86="(64%*) (-32) (-x32)" PYTHON_SINGLE_TARGET="python2_7 (-python2_6%)" PYTHON_TARGETS="python2_7 (-python2_6%)" 0 kB
[ebuild U ] dev-python/pygobject-2.28.6-r55:2 [2.28.6-r53:2] USE="-examples -libffi {-test}" PYTHON_TARGETS="python2_7 -python2_6" 0 kB
[ebuild U ] app-crypt/mit-krb5-1.11.4 [1.11.1] USE="keyutils pkinit threads -doc -openldap {-test} -xinetd" 0 kB
[ebuild R ] dev-util/boost-build-1.52.0-r1 USE="python* -examples {-test}" 0 kB
[ebuild U ] media-libs/libsndfile-1.0.25-r1 [1.0.25] USE="alsa sqlite -minimal -static-libs {-test%}" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild U ] sys-libs/libieee1284-0.2.11-r3 [0.2.11-r2] USE="python -doc -static-libs" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild R ] media-gfx/sane-backends-1.0.24-r1 USE="ipv6 threads usb v4l* -avahi -doc -gphoto2 -snmp -systemd -xinetd" SANE_BACKENDS="mustek mustek_pp mustek_usb -abaton -agfafocus -apple -artec -artec_eplus48u -as6e -avision -bh -canon -canon630u -canon_dr -canon_pp -cardscan -coolscan -coolscan2 -coolscan3 -dc210 -dc240 -dc25 -dell1600n_net -dmc -epjitsu -epson -epson2 -fujitsu -genesys -gt68xx -hp -hp3500 -hp3900 -hp4200 -hp5400 -hp5590 -hpljm1005 -hpsj5s -hs2p -ibm -kodak -kodakaio -kvs1025 -kvs20xx -kvs40xx -leo -lexmark -ma1509 -magicolor -matsushita -microtek -microtek2 -mustek_usb2 -nec -net -niash -p5 -pie -pixma -plustek -plustek_pp -pnm -qcam -ricoh -rts8891 -s9036 -sceptre -sharp -sm3600 -sm3840 -snapscan -sp15c -st400 -stv680 -tamarack -teco1 -teco2 -teco3 {-test} -u12 -umax -umax1220u -umax_pp -xerox_mfp" 0 kB
[ebuild R ] dev-libs/botan-1.10.3 USE="bindist bzip2 gmp* ssl threads zlib" 0 kB
[ebuild U ] media-sound/alsa-utils-1.0.27.2:0.9 [1.0.26-r2:0.9] USE="libsamplerate ncurses nls -doc (-selinux) (-minimal%)" 0 kB
[ebuild N ] sys-libs/tevent-0.9.19 PYTHON_SINGLE_TARGET="python2_7 -python2_6" PYTHON_TARGETS="python2_7 -python2_6" 0 kB
[ebuild R ] dev-lang/python-3.3.3:3.3 USE="gdbm ipv6 ncurses readline sqlite ssl threads tk xml -build -doc* -examples -hardened -wininst" 0 kB
[ebuild R ] dev-libs/libxml2-2.9.1-r1:2 USE="icu ipv6 lzma python readline -debug* -examples -static-libs {-test}" PYTHON_TARGETS="python2_7 python3_3 -python2_6 -python3_2" 0 kB
[ebuild U ] x11-misc/shared-mime-info-1.2-r1 [1.0] USE="{-test%}" 0 kB
[ebuild U ] sys-apps/file-5.17 [5.12-r1] USE="python* zlib -static-libs" PYTHON_TARGETS="python2_7%* python3_3%* -python2_6% -python3_2%" 0 kB
[ebuild N ] dev-python/pyelftools-0.21-r4 PYTHON_TARGETS="python2_7 python3_3 -python2_6 -python3_2" 0 kB
[ebuild U ] app-misc/pax-utils-0.7 [0.4] USE="python%* -caps" 0 kB
[ebuild N ] sys-libs/libcap-ng-0.7.3 USE="python -static-libs" 0 kB
[ebuild R ] dev-libs/libxslt-1.1.28-r1 USE="crypt python* -debug -static-libs" PYTHON_TARGETS="python2_7 -python2_6 (-python2_5%)" 0 kB
[ebuild U ] x11-misc/xdg-utils-1.1.0_rc2 [1.1.0_rc1_p20120319] USE="perl -doc" 0 kB
[ebuild R ] app-arch/libarchive-3.1.2-r1:0/13 USE="acl bzip2 e2fsprogs iconv lzma lzo* zlib -expat -nettle -static-libs -xattr" 0 kB
[ebuild U ] app-text/gnome-doc-utils-0.20.10-r1 [0.20.10] PYTHON_TARGETS="python2_7%* -python2_6%" 0 kB
[ebuild U ] media-libs/libvisio-0.0.30 [0.0.28] USE="-doc -static-libs" 0 kB
[ebuild U ] net-libs/neon-0.30.0:0/27 [0.29.6-r2:0/0] USE="nls ssl zlib -doc -expat -gnutls -kerberos -libproxy -pkcs11 -static-libs" LINGUAS="ru -cs -de -fr -ja -nn -pl -tr -zh_CN" 0 kB
[ebuild R ] app-text/liblangtag-0.5.1 USE="introspection* -static-libs {-test}" 0 kB
[ebuild U ] x11-themes/gnome-icon-theme-3.10.0 [3.6.2] USE="-branding" 0 kB
[ebuild U ] app-admin/eselect-1.4.1 [1.3.4] USE="vim-syntax%* -doc -emacs%" 0 kB
[ebuild N ] app-vim/eselect-syntax-20070506 0 kB
[ebuild U ] dev-java/java-config-2.2.0:2 [2.1.12-r1:2] PYTHON_TARGETS="python2_7 python3_3* -python2_6 -python3_2*" 0 kB
[ebuild R ] dev-lang/python-3.2.5-r3:3.2 USE="gdbm ipv6 ncurses readline sqlite ssl threads tk* (wide-unicode) xml -build -doc -examples -hardened -wininst" 0 kB
[ebuild U ] dev-python/numpy-1.8.0-r1 [1.6.2-r2] USE="-doc -lapack {-test}" PYTHON_TARGETS="python2_7 python3_3%* -python2_6 -python3_2* (-python3_4) (-python2_5%) (-python3_1%)" 0 kB
[ebuild R ] dev-python/pygments-1.6 USE="-doc {-test}" PYTHON_TARGETS="python2_7 python3_3* (-pypy) -python2_6 -python3_2* (-pypy1_9%) (-pypy2_0%) (-python2_5%) (-python3_1%)" 0 kB
[ebuild R ] dev-python/docutils-0.10 USE="-glep" PYTHON_TARGETS="python2_7 python3_3* (-pypy) -python2_6 -python3_2* (-pypy1_9%) (-pypy2_0%) (-python2_5%) (-python3_1%)" 0 kB
[ebuild U ] media-sound/mpg123-1.15.4 [1.14.4] USE="alsa ipv6 nas* sse (-3dnow) (-3dnowext) (-altivec) (-coreaudio) -int-quality -jack (-mmx) -oss -portaudio -pulseaudio -sdl" 0 kB
[ebuild N ] dev-libs/libcdio-paranoia-0.90_p1-r1 USE="cxx -static-libs {-test}" ABI_X86="(64) (-32) (-x32)" 0 kB
[ebuild U ] dev-python/pillow-2.4.0 [2.0.0-r1] USE="jpeg jpeg2k%* lcms scanner tiff tk* truetype zlib -doc -examples {-test} -webp" PYTHON_TARGETS="python2_7 python3_3 -python2_6 -python3_2* (-python3_4)" 0 kB
[ebuild N ] app-admin/eselect-bashcomp-1.3.6 0 kB
[ebuild U ] net-fs/cifs-utils-6.1-r1 [5.9-r1] USE="acl%* ads* caps caps-ng* -creds (-upcall%)" 0 kB
[ebuild R ] app-editors/vim-7.3.762 USE="X* acl cscope gpm* nls perl* python -debug -minimal -ruby -vim-pager" 0 kB
[ebuild U ] app-vim/gtk-syntax-20130716 [20121015] 0 kB
[ebuild N ] app-vim/pam-syntax-20060424 0 kB
[ebuild N ] app-admin/eselect-java-0.1.0 0 kB
[uninstall ] app-admin/eselect-ecj-0.7
[blocks b ] app-admin/eselect-java ("app-admin/eselect-java" is blocking app-admin/eselect-ecj-0.7)
[blocks b ] app-admin/eselect-ecj ("app-admin/eselect-ecj" is blocking app-admin/eselect-java-0.1.0)
[ebuild U ] app-vim/gentoo-syntax-20130619 [20120109] USE="-ignore-glep31" 0 kB
[ebuild U ] app-admin/eselect-ctags-1.15 [1.14] 0 kB
[ebuild U ] dev-python/cython-0.19.1 [0.16] USE="-doc {-test%} (-examples%) (-numpy%)" PYTHON_TARGETS="python2_7%* python3_3%* -python2_6% -python3_2%" 0 kB
[ebuild U ] dev-util/scons-2.3.0 [2.2.0] USE="-doc" PYTHON_TARGETS="python2_7%* -python2_6%" 0 kB
[ebuild R ] dev-qt/qtdbus-4.8.5:4 USE="exceptions pch (-aqua) -debug*" 0 kB
[ebuild U ] x11-apps/xhost-1.0.6 [1.0.5] USE="ipv6" 0 kB
[ebuild U ] x11-apps/bitmap-1.0.7 [1.0.6] 0 kB
[ebuild U ] x11-apps/xkbutils-1.0.4 [1.0.3] 0 kB
[ebuild U ] x11-apps/xsetroot-1.1.1 [1.1.0] 0 kB
[ebuild U ] x11-apps/appres-1.0.4 [1.0.3] 0 kB
[ebuild U ] x11-apps/xwd-1.0.6 [1.0.5] 0 kB
[ebuild U ] x11-apps/xkill-1.0.4 [1.0.3] 0 kB
[ebuild U ] media-libs/mutagen-1.22 [1.20] USE="-doc% {-test}" PYTHON_TARGETS="python2_7%*" 0 kB
[ebuild R ] virtual/python-imaging-2 USE="jpeg%* tk*" PYTHON_TARGETS="python2_7 python3_3* -python2_6 -python3_2*" 0 kB
[ebuild U ] net-print/cups-1.7.1-r1 [1.7.1] USE="X acl dbus java* pam python ssl threads -debug* -gnutls -kerberos -lprng-compat (-selinux) -static-libs -systemd% -usb* -xinetd -zeroconf" LINGUAS="ru -ca -es -fr -it -ja" PYTHON_SINGLE_TARGET="python2_7 -python2_6" PYTHON_TARGETS="python2_7 -python2_6" 0 kB
[ebuild R ] sys-libs/db-4.8.30:4.8 USE="cxx java* -doc -examples -tcl {-test}" 0 kB
[ebuild R ] net-nds/openldap-2.4.35-r1 USE="berkdb crypt icu ipv6 perl* samba ssl syslog tcpd -cxx -debug -experimental -gnutls -iodbc -kerberos -minimal -odbc -overlays -sasl (-selinux) -slp -smbkrb5passwd" 0 kB
[ebuild R ] net-dns/libidn-1.28 USE="java* nls -doc -emacs -mono -static-libs" 0 kB
[ebuild U ] net-misc/curl-7.36.0 [7.30.0] USE="idn* ipv6 ldap* ssl threads* -adns -kerberos -metalink -rtmp -ssh -static-libs {-test}" CURL_SSL="openssl -axtls -cyassl -gnutls -nss -polarssl" 0 kB
[ebuild U ] dev-db/postgresql-base-9.3.3:9.3 [9.3.2:9.3] USE="ldap* nls pam python* readline ssl threads zlib -doc -kerberos -pg_legacytimestamp" LINGUAS="en ru -af -cs -de -es -fa -fr -hr -hu -it -ko -nb -pl -pt_BR -ro -sk -sl -sv -tr -zh_CN -zh_TW" PYTHON_SINGLE_TARGET="python2_7 -python2_6 -python3_2 -python3_3" PYTHON_TARGETS="python2_7 python3_3 -python2_6 -python3_2" 0 kB
[ebuild R ] dev-qt/qtsql-4.8.5:4 USE="exceptions pch postgres qt3support sqlite (-aqua) -debug* -firebird -freetds -mysql* -oci8 -odbc" 0 kB
[ebuild R ] dev-qt/qt3support-4.8.5:4 USE="accessibility exceptions pch (-aqua) -debug*" 0 kB
[ebuild U ] net-fs/samba-3.6.23 [3.6.12] USE="acl aio client cups ldap netapi pam readline server smbclient winbind -addns -ads -avahi -caps -cluster -debug -dmapi -doc -examples -fam -ldb -quota (-selinux) -smbsharemodes -swat -syslog" 0 kB
[ebuild R ] media-libs/libjpeg-turbo-1.3.0-r3 USE="java* -static-libs" ABI_X86="(64) (-32) (-x32)" 0 kB
[ebuild U ] sys-apps/man-db-2.6.6 [2.6.5] USE="berkdb gdbm nls zlib (-selinux) -static-libs" 0 kB
[ebuild R ] net-misc/wget-1.14 USE="idn* ipv6 nls pcre ssl zlib -debug -gnutls -ntlm -static -uuid" 0 kB
[ebuild R ] net-misc/iputils-20121221 USE="idn* ipv6 ssl -SECURITY_HAZARD -caps -doc -gnutls -static" 0 kB
[ebuild U ] dev-util/cmake-2.8.12.2 [2.8.10.2-r2] USE="ncurses qt4* -emacs (-qt5) {-test} (-vim-syntax%*)" 0 kB
[ebuild rR ] media-libs/raptor-2.0.9:2 USE="curl unicode -debug -json -static-libs" 0 kB
[ebuild N ] dev-libs/cyrus-sasl-2.1.26-r3:2 USE="berkdb gdbm java pam postgres sqlite ssl -authdaemond -kerberos -ldapdb -mysql -openldap -sample -srp -static-libs -urandom" 0 kB
[ebuild R ] media-libs/libcaca-0.99_beta17 USE="X cxx imlib java* ncurses opengl truetype -doc -mono (-ruby) -slang -static-libs" 0 kB
[ebuild R ] dev-qt/qthelp-4.8.5-r2:4 USE="exceptions pch (-aqua) -compat -debug* -doc*" 0 kB
[ebuild R ] dev-qt/qtdeclarative-4.8.5:4 USE="accessibility exceptions pch qt3support (-aqua) -debug* -webkit" 0 kB
[ebuild R ] dev-qt/designer-4.8.5:4 USE="exceptions pch qt3support (-aqua) -debug* -declarative (-phonon) -webkit" 0 kB
[ebuild R ] net-ftp/pure-ftpd-1.0.36 USE="ldap pam postgres* ssl -anondel -anonperm -anonren -anonres* -caps -charconv* -mysql -noiplog* -paranoidmsg -resolveids (-selinux) -sysquota -vchroot -xinetd" 0 kB
[ebuild R ] app-text/poppler-0.24.5:0/44 USE="cairo curl cxx introspection jpeg jpeg2k lcms png qt4* tiff utils -cjk -debug* -doc" 0 kB
[ebuild U ] virtual/man-0-r1 [0] 0 kB
[ebuild R ] media-gfx/graphite2-1.2.1 USE="perl* {-test}" 0 kB
[ebuild U ] app-misc/mc-4.8.11 [4.8.7] USE="X edit gpm mclib nls samba* slang xdg -sftp -spell {-test}" 0 kB
[ebuild U ] media-libs/openal-1.15.1-r2 [1.15.1] USE="alsa sse (-coreaudio) -debug (-neon) -oss -portaudio -pulseaudio (-alstream%)" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild U ] net-libs/libproxy-0.4.11-r1 [0.4.10-r1] USE="perl* python -gnome -kde -mono -networkmanager -spidermonkey {-test} -webkit" PYTHON_TARGETS="python2_7%* -python2_6%" 0 kB
[ebuild U ] dev-cpp/clucene-2.3.3.4-r5:1 [2.3.3.4-r4:1] USE="-debug -doc -static-libs" 0 kB
[ebuild R ] dev-libs/rasqal-0.9.29 USE="crypt gmp* mhash pcre xml* -doc -static-libs {-test}" 0 kB
[ebuild R ] net-print/cups-filters-1.0.43-r1 USE="dbus foomatic jpeg perl* png tiff -static-libs -zeroconf" 0 kB
[ebuild U ] net-libs/glib-networking-2.38.2 [2.32.3] USE="libproxy ssl -gnome -smartcard {-test}" 0 kB
[ebuild R ] dev-libs/redland-1.0.16 USE="berkdb postgres* sqlite ssl xml -iodbc -mysql -odbc -static-libs" 0 kB
[ebuild U ] x11-libs/pango-1.36.3 [1.36.2] USE="X introspection -debug" 0 kB
[ebuild U ] sys-apps/man-pages-3.63 [3.57] USE="nls" LINGUAS="ru -da -de -fr -it -ja -nl -pl -ro -zh_CN" 0 kB
[ebuild U ] net-libs/libsoup-2.44.2:2.4 [2.42.3.1:2.4] USE="introspection samba* ssl -debug* {-test}" 0 kB
[ebuild U ] x11-libs/gtk+-2.24.23:2 [2.24.22:2] USE="cups introspection vim-syntax (-aqua) -debug* -examples {-test} -xinerama" 0 kB
[ebuild U ] gnome-base/librsvg-2.40.1-r1:2 [2.36.4:2] USE="introspection -tools -vala (-gtk%*)" 0 kB
[ebuild R ] media-video/ffmpeg-1.0.8 USE="X aac alsa amr avx* bindist bzip2 cdio encode fontconfig gsm hardcoded-tables jpeg2k libass mmx mmxext mp3 network openal ssse3 theora threads truetype twolame v4l vaapi vdpau vorbis vpx x264 xvid zlib -3dnow -3dnowext -aacplus (-altivec) -bluray (-celt) -cpudetection* -debug* -doc -examples -faac -fdk -flite -frei0r -gnutls -iec61883 -ieee1394 -jack -libcaca -libv4l -modplug (-neon) -openssl -opus -oss -pic -pulseaudio -rtmp -schroedinger -sdl* -speex -static-libs {-test} (-vis)" FFTOOLS="aviocat cws2fws ffeval fourcc2pixfmt graph2dot ismindex pktdumper qt-faststart trasher" 0 kB
[ebuild U ] media-libs/cogl-1.16.2:1.0/15 [1.14.1_pre20130901-r1:1.0/12] USE="introspection opengl pango -debug* -examples -gles2 (-gstreamer) {-test}" 0 kB
[ebuild U ] x11-libs/gtk+-3.10.8:3 [3.10.7:3] USE="X cups introspection vim-syntax (-aqua) -colord -debug -examples (-packagekit) {-test} -wayland -xinerama" 0 kB
[ebuild R ] app-crypt/pinentry-0.8.2 USE="gtk ncurses qt4* -caps -static" 0 kB
[ebuild R ] media-gfx/graphviz-2.26.3-r4 USE="cairo gtk java nls perl* python -doc -examples -lasi -ruby -static-libs -tcl" 0 kB
[ebuild R ] app-text/djvu-3.5.25.3 USE="jpeg* tiff* xml* -debug -doc" 0 kB
[ebuild R ] media-gfx/gtkimageview-1.6.4 USE="-debug* -doc -examples -static-libs {-test}" 0 kB
[ebuild U ] www-client/firefox-bin-24.4.0 [24.3.0] USE="-startup-notification*" LINGUAS="ru -af -ak -ar -as -ast -be -bg -bn_BD -bn_IN -br -bs -ca -cs -csb -cy -da -de -el -en_GB -en_ZA -eo -es_AR -es_CL -es_ES -es_MX -et -eu -fa -fi -fr -fy_NL -ga_IE -gd -gl -gu_IN -he -hi_IN -hr -hu -hy_AM -id -is -it -ja -kk -kn -ko -ku -lg -lt -lv -mai -mk -ml -mr -nb_NO -nl -nn_NO -nso -or -pa_IN -pl -pt_BR -pt_PT -rm -ro -si -sk -sl -son -sq -sr -sv_SE -ta -ta_LK -te -th -tr -uk -vi -zh_CN -zh_TW -zu" 0 kB
[ebuild R ] app-office/libreoffice-bin-4.1.4.2 USE="java* (-aqua) -gnome -kde" PYTHON_SINGLE_TARGET="python2_7 -python3_3" PYTHON_TARGETS="python2_7 python3_3" 0 kB
[ebuild U ] dev-python/pygtk-2.24.0-r4:2 [2.24.0-r3:2] USE="-doc -examples {-test}" PYTHON_TARGETS="python2_7 -python2_6" 0 kB
[ebuild U ] app-crypt/gnupg-2.0.22 [2.0.20] USE="bzip2 ldap* nls readline -adns -doc -mta (-selinux) -smartcard -static -usb" 0 kB
[ebuild R ] app-text/asciidoc-8.6.5 USE="graphviz* vim-syntax -examples -highlight {-test}" 0 kB
[ebuild U ] media-libs/clutter-1.16.4-r1:1.0 [1.14.6:1.0] USE="gtk introspection -debug* -doc {-test}" 0 kB
[ebuild R ] media-libs/gegl-0.2.0-r2 USE="cairo ffmpeg jpeg jpeg2k mmx openexr png raw sse svg -debug* -lensfun -sdl* -umfpack" 0 kB
[ebuild R ] media-sound/mpd-0.17.6 USE="alsa bzip2 curl ffmpeg fifo flac id3tag ipv6 lame libsamplerate mad mpg123 network ogg openal sqlite tcpd twolame* unicode vorbis wavpack zip* -ao -audiofile -cdio -debug -faad -fluidsynth -gme -inotify -jack -lastfmradio -mikmod -mms -modplug -musepack -oss -pipe -pulseaudio -recorder -sid -sndfile -soundcloud -soup -systemd -wildmidi -zeroconf" 0 kB
[ebuild R ] media-video/mplayer2-2.0_p20130126 USE="X a52 alsa cdio dts dv dvb dvd dvdnav faad fbcon ftp gif iconv ipv6 jpeg lcms libass libcaca mad mmx mmxext mp3 network opengl png postproc pvr rar rtc samba* shm speex sse sse2 ssse3 theora unicode v4l vdpau vorbis xv xvid -3dnow -3dnowext (-altivec) (-aqua) -bluray -bs2b -cddb -cpudetection -debug* -directfb -doc -enca -jack -joystick -ladspa -lirc -md5sum -mng -nut -oss -pnm -portaudio -pulseaudio -quvi -radio -sdl (-selinux) -symlink -tga -vcd -xanim -xinerama -xscreensaver -yuv4mpeg" 0 kB
[ebuild R ] app-dicts/stardict-quick-ru-en-2.4.2 USE="gzip*" 0 kB
[ebuild R ] app-dicts/stardict-freedict-eng-rus-2.4.2 USE="gzip*" 0 kB
[ebuild U ] dev-cpp/gtkmm-2.24.4:2.4 [2.24.2:2.4] USE="doc* examples* {-test}" 0 kB
[ebuild U ] gnome-base/gconf-3.2.6-r1:2 [2.32.4-r1:2] USE="gtk introspection ldap* -debug -orbit% -policykit" PYTHON_TARGETS="python2_7%* -python2_6%" 0 kB
[ebuild NS ] dev-util/glade-3.8.4:3/11 [3.16.1:3.10/6] USE="python -debug -gnome" PYTHON_SINGLE_TARGET="python2_7 -python2_6" PYTHON_TARGETS="python2_7 -python2_6" 0 kB
[ebuild U ] x11-base/xorg-server-1.15.0:0/1.15.0 [1.13.4:0/1.13.4] USE="dmx doc ipv6 nptl suid udev xorg -kdrive -minimal (-selinux) -static-libs -tslib -unwind% -xnest -xvfb" 0 kB
[ebuild U ] media-gfx/gimp-2.8.10-r1:2 [2.8.6:2] USE="alsa* bzip2 curl* dbus exif jpeg jpeg2k lcms mmx pdf* png postscript python smp sse svg tiff udev xpm -aalib (-altivec) (-aqua) -debug* -doc -gnome -mng* -webkit -wmf" LINGUAS="ru -am -ar -ast -az -be -bg -br -ca -ca@valencia -cs -csb -da -de -dz -el -en_CA -en_GB -eo -es -et -eu -fa -fi -fr -ga -gl -gu -he -hi -hr -hu -id -is -it -ja -ka -kk -km -kn -ko -lt -lv -mk -ml -ms -my -nb -nds -ne -nl -nn -oc -pa -pl -pt -pt_BR -ro -rw -si -sk -sl -sr -sr@latin -sv -ta -te -th -tr -tt -uk -vi -xh -yi -zh_CN -zh_HK -zh_TW" PYTHON_SINGLE_TARGET="python2_7%* -python2_6%" PYTHON_TARGETS="python2_7%* -python2_6%" 0 kB
[ebuild R ] media-libs/clutter-gtk-1.4.4:1.0 USE="introspection -debug* -examples" 0 kB
[ebuild U ] app-admin/conky-1.9.0-r3 [1.9.0-r2] USE="X curl hddtemp imlib iostats lua lua-imlib math moc mpd ncurses portmon truetype vim-syntax -apcupsd -audacious -debug -eve -lua-cairo -nano-syntax -nvidia* -rss -thinkpad -weather-metar -weather-xoap -wifi -xmms2" 0 kB
[ebuild U ] net-irc/weechat-0.4.3-r1 [0.4.1] USE="alias charset doc fifo irc logger nls perl python relay rmodifier scripts ssl xfer -guile -lua -ruby -spell -tcl" LINGUAS="ru -cs -de -es -fr -hu -it -ja -pl -pt_BR" PYTHON_SINGLE_TARGET="python2_7 -python3_2 -python3_3" PYTHON_TARGETS="python2_7 python3_3 -python3_2" 0 kB
[ebuild R ] x11-libs/gtksourceview-2.10.5-r2:2.0 USE="glade* {-test}" 0 kB
[ebuild U ] x11-libs/glamor-0.6.0 [0.5.1] USE="xv%* -gles -static-libs" 0 kB
[ebuild U ] x11-drivers/xf86-input-evdev-2.8.2 [2.7.3] 0 kB
[ebuild rR ] x11-drivers/xf86-video-intel-2.21.15 USE="dri glamor sna udev uxa xvmc" 0 kB
[ebuild U ] media-gfx/imagemagick-6.8.8.10:0/6.8.8.10 [6.8.8.5:0/6.8.8.5] USE="X bzip2 cxx djvu fftw* fontconfig graphviz* jpeg jpeg2k lcms lzma openexr openmp pango perl* png postscript raw svg tiff truetype xml zlib -autotrace -corefonts -fpx -hdri -jbig -lqr (-opencl) -q32 -q64 -q8 -static-libs {-test} -webp -wmf (-pdf%*)" 0 kB
[ebuild R ] sci-mathematics/octave-3.6.4:0/3.6.4 USE="X curl fftw glpk imagemagick opengl postscript qhull qrupdate readline sparse zlib -doc -gnuplot* -hdf5* -static-libs" 0 kB
[ebuild R ] dev-qt/qt-creator-2.8.1 USE="autotools git -android -bazaar -clearcase -cmake -cvs -debug* -doc* -examples -fakevim -madde -mercurial -perforce -qnx -subversion {-test} -valgrind" LINGUAS="ru -cs -de -es -fr -it -ja -pl -sl -uk -zh_CN -zh_TW" 0 kB
[ebuild R ] sys-libs/pam-1.1.6-r2 USE="berkdb cracklib nls vim-syntax* -audit -debug -nis (-selinux) {-test}" 0 kB
[ebuild U ] sys-apps/busybox-1.21.0 [1.20.2] USE="ipv6 pam static -livecd -make-symlinks -math -mdev -savedconfig (-selinux) -sep-usr -syslog% -systemd" 0 kB
[ebuild R ] dev-lang/ruby-2.0.0_p353:2.0 USE="berkdb gdbm ipv6 ncurses rdoc readline ssl tk* -debug -doc -examples -rubytests -socks5 -xemacs" 0 kB
[ebuild R ] dev-lang/ruby-1.9.3_p484:1.9 USE="berkdb gdbm ipv6 ncurses rdoc readline ssl tk* yaml -debug -doc -examples -rubytests -socks5 -xemacs" 0 kB
[ebuild R ] dev-ruby/rake-0.9.6 USE="-doc {-test}" RUBY_TARGETS="ruby19 ruby20 -jruby (-ruby18*)" 0 kB
[ebuild U ] net-libs/webkit-gtk-2.2.6-r200:2 [2.2.5-r200:2] USE="egl gstreamer introspection jit opengl webgl (-aqua) -coverage -debug -geoloc -gles2 -libsecret -spell {-test}" 0 kB
[ebuild U ] net-libs/webkit-gtk-2.2.6:3/29 [2.2.5:3/29] USE="egl gstreamer introspection jit opengl webgl (-aqua) -coverage -debug -geoloc -gles2 -libsecret -spell {-test}" 0 kB
[ebuild R ] dev-ruby/json-1.8.0 USE="-doc* {-test}" RUBY_TARGETS="ruby19 ruby20 -jruby (-ruby18%)" 0 kB
[ebuild R ] dev-ruby/racc-1.4.9 USE="-doc* {-test}" RUBY_TARGETS="ruby19 ruby20 -jruby (-ruby18%)" 0 kB
[ebuild R ] dev-ruby/rdoc-4.0.1-r1 USE="-doc* {-test}" RUBY_TARGETS="ruby19 ruby20 -jruby (-ruby18)" 0 kB
[ebuild U ] sys-auth/pambase-20120417-r3 [20101024-r2] USE="cracklib sha512 -consolekit -debug -gnome-keyring -minimal -mktemp -pam_krb5 -pam_ssh -passwdqc (-selinux) -systemd%" 0 kB
[ebuild U ] sys-apps/shadow-4.1.5.1-r1 [4.1.4.3] USE="acl%* cracklib nls pam -audit (-selinux) -skey -xattr%" 0 kB
[blocks b ] <sys-apps/shadow-4.1.5-r1 ("<sys-apps/shadow-4.1.5-r1" is blocking sys-auth/pambase-20120417-r3)
[ebuild U ] mail-mta/nullmailer-1.13-r4 [1.11-r1] USE="ssl" 0 kB
[ebuild U ] net-misc/openssh-6.6_p1-r1 [5.9_p1-r4] USE="X* bindist hpn ldap* pam tcpd -X509 -kerberos -ldns% -libedit (-selinux) -skey -static" 0 kB
[ebuild R ] app-admin/sudo-1.8.6_p7 USE="ldap* nls pam sendmail -offensive (-selinux) -skey" 0 kB
Total: 177 packages (94 upgrades, 11 new, 1 in new slot, 71 reinstalls, 1 uninstall), Size of downloads: 0 kB
Conflict: 3 blocks
The following packages are causing rebuilds:
(x11-base/xorg-server-1.15.0::gentoo, ebuild scheduled for merge) causes rebuilds for:
(x11-drivers/xf86-video-intel-2.21.15::gentoo, ebuild scheduled for merge)
[-- Attachment #3: emergepv_mask --]
[-- Type: application/octet-stream, Size: 26406 bytes --]
These are the packages that would be merged, in order:
Calculating dependencies .... .... ....... done!
The following packages are causing rebuilds:
(x11-base/xorg-server-1.15.0::gentoo, ebuild scheduled for merge) causes rebuilds for:
(x11-drivers/xf86-video-intel-2.21.15::gentoo, ebuild scheduled for merge)
[ebuild N #] app-text/opensp-1.5.2-r3 USE="nls -doc -static-libs {-test}" 0 kB
[ebuild U ] dev-libs/libcdio-0.90-r1 [0.83] USE="cxx -cddb -minimal -static-libs {-test%}" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild R ] app-portage/eix-0.29.3 USE="dep nls optimization sqlite zsh-completion (-clang) -debug* -doc* -security -strong-optimization -strong-security -swap-remote -tools" LINGUAS="ru -de" 0 kB
[ebuild U ] app-arch/sharutils-4.14-r1 [4.13.5] USE="nls" 0 kB
[ebuild N ] app-text/openjade-1.3.2-r6 USE="-static-libs" 0 kB
[ebuild R ] sci-libs/fftw-3.3.3-r2:3.0 USE="avx* fortran mpi* openmp sse sse2 threads (-altivec) -doc -fma (-neon) -quad -static-libs {-test} (-zbus)" ABI_X86="(64) (-32) (-x32)" 0 kB
[ebuild U ] app-admin/syslog-ng-3.4.7 [3.2.5] USE="ipv6 pcre ssl tcpd -caps -dbi% -geoip% -json% -mongodb% -smtp% -spoof-source -systemd% (-hardened%) (-selinux%) (-sql%)" 0 kB
[ebuild R ] dev-qt/qtcore-4.8.5-r1:4 USE="exceptions glib iconv icu pch qt3support ssl (-aqua) -debug*" 0 kB
[ebuild R ] dev-qt/qtscript-4.8.5:4 USE="exceptions iconv jit pch (-aqua) -debug*" 0 kB
[ebuild R ] dev-qt/qtgui-4.8.5-r1:4 USE="accessibility cups egl* exceptions glib nas pch qt3support tiff xv (-aqua) -debug* -gtkstyle -mng -nis -trace -xinerama" 0 kB
[ebuild R ] dev-qt/qtsvg-4.8.5:4 USE="accessibility exceptions pch (-aqua) -debug*" 0 kB
[ebuild R ] dev-qt/qtxmlpatterns-4.8.5:4 USE="pch (-aqua) -debug*" 0 kB
[ebuild U ] dev-cpp/atkmm-2.22.7 [2.22.6] USE="-doc" 0 kB
[ebuild R ] dev-libs/json-glib-0.16.2 USE="introspection -debug*" 0 kB
[ebuild U ] gnome-base/gsettings-desktop-schemas-3.10.1 [3.6.1] USE="introspection" 0 kB
[ebuild U ] x11-libs/gdk-pixbuf-2.30.7:2 [2.30.6:2] USE="X introspection jpeg jpeg2k tiff -debug {-test}" 0 kB
[ebuild R ] dev-qt/qtopengl-4.8.5:4 USE="egl* exceptions pch qt3support (-aqua) -debug*" 0 kB
[ebuild U ] app-cdr/cdrtools-3.01_alpha17 [3.00] USE="acl filecaps%* nls%* unicode" 0 kB
[ebuild R ] app-doc/doxygen-1.8.3.1 USE="qt4* -debug -doc -dot -latex" LINGUAS="ru -af -ar -ca -cs -da -de -el -eo -es -fa -fi -fr -hr -hu -hy -id -it -ja -ko -lt -mk -nb -nl -pl -pt -pt_BR -ro -sk -sl -sr -sv -tr -uk -vi -zh" 0 kB
[ebuild R ] sys-apps/util-linux-2.22.2 USE="cramfs crypt ncurses nls perl* udev* unicode -ddate -old-linux (-selinux) -slang -static-libs -suid* {-test}" 0 kB
[ebuild U ] x11-libs/libSM-1.2.2 [1.2.1] USE="ipv6 uuid -doc -static-libs" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild U ] x11-libs/libXt-1.1.4 [1.1.3] USE="-static-libs" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild U ] x11-libs/libXmu-1.1.2 [1.1.1] USE="ipv6 -doc -static-libs" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild U ] sys-apps/dbus-1.6.18-r1 [1.6.10] USE="X -debug -doc (-selinux) -static-libs -systemd {-test}" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild U ] x11-libs/libXpm-3.5.11 [3.5.10] USE="-static-libs" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild U ] x11-libs/libXaw-1.0.12 [1.0.11-r1] USE="-deprecated -doc -static-libs" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild U ] media-libs/nas-1.9.4 [1.9.2] USE="-doc -static-libs%" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild U ] app-accessibility/at-spi2-core-2.10.2:2 [2.8.0:2] USE="X%* introspection" 0 kB
[ebuild U ] x11-apps/xset-1.2.3 [1.2.2] 0 kB
[ebuild U ] app-accessibility/at-spi2-atk-2.10.2:2 [2.8.1:2] USE="{-test}" 0 kB
[ebuild U ] dev-libs/dbus-glib-0.100.2-r1 [0.100.2] USE="-debug -doc -static-libs {-test}" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild U ] x11-apps/xauth-1.0.8 [1.0.7] USE="ipv6" 0 kB
[ebuild U ] x11-apps/xrdb-1.1.0 [1.0.9] 0 kB
[ebuild U ] x11-apps/xinit-1.3.3 [1.3.2] USE="minimal" 0 kB
[ebuild R ] x11-libs/fltk-1.3.2:1 USE="cairo opengl pdf threads xft -debug* -doc -examples -games -static-libs -xinerama" 0 kB
[ebuild U ] virtual/libusb-1-r1:1 [1:1] USE="udev%*" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild R ] dev-lang/python-2.7.5-r3:2.7 USE="gdbm ipv6 ncurses readline sqlite ssl threads tk* (wide-unicode) xml -berkdb -build -doc -examples -hardened -wininst" 0 kB
[ebuild U ] media-libs/alsa-lib-1.0.27.2 [1.0.26-r1] USE="python -alisp -debug -doc" ABI_X86="(64%*) (-32) (-x32)" PYTHON_SINGLE_TARGET="python2_7 (-python2_6%)" PYTHON_TARGETS="python2_7 (-python2_6%)" 0 kB
[ebuild U ] dev-python/pygobject-2.28.6-r55:2 [2.28.6-r53:2] USE="-examples -libffi {-test}" PYTHON_TARGETS="python2_7 -python2_6" 0 kB
[ebuild U ] media-sound/alsa-utils-1.0.27.2:0.9 [1.0.26-r2:0.9] USE="libsamplerate ncurses nls -doc (-selinux) (-minimal%)" 0 kB
[ebuild U ] media-libs/libsndfile-1.0.25-r1 [1.0.25] USE="alsa sqlite -minimal -static-libs {-test%}" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild R ] dev-libs/botan-1.10.3 USE="bindist bzip2 gmp* ssl threads zlib" 0 kB
[ebuild R ] dev-util/boost-build-1.52.0-r1 USE="python* -examples {-test}" 0 kB
[ebuild U ] sys-libs/libieee1284-0.2.11-r3 [0.2.11-r2] USE="python -doc -static-libs" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild R ] media-gfx/sane-backends-1.0.24-r1 USE="ipv6 threads usb v4l* -avahi -doc -gphoto2 -snmp -systemd -xinetd" SANE_BACKENDS="mustek mustek_pp mustek_usb -abaton -agfafocus -apple -artec -artec_eplus48u -as6e -avision -bh -canon -canon630u -canon_dr -canon_pp -cardscan -coolscan -coolscan2 -coolscan3 -dc210 -dc240 -dc25 -dell1600n_net -dmc -epjitsu -epson -epson2 -fujitsu -genesys -gt68xx -hp -hp3500 -hp3900 -hp4200 -hp5400 -hp5590 -hpljm1005 -hpsj5s -hs2p -ibm -kodak -kodakaio -kvs1025 -kvs20xx -kvs40xx -leo -lexmark -ma1509 -magicolor -matsushita -microtek -microtek2 -mustek_usb2 -nec -net -niash -p5 -pie -pixma -plustek -plustek_pp -pnm -qcam -ricoh -rts8891 -s9036 -sceptre -sharp -sm3600 -sm3840 -snapscan -sp15c -st400 -stv680 -tamarack -teco1 -teco2 -teco3 {-test} -u12 -umax -umax1220u -umax_pp -xerox_mfp" 0 kB
[ebuild U ] app-crypt/mit-krb5-1.11.4 [1.11.1] USE="keyutils pkinit threads -doc -openldap {-test} -xinetd" 0 kB
[ebuild N ] sys-libs/tevent-0.9.19 PYTHON_SINGLE_TARGET="python2_7 -python2_6" PYTHON_TARGETS="python2_7 -python2_6" 0 kB
[ebuild R ] dev-lang/python-3.3.3:3.3 USE="gdbm ipv6 ncurses readline sqlite ssl threads tk xml -build -doc* -examples -hardened -wininst" 0 kB
[ebuild R ] dev-libs/libxml2-2.9.1-r1:2 USE="icu ipv6 lzma python readline -debug* -examples -static-libs {-test}" PYTHON_TARGETS="python2_7 python3_3 -python2_6 -python3_2" 0 kB
[ebuild U ] x11-misc/shared-mime-info-1.2-r1 [1.0] USE="{-test%}" 0 kB
[ebuild U ] sys-apps/file-5.17 [5.12-r1] USE="python* zlib -static-libs" PYTHON_TARGETS="python2_7%* python3_3%* -python2_6% -python3_2%" 0 kB
[ebuild N ] dev-python/pyelftools-0.21-r4 PYTHON_TARGETS="python2_7 python3_3 -python2_6 -python3_2" 0 kB
[ebuild U ] app-misc/pax-utils-0.7 [0.4] USE="python%* -caps" 0 kB
[ebuild R ] dev-libs/libxslt-1.1.28-r1 USE="crypt python* -debug -static-libs" PYTHON_TARGETS="python2_7 -python2_6 (-python2_5%)" 0 kB
[ebuild U ] x11-misc/xdg-utils-1.1.0_rc2 [1.1.0_rc1_p20120319] USE="perl -doc" 0 kB
[ebuild R ] app-arch/libarchive-3.1.2-r1:0/13 USE="acl bzip2 e2fsprogs iconv lzma lzo* zlib -expat -nettle -static-libs -xattr" 0 kB
[ebuild N ] sys-libs/libcap-ng-0.7.3 USE="python -static-libs" 0 kB
[ebuild U ] app-text/gnome-doc-utils-0.20.10-r1 [0.20.10] PYTHON_TARGETS="python2_7%* -python2_6%" 0 kB
[ebuild U ] media-libs/libvisio-0.0.30 [0.0.28] USE="-doc -static-libs" 0 kB
[ebuild R ] app-text/liblangtag-0.5.1 USE="introspection* -static-libs {-test}" 0 kB
[ebuild U ] net-libs/neon-0.30.0:0/27 [0.29.6-r2:0/0] USE="nls ssl zlib -doc -expat -gnutls -kerberos -libproxy -pkcs11 -static-libs" LINGUAS="ru -cs -de -fr -ja -nn -pl -tr -zh_CN" 0 kB
[ebuild U ] x11-themes/gnome-icon-theme-3.10.0 [3.6.2] USE="-branding" 0 kB
[ebuild U ] app-admin/eselect-1.4.1 [1.3.4] USE="vim-syntax%* -doc -emacs%" 0 kB
[ebuild N ] app-vim/eselect-syntax-20070506 0 kB
[ebuild U ] dev-java/java-config-2.2.0:2 [2.1.12-r1:2] PYTHON_TARGETS="python2_7 python3_3* -python2_6 -python3_2*" 0 kB
[ebuild R ] dev-lang/python-3.2.5-r3:3.2 USE="gdbm ipv6 ncurses readline sqlite ssl threads tk* (wide-unicode) xml -build -doc -examples -hardened -wininst" 0 kB
[ebuild U ] dev-python/numpy-1.8.0-r1 [1.6.2-r2] USE="-doc -lapack {-test}" PYTHON_TARGETS="python2_7 python3_3%* -python2_6 -python3_2* (-python3_4) (-python2_5%) (-python3_1%)" 0 kB
[ebuild U ] media-sound/mpg123-1.15.4 [1.14.4] USE="alsa ipv6 nas* sse (-3dnow) (-3dnowext) (-altivec) (-coreaudio) -int-quality -jack (-mmx) -oss -portaudio -pulseaudio -sdl" 0 kB
[ebuild R ] dev-python/pygments-1.6 USE="-doc {-test}" PYTHON_TARGETS="python2_7 python3_3* (-pypy) -python2_6 -python3_2* (-pypy1_9%) (-pypy2_0%) (-python2_5%) (-python3_1%)" 0 kB
[ebuild R ] dev-python/docutils-0.10 USE="-glep" PYTHON_TARGETS="python2_7 python3_3* (-pypy) -python2_6 -python3_2* (-pypy1_9%) (-pypy2_0%) (-python2_5%) (-python3_1%)" 0 kB
[ebuild U ] dev-python/pillow-2.4.0 [2.0.0-r1] USE="jpeg jpeg2k%* lcms scanner tiff tk* truetype zlib -doc -examples {-test} -webp" PYTHON_TARGETS="python2_7 python3_3 -python2_6 -python3_2* (-python3_4)" 0 kB
[ebuild N ] dev-libs/libcdio-paranoia-0.90_p1-r1 USE="cxx -static-libs {-test}" ABI_X86="(64) (-32) (-x32)" 0 kB
[ebuild N ] app-admin/eselect-bashcomp-1.3.6 0 kB
[ebuild R ] app-editors/vim-7.3.762 USE="X* acl cscope gpm* nls perl* python -debug -minimal -ruby -vim-pager" 0 kB
[ebuild U ] app-vim/gtk-syntax-20130716 [20121015] 0 kB
[ebuild N ] app-vim/pam-syntax-20060424 0 kB
[ebuild U ] net-fs/cifs-utils-6.1-r1 [5.9-r1] USE="acl%* ads* caps caps-ng* -creds (-upcall%)" 0 kB
[ebuild N ] app-admin/eselect-java-0.1.0 0 kB
[uninstall ] app-admin/eselect-ecj-0.7
[blocks b ] app-admin/eselect-ecj ("app-admin/eselect-ecj" is blocking app-admin/eselect-java-0.1.0)
[blocks b ] app-admin/eselect-java ("app-admin/eselect-java" is blocking app-admin/eselect-ecj-0.7)
[ebuild U ] app-vim/gentoo-syntax-20130619 [20120109] USE="-ignore-glep31" 0 kB
[ebuild U ] dev-python/cython-0.19.1 [0.16] USE="-doc {-test%} (-examples%) (-numpy%)" PYTHON_TARGETS="python2_7%* python3_3%* -python2_6% -python3_2%" 0 kB
[ebuild U ] app-admin/eselect-ctags-1.15 [1.14] 0 kB
[ebuild U ] dev-util/scons-2.3.0 [2.2.0] USE="-doc" PYTHON_TARGETS="python2_7%* -python2_6%" 0 kB
[ebuild U ] x11-apps/bitmap-1.0.7 [1.0.6] 0 kB
[ebuild U ] x11-apps/xsetroot-1.1.1 [1.1.0] 0 kB
[ebuild U ] x11-apps/xkbutils-1.0.4 [1.0.3] 0 kB
[ebuild U ] x11-apps/xwd-1.0.6 [1.0.5] 0 kB
[ebuild U ] x11-apps/xhost-1.0.6 [1.0.5] USE="ipv6" 0 kB
[ebuild U ] x11-apps/xkill-1.0.4 [1.0.3] 0 kB
[ebuild U ] x11-apps/appres-1.0.4 [1.0.3] 0 kB
[ebuild R ] dev-qt/qtdbus-4.8.5:4 USE="exceptions pch (-aqua) -debug*" 0 kB
[ebuild R ] virtual/python-imaging-2 USE="jpeg%* tk*" PYTHON_TARGETS="python2_7 python3_3* -python2_6 -python3_2*" 0 kB
[ebuild U ] media-libs/mutagen-1.22 [1.20] USE="-doc% {-test}" PYTHON_TARGETS="python2_7%*" 0 kB
[ebuild U ] net-print/cups-1.7.1-r1 [1.7.1] USE="X acl dbus java* pam python ssl threads -debug* -gnutls -kerberos -lprng-compat (-selinux) -static-libs -systemd% -usb* -xinetd -zeroconf" LINGUAS="ru -ca -es -fr -it -ja" PYTHON_SINGLE_TARGET="python2_7 -python2_6" PYTHON_TARGETS="python2_7 -python2_6" 0 kB
[ebuild R ] sys-libs/db-4.8.30:4.8 USE="cxx java* -doc -examples -tcl {-test}" 0 kB
[ebuild R ] net-nds/openldap-2.4.35-r1 USE="berkdb crypt icu ipv6 perl* samba ssl syslog tcpd -cxx -debug -experimental -gnutls -iodbc -kerberos -minimal -odbc -overlays -sasl (-selinux) -slp -smbkrb5passwd" 0 kB
[ebuild R ] net-dns/libidn-1.28 USE="java* nls -doc -emacs -mono -static-libs" 0 kB
[ebuild U ] net-misc/curl-7.36.0 [7.30.0] USE="idn* ipv6 ldap* ssl threads* -adns -kerberos -metalink -rtmp -ssh -static-libs {-test}" CURL_SSL="openssl -axtls -cyassl -gnutls -nss -polarssl" 0 kB
[ebuild U ] dev-db/postgresql-base-9.3.3:9.3 [9.3.2:9.3] USE="ldap* nls pam python* readline ssl threads zlib -doc -kerberos -pg_legacytimestamp" LINGUAS="en ru -af -cs -de -es -fa -fr -hr -hu -it -ko -nb -pl -pt_BR -ro -sk -sl -sv -tr -zh_CN -zh_TW" PYTHON_SINGLE_TARGET="python2_7 -python2_6 -python3_2 -python3_3" PYTHON_TARGETS="python2_7 python3_3 -python2_6 -python3_2" 0 kB
[ebuild R ] dev-qt/qtsql-4.8.5:4 USE="exceptions pch postgres qt3support sqlite (-aqua) -debug* -firebird -freetds -mysql* -oci8 -odbc" 0 kB
[ebuild R ] dev-qt/qt3support-4.8.5:4 USE="accessibility exceptions pch (-aqua) -debug*" 0 kB
[ebuild R ] media-libs/libjpeg-turbo-1.3.0-r3 USE="java* -static-libs" ABI_X86="(64) (-32) (-x32)" 0 kB
[ebuild U ] sys-apps/man-db-2.6.6 [2.6.5] USE="berkdb gdbm nls zlib (-selinux) -static-libs" 0 kB
[ebuild R ] net-misc/iputils-20121221 USE="idn* ipv6 ssl -SECURITY_HAZARD -caps -doc -gnutls -static" 0 kB
[ebuild R ] net-misc/wget-1.14 USE="idn* ipv6 nls pcre ssl zlib -debug -gnutls -ntlm -static -uuid" 0 kB
[ebuild U ] dev-util/cmake-2.8.12.2 [2.8.10.2-r2] USE="ncurses qt4* -emacs (-qt5) {-test} (-vim-syntax%*)" 0 kB
[ebuild U ] net-fs/samba-3.6.23 [3.6.12] USE="acl aio client cups ldap netapi pam readline server smbclient winbind -addns -ads -avahi -caps -cluster -debug -dmapi -doc -examples -fam -ldb -quota (-selinux) -smbsharemodes -swat -syslog" 0 kB
[ebuild rR ] media-libs/raptor-2.0.9:2 USE="curl unicode -debug -json -static-libs" 0 kB
[ebuild R ] dev-qt/qthelp-4.8.5-r2:4 USE="exceptions pch (-aqua) -compat -debug* -doc*" 0 kB
[ebuild R ] dev-qt/qtdeclarative-4.8.5:4 USE="accessibility exceptions pch qt3support (-aqua) -debug* -webkit" 0 kB
[ebuild N ] dev-libs/cyrus-sasl-2.1.26-r3:2 USE="berkdb gdbm java pam postgres sqlite ssl -authdaemond -kerberos -ldapdb -mysql -openldap -sample -srp -static-libs -urandom" 0 kB
[ebuild R ] media-libs/libcaca-0.99_beta17 USE="X cxx imlib java* ncurses opengl truetype -doc -mono (-ruby) -slang -static-libs" 0 kB
[ebuild R ] dev-qt/designer-4.8.5:4 USE="exceptions pch qt3support (-aqua) -debug* -declarative (-phonon) -webkit" 0 kB
[ebuild R ] net-ftp/pure-ftpd-1.0.36 USE="ldap pam postgres* ssl -anondel -anonperm -anonren -anonres* -caps -charconv* -mysql -noiplog* -paranoidmsg -resolveids (-selinux) -sysquota -vchroot -xinetd" 0 kB
[ebuild R ] app-text/poppler-0.24.5:0/44 USE="cairo curl cxx introspection jpeg jpeg2k lcms png qt4* tiff utils -cjk -debug* -doc" 0 kB
[ebuild U ] virtual/man-0-r1 [0] 0 kB
[ebuild R ] media-gfx/graphite2-1.2.1 USE="perl* {-test}" 0 kB
[ebuild U ] media-libs/openal-1.15.1-r2 [1.15.1] USE="alsa sse (-coreaudio) -debug (-neon) -oss -portaudio -pulseaudio (-alstream%)" ABI_X86="(64%*) (-32) (-x32)" 0 kB
[ebuild U ] net-libs/libproxy-0.4.11-r1 [0.4.10-r1] USE="perl* python -gnome -kde -mono -networkmanager -spidermonkey {-test} -webkit" PYTHON_TARGETS="python2_7%* -python2_6%" 0 kB
[ebuild U ] dev-cpp/clucene-2.3.3.4-r5:1 [2.3.3.4-r4:1] USE="-debug -doc -static-libs" 0 kB
[ebuild R ] dev-libs/rasqal-0.9.29 USE="crypt gmp* mhash pcre xml* -doc -static-libs {-test}" 0 kB
[ebuild U ] app-misc/mc-4.8.11 [4.8.7] USE="X edit gpm mclib nls samba* slang xdg -sftp -spell {-test}" 0 kB
[ebuild R ] net-print/cups-filters-1.0.43-r1 USE="dbus foomatic jpeg perl* png tiff -static-libs -zeroconf" 0 kB
[ebuild U ] net-libs/glib-networking-2.38.2 [2.32.3] USE="libproxy ssl -gnome -smartcard {-test}" 0 kB
[ebuild R ] dev-libs/redland-1.0.16 USE="berkdb postgres* sqlite ssl xml -iodbc -mysql -odbc -static-libs" 0 kB
[ebuild U ] x11-libs/pango-1.36.3 [1.36.2] USE="X introspection -debug" 0 kB
[ebuild U ] sys-apps/man-pages-3.63 [3.57] USE="nls" LINGUAS="ru -da -de -fr -it -ja -nl -pl -ro -zh_CN" 0 kB
[ebuild U ] net-libs/libsoup-2.44.2:2.4 [2.42.3.1:2.4] USE="introspection samba* ssl -debug* {-test}" 0 kB
[ebuild U ] x11-libs/gtk+-2.24.23:2 [2.24.22:2] USE="cups introspection vim-syntax (-aqua) -debug* -examples {-test} -xinerama" 0 kB
[ebuild U ] gnome-base/librsvg-2.40.1-r1:2 [2.36.4:2] USE="introspection -tools -vala (-gtk%*)" 0 kB
[ebuild R ] media-video/ffmpeg-1.0.8 USE="X aac alsa amr avx* bindist bzip2 cdio encode fontconfig gsm hardcoded-tables jpeg2k libass mmx mmxext mp3 network openal ssse3 theora threads truetype twolame v4l vaapi vdpau vorbis vpx x264 xvid zlib -3dnow -3dnowext -aacplus (-altivec) -bluray (-celt) -cpudetection* -debug* -doc -examples -faac -fdk -flite -frei0r -gnutls -iec61883 -ieee1394 -jack -libcaca -libv4l -modplug (-neon) -openssl -opus -oss -pic -pulseaudio -rtmp -schroedinger -sdl* -speex -static-libs {-test} (-vis)" FFTOOLS="aviocat cws2fws ffeval fourcc2pixfmt graph2dot ismindex pktdumper qt-faststart trasher" 0 kB
[ebuild U ] media-libs/cogl-1.16.2:1.0/15 [1.14.1_pre20130901-r1:1.0/12] USE="introspection opengl pango -debug* -examples -gles2 (-gstreamer) {-test}" 0 kB
[ebuild U ] x11-libs/gtk+-3.10.8:3 [3.10.7:3] USE="X cups introspection vim-syntax (-aqua) -colord -debug -examples (-packagekit) {-test} -wayland -xinerama" 0 kB
[ebuild R ] app-crypt/pinentry-0.8.2 USE="gtk ncurses qt4* -caps -static" 0 kB
[ebuild R ] media-gfx/graphviz-2.26.3-r4 USE="cairo gtk java nls perl* python -doc -examples -lasi -ruby -static-libs -tcl" 0 kB
[ebuild R ] app-text/djvu-3.5.25.3 USE="jpeg* tiff* xml* -debug -doc" 0 kB
[ebuild R ] media-gfx/gtkimageview-1.6.4 USE="-debug* -doc -examples -static-libs {-test}" 0 kB
[ebuild R ] app-office/libreoffice-bin-4.1.4.2 USE="java* (-aqua) -gnome -kde" PYTHON_SINGLE_TARGET="python2_7 -python3_3" PYTHON_TARGETS="python2_7 python3_3" 0 kB
[ebuild U ] www-client/firefox-bin-24.4.0 [24.3.0] USE="-startup-notification*" LINGUAS="ru -af -ak -ar -as -ast -be -bg -bn_BD -bn_IN -br -bs -ca -cs -csb -cy -da -de -el -en_GB -en_ZA -eo -es_AR -es_CL -es_ES -es_MX -et -eu -fa -fi -fr -fy_NL -ga_IE -gd -gl -gu_IN -he -hi_IN -hr -hu -hy_AM -id -is -it -ja -kk -kn -ko -ku -lg -lt -lv -mai -mk -ml -mr -nb_NO -nl -nn_NO -nso -or -pa_IN -pl -pt_BR -pt_PT -rm -ro -si -sk -sl -son -sq -sr -sv_SE -ta -ta_LK -te -th -tr -uk -vi -zh_CN -zh_TW -zu" 0 kB
[ebuild U ] dev-python/pygtk-2.24.0-r4:2 [2.24.0-r3:2] USE="-doc -examples {-test}" PYTHON_TARGETS="python2_7 -python2_6" 0 kB
[ebuild U ] app-crypt/gnupg-2.0.22 [2.0.20] USE="bzip2 ldap* nls readline -adns -doc -mta (-selinux) -smartcard -static -usb" 0 kB
[ebuild R ] app-text/asciidoc-8.6.5 USE="graphviz* vim-syntax -examples -highlight {-test}" 0 kB
[ebuild U ] media-libs/clutter-1.16.4-r1:1.0 [1.14.6:1.0] USE="gtk introspection -debug* -doc {-test}" 0 kB
[ebuild R ] media-libs/gegl-0.2.0-r2 USE="cairo ffmpeg jpeg jpeg2k mmx openexr png raw sse svg -debug* -lensfun -sdl* -umfpack" 0 kB
[ebuild R ] media-video/mplayer2-2.0_p20130126 USE="X a52 alsa cdio dts dv dvb dvd dvdnav faad fbcon ftp gif iconv ipv6 jpeg lcms libass libcaca mad mmx mmxext mp3 network opengl png postproc pvr rar rtc samba* shm speex sse sse2 ssse3 theora unicode v4l vdpau vorbis xv xvid -3dnow -3dnowext (-altivec) (-aqua) -bluray -bs2b -cddb -cpudetection -debug* -directfb -doc -enca -jack -joystick -ladspa -lirc -md5sum -mng -nut -oss -pnm -portaudio -pulseaudio -quvi -radio -sdl (-selinux) -symlink -tga -vcd -xanim -xinerama -xscreensaver -yuv4mpeg" 0 kB
[ebuild R ] app-dicts/stardict-quick-ru-en-2.4.2 USE="gzip*" 0 kB
[ebuild R ] app-dicts/stardict-freedict-eng-rus-2.4.2 USE="gzip*" 0 kB
[ebuild R ] media-sound/mpd-0.17.6 USE="alsa bzip2 curl ffmpeg fifo flac id3tag ipv6 lame libsamplerate mad mpg123 network ogg openal sqlite tcpd twolame* unicode vorbis wavpack zip* -ao -audiofile -cdio -debug -faad -fluidsynth -gme -inotify -jack -lastfmradio -mikmod -mms -modplug -musepack -oss -pipe -pulseaudio -recorder -sid -sndfile -soundcloud -soup -systemd -wildmidi -zeroconf" 0 kB
[ebuild U ] dev-cpp/gtkmm-2.24.4:2.4 [2.24.2:2.4] USE="doc* examples* {-test}" 0 kB
[ebuild U ] gnome-base/gconf-3.2.6-r1:2 [2.32.4-r1:2] USE="gtk introspection ldap* -debug -orbit% -policykit" PYTHON_TARGETS="python2_7%* -python2_6%" 0 kB
[ebuild NS ] dev-util/glade-3.8.4:3/11 [3.16.1:3.10/6] USE="python -debug -gnome" PYTHON_SINGLE_TARGET="python2_7 -python2_6" PYTHON_TARGETS="python2_7 -python2_6" 0 kB
[ebuild U ] x11-base/xorg-server-1.15.0:0/1.15.0 [1.13.4:0/1.13.4] USE="dmx doc ipv6 nptl suid udev xorg -kdrive -minimal (-selinux) -static-libs -tslib -unwind% -xnest -xvfb" 0 kB
[ebuild U ] media-gfx/gimp-2.8.10-r1:2 [2.8.6:2] USE="alsa* bzip2 curl* dbus exif jpeg jpeg2k lcms mmx pdf* png postscript python smp sse svg tiff udev xpm -aalib (-altivec) (-aqua) -debug* -doc -gnome -mng* -webkit -wmf" LINGUAS="ru -am -ar -ast -az -be -bg -br -ca -ca@valencia -cs -csb -da -de -dz -el -en_CA -en_GB -eo -es -et -eu -fa -fi -fr -ga -gl -gu -he -hi -hr -hu -id -is -it -ja -ka -kk -km -kn -ko -lt -lv -mk -ml -ms -my -nb -nds -ne -nl -nn -oc -pa -pl -pt -pt_BR -ro -rw -si -sk -sl -sr -sr@latin -sv -ta -te -th -tr -tt -uk -vi -xh -yi -zh_CN -zh_HK -zh_TW" PYTHON_SINGLE_TARGET="python2_7%* -python2_6%" PYTHON_TARGETS="python2_7%* -python2_6%" 0 kB
[ebuild U ] app-admin/conky-1.9.0-r3 [1.9.0-r2] USE="X curl hddtemp imlib iostats lua lua-imlib math moc mpd ncurses portmon truetype vim-syntax -apcupsd -audacious -debug -eve -lua-cairo -nano-syntax -nvidia* -rss -thinkpad -weather-metar -weather-xoap -wifi -xmms2" 0 kB
[ebuild U ] net-irc/weechat-0.4.3-r1 [0.4.1] USE="alias charset doc fifo irc logger nls perl python relay rmodifier scripts ssl xfer -guile -lua -ruby -spell -tcl" LINGUAS="ru -cs -de -es -fr -hu -it -ja -pl -pt_BR" PYTHON_SINGLE_TARGET="python2_7 -python3_2 -python3_3" PYTHON_TARGETS="python2_7 python3_3 -python3_2" 0 kB
[ebuild R ] media-libs/clutter-gtk-1.4.4:1.0 USE="introspection -debug* -examples" 0 kB
[ebuild R ] x11-libs/gtksourceview-2.10.5-r2:2.0 USE="glade* {-test}" 0 kB
[ebuild U ] x11-libs/glamor-0.6.0 [0.5.1] USE="xv%* -gles -static-libs" 0 kB
[ebuild U ] x11-drivers/xf86-input-evdev-2.8.2 [2.7.3] 0 kB
[ebuild rR ] x11-drivers/xf86-video-intel-2.21.15 USE="dri glamor sna udev uxa xvmc" 0 kB
[ebuild U ] media-gfx/imagemagick-6.8.8.10:0/6.8.8.10 [6.8.8.5:0/6.8.8.5] USE="X bzip2 cxx djvu fftw* fontconfig graphviz* jpeg jpeg2k lcms lzma openexr openmp pango perl* png postscript raw svg tiff truetype xml zlib -autotrace -corefonts -fpx -hdri -jbig -lqr (-opencl) -q32 -q64 -q8 -static-libs {-test} -webp -wmf (-pdf%*)" 0 kB
[ebuild R ] sci-mathematics/octave-3.6.4:0/3.6.4 USE="X curl fftw glpk imagemagick opengl postscript qhull qrupdate readline sparse zlib -doc -gnuplot* -hdf5* -static-libs" 0 kB
[ebuild R ] dev-qt/qt-creator-2.8.1 USE="autotools git -android -bazaar -clearcase -cmake -cvs -debug* -doc* -examples -fakevim -madde -mercurial -perforce -qnx -subversion {-test} -valgrind" LINGUAS="ru -cs -de -es -fr -it -ja -pl -sl -uk -zh_CN -zh_TW" 0 kB
[ebuild R ] sys-libs/pam-1.1.6-r2 USE="berkdb cracklib nls vim-syntax* -audit -debug -nis (-selinux) {-test}" 0 kB
[ebuild U ] sys-apps/busybox-1.21.0 [1.20.2] USE="ipv6 pam static -livecd -make-symlinks -math -mdev -savedconfig (-selinux) -sep-usr -syslog% -systemd" 0 kB
[ebuild R ] dev-lang/ruby-2.0.0_p353:2.0 USE="berkdb gdbm ipv6 ncurses rdoc readline ssl tk* -debug -doc -examples -rubytests -socks5 -xemacs" 0 kB
[ebuild R ] dev-lang/ruby-1.9.3_p484:1.9 USE="berkdb gdbm ipv6 ncurses rdoc readline ssl tk* yaml -debug -doc -examples -rubytests -socks5 -xemacs" 0 kB
[ebuild R ] dev-ruby/rake-0.9.6 USE="-doc {-test}" RUBY_TARGETS="ruby19 ruby20 -jruby (-ruby18*)" 0 kB
[ebuild U ] net-libs/webkit-gtk-2.2.6-r200:2 [2.2.5-r200:2] USE="egl gstreamer introspection jit opengl webgl (-aqua) -coverage -debug -geoloc -gles2 -libsecret -spell {-test}" 0 kB
[ebuild U ] net-libs/webkit-gtk-2.2.6:3/29 [2.2.5:3/29] USE="egl gstreamer introspection jit opengl webgl (-aqua) -coverage -debug -geoloc -gles2 -libsecret -spell {-test}" 0 kB
[ebuild R ] dev-ruby/json-1.8.0 USE="-doc* {-test}" RUBY_TARGETS="ruby19 ruby20 -jruby (-ruby18%)" 0 kB
[ebuild R ] dev-ruby/racc-1.4.9 USE="-doc* {-test}" RUBY_TARGETS="ruby19 ruby20 -jruby (-ruby18%)" 0 kB
[ebuild R ] dev-ruby/rdoc-4.0.1-r1 USE="-doc* {-test}" RUBY_TARGETS="ruby19 ruby20 -jruby (-ruby18)" 0 kB
[ebuild U ] sys-auth/pambase-20120417-r3 [20101024-r2] USE="cracklib sha512 -consolekit -debug -gnome-keyring -minimal -mktemp -pam_krb5 -pam_ssh -passwdqc (-selinux) -systemd%" 0 kB
[ebuild U ] sys-apps/shadow-4.1.5.1-r1 [4.1.4.3] USE="acl%* cracklib nls pam -audit (-selinux) -skey -xattr%" 0 kB
[blocks b ] <sys-apps/shadow-4.1.5-r1 ("<sys-apps/shadow-4.1.5-r1" is blocking sys-auth/pambase-20120417-r3)
[ebuild U ] mail-mta/nullmailer-1.13-r4 [1.11-r1] USE="ssl" 0 kB
[ebuild U ] net-misc/openssh-6.6_p1-r1 [5.9_p1-r4] USE="X* bindist hpn ldap* pam tcpd -X509 -kerberos -ldns% -libedit (-selinux) -skey -static" 0 kB
[ebuild R ] app-admin/sudo-1.8.6_p7 USE="ldap* nls pam sendmail -offensive (-selinux) -skey" 0 kB
Total: 177 packages (94 upgrades, 11 new, 1 in new slot, 71 reinstalls, 1 uninstall), Size of downloads: 0 kB
Conflict: 3 blocks
The following mask changes are necessary to proceed:
(see "package.unmask" in the portage(5) man page for more details)
# required by app-text/openjade-1.3.2-r6
# required by app-text/po4a-0.42
# required by sys-apps/man-db-2.6.6[nls]
# required by virtual/man-0-r1
# required by sys-apps/man-pages-3.63
# required by @system
# required by @world (argument)
# /etc/portage/package.mask:
=app-text/opensp-1.5.2-r3
NOTE: The --autounmask-keep-masks option will prevent emerge
from creating package.unmask or ** keyword changes.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] OpenSP build fails
2014-04-23 18:20 ` Nikita Tropin
@ 2014-04-23 23:33 ` Stroller
2014-04-23 23:54 ` Stroller
1 sibling, 0 replies; 17+ messages in thread
From: Stroller @ 2014-04-23 23:33 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2443 bytes --]
On Wed, 23 April 2014, at 7:20 pm, Nikita Tropin <posixivist32@gmail.com> wrote:
...
>>> Hi, I'm trying to update Gentoo with
>>> I_KNOW_WHAT_I_AM_DOING=1 emerge --deep --update --newuse --with-bdeps=y @world
>>> …
>>>
>>> … but po4a, man-db(nls), openjade, virtual/man and man-pages-3.63 depends on OpenSP.
>>>
>> I don't immediately see how.
>
> Sorry, that should say:
>
> Could you post the full output of `emerge --pretend --verbose --deep --update --newuse --with-bdeps=y @world`, please?
Ok, I see it now, my apologies.
Can I ask what you're trying to do, exactly?
Why are you adding all these flags? --deep --newuse and so on?
If it's just a matter of wanting to get your system up-to-date, then get everything else out the way, first, before worrying about the deep and the newuse.
You've got the pambase / shadow blocks showing in there which most of the rest of us dealt with a year ago - that's the very first thing you should be get out the way. Update those two packages, do the config files stuff, then reboot.
Read a load of this first: http://www.google.com/search?q=pambase+shadow+gentoo
Next, the attached emerge_me.txt file contains a list of all the other packages which are new or in need of updating, a list obtained by catting and cutting and sorting and text-editing the lists in your last email, grepping them for 'R ' and 'N ' in the process.
I don't think any of these are blocking or dependent upon opensp / jade / man-db, so get them out the way so you can later concentrate on those.
Take a look at the output of: 'for package in `cat emerge_me.txt` ; do emerge -p =$package ; done'
I would guess this output will look pretty clean, but if you find any ugliness, just remove that file from the list.
When you're confident it'll run through cleanly, then run:
sudo bash -c 'for package in `cat emerge_me.txt` ; do emerge -1 =$package ; done'
Go to bed, or go watch a movie or something. When all those packages have installed, then your `emerge --pretend --verbose --deep --update --newuse --with-bdeps=y @world` should be pretty short, and much easier to read and to deal with.
This approach is ugly as heck, but getting all the irrelevant crap out the way is easy, and it reduces the cognitive load of dealing with the real problem.
Be careful about the pambase / shadow stuff, though, and definitely do that first.
Stroller.
[-- Attachment #2: emerge_me.txt --]
[-- Type: text/plain, Size: 2654 bytes --]
app-accessibility/at-spi2-atk-2.10.2:2
app-accessibility/at-spi2-core-2.10.2:2
app-admin/conky-1.9.0-r3
app-admin/eselect-1.4.1
app-admin/eselect-bashcomp-1.3.6
app-admin/eselect-ctags-1.15
app-admin/eselect-java-0.1.0
app-admin/syslog-ng-3.4.7
app-arch/sharutils-4.14-r1
app-cdr/cdrtools-3.01_alpha17
app-crypt/gnupg-2.0.22
app-crypt/mit-krb5-1.11.4
app-misc/mc-4.8.11
app-misc/pax-utils-0.7
app-text/gnome-doc-utils-0.20.10-r1
app-vim/eselect-syntax-20070506
app-vim/gentoo-syntax-20130619
app-vim/gtk-syntax-20130716
app-vim/pam-syntax-20060424
dev-cpp/atkmm-2.22.7
dev-cpp/clucene-2.3.3.4-r5:1
dev-cpp/gtkmm-2.24.4:2.4
dev-db/postgresql-base-9.3.3:9.3
dev-java/java-config-2.2.0:2
dev-libs/cyrus-sasl-2.1.26-r3:2
dev-libs/libcdio-0.90-r1
dev-libs/libcdio-paranoia-0.90_p1-r1
dev-python/cython-0.19.1
dev-python/numpy-1.8.0-r1
dev-python/pillow-2.4.0
dev-python/pyelftools-0.21-r4
dev-python/pygobject-2.28.6-r55:2
dev-python/pygtk-2.24.0-r4:2
dev-qt/qt-creator-2.8.1
dev-util/cmake-2.8.12.2
dev-util/scons-2.3.0
gnome-base/gconf-3.2.6-r1:2
gnome-base/gsettings-desktop-schemas-3.10.1
gnome-base/librsvg-2.40.1-r1:2
mail-mta/nullmailer-1.13-r4
media-gfx/gimp-2.8.10-r1:2
media-gfx/imagemagick-6.8.8.10:0/6.8.8.10
media-libs/alsa-lib-1.0.27.2
media-libs/clutter-1.16.4-r1:1.0
media-libs/cogl-1.16.2:1.0/15
media-libs/libsndfile-1.0.25-r1
media-libs/libvisio-0.0.30
media-libs/mutagen-1.22
media-libs/nas-1.9.4
media-libs/openal-1.15.1-r2
media-sound/alsa-utils-1.0.27.2:0.9
media-sound/mpg123-1.15.4
net-fs/cifs-utils-6.1-r1
net-fs/samba-3.6.23
net-irc/weechat-0.4.3-r1
net-libs/glib-networking-2.38.2
net-libs/libproxy-0.4.11-r1
net-libs/libsoup-2.44.2:2.4
net-libs/neon-0.30.0:0/27
net-libs/webkit-gtk-2.2.6-r200:2
net-libs/webkit-gtk-2.2.6:3/29
net-misc/curl-7.36.0
net-misc/openssh-6.6_p1-r1
net-print/cups-1.7.1-r1
sys-apps/busybox-1.21.0
sys-apps/dbus-1.6.18-r1
sys-apps/file-5.17
sys-libs/libcap-ng-0.7.3
sys-libs/libieee1284-0.2.11-r3
sys-libs/tevent-0.9.19
virtual/libusb-1-r1:1
www-client/firefox-bin-24.4.0
x11-apps/appres-1.0.4
x11-apps/bitmap-1.0.7
x11-apps/xauth-1.0.8
x11-apps/xhost-1.0.6
x11-apps/xinit-1.3.3
x11-apps/xkbutils-1.0.4
x11-apps/xkill-1.0.4
x11-apps/xrdb-1.1.0
x11-apps/xset-1.2.3
x11-apps/xsetroot-1.1.1
x11-apps/xwd-1.0.6
x11-base/xorg-server-1.15.0:0/1.15.0
x11-drivers/xf86-input-evdev-2.8.2
x11-libs/gdk-pixbuf-2.30.7:2
x11-libs/glamor-0.6.0
x11-libs/gtk+-2.24.23:2
x11-libs/gtk+-3.10.8:3
x11-libs/libSM-1.2.2
x11-libs/libXaw-1.0.12
x11-libs/libXmu-1.1.2
x11-libs/libXpm-3.5.11
x11-libs/libXt-1.1.4
x11-libs/pango-1.36.3
x11-misc/shared-mime-info-1.2-r1
x11-misc/xdg-utils-1.1.0_rc2
x11-themes/gnome-icon-theme-3.10.0
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] OpenSP build fails
2014-04-23 18:20 ` Nikita Tropin
2014-04-23 23:33 ` Stroller
@ 2014-04-23 23:54 ` Stroller
2014-04-26 21:07 ` Nikita Tropin
1 sibling, 1 reply; 17+ messages in thread
From: Stroller @ 2014-04-23 23:54 UTC (permalink / raw
To: gentoo-user
On Wed, 23 April 2014, at 7:20 pm, Nikita Tropin <posixivist32@gmail.com> wrote:
>
> `emergepv' is output from emerge --pretend --verbose --deep --update --newuse --with-bdeps=y @world and `emergepv_mask' is the same output but with explicitly masked opensp in package.mask.
I meant to ask in my previous reply, could you possibly configure your mailer to reply to the list in plain text only, please?
Stroller.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] OpenSP build fails
2014-04-23 23:54 ` Stroller
@ 2014-04-26 21:07 ` Nikita Tropin
2014-04-26 21:23 ` Edward M
2014-04-27 1:44 ` Stroller
0 siblings, 2 replies; 17+ messages in thread
From: Nikita Tropin @ 2014-04-26 21:07 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1.1: Type: text/plain, Size: 1229 bytes --]
I didn't touch pambase/shadow block for a while, trying to simply `emerge
--update @world' and packages that you tell, which doesn't include this
pair. However I did something bad in the past and problem probably not in
opensp. Something went wrong with my system. Some other packages doesn't
build and I have no idea what happening. I haven't changed my CHOST and I
don't know what else can be relevant.
The only thing I'm noticed from above is weechat and conky depends from
ncurses but glibc is not and other packages that depends builds fine(zsh,
bash, mc).
Sometimes emerge after install phase generates output like so(very huge
amount, i have visible 20.5 thousands of lines in terminal and it fills
them absolutely):
...
element comment: error : Reference to default namespace not in scope
element glob: error : Reference to default namespace not in scope
element comment: error : Reference to default namespace not in scope
element comment: error : Reference to default namespace not in scope
...
PS sorry about not plain text messages but I haven't find any options
indicating such functionality in gmail web interface. I will try to
minimize quoting and the like. Also, sorry about big pauses.
--
Regards,
Nikita
[-- Attachment #1.2: Type: text/html, Size: 1544 bytes --]
[-- Attachment #2: emerge_glibc --]
[-- Type: application/octet-stream, Size: 13533 bytes --]
Calculating dependencies ... done!
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) sys-libs/glibc-2.17
* glibc-2.17.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
* glibc-2.17-patches-8.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
* gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
make -j5 -s glibc-test
make -j5 -s glibc-test
>>> Unpacking source...
>>> Unpacking gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 to /var/tmp/portage/sys-libs/glibc-2.17/work
* Checking gcc for __thread support ...
[ ok ]
* Checking kernel version (3.10.7 >= 2.6.16) ...
[ ok ]
* Checking linux-headers version (3.9.0 >= 2.6.16) ...
[ ok ]
>>> Unpacking glibc-2.17.tar.xz to /var/tmp/portage/sys-libs/glibc-2.17/work
>>> Unpacking glibc-2.17-patches-8.tar.bz2 to /var/tmp/portage/sys-libs/glibc-2.17/work
* Applying Gentoo Glibc Patchset 2.17-8 ...
* 0035_all_glibc-2.16-i386-math-feraiseexcept-overhead.patch ...
[ ok ]
* 0059_all_glibc-2.19-make-4.0.patch ...
[ ok ]
* 0065_all_glibc-2.18-qecvt-guards.patch ...
[ ok ]
* 0070_all_glibc-2.18-localedef-page-align-1.patch ...
[ ok ]
* 0071_all_glibc-2.18-localedef-page-align-2.patch ...
[ ok ]
* 0072_all_glibc-2.18-localedef-page-align-3.patch ...
[ ok ]
* 0085_all_glibc-disable-ldconfig.patch ...
[ ok ]
* 0090_all_glibc-2.17-arm-ldso.cache.patch ...
[ ok ]
* 1005_all_glibc-sigaction.patch ...
[ ok ]
* 1008_all_glibc-2.16-fortify.patch ...
[ ok ]
* 1040_all_2.3.3-localedef-fix-trampoline.patch ...
[ ok ]
* 1055_all_glibc-resolv-dynamic.patch ...
[ ok ]
* 1505_all_glibc-nptl-stack-grows-up.patch ...
[ ok ]
* 1506_all_glibc-2.17-hppa-fpu.patch ...
[ ok ]
* 1507_all_glibc-2.17-hppa-ldso-flag.patch ...
[ ok ]
* 1507_all_hppa-ia64-DL_AUTO_FUNCTION_ADDRESS.patch ...
[ ok ]
* 1508_all_glibc-2.17-hppa-futex.patch ...
[ ok ]
* 1508_all_hppa-fanotify_mark.patch ...
[ ok ]
* 3020_all_glibc-tests-sandbox-libdl-paths.patch ...
[ ok ]
* 5063_all_glibc-dont-build-timezone.patch ...
[ ok ]
* 6024_all_alpha-fix-signal-thunk-unwind-info.patch ...
[ ok ]
* 6230_all_arm-glibc-hardened.patch ...
[ ok ]
* Done with patching
* Using GNU config files from /usr/share/gnuconfig
* Updating scripts/config.sub
[ ok ]
* Updating scripts/config.guess
[ ok ]
>>> Source unpacked in /var/tmp/portage/sys-libs/glibc-2.17/work
>>> Compiling source in /var/tmp/portage/sys-libs/glibc-2.17/work/glibc-2.17 ...
* Building glibc for ABIs: x86 amd64
* ABI: x86
* CBUILD: x86_64-pc-linux-gnu
* CHOST: x86_64-pc-linux-gnu
* CTARGET: x86_64-pc-linux-gnu
* CBUILD_OPT: i686-pc-linux-gnu
* CTARGET_OPT: i686-pc-linux-gnu
* CC: x86_64-pc-linux-gnu-gcc -m32
* ASFLAGS:
* CFLAGS: -Wextra -Wall -pipe -march=native -O2 -fno-strict-aliasing
* CPPFLAGS:
* CXXFLAGS: -Wextra -Wall -pipe -march=native -O2 -fno-strict-aliasing
* LDFLAGS: -Wl,-O1 -Wl,--as-needed
* Manual CC: x86_64-pc-linux-gnu-gcc -m32
* Configuring GLIBC for nptl
/var/tmp/portage/sys-libs/glibc-2.17/work/glibc-2.17/configure --disable-stackguard-randomization --enable-add-ons=nptl,c_stubs,libidn,ports --enable-kernel=2.6.16 --without-selinux --without-cvs --enable-bind-now --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --enable-profile --with-gd --with-headers=/usr/include --prefix=/usr --libdir=/usr/lib32 --mandir=/usr/share/man --infodir=/usr/share/info --libexecdir=/usr/lib32/misc/glibc --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion=Gentoo 2.17 p8 --enable-obsolete-rpc --disable-systemtap --disable-nscd
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc -m32
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 -m32 accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -m32 -E
checking for i686-pc-linux-gnu-g++... no
checking for i686-pc-linux-gnu-c++... no
checking for i686-pc-linux-gnu-gpp... no
checking for i686-pc-linux-gnu-aCC... no
checking for i686-pc-linux-gnu-CC... no
checking for i686-pc-linux-gnu-cxx... no
checking for i686-pc-linux-gnu-cc++... no
checking for i686-pc-linux-gnu-cl.exe... no
checking for i686-pc-linux-gnu-FCC... no
checking for i686-pc-linux-gnu-KCC... no
checking for i686-pc-linux-gnu-RCC... no
checking for i686-pc-linux-gnu-xlC_r... no
checking for i686-pc-linux-gnu-xlC... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for i686-pc-linux-gnu-readelf... no
checking for readelf... readelf
checking for sysdeps preconfigure fragments... x86_64
configure: running configure fragment for add-on nptl
configure: running configure fragment for add-on c_stubs
configure: running configure fragment for add-on libidn
checking add-on ports for preconfigure fragments... aarch64 alpha am33 arm hppa ia64 m68k mips tile
checking for assembler and linker STT_GNU_IFUNC support... yes
checking whether .text pseudo-op must be used... yes
checking sysdep dirs... nptl/sysdeps/unix/sysv/linux/i386/i686 sysdeps/unix/sysv/linux/i386/i686 nptl/sysdeps/unix/sysv/linux/i386 nptl/sysdeps/unix/sysv/linux/x86 sysdeps/unix/sysv/linux/x86 sysdeps/unix/sysv/linux/i386/nptl sysdeps/unix/sysv/linux/i386 nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread ports/sysdeps/unix/sysv/linux sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/inet nptl/sysdeps/unix/sysv ports/sysdeps/unix/sysv sysdeps/unix/sysv sysdeps/unix/i386 nptl/sysdeps/unix ports/sysdeps/unix sysdeps/unix sysdeps/posix sysdeps/i386/i686/fpu/multiarch sysdeps/i386/i686/fpu sysdeps/i386/i686/multiarch nptl/sysdeps/i386/i686 sysdeps/i386/i686 sysdeps/i386/i486 nptl/sysdeps/i386/i486 sysdeps/i386/fpu sysdeps/x86/fpu nptl/sysdeps/i386 sysdeps/i386 sysdeps/x86 sysdeps/wordsize-32 sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/ieee754 sysdeps/generic
configure: WARNING: add-on ports contributed no useful sysdeps directories
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/as is GNU as... yes
checking whether /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld is GNU ld... yes
checking for /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/as... /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/as
checking version of /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/as... 2.23.2, ok
checking for /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld... /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld
checking version of /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld... 2.23.2, ok
checking for i686-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc -m32
checking version of x86_64-pc-linux-gnu-gcc -m32... 4.7.3, ok
checking for gnumake... no
checking for gmake... gmake
checking version of gmake... 3.82, ok
checking for gnumsgfmt... no
checking for gmsgfmt... gmsgfmt
checking version of gmsgfmt... 0.18.3, ok
checking for makeinfo... makeinfo
checking version of makeinfo... 4.13, ok
checking for sed... sed
checking version of sed... 4.2.1, ok
checking for gawk... gawk
checking version of gawk... 4.0.2, ok
checking for i686-pc-linux-gnu-nm... no
checking for nm... nm
checking for autoconf... autoconf
checking whether autoconf works... no
configure: WARNING:
*** These auxiliary programs are missing or incompatible versions: autoconf
*** some features will be disabled.
*** Check the INSTALL file for required versions.
checking LD_LIBRARY_PATH variable... ok
checking whether GCC supports -static-libgcc... -static-libgcc
checking for bash... /bin/bash
checking for perl... /usr/bin/perl
checking for install-info... /usr/bin/install-info
checking for bison... /usr/local/bin/bison
checking for libc-friendly stddef.h... yes
checking whether we need to use -P to assemble .S files... no
checking for .set assembler directive... yes
checking for assembler gnu_unique_object symbol type... yes
checking for .symver assembler directive... yes
checking for ld --version-script... yes
checking for .previous assembler directive... yes
checking for .protected and .hidden assembler directive... yes
checking whether __attribute__((visibility())) is supported... yes
checking for broken __attribute__((visibility()))... no
checking for broken __attribute__((alias()))... no
checking whether to put _rtld_local into .sdata section... no
checking for .preinit_array/.init_array/.fini_array support... yes
checking whether to use .ctors/.dtors header and trailer... no
checking for libunwind-support in compiler... no
checking for linker that supports -z nodelete... yes
checking for linker that supports -z nodlopen... yes
checking for linker that supports -z initfirst... yes
checking for -z relro option... yes
checking for -Bgroup option... yes
checking whether --noexecstack is desirable for .S files... yes
checking for -z combreloc... yes
checking for linker that supports -z execstack... yes
checking for -fpie... yes
checking for --hash-style option... (cached) no
checking for sufficient default -shared layout... no
checking linker output format... elf32-i386
checking for -fno-toplevel-reorder -fno-section-anchors... yes
checking for -fstack-protector... yes
checking for -fgnu89-inline... yes
checking whether cc puts quotes around section names... no
checking for assembler .weak directive... yes
checking whether CFI directives are supported... yes
checking for ld --no-whole-archive... yes
checking for gcc -fexceptions... yes
checking for __builtin_memset... yes
checking for redirection of built-in functions... yes
checking for __thread... yes
checking for tls_model attribute... yes
checking for compiler option to disable generation of FMA instructions... -ffp-contract=off
checking for libgd... no
checking size of long double... 12
checking for _FORTIFY_SOURCE predefine... yes
checking whether x86_64-pc-linux-gnu-gcc -m32 implicitly enables -fstack-protector... no
running configure fragment for nptl/sysdeps/pthread
checking for forced unwind support... yes
checking for C cleanup handling... no
configure: error: the compiler must support C cleanup handling
* ERROR: sys-libs/glibc-2.17::gentoo failed (compile phase):
* failed to configure glibc
*
* Call stack:
* ebuild.sh, line 93: Called src_compile
* environment, line 3166: Called eblit-run 'src_compile'
* environment, line 937: Called eblit-glibc-src_compile
* src_compile.eblit, line 259: Called src_compile
* environment, line 3166: Called eblit-run 'src_compile'
* environment, line 937: Called eblit-glibc-src_compile
* src_compile.eblit, line 267: Called toolchain-glibc_src_compile
* src_compile.eblit, line 165: Called glibc_do_configure 'nptl'
* src_compile.eblit, line 113: Called die
* The specific snippet of code:
* "$@" || die "failed to configure glibc"
*
* If you need support, post the output of `emerge --info '=sys-libs/glibc-2.17::gentoo'`,
* the complete build log and the output of `emerge -pqv '=sys-libs/glibc-2.17::gentoo'`.
* The complete build log is located at '/var/tmp/portage/sys-libs/glibc-2.17/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-libs/glibc-2.17/temp/environment'.
* Working directory: '/var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl'
* S: '/var/tmp/portage/sys-libs/glibc-2.17/work/glibc-2.17'
>>> Failed to emerge sys-libs/glibc-2.17, Log file:
>>> '/var/tmp/portage/sys-libs/glibc-2.17/temp/build.log'
* Messages for package sys-libs/glibc-2.17:
* ERROR: sys-libs/glibc-2.17::gentoo failed (compile phase):
* failed to configure glibc
*
* Call stack:
* ebuild.sh, line 93: Called src_compile
* environment, line 3166: Called eblit-run 'src_compile'
* environment, line 937: Called eblit-glibc-src_compile
* src_compile.eblit, line 259: Called src_compile
* environment, line 3166: Called eblit-run 'src_compile'
* environment, line 937: Called eblit-glibc-src_compile
* src_compile.eblit, line 267: Called toolchain-glibc_src_compile
* src_compile.eblit, line 165: Called glibc_do_configure 'nptl'
* src_compile.eblit, line 113: Called die
* The specific snippet of code:
* "$@" || die "failed to configure glibc"
*
* If you need support, post the output of `emerge --info '=sys-libs/glibc-2.17::gentoo'`,
* the complete build log and the output of `emerge -pqv '=sys-libs/glibc-2.17::gentoo'`.
* The complete build log is located at '/var/tmp/portage/sys-libs/glibc-2.17/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-libs/glibc-2.17/temp/environment'.
* Working directory: '/var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl'
* S: '/var/tmp/portage/sys-libs/glibc-2.17/work/glibc-2.17'
[-- Attachment #3: emerge_ncurses --]
[-- Type: application/octet-stream, Size: 47058 bytes --]
* waiting for lock on /var/lib/gentoo/news/.news-gentoo.unread.portage_lockfile ... [ ok ]
* waiting for lock on /var/lib/gentoo/news/.news-gentoo.unread.portage_lockfile ... [ ok ]
* waiting for lock on /var/lib/gentoo/news/.news-gentoo.unread.portage_lockfile ... [ ok ]
* waiting for lock on /var/lib/gentoo/news/.news-gentoo.unread.portage_lockfile ... [ ok ]
Calculating dependencies * waiting for lock on /var/db/.pkg.portage_lockfile ... [ ok ]
... done!
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) sys-libs/ncurses-5.9-r2
* ncurses-5.9.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
>>> Unpacking source...
>>> Unpacking ncurses-5.9.tar.gz to /var/tmp/portage/sys-libs/ncurses-5.9-r2/work
* Applying ncurses-5.8-gfbsd.patch ...
[ ok ]
* Applying ncurses-5.7-nongnu.patch ...
[ ok ]
* Applying ncurses-5.9-rxvt-unicode-9.15.patch ...
[ ok ]
* Applying ncurses-5.9-fix-clang-build.patch ...
[ ok ]
>>> Source unpacked in /var/tmp/portage/sys-libs/ncurses-5.9-r2/work
>>> Compiling source in /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9 ...
* econf: updating ncurses-5.9/config.sub with /usr/share/gnuconfig/config.sub
* econf: updating ncurses-5.9/config.guess with /usr/share/gnuconfig/config.guess
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/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 --with-terminfo-dirs=/etc/terminfo:/usr/share/terminfo --with-shared --without-hashed-db --without-ada --with-cxx --with-cxx-binding --without-debug --with-profile --with-gpm --disable-termcap --enable-symlinks --with-rcs-ids --with-manpage-format=normal --enable-const --enable-colorfgbg --enable-echo --enable-pc-files --enable-warnings --without-assertions --disable-leaks --without-expanded --with-macros --without-trace --with-termlib --with-chtype=long --with-mmask-t=long --disable-ext-colors --disable-ext-mouse --without-pthread --without-reentrant
checking for egrep... grep -E
Configuring NCURSES 5.9 ABI 5 (Sat Apr 26 20:22:24 EEST 2014)
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
Configuring for linux-gnu
checking for prefix... /usr
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking version of x86_64-pc-linux-gnu-gcc... 86
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no
checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes
checking for POSIXized ISC... no
checking for x86_64-pc-linux-gnu-gcc option to accept ANSI C... -DCC_HAS_PROTOS
checking for ldconfig... /sbin/ldconfig
checking if you want to ensure bool is consistent with C++... yes
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking version of g++... 86
checking if you want to build C++ binding and demo... yes
checking if you want to build with Ada95... no
checking if you want to install manpages... yes
checking if you want to build programs such as tic... yes
checking if you want to build test-programs... yes
checking if you wish to install curses.h... yes
checking for mawk... no
checking for gawk... gawk
checking for egrep... (cached) grep -E
checking for a BSD compatible install... /usr/bin/install -c
checking for tdlint... no
checking for lint... no
checking for alint... no
checking for splint... no
checking for lclint... no
checking whether ln -s works... yes
checking if ln -s -f options work... yes
checking for long file names... yes
checking if you want to use pkg-config... yes
checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config
checking if we should install .pc files for /usr/bin/x86_64-pc-linux-gnu-pkg-config... yes
checking if we should assume mixed-case filenames... auto
checking if filesystem supports mixed-case filenames... yes
checking whether make sets ${MAKE}... yes
checking for exctags... no
checking for ctags... ctags
checking for exetags... no
checking for etags... etags
checking for ctags... yes
checking for etags... yes
checking for makeflags variable...
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking for x86_64-pc-linux-gnu-ld... x86_64-pc-linux-gnu-ld
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for x86_64-pc-linux-gnu-ar... (cached) x86_64-pc-linux-gnu-ar
checking for options to update archives... -curv
checking if you have specified an install-prefix...
checking if libtool -version-number should be used... yes
checking if you want to build libraries with libtool... no
checking if you want to build shared libraries... yes
checking if you want to build static libraries... yes
checking if you want to build debug libraries... no
checking if you want to build profiling libraries... yes
checking for specified models... shared normal profile
checking for default model... shared
checking if you want to build a separate terminfo library... yes
checking if you want to build a separate tic library... no
checking if you want to link with the GPM mouse library... yes
checking for gpm.h... yes
checking for Gpm_Open in -lgpm... yes
checking if you want to load GPM dynamically... yes
checking for dlsym... no
checking for dlsym in -ldl... yes
checking whether able to link to dl*() functions... ok
checking for soname of gpm library... libgpm.so.1
checking for Gpm_Wgetch in -lgpm... yes
checking if GPM is weakly bound to curses library... unknown
configure: WARNING: GPM library is already linked with curses - read the FAQ
checking for default loader flags...
checking if rpath option should be used... no
checking if shared libraries should be relinked during install... yes
checking for an rpath option... -Wl,-rpath,
checking if release/abi version should be used for shared libs... auto
checking which x86_64-pc-linux-gnu-gcc option to use... -fPIC
checking if rpath-hack should be disabled... no
checking for updated LDFLAGS... maybe
checking for ldd... ldd
checking if you wish to install ncurses overwriting curses... yes
checking if external terminfo-database is used... yes
checking which terminfo source-file will be installed... ${top_srcdir}/misc/terminfo.src
checking whether to use hashed database instead of directory/tree... no
checking for list of fallback descriptions...
checking if you want modern xterm or antique... xterm-new
checking for list of terminfo directories... /etc/terminfo:/usr/share/terminfo
checking for default terminfo directory... /usr/share/terminfo
checking if big-core option selected... yes
checking if big-strings option selected... yes
checking if you want termcap-fallback support... no
checking if ~/.terminfo is wanted... yes
checking if you want to use restricted environment when running as root... yes
checking for remove... yes
checking for unlink... yes
checking if link/symlink functions work... link symlink
checking if tic should use symbolic links... yes
checking if you want broken-linker support code... no
checking if tputs should process BSD-style prefix padding... no
checking if we must define _GNU_SOURCE... yes
checking if SIGWINCH is defined... yes
checking for nl_langinfo and CODESET... yes
checking if you want wide-character code... no
checking whether to enable _LP64 definition in curses.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for fseeko... yes
checking whether to use struct dirent64... no
checking if you want tparm not to use X/Open fixed-parameter list... yes
checking for type of bool... auto
checking for alternate terminal capabilities file... Caps
checking for type of chtype... long
checking for type of ospeed... short
checking for type of mmask_t... long
checking for size CCHARW_MAX... 5
checking if RCS identifiers should be compiled-in... yes
checking format of man-pages... normal
checking for manpage renaming... no
checking if manpage aliases will be installed... yes
checking if manpage symlinks should be used... yes
checking for manpage tbl... no
checking if you want to build with function extensions... yes
checking if you want to build with experimental SCREEN extensions... no
checking if you want to build with experimental terminal-driver... no
checking for extended use of const keyword... yes
checking if you want to use extended colors... no
checking if you want to use extended mouse encoding... no
checking if you want $NCURSES_NO_PADDING code... yes
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 signed char... yes
checking size of signed char... 1
checking if you want to use signed Boolean array in term.h... no
checking if you want SIGWINCH handler... yes
checking if you want user-definable terminal capabilities like termcap... yes
checking if you want all development code... no
checking if you want hard-tabs code... no
checking if you want limited support for xmc... no
checking if you do not want to assume colors are white-on-black... yes
checking if you want hashmap scrolling-optimization code... yes
checking if you want colorfgbg code... yes
checking if you want interop bindings... no
checking if you want to link with the pthread library... no
checking if you want experimental reentrant code... no
checking if you want experimental safe-sprintf code... no
checking if you want experimental wgetch-events code... no
checking if you want to display full commands during build... yes
checking if you want to see compiler warnings... yes
checking if this is really Intel C compiler... no
configure: checking for x86_64-pc-linux-gnu-gcc warning options...
... -W
... -Wall
... -Wbad-function-cast
... -Wcast-align
... -Wcast-qual
... -Winline
... -Wmissing-declarations
... -Wmissing-prototypes
... -Wnested-externs
... -Wpointer-arith
... -Wshadow
... -Wstrict-prototypes
... -Wundef
... -Wwrite-strings
... -Wdeclaration-after-statement
... -Wextra
... -Wno-unknown-pragmas
... -Wswitch-enum
checking if this is really Intel C++ compiler... no
configure: checking for x86_64-pc-linux-gnu-g++ warning options...
... -Wabi
... -fabi-version=0
... -Woverloaded-virtual
... -Wsign-promo
... -Wsynth
... -Wold-style-cast
... -Wcast-align
... -Wcast-qual
... no -Wmissing-prototypes
... -Wpointer-arith
... -Wshadow
... no -Wstrict-prototypes
... -Wundef
... -Wwrite-strings
... -Weffc++
... -Wno-unused
configure: checking for x86_64-pc-linux-gnu-gcc __attribute__ directives...
... scanf
... printf
... unused
... noreturn
checking if you want to enable runtime assertions... no
checking if you want to use dmalloc for testing... no
checking if you want to use dbmalloc for testing... no
checking if you want to use valgrind for testing... no
checking if you want to perform memory-leak testing... yes
checking whether to add trace feature to all models... no
checking for gettimeofday... yes
checking if -lm needed for math functions... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking whether time.h and sys/time.h may both be included... yes
checking for regcomp... yes
checking for regular-expression headers... regex.h
checking for fcntl.h... yes
checking for getopt.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for math.h... yes
checking for poll.h... yes
checking for sys/bsdtypes.h... no
checking for sys/ioctl.h... yes
checking for sys/param.h... yes
checking for sys/poll.h... yes
checking for sys/select.h... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for ttyent.h... yes
checking for unistd.h... (cached) yes
checking for wctype.h... yes
checking if sys/time.h works with sys/select.h... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking if x86_64-pc-linux-gnu-gcc supports options to tune inlining... yes
checking for signal global datatype... volatile sig_atomic_t
checking if unsigned literals are legal... yes
checking if external errno is declared... yes
checking if external errno exists... no
checking if data-only library module links... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getttynam... yes
checking for issetugid... no
checking for poll... yes
checking for remove... (cached) yes
checking for select... yes
checking for setbuf... yes
checking for setbuffer... yes
checking for setvbuf... yes
checking for sigaction... yes
checking for sigvec... yes
checking for strdup... yes
checking for strstr... yes
checking for tcgetpgrp... yes
checking for times... yes
checking for vsnprintf... yes
checking for isascii... yes
checking whether sigaction needs _POSIX_SOURCE... no
checking if nanosleep really works... yes
checking for termio.h... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking whether termios.h needs _POSIX_SOURCE... no
checking for tcgetattr... yes
checking for vsscanf function or workaround... vsscanf
checking for working mkstemp... yes
checking whether setvbuf arguments are reversed... no
checking return type of signal handlers... void
checking for type sigaction_t... no
checking declaration of size-change... yes
checking for memmove... yes
checking if poll really works... no
checking for va_copy... yes
checking for __va_copy... yes
checking for pid_t... yes
checking for unistd.h... (cached) yes
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for openpty in -lutil... yes
checking for openpty header... pty.h
checking if we should include stdbool.h... yes
checking for builtin bool type... no
checking for library stdc++... no
checking whether x86_64-pc-linux-gnu-g++ understands -c and -o together... yes
checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
checking for iostream... yes
checking for typeinfo... yes
checking if iostream uses std-namespace... yes
checking if we should include stdbool.h... (cached) yes
checking for builtin bool type... yes
checking for size of bool... unsigned char
checking for special defines needed for etip.h... MATH_H
checking if x86_64-pc-linux-gnu-g++ accepts parameter initialization... no
checking if x86_64-pc-linux-gnu-g++ accepts static_cast... yes
checking for library subsets... ticlib+termlib+ext_tinfo base+ext_funcs
checking default library suffix...
checking default library-dependency suffix... .so
checking default object directory... obj_s
checking c++ library-dependency suffix... .a
checking where we will install curses.h... ${prefix}/include
checking for src modules... ncurses progs panel menu form
checking for tic... /usr/bin/tic
configure: creating ./config.status
cat: confdefs.h: No such file or directory
config.status: creating include/MKterm.h.awk
config.status: creating include/curses.head
config.status: creating include/ncurses_dll.h
config.status: creating include/termcap.h
config.status: creating include/unctrl.h
config.status: creating man/Makefile
config.status: creating include/Makefile
config.status: creating ncurses/Makefile
config.status: creating progs/Makefile
config.status: creating panel/Makefile
config.status: creating menu/Makefile
config.status: creating form/Makefile
config.status: creating test/Makefile
config.status: creating misc/Makefile
config.status: creating c++/Makefile
config.status: creating misc/run_tic.sh
config.status: creating misc/ncurses-config
config.status: creating man/ncurses5-config.1
config.status: creating misc/gen-pkgconfig
config.status: creating Makefile
config.status: creating include/ncurses_cfg.h
Appending rules for shared model (ncurses: ticlib+termlib+ext_tinfo)
Appending rules for normal model (ncurses: ticlib+termlib+ext_tinfo)
Appending rules for profile model (ncurses: ticlib+termlib+ext_tinfo)
Appending rules for shared model (ncurses: base+ext_funcs)
Appending rules for normal model (ncurses: base+ext_funcs)
Appending rules for profile model (ncurses: base+ext_funcs)
Appending rules for shared model (progs: ticlib+termlib+ext_tinfo)
Appending rules for normal model (progs: ticlib+termlib+ext_tinfo)
Appending rules for profile model (progs: ticlib+termlib+ext_tinfo)
Appending rules for shared model (progs: base+ext_funcs)
Appending rules for normal model (progs: base+ext_funcs)
Appending rules for profile model (progs: base+ext_funcs)
Appending rules for shared model (panel: ticlib+termlib+ext_tinfo)
Appending rules for normal model (panel: ticlib+termlib+ext_tinfo)
Appending rules for profile model (panel: ticlib+termlib+ext_tinfo)
Appending rules for shared model (panel: base+ext_funcs)
Appending rules for normal model (panel: base+ext_funcs)
Appending rules for profile model (panel: base+ext_funcs)
Appending rules for shared model (menu: ticlib+termlib+ext_tinfo)
Appending rules for normal model (menu: ticlib+termlib+ext_tinfo)
Appending rules for profile model (menu: ticlib+termlib+ext_tinfo)
Appending rules for shared model (menu: base+ext_funcs)
Appending rules for normal model (menu: base+ext_funcs)
Appending rules for profile model (menu: base+ext_funcs)
Appending rules for shared model (form: ticlib+termlib+ext_tinfo)
Appending rules for normal model (form: ticlib+termlib+ext_tinfo)
Appending rules for profile model (form: ticlib+termlib+ext_tinfo)
Appending rules for shared model (form: base+ext_funcs)
Appending rules for normal model (form: base+ext_funcs)
Appending rules for profile model (form: base+ext_funcs)
Appending rules for shared model (test: ticlib+termlib+ext_tinfo)
Appending rules for normal model (test: ticlib+termlib+ext_tinfo)
Appending rules for profile model (test: ticlib+termlib+ext_tinfo)
Appending rules for shared model (test: base+ext_funcs)
Appending rules for normal model (test: base+ext_funcs)
Appending rules for profile model (test: base+ext_funcs)
Appending rules for shared model (c++: ticlib+termlib+ext_tinfo)
Appending rules for normal model (c++: ticlib+termlib+ext_tinfo)
Appending rules for profile model (c++: ticlib+termlib+ext_tinfo)
Appending rules for shared model (c++: base+ext_funcs)
Appending rules for normal model (c++: base+ext_funcs)
Appending rules for profile model (c++: base+ext_funcs)
creating headers.sh
** Configuration summary for NCURSES 5.9 20110404:
extended funcs: yes
xterm terminfo: xterm-new
bin directory: /usr/bin
lib directory: /usr/lib64
include directory: /usr/include
man directory: /usr/share/man
terminfo directory: /usr/share/terminfo
sed: can't read confdefs.h: No such file or directory
make -j5 -j1 sources
cd man && make DESTDIR="" sources
make[1]: Entering directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/man'
sh /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/man/MKterminfo.sh /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/man/terminfo.head /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/man/../include/Caps /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/man/terminfo.tail >terminfo.5
make[1]: Leaving directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/man'
cd include && make DESTDIR="" sources
make[1]: Entering directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/include'
cat curses.head >curses.h
AWK=gawk sh /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/include/MKkey_defs.sh /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/include/Caps >>curses.h
sh -c 'if test "chtype" = "cchar_t" ; then cat /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/include/curses.wide >>curses.h ; fi'
cat /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/include/curses.tail >>curses.h
sh /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/include/MKhashsize.sh /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/include/Caps >hashsize.h
AWK=gawk sh /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/include/MKncurses_def.sh /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/include/ncurses_defs >ncurses_def.h
AWK=gawk sh /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/include/MKparametrized.sh /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/include/Caps >parametrized.h
touch config.h
gawk -f MKterm.h.awk /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/include/Caps > term.h
sh /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/include/edit_cfg.sh ../include/ncurses_cfg.h term.h
** edit: HAVE_TCGETATTR 0
** edit: HAVE_TERMIOS_H 0
** edit: HAVE_TERMIO_H 0
** edit: BROKEN_LINKER 0
make[1]: Leaving directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/include'
cd ncurses && make DESTDIR="" sources
make[1]: Entering directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/ncurses'
gawk -f /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/MKcodes.awk bigstrings=1 /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/../include/Caps >codes.c
x86_64-pc-linux-gnu-gcc -o make_hash -DHAVE_CONFIG_H -I../ncurses -I/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses -I/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/../include -I../include -DUSE_BUILD_CC -D_GNU_SOURCE -O1 -pipe /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/make_hash.c -Wl,-O1 -Wl,--as-needed
In file included from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/build.priv.h:85:0,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/make_hash.c:40:
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/../include/nc_alloc.h:97:0: warning: "strdup" redefined [enabled by default]
In file included from /usr/include/string.h:633:0,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/build.priv.h:62,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/make_hash.c:40:
/usr/include/bits/string2.h:1314:0: note: this is the location of the previous definition
sh -e /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/MKcaptab.sh gawk 1 /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/MKcaptab.awk /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/../include/Caps > comp_captab.c
sh -e /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tty/MKexpanded.sh "x86_64-pc-linux-gnu-gcc -E" -DHAVE_CONFIG_H -I../ncurses -I/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses -D_GNU_SOURCE -DXTSTRINGDEFINES -DNDEBUG -I. -I../include -I/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/../include > expanded.c
sh -e /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/MKfallback.sh /usr/share/terminfo /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/misc/terminfo.src /usr/bin/tic >fallback.c
sh -e /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/base/MKlib_gen.sh "x86_64-pc-linux-gnu-gcc -E -DHAVE_CONFIG_H -I../ncurses -I/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses -D_GNU_SOURCE -DXTSTRINGDEFINES -DNDEBUG -I. -I../include -I/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/../include" "gawk" generated <../include/curses.h >lib_gen.c
AWK=gawk sh /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/MKkeys_list.sh /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/include/Caps | sort >keys.list
gawk -f /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/base/MKkeyname.awk bigstrings=1 keys.list > lib_keyname.c
sh -e /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/base/MKlib_gen.sh "x86_64-pc-linux-gnu-gcc -E -DHAVE_CONFIG_H -I../ncurses -I/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses -D_GNU_SOURCE -DXTSTRINGDEFINES -DNDEBUG -I. -I../include -I/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/../include" "gawk" implemented <../include/curses.h >link_test.c
gawk -f /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/MKnames.awk bigstrings=1 /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/../include/Caps >names.c
echo | gawk -f /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/base/MKunctrl.awk bigstrings=1 >unctrl.c
x86_64-pc-linux-gnu-gcc -o make_keys -DHAVE_CONFIG_H -I../ncurses -I/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses -I/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/../include -I../include -DUSE_BUILD_CC -D_GNU_SOURCE -O1 -pipe /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/make_keys.c -Wl,-O1 -Wl,--as-needed
In file included from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/build.priv.h:85:0,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/make_keys.c:40:
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/../include/nc_alloc.h:97:0: warning: "strdup" redefined [enabled by default]
In file included from /usr/include/string.h:633:0,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/build.priv.h:62,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/make_keys.c:40:
/usr/include/bits/string2.h:1314:0: note: this is the location of the previous definition
./make_keys keys.list > init_keytry.h
make[1]: Leaving directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/ncurses'
cd progs && make DESTDIR="" sources
make[1]: Entering directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/progs'
sh /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/progs/MKtermsort.sh gawk /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/progs/../include/Caps >termsort.c
echo "#ifndef __TRANSFORM_H" >transform.h
echo "#define __TRANSFORM_H 1" >>transform.h
echo "#include <progs.priv.h>" >>transform.h
echo "extern bool same_program(const char *, const char *);" >>transform.h
sh -c 'if test -n "" ; then echo "#define SUFFIX_IGNORED \"\"">>transform.h; fi'
echo "#define PROG_CAPTOINFO \"`echo captoinfo| sed 's/$//'|sed 's,x,x,'|sed 's/$//'`\"" >>transform.h
echo "#define PROG_INFOTOCAP \"`echo infotocap| sed 's/$//'|sed 's,x,x,'|sed 's/$//'`\"" >>transform.h
echo "#define PROG_RESET \"`echo reset| sed 's/$//'|sed 's,x,x,'|sed 's/$//'`\"" >>transform.h
echo "#define PROG_INIT \"`echo init| sed 's/$//'|sed 's,x,x,'|sed 's/$//'`\"" >>transform.h
echo "#endif /* __TRANSFORM_H */" >>transform.h
make[1]: Leaving directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/progs'
cd panel && make DESTDIR="" sources
make[1]: Entering directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/panel'
rm -f ../include/panel.h
cp /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/panel/panel.h ../include/panel.h
make[1]: Leaving directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/panel'
cd menu && make DESTDIR="" sources
make[1]: Entering directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/menu'
rm -f ../include/menu.h
cp /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/menu/menu.h ../include/menu.h
rm -f ../include/eti.h
cp /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/menu/eti.h ../include/eti.h
rm -f ../include/mf_common.h
cp /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/menu/mf_common.h ../include/mf_common.h
make[1]: Leaving directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/menu'
cd form && make DESTDIR="" sources
make[1]: Entering directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/form'
rm -f ../include/form.h
cp /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/form/form.h ../include/form.h
make[1]: Leaving directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/form'
cd test && make DESTDIR="" sources
make[1]: Entering directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/test'
make[1]: Nothing to be done for `sources'.
make[1]: Leaving directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/test'
cd misc && make DESTDIR="" sources
make[1]: Entering directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/misc'
WHICH_XTERM=xterm-new \
ticdir=/usr/share/terminfo \
/bin/sh /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/misc/gen_edit.sh >run_tic.sed
echo '** adjusting tabset paths'
** adjusting tabset paths
sed -f run_tic.sed /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/misc/terminfo.src >terminfo.tmp
/bin/sh ./gen-pkgconfig
touch pc-files
make[1]: Leaving directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/misc'
cd c++ && make DESTDIR="" sources
make[1]: Entering directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/c++'
cp /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/c++/etip.h.in etip.h
sh /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/c++/edit_cfg.sh ../include/ncurses_cfg.h etip.h
substituting autoconf'd values from ../include/ncurses_cfg.h into etip.h
... CPP_HAS_PARAM_INIT 0
... CPP_HAS_STATIC_CAST 0
... ETIP_NEEDS_MATH_EXCEPTION 0
... ETIP_NEEDS_MATH_H 0
... HAVE_BUILTIN_H 0
... HAVE_GPP_BUILTIN_H 0
... HAVE_GXX_BUILTIN_H 0
... HAVE_IOSTREAM 0
... HAVE_TYPEINFO 0
... HAVE_VALUES_H 0
... IOSTREAM_NAMESPACE 0
make[1]: Leaving directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/c++'
make -j5
cd man && make DESTDIR="" all
make[1]: Entering directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/man'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/man'
cd include && make DESTDIR="" all
make[1]: Entering directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/include'
cd ncurses && make DESTDIR="" all
make[1]: Entering directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/ncurses'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I../ncurses -I/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses -D_GNU_SOURCE -DXTSTRINGDEFINES -DNDEBUG -I. -I../include -I/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/../include -Wextra -Wall -O2 -pipe -march=native --param max-inline-insns-single=1200 -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wundef -Wwrite-strings -Wdeclaration-after-statement -Wextra -Wno-unknown-pragmas -Wswitch-enum -fPIC -DUSE_TERMLIB -c /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/access.c -o ../obj_s/access.o
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I../ncurses -I/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses -D_GNU_SOURCE -DXTSTRINGDEFINES -DNDEBUG -I. -I../include -I/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/../include -Wextra -Wall -O2 -pipe -march=native --param max-inline-insns-single=1200 -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wundef -Wwrite-strings -Wdeclaration-after-statement -Wextra -Wno-unknown-pragmas -Wswitch-enum -fPIC -DUSE_TERMLIB -c /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/add_tries.c -o ../obj_s/add_tries.o
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I../ncurses -I/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses -D_GNU_SOURCE -DXTSTRINGDEFINES -DNDEBUG -I. -I../include -I/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/../include -Wextra -Wall -O2 -pipe -march=native --param max-inline-insns-single=1200 -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wundef -Wwrite-strings -Wdeclaration-after-statement -Wextra -Wno-unknown-pragmas -Wswitch-enum -fPIC -DUSE_TERMLIB -c /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/alloc_ttype.c -o ../obj_s/alloc_ttype.o
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I../ncurses -I/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses -D_GNU_SOURCE -DXTSTRINGDEFINES -DNDEBUG -I. -I../include -I/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/../include -Wextra -Wall -O2 -pipe -march=native --param max-inline-insns-single=1200 -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wundef -Wwrite-strings -Wdeclaration-after-statement -Wextra -Wno-unknown-pragmas -Wswitch-enum -fPIC -DUSE_TERMLIB -c ../ncurses/codes.c -o ../obj_s/codes.o
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I../ncurses -I/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses -D_GNU_SOURCE -DXTSTRINGDEFINES -DNDEBUG -I. -I../include -I/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/../include -Wextra -Wall -O2 -pipe -march=native --param max-inline-insns-single=1200 -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wundef -Wwrite-strings -Wdeclaration-after-statement -Wextra -Wno-unknown-pragmas -Wswitch-enum -fPIC -DUSE_TERMLIB -c ../ncurses/comp_captab.c -o ../obj_s/comp_captab.o
In file included from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/alloc_ttype.c:41:0:
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:199:0: warning: "USE_SCROLL_HINTS" redefined [enabled by default]
In file included from ../include/ncurses_cfg.h:49:0,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:56,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/alloc_ttype.c:41:
../include/ncurses_def.h:697:0: note: this is the location of the previous definition
In file included from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/alloc_ttype.c:41:0:
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:773:2: error: unknown type name ‘SIG_ATOMIC_T’
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:774:2: error: unknown type name ‘SIG_ATOMIC_T’
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:1165:1: error: unknown type name ‘SIG_ATOMIC_T’
In file included from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:1444:0,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/alloc_ttype.c:41:
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/../include/nc_alloc.h:97:0: warning: "strdup" redefined [enabled by default]
In file included from /usr/include/string.h:633:0,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:66,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/alloc_ttype.c:41:
/usr/include/bits/string2.h:1314:0: note: this is the location of the previous definition
In file included from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/access.c:33:0:
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:199:0: warning: "USE_SCROLL_HINTS" redefined [enabled by default]
In file included from ../include/ncurses_cfg.h:49:0,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:56,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/access.c:33:
../include/ncurses_def.h:697:0: note: this is the location of the previous definition
In file included from ../ncurses/codes.c:3:0:
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:199:0: warning: "USE_SCROLL_HINTS" redefined [enabled by default]
In file included from ../include/ncurses_cfg.h:49:0,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:56,
from ../ncurses/codes.c:3:
../include/ncurses_def.h:697:0: note: this is the location of the previous definition
In file included from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/add_tries.c:40:0:
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:199:0: warning: "USE_SCROLL_HINTS" redefined [enabled by default]
In file included from ../include/ncurses_cfg.h:49:0,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:56,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/add_tries.c:40:
../include/ncurses_def.h:697:0: note: this is the location of the previous definition
In file included from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/access.c:33:0:
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:773:2: error: unknown type name ‘SIG_ATOMIC_T’
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:774:2: error: unknown type name ‘SIG_ATOMIC_T’
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:1165:1: error: unknown type name ‘SIG_ATOMIC_T’
In file included from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:1444:0,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/access.c:33:
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/../include/nc_alloc.h:97:0: warning: "strdup" redefined [enabled by default]
In file included from /usr/include/string.h:633:0,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:66,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/access.c:33:
/usr/include/bits/string2.h:1314:0: note: this is the location of the previous definition
make[1]: *** [../obj_s/alloc_ttype.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from ../ncurses/comp_captab.c:11:0:
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:199:0: warning: "USE_SCROLL_HINTS" redefined [enabled by default]
In file included from ../include/ncurses_cfg.h:49:0,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:56,
from ../ncurses/comp_captab.c:11:
../include/ncurses_def.h:697:0: note: this is the location of the previous definition
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/access.c: In function ‘_nc_access’:
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/access.c:111:5: warning: implicit declaration of function ‘access’ [-Wimplicit-function-declaration]
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/access.c:111:5: warning: nested extern declaration of ‘access’ [-Wnested-externs]
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/access.c: In function ‘_nc_env_access’:
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/access.c:173:5: warning: implicit declaration of function ‘getuid’ [-Wimplicit-function-declaration]
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/access.c:173:5: warning: nested extern declaration of ‘getuid’ [-Wnested-externs]
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/access.c:173:5: warning: implicit declaration of function ‘geteuid’ [-Wimplicit-function-declaration]
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/access.c:173:5: warning: nested extern declaration of ‘geteuid’ [-Wnested-externs]
In file included from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/add_tries.c:40:0:
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:773:2: error: unknown type name ‘SIG_ATOMIC_T’
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:774:2: error: unknown type name ‘SIG_ATOMIC_T’
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:1165:1: error: unknown type name ‘SIG_ATOMIC_T’
In file included from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:1444:0,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/add_tries.c:40:
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/../include/nc_alloc.h:97:0: warning: "strdup" redefined [enabled by default]
In file included from /usr/include/string.h:633:0,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:66,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/tinfo/add_tries.c:40:
/usr/include/bits/string2.h:1314:0: note: this is the location of the previous definition
In file included from ../ncurses/codes.c:3:0:
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:773:2: error: unknown type name ‘SIG_ATOMIC_T’
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:774:2: error: unknown type name ‘SIG_ATOMIC_T’
make[1]: *** [../obj_s/access.o] Error 1
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:1165:1: error: unknown type name ‘SIG_ATOMIC_T’
In file included from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:1444:0,
from ../ncurses/codes.c:3:
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/../include/nc_alloc.h:97:0: warning: "strdup" redefined [enabled by default]
In file included from /usr/include/string.h:633:0,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:66,
from ../ncurses/codes.c:3:
/usr/include/bits/string2.h:1314:0: note: this is the location of the previous definition
In file included from ../ncurses/comp_captab.c:11:0:
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:773:2: error: unknown type name ‘SIG_ATOMIC_T’
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:774:2: error: unknown type name ‘SIG_ATOMIC_T’
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:1165:1: error: unknown type name ‘SIG_ATOMIC_T’
In file included from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:1444:0,
from ../ncurses/comp_captab.c:11:
/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/../include/nc_alloc.h:97:0: warning: "strdup" redefined [enabled by default]
In file included from /usr/include/string.h:633:0,
from /var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9/ncurses/curses.priv.h:66,
from ../ncurses/comp_captab.c:11:
/usr/include/bits/string2.h:1314:0: note: this is the location of the previous definition
make[1]: *** [../obj_s/add_tries.o] Error 1
make[1]: *** [../obj_s/codes.o] Error 1
make[1]: *** [../obj_s/comp_captab.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc/ncurses'
make: *** [all] Error 2
emake failed
* ERROR: sys-libs/ncurses-5.9-r2::gentoo failed (compile phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 93: Called src_compile
* environment, line 2247: Called do_compile 'narrowc'
* environment, line 547: Called die
* The specific snippet of code:
* emake ${make_flags} || die
*
* If you need support, post the output of `emerge --info '=sys-libs/ncurses-5.9-r2::gentoo'`,
* the complete build log and the output of `emerge -pqv '=sys-libs/ncurses-5.9-r2::gentoo'`.
* The complete build log is located at '/var/tmp/portage/sys-libs/ncurses-5.9-r2/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-libs/ncurses-5.9-r2/temp/environment'.
* Working directory: '/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc'
* S: '/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9'
>>> Failed to emerge sys-libs/ncurses-5.9-r2, Log file:
>>> '/var/tmp/portage/sys-libs/ncurses-5.9-r2/temp/build.log'
* Messages for package sys-libs/ncurses-5.9-r2:
* ERROR: sys-libs/ncurses-5.9-r2::gentoo failed (compile phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 93: Called src_compile
* environment, line 2247: Called do_compile 'narrowc'
* environment, line 547: Called die
* The specific snippet of code:
* emake ${make_flags} || die
*
* If you need support, post the output of `emerge --info '=sys-libs/ncurses-5.9-r2::gentoo'`,
* the complete build log and the output of `emerge -pqv '=sys-libs/ncurses-5.9-r2::gentoo'`.
* The complete build log is located at '/var/tmp/portage/sys-libs/ncurses-5.9-r2/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-libs/ncurses-5.9-r2/temp/environment'.
* Working directory: '/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/narrowc'
* S: '/var/tmp/portage/sys-libs/ncurses-5.9-r2/work/ncurses-5.9'
[-- Attachment #4: emerge_weechat --]
[-- Type: application/octet-stream, Size: 211101 bytes --]
Calculating dependencies .... done!
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) net-irc/weechat-0.4.3-r1
* weechat-0.4.3.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
>>> Unpacking source...
>>> Unpacking weechat-0.4.3.tar.bz2 to /var/tmp/portage/net-irc/weechat-0.4.3-r1/work
>>> Source unpacked in /var/tmp/portage/net-irc/weechat-0.4.3-r1/work
>>> Preparing source in /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 ...
* Applying weechat-0.4.3-always-link-against-pthreads.patch ...
[ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 ...
>>> Working in BUILD_DIR: "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build"
cmake --no-warn-unused-cli -C /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_NCURSES=ON -DENABLE_LARGEFILE=ON -DENABLE_DEMO=OFF -DENABLE_GTK=OFF -DPYTHON_EXECUTABLE=/usr/bin/python2.7 -DENABLE_alias=ON -DENABLE_ALIAS=ON -DENABLE_Alias=ON -DENABLE_doc=ON -DENABLE_DOC=ON -DENABLE_Doc=ON -DENABLE_charset=ON -DENABLE_CHARSET=ON -DENABLE_Charset=ON -DENABLE_fifo=ON -DENABLE_FIFO=ON -DENABLE_Fifo=ON -DENABLE_guile=OFF -DENABLE_GUILE=OFF -DENABLE_Guile=OFF -DENABLE_irc=ON -DENABLE_IRC=ON -DENABLE_Irc=ON -DENABLE_logger=ON -DENABLE_LOGGER=ON -DENABLE_Logger=ON -DENABLE_lua=OFF -DENABLE_LUA=OFF -DENABLE_Lua=OFF -DENABLE_nls=ON -DENABLE_NLS=ON -DENABLE_Nls=ON -DENABLE_perl=ON -DENABLE_PERL=ON -DENABLE_Perl=ON -DENABLE_python=ON -DENABLE_PYTHON=ON -DENABLE_Python=ON -DENABLE_relay=ON -DENABLE_RELAY=ON -DENABLE_Relay=ON -DENABLE_rmodifier=ON -DENABLE_RMODIFIER=ON -DENABLE_Rmodifier=ON -DENABLE_ruby=OFF -DENABLE_RUBY=OFF -DENABLE_Ruby=OFF -DENABLE_scripts=ON -DENABLE_SCRIPTS=ON -DENABLE_Scripts=ON -DENABLE_script=ON -DENABLE_ASPELL=OFF -DENABLE_GNUTLS=ON -DENABLE_tcl=OFF -DENABLE_TCL=OFF -DENABLE_Tcl=OFF -DENABLE_xfer=ON -DENABLE_XFER=ON -DENABLE_Xfer=ON -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_INSTALL_DO_STRIP=OFF -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/gentoo_rules.cmake /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3
Not searching for unused variables given on the command line.
loading initial cache file /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/gentoo_common_config.cmake
-- The C compiler identification is GNU 4.7.3
-- 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
-- Looking for include file langinfo.h
-- Looking for include file langinfo.h - found
-- Looking for include file sys/resource.h
-- Looking for include file sys/resource.h - found
-- Looking for mallinfo
-- Looking for mallinfo - found
-- Looking for eat_newline_glitch
-- Looking for eat_newline_glitch - found
-- Looking for include file libintl.h
-- Looking for include file libintl.h - found
-- Looking for dgettext
-- Looking for dgettext - found
-- Found GCRYPT: -lgcrypt -lgpg-error
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.8")
-- Looking for iconv_open
-- Looking for iconv_open - found
-- Performing Test ICONV_2ARG_IS_CONST
-- Performing Test ICONV_2ARG_IS_CONST - Failed
-- Found CURL: /usr/lib64/libcurl.so (found version "7.30.0")
-- Looking for flock
-- Looking for flock - found
-- Looking for backtrace
-- Looking for backtrace - found
-- Looking for include file ncursesw/ncurses.h
-- Looking for include file ncursesw/ncurses.h - found
-- <<< Gentoo configuration >>>
Build type Gentoo
Install path /usr
Compiler flags:
C -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration
C++
Linker flags:
Executable -Wl,-O1 -Wl,--as-needed
Module -Wl,-O1 -Wl,--as-needed
Shared -Wl,-O1 -Wl,--as-needed
-- Configuring done
-- Generating done
-- Build files have been written to: /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build
>>> Source configured.
>>> Compiling source in /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 ...
>>> Working in BUILD_DIR: "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build"
make -j5 VERBOSE=1
/usr/bin/cmake -H/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 -B/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f CMakeFiles/version_git.dir/build.make CMakeFiles/version_git.dir/depend
make -f po/CMakeFiles/translations.dir/build.make po/CMakeFiles/translations.dir/depend
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles/version_git.dir/DependInfo.cmake
make -f src/plugins/CMakeFiles/weechat_plugins.dir/build.make src/plugins/CMakeFiles/weechat_plugins.dir/depend
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/po /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po/CMakeFiles/translations.dir/DependInfo.cmake
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/CMakeFiles/weechat_plugins.dir/DependInfo.cmake
make -f src/plugins/CMakeFiles/weechat_plugins_scripts.dir/build.make src/plugins/CMakeFiles/weechat_plugins_scripts.dir/depend
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles/version_git.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles/version_git.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles/version_git.dir/depend.internal".
Scanning dependencies of target version_git
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f CMakeFiles/version_git.dir/build.make CMakeFiles/version_git.dir/build
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/CMakeFiles/weechat_plugins_scripts.dir/DependInfo.cmake
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po/CMakeFiles/translations.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po/CMakeFiles/translations.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po/CMakeFiles/translations.dir/depend.internal".
Scanning dependencies of target translations
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/CMakeFiles/weechat_plugins.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/CMakeFiles/weechat_plugins.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/CMakeFiles/weechat_plugins.dir/depend.internal".
Scanning dependencies of target weechat_plugins
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f po/CMakeFiles/translations.dir/build.make po/CMakeFiles/translations.dir/build
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/git-version.sh /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 0.4.3 config-git.h
make -f src/plugins/alias/CMakeFiles/alias.dir/build.make src/plugins/alias/CMakeFiles/alias.dir/depend
Creating file config-git.h with git version: ""
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/CMakeFiles/weechat_plugins_scripts.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/CMakeFiles/weechat_plugins_scripts.dir/depend.internal".
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/CMakeFiles/weechat_plugins_scripts.dir/depend.internal".
Scanning dependencies of target weechat_plugins_scripts
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/alias /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/alias /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/alias/CMakeFiles/alias.dir/DependInfo.cmake
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f src/plugins/CMakeFiles/weechat_plugins.dir/build.make src/plugins/CMakeFiles/weechat_plugins.dir/build
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 53
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f src/plugins/CMakeFiles/weechat_plugins_scripts.dir/build.make src/plugins/CMakeFiles/weechat_plugins_scripts.dir/build
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 89
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 91
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/alias/CMakeFiles/alias.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/alias/CMakeFiles/alias.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/alias/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/alias/CMakeFiles/alias.dir/depend.internal".
Scanning dependencies of target alias
[ 0%] [ 1%] [ 3%] [ 2%] make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
Building C object src/plugins/CMakeFiles/weechat_plugins.dir/plugin.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/weechat_plugins.dir/plugin.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/plugin.c
Building C object src/plugins/CMakeFiles/weechat_plugins_scripts.dir/plugin-script.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/weechat_plugins_scripts.dir/plugin-script.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/plugin-script.c
make -f src/plugins/alias/CMakeFiles/alias.dir/build.make src/plugins/alias/CMakeFiles/alias.dir/build
Built target version_git
Generating weechat.pot
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po && /usr/bin/xgettext -o /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po/weechat.pot --add-comments='TRANSLATORS:' --keyword='_' --keyword='weechat_gettext' --keyword='N_' --keyword='NG_:1,2' --keyword='weechat_ngettext:1,2' --no-location --from-code=UTF-8 --directory=/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 --package-name='WeeChat' --package-version=0.4.3 --msgid-bugs-address=flashcode@flashtux.org --copyright-holder='NAME' ./src/core/wee-backtrace.c ./src/core/wee-backtrace.h ./src/core/weechat.c ./src/core/weechat.h ./src/core/wee-command.c ./src/core/wee-command.h ./src/core/wee-completion.c ./src/core/wee-completion.h ./src/core/wee-config.c ./src/core/wee-config-file.c ./src/core/wee-config-file.h ./src/core/wee-config.h ./src/core/wee-debug.c ./src/core/wee-debug.h ./src/core/wee-eval.c ./src/core/wee-eval.h ./src/core/wee-hook.c ./src/core/wee-hook.h ./src/core/wee-infolist.c ./src/core/wee-infolist.h ./src/core/wee-input.c ./src/core/wee-input.h ./src/core/wee-list.c ./src/core/wee-list.h ./src/core/wee-log.c ./src/core/wee-log.h ./src/core/wee-network.c ./src/core/wee-network.h ./src/core/wee-proxy.c ./src/core/wee-proxy.h ./src/core/wee-secure.c ./src/core/wee-secure.h ./src/core/wee-string.c ./src/core/wee-string.h ./src/core/wee-upgrade.c ./src/core/wee-upgrade.h ./src/core/wee-upgrade-file.c ./src/core/wee-upgrade-file.h ./src/core/wee-url.c ./src/core/wee-url.h ./src/core/wee-utf8.c ./src/core/wee-utf8.h ./src/core/wee-util.c ./src/core/wee-util.h ./src/core/wee-version.c ./src/core/wee-version.h ./src/gui/curses/gui-curses-bar-window.c ./src/gui/curses/gui-curses-chat.c ./src/gui/curses/gui-curses-color.c ./src/gui/curses/gui-curses.h ./src/gui/curses/gui-curses-key.c ./src/gui/curses/gui-curses-main.c ./src/gui/curses/gui-curses-mouse.c ./src/gui/curses/gui-curses-window.c ./src/gui/gui-bar.c ./src/gui/gui-bar.h ./src/gui/gui-bar-item.c ./src/gui/gui-bar-item.h ./src/gui/gui-bar-window.c ./src/gui/gui-bar-window.h ./src/gui/gui-buffer.c ./src/gui/gui-buffer.h ./src/gui/gui-chat.c ./src/gui/gui-chat.h ./src/gui/gui-color.c ./src/gui/gui-color.h ./src/gui/gui-cursor.c ./src/gui/gui-cursor.h ./src/gui/gui-completion.c ./src/gui/gui-completion.h ./src/gui/gui-filter.c ./src/gui/gui-filter.h ./src/gui/gui-focus.c ./src/gui/gui-focus.h ./src/gui/gui-history.c ./src/gui/gui-history.h ./src/gui/gui-hotlist.c ./src/gui/gui-hotlist.h ./src/gui/gui-input.c ./src/gui/gui-input.h ./src/gui/gui-key.c ./src/gui/gui-key.h ./src/gui/gui-layout.c ./src/gui/gui-layout.h ./src/gui/gui-line.c ./src/gui/gui-line.h ./src/gui/gui-main.h ./src/gui/gui-mouse.c ./src/gui/gui-mouse.h ./src/gui/gui-nicklist.c ./src/gui/gui-nicklist.h ./src/gui/gui-window.c ./src/gui/gui-window.h ./src/plugins/alias/alias.c ./src/plugins/alias/alias.h ./src/plugins/alias/alias-config.c ./src/plugins/alias/alias-config.h ./src/plugins/alias/alias-info.c ./src/plugins/alias/alias-info.h ./src/plugins/aspell/weechat-aspell.c ./src/plugins/aspell/weechat-aspell.h ./src/plugins/aspell/weechat-aspell-bar-item.c ./src/plugins/aspell/weechat-aspell-bar-item.h ./src/plugins/aspell/weechat-aspell-command.c ./src/plugins/aspell/weechat-aspell-command.h ./src/plugins/aspell/weechat-aspell-completion.c ./src/plugins/aspell/weechat-aspell-completion.h ./src/plugins/aspell/weechat-aspell-config.c ./src/plugins/aspell/weechat-aspell-config.h ./src/plugins/aspell/weechat-aspell-info.c ./src/plugins/aspell/weechat-aspell-info.h ./src/plugins/aspell/weechat-aspell-speller.c ./src/plugins/aspell/weechat-aspell-speller.h ./src/plugins/charset/charset.c ./src/plugins/fifo/fifo.c ./src/plugins/fifo/fifo.h ./src/plugins/fifo/fifo-info.c ./src/plugins/fifo/fifo-info.h ./src/plugins/irc/irc-bar-item.c ./src/plugins/irc/irc-bar-item.h ./src/plugins/irc/irc-buffer.c ./src/plugins/irc/irc-buffer.h ./src/plugins/irc/irc.c ./src/plugins/irc/irc-channel.c ./src/plugins/irc/irc-channel.h ./src/plugins/irc/irc-color.c ./src/plugins/irc/irc-color.h ./src/plugins/irc/irc-command.c ./src/plugins/irc/irc-command.h ./src/plugins/irc/irc-completion.c ./src/plugins/irc/irc-completion.h ./src/plugins/irc/irc-config.c ./src/plugins/irc/irc-config.h ./src/plugins/irc/irc-ctcp.c ./src/plugins/irc/irc-ctcp.h ./src/plugins/irc/irc-debug.c ./src/plugins/irc/irc-debug.h ./src/plugins/irc/irc.h ./src/plugins/irc/irc-ignore.c ./src/plugins/irc/irc-ignore.h ./src/plugins/irc/irc-info.c ./src/plugins/irc/irc-info.h ./src/plugins/irc/irc-input.c ./src/plugins/irc/irc-input.h ./src/plugins/irc/irc-message.c ./src/plugins/irc/irc-message.h ./src/plugins/irc/irc-mode.c ./src/plugins/irc/irc-mode.h ./src/plugins/irc/irc-msgbuffer.c ./src/plugins/irc/irc-msgbuffer.h ./src/plugins/irc/irc-nick.c ./src/plugins/irc/irc-nick.h ./src/plugins/irc/irc-notify.c ./src/plugins/irc/irc-notify.h ./src/plugins/irc/irc-protocol.c ./src/plugins/irc/irc-protocol.h ./src/plugins/irc/irc-raw.c ./src/plugins/irc/irc-raw.h ./src/plugins/irc/irc-redirect.c ./src/plugins/irc/irc-redirect.h ./src/plugins/irc/irc-sasl.c ./src/plugins/irc/irc-sasl.h ./src/plugins/irc/irc-server.c ./src/plugins/irc/irc-server.h ./src/plugins/logger/logger.c ./src/plugins/logger/logger.h ./src/plugins/logger/logger-buffer.c ./src/plugins/logger/logger-buffer.h ./src/plugins/logger/logger-config.c ./src/plugins/logger/logger-config.h ./src/plugins/logger/logger-info.c ./src/plugins/logger/logger-info.h ./src/plugins/logger/logger-tail.c ./src/plugins/logger/logger-tail.h ./src/plugins/plugin-api.c ./src/plugins/plugin-api.h ./src/plugins/plugin.c ./src/plugins/plugin-config.c ./src/plugins/plugin-config.h ./src/plugins/plugin.h ./src/plugins/relay/relay-buffer.c ./src/plugins/relay/relay-buffer.h ./src/plugins/relay/relay.c ./src/plugins/relay/relay-client.c ./src/plugins/relay/relay-client.h ./src/plugins/relay/relay-command.c ./src/plugins/relay/relay-command.h ./src/plugins/relay/relay-completion.c ./src/plugins/relay/relay-completion.h ./src/plugins/relay/relay-config.c ./src/plugins/relay/relay-config.h ./src/plugins/relay/relay.h ./src/plugins/relay/relay-info.c ./src/plugins/relay/relay-info.h ./src/plugins/relay/relay-network.c ./src/plugins/relay/relay-network.h ./src/plugins/relay/relay-raw.c ./src/plugins/relay/relay-raw.h ./src/plugins/relay/relay-server.c ./src/plugins/relay/relay-server.h ./src/plugins/relay/relay-upgrade.c ./src/plugins/relay/relay-upgrade.h ./src/plugins/relay/relay-websocket.c ./src/plugins/relay/relay-websocket.h ./src/plugins/relay/irc/relay-irc.c ./src/plugins/relay/irc/relay-irc.h ./src/plugins/relay/weechat/relay-weechat.c ./src/plugins/relay/weechat/relay-weechat.h ./src/plugins/relay/weechat/relay-weechat-msg.c ./src/plugins/relay/weechat/relay-weechat-msg.h ./src/plugins/relay/weechat/relay-weechat-nicklist.c ./src/plugins/relay/weechat/relay-weechat-nicklist.h ./src/plugins/relay/weechat/relay-weechat-protocol.c ./src/plugins/relay/weechat/relay-weechat-protocol.h ./src/plugins/rmodifier/rmodifier.c ./src/plugins/rmodifier/rmodifier-command.c ./src/plugins/rmodifier/rmodifier-command.h ./src/plugins/rmodifier/rmodifier-completion.c ./src/plugins/rmodifier/rmodifier-completion.h ./src/plugins/rmodifier/rmodifier-config.c ./src/plugins/rmodifier/rmodifier-config.h ./src/plugins/rmodifier/rmodifier-debug.c ./src/plugins/rmodifier/rmodifier-debug.h ./src/plugins/rmodifier/rmodifier.h ./src/plugins/rmodifier/rmodifier-info.c ./src/plugins/rmodifier/rmodifier-info.h ./src/plugins/guile/weechat-guile-api.c ./src/plugins/guile/weechat-guile-api.h ./src/plugins/guile/weechat-guile.c ./src/plugins/guile/weechat-guile.h ./src/plugins/lua/weechat-lua-api.c ./src/plugins/lua/weechat-lua-api.h ./src/plugins/lua/weechat-lua.c ./src/plugins/lua/weechat-lua.h ./src/plugins/perl/weechat-perl-api.c ./src/plugins/perl/weechat-perl-api.h ./src/plugins/perl/weechat-perl.c ./src/plugins/perl/weechat-perl.h ./src/plugins/plugin-script.c ./src/plugins/plugin-script.h ./src/plugins/plugin-script-api.c ./src/plugins/plugin-script-api.h ./src/plugins/plugin-script-callback.c ./src/plugins/plugin-script-callback.h ./src/plugins/python/weechat-python-api.c ./src/plugins/python/weechat-python-api.h ./src/plugins/python/weechat-python.c ./src/plugins/python/weechat-python.h ./src/plugins/ruby/weechat-ruby-api.c ./src/plugins/ruby/weechat-ruby-api.h ./src/plugins/ruby/weechat-ruby.c ./src/plugins/ruby/weechat-ruby.h ./src/plugins/script/script.c ./src/plugins/script/script.h ./src/plugins/script/script-action.c ./src/plugins/script/script-action.h ./src/plugins/script/script-buffer.c ./src/plugins/script/script-buffer.h ./src/plugins/script/script-command.c ./src/plugins/script/script-command.h ./src/plugins/script/script-completion.c ./src/plugins/script/script-completion.h ./src/plugins/script/script-config.c ./src/plugins/script/script-config.h ./src/plugins/script/script-info.c ./src/plugins/script/script-info.h ./src/plugins/script/script-repo.c ./src/plugins/script/script-repo.h ./src/plugins/tcl/weechat-tcl-api.c ./src/plugins/tcl/weechat-tcl-api.h ./src/plugins/tcl/weechat-tcl.c ./src/plugins/tcl/weechat-tcl.h ./src/plugins/weechat-plugin.h ./src/plugins/xfer/xfer-buffer.c ./src/plugins/xfer/xfer-buffer.h ./src/plugins/xfer/xfer.c ./src/plugins/xfer/xfer-chat.c ./src/plugins/xfer/xfer-chat.h ./src/plugins/xfer/xfer-command.c ./src/plugins/xfer/xfer-command.h ./src/plugins/xfer/xfer-completion.c ./src/plugins/xfer/xfer-completion.h ./src/plugins/xfer/xfer-config.c ./src/plugins/xfer/xfer-config.h ./src/plugins/xfer/xfer-dcc.c ./src/plugins/xfer/xfer-dcc.h ./src/plugins/xfer/xfer-file.c ./src/plugins/xfer/xfer-file.h ./src/plugins/xfer/xfer-info.c ./src/plugins/xfer/xfer-info.h ./src/plugins/xfer/xfer.h ./src/plugins/xfer/xfer-network.c ./src/plugins/xfer/xfer-network.h ./src/plugins/xfer/xfer-upgrade.c ./src/plugins/xfer/xfer-upgrade.h ./doc/docgen.py
make -f src/plugins/charset/CMakeFiles/charset.dir/build.make src/plugins/charset/CMakeFiles/charset.dir/depend
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/charset /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/charset /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/charset/CMakeFiles/charset.dir/DependInfo.cmake
[ 3%] Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/charset/CMakeFiles/charset.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/charset/CMakeFiles/charset.dir/depend.internal".
Building C object src/plugins/alias/CMakeFiles/alias.dir/alias.o
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/charset/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/charset/CMakeFiles/charset.dir/depend.internal".
Scanning dependencies of target charset
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/alias && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dalias_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/alias.dir/alias.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/alias/alias.c
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f src/plugins/charset/CMakeFiles/charset.dir/build.make src/plugins/charset/CMakeFiles/charset.dir/build
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 2
[ 4%] Building C object src/plugins/charset/CMakeFiles/charset.dir/charset.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/charset && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dcharset_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/charset.dir/charset.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/charset/charset.c
Linking C shared module charset.so
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/charset && /usr/bin/cmake -E cmake_link_script CMakeFiles/charset.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,charset.so -o charset.so CMakeFiles/charset.dir/charset.o
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 2
[ 4%] Built target charset
make -f src/plugins/fifo/CMakeFiles/fifo.dir/build.make src/plugins/fifo/CMakeFiles/fifo.dir/depend
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/fifo /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/fifo /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/fifo/CMakeFiles/fifo.dir/DependInfo.cmake
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/fifo/CMakeFiles/fifo.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/fifo/CMakeFiles/fifo.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/fifo/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/fifo/CMakeFiles/fifo.dir/depend.internal".
Scanning dependencies of target fifo
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f src/plugins/fifo/CMakeFiles/fifo.dir/build.make src/plugins/fifo/CMakeFiles/fifo.dir/build
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 9
[ 5%] Building C object src/plugins/fifo/CMakeFiles/fifo.dir/fifo.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/fifo && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dfifo_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/fifo.dir/fifo.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/fifo/fifo.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 1
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 6%] [ 6%] Building C object src/plugins/fifo/CMakeFiles/fifo.dir/fifo-info.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/fifo && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dfifo_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/fifo.dir/fifo-info.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/fifo/fifo-info.c
Building C object src/plugins/alias/CMakeFiles/alias.dir/alias-config.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/alias && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dalias_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/alias.dir/alias-config.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/alias/alias-config.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 6%] /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 92
Compiling ru.po
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po && /usr/bin/msgmerge --quiet -o /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po/ru.po /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/po/ru.po /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po/weechat.pot
[ 7%] Building C object src/plugins/CMakeFiles/weechat_plugins_scripts.dir/plugin-script-api.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/weechat_plugins_scripts.dir/plugin-script-api.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/plugin-script-api.c
Linking C shared module fifo.so
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/fifo && /usr/bin/cmake -E cmake_link_script CMakeFiles/fifo.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,fifo.so -o fifo.so CMakeFiles/fifo.dir/fifo.o CMakeFiles/fifo.dir/fifo-info.o
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 9
[ 7%] Built target fifo
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 52
[ 8%] /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po && /usr/bin/msgfmt -o /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po/ru.gmo /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po/ru.po
[ 8%] Compiling tr.po
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po && /usr/bin/msgmerge --quiet -o /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po/tr.po /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/po/tr.po /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po/weechat.pot
Building C object src/plugins/alias/CMakeFiles/alias.dir/alias-info.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/alias && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dalias_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/alias.dir/alias-info.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/alias/alias-info.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 90
[ 9%] Building C object src/plugins/CMakeFiles/weechat_plugins.dir/plugin-api.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/weechat_plugins.dir/plugin-api.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/plugin-api.c
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po && /usr/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po/ru.po
Linking C shared module alias.so
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/alias && /usr/bin/cmake -E cmake_link_script CMakeFiles/alias.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,alias.so -o alias.so CMakeFiles/alias.dir/alias.o CMakeFiles/alias.dir/alias-config.o CMakeFiles/alias.dir/alias-info.o
/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po/ru.po: 130 translated messages, 1171 fuzzy translations, 601 untranslated messages.
make -f src/plugins/irc/CMakeFiles/irc.dir/build.make src/plugins/irc/CMakeFiles/irc.dir/depend
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc/CMakeFiles/irc.dir/DependInfo.cmake
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po && /usr/bin/msgfmt -o /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po/tr.gmo /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po/tr.po
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc/CMakeFiles/irc.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc/CMakeFiles/irc.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc/CMakeFiles/irc.dir/depend.internal".
Scanning dependencies of target irc
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 1
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po && /usr/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po/tr.po
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f src/plugins/irc/CMakeFiles/irc.dir/build.make src/plugins/irc/CMakeFiles/irc.dir/build
[ 9%] make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 10
Built target alias
make -f src/plugins/logger/CMakeFiles/logger.dir/build.make src/plugins/logger/CMakeFiles/logger.dir/depend
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/logger /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/logger /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/logger/CMakeFiles/logger.dir/DependInfo.cmake
[ 10%] /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/po/tr.po: 277 translated messages, 34 fuzzy translations, 1591 untranslated messages.
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
Building C object src/plugins/irc/CMakeFiles/irc.dir/irc.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/irc.dir/irc.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc/irc.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 52 53
[ 10%] Built target translations
make -f src/plugins/relay/CMakeFiles/relay.dir/build.make src/plugins/relay/CMakeFiles/relay.dir/depend
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/relay /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/relay /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/relay/CMakeFiles/relay.dir/DependInfo.cmake
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/logger/CMakeFiles/logger.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/logger/CMakeFiles/logger.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/logger/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/logger/CMakeFiles/logger.dir/depend.internal".
Scanning dependencies of target logger
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/relay/CMakeFiles/relay.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/relay/CMakeFiles/relay.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/relay/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/relay/CMakeFiles/relay.dir/depend.internal".
Scanning dependencies of target relay
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f src/plugins/logger/CMakeFiles/logger.dir/build.make src/plugins/logger/CMakeFiles/logger.dir/build
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 10%] make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f src/plugins/relay/CMakeFiles/relay.dir/build.make src/plugins/relay/CMakeFiles/relay.dir/build
Building C object src/plugins/logger/CMakeFiles/logger.dir/logger.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/logger && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/logger.dir/logger.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/logger/logger.c
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 10%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/relay && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/relay.dir/relay.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/relay/relay.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 11
[ 11%] /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-bar-item.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/irc.dir/irc-bar-item.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc/irc-bar-item.c
[ 11%] Building C object src/plugins/CMakeFiles/weechat_plugins_scripts.dir/plugin-script-callback.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/weechat_plugins_scripts.dir/plugin-script-callback.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/plugin-script-callback.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 11%] Building C object src/plugins/CMakeFiles/weechat_plugins.dir/plugin-config.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/weechat_plugins.dir/plugin-config.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/plugin-config.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 32
[ 12%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-buffer.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/relay && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/relay.dir/relay-buffer.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/relay/relay-buffer.c
Linking C static library libweechat_plugins_scripts.a
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins && /usr/bin/cmake -P CMakeFiles/weechat_plugins_scripts.dir/cmake_clean_target.cmake
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins && /usr/bin/cmake -E cmake_link_script CMakeFiles/weechat_plugins_scripts.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-ar cr libweechat_plugins_scripts.a CMakeFiles/weechat_plugins_scripts.dir/plugin-script.o CMakeFiles/weechat_plugins_scripts.dir/plugin-script-api.o CMakeFiles/weechat_plugins_scripts.dir/plugin-script-callback.o
/usr/bin/x86_64-pc-linux-gnu-ranlib libweechat_plugins_scripts.a
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 91 92
[ 12%] Built target weechat_plugins_scripts
make -f src/plugins/rmodifier/CMakeFiles/rmodifier.dir/build.make src/plugins/rmodifier/CMakeFiles/rmodifier.dir/depend
Linking C static library libweechat_plugins.a
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins && /usr/bin/cmake -P CMakeFiles/weechat_plugins.dir/cmake_clean_target.cmake
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/rmodifier /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/rmodifier /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/rmodifier/CMakeFiles/rmodifier.dir/DependInfo.cmake
[ 12%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-buffer.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/irc.dir/irc-buffer.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc/irc-buffer.c
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins && /usr/bin/cmake -E cmake_link_script CMakeFiles/weechat_plugins.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-ar cr libweechat_plugins.a CMakeFiles/weechat_plugins.dir/plugin.o CMakeFiles/weechat_plugins.dir/plugin-api.o CMakeFiles/weechat_plugins.dir/plugin-config.o
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/rmodifier/CMakeFiles/rmodifier.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/rmodifier/CMakeFiles/rmodifier.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/rmodifier/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/rmodifier/CMakeFiles/rmodifier.dir/depend.internal".
Scanning dependencies of target rmodifier
/usr/bin/x86_64-pc-linux-gnu-ranlib libweechat_plugins.a
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 89 90
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f src/plugins/rmodifier/CMakeFiles/rmodifier.dir/build.make src/plugins/rmodifier/CMakeFiles/rmodifier.dir/build
[ 12%] make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 12%] Built target weechat_plugins
make -f src/plugins/script/CMakeFiles/script.dir/build.make src/plugins/script/CMakeFiles/script.dir/depend
Building C object src/plugins/rmodifier/CMakeFiles/rmodifier.dir/rmodifier.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/rmodifier && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drmodifier_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/rmodifier.dir/rmodifier.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/rmodifier/rmodifier.c
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/script /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/script /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/script/CMakeFiles/script.dir/DependInfo.cmake
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/script/CMakeFiles/script.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/script/CMakeFiles/script.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/script/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/script/CMakeFiles/script.dir/depend.internal".
Scanning dependencies of target script
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 33
[ 13%] make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f src/plugins/script/CMakeFiles/script.dir/build.make src/plugins/script/CMakeFiles/script.dir/build
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-client.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/relay && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/relay.dir/relay-client.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/relay/relay-client.c
[ 13%] /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 12
Building C object src/plugins/script/CMakeFiles/script.dir/script.o
[ 14%] cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/script && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/script.dir/script.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/script/script.c
Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-channel.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/irc.dir/irc-channel.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc/irc-channel.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 26
[ 15%] Building C object src/plugins/logger/CMakeFiles/logger.dir/logger-buffer.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/logger && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/logger.dir/logger-buffer.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/logger/logger-buffer.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 27
[ 16%] Building C object src/plugins/logger/CMakeFiles/logger.dir/logger-config.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/logger && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/logger.dir/logger-config.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/logger/logger-config.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 43
[ 17%] Building C object src/plugins/rmodifier/CMakeFiles/rmodifier.dir/rmodifier-command.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/rmodifier && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drmodifier_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/rmodifier.dir/rmodifier-command.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/rmodifier/rmodifier-command.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 47
[ 18%] Building C object src/plugins/script/CMakeFiles/script.dir/script-action.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/script && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/script.dir/script-action.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/script/script-action.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 18%] Building C object src/plugins/logger/CMakeFiles/logger.dir/logger-info.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/logger && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/logger.dir/logger-info.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/logger/logger-info.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 44
[ 19%] Building C object src/plugins/rmodifier/CMakeFiles/rmodifier.dir/rmodifier-completion.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/rmodifier && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drmodifier_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/rmodifier.dir/rmodifier-completion.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/rmodifier/rmodifier-completion.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 28
[ 19%] [ 20%] Building C object src/plugins/rmodifier/CMakeFiles/rmodifier.dir/rmodifier-config.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/rmodifier && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drmodifier_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/rmodifier.dir/rmodifier-config.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/rmodifier/rmodifier-config.c
Building C object src/plugins/logger/CMakeFiles/logger.dir/logger-tail.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/logger && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/logger.dir/logger-tail.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/logger/logger-tail.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 20%] Building C object src/plugins/relay/CMakeFiles/relay.dir/irc/relay-irc.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/relay && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/relay.dir/irc/relay-irc.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/relay/irc/relay-irc.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 20%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-color.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/irc.dir/irc-color.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc/irc-color.c
Linking C shared module logger.so
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/logger && /usr/bin/cmake -E cmake_link_script CMakeFiles/logger.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,logger.so -o logger.so CMakeFiles/logger.dir/logger.o CMakeFiles/logger.dir/logger-buffer.o CMakeFiles/logger.dir/logger-config.o CMakeFiles/logger.dir/logger-info.o CMakeFiles/logger.dir/logger-tail.o
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 26 27 28
[ 20%] /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 45
[ 21%] Built target logger
Building C object src/plugins/rmodifier/CMakeFiles/rmodifier.dir/rmodifier-debug.o
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 34
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/rmodifier && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drmodifier_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/rmodifier.dir/rmodifier-debug.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/rmodifier/rmodifier-debug.c
[ 22%] Building C object src/plugins/relay/CMakeFiles/relay.dir/weechat/relay-weechat.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/relay && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/relay.dir/weechat/relay-weechat.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/relay/weechat/relay-weechat.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 46
[ 23%] Building C object src/plugins/rmodifier/CMakeFiles/rmodifier.dir/rmodifier-info.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/rmodifier && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drmodifier_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/rmodifier.dir/rmodifier-info.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/rmodifier/rmodifier-info.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 13
[ 24%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-command.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/irc.dir/irc-command.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc/irc-command.c
Linking C shared module rmodifier.so
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/rmodifier && /usr/bin/cmake -E cmake_link_script CMakeFiles/rmodifier.dir/link.txt --verbose=1
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 14
/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,rmodifier.so -o rmodifier.so CMakeFiles/rmodifier.dir/rmodifier.o CMakeFiles/rmodifier.dir/rmodifier-command.o CMakeFiles/rmodifier.dir/rmodifier-completion.o CMakeFiles/rmodifier.dir/rmodifier-config.o CMakeFiles/rmodifier.dir/rmodifier-debug.o CMakeFiles/rmodifier.dir/rmodifier-info.o
[ 25%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-completion.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/irc.dir/irc-completion.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc/irc-completion.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 48
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 43 44 45 46
[ 25%] [ 26%] Built target rmodifier
make -f src/plugins/xfer/CMakeFiles/xfer.dir/build.make src/plugins/xfer/CMakeFiles/xfer.dir/depend
Building C object src/plugins/script/CMakeFiles/script.dir/script-buffer.o
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/xfer /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/xfer /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/xfer/CMakeFiles/xfer.dir/DependInfo.cmake
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/script && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/script.dir/script-buffer.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/script/script-buffer.c
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/xfer/CMakeFiles/xfer.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/xfer/CMakeFiles/xfer.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/xfer/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/xfer/CMakeFiles/xfer.dir/depend.internal".
Scanning dependencies of target xfer
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f src/plugins/xfer/CMakeFiles/xfer.dir/build.make src/plugins/xfer/CMakeFiles/xfer.dir/build
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 93
[ 27%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/xfer && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dxfer_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/xfer.dir/xfer.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/xfer/xfer.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 27%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-config.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/irc.dir/irc-config.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc/irc-config.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 35
[ 28%] Building C object src/plugins/relay/CMakeFiles/relay.dir/weechat/relay-weechat-msg.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/relay && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/relay.dir/weechat/relay-weechat-msg.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/relay/weechat/relay-weechat-msg.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 28%] Building C object src/plugins/script/CMakeFiles/script.dir/script-command.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/script && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/script.dir/script-command.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/script/script-command.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 94
[ 29%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-buffer.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/xfer && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dxfer_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/xfer.dir/xfer-buffer.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/xfer/xfer-buffer.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 49
[ 30%] Building C object src/plugins/script/CMakeFiles/script.dir/script-completion.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/script && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/script.dir/script-completion.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/script/script-completion.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 50
[ 31%] Building C object src/plugins/script/CMakeFiles/script.dir/script-config.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/script && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/script.dir/script-config.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/script/script-config.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 31%] [ 31%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-chat.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/xfer && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dxfer_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/xfer.dir/xfer-chat.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/xfer/xfer-chat.c
Building C object src/plugins/relay/CMakeFiles/relay.dir/weechat/relay-weechat-nicklist.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/relay && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/relay.dir/weechat/relay-weechat-nicklist.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/relay/weechat/relay-weechat-nicklist.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 36
[ 32%] Building C object src/plugins/relay/CMakeFiles/relay.dir/weechat/relay-weechat-protocol.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/relay && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/relay.dir/weechat/relay-weechat-protocol.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/relay/weechat/relay-weechat-protocol.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 32%] Building C object src/plugins/script/CMakeFiles/script.dir/script-info.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/script && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/script.dir/script-info.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/script/script-info.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 15
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 95
[ 33%] [ 34%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-command.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/xfer && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dxfer_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/xfer.dir/xfer-command.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/xfer/xfer-command.c
Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-ctcp.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/irc.dir/irc-ctcp.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc/irc-ctcp.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 51
[ 35%] Building C object src/plugins/script/CMakeFiles/script.dir/script-repo.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/script && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/script.dir/script-repo.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/script/script-repo.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 96
[ 36%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-completion.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/xfer && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dxfer_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/xfer.dir/xfer-completion.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/xfer/xfer-completion.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 36%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-config.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/xfer && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dxfer_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/xfer.dir/xfer-config.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/xfer/xfer-config.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 37
[ 37%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-command.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/relay && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/relay.dir/relay-command.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/relay/relay-command.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 37%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-completion.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/relay && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/relay.dir/relay-completion.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/relay/relay-completion.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 97
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 16
[ 38%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-dcc.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/xfer && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dxfer_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/xfer.dir/xfer-dcc.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/xfer/xfer-dcc.c
[ 39%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-debug.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/irc.dir/irc-debug.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc/irc-debug.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 39%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-ignore.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/irc.dir/irc-ignore.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc/irc-ignore.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 38
[ 40%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-config.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/relay && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/relay.dir/relay-config.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/relay/relay-config.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 17
[ 41%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-info.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/irc.dir/irc-info.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc/irc-info.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 98
[ 42%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-file.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/xfer && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dxfer_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/xfer.dir/xfer-file.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/xfer/xfer-file.c
Linking C shared module script.so
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/script && /usr/bin/cmake -E cmake_link_script CMakeFiles/script.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,script.so -o script.so CMakeFiles/script.dir/script.o CMakeFiles/script.dir/script-action.o CMakeFiles/script.dir/script-buffer.o CMakeFiles/script.dir/script-command.o CMakeFiles/script.dir/script-completion.o CMakeFiles/script.dir/script-config.o CMakeFiles/script.dir/script-info.o CMakeFiles/script.dir/script-repo.o -lz -lgcrypt -lgpg-error
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 18
[ 43%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-input.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/irc.dir/irc-input.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc/irc-input.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 43%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-info.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/relay && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/relay.dir/relay-info.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/relay/relay-info.c
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 47 48 49 50 51
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 43%] [ 43%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-info.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/xfer && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dxfer_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/xfer.dir/xfer-info.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/xfer/xfer-info.c
Built target script
make -f src/plugins/perl/CMakeFiles/perl.dir/build.make src/plugins/perl/CMakeFiles/perl.dir/depend
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 39
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/perl /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/perl /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/perl/CMakeFiles/perl.dir/DependInfo.cmake
[ 44%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-network.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/relay && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/relay.dir/relay-network.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/relay/relay-network.c
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/perl/CMakeFiles/perl.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/perl/CMakeFiles/perl.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/perl/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/perl/CMakeFiles/perl.dir/depend.internal".
Scanning dependencies of target perl
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 40
[ 45%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-raw.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/relay && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/relay.dir/relay-raw.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/relay/relay-raw.c
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f src/plugins/perl/CMakeFiles/perl.dir/build.make src/plugins/perl/CMakeFiles/perl.dir/build
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 29
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 99
[ 46%] [ 47%] Building C object src/plugins/perl/CMakeFiles/perl.dir/weechat-perl.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/perl && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dperl_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -I/usr/lib64/perl5/5.16.3/x86_64-linux/CORE -fPIC -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.16.3/x86_64-linux/CORE -o CMakeFiles/perl.dir/weechat-perl.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/perl/weechat-perl.c
Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-network.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/xfer && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dxfer_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/xfer.dir/xfer-network.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/xfer/xfer-network.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 47%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-message.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/irc.dir/irc-message.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc/irc-message.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 47%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-server.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/relay && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/relay.dir/relay-server.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/relay/relay-server.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 19
[ 48%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-mode.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/irc.dir/irc-mode.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc/irc-mode.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 100
[ 50%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-upgrade.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/xfer && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dxfer_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/xfer.dir/xfer-upgrade.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/xfer/xfer-upgrade.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 41
[ 51%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-upgrade.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/relay && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/relay.dir/relay-upgrade.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/relay/relay-upgrade.c
Linking C shared module xfer.so
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/xfer && /usr/bin/cmake -E cmake_link_script CMakeFiles/xfer.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,xfer.so -o xfer.so CMakeFiles/xfer.dir/xfer.o CMakeFiles/xfer.dir/xfer-buffer.o CMakeFiles/xfer.dir/xfer-chat.o CMakeFiles/xfer.dir/xfer-command.o CMakeFiles/xfer.dir/xfer-completion.o CMakeFiles/xfer.dir/xfer-config.o CMakeFiles/xfer.dir/xfer-dcc.o CMakeFiles/xfer.dir/xfer-file.o CMakeFiles/xfer.dir/xfer-info.o CMakeFiles/xfer.dir/xfer-network.o CMakeFiles/xfer.dir/xfer-upgrade.o -lgcrypt -lgpg-error
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 20
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 93 94 95 96 97 98 99 100
[ 52%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-msgbuffer.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/irc.dir/irc-msgbuffer.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc/irc-msgbuffer.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 42
[ 53%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-websocket.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/relay && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/relay.dir/relay-websocket.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/relay/relay-websocket.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 53%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-nick.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/irc.dir/irc-nick.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc/irc-nick.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 21
[ 54%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-notify.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/irc.dir/irc-notify.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc/irc-notify.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 54%] Building C object src/plugins/perl/CMakeFiles/perl.dir/weechat-perl-api.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/perl && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dperl_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -I/usr/lib64/perl5/5.16.3/x86_64-linux/CORE -fPIC -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.16.3/x86_64-linux/CORE -o CMakeFiles/perl.dir/weechat-perl-api.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/perl/weechat-perl-api.c
Linking C shared module relay.so
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/relay && /usr/bin/cmake -E cmake_link_script CMakeFiles/relay.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,relay.so -o relay.so CMakeFiles/relay.dir/relay.o CMakeFiles/relay.dir/relay-buffer.o CMakeFiles/relay.dir/relay-client.o CMakeFiles/relay.dir/irc/relay-irc.o CMakeFiles/relay.dir/weechat/relay-weechat.o CMakeFiles/relay.dir/weechat/relay-weechat-msg.o CMakeFiles/relay.dir/weechat/relay-weechat-nicklist.o CMakeFiles/relay.dir/weechat/relay-weechat-protocol.o CMakeFiles/relay.dir/relay-command.o CMakeFiles/relay.dir/relay-completion.o CMakeFiles/relay.dir/relay-config.o CMakeFiles/relay.dir/relay-info.o CMakeFiles/relay.dir/relay-network.o CMakeFiles/relay.dir/relay-raw.o CMakeFiles/relay.dir/relay-server.o CMakeFiles/relay.dir/relay-upgrade.o CMakeFiles/relay.dir/relay-websocket.o -lz -lgcrypt -lgpg-error -lgnutls
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 32 33 34 35 36 37 38 39 40 41 42
make -f src/plugins/python/CMakeFiles/python.dir/build.make src/plugins/python/CMakeFiles/python.dir/depend
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 22
[ 54%] [ 54%] [ 55%] make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/python /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/python /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/python/CMakeFiles/python.dir/DependInfo.cmake
Built target xfer
Built target relay
make -f src/gui/CMakeFiles/weechat_gui_common.dir/build.make src/gui/CMakeFiles/weechat_gui_common.dir/depend
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/python/CMakeFiles/python.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/python/CMakeFiles/python.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/python/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/python/CMakeFiles/python.dir/depend.internal".
Scanning dependencies of target python
make -f doc/en/CMakeFiles/doc-dev-en.dir/build.make doc/en/CMakeFiles/doc-dev-en.dir/depend
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui/CMakeFiles/weechat_gui_common.dir/DependInfo.cmake
Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-protocol.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/irc.dir/irc-protocol.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc/irc-protocol.c
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-dev-en.dir/DependInfo.cmake
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui/CMakeFiles/weechat_gui_common.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui/CMakeFiles/weechat_gui_common.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui/CMakeFiles/weechat_gui_common.dir/depend.internal".
Scanning dependencies of target weechat_gui_common
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-dev-en.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-dev-en.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-dev-en.dir/depend.internal".
Scanning dependencies of target doc-dev-en
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f doc/en/CMakeFiles/doc-dev-en.dir/build.make doc/en/CMakeFiles/doc-dev-en.dir/build
make -f src/plugins/python/CMakeFiles/python.dir/build.make src/plugins/python/CMakeFiles/python.dir/build
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 3
[ 56%] Building weechat_dev.en.html
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en && /usr/bin/asciidoc -a revision="0.4.3" -a stylesheet=/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en/../asciidoc.css -f /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en/../asciidoc.conf -n -o /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/weechat_dev.en.html /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en/weechat_dev.en.txt
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 30
[ 57%] Building C object src/plugins/python/CMakeFiles/python.dir/weechat-python.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/python && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dpython_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -I/usr/include/python2.7 -fPIC -o CMakeFiles/python.dir/weechat-python.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/python/weechat-python.c
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f src/gui/CMakeFiles/weechat_gui_common.dir/build.make src/gui/CMakeFiles/weechat_gui_common.dir/build
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 77
[ 58%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-bar.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_gui_common.dir/gui-bar.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/gui-bar.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 31
[ 59%] Building C object src/plugins/python/CMakeFiles/python.dir/weechat-python-api.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/python && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dpython_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -I/usr/include/python2.7 -fPIC -o CMakeFiles/python.dir/weechat-python-api.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/python/weechat-python-api.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 59%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-bar-item.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_gui_common.dir/gui-bar-item.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/gui-bar-item.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 78
[ 60%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-bar-window.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_gui_common.dir/gui-bar-window.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/gui-bar-window.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 79
[ 61%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-buffer.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_gui_common.dir/gui-buffer.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/gui-buffer.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 61%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-raw.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/irc.dir/irc-raw.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc/irc-raw.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 23
[ 62%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-redirect.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/irc.dir/irc-redirect.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc/irc-redirect.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 24
[ 63%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-sasl.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/irc.dir/irc-sasl.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc/irc-sasl.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 63%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-server.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/irc.dir/irc-server.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc/irc-server.c
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 3
[ 63%] Built target doc-dev-en
make -f doc/en/CMakeFiles/doc-faq-en.dir/build.make doc/en/CMakeFiles/doc-faq-en.dir/depend
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-faq-en.dir/DependInfo.cmake
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-faq-en.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-faq-en.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-faq-en.dir/depend.internal".
Scanning dependencies of target doc-faq-en
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f doc/en/CMakeFiles/doc-faq-en.dir/build.make doc/en/CMakeFiles/doc-faq-en.dir/build
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 63%] Building weechat_faq.en.html
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en && /usr/bin/asciidoc -a revision="0.4.3" -a stylesheet=/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en/../asciidoc.css -f /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en/../asciidoc.conf -n -o /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/weechat_faq.en.html /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en/weechat_faq.en.txt
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 63%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-chat.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_gui_common.dir/gui-chat.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/gui-chat.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 80
[ 64%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-color.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_gui_common.dir/gui-color.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/gui-color.c
Linking C shared module python.so
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/python && /usr/bin/cmake -E cmake_link_script CMakeFiles/python.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -Wl,-O1 -Wl,--as-needed -Xlinker -export-dynamic -shared -Wl,-soname,python.so -o python.so CMakeFiles/python.dir/weechat-python.o CMakeFiles/python.dir/weechat-python-api.o -lpython2.7 ../libweechat_plugins_scripts.a
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 30 31
[ 64%] Built target python
make -f doc/en/CMakeFiles/doc-plugin-api-en.dir/build.make doc/en/CMakeFiles/doc-plugin-api-en.dir/depend
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-plugin-api-en.dir/DependInfo.cmake
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-plugin-api-en.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-plugin-api-en.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-plugin-api-en.dir/depend.internal".
Scanning dependencies of target doc-plugin-api-en
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f doc/en/CMakeFiles/doc-plugin-api-en.dir/build.make doc/en/CMakeFiles/doc-plugin-api-en.dir/build
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 4
[ 65%] Building weechat_plugin_api.en.html
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en && /usr/bin/asciidoc -a revision="0.4.3" -a stylesheet=/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en/../asciidoc.css -f /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en/../asciidoc.conf -n -o /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/weechat_plugin_api.en.html /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en/weechat_plugin_api.en.txt
Linking C shared module perl.so
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/perl && /usr/bin/cmake -E cmake_link_script CMakeFiles/perl.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -Wl,-O1 -Wl,--as-needed -Wl,-E -Wl,-O1 -Wl,--as-needed -L/usr/lib64/perl5/5.16.3/x86_64-linux/CORE -lperl -lnsl -ldl -lm -lcrypt -lutil -lc -shared -Wl,-soname,perl.so -o perl.so CMakeFiles/perl.dir/weechat-perl.o CMakeFiles/perl.dir/weechat-perl-api.o -lperl ../libweechat_plugins_scripts.a
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 81
[ 66%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-completion.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_gui_common.dir/gui-completion.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/gui-completion.c
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 29
[ 66%] Built target perl
make -f doc/en/CMakeFiles/doc-quickstart-en.dir/build.make doc/en/CMakeFiles/doc-quickstart-en.dir/depend
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-quickstart-en.dir/DependInfo.cmake
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-quickstart-en.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-quickstart-en.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-quickstart-en.dir/depend.internal".
Scanning dependencies of target doc-quickstart-en
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f doc/en/CMakeFiles/doc-quickstart-en.dir/build.make doc/en/CMakeFiles/doc-quickstart-en.dir/build
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 5
[ 67%] Building weechat_quickstart.en.html
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en && /usr/bin/asciidoc -a revision="0.4.3" -a stylesheet=/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en/../asciidoc.css -f /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en/../asciidoc.conf -n -o /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/weechat_quickstart.en.html /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en/weechat_quickstart.en.txt
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 67%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-cursor.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_gui_common.dir/gui-cursor.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/gui-cursor.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 82
[ 68%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-filter.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_gui_common.dir/gui-filter.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/gui-filter.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 25
[ 69%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-upgrade.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -fPIC -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -fPIC -o CMakeFiles/irc.dir/irc-upgrade.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/plugins/irc/irc-upgrade.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 83
[ 70%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-focus.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_gui_common.dir/gui-focus.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/gui-focus.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 70%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-history.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_gui_common.dir/gui-history.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/gui-history.c
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 70%] Built target doc-faq-en
make -f doc/en/CMakeFiles/doc-relay-protocol-en.dir/build.make doc/en/CMakeFiles/doc-relay-protocol-en.dir/depend
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-relay-protocol-en.dir/DependInfo.cmake
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-relay-protocol-en.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-relay-protocol-en.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-relay-protocol-en.dir/depend.internal".
Scanning dependencies of target doc-relay-protocol-en
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f doc/en/CMakeFiles/doc-relay-protocol-en.dir/build.make doc/en/CMakeFiles/doc-relay-protocol-en.dir/build
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 6
Linking C shared module irc.so
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/plugins/irc && /usr/bin/cmake -E cmake_link_script CMakeFiles/irc.dir/link.txt --verbose=1
[ 71%] /usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,irc.so -o irc.so CMakeFiles/irc.dir/irc.o CMakeFiles/irc.dir/irc-bar-item.o CMakeFiles/irc.dir/irc-buffer.o CMakeFiles/irc.dir/irc-channel.o CMakeFiles/irc.dir/irc-color.o CMakeFiles/irc.dir/irc-command.o CMakeFiles/irc.dir/irc-completion.o CMakeFiles/irc.dir/irc-config.o CMakeFiles/irc.dir/irc-ctcp.o CMakeFiles/irc.dir/irc-debug.o CMakeFiles/irc.dir/irc-ignore.o CMakeFiles/irc.dir/irc-info.o CMakeFiles/irc.dir/irc-input.o CMakeFiles/irc.dir/irc-message.o CMakeFiles/irc.dir/irc-mode.o CMakeFiles/irc.dir/irc-msgbuffer.o CMakeFiles/irc.dir/irc-nick.o CMakeFiles/irc.dir/irc-notify.o CMakeFiles/irc.dir/irc-protocol.o CMakeFiles/irc.dir/irc-raw.o CMakeFiles/irc.dir/irc-redirect.o CMakeFiles/irc.dir/irc-sasl.o CMakeFiles/irc.dir/irc-server.o CMakeFiles/irc.dir/irc-upgrade.o -lgnutls -lgcrypt -lgpg-error
Building weechat_relay_protocol.en.html
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en && /usr/bin/asciidoc -a revision="0.4.3" -a stylesheet=/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en/../asciidoc.css -f /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en/../asciidoc.conf -n -o /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/weechat_relay_protocol.en.html /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en/weechat_relay_protocol.en.txt
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 84
[ 72%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-hotlist.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_gui_common.dir/gui-hotlist.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/gui-hotlist.c
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
[ 72%] Built target irc
make -f doc/en/CMakeFiles/doc-scripting-en.dir/build.make doc/en/CMakeFiles/doc-scripting-en.dir/depend
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-scripting-en.dir/DependInfo.cmake
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-scripting-en.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-scripting-en.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-scripting-en.dir/depend.internal".
Scanning dependencies of target doc-scripting-en
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f doc/en/CMakeFiles/doc-scripting-en.dir/build.make doc/en/CMakeFiles/doc-scripting-en.dir/build
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 7
[ 73%] Building weechat_scripting.en.html
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en && /usr/bin/asciidoc -a revision="0.4.3" -a stylesheet=/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en/../asciidoc.css -f /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en/../asciidoc.conf -n -o /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/weechat_scripting.en.html /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en/weechat_scripting.en.txt
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 5
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 85
[ 73%] [ 74%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-input.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_gui_common.dir/gui-input.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/gui-input.c
Built target doc-quickstart-en
make -f doc/en/CMakeFiles/doc-tester-en.dir/build.make doc/en/CMakeFiles/doc-tester-en.dir/depend
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-tester-en.dir/DependInfo.cmake
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-tester-en.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-tester-en.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-tester-en.dir/depend.internal".
Scanning dependencies of target doc-tester-en
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f doc/en/CMakeFiles/doc-tester-en.dir/build.make doc/en/CMakeFiles/doc-tester-en.dir/build
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 74%] Building weechat_tester.en.html
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en && /usr/bin/asciidoc -a revision="0.4.3" -a stylesheet=/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en/../asciidoc.css -f /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en/../asciidoc.conf -n -o /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/weechat_tester.en.html /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en/weechat_tester.en.txt
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 74%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-key.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_gui_common.dir/gui-key.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/gui-key.c
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 74%] Built target doc-tester-en
make -f doc/en/CMakeFiles/doc-user-en.dir/build.make doc/en/CMakeFiles/doc-user-en.dir/depend
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-user-en.dir/DependInfo.cmake
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-user-en.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-user-en.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/CMakeFiles/doc-user-en.dir/depend.internal".
Scanning dependencies of target doc-user-en
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f doc/en/CMakeFiles/doc-user-en.dir/build.make doc/en/CMakeFiles/doc-user-en.dir/build
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 8
[ 75%] Building weechat_user.en.html
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en && /usr/bin/asciidoc -a revision="0.4.3" -a stylesheet=/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en/../asciidoc.css -f /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en/../asciidoc.conf -n -o /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/en/weechat_user.en.html /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/en/weechat_user.en.txt
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 86
[ 76%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-layout.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_gui_common.dir/gui-layout.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/gui-layout.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 87
[ 77%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-line.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_gui_common.dir/gui-line.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/gui-line.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 77%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-mouse.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_gui_common.dir/gui-mouse.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/gui-mouse.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 88
[ 78%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-nicklist.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_gui_common.dir/gui-nicklist.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/gui-nicklist.c
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 7
[ 78%] Built target doc-scripting-en
make -f doc/ru/CMakeFiles/doc-quickstart-ru.dir/build.make doc/ru/CMakeFiles/doc-quickstart-ru.dir/depend
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/ru /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/ru /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/ru/CMakeFiles/doc-quickstart-ru.dir/DependInfo.cmake
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/ru/CMakeFiles/doc-quickstart-ru.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/ru/CMakeFiles/doc-quickstart-ru.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/ru/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/ru/CMakeFiles/doc-quickstart-ru.dir/depend.internal".
Scanning dependencies of target doc-quickstart-ru
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f doc/ru/CMakeFiles/doc-quickstart-ru.dir/build.make doc/ru/CMakeFiles/doc-quickstart-ru.dir/build
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 78%] Building weechat_quickstart.ru.html
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/ru && /usr/bin/asciidoc -a revision="0.4.3" -a stylesheet=/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/ru/../asciidoc.css -f /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/ru/../asciidoc.conf -n -o /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/doc/ru/weechat_quickstart.ru.html /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/doc/ru/weechat_quickstart.ru.txt
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 78%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-window.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_gui_common.dir/gui-window.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/gui-window.c
Linking C static library libweechat_gui_common.a
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui && /usr/bin/cmake -P CMakeFiles/weechat_gui_common.dir/cmake_clean_target.cmake
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui && /usr/bin/cmake -E cmake_link_script CMakeFiles/weechat_gui_common.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-ar cr libweechat_gui_common.a CMakeFiles/weechat_gui_common.dir/gui-bar.o CMakeFiles/weechat_gui_common.dir/gui-bar-item.o CMakeFiles/weechat_gui_common.dir/gui-bar-window.o CMakeFiles/weechat_gui_common.dir/gui-buffer.o CMakeFiles/weechat_gui_common.dir/gui-chat.o CMakeFiles/weechat_gui_common.dir/gui-color.o CMakeFiles/weechat_gui_common.dir/gui-completion.o CMakeFiles/weechat_gui_common.dir/gui-cursor.o CMakeFiles/weechat_gui_common.dir/gui-filter.o CMakeFiles/weechat_gui_common.dir/gui-focus.o CMakeFiles/weechat_gui_common.dir/gui-history.o CMakeFiles/weechat_gui_common.dir/gui-hotlist.o CMakeFiles/weechat_gui_common.dir/gui-input.o CMakeFiles/weechat_gui_common.dir/gui-key.o CMakeFiles/weechat_gui_common.dir/gui-layout.o CMakeFiles/weechat_gui_common.dir/gui-line.o CMakeFiles/weechat_gui_common.dir/gui-mouse.o CMakeFiles/weechat_gui_common.dir/gui-nicklist.o CMakeFiles/weechat_gui_common.dir/gui-window.o
/usr/bin/x86_64-pc-linux-gnu-ranlib libweechat_gui_common.a
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 77 78 79 80 81 82 83 84 85 86 87 88
[ 78%] Built target weechat_gui_common
make -f src/core/CMakeFiles/weechat_core.dir/build.make src/core/CMakeFiles/weechat_core.dir/depend
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core/CMakeFiles/weechat_core.dir/DependInfo.cmake
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core/CMakeFiles/weechat_core.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core/CMakeFiles/weechat_core.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core/CMakeFiles/weechat_core.dir/depend.internal".
Scanning dependencies of target weechat_core
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 78%] Built target doc-quickstart-ru
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f src/core/CMakeFiles/weechat_core.dir/build.make src/core/CMakeFiles/weechat_core.dir/build
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 61
[ 79%] /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 79%] Building C object src/core/CMakeFiles/weechat_core.dir/weechat.o
Building C object src/core/CMakeFiles/weechat_core.dir/wee-backtrace.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/weechat.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/weechat.c
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/wee-backtrace.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-backtrace.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 62
[ 80%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-command.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/wee-command.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-command.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 80%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-completion.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/wee-completion.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-completion.c
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 6
[ 80%] Built target doc-relay-protocol-en
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 63
[ 81%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-config.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/wee-config.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-config.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 64
[ 82%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-config-file.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/wee-config-file.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-config-file.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 65
[ 82%] [ 83%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-debug.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/wee-debug.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-debug.c
Building C object src/core/CMakeFiles/weechat_core.dir/wee-eval.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/wee-eval.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-eval.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 66
[ 84%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-hashtable.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/wee-hashtable.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-hashtable.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 84%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-hdata.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/wee-hdata.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-hdata.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 67
[ 85%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-hook.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/wee-hook.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-hook.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 68
[ 86%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-infolist.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/wee-infolist.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-infolist.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-hook.c: In function ‘hook_set’:
/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-hook.c:3221:19: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
[ 86%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-input.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/wee-input.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-input.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 69
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 70
[ 87%] [ 88%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-list.o
Building C object src/core/CMakeFiles/weechat_core.dir/wee-log.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/wee-list.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-list.c
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/wee-log.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-log.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 88%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-network.o
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 71
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/wee-network.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-network.c
[ 89%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-proxy.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/wee-proxy.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-proxy.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 72
[ 90%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-secure.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/wee-secure.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-secure.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 90%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-string.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/wee-string.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-string.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 73
[ 91%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-upgrade.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/wee-upgrade.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-upgrade.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 74
[ 92%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-upgrade-file.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/wee-upgrade-file.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-upgrade-file.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 92%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-url.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/wee-url.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-url.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 75
[ 93%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-utf8.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/wee-utf8.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-utf8.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 93%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-util.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/wee-util.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-util.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 76
[ 94%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-version.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -o CMakeFiles/weechat_core.dir/wee-version.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/core/wee-version.c
Linking C static library libweechat_core.a
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/cmake -P CMakeFiles/weechat_core.dir/cmake_clean_target.cmake
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/weechat_core.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-ar cr libweechat_core.a CMakeFiles/weechat_core.dir/weechat.o CMakeFiles/weechat_core.dir/wee-backtrace.o CMakeFiles/weechat_core.dir/wee-command.o CMakeFiles/weechat_core.dir/wee-completion.o CMakeFiles/weechat_core.dir/wee-config.o CMakeFiles/weechat_core.dir/wee-config-file.o CMakeFiles/weechat_core.dir/wee-debug.o CMakeFiles/weechat_core.dir/wee-eval.o CMakeFiles/weechat_core.dir/wee-hashtable.o CMakeFiles/weechat_core.dir/wee-hdata.o CMakeFiles/weechat_core.dir/wee-hook.o CMakeFiles/weechat_core.dir/wee-infolist.o CMakeFiles/weechat_core.dir/wee-input.o CMakeFiles/weechat_core.dir/wee-list.o CMakeFiles/weechat_core.dir/wee-log.o CMakeFiles/weechat_core.dir/wee-network.o CMakeFiles/weechat_core.dir/wee-proxy.o CMakeFiles/weechat_core.dir/wee-secure.o CMakeFiles/weechat_core.dir/wee-string.o CMakeFiles/weechat_core.dir/wee-upgrade.o CMakeFiles/weechat_core.dir/wee-upgrade-file.o CMakeFiles/weechat_core.dir/wee-url.o CMakeFiles/weechat_core.dir/wee-utf8.o CMakeFiles/weechat_core.dir/wee-util.o CMakeFiles/weechat_core.dir/wee-version.o
/usr/bin/x86_64-pc-linux-gnu-ranlib libweechat_core.a
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
[ 94%] Built target weechat_core
make -f src/gui/curses/CMakeFiles/weechat.dir/build.make src/gui/curses/CMakeFiles/weechat.dir/depend
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3 /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui/curses /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui/curses/CMakeFiles/weechat.dir/DependInfo.cmake
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui/curses/CMakeFiles/weechat.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui/curses/CMakeFiles/weechat.dir/depend.internal".
Dependee "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui/curses/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui/curses/CMakeFiles/weechat.dir/depend.internal".
Scanning dependencies of target weechat
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make -f src/gui/curses/CMakeFiles/weechat.dir/build.make src/gui/curses/CMakeFiles/weechat.dir/build
make[2]: Entering directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 94%] /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 56
[ 95%] Building C object src/gui/curses/CMakeFiles/weechat.dir/gui-curses-bar-window.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui/curses && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_NCURSESW_CURSES_H -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/.. -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/../../core -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/../../plugins -o CMakeFiles/weechat.dir/gui-curses-bar-window.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/gui-curses-bar-window.c
Building C object src/gui/curses/CMakeFiles/weechat.dir/gui-curses-chat.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui/curses && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_NCURSESW_CURSES_H -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/.. -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/../../core -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/../../plugins -o CMakeFiles/weechat.dir/gui-curses-chat.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/gui-curses-chat.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 57
[ 96%] Building C object src/gui/curses/CMakeFiles/weechat.dir/gui-curses-color.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui/curses && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_NCURSESW_CURSES_H -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/.. -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/../../core -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/../../plugins -o CMakeFiles/weechat.dir/gui-curses-color.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/gui-curses-color.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 96%] Building C object src/gui/curses/CMakeFiles/weechat.dir/gui-curses-key.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui/curses && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_NCURSESW_CURSES_H -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/.. -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/../../core -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/../../plugins -o CMakeFiles/weechat.dir/gui-curses-key.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/gui-curses-key.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 58
[ 97%] Building C object src/gui/curses/CMakeFiles/weechat.dir/gui-curses-main.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui/curses && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_NCURSESW_CURSES_H -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/.. -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/../../core -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/../../plugins -o CMakeFiles/weechat.dir/gui-curses-main.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/gui-curses-main.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 59
[ 98%] Building C object src/gui/curses/CMakeFiles/weechat.dir/gui-curses-mouse.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui/curses && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_NCURSESW_CURSES_H -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/.. -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/../../core -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/../../plugins -o CMakeFiles/weechat.dir/gui-curses-mouse.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/gui-curses-mouse.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles
[ 98%] Building C object src/gui/curses/CMakeFiles/weechat.dir/gui-curses-term.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui/curses && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_NCURSESW_CURSES_H -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/.. -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/../../core -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/../../plugins -o CMakeFiles/weechat.dir/gui-curses-term.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/gui-curses-term.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 60
[100%] Building C object src/gui/curses/CMakeFiles/weechat.dir/gui-curses-window.o
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui/curses && /usr/bin/x86_64-pc-linux-gnu-gcc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_NCURSESW_CURSES_H -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"0.4.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -DNDEBUG -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/.. -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/../../core -I/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/../../plugins -o CMakeFiles/weechat.dir/gui-curses-window.o -c /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3/src/gui/curses/gui-curses-window.c
Linking C executable weechat
cd /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/src/gui/curses && /usr/bin/cmake -E cmake_link_script CMakeFiles/weechat.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -Wextra -Wall -O2 -pipe -march=native -Wall -W -Werror-implicit-function-declaration -L/usr/lib64 -L/usr/lib64 -Wl,-O1 -Wl,--as-needed CMakeFiles/weechat.dir/gui-curses-bar-window.o CMakeFiles/weechat.dir/gui-curses-chat.o CMakeFiles/weechat.dir/gui-curses-color.o CMakeFiles/weechat.dir/gui-curses-key.o CMakeFiles/weechat.dir/gui-curses-main.o CMakeFiles/weechat.dir/gui-curses-mouse.o CMakeFiles/weechat.dir/gui-curses-term.o CMakeFiles/weechat.dir/gui-curses-window.o -o weechat -rdynamic ../libweechat_gui_common.a ../../plugins/libweechat_plugins.a ../../core/libweechat_core.a -lgcrypt -lgpg-error -lgnutls -ldl -lncursesw -lpthread -lm -lcurl ../libweechat_gui_common.a ../../plugins/libweechat_plugins.a ../../core/libweechat_core.a
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/weechat.dir/gui-curses-main.o: undefined reference to symbol 'cbreak'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: note: 'cbreak' is defined in DSO /lib64/libtinfow.so.5 so try adding it to the linker command line
/lib64/libtinfow.so.5: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[2]: *** [src/gui/curses/weechat] Error 1
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make[1]: *** [src/gui/curses/CMakeFiles/weechat.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 8
[100%] Built target doc-user-en
make[2]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build/CMakeFiles 4
[100%] Built target doc-plugin-api-en
make[1]: Leaving directory `/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
make: *** [all] Error 2
* ERROR: net-irc/weechat-0.4.3-r1::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=net-irc/weechat-0.4.3-r1::gentoo'`,
* the complete build log and the output of `emerge -pqv '=net-irc/weechat-0.4.3-r1::gentoo'`.
* The complete build log is located at '/var/tmp/portage/net-irc/weechat-0.4.3-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-irc/weechat-0.4.3-r1/temp/environment'.
* Working directory: '/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
* S: '/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3'
>>> Failed to emerge net-irc/weechat-0.4.3-r1, Log file:
>>> '/var/tmp/portage/net-irc/weechat-0.4.3-r1/temp/build.log'
* Messages for package net-irc/weechat-0.4.3-r1:
* ERROR: net-irc/weechat-0.4.3-r1::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=net-irc/weechat-0.4.3-r1::gentoo'`,
* the complete build log and the output of `emerge -pqv '=net-irc/weechat-0.4.3-r1::gentoo'`.
* The complete build log is located at '/var/tmp/portage/net-irc/weechat-0.4.3-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-irc/weechat-0.4.3-r1/temp/environment'.
* Working directory: '/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3_build'
* S: '/var/tmp/portage/net-irc/weechat-0.4.3-r1/work/weechat-0.4.3'
[-- Attachment #5: emerge_conky --]
[-- Type: application/octet-stream, Size: 41675 bytes --]
Calculating dependencies . .... done!
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) app-admin/conky-1.9.0-r3
* conky-1.9.0.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
>>> Unpacking source...
>>> Unpacking conky-1.9.0.tar.bz2 to /var/tmp/portage/app-admin/conky-1.9.0-r3/work
>>> Source unpacked in /var/tmp/portage/app-admin/conky-1.9.0-r3/work
>>> Preparing source in /var/tmp/portage/app-admin/conky-1.9.0-r3/work/conky-1.9.0 ...
* Applying conky-1.8.1-utf8-scroll.patch ...
[ ok ]
* Applying conky-1.9.0-ncurses.patch ...
[ ok ]
* Applying conky-1.9.0-lines-fix.patch ...
[ ok ]
* Applying conky-1.9.0-update-when-message-count-decreases.patch ...
[ ok ]
* Applying conky-1.9.0-apcupsd.patch ...
[ ok ]
* Applying conky-1.9.0-default-graph-size.patch ...
[ ok ]
* Applying conky-1.9.0-diskio-dmmajor.patch ...
[ ok ]
* Running elibtoolize in: conky-1.9.0/
* Applying portage/1.2.0 patch ...
* Applying sed/1.5.6 patch ...
* Applying as-needed/2.4.2 patch ...
* Applying target-nm/2.4.2 patch ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-admin/conky-1.9.0-r3/work/conky-1.9.0 ...
* econf: updating conky-1.9.0/config.sub with /usr/share/gnuconfig/config.sub
* econf: updating conky-1.9.0/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 --disable-dependency-tracking --enable-x11 --enable-double-buffer --enable-xdamage --enable-argb --enable-own-window --enable-imlib2 --disable-lua-cairo --enable-lua-imlib2 --disable-nvidia --enable-xft --disable-audacious --disable-xmms2 --disable-apcupsd --enable-curl --disable-debug --disable-eve --enable-hddtemp --enable-iostats --enable-lua --disable-ibm --enable-math --enable-moc --enable-mpd --enable-ncurses --enable-portmon --disable-rss --disable-weather-metar --disable-weather-xoap --disable-wlan
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 x86_64-pc-linux-gnu-gcc... x86_64-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 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... none
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
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 how to print strings... print -r
checking for ld used by x86_64-pc-linux-gnu-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 BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B
checking the name lister (/usr/bin/x86_64-pc-linux-gnu-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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu 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 /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... print -r --
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking for sysroot... no
checking for x86_64-pc-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... x86_64-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 x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) 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... yes
checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes
checking for pkg-config... yes
checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config
checking pkg-config is at least version 0.19... yes
checking for fopencookie... yes
checking for funopen... no
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking for X11... yes
checking for Imlib2... yes
checking for LUA... yes
checking for tolua++... tolua++
checking for library containing tolua_error... -ltolua++
checking for getnameinfo... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
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 Xext... yes
checking for XDamage... yes
checking for Xft... yes
checking for GLib2... yes
checking for libcurl... yes
checking alsa/asoundlib.h usability... yes
checking alsa/asoundlib.h presence... yes
checking for alsa/asoundlib.h... yes
checking for snd_pcm_open in -lasound... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for unistd.h... (cached) yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for sys/stat.h... (cached) yes
checking linux/soundcard.h usability... yes
checking linux/soundcard.h presence... yes
checking for linux/soundcard.h... yes
checking for alsa/asoundlib.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking mcheck.h usability... yes
checking mcheck.h presence... yes
checking for mcheck.h... yes
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... 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 sys/mount.h... yes
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking for calloc... yes
checking for malloc... yes
checking for free... yes
checking for popen... yes
checking for sysinfo... yes
checking for getloadavg... yes
checking for memrchr... yes
checking for strndup... yes
checking for gethostbyname_r... yes
checking for library containing clock_gettime... none required
checking for struct statfs.f_fstypename... no
checking for db2x_xsltproc... no
checking for db2x_manxml... no
checking for xsltproc... xsltproc
checking if /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 accepts -O1... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating data/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating src/build.h
config.status: creating lua/Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
conky 1.9.0 configured successfully:
Installing into: /usr
System config dir: /etc
C compiler flags: -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W
Libraries: -lncurses -lm -lX11 -lImlib2 -llua -lm -ltolua++ -lXext -lXdamage -lXfixes -lXft -lglib-2.0 -lcurl -lasound -ltolua++
Linker flags: -Wl,-O1
* X11:
X11 support: yes
XDamage support: yes
XDBE support: yes
Xft support: yes
ARGB support yes
* Music detection:
Audacious: no
BMPx: no
MPD: yes
MOC: yes
XMMS2: no
* General:
math: yes
hddtemp: yes
portmon: yes
RSS: no
Curl: yes
Weather
METAR: no
XOAP: no
wireless: no
IBM: no
nvidia: no
eve-online: no
config-output: yes
Imlib2: yes
ALSA mixer: yes
apcupsd: no
I/O stats: yes
ncurses: yes
* Lua (yes) bindings:
Cairo: no
Imlib2: yes
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-admin/conky-1.9.0-r3/work/conky-1.9.0 ...
make -j5
Making all in src
/var/tmp/portage/app-admin/conky-1.9.0-r3/work/conky-1.9.0/src
make[1]: Entering directory `/var/tmp/portage/app-admin/conky-1.9.0-r3/work/conky-1.9.0/src'
make all-am
make[2]: Entering directory `/var/tmp/portage/app-admin/conky-1.9.0-r3/work/conky-1.9.0/src'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-conf_cookie.o `test -f 'conf_cookie.c' || echo './'`conf_cookie.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-mpd.o `test -f 'mpd.c' || echo './'`mpd.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-libmpdclient.o `test -f 'libmpdclient.c' || echo './'`libmpdclient.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-moc.o `test -f 'moc.c' || echo './'`moc.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-linux.o `test -f 'linux.c' || echo './'`linux.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-users.o `test -f 'users.c' || echo './'`users.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-sony.o `test -f 'sony.c' || echo './'`sony.c
linux.c: In function ‘get_battery_stuff’:
linux.c:1912:10: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
linux.c: In function ‘get_acpi_ac_adapter’:
linux.c:1409:9: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
linux.c: In function ‘get_acpi_fan’:
linux.c:1333:8: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
linux.c: In function ‘update_load_average’:
linux.c:829:9: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
linux.c: In function ‘update_threads’:
linux.c:596:9: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
linux.c: In function ‘update_net_stats’:
linux.c:368:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
linux.c:369:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
linux.c: In function ‘update_gateway_info’:
linux.c:292:8: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
linux.c: In function ‘get_ioscheduler’:
linux.c:234:9: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
linux.c: In function ‘get_laptop_mode’:
linux.c:212:9: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
linux.c: In function ‘update_uptime’:
linux.c:130:9: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-i8k.o `test -f 'i8k.c' || echo './'`i8k.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-libtcp-portmon.o `test -f 'libtcp-portmon.c' || echo './'`libtcp-portmon.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-tcp-portmon.o `test -f 'tcp-portmon.c' || echo './'`tcp-portmon.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-x11.o `test -f 'x11.c' || echo './'`x11.c
libtcp-portmon.c: In function ‘process_file’:
libtcp-portmon.c:395:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-fonts.o `test -f 'fonts.c' || echo './'`fonts.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-hddtemp.o `test -f 'hddtemp.c' || echo './'`hddtemp.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-ccurl_thread.o `test -f 'ccurl_thread.c' || echo './'`ccurl_thread.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-llua.o `test -f 'llua.c' || echo './'`llua.c
linux.c: In function ‘is_disk’:
linux.c:2315:18: warning: ‘dev_last’ may be used uninitialized in this function [-Wmaybe-uninitialized]
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-imlib2.o `test -f 'imlib2.c' || echo './'`imlib2.c
llua.c:43:0: warning: "MIN" redefined [enabled by default]
In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9:0,
from /usr/include/glib-2.0/glib/gtypes.h:34,
from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from libtcp-portmon.h:38,
from tcp-portmon.h:25,
from conky.h:112,
from llua.c:25:
/usr/include/glib-2.0/glib/gmacros.h:240:0: note: this is the location of the previous definition
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-iconv_tools.o `test -f 'iconv_tools.c' || echo './'`iconv_tools.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-colours.o `test -f 'colours.c' || echo './'`colours.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-combine.o `test -f 'combine.c' || echo './'`combine.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-common.o `test -f 'common.c' || echo './'`common.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-conky.o `test -f 'conky.c' || echo './'`conky.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-core.o `test -f 'core.c' || echo './'`core.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-diskio.o `test -f 'diskio.c' || echo './'`diskio.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-entropy.o `test -f 'entropy.c' || echo './'`entropy.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-exec.o `test -f 'exec.c' || echo './'`exec.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-fs.o `test -f 'fs.c' || echo './'`fs.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-mail.o `test -f 'mail.c' || echo './'`mail.c
exec.c: In function ‘pid_popen’:
exec.c:98:6: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result]
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-mixer.o `test -f 'mixer.c' || echo './'`mixer.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-net_stat.o `test -f 'net_stat.c' || echo './'`net_stat.c
mail.c: In function ‘parse_mail_args’:
mail.c:437:8: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
mail.c: In function ‘update_mail_count’:
mail.c:328:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-template.o `test -f 'template.c' || echo './'`template.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-timed_thread.o `test -f 'timed_thread.c' || echo './'`timed_thread.c
timed_thread.c: In function ‘timed_thread_destroy’:
timed_thread.c:167:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
mail.c: In function ‘imap_thread’:
mail.c:818:24: warning: ‘numbytes’ may be used uninitialized in this function [-Wmaybe-uninitialized]
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-mboxscan.o `test -f 'mboxscan.c' || echo './'`mboxscan.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-read_tcp.o `test -f 'read_tcp.c' || echo './'`read_tcp.c
conky.c: In function ‘draw_each_line_inner’:
conky.c:3155:23: warning: ‘font_h’ may be used uninitialized in this function [-Wmaybe-uninitialized]
mboxscan.c: In function ‘mbox_scan’:
mboxscan.c:223:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
mboxscan.c:239:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
mboxscan.c:256:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
mboxscan.c:279:12: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
mboxscan.c:298:12: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
mboxscan.c:328:12: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-scroll.o `test -f 'scroll.c' || echo './'`scroll.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-specials.o `test -f 'specials.c' || echo './'`specials.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-tailhead.o `test -f 'tailhead.c' || echo './'`tailhead.c
tailhead.c: In function ‘print_tailhead’:
tailhead.c:143:12: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
tailhead.c:162:13: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
specials.c: In function ‘new_graph’:
specials.c:419:12: warning: assignment from incompatible pointer type [enabled by default]
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-temphelper.o `test -f 'temphelper.c' || echo './'`temphelper.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-text_object.o `test -f 'text_object.c' || echo './'`text_object.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-timeinfo.o `test -f 'timeinfo.c' || echo './'`timeinfo.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-algebra.o `test -f 'algebra.c' || echo './'`algebra.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-proc.o `test -f 'proc.c' || echo './'`proc.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-user.o `test -f 'user.c' || echo './'`user.c
timeinfo.c: In function ‘print_format_time’:
timeinfo.c:219:16: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
timeinfo.c:222:16: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
timeinfo.c:225:16: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
timeinfo.c:228:16: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
timeinfo.c:231:16: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
timeinfo.c:236:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
timeinfo.c:239:18: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
timeinfo.c:241:18: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib64/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -c -o conky-top.o `test -f 'top.c' || echo './'`top.c
proc.c: In function ‘print_pid_write’:
proc.c:862:10: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_read’:
proc.c:837:10: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘internal_print_pid_vm’:
proc.c:768:10: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_fsgid’:
proc.c:741:10: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_sgid’:
proc.c:714:10: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_egid’:
proc.c:688:10: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_gid’:
proc.c:663:10: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_fsuid’:
proc.c:634:10: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_suid’:
proc.c:607:10: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_euid’:
proc.c:581:10: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_uid’:
proc.c:556:10: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_time’:
proc.c:536:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_time_usermode’:
proc.c:516:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_time_kernelmode’:
proc.c:496:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_thread_list’:
proc.c:472:10: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_threads’:
proc.c:446:10: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_cmdline_to_pid’:
proc.c:418:12: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_stdout’:
proc.c:386:10: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_stdin’:
proc.c:378:10: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_stderr’:
proc.c:370:10: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_state_short’:
proc.c:352:10: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_state’:
proc.c:328:10: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_priority’:
proc.c:308:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_parent’:
proc.c:282:10: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_nice’:
proc.c:229:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_exe’:
proc.c:218:10: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_environ_list’:
proc.c:197:10: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_environ’:
proc.c:171:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_cmdline’:
proc.c:127:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
proc.c: In function ‘print_pid_chroot’:
proc.c:116:10: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
/bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -lpthread -lm -Wl,-O1 -Wl,--as-needed -o conky conky-conf_cookie.o conky-mpd.o conky-libmpdclient.o conky-moc.o conky-linux.o conky-users.o conky-sony.o conky-i8k.o conky-libtcp-portmon.o conky-tcp-portmon.o conky-x11.o conky-fonts.o conky-hddtemp.o conky-ccurl_thread.o conky-llua.o conky-imlib2.o conky-iconv_tools.o conky-colours.o conky-combine.o conky-common.o conky-conky.o conky-core.o conky-diskio.o conky-entropy.o conky-exec.o conky-fs.o conky-mail.o conky-mixer.o conky-net_stat.o conky-template.o conky-timed_thread.o conky-mboxscan.o conky-read_tcp.o conky-scroll.o conky-specials.o conky-tailhead.o conky-temphelper.o conky-text_object.o conky-timeinfo.o conky-algebra.o conky-proc.o conky-user.o conky-top.o -lncurses -lm -lX11 -lImlib2 -llua -lm -ltolua++ -lXext -lXdamage -lXfixes -lXft -lglib-2.0 -lcurl -lasound -ltolua++
libtool: link: x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -ggdb -Wextra -Wall -O2 -pipe -march=native -Wl,-O1 -o conky conky-conf_cookie.o conky-mpd.o conky-libmpdclient.o conky-moc.o conky-linux.o conky-users.o conky-sony.o conky-i8k.o conky-libtcp-portmon.o conky-tcp-portmon.o conky-x11.o conky-fonts.o conky-hddtemp.o conky-ccurl_thread.o conky-llua.o conky-imlib2.o conky-iconv_tools.o conky-colours.o conky-combine.o conky-common.o conky-conky.o conky-core.o conky-diskio.o conky-entropy.o conky-exec.o conky-fs.o conky-mail.o conky-mixer.o conky-net_stat.o conky-template.o conky-timed_thread.o conky-mboxscan.o conky-read_tcp.o conky-scroll.o conky-specials.o conky-tailhead.o conky-temphelper.o conky-text_object.o conky-timeinfo.o conky-algebra.o conky-proc.o conky-user.o conky-top.o -lpthread -Wl,--as-needed -lncurses -lX11 -lImlib2 /usr/lib64//liblua.so -lm -lXext -lXdamage -lXfixes -lXft -lglib-2.0 -lcurl -lasound -ltolua++ -Wl,-rpath -Wl,/usr/lib64/ -Wl,-rpath -Wl,/usr/lib64/
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: conky-conky.o: undefined reference to symbol 'stdscr'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: note: 'stdscr' is defined in DSO /lib64/libtinfo.so.5 so try adding it to the linker command line
/lib64/libtinfo.so.5: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[2]: *** [conky] Error 1
make[2]: Leaving directory `/var/tmp/portage/app-admin/conky-1.9.0-r3/work/conky-1.9.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/app-admin/conky-1.9.0-r3/work/conky-1.9.0/src'
make: *** [all-recursive] Error 1
* ERROR: app-admin/conky-1.9.0-r3::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=app-admin/conky-1.9.0-r3::gentoo'`,
* the complete build log and the output of `emerge -pqv '=app-admin/conky-1.9.0-r3::gentoo'`.
* The complete build log is located at '/var/tmp/portage/app-admin/conky-1.9.0-r3/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/app-admin/conky-1.9.0-r3/temp/environment'.
* Working directory: '/var/tmp/portage/app-admin/conky-1.9.0-r3/work/conky-1.9.0'
* S: '/var/tmp/portage/app-admin/conky-1.9.0-r3/work/conky-1.9.0'
>>> Failed to emerge app-admin/conky-1.9.0-r3, Log file:
>>> '/var/tmp/portage/app-admin/conky-1.9.0-r3/temp/build.log'
* Messages for package app-admin/conky-1.9.0-r3:
* ERROR: app-admin/conky-1.9.0-r3::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=app-admin/conky-1.9.0-r3::gentoo'`,
* the complete build log and the output of `emerge -pqv '=app-admin/conky-1.9.0-r3::gentoo'`.
* The complete build log is located at '/var/tmp/portage/app-admin/conky-1.9.0-r3/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/app-admin/conky-1.9.0-r3/temp/environment'.
* Working directory: '/var/tmp/portage/app-admin/conky-1.9.0-r3/work/conky-1.9.0'
* S: '/var/tmp/portage/app-admin/conky-1.9.0-r3/work/conky-1.9.0'
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] OpenSP build fails
2014-04-26 21:07 ` Nikita Tropin
@ 2014-04-26 21:23 ` Edward M
2014-04-27 1:44 ` Stroller
1 sibling, 0 replies; 17+ messages in thread
From: Edward M @ 2014-04-26 21:23 UTC (permalink / raw
To: gentoo-user
On 4/26/2014 2:07 PM, Nikita Tropin wrote:
> PS sorry about not plain text messages but I haven't find any options
> indicating such functionality in gmail web interface
Hello,
Hope i can be of some help this time.
In Gmail webmail: click compose and in the compose window, go
to the far bottom right, click on the down arrow
a sub menu pops up; click on "plain text mode" it should show
plain text mod and save that setting for future emails.
Best regards,
ed
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] OpenSP build fails
2014-04-26 21:07 ` Nikita Tropin
2014-04-26 21:23 ` Edward M
@ 2014-04-27 1:44 ` Stroller
2014-04-27 7:20 ` Nikita Tropin
1 sibling, 1 reply; 17+ messages in thread
From: Stroller @ 2014-04-27 1:44 UTC (permalink / raw
To: gentoo-user
On Sat, 26 April 2014, at 10:07 pm, Nikita Tropin <posixivist32@gmail.com> wrote:
> I didn't touch pambase/shadow block for a while, trying to simply `emerge --update @world' and packages that you tell, which doesn't include this pair. …
No, IMO you need to address the pambase/shadow block first.
They're important packages and the transition is important.
There's no point in getting everything else updated, only to find you can't boot the system because of these.
Right now, I would only worry about anything else if it prevented me addressing this matter.
> The only thing I'm noticed from above is weechat and conky depends from ncurses but glibc is not and other packages that depends builds fine(zsh, bash, mc).
The glibc error looks to be related to gcc.
What versions of gcc are installed, what does `gcc-config -l` say?
Stroller.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] OpenSP build fails
2014-04-27 1:44 ` Stroller
@ 2014-04-27 7:20 ` Nikita Tropin
2014-04-27 19:10 ` Stroller
0 siblings, 1 reply; 17+ messages in thread
From: Nikita Tropin @ 2014-04-27 7:20 UTC (permalink / raw
To: gentoo-user
gcc-config -l:
[1] x86_64-pc-linux-gnu-4.6.3
[2] x86_64-pc-linux-gnu-4.7.3 *
These are installed: gcc-4.7.3, gcc-4.6.3, clang-3.3. I'm using 4.7.3
and not redefine CC or CXX in make.conf or elsewhere.
I found that getting out `pam' flag from `shadow' flags removes block.
Is it suitable fix(add `-pam' for `shadow' in package.use)? Or ...
As I can understand from
bugtracker(https://bugs.gentoo.org/show_bug.cgi?id=412721) I need to:
su # For doing administrative tasks while /etc/pam.d/{su,login,passwd} will gone
emerge shadow
emerge pambase
dispatch-conf && etc-update
PS Thanks Edward, it helps.
2014-04-27 4:44 GMT+03:00 Stroller <stroller@stellar.eclipse.co.uk>:
>
> On Sat, 26 April 2014, at 10:07 pm, Nikita Tropin <posixivist32@gmail.com> wrote:
>
>> I didn't touch pambase/shadow block for a while, trying to simply `emerge --update @world' and packages that you tell, which doesn't include this pair. …
>
> No, IMO you need to address the pambase/shadow block first.
>
> They're important packages and the transition is important.
>
> There's no point in getting everything else updated, only to find you can't boot the system because of these.
>
> Right now, I would only worry about anything else if it prevented me addressing this matter.
>
>
>> The only thing I'm noticed from above is weechat and conky depends from ncurses but glibc is not and other packages that depends builds fine(zsh, bash, mc).
>
> The glibc error looks to be related to gcc.
>
> What versions of gcc are installed, what does `gcc-config -l` say?
>
> Stroller.
>
>
--
Regards,
Nikita
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] OpenSP build fails
2014-04-27 7:20 ` Nikita Tropin
@ 2014-04-27 19:10 ` Stroller
2014-04-28 17:47 ` Nikita Tropin
0 siblings, 1 reply; 17+ messages in thread
From: Stroller @ 2014-04-27 19:10 UTC (permalink / raw
To: gentoo-user
On Sun, 27 April 2014, at 8:20 am, Nikita Tropin <posixivist32@gmail.com> wrote:
> gcc-config -l:
> [1] x86_64-pc-linux-gnu-4.6.3
> [2] x86_64-pc-linux-gnu-4.7.3 *
>
> These are installed: gcc-4.7.3, gcc-4.6.3, clang-3.3. I'm using 4.7.3
> and not redefine CC or CXX in make.conf or elsewhere.
That's good. gcc-4.7.3 is current, so you should be able to revdep-rebuild and update glibc, paving your way to ncurses and your other failed compiles. But IMO you should get the pam / shadow stuff done, and reboot, first.
> I found that getting out `pam' flag from `shadow' flags removes block.
> Is it suitable fix(add `-pam' for `shadow' in package.use)? Or ...
>
> As I can understand from
> bugtracker(https://bugs.gentoo.org/show_bug.cgi?id=412721) I need to:
> su # For doing administrative tasks while /etc/pam.d/{su,login,passwd} will gone
> emerge shadow
> emerge pambase
> dispatch-conf && etc-update
>
> PS Thanks Edward, it helps.
>
>
>> … IMO you need to address the pambase/shadow block first.
>>
>> They're important packages and the transition is important.
I intended to say here that "they're important packages and the transition is well documented."
I've already linked you pages and pages of information on this update:
http://www.google.com/search?q=pambase+shadow+gentoo
I *think* that you unmerge one or both packages and then reemerge, but I can't remember for sure.
It's also hard to say how safe this will be on a system that's in such disrepair as yours - you might be best to backup the whole system &/or build binary packages for everything that's presently installed. If you ignore updates for a year at a time, you're really risking trouble.
Stroller.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] OpenSP build fails
2014-04-27 19:10 ` Stroller
@ 2014-04-28 17:47 ` Nikita Tropin
0 siblings, 0 replies; 17+ messages in thread
From: Nikita Tropin @ 2014-04-28 17:47 UTC (permalink / raw
To: gentoo-user
Ok, pambase/shadow problem solved. I called revdep-rebuild and it
found libcairo problem, reemerged it, second revdep-rebuild was clean.
There are still problems with compilation of packages mentioned above.
2014-04-27 22:10 GMT+03:00 Stroller <stroller@stellar.eclipse.co.uk>:
>
> On Sun, 27 April 2014, at 8:20 am, Nikita Tropin <posixivist32@gmail.com> wrote:
>
>> gcc-config -l:
>> [1] x86_64-pc-linux-gnu-4.6.3
>> [2] x86_64-pc-linux-gnu-4.7.3 *
>>
>> These are installed: gcc-4.7.3, gcc-4.6.3, clang-3.3. I'm using 4.7.3
>> and not redefine CC or CXX in make.conf or elsewhere.
>
> That's good. gcc-4.7.3 is current, so you should be able to revdep-rebuild and update glibc, paving your way to ncurses and your other failed compiles. But IMO you should get the pam / shadow stuff done, and reboot, first.
>
>
>> I found that getting out `pam' flag from `shadow' flags removes block.
>> Is it suitable fix(add `-pam' for `shadow' in package.use)? Or ...
>>
>> As I can understand from
>> bugtracker(https://bugs.gentoo.org/show_bug.cgi?id=412721) I need to:
>> su # For doing administrative tasks while /etc/pam.d/{su,login,passwd} will gone
>> emerge shadow
>> emerge pambase
>> dispatch-conf && etc-update
>>
>> PS Thanks Edward, it helps.
>>
>>
>>> … IMO you need to address the pambase/shadow block first.
>>>
>>> They're important packages and the transition is important.
>
> I intended to say here that "they're important packages and the transition is well documented."
>
> I've already linked you pages and pages of information on this update:
> http://www.google.com/search?q=pambase+shadow+gentoo
>
> I *think* that you unmerge one or both packages and then reemerge, but I can't remember for sure.
>
> It's also hard to say how safe this will be on a system that's in such disrepair as yours - you might be best to backup the whole system &/or build binary packages for everything that's presently installed. If you ignore updates for a year at a time, you're really risking trouble.
>
> Stroller.
>
>
>
--
Regards,
Nikita
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2014-04-28 17:48 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CAL-+O4LXftSDG4=jpXgybak3JO65q8cR_CU2KF2m8+BmWFmBAg@mail.gmail.com>
2014-04-22 15:40 ` [gentoo-user] Fwd: OpenSP build fails Nikita Tropin
2014-04-22 15:40 ` [gentoo-user] " Nikita Tropin
2014-04-22 16:23 ` [gentoo-user] Fwd: " Edward M
2014-04-22 19:05 ` Nikita Tropin
2014-04-22 19:53 ` Edward M
2014-04-23 16:36 ` [gentoo-user] " Stroller
2014-04-23 16:49 ` Stroller
2014-04-23 18:20 ` Nikita Tropin
2014-04-23 23:33 ` Stroller
2014-04-23 23:54 ` Stroller
2014-04-26 21:07 ` Nikita Tropin
2014-04-26 21:23 ` Edward M
2014-04-27 1:44 ` Stroller
2014-04-27 7:20 ` Nikita Tropin
2014-04-27 19:10 ` Stroller
2014-04-28 17:47 ` Nikita Tropin
2014-04-22 15:42 Nikita Tropin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox