Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 472294 Details for
Bug 618150
dev-libs/protobuf-3.3.0 - error: 'value' may be used uninitialized in this function [-Werror=maybe-uninitialized]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-libs/protobuf-3.3.0:20170510-205004.log
protobuf-3.3.0:20170510-205004.log (text/plain), 679.95 KB, created by
eroen
on 2017-05-10 21:29:23 UTC
(
hide
)
Description:
dev-libs/protobuf-3.3.0:20170510-205004.log
Filename:
MIME Type:
Creator:
eroen
Created:
2017-05-10 21:29:23 UTC
Size:
679.95 KB
patch
obsolete
> * Package: dev-libs/protobuf-3.3.0 > * Repository: gentoo > * Maintainer: vapier@gentoo.org tomboy64@sina.cn,proxy-maint@gentoo.org > * USE: abi_x86_32 abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 test userland_GNU zlib > * FEATURES: compressdebug installsources preserve-libs sandbox splitdebug test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking protobuf-3.3.0.tar.gz to /var/tmp/portage/dev-libs/protobuf-3.3.0/work >>>> Source unpacked in /var/tmp/portage/dev-libs/protobuf-3.3.0/work >>>> Preparing source in /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0 ... > * Applying protobuf-2.6.1-protoc-cmdline.patch ... > [ ok ] > * Applying protobuf-3.3.0-disable-local-gmock.patch ... > [ ok ] > * Running eautoreconf in '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0' ... > * Running libtoolize --install --copy --force --automake ... > [ ok ] > * Running aclocal -I m4 ... > [ ok ] > * Running autoconf --force ... > [ ok ] > * Running autoheader ... > [ ok ] > * Running automake --add-missing --copy --foreign --force-missing ... > [ ok ] > * Running elibtoolize in: protobuf-3.3.0/ > * Applying portage/1.2.0 patch ... > * Applying sed/1.5.6 patch ... > * Applying as-needed/2.4.3 patch ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0 ... > * abi_x86_32.x86: running multilib-minimal_abi_src_configure > * econf: updating protobuf-3.3.0/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating protobuf-3.3.0/config.guess with /usr/share/gnuconfig/config.guess >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/protobuf-3.3.0 --htmldir=/usr/share/doc/protobuf-3.3.0/html --libdir=/usr/lib32 --disable-static --with-zlib >configure: loading site script /usr/share/config.site >checking whether to enable maintainer-specific portions of Makefiles... yes >checking build system type... i686-pc-linux-gnu >checking host system type... i686-pc-linux-gnu >checking target system type... i686-pc-linux-gnu >checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/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 whether make supports nested variables... yes >checking whether UID '250' is supported by ustar format... yes >checking whether GID '250' is supported by ustar format... yes >checking how to create a ustar tar archive... gnutar >checking for i686-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc -m32 >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 -m32 accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C89... none needed >checking whether x86_64-pc-linux-gnu-gcc -m32 understands -c and -o together... yes >checking for style of include used by make... GNU >checking dependency style of x86_64-pc-linux-gnu-gcc -m32... none >checking whether we are using the GNU C++ compiler... yes >checking whether x86_64-pc-linux-gnu-g++ -m32 accepts -g... yes >checking dependency style of x86_64-pc-linux-gnu-g++ -m32... none >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -m32 -E >checking for gcc... gcc >checking whether we are using the GNU C compiler... (cached) yes >checking whether gcc accepts -g... yes >checking for gcc option to accept ISO C89... (cached) none needed >checking whether gcc understands -c and -o together... (cached) yes >checking dependency style of gcc... (cached) none >checking how to run the C preprocessor... gcc -E >checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -m32 -E >checking for g++... g++ >checking whether we are using the GNU C++ compiler... (cached) yes >checking whether g++ accepts -g... yes >checking dependency style of g++... (cached) none >checking how to run the C++ preprocessor... g++ -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking minix/config.h usability... no >checking minix/config.h presence... no >checking for minix/config.h... no >checking whether it is safe to define __EXTENSIONS__... yes >checking for i686-pc-linux-gnu-ar... gcc-ar >checking the archiver (gcc-ar) interface... ar >checking for i686-pc-linux-gnu-gcc... no >checking for i686-pc-linux-gnu-objcc... no >checking for i686-pc-linux-gnu-objc... no >checking for i686-pc-linux-gnu-cc... no >checking for i686-pc-linux-gnu-CC... no >checking for gcc... gcc >checking whether we are using the GNU Objective C compiler... no >checking whether gcc accepts -g... no >checking dependency style of gcc... none >checking C++ compiler flags...... use user-supplied: -march=corei7-avx -pipe -Og -g -gdwarf-4 >checking whether __SUNPRO_CC is declared... no >checking how to print strings... printf >checking for a sed that does not truncate output... /bin/sed >checking for fgrep... /bin/grep -F >checking for ld used by x86_64-pc-linux-gnu-gcc -m32... x86_64-pc-linux-gnu-ld -m elf_i386 >checking if the linker (x86_64-pc-linux-gnu-ld -m elf_i386) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... gcc-nm >checking the name lister (gcc-nm) interface... BSD nm >checking whether ln -s works... yes >checking the maximum length of command line arguments... 1572864 >checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop >checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop >checking for x86_64-pc-linux-gnu-ld -m elf_i386 option to reload object files... -r >checking for i686-pc-linux-gnu-objdump... no >checking for objdump... objdump >checking how to recognize dependent libraries... pass_all >checking for i686-pc-linux-gnu-dlltool... no >checking for dlltool... no >checking how to associate runtime and link libraries... printf %s\n >checking for i686-pc-linux-gnu-ar... (cached) gcc-ar >checking for archiver @FILE support... @ >checking for i686-pc-linux-gnu-strip... no >checking for strip... strip >checking for i686-pc-linux-gnu-ranlib... gcc-ranlib >checking command to parse gcc-nm output from x86_64-pc-linux-gnu-gcc -m32 object... ok >checking for sysroot... no >checking for a working dd... /bin/dd >checking how to truncate binary pipes... /bin/dd bs=4096 count=1 >checking for i686-pc-linux-gnu-mt... no >checking for mt... no >checking if : is a manifest tool... no >checking for dlfcn.h... yes >checking for objdir... .libs >checking if x86_64-pc-linux-gnu-gcc -m32 supports -fno-rtti -fno-exceptions... no >checking for x86_64-pc-linux-gnu-gcc -m32 option to produce PIC... -fPIC -DPIC >checking if x86_64-pc-linux-gnu-gcc -m32 PIC flag -fPIC -DPIC works... yes >checking if x86_64-pc-linux-gnu-gcc -m32 static flag -static works... yes >checking if x86_64-pc-linux-gnu-gcc -m32 supports -c -o file.o... yes >checking if x86_64-pc-linux-gnu-gcc -m32 supports -c -o file.o... (cached) yes >checking whether the x86_64-pc-linux-gnu-gcc -m32 linker (x86_64-pc-linux-gnu-ld -m elf_i386) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... no >checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -m32 -E >checking for ld used by x86_64-pc-linux-gnu-g++ -m32... x86_64-pc-linux-gnu-ld -m elf_i386 >checking if the linker (x86_64-pc-linux-gnu-ld -m elf_i386) is GNU ld... yes >checking whether the x86_64-pc-linux-gnu-g++ -m32 linker (x86_64-pc-linux-gnu-ld -m elf_i386) supports shared libraries... yes >checking for x86_64-pc-linux-gnu-g++ -m32 option to produce PIC... -fPIC -DPIC >checking if x86_64-pc-linux-gnu-g++ -m32 PIC flag -fPIC -DPIC works... yes >checking if x86_64-pc-linux-gnu-g++ -m32 static flag -static works... yes >checking if x86_64-pc-linux-gnu-g++ -m32 supports -c -o file.o... yes >checking if x86_64-pc-linux-gnu-g++ -m32 supports -c -o file.o... (cached) yes >checking whether the x86_64-pc-linux-gnu-g++ -m32 linker (x86_64-pc-linux-gnu-ld -m elf_i386) supports shared libraries... yes >checking dynamic linker characteristics... (cached) GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether the linker supports version scripts... yes >checking for ANSI C header files... (cached) yes >checking fcntl.h usability... yes >checking fcntl.h presence... yes >checking for fcntl.h... yes >checking for inttypes.h... (cached) yes >checking limits.h usability... yes >checking limits.h presence... yes >checking for limits.h... yes >checking for stdlib.h... (cached) yes >checking for unistd.h... (cached) yes >checking for working memcmp... yes >checking for working strtod... yes >checking for ftruncate... yes >checking for memset... yes >checking for mkdir... yes >checking for strchr... yes >checking for strerror... yes >checking for strtol... yes >checking zlib version... ok (1.2.0.4 or later) >checking for library containing zlibVersion... -lz >checking for the pthreads library -lpthreads... no >checking whether pthreads work without any flags... no >checking whether pthreads work with -Kthread... no >checking whether pthreads work with -kthread... no >checking for the pthreads library -llthread... no >checking whether pthreads work with -pthread... yes >checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE >checking if more special flags are required for pthreads... no >checking whether to check for GCC pthread/shared inconsistencies... yes >checking whether -pthread is sufficient with -shared... yes >checking whether what we have so far is sufficient with -nostdlib... no >checking whether -lpthread saves the day... yes >checking the location of hash_map... <unordered_map> >checking for library containing sched_yield... none required >checking whether x86_64-pc-linux-gnu-g++ -m32 supports C++11 features by default... yes >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating src/Makefile >config.status: creating benchmarks/Makefile >config.status: creating conformance/Makefile >config.status: creating protobuf.pc >config.status: creating protobuf-lite.pc >config.status: creating config.h >config.status: executing depfiles commands >config.status: executing libtool commands > * abi_x86_64.amd64: running multilib-minimal_abi_src_configure > * econf: updating protobuf-3.3.0/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating protobuf-3.3.0/config.guess with /usr/share/gnuconfig/config.guess >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/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 --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/protobuf-3.3.0 --htmldir=/usr/share/doc/protobuf-3.3.0/html --libdir=/usr/lib64 --disable-static --with-zlib >configure: loading site script /usr/share/config.site >checking whether to enable maintainer-specific portions of Makefiles... yes >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 >checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/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 whether make supports nested variables... yes >checking whether UID '250' is supported by ustar format... yes >checking whether GID '250' is supported by ustar format... yes >checking how to create a ustar tar archive... gnutar >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 whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes >checking for style of include used by make... GNU >checking dependency style of x86_64-pc-linux-gnu-gcc... none >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-gcc -E >checking for gcc... gcc >checking whether we are using the GNU C compiler... (cached) yes >checking whether gcc accepts -g... yes >checking for gcc option to accept ISO C89... (cached) none needed >checking whether gcc understands -c and -o together... (cached) yes >checking dependency style of gcc... (cached) none >checking how to run the C preprocessor... gcc -E >checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E >checking for g++... g++ >checking whether we are using the GNU C++ compiler... (cached) yes >checking whether g++ accepts -g... yes >checking dependency style of g++... (cached) none >checking how to run the C++ preprocessor... g++ -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking minix/config.h usability... no >checking minix/config.h presence... no >checking for minix/config.h... no >checking whether it is safe to define __EXTENSIONS__... yes >checking for x86_64-pc-linux-gnu-ar... gcc-ar >checking the archiver (gcc-ar) interface... ar >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking whether we are using the GNU Objective C compiler... no >checking whether x86_64-pc-linux-gnu-gcc accepts -g... no >checking dependency style of x86_64-pc-linux-gnu-gcc... none >checking C++ compiler flags...... use user-supplied: -march=corei7-avx -pipe -Og -g -gdwarf-4 >checking whether __SUNPRO_CC is declared... no >checking how to print strings... printf >checking for a sed that does not truncate output... /bin/sed >checking for fgrep... /bin/grep -F >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)... gcc-nm >checking the name lister (gcc-nm) interface... BSD nm >checking whether ln -s works... yes >checking the maximum length of command line arguments... 1572864 >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... printf %s\n >checking for x86_64-pc-linux-gnu-ar... (cached) gcc-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... gcc-ranlib >checking command to parse gcc-nm output from x86_64-pc-linux-gnu-gcc object... ok >checking for sysroot... no >checking for a working dd... /bin/dd >checking how to truncate binary pipes... /bin/dd bs=4096 count=1 >checking for x86_64-pc-linux-gnu-mt... no >checking for mt... no >checking if : is a manifest tool... no >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... no >checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E >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 -DPIC >checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes >checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes >checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes >checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) 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... (cached) GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether the linker supports version scripts... yes >checking for ANSI C header files... (cached) yes >checking fcntl.h usability... yes >checking fcntl.h presence... yes >checking for fcntl.h... yes >checking for inttypes.h... (cached) yes >checking limits.h usability... yes >checking limits.h presence... yes >checking for limits.h... yes >checking for stdlib.h... (cached) yes >checking for unistd.h... (cached) yes >checking for working memcmp... yes >checking for working strtod... yes >checking for ftruncate... yes >checking for memset... yes >checking for mkdir... yes >checking for strchr... yes >checking for strerror... yes >checking for strtol... yes >checking zlib version... ok (1.2.0.4 or later) >checking for library containing zlibVersion... -lz >checking for the pthreads library -lpthreads... no >checking whether pthreads work without any flags... no >checking whether pthreads work with -Kthread... no >checking whether pthreads work with -kthread... no >checking for the pthreads library -llthread... no >checking whether pthreads work with -pthread... yes >checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE >checking if more special flags are required for pthreads... no >checking whether to check for GCC pthread/shared inconsistencies... yes >checking whether -pthread is sufficient with -shared... yes >checking whether what we have so far is sufficient with -nostdlib... no >checking whether -lpthread saves the day... yes >checking the location of hash_map... <unordered_map> >checking for library containing sched_yield... none required >checking whether x86_64-pc-linux-gnu-g++ supports C++11 features by default... yes >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating src/Makefile >config.status: creating benchmarks/Makefile >config.status: creating conformance/Makefile >config.status: creating protobuf.pc >config.status: creating protobuf-lite.pc >config.status: creating config.h >config.status: executing depfiles commands >config.status: executing libtool commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0 ... > * abi_x86_32.x86: running multilib-minimal_abi_src_compile >make >make all-recursive >make[1]: Entering directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_32.x86' >Making all in . >make[2]: Entering directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_32.x86' >make[2]: Leaving directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_32.x86' >Making all in src >make[2]: Entering directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_32.x86/src' >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/main.o /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/main.cc >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/atomicops_internals_x86_gcc.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/atomicops_internals_x86_gcc.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/atomicops_internals_x86_msvc.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/atomicops_internals_x86_msvc.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/bytestream.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/bytestream.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/bytestream.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/bytestream.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/common.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/common.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/common.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/common.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/int128.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/int128.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/int128.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/int128.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/once.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/once.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/once.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/once.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/status.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/status.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/status.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/status.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/statusor.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/statusor.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/statusor.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/statusor.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/stringpiece.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/stringpiece.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/stringpiece.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/stringpiece.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/stringprintf.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/stringprintf.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/stringprintf.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/stringprintf.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/structurally_valid.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/structurally_valid.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/structurally_valid.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/structurally_valid.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/strutil.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/strutil.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/strutil.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/strutil.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/time.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/time.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/time.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/time.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/arena.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/arena.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/arena.cc -fPIC -DPIC -o google/protobuf/.libs/arena.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/arenastring.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/arenastring.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/arenastring.cc -fPIC -DPIC -o google/protobuf/.libs/arenastring.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/extension_set.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/extension_set.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/extension_set.cc -fPIC -DPIC -o google/protobuf/.libs/extension_set.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/generated_message_util.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/generated_message_util.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/generated_message_util.cc -fPIC -DPIC -o google/protobuf/.libs/generated_message_util.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/message_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/message_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/message_lite.cc -fPIC -DPIC -o google/protobuf/.libs/message_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/repeated_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.cc -fPIC -DPIC -o google/protobuf/.libs/repeated_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/wire_format_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/wire_format_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/wire_format_lite.cc -fPIC -DPIC -o google/protobuf/.libs/wire_format_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/io/coded_stream.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/coded_stream.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/coded_stream.cc -fPIC -DPIC -o google/protobuf/io/.libs/coded_stream.o >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/coded_stream.cc: In member function 'google::protobuf::int64 google::protobuf::io::CodedInputStream::ReadVarint32Fallback(google::protobuf::uint32)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/coded_stream.cc:430:12: warning: 'temp' may be used uninitialized in this function [-Wmaybe-uninitialized] > return temp; > ^~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/coded_stream.cc: In member function 'int google::protobuf::io::CodedInputStream::ReadVarintSizeAsIntFallback()': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/coded_stream.cc:457:12: warning: 'temp' may be used uninitialized in this function [-Wmaybe-uninitialized] > return temp; > ^~~~ >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/io/zero_copy_stream.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/zero_copy_stream.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/zero_copy_stream.cc -fPIC -DPIC -o google/protobuf/io/.libs/zero_copy_stream.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/io/zero_copy_stream_impl_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/zero_copy_stream_impl_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/zero_copy_stream_impl_lite.cc -fPIC -DPIC -o google/protobuf/io/.libs/zero_copy_stream_impl_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/any.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/any.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/any.pb.cc -fPIC -DPIC -o google/protobuf/.libs/any.pb.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/api.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/api.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/api.pb.cc -fPIC -DPIC -o google/protobuf/.libs/api.pb.o >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/api.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/api.pb.h: In member function 'virtual bool google::protobuf::Method::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/api.pb.h:986:11: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > syntax_ = value; > ~~~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/api.pb.cc:1152:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/api.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/api.pb.h: In member function 'virtual bool google::protobuf::Api::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/api.pb.h:751:11: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > syntax_ = value; > ~~~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/api.pb.cc:392:15: note: 'value' was declared here > int value; > ^~~~~ >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/mathlimits.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/mathlimits.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/mathlimits.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/mathlimits.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/any.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/any.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/any.cc -fPIC -DPIC -o google/protobuf/.libs/any.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/descriptor.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.cc -fPIC -DPIC -o google/protobuf/.libs/descriptor.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/descriptor_database.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor_database.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor_database.cc -fPIC -DPIC -o google/protobuf/.libs/descriptor_database.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/descriptor.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc -fPIC -DPIC -o google/protobuf/.libs/descriptor.pb.o >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.h: In member function 'virtual bool google::protobuf::FieldOptions::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.h:7321:11: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > jstype_ = value; > ~~~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc:10655:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.h:7272:10: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > ctype_ = value; > ~~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc:10594:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.h: In member function 'virtual bool google::protobuf::MethodOptions::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.h:7708:22: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > idempotency_level_ = value; > ~~~~~~~~~~~~~~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc:12721:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.h: In member function 'virtual bool google::protobuf::FileOptions::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.h:6648:17: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optimize_for_ = value; > ~~~~~~~~~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc:8453:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.h: In member function 'virtual bool google::protobuf::FieldDescriptorProto::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.h:5282:9: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > type_ = value; > ~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc:4545:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.h:5257:10: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > label_ = value; > ~~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc:4526:15: note: 'value' was declared here > int value; > ^~~~~ >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/duration.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/duration.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/duration.pb.cc -fPIC -DPIC -o google/protobuf/.libs/duration.pb.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/dynamic_message.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/dynamic_message.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/dynamic_message.cc -fPIC -DPIC -o google/protobuf/.libs/dynamic_message.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/empty.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/empty.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/empty.pb.cc -fPIC -DPIC -o google/protobuf/.libs/empty.pb.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/extension_set_heavy.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/extension_set_heavy.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/extension_set_heavy.cc -fPIC -DPIC -o google/protobuf/.libs/extension_set_heavy.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/field_mask.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/field_mask.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/field_mask.pb.cc -fPIC -DPIC -o google/protobuf/.libs/field_mask.pb.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/generated_message_reflection.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/generated_message_reflection.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/generated_message_reflection.cc -fPIC -DPIC -o google/protobuf/.libs/generated_message_reflection.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/map_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/map_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/map_field.cc -fPIC -DPIC -o google/protobuf/.libs/map_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/message.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/message.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/message.cc -fPIC -DPIC -o google/protobuf/.libs/message.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/reflection_ops.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/reflection_ops.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/reflection_ops.cc -fPIC -DPIC -o google/protobuf/.libs/reflection_ops.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/service.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/service.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/service.cc -fPIC -DPIC -o google/protobuf/.libs/service.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/source_context.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/source_context.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/source_context.pb.cc -fPIC -DPIC -o google/protobuf/.libs/source_context.pb.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/struct.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/struct.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/struct.pb.cc -fPIC -DPIC -o google/protobuf/.libs/struct.pb.o >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/struct.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/struct.pb.h: In member function 'virtual bool google::protobuf::Value::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/struct.pb.h:575:21: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > kind_.null_value_ = value; > ~~~~~~~~~~~~~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/struct.pb.cc:804:15: note: 'value' was declared here > int value; > ^~~~~ >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/substitute.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/substitute.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/substitute.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/substitute.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/text_format.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/text_format.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/text_format.cc -fPIC -DPIC -o google/protobuf/.libs/text_format.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/timestamp.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/timestamp.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/timestamp.pb.cc -fPIC -DPIC -o google/protobuf/.libs/timestamp.pb.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/type.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.cc -fPIC -DPIC -o google/protobuf/.libs/type.pb.o >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.h: In member function 'virtual bool google::protobuf::Field::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.h:1316:16: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > cardinality_ = value; > ~~~~~~~~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.cc:1299:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.h:1302:9: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > kind_ = value; > ~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.cc:1284:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.h: In member function 'virtual bool google::protobuf::Enum::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.h:1852:11: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > syntax_ = value; > ~~~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.cc:2392:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.h: In member function 'virtual bool google::protobuf::Type::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.h:1284:11: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > syntax_ = value; > ~~~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.cc:583:15: note: 'value' was declared here > int value; > ^~~~~ >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/unknown_field_set.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/unknown_field_set.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/unknown_field_set.cc -fPIC -DPIC -o google/protobuf/.libs/unknown_field_set.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/wire_format.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/wire_format.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/wire_format.cc -fPIC -DPIC -o google/protobuf/.libs/wire_format.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/wrappers.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/wrappers.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/wrappers.pb.cc -fPIC -DPIC -o google/protobuf/.libs/wrappers.pb.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/io/gzip_stream.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/gzip_stream.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/gzip_stream.cc -fPIC -DPIC -o google/protobuf/io/.libs/gzip_stream.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/io/printer.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/printer.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/printer.cc -fPIC -DPIC -o google/protobuf/io/.libs/printer.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/io/strtod.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/strtod.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/strtod.cc -fPIC -DPIC -o google/protobuf/io/.libs/strtod.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/io/tokenizer.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/tokenizer.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/tokenizer.cc -fPIC -DPIC -o google/protobuf/io/.libs/tokenizer.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/io/zero_copy_stream_impl.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/zero_copy_stream_impl.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/zero_copy_stream_impl.cc -fPIC -DPIC -o google/protobuf/io/.libs/zero_copy_stream_impl.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/importer.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/importer.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/importer.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/importer.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/parser.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/parser.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/parser.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/parser.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/delimited_message_util.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/delimited_message_util.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/delimited_message_util.cc -fPIC -DPIC -o google/protobuf/util/.libs/delimited_message_util.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/field_comparator.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/field_comparator.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/field_comparator.cc -fPIC -DPIC -o google/protobuf/util/.libs/field_comparator.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/field_mask_util.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/field_mask_util.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/field_mask_util.cc -fPIC -DPIC -o google/protobuf/util/.libs/field_mask_util.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/datapiece.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/datapiece.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/datapiece.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/datapiece.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/default_value_objectwriter.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/default_value_objectwriter.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/default_value_objectwriter.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/default_value_objectwriter.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/error_listener.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/error_listener.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/error_listener.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/error_listener.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/field_mask_utility.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/field_mask_utility.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/field_mask_utility.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/field_mask_utility.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/json_escaping.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/json_escaping.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/json_escaping.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/json_escaping.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/json_objectwriter.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/json_objectwriter.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/json_objectwriter.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/json_objectwriter.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/json_stream_parser.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/json_stream_parser.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/json_stream_parser.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/json_stream_parser.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/object_writer.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/object_writer.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/object_writer.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/object_writer.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/protostream_objectsource.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/protostream_objectsource.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/protostream_objectsource.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/protostream_objectsource.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/protostream_objectwriter.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/protostream_objectwriter.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/protostream_objectwriter.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/protostream_objectwriter.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/proto_writer.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/proto_writer.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/proto_writer.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/proto_writer.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/type_info.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/type_info.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/type_info.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/type_info.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/type_info_test_helper.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/type_info_test_helper.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/type_info_test_helper.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/type_info_test_helper.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/utility.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/utility.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/utility.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/utility.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/json_util.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/json_util.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/json_util.cc -fPIC -DPIC -o google/protobuf/util/.libs/json_util.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/message_differencer.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/message_differencer.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/message_differencer.cc -fPIC -DPIC -o google/protobuf/util/.libs/message_differencer.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/time_util.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/time_util.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/time_util.cc -fPIC -DPIC -o google/protobuf/util/.libs/time_util.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/type_resolver_util.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/type_resolver_util.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/type_resolver_util.cc -fPIC -DPIC -o google/protobuf/util/.libs/type_resolver_util.o >/bin/sh ../libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -m32 -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -version-info 13:0:0 -export-dynamic -no-undefined -Wl,--version-script=/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/libprotobuf.map -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libprotobuf.la -rpath /usr/lib32 google/protobuf/stubs/atomicops_internals_x86_gcc.lo google/protobuf/stubs/atomicops_internals_x86_msvc.lo google/protobuf/stubs/bytestream.lo google/protobuf/stubs/common.lo google/protobuf/stubs/int128.lo google/protobuf/stubs/once.lo google/protobuf/stubs/status.lo google/protobuf/stubs/statusor.lo google/protobuf/stubs/stringpiece.lo google/protobuf/stubs/stringprintf.lo google/protobuf/stubs/structurally_valid.lo google/protobuf/stubs/strutil.lo google/protobuf/stubs/time.lo google/protobuf/arena.lo google/protobuf/arenastring.lo google/protobuf/extension_set.lo google/protobuf/generated_message_util.lo google/protobuf/message_lite.lo google/protobuf/repeated_field.lo google/protobuf/wire_format_lite.lo google/protobuf/io/coded_stream.lo google/protobuf/io/zero_copy_stream.lo google/protobuf/io/zero_copy_stream_impl_lite.lo google/protobuf/any.pb.lo google/protobuf/api.pb.lo google/protobuf/stubs/mathlimits.lo google/protobuf/any.lo google/protobuf/descriptor.lo google/protobuf/descriptor_database.lo google/protobuf/descriptor.pb.lo google/protobuf/duration.pb.lo google/protobuf/dynamic_message.lo google/protobuf/empty.pb.lo google/protobuf/extension_set_heavy.lo google/protobuf/field_mask.pb.lo google/protobuf/generated_message_reflection.lo google/protobuf/map_field.lo google/protobuf/message.lo google/protobuf/reflection_ops.lo google/protobuf/service.lo google/protobuf/source_context.pb.lo google/protobuf/struct.pb.lo google/protobuf/stubs/substitute.lo google/protobuf/text_format.lo google/protobuf/timestamp.pb.lo google/protobuf/type.pb.lo google/protobuf/unknown_field_set.lo google/protobuf/wire_format.lo google/protobuf/wrappers.pb.lo google/protobuf/io/gzip_stream.lo google/protobuf/io/printer.lo google/protobuf/io/strtod.lo google/protobuf/io/tokenizer.lo google/protobuf/io/zero_copy_stream_impl.lo google/protobuf/compiler/importer.lo google/protobuf/compiler/parser.lo google/protobuf/util/delimited_message_util.lo google/protobuf/util/field_comparator.lo google/protobuf/util/field_mask_util.lo google/protobuf/util/internal/datapiece.lo google/protobuf/util/internal/default_value_objectwriter.lo google/protobuf/util/internal/error_listener.lo google/protobuf/util/internal/field_mask_utility.lo google/protobuf/util/internal/json_escaping.lo google/protobuf/util/internal/json_objectwriter.lo google/protobuf/util/internal/json_stream_parser.lo google/protobuf/util/internal/object_writer.lo google/protobuf/util/internal/protostream_objectsource.lo google/protobuf/util/internal/protostream_objectwriter.lo google/protobuf/util/internal/proto_writer.lo google/protobuf/util/internal/type_info.lo google/protobuf/util/internal/type_info_test_helper.lo google/protobuf/util/internal/utility.lo google/protobuf/util/json_util.lo google/protobuf/util/message_differencer.lo google/protobuf/util/time_util.lo google/protobuf/util/type_resolver_util.lo -lpthread -lz >libtool: link: x86_64-pc-linux-gnu-g++ -m32 -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib32/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/32/crtbeginS.o google/protobuf/stubs/.libs/atomicops_internals_x86_gcc.o google/protobuf/stubs/.libs/atomicops_internals_x86_msvc.o google/protobuf/stubs/.libs/bytestream.o google/protobuf/stubs/.libs/common.o google/protobuf/stubs/.libs/int128.o google/protobuf/stubs/.libs/once.o google/protobuf/stubs/.libs/status.o google/protobuf/stubs/.libs/statusor.o google/protobuf/stubs/.libs/stringpiece.o google/protobuf/stubs/.libs/stringprintf.o google/protobuf/stubs/.libs/structurally_valid.o google/protobuf/stubs/.libs/strutil.o google/protobuf/stubs/.libs/time.o google/protobuf/.libs/arena.o google/protobuf/.libs/arenastring.o google/protobuf/.libs/extension_set.o google/protobuf/.libs/generated_message_util.o google/protobuf/.libs/message_lite.o google/protobuf/.libs/repeated_field.o google/protobuf/.libs/wire_format_lite.o google/protobuf/io/.libs/coded_stream.o google/protobuf/io/.libs/zero_copy_stream.o google/protobuf/io/.libs/zero_copy_stream_impl_lite.o google/protobuf/.libs/any.pb.o google/protobuf/.libs/api.pb.o google/protobuf/stubs/.libs/mathlimits.o google/protobuf/.libs/any.o google/protobuf/.libs/descriptor.o google/protobuf/.libs/descriptor_database.o google/protobuf/.libs/descriptor.pb.o google/protobuf/.libs/duration.pb.o google/protobuf/.libs/dynamic_message.o google/protobuf/.libs/empty.pb.o google/protobuf/.libs/extension_set_heavy.o google/protobuf/.libs/field_mask.pb.o google/protobuf/.libs/generated_message_reflection.o google/protobuf/.libs/map_field.o google/protobuf/.libs/message.o google/protobuf/.libs/reflection_ops.o google/protobuf/.libs/service.o google/protobuf/.libs/source_context.pb.o google/protobuf/.libs/struct.pb.o google/protobuf/stubs/.libs/substitute.o google/protobuf/.libs/text_format.o google/protobuf/.libs/timestamp.pb.o google/protobuf/.libs/type.pb.o google/protobuf/.libs/unknown_field_set.o google/protobuf/.libs/wire_format.o google/protobuf/.libs/wrappers.pb.o google/protobuf/io/.libs/gzip_stream.o google/protobuf/io/.libs/printer.o google/protobuf/io/.libs/strtod.o google/protobuf/io/.libs/tokenizer.o google/protobuf/io/.libs/zero_copy_stream_impl.o google/protobuf/compiler/.libs/importer.o google/protobuf/compiler/.libs/parser.o google/protobuf/util/.libs/delimited_message_util.o google/protobuf/util/.libs/field_comparator.o google/protobuf/util/.libs/field_mask_util.o google/protobuf/util/internal/.libs/datapiece.o google/protobuf/util/internal/.libs/default_value_objectwriter.o google/protobuf/util/internal/.libs/error_listener.o google/protobuf/util/internal/.libs/field_mask_utility.o google/protobuf/util/internal/.libs/json_escaping.o google/protobuf/util/internal/.libs/json_objectwriter.o google/protobuf/util/internal/.libs/json_stream_parser.o google/protobuf/util/internal/.libs/object_writer.o google/protobuf/util/internal/.libs/protostream_objectsource.o google/protobuf/util/internal/.libs/protostream_objectwriter.o google/protobuf/util/internal/.libs/proto_writer.o google/protobuf/util/internal/.libs/type_info.o google/protobuf/util/internal/.libs/type_info_test_helper.o google/protobuf/util/internal/.libs/utility.o google/protobuf/util/.libs/json_util.o google/protobuf/util/.libs/message_differencer.o google/protobuf/util/.libs/time_util.o google/protobuf/util/.libs/type_resolver_util.o -Wl,--as-needed -lpthread -lz -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/32 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib32 -L/lib/../lib32 -L/usr/lib/../lib32 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/32/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib32/crtn.o -m32 -pthread -march=corei7-avx -Og -g -gdwarf-4 -Wl,--version-script=/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/libprotobuf.map -Wl,-O1 -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,libprotobuf.so.13 -o .libs/libprotobuf.so.13.0.0 >libtool: link: (cd ".libs" && rm -f "libprotobuf.so.13" && ln -s "libprotobuf.so.13.0.0" "libprotobuf.so.13") >libtool: link: (cd ".libs" && rm -f "libprotobuf.so" && ln -s "libprotobuf.so.13.0.0" "libprotobuf.so") >libtool: link: ( cd ".libs" && rm -f "libprotobuf.la" && ln -s "../libprotobuf.la" "libprotobuf.la" ) >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/code_generator.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/code_generator.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/code_generator.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/code_generator.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/command_line_interface.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/command_line_interface.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/command_line_interface.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/command_line_interface.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/plugin.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/plugin.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/plugin.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/plugin.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/plugin.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/plugin.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/plugin.pb.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/plugin.pb.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/profile.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/profile.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/profile.pb.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/profile.pb.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/subprocess.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/subprocess.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/subprocess.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/subprocess.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/zip_writer.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/zip_writer.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/zip_writer.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/zip_writer.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_enum.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_enum.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_enum.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_enum.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_enum_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_enum_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_enum_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_extension.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_extension.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_extension.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_extension.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_file.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_file.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_file.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_file.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_generator.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_generator.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_generator.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_generator.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_helpers.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_helpers.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_helpers.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_helpers.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_map_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_map_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_map_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_map_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_message.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_message.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_message.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_message.o >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_message.cc:421:6: warning: 'void google::protobuf::compiler::cpp::{anonymous}::CollectMapInfo(const google::protobuf::Descriptor*, std::map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >*)' defined but not used [-Wunused-function] > void CollectMapInfo(const Descriptor* descriptor, > ^~~~~~~~~~~~~~ >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_message_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_message_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_message_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_primitive_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_primitive_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_service.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_service.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_service.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_service.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_string_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_string_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_string_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_string_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_context.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_context.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_context.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_context.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_enum.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_enum.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_enum.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_enum.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_enum_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_enum_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_enum_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_enum_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_enum_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_enum_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_enum_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_enum_field_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_enum_field_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_enum_field_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_enum_field_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_extension.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_extension.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_extension.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_extension.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_extension_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_extension_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_extension_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_extension_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_file.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_file.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_file.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_file.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_generator.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_generator.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_generator.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_generator.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_generator_factory.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_generator_factory.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_generator_factory.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_generator_factory.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_helpers.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_helpers.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_helpers.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_helpers.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_lazy_message_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_lazy_message_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_lazy_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_lazy_message_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_lazy_message_field_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_lazy_message_field_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_lazy_message_field_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_lazy_message_field_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_map_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_map_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_map_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_map_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_map_field_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_map_field_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_map_field_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_map_field_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_message.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_message.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_message.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_message_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_message_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_message_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_message_builder.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_message_builder.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_message_builder.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message_builder.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_message_builder_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_message_builder_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_message_builder_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message_builder_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_message_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_message_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_message_field_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_message_field_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_message_field_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message_field_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_name_resolver.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_name_resolver.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_name_resolver.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_name_resolver.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_primitive_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_primitive_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_primitive_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_primitive_field_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_primitive_field_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_primitive_field_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_primitive_field_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_shared_code_generator.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_shared_code_generator.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_shared_code_generator.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_shared_code_generator.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_service.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_service.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_service.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_service.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_string_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_string_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_string_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_string_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_string_field_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_string_field_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_string_field_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_string_field_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_doc_comment.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_doc_comment.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_doc_comment.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_doc_comment.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/js/js_generator.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/js/js_generator.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/js/js_generator.cc -fPIC -DPIC -o google/protobuf/compiler/js/.libs/js_generator.o >g++ -o js_embed /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/js/embed.cc >oldpwd=`pwd` && cd /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src && \ >$oldpwd/js_embed google/protobuf/compiler/js/well_known_types/any.js google/protobuf/compiler/js/well_known_types/struct.js google/protobuf/compiler/js/well_known_types/timestamp.js > $oldpwd/google/protobuf/compiler/js/well_known_types_embed.cc >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/js/well_known_types_embed.lo google/protobuf/compiler/js/well_known_types_embed.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c google/protobuf/compiler/js/well_known_types_embed.cc -fPIC -DPIC -o google/protobuf/compiler/js/.libs/well_known_types_embed.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/javanano/javanano_enum.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_enum.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_enum.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_enum.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/javanano/javanano_enum_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_enum_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_enum_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/javanano/javanano_extension.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_extension.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_extension.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_extension.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/javanano/javanano_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_field.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/javanano/javanano_file.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_file.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_file.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_file.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/javanano/javanano_generator.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_generator.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_generator.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_generator.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/javanano/javanano_helpers.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_helpers.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_helpers.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_helpers.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/javanano/javanano_map_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_map_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_map_field.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_map_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/javanano/javanano_message.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_message.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_message.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_message.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/javanano/javanano_message_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_message_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_message_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/javanano/javanano_primitive_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_primitive_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_primitive_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/objectivec_enum.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_enum.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_enum.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_enum.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/objectivec_enum_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_enum_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/objectivec_extension.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_extension.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_extension.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_extension.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/objectivec_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_field.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/objectivec_file.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_file.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_file.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_file.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/objectivec_generator.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_generator.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_generator.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_generator.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/objectivec_helpers.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_helpers.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/objectivec_map_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_map_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/objectivec_message.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_message.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_message.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_message.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/objectivec_message_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_message_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/objectivec_oneof.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_oneof.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/objectivec_primitive_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_primitive_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/php/php_generator.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/php/php_generator.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/php/php_generator.cc -fPIC -DPIC -o google/protobuf/compiler/php/.libs/php_generator.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/python/python_generator.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/python/python_generator.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/python/python_generator.cc -fPIC -DPIC -o google/protobuf/compiler/python/.libs/python_generator.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/ruby/ruby_generator.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/ruby/ruby_generator.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/ruby/ruby_generator.cc -fPIC -DPIC -o google/protobuf/compiler/ruby/.libs/ruby_generator.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_doc_comment.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_doc_comment.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_enum.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_enum.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_enum.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_enum.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_enum_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_enum_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_enum_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_field_base.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_field_base.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_field_base.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_field_base.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_generator.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_generator.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_generator.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_generator.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_helpers.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_helpers.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_helpers.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_helpers.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_map_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_map_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_map_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_map_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_message.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_message.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_message.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_message.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_message_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_message_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_message_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_primitive_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_primitive_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_reflection_class.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_reflection_class.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_repeated_enum_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_repeated_message_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_repeated_message_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_repeated_primitive_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_source_generator_base.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_source_generator_base.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_wrapper_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_wrapper_field.o >/bin/sh ../libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -m32 -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -version-info 13:0:0 -export-dynamic -no-undefined -Wl,--version-script=/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/libprotoc.map -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libprotoc.la -rpath /usr/lib32 google/protobuf/compiler/code_generator.lo google/protobuf/compiler/command_line_interface.lo google/protobuf/compiler/plugin.lo google/protobuf/compiler/plugin.pb.lo google/protobuf/compiler/profile.pb.lo google/protobuf/compiler/subprocess.lo google/protobuf/compiler/zip_writer.lo google/protobuf/compiler/cpp/cpp_enum.lo google/protobuf/compiler/cpp/cpp_enum_field.lo google/protobuf/compiler/cpp/cpp_extension.lo google/protobuf/compiler/cpp/cpp_field.lo google/protobuf/compiler/cpp/cpp_file.lo google/protobuf/compiler/cpp/cpp_generator.lo google/protobuf/compiler/cpp/cpp_helpers.lo google/protobuf/compiler/cpp/cpp_map_field.lo google/protobuf/compiler/cpp/cpp_message.lo google/protobuf/compiler/cpp/cpp_message_field.lo google/protobuf/compiler/cpp/cpp_primitive_field.lo google/protobuf/compiler/cpp/cpp_service.lo google/protobuf/compiler/cpp/cpp_string_field.lo google/protobuf/compiler/java/java_context.lo google/protobuf/compiler/java/java_enum.lo google/protobuf/compiler/java/java_enum_lite.lo google/protobuf/compiler/java/java_enum_field.lo google/protobuf/compiler/java/java_enum_field_lite.lo google/protobuf/compiler/java/java_extension.lo google/protobuf/compiler/java/java_extension_lite.lo google/protobuf/compiler/java/java_field.lo google/protobuf/compiler/java/java_file.lo google/protobuf/compiler/java/java_generator.lo google/protobuf/compiler/java/java_generator_factory.lo google/protobuf/compiler/java/java_helpers.lo google/protobuf/compiler/java/java_lazy_message_field.lo google/protobuf/compiler/java/java_lazy_message_field_lite.lo google/protobuf/compiler/java/java_map_field.lo google/protobuf/compiler/java/java_map_field_lite.lo google/protobuf/compiler/java/java_message.lo google/protobuf/compiler/java/java_message_lite.lo google/protobuf/compiler/java/java_message_builder.lo google/protobuf/compiler/java/java_message_builder_lite.lo google/protobuf/compiler/java/java_message_field.lo google/protobuf/compiler/java/java_message_field_lite.lo google/protobuf/compiler/java/java_name_resolver.lo google/protobuf/compiler/java/java_primitive_field.lo google/protobuf/compiler/java/java_primitive_field_lite.lo google/protobuf/compiler/java/java_shared_code_generator.lo google/protobuf/compiler/java/java_service.lo google/protobuf/compiler/java/java_string_field.lo google/protobuf/compiler/java/java_string_field_lite.lo google/protobuf/compiler/java/java_doc_comment.lo google/protobuf/compiler/js/js_generator.lo google/protobuf/compiler/js/well_known_types_embed.lo google/protobuf/compiler/javanano/javanano_enum.lo google/protobuf/compiler/javanano/javanano_enum_field.lo google/protobuf/compiler/javanano/javanano_extension.lo google/protobuf/compiler/javanano/javanano_field.lo google/protobuf/compiler/javanano/javanano_file.lo google/protobuf/compiler/javanano/javanano_generator.lo google/protobuf/compiler/javanano/javanano_helpers.lo google/protobuf/compiler/javanano/javanano_map_field.lo google/protobuf/compiler/javanano/javanano_message.lo google/protobuf/compiler/javanano/javanano_message_field.lo google/protobuf/compiler/javanano/javanano_primitive_field.lo google/protobuf/compiler/objectivec/objectivec_enum.lo google/protobuf/compiler/objectivec/objectivec_enum_field.lo google/protobuf/compiler/objectivec/objectivec_extension.lo google/protobuf/compiler/objectivec/objectivec_field.lo google/protobuf/compiler/objectivec/objectivec_file.lo google/protobuf/compiler/objectivec/objectivec_generator.lo google/protobuf/compiler/objectivec/objectivec_helpers.lo google/protobuf/compiler/objectivec/objectivec_map_field.lo google/protobuf/compiler/objectivec/objectivec_message.lo google/protobuf/compiler/objectivec/objectivec_message_field.lo google/protobuf/compiler/objectivec/objectivec_oneof.lo google/protobuf/compiler/objectivec/objectivec_primitive_field.lo google/protobuf/compiler/php/php_generator.lo google/protobuf/compiler/python/python_generator.lo google/protobuf/compiler/ruby/ruby_generator.lo google/protobuf/compiler/csharp/csharp_doc_comment.lo google/protobuf/compiler/csharp/csharp_enum.lo google/protobuf/compiler/csharp/csharp_enum_field.lo google/protobuf/compiler/csharp/csharp_field_base.lo google/protobuf/compiler/csharp/csharp_generator.lo google/protobuf/compiler/csharp/csharp_helpers.lo google/protobuf/compiler/csharp/csharp_map_field.lo google/protobuf/compiler/csharp/csharp_message.lo google/protobuf/compiler/csharp/csharp_message_field.lo google/protobuf/compiler/csharp/csharp_primitive_field.lo google/protobuf/compiler/csharp/csharp_reflection_class.lo google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo google/protobuf/compiler/csharp/csharp_repeated_message_field.lo google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo google/protobuf/compiler/csharp/csharp_source_generator_base.lo google/protobuf/compiler/csharp/csharp_wrapper_field.lo -lpthread libprotobuf.la -lz >libtool: link: x86_64-pc-linux-gnu-g++ -m32 -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib32/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/32/crtbeginS.o google/protobuf/compiler/.libs/code_generator.o google/protobuf/compiler/.libs/command_line_interface.o google/protobuf/compiler/.libs/plugin.o google/protobuf/compiler/.libs/plugin.pb.o google/protobuf/compiler/.libs/profile.pb.o google/protobuf/compiler/.libs/subprocess.o google/protobuf/compiler/.libs/zip_writer.o google/protobuf/compiler/cpp/.libs/cpp_enum.o google/protobuf/compiler/cpp/.libs/cpp_enum_field.o google/protobuf/compiler/cpp/.libs/cpp_extension.o google/protobuf/compiler/cpp/.libs/cpp_field.o google/protobuf/compiler/cpp/.libs/cpp_file.o google/protobuf/compiler/cpp/.libs/cpp_generator.o google/protobuf/compiler/cpp/.libs/cpp_helpers.o google/protobuf/compiler/cpp/.libs/cpp_map_field.o google/protobuf/compiler/cpp/.libs/cpp_message.o google/protobuf/compiler/cpp/.libs/cpp_message_field.o google/protobuf/compiler/cpp/.libs/cpp_primitive_field.o google/protobuf/compiler/cpp/.libs/cpp_service.o google/protobuf/compiler/cpp/.libs/cpp_string_field.o google/protobuf/compiler/java/.libs/java_context.o google/protobuf/compiler/java/.libs/java_enum.o google/protobuf/compiler/java/.libs/java_enum_lite.o google/protobuf/compiler/java/.libs/java_enum_field.o google/protobuf/compiler/java/.libs/java_enum_field_lite.o google/protobuf/compiler/java/.libs/java_extension.o google/protobuf/compiler/java/.libs/java_extension_lite.o google/protobuf/compiler/java/.libs/java_field.o google/protobuf/compiler/java/.libs/java_file.o google/protobuf/compiler/java/.libs/java_generator.o google/protobuf/compiler/java/.libs/java_generator_factory.o google/protobuf/compiler/java/.libs/java_helpers.o google/protobuf/compiler/java/.libs/java_lazy_message_field.o google/protobuf/compiler/java/.libs/java_lazy_message_field_lite.o google/protobuf/compiler/java/.libs/java_map_field.o google/protobuf/compiler/java/.libs/java_map_field_lite.o google/protobuf/compiler/java/.libs/java_message.o google/protobuf/compiler/java/.libs/java_message_lite.o google/protobuf/compiler/java/.libs/java_message_builder.o google/protobuf/compiler/java/.libs/java_message_builder_lite.o google/protobuf/compiler/java/.libs/java_message_field.o google/protobuf/compiler/java/.libs/java_message_field_lite.o google/protobuf/compiler/java/.libs/java_name_resolver.o google/protobuf/compiler/java/.libs/java_primitive_field.o google/protobuf/compiler/java/.libs/java_primitive_field_lite.o google/protobuf/compiler/java/.libs/java_shared_code_generator.o google/protobuf/compiler/java/.libs/java_service.o google/protobuf/compiler/java/.libs/java_string_field.o google/protobuf/compiler/java/.libs/java_string_field_lite.o google/protobuf/compiler/java/.libs/java_doc_comment.o google/protobuf/compiler/js/.libs/js_generator.o google/protobuf/compiler/js/.libs/well_known_types_embed.o google/protobuf/compiler/javanano/.libs/javanano_enum.o google/protobuf/compiler/javanano/.libs/javanano_enum_field.o google/protobuf/compiler/javanano/.libs/javanano_extension.o google/protobuf/compiler/javanano/.libs/javanano_field.o google/protobuf/compiler/javanano/.libs/javanano_file.o google/protobuf/compiler/javanano/.libs/javanano_generator.o google/protobuf/compiler/javanano/.libs/javanano_helpers.o google/protobuf/compiler/javanano/.libs/javanano_map_field.o google/protobuf/compiler/javanano/.libs/javanano_message.o google/protobuf/compiler/javanano/.libs/javanano_message_field.o google/protobuf/compiler/javanano/.libs/javanano_primitive_field.o google/protobuf/compiler/objectivec/.libs/objectivec_enum.o google/protobuf/compiler/objectivec/.libs/objectivec_enum_field.o google/protobuf/compiler/objectivec/.libs/objectivec_extension.o google/protobuf/compiler/objectivec/.libs/objectivec_field.o google/protobuf/compiler/objectivec/.libs/objectivec_file.o google/protobuf/compiler/objectivec/.libs/objectivec_generator.o google/protobuf/compiler/objectivec/.libs/objectivec_helpers.o google/protobuf/compiler/objectivec/.libs/objectivec_map_field.o google/protobuf/compiler/objectivec/.libs/objectivec_message.o google/protobuf/compiler/objectivec/.libs/objectivec_message_field.o google/protobuf/compiler/objectivec/.libs/objectivec_oneof.o google/protobuf/compiler/objectivec/.libs/objectivec_primitive_field.o google/protobuf/compiler/php/.libs/php_generator.o google/protobuf/compiler/python/.libs/python_generator.o google/protobuf/compiler/ruby/.libs/ruby_generator.o google/protobuf/compiler/csharp/.libs/csharp_doc_comment.o google/protobuf/compiler/csharp/.libs/csharp_enum.o google/protobuf/compiler/csharp/.libs/csharp_enum_field.o google/protobuf/compiler/csharp/.libs/csharp_field_base.o google/protobuf/compiler/csharp/.libs/csharp_generator.o google/protobuf/compiler/csharp/.libs/csharp_helpers.o google/protobuf/compiler/csharp/.libs/csharp_map_field.o google/protobuf/compiler/csharp/.libs/csharp_message.o google/protobuf/compiler/csharp/.libs/csharp_message_field.o google/protobuf/compiler/csharp/.libs/csharp_primitive_field.o google/protobuf/compiler/csharp/.libs/csharp_reflection_class.o google/protobuf/compiler/csharp/.libs/csharp_repeated_enum_field.o google/protobuf/compiler/csharp/.libs/csharp_repeated_message_field.o google/protobuf/compiler/csharp/.libs/csharp_repeated_primitive_field.o google/protobuf/compiler/csharp/.libs/csharp_source_generator_base.o google/protobuf/compiler/csharp/.libs/csharp_wrapper_field.o -Wl,-rpath -Wl,/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_32.x86/src/.libs -Wl,--as-needed ./.libs/libprotobuf.so -lpthread -lz -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/32 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib32 -L/lib/../lib32 -L/usr/lib/../lib32 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/32/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib32/crtn.o -m32 -pthread -march=corei7-avx -Og -g -gdwarf-4 -Wl,--version-script=/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/libprotoc.map -Wl,-O1 -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,libprotoc.so.13 -o .libs/libprotoc.so.13.0.0 >libtool: link: (cd ".libs" && rm -f "libprotoc.so.13" && ln -s "libprotoc.so.13.0.0" "libprotoc.so.13") >libtool: link: (cd ".libs" && rm -f "libprotoc.so" && ln -s "libprotoc.so.13.0.0" "libprotoc.so") >libtool: link: ( cd ".libs" && rm -f "libprotoc.la" && ln -s "../libprotoc.la" "libprotoc.la" ) >/bin/sh ../libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -m32 -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o protoc google/protobuf/compiler/main.o -lpthread libprotobuf.la libprotoc.la -lz >libtool: link: x86_64-pc-linux-gnu-g++ -m32 -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -pthread -Wl,-O1 -Wl,--hash-style=gnu -o .libs/protoc google/protobuf/compiler/main.o -Wl,--as-needed ./.libs/libprotobuf.so ./.libs/libprotoc.so /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_32.x86/src/.libs/libprotobuf.so -lpthread -lz -pthread >oldpwd=`pwd` && ( cd /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src && $oldpwd/protoc -I. --cpp_out=$oldpwd google/protobuf/any_test.proto google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto google/protobuf/map_lite_unittest.proto google/protobuf/map_proto2_unittest.proto google/protobuf/map_unittest.proto google/protobuf/unittest_arena.proto google/protobuf/unittest_custom_options.proto google/protobuf/unittest_drop_unknown_fields.proto google/protobuf/unittest_embed_optimize_for.proto google/protobuf/unittest_empty.proto google/protobuf/unittest_enormous_descriptor.proto google/protobuf/unittest_import_lite.proto google/protobuf/unittest_import.proto google/protobuf/unittest_import_public_lite.proto google/protobuf/unittest_import_public.proto google/protobuf/unittest_lazy_dependencies.proto google/protobuf/unittest_lazy_dependencies_custom_option.proto google/protobuf/unittest_lazy_dependencies_enum.proto google/protobuf/unittest_lite_imports_nonlite.proto google/protobuf/unittest_lite.proto google/protobuf/unittest_mset.proto google/protobuf/unittest_mset_wire_format.proto google/protobuf/unittest_no_arena_lite.proto google/protobuf/unittest_no_arena_import.proto google/protobuf/unittest_no_arena.proto google/protobuf/unittest_no_field_presence.proto google/protobuf/unittest_no_generic_services.proto google/protobuf/unittest_optimize_for.proto google/protobuf/unittest_preserve_unknown_enum2.proto google/protobuf/unittest_preserve_unknown_enum.proto google/protobuf/unittest.proto google/protobuf/unittest_proto3_arena.proto google/protobuf/unittest_proto3_arena_lite.proto google/protobuf/unittest_proto3_lite.proto google/protobuf/unittest_well_known_types.proto google/protobuf/util/internal/testdata/anys.proto google/protobuf/util/internal/testdata/books.proto google/protobuf/util/internal/testdata/default_value.proto google/protobuf/util/internal/testdata/default_value_test.proto google/protobuf/util/internal/testdata/field_mask.proto google/protobuf/util/internal/testdata/maps.proto google/protobuf/util/internal/testdata/oneofs.proto google/protobuf/util/internal/testdata/proto3.proto google/protobuf/util/internal/testdata/struct.proto google/protobuf/util/internal/testdata/timestamp_duration.proto google/protobuf/util/internal/testdata/wrappers.proto google/protobuf/util/json_format_proto3.proto google/protobuf/util/message_differencer_unittest.proto google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto ) >touch unittest_proto_middleman >make all-am >make[3]: Entering directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_32.x86/src' >/bin/sh ../libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -m32 -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -version-info 13:0:0 -export-dynamic -no-undefined -Wl,--version-script=/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/libprotobuf-lite.map -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libprotobuf-lite.la -rpath /usr/lib32 google/protobuf/stubs/atomicops_internals_x86_gcc.lo google/protobuf/stubs/atomicops_internals_x86_msvc.lo google/protobuf/stubs/bytestream.lo google/protobuf/stubs/common.lo google/protobuf/stubs/int128.lo google/protobuf/stubs/once.lo google/protobuf/stubs/status.lo google/protobuf/stubs/statusor.lo google/protobuf/stubs/stringpiece.lo google/protobuf/stubs/stringprintf.lo google/protobuf/stubs/structurally_valid.lo google/protobuf/stubs/strutil.lo google/protobuf/stubs/time.lo google/protobuf/arena.lo google/protobuf/arenastring.lo google/protobuf/extension_set.lo google/protobuf/generated_message_util.lo google/protobuf/message_lite.lo google/protobuf/repeated_field.lo google/protobuf/wire_format_lite.lo google/protobuf/io/coded_stream.lo google/protobuf/io/zero_copy_stream.lo google/protobuf/io/zero_copy_stream_impl_lite.lo -lpthread -lz >libtool: link: x86_64-pc-linux-gnu-g++ -m32 -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib32/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/32/crtbeginS.o google/protobuf/stubs/.libs/atomicops_internals_x86_gcc.o google/protobuf/stubs/.libs/atomicops_internals_x86_msvc.o google/protobuf/stubs/.libs/bytestream.o google/protobuf/stubs/.libs/common.o google/protobuf/stubs/.libs/int128.o google/protobuf/stubs/.libs/once.o google/protobuf/stubs/.libs/status.o google/protobuf/stubs/.libs/statusor.o google/protobuf/stubs/.libs/stringpiece.o google/protobuf/stubs/.libs/stringprintf.o google/protobuf/stubs/.libs/structurally_valid.o google/protobuf/stubs/.libs/strutil.o google/protobuf/stubs/.libs/time.o google/protobuf/.libs/arena.o google/protobuf/.libs/arenastring.o google/protobuf/.libs/extension_set.o google/protobuf/.libs/generated_message_util.o google/protobuf/.libs/message_lite.o google/protobuf/.libs/repeated_field.o google/protobuf/.libs/wire_format_lite.o google/protobuf/io/.libs/coded_stream.o google/protobuf/io/.libs/zero_copy_stream.o google/protobuf/io/.libs/zero_copy_stream_impl_lite.o -Wl,--as-needed -lpthread -lz -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/32 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib32 -L/lib/../lib32 -L/usr/lib/../lib32 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/32/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib32/crtn.o -m32 -pthread -march=corei7-avx -Og -g -gdwarf-4 -Wl,--version-script=/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/libprotobuf-lite.map -Wl,-O1 -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,libprotobuf-lite.so.13 -o .libs/libprotobuf-lite.so.13.0.0 >libtool: link: (cd ".libs" && rm -f "libprotobuf-lite.so.13" && ln -s "libprotobuf-lite.so.13.0.0" "libprotobuf-lite.so.13") >libtool: link: (cd ".libs" && rm -f "libprotobuf-lite.so" && ln -s "libprotobuf-lite.so.13.0.0" "libprotobuf-lite.so") >libtool: link: ( cd ".libs" && rm -f "libprotobuf-lite.la" && ln -s "../libprotobuf-lite.la" "libprotobuf-lite.la" ) >make[3]: Leaving directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_32.x86/src' >make[2]: Leaving directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_32.x86/src' >make[1]: Leaving directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_32.x86' > * abi_x86_64.amd64: running multilib-minimal_abi_src_compile >make >make all-recursive >make[1]: Entering directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_64.amd64' >Making all in . >make[2]: Entering directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_64.amd64' >make[2]: Leaving directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_64.amd64' >Making all in src >make[2]: Entering directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_64.amd64/src' >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/main.o /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/main.cc >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/atomicops_internals_x86_gcc.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/atomicops_internals_x86_gcc.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/atomicops_internals_x86_msvc.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/atomicops_internals_x86_msvc.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/bytestream.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/bytestream.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/bytestream.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/bytestream.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/common.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/common.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/common.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/common.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/int128.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/int128.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/int128.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/int128.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/once.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/once.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/once.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/once.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/status.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/status.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/status.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/status.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/statusor.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/statusor.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/statusor.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/statusor.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/stringpiece.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/stringpiece.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/stringpiece.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/stringpiece.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/stringprintf.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/stringprintf.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/stringprintf.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/stringprintf.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/structurally_valid.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/structurally_valid.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/structurally_valid.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/structurally_valid.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/strutil.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/strutil.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/strutil.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/strutil.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/time.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/time.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/time.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/time.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/arena.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/arena.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/arena.cc -fPIC -DPIC -o google/protobuf/.libs/arena.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/arenastring.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/arenastring.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/arenastring.cc -fPIC -DPIC -o google/protobuf/.libs/arenastring.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/extension_set.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/extension_set.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/extension_set.cc -fPIC -DPIC -o google/protobuf/.libs/extension_set.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/generated_message_util.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/generated_message_util.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/generated_message_util.cc -fPIC -DPIC -o google/protobuf/.libs/generated_message_util.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/message_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/message_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/message_lite.cc -fPIC -DPIC -o google/protobuf/.libs/message_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/repeated_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.cc -fPIC -DPIC -o google/protobuf/.libs/repeated_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/wire_format_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/wire_format_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/wire_format_lite.cc -fPIC -DPIC -o google/protobuf/.libs/wire_format_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/io/coded_stream.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/coded_stream.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/coded_stream.cc -fPIC -DPIC -o google/protobuf/io/.libs/coded_stream.o >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/coded_stream.cc: In member function 'google::protobuf::int64 google::protobuf::io::CodedInputStream::ReadVarint32Fallback(google::protobuf::uint32)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/coded_stream.cc:430:12: warning: 'temp' may be used uninitialized in this function [-Wmaybe-uninitialized] > return temp; > ^~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/coded_stream.cc: In member function 'int google::protobuf::io::CodedInputStream::ReadVarintSizeAsIntFallback()': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/coded_stream.cc:457:12: warning: 'temp' may be used uninitialized in this function [-Wmaybe-uninitialized] > return temp; > ^~~~ >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/io/zero_copy_stream.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/zero_copy_stream.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/zero_copy_stream.cc -fPIC -DPIC -o google/protobuf/io/.libs/zero_copy_stream.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/io/zero_copy_stream_impl_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/zero_copy_stream_impl_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/zero_copy_stream_impl_lite.cc -fPIC -DPIC -o google/protobuf/io/.libs/zero_copy_stream_impl_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/any.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/any.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/any.pb.cc -fPIC -DPIC -o google/protobuf/.libs/any.pb.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/api.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/api.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/api.pb.cc -fPIC -DPIC -o google/protobuf/.libs/api.pb.o >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/api.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/api.pb.h: In member function 'virtual bool google::protobuf::Method::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/api.pb.h:986:11: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > syntax_ = value; > ~~~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/api.pb.cc:1152:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/api.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/api.pb.h: In member function 'virtual bool google::protobuf::Api::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/api.pb.h:751:11: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > syntax_ = value; > ~~~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/api.pb.cc:392:15: note: 'value' was declared here > int value; > ^~~~~ >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/mathlimits.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/mathlimits.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/mathlimits.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/mathlimits.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/any.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/any.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/any.cc -fPIC -DPIC -o google/protobuf/.libs/any.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/descriptor.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.cc -fPIC -DPIC -o google/protobuf/.libs/descriptor.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/descriptor_database.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor_database.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor_database.cc -fPIC -DPIC -o google/protobuf/.libs/descriptor_database.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/descriptor.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc -fPIC -DPIC -o google/protobuf/.libs/descriptor.pb.o >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.h: In member function 'virtual bool google::protobuf::FieldOptions::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.h:7321:11: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > jstype_ = value; > ~~~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc:10655:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.h:7272:10: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > ctype_ = value; > ~~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc:10594:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.h: In member function 'virtual bool google::protobuf::MethodOptions::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.h:7708:22: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > idempotency_level_ = value; > ~~~~~~~~~~~~~~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc:12721:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.h: In member function 'virtual bool google::protobuf::FileOptions::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.h:6648:17: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optimize_for_ = value; > ~~~~~~~~~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc:8453:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.h: In member function 'virtual bool google::protobuf::FieldDescriptorProto::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.h:5282:9: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > type_ = value; > ~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc:4545:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.h:5257:10: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > label_ = value; > ~~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/descriptor.pb.cc:4526:15: note: 'value' was declared here > int value; > ^~~~~ >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/duration.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/duration.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/duration.pb.cc -fPIC -DPIC -o google/protobuf/.libs/duration.pb.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/dynamic_message.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/dynamic_message.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/dynamic_message.cc -fPIC -DPIC -o google/protobuf/.libs/dynamic_message.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/empty.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/empty.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/empty.pb.cc -fPIC -DPIC -o google/protobuf/.libs/empty.pb.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/extension_set_heavy.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/extension_set_heavy.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/extension_set_heavy.cc -fPIC -DPIC -o google/protobuf/.libs/extension_set_heavy.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/field_mask.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/field_mask.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/field_mask.pb.cc -fPIC -DPIC -o google/protobuf/.libs/field_mask.pb.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/generated_message_reflection.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/generated_message_reflection.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/generated_message_reflection.cc -fPIC -DPIC -o google/protobuf/.libs/generated_message_reflection.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/map_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/map_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/map_field.cc -fPIC -DPIC -o google/protobuf/.libs/map_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/message.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/message.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/message.cc -fPIC -DPIC -o google/protobuf/.libs/message.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/reflection_ops.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/reflection_ops.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/reflection_ops.cc -fPIC -DPIC -o google/protobuf/.libs/reflection_ops.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/service.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/service.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/service.cc -fPIC -DPIC -o google/protobuf/.libs/service.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/source_context.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/source_context.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/source_context.pb.cc -fPIC -DPIC -o google/protobuf/.libs/source_context.pb.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/struct.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/struct.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/struct.pb.cc -fPIC -DPIC -o google/protobuf/.libs/struct.pb.o >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/struct.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/struct.pb.h: In member function 'virtual bool google::protobuf::Value::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/struct.pb.h:575:21: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > kind_.null_value_ = value; > ~~~~~~~~~~~~~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/struct.pb.cc:804:15: note: 'value' was declared here > int value; > ^~~~~ >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/substitute.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/substitute.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/stubs/substitute.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/substitute.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/text_format.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/text_format.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/text_format.cc -fPIC -DPIC -o google/protobuf/.libs/text_format.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/timestamp.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/timestamp.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/timestamp.pb.cc -fPIC -DPIC -o google/protobuf/.libs/timestamp.pb.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/type.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.cc -fPIC -DPIC -o google/protobuf/.libs/type.pb.o >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.h: In member function 'virtual bool google::protobuf::Field::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.h:1316:16: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > cardinality_ = value; > ~~~~~~~~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.cc:1299:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.h:1302:9: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > kind_ = value; > ~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.cc:1284:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.h: In member function 'virtual bool google::protobuf::Enum::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.h:1852:11: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > syntax_ = value; > ~~~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.cc:2392:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.cc:5:0: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.h: In member function 'virtual bool google::protobuf::Type::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.h:1284:11: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > syntax_ = value; > ~~~~~~~~^~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/type.pb.cc:583:15: note: 'value' was declared here > int value; > ^~~~~ >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/unknown_field_set.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/unknown_field_set.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/unknown_field_set.cc -fPIC -DPIC -o google/protobuf/.libs/unknown_field_set.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/wire_format.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/wire_format.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/wire_format.cc -fPIC -DPIC -o google/protobuf/.libs/wire_format.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/wrappers.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/wrappers.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/wrappers.pb.cc -fPIC -DPIC -o google/protobuf/.libs/wrappers.pb.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/io/gzip_stream.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/gzip_stream.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/gzip_stream.cc -fPIC -DPIC -o google/protobuf/io/.libs/gzip_stream.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/io/printer.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/printer.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/printer.cc -fPIC -DPIC -o google/protobuf/io/.libs/printer.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/io/strtod.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/strtod.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/strtod.cc -fPIC -DPIC -o google/protobuf/io/.libs/strtod.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/io/tokenizer.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/tokenizer.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/tokenizer.cc -fPIC -DPIC -o google/protobuf/io/.libs/tokenizer.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/io/zero_copy_stream_impl.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/zero_copy_stream_impl.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/zero_copy_stream_impl.cc -fPIC -DPIC -o google/protobuf/io/.libs/zero_copy_stream_impl.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/importer.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/importer.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/importer.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/importer.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/parser.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/parser.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/parser.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/parser.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/delimited_message_util.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/delimited_message_util.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/delimited_message_util.cc -fPIC -DPIC -o google/protobuf/util/.libs/delimited_message_util.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/field_comparator.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/field_comparator.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/field_comparator.cc -fPIC -DPIC -o google/protobuf/util/.libs/field_comparator.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/field_mask_util.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/field_mask_util.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/field_mask_util.cc -fPIC -DPIC -o google/protobuf/util/.libs/field_mask_util.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/datapiece.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/datapiece.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/datapiece.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/datapiece.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/default_value_objectwriter.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/default_value_objectwriter.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/default_value_objectwriter.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/default_value_objectwriter.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/error_listener.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/error_listener.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/error_listener.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/error_listener.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/field_mask_utility.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/field_mask_utility.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/field_mask_utility.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/field_mask_utility.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/json_escaping.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/json_escaping.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/json_escaping.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/json_escaping.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/json_objectwriter.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/json_objectwriter.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/json_objectwriter.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/json_objectwriter.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/json_stream_parser.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/json_stream_parser.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/json_stream_parser.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/json_stream_parser.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/object_writer.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/object_writer.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/object_writer.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/object_writer.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/protostream_objectsource.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/protostream_objectsource.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/protostream_objectsource.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/protostream_objectsource.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/protostream_objectwriter.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/protostream_objectwriter.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/protostream_objectwriter.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/protostream_objectwriter.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/proto_writer.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/proto_writer.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/proto_writer.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/proto_writer.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/type_info.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/type_info.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/type_info.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/type_info.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/type_info_test_helper.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/type_info_test_helper.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/type_info_test_helper.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/type_info_test_helper.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/utility.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/utility.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/internal/utility.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/utility.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/json_util.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/json_util.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/json_util.cc -fPIC -DPIC -o google/protobuf/util/.libs/json_util.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/message_differencer.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/message_differencer.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/message_differencer.cc -fPIC -DPIC -o google/protobuf/util/.libs/message_differencer.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/time_util.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/time_util.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/time_util.cc -fPIC -DPIC -o google/protobuf/util/.libs/time_util.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/type_resolver_util.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/type_resolver_util.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/util/type_resolver_util.cc -fPIC -DPIC -o google/protobuf/util/.libs/type_resolver_util.o >/bin/sh ../libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -version-info 13:0:0 -export-dynamic -no-undefined -Wl,--version-script=/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/libprotobuf.map -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libprotobuf.la -rpath /usr/lib64 google/protobuf/stubs/atomicops_internals_x86_gcc.lo google/protobuf/stubs/atomicops_internals_x86_msvc.lo google/protobuf/stubs/bytestream.lo google/protobuf/stubs/common.lo google/protobuf/stubs/int128.lo google/protobuf/stubs/once.lo google/protobuf/stubs/status.lo google/protobuf/stubs/statusor.lo google/protobuf/stubs/stringpiece.lo google/protobuf/stubs/stringprintf.lo google/protobuf/stubs/structurally_valid.lo google/protobuf/stubs/strutil.lo google/protobuf/stubs/time.lo google/protobuf/arena.lo google/protobuf/arenastring.lo google/protobuf/extension_set.lo google/protobuf/generated_message_util.lo google/protobuf/message_lite.lo google/protobuf/repeated_field.lo google/protobuf/wire_format_lite.lo google/protobuf/io/coded_stream.lo google/protobuf/io/zero_copy_stream.lo google/protobuf/io/zero_copy_stream_impl_lite.lo google/protobuf/any.pb.lo google/protobuf/api.pb.lo google/protobuf/stubs/mathlimits.lo google/protobuf/any.lo google/protobuf/descriptor.lo google/protobuf/descriptor_database.lo google/protobuf/descriptor.pb.lo google/protobuf/duration.pb.lo google/protobuf/dynamic_message.lo google/protobuf/empty.pb.lo google/protobuf/extension_set_heavy.lo google/protobuf/field_mask.pb.lo google/protobuf/generated_message_reflection.lo google/protobuf/map_field.lo google/protobuf/message.lo google/protobuf/reflection_ops.lo google/protobuf/service.lo google/protobuf/source_context.pb.lo google/protobuf/struct.pb.lo google/protobuf/stubs/substitute.lo google/protobuf/text_format.lo google/protobuf/timestamp.pb.lo google/protobuf/type.pb.lo google/protobuf/unknown_field_set.lo google/protobuf/wire_format.lo google/protobuf/wrappers.pb.lo google/protobuf/io/gzip_stream.lo google/protobuf/io/printer.lo google/protobuf/io/strtod.lo google/protobuf/io/tokenizer.lo google/protobuf/io/zero_copy_stream_impl.lo google/protobuf/compiler/importer.lo google/protobuf/compiler/parser.lo google/protobuf/util/delimited_message_util.lo google/protobuf/util/field_comparator.lo google/protobuf/util/field_mask_util.lo google/protobuf/util/internal/datapiece.lo google/protobuf/util/internal/default_value_objectwriter.lo google/protobuf/util/internal/error_listener.lo google/protobuf/util/internal/field_mask_utility.lo google/protobuf/util/internal/json_escaping.lo google/protobuf/util/internal/json_objectwriter.lo google/protobuf/util/internal/json_stream_parser.lo google/protobuf/util/internal/object_writer.lo google/protobuf/util/internal/protostream_objectsource.lo google/protobuf/util/internal/protostream_objectwriter.lo google/protobuf/util/internal/proto_writer.lo google/protobuf/util/internal/type_info.lo google/protobuf/util/internal/type_info_test_helper.lo google/protobuf/util/internal/utility.lo google/protobuf/util/json_util.lo google/protobuf/util/message_differencer.lo google/protobuf/util/time_util.lo google/protobuf/util/type_resolver_util.lo -lpthread -lz >libtool: link: x86_64-pc-linux-gnu-g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/crtbeginS.o google/protobuf/stubs/.libs/atomicops_internals_x86_gcc.o google/protobuf/stubs/.libs/atomicops_internals_x86_msvc.o google/protobuf/stubs/.libs/bytestream.o google/protobuf/stubs/.libs/common.o google/protobuf/stubs/.libs/int128.o google/protobuf/stubs/.libs/once.o google/protobuf/stubs/.libs/status.o google/protobuf/stubs/.libs/statusor.o google/protobuf/stubs/.libs/stringpiece.o google/protobuf/stubs/.libs/stringprintf.o google/protobuf/stubs/.libs/structurally_valid.o google/protobuf/stubs/.libs/strutil.o google/protobuf/stubs/.libs/time.o google/protobuf/.libs/arena.o google/protobuf/.libs/arenastring.o google/protobuf/.libs/extension_set.o google/protobuf/.libs/generated_message_util.o google/protobuf/.libs/message_lite.o google/protobuf/.libs/repeated_field.o google/protobuf/.libs/wire_format_lite.o google/protobuf/io/.libs/coded_stream.o google/protobuf/io/.libs/zero_copy_stream.o google/protobuf/io/.libs/zero_copy_stream_impl_lite.o google/protobuf/.libs/any.pb.o google/protobuf/.libs/api.pb.o google/protobuf/stubs/.libs/mathlimits.o google/protobuf/.libs/any.o google/protobuf/.libs/descriptor.o google/protobuf/.libs/descriptor_database.o google/protobuf/.libs/descriptor.pb.o google/protobuf/.libs/duration.pb.o google/protobuf/.libs/dynamic_message.o google/protobuf/.libs/empty.pb.o google/protobuf/.libs/extension_set_heavy.o google/protobuf/.libs/field_mask.pb.o google/protobuf/.libs/generated_message_reflection.o google/protobuf/.libs/map_field.o google/protobuf/.libs/message.o google/protobuf/.libs/reflection_ops.o google/protobuf/.libs/service.o google/protobuf/.libs/source_context.pb.o google/protobuf/.libs/struct.pb.o google/protobuf/stubs/.libs/substitute.o google/protobuf/.libs/text_format.o google/protobuf/.libs/timestamp.pb.o google/protobuf/.libs/type.pb.o google/protobuf/.libs/unknown_field_set.o google/protobuf/.libs/wire_format.o google/protobuf/.libs/wrappers.pb.o google/protobuf/io/.libs/gzip_stream.o google/protobuf/io/.libs/printer.o google/protobuf/io/.libs/strtod.o google/protobuf/io/.libs/tokenizer.o google/protobuf/io/.libs/zero_copy_stream_impl.o google/protobuf/compiler/.libs/importer.o google/protobuf/compiler/.libs/parser.o google/protobuf/util/.libs/delimited_message_util.o google/protobuf/util/.libs/field_comparator.o google/protobuf/util/.libs/field_mask_util.o google/protobuf/util/internal/.libs/datapiece.o google/protobuf/util/internal/.libs/default_value_objectwriter.o google/protobuf/util/internal/.libs/error_listener.o google/protobuf/util/internal/.libs/field_mask_utility.o google/protobuf/util/internal/.libs/json_escaping.o google/protobuf/util/internal/.libs/json_objectwriter.o google/protobuf/util/internal/.libs/json_stream_parser.o google/protobuf/util/internal/.libs/object_writer.o google/protobuf/util/internal/.libs/protostream_objectsource.o google/protobuf/util/internal/.libs/protostream_objectwriter.o google/protobuf/util/internal/.libs/proto_writer.o google/protobuf/util/internal/.libs/type_info.o google/protobuf/util/internal/.libs/type_info_test_helper.o google/protobuf/util/internal/.libs/utility.o google/protobuf/util/.libs/json_util.o google/protobuf/util/.libs/message_differencer.o google/protobuf/util/.libs/time_util.o google/protobuf/util/.libs/type_resolver_util.o -Wl,--as-needed -lpthread -lz -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib64/crtn.o -pthread -march=corei7-avx -Og -g -gdwarf-4 -Wl,--version-script=/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/libprotobuf.map -Wl,-O1 -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,libprotobuf.so.13 -o .libs/libprotobuf.so.13.0.0 >libtool: link: (cd ".libs" && rm -f "libprotobuf.so.13" && ln -s "libprotobuf.so.13.0.0" "libprotobuf.so.13") >libtool: link: (cd ".libs" && rm -f "libprotobuf.so" && ln -s "libprotobuf.so.13.0.0" "libprotobuf.so") >libtool: link: ( cd ".libs" && rm -f "libprotobuf.la" && ln -s "../libprotobuf.la" "libprotobuf.la" ) >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/code_generator.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/code_generator.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/code_generator.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/code_generator.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/command_line_interface.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/command_line_interface.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/command_line_interface.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/command_line_interface.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/plugin.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/plugin.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/plugin.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/plugin.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/plugin.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/plugin.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/plugin.pb.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/plugin.pb.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/profile.pb.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/profile.pb.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/profile.pb.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/profile.pb.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/subprocess.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/subprocess.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/subprocess.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/subprocess.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/zip_writer.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/zip_writer.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/zip_writer.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/zip_writer.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_enum.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_enum.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_enum.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_enum.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_enum_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_enum_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_enum_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_extension.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_extension.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_extension.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_extension.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_file.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_file.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_file.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_file.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_generator.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_generator.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_generator.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_generator.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_helpers.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_helpers.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_helpers.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_helpers.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_map_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_map_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_map_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_map_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_message.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_message.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_message.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_message.o >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_message.cc:421:6: warning: 'void google::protobuf::compiler::cpp::{anonymous}::CollectMapInfo(const google::protobuf::Descriptor*, std::map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >*)' defined but not used [-Wunused-function] > void CollectMapInfo(const Descriptor* descriptor, > ^~~~~~~~~~~~~~ >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_message_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_message_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_message_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_primitive_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_primitive_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_service.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_service.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_service.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_service.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/cpp_string_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_string_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/cpp/cpp_string_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_string_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_context.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_context.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_context.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_context.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_enum.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_enum.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_enum.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_enum.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_enum_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_enum_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_enum_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_enum_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_enum_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_enum_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_enum_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_enum_field_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_enum_field_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_enum_field_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_enum_field_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_extension.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_extension.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_extension.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_extension.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_extension_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_extension_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_extension_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_extension_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_file.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_file.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_file.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_file.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_generator.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_generator.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_generator.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_generator.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_generator_factory.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_generator_factory.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_generator_factory.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_generator_factory.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_helpers.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_helpers.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_helpers.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_helpers.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_lazy_message_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_lazy_message_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_lazy_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_lazy_message_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_lazy_message_field_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_lazy_message_field_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_lazy_message_field_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_lazy_message_field_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_map_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_map_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_map_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_map_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_map_field_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_map_field_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_map_field_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_map_field_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_message.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_message.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_message.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_message_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_message_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_message_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_message_builder.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_message_builder.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_message_builder.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message_builder.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_message_builder_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_message_builder_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_message_builder_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message_builder_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_message_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_message_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_message_field_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_message_field_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_message_field_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message_field_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_name_resolver.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_name_resolver.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_name_resolver.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_name_resolver.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_primitive_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_primitive_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_primitive_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_primitive_field_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_primitive_field_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_primitive_field_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_primitive_field_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_shared_code_generator.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_shared_code_generator.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_shared_code_generator.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_shared_code_generator.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_service.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_service.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_service.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_service.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_string_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_string_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_string_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_string_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_string_field_lite.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_string_field_lite.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_string_field_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_string_field_lite.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/java_doc_comment.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_doc_comment.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/java/java_doc_comment.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_doc_comment.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/js/js_generator.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/js/js_generator.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/js/js_generator.cc -fPIC -DPIC -o google/protobuf/compiler/js/.libs/js_generator.o >g++ -o js_embed /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/js/embed.cc >oldpwd=`pwd` && cd /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src && \ >$oldpwd/js_embed google/protobuf/compiler/js/well_known_types/any.js google/protobuf/compiler/js/well_known_types/struct.js google/protobuf/compiler/js/well_known_types/timestamp.js > $oldpwd/google/protobuf/compiler/js/well_known_types_embed.cc >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/js/well_known_types_embed.lo google/protobuf/compiler/js/well_known_types_embed.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c google/protobuf/compiler/js/well_known_types_embed.cc -fPIC -DPIC -o google/protobuf/compiler/js/.libs/well_known_types_embed.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/javanano/javanano_enum.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_enum.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_enum.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_enum.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/javanano/javanano_enum_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_enum_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_enum_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/javanano/javanano_extension.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_extension.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_extension.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_extension.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/javanano/javanano_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_field.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/javanano/javanano_file.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_file.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_file.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_file.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/javanano/javanano_generator.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_generator.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_generator.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_generator.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/javanano/javanano_helpers.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_helpers.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_helpers.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_helpers.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/javanano/javanano_map_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_map_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_map_field.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_map_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/javanano/javanano_message.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_message.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_message.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_message.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/javanano/javanano_message_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_message_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_message_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/javanano/javanano_primitive_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_primitive_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/javanano/javanano_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_primitive_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/objectivec_enum.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_enum.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_enum.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_enum.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/objectivec_enum_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_enum_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/objectivec_extension.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_extension.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_extension.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_extension.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/objectivec_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_field.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/objectivec_file.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_file.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_file.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_file.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/objectivec_generator.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_generator.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_generator.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_generator.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/objectivec_helpers.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_helpers.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/objectivec_map_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_map_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/objectivec_message.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_message.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_message.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_message.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/objectivec_message_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_message_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/objectivec_oneof.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_oneof.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/objectivec_primitive_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_primitive_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/php/php_generator.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/php/php_generator.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/php/php_generator.cc -fPIC -DPIC -o google/protobuf/compiler/php/.libs/php_generator.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/python/python_generator.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/python/python_generator.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/python/python_generator.cc -fPIC -DPIC -o google/protobuf/compiler/python/.libs/python_generator.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/ruby/ruby_generator.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/ruby/ruby_generator.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/ruby/ruby_generator.cc -fPIC -DPIC -o google/protobuf/compiler/ruby/.libs/ruby_generator.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_doc_comment.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_doc_comment.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_enum.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_enum.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_enum.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_enum.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_enum_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_enum_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_enum_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_field_base.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_field_base.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_field_base.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_field_base.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_generator.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_generator.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_generator.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_generator.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_helpers.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_helpers.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_helpers.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_helpers.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_map_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_map_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_map_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_map_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_message.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_message.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_message.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_message.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_message_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_message_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_message_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_primitive_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_primitive_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_reflection_class.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_reflection_class.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_repeated_enum_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_repeated_message_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_repeated_message_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_repeated_primitive_field.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_source_generator_base.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_source_generator_base.o >/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/csharp_wrapper_field.lo /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_wrapper_field.o >/bin/sh ../libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -version-info 13:0:0 -export-dynamic -no-undefined -Wl,--version-script=/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/libprotoc.map -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libprotoc.la -rpath /usr/lib64 google/protobuf/compiler/code_generator.lo google/protobuf/compiler/command_line_interface.lo google/protobuf/compiler/plugin.lo google/protobuf/compiler/plugin.pb.lo google/protobuf/compiler/profile.pb.lo google/protobuf/compiler/subprocess.lo google/protobuf/compiler/zip_writer.lo google/protobuf/compiler/cpp/cpp_enum.lo google/protobuf/compiler/cpp/cpp_enum_field.lo google/protobuf/compiler/cpp/cpp_extension.lo google/protobuf/compiler/cpp/cpp_field.lo google/protobuf/compiler/cpp/cpp_file.lo google/protobuf/compiler/cpp/cpp_generator.lo google/protobuf/compiler/cpp/cpp_helpers.lo google/protobuf/compiler/cpp/cpp_map_field.lo google/protobuf/compiler/cpp/cpp_message.lo google/protobuf/compiler/cpp/cpp_message_field.lo google/protobuf/compiler/cpp/cpp_primitive_field.lo google/protobuf/compiler/cpp/cpp_service.lo google/protobuf/compiler/cpp/cpp_string_field.lo google/protobuf/compiler/java/java_context.lo google/protobuf/compiler/java/java_enum.lo google/protobuf/compiler/java/java_enum_lite.lo google/protobuf/compiler/java/java_enum_field.lo google/protobuf/compiler/java/java_enum_field_lite.lo google/protobuf/compiler/java/java_extension.lo google/protobuf/compiler/java/java_extension_lite.lo google/protobuf/compiler/java/java_field.lo google/protobuf/compiler/java/java_file.lo google/protobuf/compiler/java/java_generator.lo google/protobuf/compiler/java/java_generator_factory.lo google/protobuf/compiler/java/java_helpers.lo google/protobuf/compiler/java/java_lazy_message_field.lo google/protobuf/compiler/java/java_lazy_message_field_lite.lo google/protobuf/compiler/java/java_map_field.lo google/protobuf/compiler/java/java_map_field_lite.lo google/protobuf/compiler/java/java_message.lo google/protobuf/compiler/java/java_message_lite.lo google/protobuf/compiler/java/java_message_builder.lo google/protobuf/compiler/java/java_message_builder_lite.lo google/protobuf/compiler/java/java_message_field.lo google/protobuf/compiler/java/java_message_field_lite.lo google/protobuf/compiler/java/java_name_resolver.lo google/protobuf/compiler/java/java_primitive_field.lo google/protobuf/compiler/java/java_primitive_field_lite.lo google/protobuf/compiler/java/java_shared_code_generator.lo google/protobuf/compiler/java/java_service.lo google/protobuf/compiler/java/java_string_field.lo google/protobuf/compiler/java/java_string_field_lite.lo google/protobuf/compiler/java/java_doc_comment.lo google/protobuf/compiler/js/js_generator.lo google/protobuf/compiler/js/well_known_types_embed.lo google/protobuf/compiler/javanano/javanano_enum.lo google/protobuf/compiler/javanano/javanano_enum_field.lo google/protobuf/compiler/javanano/javanano_extension.lo google/protobuf/compiler/javanano/javanano_field.lo google/protobuf/compiler/javanano/javanano_file.lo google/protobuf/compiler/javanano/javanano_generator.lo google/protobuf/compiler/javanano/javanano_helpers.lo google/protobuf/compiler/javanano/javanano_map_field.lo google/protobuf/compiler/javanano/javanano_message.lo google/protobuf/compiler/javanano/javanano_message_field.lo google/protobuf/compiler/javanano/javanano_primitive_field.lo google/protobuf/compiler/objectivec/objectivec_enum.lo google/protobuf/compiler/objectivec/objectivec_enum_field.lo google/protobuf/compiler/objectivec/objectivec_extension.lo google/protobuf/compiler/objectivec/objectivec_field.lo google/protobuf/compiler/objectivec/objectivec_file.lo google/protobuf/compiler/objectivec/objectivec_generator.lo google/protobuf/compiler/objectivec/objectivec_helpers.lo google/protobuf/compiler/objectivec/objectivec_map_field.lo google/protobuf/compiler/objectivec/objectivec_message.lo google/protobuf/compiler/objectivec/objectivec_message_field.lo google/protobuf/compiler/objectivec/objectivec_oneof.lo google/protobuf/compiler/objectivec/objectivec_primitive_field.lo google/protobuf/compiler/php/php_generator.lo google/protobuf/compiler/python/python_generator.lo google/protobuf/compiler/ruby/ruby_generator.lo google/protobuf/compiler/csharp/csharp_doc_comment.lo google/protobuf/compiler/csharp/csharp_enum.lo google/protobuf/compiler/csharp/csharp_enum_field.lo google/protobuf/compiler/csharp/csharp_field_base.lo google/protobuf/compiler/csharp/csharp_generator.lo google/protobuf/compiler/csharp/csharp_helpers.lo google/protobuf/compiler/csharp/csharp_map_field.lo google/protobuf/compiler/csharp/csharp_message.lo google/protobuf/compiler/csharp/csharp_message_field.lo google/protobuf/compiler/csharp/csharp_primitive_field.lo google/protobuf/compiler/csharp/csharp_reflection_class.lo google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo google/protobuf/compiler/csharp/csharp_repeated_message_field.lo google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo google/protobuf/compiler/csharp/csharp_source_generator_base.lo google/protobuf/compiler/csharp/csharp_wrapper_field.lo -lpthread libprotobuf.la -lz >libtool: link: x86_64-pc-linux-gnu-g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/crtbeginS.o google/protobuf/compiler/.libs/code_generator.o google/protobuf/compiler/.libs/command_line_interface.o google/protobuf/compiler/.libs/plugin.o google/protobuf/compiler/.libs/plugin.pb.o google/protobuf/compiler/.libs/profile.pb.o google/protobuf/compiler/.libs/subprocess.o google/protobuf/compiler/.libs/zip_writer.o google/protobuf/compiler/cpp/.libs/cpp_enum.o google/protobuf/compiler/cpp/.libs/cpp_enum_field.o google/protobuf/compiler/cpp/.libs/cpp_extension.o google/protobuf/compiler/cpp/.libs/cpp_field.o google/protobuf/compiler/cpp/.libs/cpp_file.o google/protobuf/compiler/cpp/.libs/cpp_generator.o google/protobuf/compiler/cpp/.libs/cpp_helpers.o google/protobuf/compiler/cpp/.libs/cpp_map_field.o google/protobuf/compiler/cpp/.libs/cpp_message.o google/protobuf/compiler/cpp/.libs/cpp_message_field.o google/protobuf/compiler/cpp/.libs/cpp_primitive_field.o google/protobuf/compiler/cpp/.libs/cpp_service.o google/protobuf/compiler/cpp/.libs/cpp_string_field.o google/protobuf/compiler/java/.libs/java_context.o google/protobuf/compiler/java/.libs/java_enum.o google/protobuf/compiler/java/.libs/java_enum_lite.o google/protobuf/compiler/java/.libs/java_enum_field.o google/protobuf/compiler/java/.libs/java_enum_field_lite.o google/protobuf/compiler/java/.libs/java_extension.o google/protobuf/compiler/java/.libs/java_extension_lite.o google/protobuf/compiler/java/.libs/java_field.o google/protobuf/compiler/java/.libs/java_file.o google/protobuf/compiler/java/.libs/java_generator.o google/protobuf/compiler/java/.libs/java_generator_factory.o google/protobuf/compiler/java/.libs/java_helpers.o google/protobuf/compiler/java/.libs/java_lazy_message_field.o google/protobuf/compiler/java/.libs/java_lazy_message_field_lite.o google/protobuf/compiler/java/.libs/java_map_field.o google/protobuf/compiler/java/.libs/java_map_field_lite.o google/protobuf/compiler/java/.libs/java_message.o google/protobuf/compiler/java/.libs/java_message_lite.o google/protobuf/compiler/java/.libs/java_message_builder.o google/protobuf/compiler/java/.libs/java_message_builder_lite.o google/protobuf/compiler/java/.libs/java_message_field.o google/protobuf/compiler/java/.libs/java_message_field_lite.o google/protobuf/compiler/java/.libs/java_name_resolver.o google/protobuf/compiler/java/.libs/java_primitive_field.o google/protobuf/compiler/java/.libs/java_primitive_field_lite.o google/protobuf/compiler/java/.libs/java_shared_code_generator.o google/protobuf/compiler/java/.libs/java_service.o google/protobuf/compiler/java/.libs/java_string_field.o google/protobuf/compiler/java/.libs/java_string_field_lite.o google/protobuf/compiler/java/.libs/java_doc_comment.o google/protobuf/compiler/js/.libs/js_generator.o google/protobuf/compiler/js/.libs/well_known_types_embed.o google/protobuf/compiler/javanano/.libs/javanano_enum.o google/protobuf/compiler/javanano/.libs/javanano_enum_field.o google/protobuf/compiler/javanano/.libs/javanano_extension.o google/protobuf/compiler/javanano/.libs/javanano_field.o google/protobuf/compiler/javanano/.libs/javanano_file.o google/protobuf/compiler/javanano/.libs/javanano_generator.o google/protobuf/compiler/javanano/.libs/javanano_helpers.o google/protobuf/compiler/javanano/.libs/javanano_map_field.o google/protobuf/compiler/javanano/.libs/javanano_message.o google/protobuf/compiler/javanano/.libs/javanano_message_field.o google/protobuf/compiler/javanano/.libs/javanano_primitive_field.o google/protobuf/compiler/objectivec/.libs/objectivec_enum.o google/protobuf/compiler/objectivec/.libs/objectivec_enum_field.o google/protobuf/compiler/objectivec/.libs/objectivec_extension.o google/protobuf/compiler/objectivec/.libs/objectivec_field.o google/protobuf/compiler/objectivec/.libs/objectivec_file.o google/protobuf/compiler/objectivec/.libs/objectivec_generator.o google/protobuf/compiler/objectivec/.libs/objectivec_helpers.o google/protobuf/compiler/objectivec/.libs/objectivec_map_field.o google/protobuf/compiler/objectivec/.libs/objectivec_message.o google/protobuf/compiler/objectivec/.libs/objectivec_message_field.o google/protobuf/compiler/objectivec/.libs/objectivec_oneof.o google/protobuf/compiler/objectivec/.libs/objectivec_primitive_field.o google/protobuf/compiler/php/.libs/php_generator.o google/protobuf/compiler/python/.libs/python_generator.o google/protobuf/compiler/ruby/.libs/ruby_generator.o google/protobuf/compiler/csharp/.libs/csharp_doc_comment.o google/protobuf/compiler/csharp/.libs/csharp_enum.o google/protobuf/compiler/csharp/.libs/csharp_enum_field.o google/protobuf/compiler/csharp/.libs/csharp_field_base.o google/protobuf/compiler/csharp/.libs/csharp_generator.o google/protobuf/compiler/csharp/.libs/csharp_helpers.o google/protobuf/compiler/csharp/.libs/csharp_map_field.o google/protobuf/compiler/csharp/.libs/csharp_message.o google/protobuf/compiler/csharp/.libs/csharp_message_field.o google/protobuf/compiler/csharp/.libs/csharp_primitive_field.o google/protobuf/compiler/csharp/.libs/csharp_reflection_class.o google/protobuf/compiler/csharp/.libs/csharp_repeated_enum_field.o google/protobuf/compiler/csharp/.libs/csharp_repeated_message_field.o google/protobuf/compiler/csharp/.libs/csharp_repeated_primitive_field.o google/protobuf/compiler/csharp/.libs/csharp_source_generator_base.o google/protobuf/compiler/csharp/.libs/csharp_wrapper_field.o -Wl,-rpath -Wl,/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_64.amd64/src/.libs -Wl,--as-needed ./.libs/libprotobuf.so -lpthread -lz -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib64/crtn.o -pthread -march=corei7-avx -Og -g -gdwarf-4 -Wl,--version-script=/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/libprotoc.map -Wl,-O1 -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,libprotoc.so.13 -o .libs/libprotoc.so.13.0.0 >libtool: link: (cd ".libs" && rm -f "libprotoc.so.13" && ln -s "libprotoc.so.13.0.0" "libprotoc.so.13") >libtool: link: (cd ".libs" && rm -f "libprotoc.so" && ln -s "libprotoc.so.13.0.0" "libprotoc.so") >libtool: link: ( cd ".libs" && rm -f "libprotoc.la" && ln -s "../libprotoc.la" "libprotoc.la" ) >/bin/sh ../libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o protoc google/protobuf/compiler/main.o -lpthread libprotobuf.la libprotoc.la -lz >libtool: link: x86_64-pc-linux-gnu-g++ -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -pthread -Wl,-O1 -Wl,--hash-style=gnu -o .libs/protoc google/protobuf/compiler/main.o -Wl,--as-needed ./.libs/libprotobuf.so ./.libs/libprotoc.so /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_64.amd64/src/.libs/libprotobuf.so -lpthread -lz -pthread >oldpwd=`pwd` && ( cd /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src && $oldpwd/protoc -I. --cpp_out=$oldpwd google/protobuf/any_test.proto google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto google/protobuf/map_lite_unittest.proto google/protobuf/map_proto2_unittest.proto google/protobuf/map_unittest.proto google/protobuf/unittest_arena.proto google/protobuf/unittest_custom_options.proto google/protobuf/unittest_drop_unknown_fields.proto google/protobuf/unittest_embed_optimize_for.proto google/protobuf/unittest_empty.proto google/protobuf/unittest_enormous_descriptor.proto google/protobuf/unittest_import_lite.proto google/protobuf/unittest_import.proto google/protobuf/unittest_import_public_lite.proto google/protobuf/unittest_import_public.proto google/protobuf/unittest_lazy_dependencies.proto google/protobuf/unittest_lazy_dependencies_custom_option.proto google/protobuf/unittest_lazy_dependencies_enum.proto google/protobuf/unittest_lite_imports_nonlite.proto google/protobuf/unittest_lite.proto google/protobuf/unittest_mset.proto google/protobuf/unittest_mset_wire_format.proto google/protobuf/unittest_no_arena_lite.proto google/protobuf/unittest_no_arena_import.proto google/protobuf/unittest_no_arena.proto google/protobuf/unittest_no_field_presence.proto google/protobuf/unittest_no_generic_services.proto google/protobuf/unittest_optimize_for.proto google/protobuf/unittest_preserve_unknown_enum2.proto google/protobuf/unittest_preserve_unknown_enum.proto google/protobuf/unittest.proto google/protobuf/unittest_proto3_arena.proto google/protobuf/unittest_proto3_arena_lite.proto google/protobuf/unittest_proto3_lite.proto google/protobuf/unittest_well_known_types.proto google/protobuf/util/internal/testdata/anys.proto google/protobuf/util/internal/testdata/books.proto google/protobuf/util/internal/testdata/default_value.proto google/protobuf/util/internal/testdata/default_value_test.proto google/protobuf/util/internal/testdata/field_mask.proto google/protobuf/util/internal/testdata/maps.proto google/protobuf/util/internal/testdata/oneofs.proto google/protobuf/util/internal/testdata/proto3.proto google/protobuf/util/internal/testdata/struct.proto google/protobuf/util/internal/testdata/timestamp_duration.proto google/protobuf/util/internal/testdata/wrappers.proto google/protobuf/util/json_format_proto3.proto google/protobuf/util/message_differencer_unittest.proto google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto ) >touch unittest_proto_middleman >make all-am >make[3]: Entering directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_64.amd64/src' >/bin/sh ../libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -version-info 13:0:0 -export-dynamic -no-undefined -Wl,--version-script=/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/libprotobuf-lite.map -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libprotobuf-lite.la -rpath /usr/lib64 google/protobuf/stubs/atomicops_internals_x86_gcc.lo google/protobuf/stubs/atomicops_internals_x86_msvc.lo google/protobuf/stubs/bytestream.lo google/protobuf/stubs/common.lo google/protobuf/stubs/int128.lo google/protobuf/stubs/once.lo google/protobuf/stubs/status.lo google/protobuf/stubs/statusor.lo google/protobuf/stubs/stringpiece.lo google/protobuf/stubs/stringprintf.lo google/protobuf/stubs/structurally_valid.lo google/protobuf/stubs/strutil.lo google/protobuf/stubs/time.lo google/protobuf/arena.lo google/protobuf/arenastring.lo google/protobuf/extension_set.lo google/protobuf/generated_message_util.lo google/protobuf/message_lite.lo google/protobuf/repeated_field.lo google/protobuf/wire_format_lite.lo google/protobuf/io/coded_stream.lo google/protobuf/io/zero_copy_stream.lo google/protobuf/io/zero_copy_stream_impl_lite.lo -lpthread -lz >libtool: link: x86_64-pc-linux-gnu-g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/crtbeginS.o google/protobuf/stubs/.libs/atomicops_internals_x86_gcc.o google/protobuf/stubs/.libs/atomicops_internals_x86_msvc.o google/protobuf/stubs/.libs/bytestream.o google/protobuf/stubs/.libs/common.o google/protobuf/stubs/.libs/int128.o google/protobuf/stubs/.libs/once.o google/protobuf/stubs/.libs/status.o google/protobuf/stubs/.libs/statusor.o google/protobuf/stubs/.libs/stringpiece.o google/protobuf/stubs/.libs/stringprintf.o google/protobuf/stubs/.libs/structurally_valid.o google/protobuf/stubs/.libs/strutil.o google/protobuf/stubs/.libs/time.o google/protobuf/.libs/arena.o google/protobuf/.libs/arenastring.o google/protobuf/.libs/extension_set.o google/protobuf/.libs/generated_message_util.o google/protobuf/.libs/message_lite.o google/protobuf/.libs/repeated_field.o google/protobuf/.libs/wire_format_lite.o google/protobuf/io/.libs/coded_stream.o google/protobuf/io/.libs/zero_copy_stream.o google/protobuf/io/.libs/zero_copy_stream_impl_lite.o -Wl,--as-needed -lpthread -lz -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib64/crtn.o -pthread -march=corei7-avx -Og -g -gdwarf-4 -Wl,--version-script=/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/libprotobuf-lite.map -Wl,-O1 -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,libprotobuf-lite.so.13 -o .libs/libprotobuf-lite.so.13.0.0 >libtool: link: (cd ".libs" && rm -f "libprotobuf-lite.so.13" && ln -s "libprotobuf-lite.so.13.0.0" "libprotobuf-lite.so.13") >libtool: link: (cd ".libs" && rm -f "libprotobuf-lite.so" && ln -s "libprotobuf-lite.so.13.0.0" "libprotobuf-lite.so") >libtool: link: ( cd ".libs" && rm -f "libprotobuf-lite.la" && ln -s "../libprotobuf-lite.la" "libprotobuf-lite.la" ) >make[3]: Leaving directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_64.amd64/src' >make[2]: Leaving directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_64.amd64/src' >make[1]: Leaving directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_64.amd64' >>>> Source compiled. >>>> Test phase: dev-libs/protobuf-3.3.0 > * abi_x86_32.x86: running multilib-minimal_abi_src_test >make check >Making check in . >make[1]: Entering directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_32.x86' >make check-local >make[2]: Entering directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_32.x86' >Making of gmock disabled >make[2]: Leaving directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_32.x86' >make[1]: Leaving directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_32.x86' >Making check in src >make[1]: Entering directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_32.x86/src' >make check-am >make[2]: Entering directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_32.x86/src' >make protoc protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test test_plugin protobuf-lite-arena-test no-warning-test zcgzip zcgunzip >make[3]: Entering directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_32.x86/src' >make[3]: 'protoc' is up to date. >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/protobuf_test-bytestream_unittest.o `test -f 'google/protobuf/stubs/bytestream_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/stubs/bytestream_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/protobuf_test-common_unittest.o `test -f 'google/protobuf/stubs/common_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/stubs/common_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/protobuf_test-int128_unittest.o `test -f 'google/protobuf/stubs/int128_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/stubs/int128_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/protobuf_test-once_unittest.o `test -f 'google/protobuf/stubs/once_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/stubs/once_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/protobuf_test-statusor_test.o `test -f 'google/protobuf/stubs/statusor_test.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/stubs/statusor_test.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/protobuf_test-status_test.o `test -f 'google/protobuf/stubs/status_test.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/stubs/status_test.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/protobuf_test-stringpiece_unittest.o `test -f 'google/protobuf/stubs/stringpiece_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/stubs/stringpiece_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/protobuf_test-stringprintf_unittest.o `test -f 'google/protobuf/stubs/stringprintf_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/stubs/stringprintf_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/protobuf_test-structurally_valid_unittest.o `test -f 'google/protobuf/stubs/structurally_valid_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/stubs/structurally_valid_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/protobuf_test-strutil_unittest.o `test -f 'google/protobuf/stubs/strutil_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/stubs/strutil_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/protobuf_test-template_util_unittest.o `test -f 'google/protobuf/stubs/template_util_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/stubs/template_util_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/protobuf_test-time_test.o `test -f 'google/protobuf/stubs/time_test.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/stubs/time_test.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/stubs/protobuf_test-type_traits_unittest.o `test -f 'google/protobuf/stubs/type_traits_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/stubs/type_traits_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-any_test.o `test -f 'google/protobuf/any_test.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/any_test.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-arenastring_unittest.o `test -f 'google/protobuf/arenastring_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/arenastring_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-arena_unittest.o `test -f 'google/protobuf/arena_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/arena_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-descriptor_database_unittest.o `test -f 'google/protobuf/descriptor_database_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/descriptor_database_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-descriptor_unittest.o `test -f 'google/protobuf/descriptor_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/descriptor_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-drop_unknown_fields_test.o `test -f 'google/protobuf/drop_unknown_fields_test.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/drop_unknown_fields_test.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-dynamic_message_unittest.o `test -f 'google/protobuf/dynamic_message_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/dynamic_message_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-extension_set_unittest.o `test -f 'google/protobuf/extension_set_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/extension_set_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-generated_message_reflection_unittest.o `test -f 'google/protobuf/generated_message_reflection_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/generated_message_reflection_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-map_field_test.o `test -f 'google/protobuf/map_field_test.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/map_field_test.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-map_test.o `test -f 'google/protobuf/map_test.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/map_test.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-message_unittest.o `test -f 'google/protobuf/message_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/message_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-no_field_presence_test.o `test -f 'google/protobuf/no_field_presence_test.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/no_field_presence_test.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-preserve_unknown_enum_test.o `test -f 'google/protobuf/preserve_unknown_enum_test.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/preserve_unknown_enum_test.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-proto3_arena_unittest.o `test -f 'google/protobuf/proto3_arena_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/proto3_arena_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-proto3_arena_lite_unittest.o `test -f 'google/protobuf/proto3_arena_lite_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/proto3_arena_lite_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-proto3_lite_unittest.o `test -f 'google/protobuf/proto3_lite_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/proto3_lite_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-reflection_ops_unittest.o `test -f 'google/protobuf/reflection_ops_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/reflection_ops_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-repeated_field_reflection_unittest.o `test -f 'google/protobuf/repeated_field_reflection_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/repeated_field_reflection_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-repeated_field_unittest.o `test -f 'google/protobuf/repeated_field_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/repeated_field_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-text_format_unittest.o `test -f 'google/protobuf/text_format_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/text_format_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unknown_field_set_unittest.o `test -f 'google/protobuf/unknown_field_set_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unknown_field_set_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-well_known_types_unittest.o `test -f 'google/protobuf/well_known_types_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/well_known_types_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-wire_format_unittest.o `test -f 'google/protobuf/wire_format_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/wire_format_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/io/protobuf_test-coded_stream_unittest.o `test -f 'google/protobuf/io/coded_stream_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/io/coded_stream_unittest.cc >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/io/coded_stream_unittest.cc:1283:6: warning: 'static void google::protobuf::io::{anonymous}::CodedStreamTest::SetupTotalBytesLimitWarningTest(int, int, std::vector<std::__cxx11::basic_string<char> >*, std::vector<std::__cxx11::basic_string<char> >*)' defined but not used [-Wunused-function] > void CodedStreamTest::SetupTotalBytesLimitWarningTest( > ^~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/io/protobuf_test-printer_unittest.o `test -f 'google/protobuf/io/printer_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/io/printer_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/io/protobuf_test-tokenizer_unittest.o `test -f 'google/protobuf/io/tokenizer_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/io/tokenizer_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/io/protobuf_test-zero_copy_stream_unittest.o `test -f 'google/protobuf/io/zero_copy_stream_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/io/zero_copy_stream_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/protobuf_test-command_line_interface_unittest.o `test -f 'google/protobuf/compiler/command_line_interface_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/compiler/command_line_interface_unittest.cc >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/command_line_interface_unittest.cc:474:6: warning: 'void google::protobuf::compiler::{anonymous}::CommandLineInterfaceTest::ExpectNullCodeGeneratorCalled(const string&)' defined but not used [-Wunused-function] > void CommandLineInterfaceTest::ExpectNullCodeGeneratorCalled( > ^~~~~~~~~~~~~~~~~~~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/command_line_interface_unittest.cc:425:6: warning: 'bool google::protobuf::compiler::{anonymous}::CommandLineInterfaceTest::HasAlternateErrorSubstring(const string&)' defined but not used [-Wunused-function] > bool CommandLineInterfaceTest::HasAlternateErrorSubstring( > ^~~~~~~~~~~~~~~~~~~~~~~~ >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/compiler/command_line_interface_unittest.cc:419:6: warning: 'void google::protobuf::compiler::{anonymous}::CommandLineInterfaceTest::ExpectErrorSubstringWithZeroReturnCode(const string&)' defined but not used [-Wunused-function] > void CommandLineInterfaceTest::ExpectErrorSubstringWithZeroReturnCode( > ^~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/protobuf_test-importer_unittest.o `test -f 'google/protobuf/compiler/importer_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/compiler/importer_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/protobuf_test-mock_code_generator.o `test -f 'google/protobuf/compiler/mock_code_generator.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/compiler/mock_code_generator.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/protobuf_test-parser_unittest.o `test -f 'google/protobuf/compiler/parser_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/compiler/parser_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/protobuf_test-cpp_bootstrap_unittest.o `test -f 'google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/protobuf_test-cpp_unittest.o `test -f 'google/protobuf/compiler/cpp/cpp_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/compiler/cpp/cpp_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/protobuf_test-cpp_plugin_unittest.o `test -f 'google/protobuf/compiler/cpp/cpp_plugin_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/compiler/cpp/cpp_plugin_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/protobuf_test-metadata_test.o `test -f 'google/protobuf/compiler/cpp/metadata_test.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/compiler/cpp/metadata_test.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/protobuf_test-java_plugin_unittest.o `test -f 'google/protobuf/compiler/java/java_plugin_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/compiler/java/java_plugin_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/java/protobuf_test-java_doc_comment_unittest.o `test -f 'google/protobuf/compiler/java/java_doc_comment_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/compiler/java/java_doc_comment_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/objectivec/protobuf_test-objectivec_helpers_unittest.o `test -f 'google/protobuf/compiler/objectivec/objectivec_helpers_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/compiler/objectivec/objectivec_helpers_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/python/protobuf_test-python_plugin_unittest.o `test -f 'google/protobuf/compiler/python/python_plugin_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/compiler/python/python_plugin_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/ruby/protobuf_test-ruby_generator_unittest.o `test -f 'google/protobuf/compiler/ruby/ruby_generator_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/compiler/ruby/ruby_generator_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/protobuf_test-csharp_bootstrap_unittest.o `test -f 'google/protobuf/compiler/csharp/csharp_bootstrap_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/compiler/csharp/csharp_bootstrap_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/csharp/protobuf_test-csharp_generator_unittest.o `test -f 'google/protobuf/compiler/csharp/csharp_generator_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/compiler/csharp/csharp_generator_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/protobuf_test-delimited_message_util_test.o `test -f 'google/protobuf/util/delimited_message_util_test.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/delimited_message_util_test.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/protobuf_test-field_comparator_test.o `test -f 'google/protobuf/util/field_comparator_test.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/field_comparator_test.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/protobuf_test-field_mask_util_test.o `test -f 'google/protobuf/util/field_mask_util_test.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/field_mask_util_test.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/protobuf_test-default_value_objectwriter_test.o `test -f 'google/protobuf/util/internal/default_value_objectwriter_test.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/default_value_objectwriter_test.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/protobuf_test-json_objectwriter_test.o `test -f 'google/protobuf/util/internal/json_objectwriter_test.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/json_objectwriter_test.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/protobuf_test-json_stream_parser_test.o `test -f 'google/protobuf/util/internal/json_stream_parser_test.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/json_stream_parser_test.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/protobuf_test-protostream_objectsource_test.o `test -f 'google/protobuf/util/internal/protostream_objectsource_test.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/protostream_objectsource_test.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/protobuf_test-protostream_objectwriter_test.o `test -f 'google/protobuf/util/internal/protostream_objectwriter_test.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/protostream_objectwriter_test.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/protobuf_test-type_info_test_helper.o `test -f 'google/protobuf/util/internal/type_info_test_helper.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/type_info_test_helper.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/protobuf_test-json_util_test.o `test -f 'google/protobuf/util/json_util_test.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/json_util_test.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/protobuf_test-message_differencer_unittest.o `test -f 'google/protobuf/util/message_differencer_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/message_differencer_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/protobuf_test-time_util_test.o `test -f 'google/protobuf/util/time_util_test.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/time_util_test.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/protobuf_test-type_resolver_util_test.o `test -f 'google/protobuf/util/type_resolver_util_test.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/type_resolver_util_test.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-arena_test_util.o `test -f 'google/protobuf/arena_test_util.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/arena_test_util.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-map_test_util.o `test -f 'google/protobuf/map_test_util.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/map_test_util.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-test_util.o `test -f 'google/protobuf/test_util.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/test_util.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/testing/protobuf_test-googletest.o `test -f 'google/protobuf/testing/googletest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/testing/googletest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/testing/protobuf_test-file.o `test -f 'google/protobuf/testing/file.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/testing/file.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-map_lite_unittest.pb.o `test -f 'google/protobuf/map_lite_unittest.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/map_lite_unittest.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_lite.pb.o `test -f 'google/protobuf/unittest_lite.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_lite.pb.cc >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h: In member function 'virtual bool protobuf_unittest::TestPackedTypesLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:7773:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:7759:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h: In member function 'virtual bool protobuf_unittest::V1MessageLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_lite.pb.h:8403:15: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > enum_field_ = value; > ~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:12501:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h: In member function 'virtual bool protobuf_unittest::V2MessageLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_lite.pb.h:8456:15: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > enum_field_ = value; > ~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:12796:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h: In member function 'virtual bool protobuf_unittest::TestAllTypesLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_lite.pb.h:6709:24: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > default_import_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2857:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:6684:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > default_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2837:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:6659:24: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > default_nested_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2817:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:2547:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:2519:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:2491:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:5068:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_import_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2117:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:5043:26: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2097:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:5018:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_nested_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2077:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h: In member function 'virtual bool protobuf_unittest::TestHugeFieldNumbersLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_lite.pb.h:8623:18: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_enum_ = value; > ~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:13491:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_no_arena_lite.pb.o `test -f 'google/protobuf/unittest_no_arena_lite.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_no_arena_lite.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_import_lite.pb.o `test -f 'google/protobuf/unittest_import_lite.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_import_lite.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_import_public_lite.pb.o `test -f 'google/protobuf/unittest_import_public_lite.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_import_public_lite.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-any_test.pb.o `test -f 'google/protobuf/any_test.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/any_test.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/protobuf_test-cpp_test_bad_identifiers.pb.o `test -f 'google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc >In file included from google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc:5:0: >./google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.h: In member function 'virtual bool protobuf_unittest::TestConflictingEnumNames::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.h:3798:21: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > conflicting_enum_ = value; > ~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc:6765:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.h:29:0, > from google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h: In member function 'virtual bool protobuf_unittest::TestConflictingSymbolNames_Data2::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc:1260:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/protobuf_test-cpp_test_large_enum_value.pb.o `test -f 'google/protobuf/compiler/cpp/cpp_test_large_enum_value.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/compiler/cpp/cpp_test_large_enum_value.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-map_proto2_unittest.pb.o `test -f 'google/protobuf/map_proto2_unittest.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/map_proto2_unittest.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-map_unittest.pb.o `test -f 'google/protobuf/map_unittest.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/map_unittest.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_arena.pb.o `test -f 'google/protobuf/unittest_arena.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_arena.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_custom_options.pb.o `test -f 'google/protobuf/unittest_custom_options.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_custom_options.pb.cc >In file included from google/protobuf/unittest_custom_options.pb.cc:5:0: >./google/protobuf/unittest_custom_options.pb.h: In member function 'virtual bool protobuf_unittest::OldOptionType::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_custom_options.pb.h:4346:10: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > value_ = value; > ~~~~~~~^~~~~~~ >google/protobuf/unittest_custom_options.pb.cc:7981:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_custom_options.pb.cc:5:0: >./google/protobuf/unittest_custom_options.pb.h: In member function 'virtual bool protobuf_unittest::NewOptionType::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_custom_options.pb.h:4375:10: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > value_ = value; > ~~~~~~~^~~~~~~ >google/protobuf/unittest_custom_options.pb.cc:8253:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_drop_unknown_fields.pb.o `test -f 'google/protobuf/unittest_drop_unknown_fields.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_drop_unknown_fields.pb.cc >In file included from google/protobuf/unittest_drop_unknown_fields.pb.cc:5:0: >./google/protobuf/unittest_drop_unknown_fields.pb.h: In member function 'virtual bool unittest_drop_unknown_fields::Foo::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_drop_unknown_fields.pb.h:375:15: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > enum_value_ = value; > ~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_drop_unknown_fields.pb.cc:303:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_drop_unknown_fields.pb.cc:5:0: >./google/protobuf/unittest_drop_unknown_fields.pb.h: In member function 'virtual bool unittest_drop_unknown_fields::FooWithExtraFields::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_drop_unknown_fields.pb.h:407:15: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > enum_value_ = value; > ~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_drop_unknown_fields.pb.cc:594:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_embed_optimize_for.pb.o `test -f 'google/protobuf/unittest_embed_optimize_for.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_embed_optimize_for.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_empty.pb.o `test -f 'google/protobuf/unittest_empty.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_empty.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_enormous_descriptor.pb.o `test -f 'google/protobuf/unittest_enormous_descriptor.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_enormous_descriptor.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_import.pb.o `test -f 'google/protobuf/unittest_import.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_import.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_import_public.pb.o `test -f 'google/protobuf/unittest_import_public.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_import_public.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_lazy_dependencies.pb.o `test -f 'google/protobuf/unittest_lazy_dependencies.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_lazy_dependencies.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_lazy_dependencies_custom_option.pb.o `test -f 'google/protobuf/unittest_lazy_dependencies_custom_option.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_lazy_dependencies_custom_option.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_lazy_dependencies_enum.pb.o `test -f 'google/protobuf/unittest_lazy_dependencies_enum.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_lazy_dependencies_enum.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_lite_imports_nonlite.pb.o `test -f 'google/protobuf/unittest_lite_imports_nonlite.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_lite_imports_nonlite.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_mset.pb.o `test -f 'google/protobuf/unittest_mset.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_mset.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_mset_wire_format.pb.o `test -f 'google/protobuf/unittest_mset_wire_format.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_mset_wire_format.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_no_arena_import.pb.o `test -f 'google/protobuf/unittest_no_arena_import.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_no_arena_import.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_no_arena.pb.o `test -f 'google/protobuf/unittest_no_arena.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_no_arena.pb.cc >In file included from google/protobuf/unittest_no_arena.pb.cc:5:0: >./google/protobuf/unittest_no_arena.pb.h: In member function 'virtual bool protobuf_unittest_no_arena::TestAllTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_no_arena.pb.h:4136:24: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > default_import_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_no_arena.pb.cc:2872:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_no_arena.pb.cc:5:0: >./google/protobuf/unittest_no_arena.pb.h:4111:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > default_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_no_arena.pb.cc:2853:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_no_arena.pb.h:29:0, > from google/protobuf/unittest_no_arena.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_no_arena.pb.cc:2551:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_no_arena.pb.h:29:0, > from google/protobuf/unittest_no_arena.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_no_arena.pb.cc:2524:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_no_arena.pb.h:29:0, > from google/protobuf/unittest_no_arena.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_no_arena.pb.cc:2497:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_no_arena.pb.cc:5:0: >./google/protobuf/unittest_no_arena.pb.h:2495:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_import_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_no_arena.pb.cc:2111:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_no_arena.pb.cc:5:0: >./google/protobuf/unittest_no_arena.pb.h:2470:26: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_no_arena.pb.cc:2092:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_no_field_presence.pb.o `test -f 'google/protobuf/unittest_no_field_presence.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_no_field_presence.pb.cc >In file included from google/protobuf/unittest_no_field_presence.pb.cc:5:0: >./google/protobuf/unittest_no_field_presence.pb.h: In member function 'virtual bool proto2_nofieldpresence_unittest::TestAllTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_no_field_presence.pb.h:2993:28: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > oneof_field_.oneof_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_no_field_presence.pb.cc:1650:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_no_field_presence.pb.cc:5:0: >./google/protobuf/unittest_no_field_presence.pb.h:2614:29: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_foreign_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_no_field_presence.pb.cc:1546:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_no_field_presence.pb.h:29:0, > from google/protobuf/unittest_no_field_presence.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_no_field_presence.pb.cc:1537:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_no_field_presence.pb.h:29:0, > from google/protobuf/unittest_no_field_presence.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_no_field_presence.pb.cc:1518:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_no_field_presence.pb.h:29:0, > from google/protobuf/unittest_no_field_presence.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_no_field_presence.pb.cc:1509:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_no_field_presence.pb.cc:5:0: >./google/protobuf/unittest_no_field_presence.pb.h:1801:26: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_no_field_presence.pb.cc:1147:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_no_field_presence.pb.cc:5:0: >./google/protobuf/unittest_no_field_presence.pb.h:1787:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_nested_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_no_field_presence.pb.cc:1132:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_no_generic_services.pb.o `test -f 'google/protobuf/unittest_no_generic_services.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_no_generic_services.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_optimize_for.pb.o `test -f 'google/protobuf/unittest_optimize_for.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_optimize_for.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest.pb.o `test -f 'google/protobuf/unittest.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest.pb.cc >In file included from google/protobuf/unittest.pb.cc:5:0: >./google/protobuf/unittest.pb.h: In member function 'virtual bool protobuf_unittest::TestUnpackedTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest.pb.h:24821:21: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > unpacked_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest.pb.cc:41052:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest.pb.h:29:0, > from google/protobuf/unittest.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h: In member function 'virtual bool protobuf_unittest::TestPackedTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest.pb.cc:39552:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest.pb.h:29:0, > from google/protobuf/unittest.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest.pb.cc:39539:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest.pb.cc:5:0: >./google/protobuf/unittest.pb.h: In member function 'virtual bool protobuf_unittest::TestDynamicExtensions::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest.pb.h:24945:27: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > dynamic_enum_extension_ = value; > ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest.pb.cc:43005:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest.pb.cc:5:0: >./google/protobuf/unittest.pb.h:24920:19: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > enum_extension_ = value; > ~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest.pb.cc:42986:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest.pb.cc:5:0: >./google/protobuf/unittest.pb.h: In member function 'virtual bool protobuf_unittest::TestCamelCaseFieldNames::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest.pb.h:19443:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeatedenumfield_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest.pb.cc:24527:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest.pb.cc:5:0: >./google/protobuf/unittest.pb.h:19113:14: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > enumfield_ = value; > ~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest.pb.cc:24429:15: note: 'value' was declared here > int value; > ^~~~~ >google/protobuf/unittest.pb.cc: In member function 'virtual bool protobuf_unittest::TestOneof2::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >google/protobuf/unittest.pb.cc:36194:11: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > if (::protobuf_unittest::TestOneof2_NestedEnum_IsValid(value)) { > ^~ >google/protobuf/unittest.pb.cc:36064:11: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > if (::protobuf_unittest::TestOneof2_NestedEnum_IsValid(value)) { > ^~ >In file included from google/protobuf/unittest.pb.cc:5:0: >./google/protobuf/unittest.pb.h: In member function 'virtual bool protobuf_unittest::TestAllTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest.pb.h:16121:24: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > default_import_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest.pb.cc:5859:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest.pb.cc:5:0: >./google/protobuf/unittest.pb.h:16096:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > default_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest.pb.cc:5840:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest.pb.h:29:0, > from google/protobuf/unittest.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest.pb.cc:5538:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest.pb.h:29:0, > from google/protobuf/unittest.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest.pb.cc:5511:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest.pb.h:29:0, > from google/protobuf/unittest.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest.pb.cc:5484:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest.pb.cc:5:0: >./google/protobuf/unittest.pb.h:14402:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_import_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest.pb.cc:5098:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest.pb.cc:5:0: >./google/protobuf/unittest.pb.h:14377:26: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest.pb.cc:5079:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest.pb.cc:5:0: >./google/protobuf/unittest.pb.h: In member function 'virtual bool protobuf_unittest::TestHugeFieldNumbers::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest.pb.h:26437:18: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_enum_ = value; > ~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest.pb.cc:50560:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_preserve_unknown_enum2.pb.o `test -f 'google/protobuf/unittest_preserve_unknown_enum2.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_preserve_unknown_enum2.pb.cc >In file included from google/protobuf/unittest_preserve_unknown_enum2.pb.cc:5:0: >./google/protobuf/unittest_preserve_unknown_enum2.pb.h: In member function 'virtual bool proto2_preserve_unknown_enum_unittest::MyMessage::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_preserve_unknown_enum2.pb.h:421:17: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > o_.oneof_e_2_ = value; > ~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_preserve_unknown_enum2.pb.cc:434:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_preserve_unknown_enum2.pb.cc:5:0: >./google/protobuf/unittest_preserve_unknown_enum2.pb.h:391:17: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > o_.oneof_e_1_ = value; > ~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_preserve_unknown_enum2.pb.cc:415:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum2.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum2.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum2.pb.cc:388:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum2.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum2.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum2.pb.cc:369:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum2.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum2.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum2.pb.cc:356:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum2.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum2.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum2.pb.cc:325:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_preserve_unknown_enum2.pb.cc:5:0: >./google/protobuf/unittest_preserve_unknown_enum2.pb.h:265:6: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > e_ = value; > ~~~^~~~~~~ >google/protobuf/unittest_preserve_unknown_enum2.pb.cc:306:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_preserve_unknown_enum.pb.o `test -f 'google/protobuf/unittest_preserve_unknown_enum.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_preserve_unknown_enum.pb.cc >In file included from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5:0: >./google/protobuf/unittest_preserve_unknown_enum.pb.h: In member function 'virtual bool proto3_preserve_unknown_enum_unittest::MyMessage::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_preserve_unknown_enum.pb.h:578:17: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > o_.oneof_e_2_ = value; > ~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:468:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5:0: >./google/protobuf/unittest_preserve_unknown_enum.pb.h:549:17: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > o_.oneof_e_1_ = value; > ~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:453:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:438:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:429:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:410:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:401:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:382:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:373:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5:0: >./google/protobuf/unittest_preserve_unknown_enum.pb.h:430:6: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > e_ = value; > ~~~^~~~~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:354:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5:0: >./google/protobuf/unittest_preserve_unknown_enum.pb.h: In member function 'virtual bool proto3_preserve_unknown_enum_unittest::MyMessagePlusExtra::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_preserve_unknown_enum.pb.h:753:17: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > o_.oneof_e_2_ = value; > ~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:1212:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5:0: >./google/protobuf/unittest_preserve_unknown_enum.pb.h:724:17: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > o_.oneof_e_1_ = value; > ~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:1197:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:1182:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:1173:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:1154:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:1145:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:1126:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:1117:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5:0: >./google/protobuf/unittest_preserve_unknown_enum.pb.h:605:6: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > e_ = value; > ~~~^~~~~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:1098:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_proto3_arena.pb.o `test -f 'google/protobuf/unittest_proto3_arena.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_proto3_arena.pb.cc >In file included from google/protobuf/unittest_proto3_arena.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena.pb.h: In member function 'virtual bool proto3_arena_unittest::TestUnpackedTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_proto3_arena.pb.h:4758:28: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_nested_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena.pb.cc:7602:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena.pb.h: In member function 'virtual bool proto3_arena_unittest::TestPackedTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_proto3_arena.pb.h:4334:19: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > packed_enum_.Add(value); > ~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena.pb.cc:6127:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena.pb.h:4334:19: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > packed_enum_.Add(value); > ~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena.pb.cc:6118:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena.pb.h: In member function 'virtual bool proto3_arena_unittest::TestAllTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_proto3_arena.pb.h:3396:29: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_foreign_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena.pb.cc:2040:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena.pb.h:3396:29: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_foreign_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena.pb.cc:2031:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena.pb.h:3366:28: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_nested_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena.pb.cc:2012:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena.pb.h:3366:28: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_nested_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena.pb.cc:2003:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena.pb.h:2445:26: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena.pb.cc:1629:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena.pb.h:2431:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_nested_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena.pb.cc:1614:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_proto3_arena_lite.pb.o `test -f 'google/protobuf/unittest_proto3_arena_lite.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_proto3_arena_lite.pb.cc >In file included from google/protobuf/unittest_proto3_arena_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena_lite.pb.h: In member function 'virtual bool proto3_arena_lite_unittest::TestUnpackedTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_proto3_arena_lite.pb.h:4644:28: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_nested_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena_lite.pb.cc:6464:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena_lite.pb.h: In member function 'virtual bool proto3_arena_lite_unittest::TestPackedTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_proto3_arena_lite.pb.h:4220:19: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > packed_enum_.Add(value); > ~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena_lite.pb.cc:5189:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena_lite.pb.h:4220:19: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > packed_enum_.Add(value); > ~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena_lite.pb.cc:5180:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena_lite.pb.h: In member function 'virtual bool proto3_arena_lite_unittest::TestAllTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_proto3_arena_lite.pb.h:3282:29: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_foreign_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena_lite.pb.cc:1644:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena_lite.pb.h:3282:29: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_foreign_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena_lite.pb.cc:1635:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena_lite.pb.h:3252:28: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_nested_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena_lite.pb.cc:1616:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena_lite.pb.h:3252:28: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_nested_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena_lite.pb.cc:1607:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena_lite.pb.h:2380:26: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena_lite.pb.cc:1233:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena_lite.pb.h:2366:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_nested_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena_lite.pb.cc:1218:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_proto3_lite.pb.o `test -f 'google/protobuf/unittest_proto3_lite.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_proto3_lite.pb.cc >In file included from google/protobuf/unittest_proto3_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_lite.pb.h: In member function 'virtual bool proto3_lite_unittest::TestUnpackedTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_proto3_lite.pb.h:4296:28: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_nested_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_lite.pb.cc:5902:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_lite.pb.h: In member function 'virtual bool proto3_lite_unittest::TestPackedTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_proto3_lite.pb.h:3872:19: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > packed_enum_.Add(value); > ~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_lite.pb.cc:4673:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_lite.pb.h:3872:19: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > packed_enum_.Add(value); > ~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_lite.pb.cc:4664:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_lite.pb.h: In member function 'virtual bool proto3_lite_unittest::TestAllTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_proto3_lite.pb.h:3004:29: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_foreign_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_lite.pb.cc:1343:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_lite.pb.h:3004:29: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_foreign_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_lite.pb.cc:1334:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_lite.pb.h:2974:28: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_nested_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_lite.pb.cc:1315:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_lite.pb.h:2974:28: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_nested_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_lite.pb.cc:1306:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_lite.pb.h:2152:26: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_lite.pb.cc:932:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_lite.pb.h:2138:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_nested_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_lite.pb.cc:917:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_test-unittest_well_known_types.pb.o `test -f 'google/protobuf/unittest_well_known_types.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_well_known_types.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/testdata/protobuf_test-anys.pb.o `test -f 'google/protobuf/util/internal/testdata/anys.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/testdata/anys.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/testdata/protobuf_test-books.pb.o `test -f 'google/protobuf/util/internal/testdata/books.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/testdata/books.pb.cc >In file included from google/protobuf/util/internal/testdata/books.pb.cc:5:0: >./google/protobuf/util/internal/testdata/books.pb.h: In member function 'virtual bool google::protobuf::testing::Book::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/util/internal/testdata/books.pb.h:2826:9: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > type_ = value; > ~~~~~~^~~~~~~ >google/protobuf/util/internal/testdata/books.pb.cc:1647:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/testdata/protobuf_test-default_value.pb.o `test -f 'google/protobuf/util/internal/testdata/default_value.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/testdata/default_value.pb.cc >In file included from google/protobuf/util/internal/testdata/default_value.pb.cc:5:0: >./google/protobuf/util/internal/testdata/default_value.pb.h: In member function 'virtual bool google::protobuf::testing::MixedMap2::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/util/internal/testdata/default_value.pb.h:5083:7: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > ee_ = value; > ~~~~^~~~~~~ >google/protobuf/util/internal/testdata/default_value.pb.cc:9398:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/testdata/protobuf_test-default_value_test.pb.o `test -f 'google/protobuf/util/internal/testdata/default_value_test.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/testdata/default_value_test.pb.cc >In file included from google/protobuf/util/internal/testdata/default_value_test.pb.cc:5:0: >./google/protobuf/util/internal/testdata/default_value_test.pb.h: In member function 'virtual bool google::protobuf::testing::DefaultValueTest::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/util/internal/testdata/default_value_test.pb.h:540:15: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > enum_value_ = value; > ~~~~~~~~~~~~^~~~~~~ >google/protobuf/util/internal/testdata/default_value_test.pb.cc:428:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/testdata/protobuf_test-field_mask.pb.o `test -f 'google/protobuf/util/internal/testdata/field_mask.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/testdata/field_mask.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/testdata/protobuf_test-maps.pb.o `test -f 'google/protobuf/util/internal/testdata/maps.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/testdata/maps.pb.cc >In file included from google/protobuf/util/internal/testdata/maps.pb.cc:5:0: >./google/protobuf/util/internal/testdata/maps.pb.h: In member function 'virtual bool google::protobuf::testing::Mixed2::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/util/internal/testdata/maps.pb.h:3107:7: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > ee_ = value; > ~~~~^~~~~~~ >google/protobuf/util/internal/testdata/maps.pb.cc:3982:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/testdata/protobuf_test-oneofs.pb.o `test -f 'google/protobuf/util/internal/testdata/oneofs.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/testdata/oneofs.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/testdata/protobuf_test-proto3.pb.o `test -f 'google/protobuf/util/internal/testdata/proto3.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/testdata/proto3.pb.cc >In file included from google/protobuf/util/internal/testdata/proto3.pb.cc:5:0: >./google/protobuf/util/internal/testdata/proto3.pb.h: In member function 'virtual bool google::protobuf::testing::Proto3Message::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/util/internal/testdata/proto3.pb.h:210:15: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > enum_value_ = value; > ~~~~~~~~~~~~^~~~~~~ >google/protobuf/util/internal/testdata/proto3.pb.cc:238:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/testdata/protobuf_test-struct.pb.o `test -f 'google/protobuf/util/internal/testdata/struct.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/testdata/struct.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/testdata/protobuf_test-timestamp_duration.pb.o `test -f 'google/protobuf/util/internal/testdata/timestamp_duration.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/testdata/timestamp_duration.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/testdata/protobuf_test-wrappers.pb.o `test -f 'google/protobuf/util/internal/testdata/wrappers.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/testdata/wrappers.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/protobuf_test-json_format_proto3.pb.o `test -f 'google/protobuf/util/json_format_proto3.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/json_format_proto3.pb.cc >In file included from google/protobuf/util/json_format_proto3.pb.cc:5:0: >./google/protobuf/util/json_format_proto3.pb.h: In member function 'virtual bool proto3::TestOneof::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/util/json_format_proto3.pb.h:3859:34: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > oneof_value_.oneof_enum_value_ = value; > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/util/json_format_proto3.pb.cc:3043:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/util/json_format_proto3.pb.cc:5:0: >./google/protobuf/util/json_format_proto3.pb.h: In member function 'virtual bool proto3::TestMessage::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/util/json_format_proto3.pb.h:3567:27: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_enum_value_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/util/json_format_proto3.pb.cc:1426:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/util/json_format_proto3.pb.h:29:0, > from google/protobuf/util/json_format_proto3.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/util/json_format_proto3.pb.cc:1417:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/util/json_format_proto3.pb.cc:5:0: >./google/protobuf/util/json_format_proto3.pb.h:3160:15: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > enum_value_ = value; > ~~~~~~~~~~~~^~~~~~~ >google/protobuf/util/json_format_proto3.pb.cc:1231:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/protobuf_test-message_differencer_unittest.pb.o `test -f 'google/protobuf/util/message_differencer_unittest.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/message_differencer_unittest.pb.cc >/bin/sh ../libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -m32 -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o protobuf-test google/protobuf/stubs/protobuf_test-bytestream_unittest.o google/protobuf/stubs/protobuf_test-common_unittest.o google/protobuf/stubs/protobuf_test-int128_unittest.o google/protobuf/stubs/protobuf_test-once_unittest.o google/protobuf/stubs/protobuf_test-statusor_test.o google/protobuf/stubs/protobuf_test-status_test.o google/protobuf/stubs/protobuf_test-stringpiece_unittest.o google/protobuf/stubs/protobuf_test-stringprintf_unittest.o google/protobuf/stubs/protobuf_test-structurally_valid_unittest.o google/protobuf/stubs/protobuf_test-strutil_unittest.o google/protobuf/stubs/protobuf_test-template_util_unittest.o google/protobuf/stubs/protobuf_test-time_test.o google/protobuf/stubs/protobuf_test-type_traits_unittest.o google/protobuf/protobuf_test-any_test.o google/protobuf/protobuf_test-arenastring_unittest.o google/protobuf/protobuf_test-arena_unittest.o google/protobuf/protobuf_test-descriptor_database_unittest.o google/protobuf/protobuf_test-descriptor_unittest.o google/protobuf/protobuf_test-drop_unknown_fields_test.o google/protobuf/protobuf_test-dynamic_message_unittest.o google/protobuf/protobuf_test-extension_set_unittest.o google/protobuf/protobuf_test-generated_message_reflection_unittest.o google/protobuf/protobuf_test-map_field_test.o google/protobuf/protobuf_test-map_test.o google/protobuf/protobuf_test-message_unittest.o google/protobuf/protobuf_test-no_field_presence_test.o google/protobuf/protobuf_test-preserve_unknown_enum_test.o google/protobuf/protobuf_test-proto3_arena_unittest.o google/protobuf/protobuf_test-proto3_arena_lite_unittest.o google/protobuf/protobuf_test-proto3_lite_unittest.o google/protobuf/protobuf_test-reflection_ops_unittest.o google/protobuf/protobuf_test-repeated_field_reflection_unittest.o google/protobuf/protobuf_test-repeated_field_unittest.o google/protobuf/protobuf_test-text_format_unittest.o google/protobuf/protobuf_test-unknown_field_set_unittest.o google/protobuf/protobuf_test-well_known_types_unittest.o google/protobuf/protobuf_test-wire_format_unittest.o google/protobuf/io/protobuf_test-coded_stream_unittest.o google/protobuf/io/protobuf_test-printer_unittest.o google/protobuf/io/protobuf_test-tokenizer_unittest.o google/protobuf/io/protobuf_test-zero_copy_stream_unittest.o google/protobuf/compiler/protobuf_test-command_line_interface_unittest.o google/protobuf/compiler/protobuf_test-importer_unittest.o google/protobuf/compiler/protobuf_test-mock_code_generator.o google/protobuf/compiler/protobuf_test-parser_unittest.o google/protobuf/compiler/cpp/protobuf_test-cpp_bootstrap_unittest.o google/protobuf/compiler/cpp/protobuf_test-cpp_unittest.o google/protobuf/compiler/cpp/protobuf_test-cpp_plugin_unittest.o google/protobuf/compiler/cpp/protobuf_test-metadata_test.o google/protobuf/compiler/java/protobuf_test-java_plugin_unittest.o google/protobuf/compiler/java/protobuf_test-java_doc_comment_unittest.o google/protobuf/compiler/objectivec/protobuf_test-objectivec_helpers_unittest.o google/protobuf/compiler/python/protobuf_test-python_plugin_unittest.o google/protobuf/compiler/ruby/protobuf_test-ruby_generator_unittest.o google/protobuf/compiler/csharp/protobuf_test-csharp_bootstrap_unittest.o google/protobuf/compiler/csharp/protobuf_test-csharp_generator_unittest.o google/protobuf/util/protobuf_test-delimited_message_util_test.o google/protobuf/util/protobuf_test-field_comparator_test.o google/protobuf/util/protobuf_test-field_mask_util_test.o google/protobuf/util/internal/protobuf_test-default_value_objectwriter_test.o google/protobuf/util/internal/protobuf_test-json_objectwriter_test.o google/protobuf/util/internal/protobuf_test-json_stream_parser_test.o google/protobuf/util/internal/protobuf_test-protostream_objectsource_test.o google/protobuf/util/internal/protobuf_test-protostream_objectwriter_test.o google/protobuf/util/internal/protobuf_test-type_info_test_helper.o google/protobuf/util/protobuf_test-json_util_test.o google/protobuf/util/protobuf_test-message_differencer_unittest.o google/protobuf/util/protobuf_test-time_util_test.o google/protobuf/util/protobuf_test-type_resolver_util_test.o google/protobuf/protobuf_test-arena_test_util.o google/protobuf/protobuf_test-map_test_util.o google/protobuf/protobuf_test-test_util.o google/protobuf/testing/protobuf_test-googletest.o google/protobuf/testing/protobuf_test-file.o google/protobuf/protobuf_test-map_lite_unittest.pb.o google/protobuf/protobuf_test-unittest_lite.pb.o google/protobuf/protobuf_test-unittest_no_arena_lite.pb.o google/protobuf/protobuf_test-unittest_import_lite.pb.o google/protobuf/protobuf_test-unittest_import_public_lite.pb.o google/protobuf/protobuf_test-any_test.pb.o google/protobuf/compiler/cpp/protobuf_test-cpp_test_bad_identifiers.pb.o google/protobuf/compiler/cpp/protobuf_test-cpp_test_large_enum_value.pb.o google/protobuf/protobuf_test-map_proto2_unittest.pb.o google/protobuf/protobuf_test-map_unittest.pb.o google/protobuf/protobuf_test-unittest_arena.pb.o google/protobuf/protobuf_test-unittest_custom_options.pb.o google/protobuf/protobuf_test-unittest_drop_unknown_fields.pb.o google/protobuf/protobuf_test-unittest_embed_optimize_for.pb.o google/protobuf/protobuf_test-unittest_empty.pb.o google/protobuf/protobuf_test-unittest_enormous_descriptor.pb.o google/protobuf/protobuf_test-unittest_import.pb.o google/protobuf/protobuf_test-unittest_import_public.pb.o google/protobuf/protobuf_test-unittest_lazy_dependencies.pb.o google/protobuf/protobuf_test-unittest_lazy_dependencies_custom_option.pb.o google/protobuf/protobuf_test-unittest_lazy_dependencies_enum.pb.o google/protobuf/protobuf_test-unittest_lite_imports_nonlite.pb.o google/protobuf/protobuf_test-unittest_mset.pb.o google/protobuf/protobuf_test-unittest_mset_wire_format.pb.o google/protobuf/protobuf_test-unittest_no_arena_import.pb.o google/protobuf/protobuf_test-unittest_no_arena.pb.o google/protobuf/protobuf_test-unittest_no_field_presence.pb.o google/protobuf/protobuf_test-unittest_no_generic_services.pb.o google/protobuf/protobuf_test-unittest_optimize_for.pb.o google/protobuf/protobuf_test-unittest.pb.o google/protobuf/protobuf_test-unittest_preserve_unknown_enum2.pb.o google/protobuf/protobuf_test-unittest_preserve_unknown_enum.pb.o google/protobuf/protobuf_test-unittest_proto3_arena.pb.o google/protobuf/protobuf_test-unittest_proto3_arena_lite.pb.o google/protobuf/protobuf_test-unittest_proto3_lite.pb.o google/protobuf/protobuf_test-unittest_well_known_types.pb.o google/protobuf/util/internal/testdata/protobuf_test-anys.pb.o google/protobuf/util/internal/testdata/protobuf_test-books.pb.o google/protobuf/util/internal/testdata/protobuf_test-default_value.pb.o google/protobuf/util/internal/testdata/protobuf_test-default_value_test.pb.o google/protobuf/util/internal/testdata/protobuf_test-field_mask.pb.o google/protobuf/util/internal/testdata/protobuf_test-maps.pb.o google/protobuf/util/internal/testdata/protobuf_test-oneofs.pb.o google/protobuf/util/internal/testdata/protobuf_test-proto3.pb.o google/protobuf/util/internal/testdata/protobuf_test-struct.pb.o google/protobuf/util/internal/testdata/protobuf_test-timestamp_duration.pb.o google/protobuf/util/internal/testdata/protobuf_test-wrappers.pb.o google/protobuf/util/protobuf_test-json_format_proto3.pb.o google/protobuf/util/protobuf_test-message_differencer_unittest.pb.o -lpthread libprotobuf.la libprotoc.la -L/usr/lib -lgmock -lgmock_main -lgtest -lz >libtool: link: x86_64-pc-linux-gnu-g++ -m32 -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -pthread -Wl,-O1 -Wl,--hash-style=gnu -o .libs/protobuf-test google/protobuf/stubs/protobuf_test-bytestream_unittest.o google/protobuf/stubs/protobuf_test-common_unittest.o google/protobuf/stubs/protobuf_test-int128_unittest.o google/protobuf/stubs/protobuf_test-once_unittest.o google/protobuf/stubs/protobuf_test-statusor_test.o google/protobuf/stubs/protobuf_test-status_test.o google/protobuf/stubs/protobuf_test-stringpiece_unittest.o google/protobuf/stubs/protobuf_test-stringprintf_unittest.o google/protobuf/stubs/protobuf_test-structurally_valid_unittest.o google/protobuf/stubs/protobuf_test-strutil_unittest.o google/protobuf/stubs/protobuf_test-template_util_unittest.o google/protobuf/stubs/protobuf_test-time_test.o google/protobuf/stubs/protobuf_test-type_traits_unittest.o google/protobuf/protobuf_test-any_test.o google/protobuf/protobuf_test-arenastring_unittest.o google/protobuf/protobuf_test-arena_unittest.o google/protobuf/protobuf_test-descriptor_database_unittest.o google/protobuf/protobuf_test-descriptor_unittest.o google/protobuf/protobuf_test-drop_unknown_fields_test.o google/protobuf/protobuf_test-dynamic_message_unittest.o google/protobuf/protobuf_test-extension_set_unittest.o google/protobuf/protobuf_test-generated_message_reflection_unittest.o google/protobuf/protobuf_test-map_field_test.o google/protobuf/protobuf_test-map_test.o google/protobuf/protobuf_test-message_unittest.o google/protobuf/protobuf_test-no_field_presence_test.o google/protobuf/protobuf_test-preserve_unknown_enum_test.o google/protobuf/protobuf_test-proto3_arena_unittest.o google/protobuf/protobuf_test-proto3_arena_lite_unittest.o google/protobuf/protobuf_test-proto3_lite_unittest.o google/protobuf/protobuf_test-reflection_ops_unittest.o google/protobuf/protobuf_test-repeated_field_reflection_unittest.o google/protobuf/protobuf_test-repeated_field_unittest.o google/protobuf/protobuf_test-text_format_unittest.o google/protobuf/protobuf_test-unknown_field_set_unittest.o google/protobuf/protobuf_test-well_known_types_unittest.o google/protobuf/protobuf_test-wire_format_unittest.o google/protobuf/io/protobuf_test-coded_stream_unittest.o google/protobuf/io/protobuf_test-printer_unittest.o google/protobuf/io/protobuf_test-tokenizer_unittest.o google/protobuf/io/protobuf_test-zero_copy_stream_unittest.o google/protobuf/compiler/protobuf_test-command_line_interface_unittest.o google/protobuf/compiler/protobuf_test-importer_unittest.o google/protobuf/compiler/protobuf_test-mock_code_generator.o google/protobuf/compiler/protobuf_test-parser_unittest.o google/protobuf/compiler/cpp/protobuf_test-cpp_bootstrap_unittest.o google/protobuf/compiler/cpp/protobuf_test-cpp_unittest.o google/protobuf/compiler/cpp/protobuf_test-cpp_plugin_unittest.o google/protobuf/compiler/cpp/protobuf_test-metadata_test.o google/protobuf/compiler/java/protobuf_test-java_plugin_unittest.o google/protobuf/compiler/java/protobuf_test-java_doc_comment_unittest.o google/protobuf/compiler/objectivec/protobuf_test-objectivec_helpers_unittest.o google/protobuf/compiler/python/protobuf_test-python_plugin_unittest.o google/protobuf/compiler/ruby/protobuf_test-ruby_generator_unittest.o google/protobuf/compiler/csharp/protobuf_test-csharp_bootstrap_unittest.o google/protobuf/compiler/csharp/protobuf_test-csharp_generator_unittest.o google/protobuf/util/protobuf_test-delimited_message_util_test.o google/protobuf/util/protobuf_test-field_comparator_test.o google/protobuf/util/protobuf_test-field_mask_util_test.o google/protobuf/util/internal/protobuf_test-default_value_objectwriter_test.o google/protobuf/util/internal/protobuf_test-json_objectwriter_test.o google/protobuf/util/internal/protobuf_test-json_stream_parser_test.o google/protobuf/util/internal/protobuf_test-protostream_objectsource_test.o google/protobuf/util/internal/protobuf_test-protostream_objectwriter_test.o google/protobuf/util/internal/protobuf_test-type_info_test_helper.o google/protobuf/util/protobuf_test-json_util_test.o google/protobuf/util/protobuf_test-message_differencer_unittest.o google/protobuf/util/protobuf_test-time_util_test.o google/protobuf/util/protobuf_test-type_resolver_util_test.o google/protobuf/protobuf_test-arena_test_util.o google/protobuf/protobuf_test-map_test_util.o google/protobuf/protobuf_test-test_util.o google/protobuf/testing/protobuf_test-googletest.o google/protobuf/testing/protobuf_test-file.o google/protobuf/protobuf_test-map_lite_unittest.pb.o google/protobuf/protobuf_test-unittest_lite.pb.o google/protobuf/protobuf_test-unittest_no_arena_lite.pb.o google/protobuf/protobuf_test-unittest_import_lite.pb.o google/protobuf/protobuf_test-unittest_import_public_lite.pb.o google/protobuf/protobuf_test-any_test.pb.o google/protobuf/compiler/cpp/protobuf_test-cpp_test_bad_identifiers.pb.o google/protobuf/compiler/cpp/protobuf_test-cpp_test_large_enum_value.pb.o google/protobuf/protobuf_test-map_proto2_unittest.pb.o google/protobuf/protobuf_test-map_unittest.pb.o google/protobuf/protobuf_test-unittest_arena.pb.o google/protobuf/protobuf_test-unittest_custom_options.pb.o google/protobuf/protobuf_test-unittest_drop_unknown_fields.pb.o google/protobuf/protobuf_test-unittest_embed_optimize_for.pb.o google/protobuf/protobuf_test-unittest_empty.pb.o google/protobuf/protobuf_test-unittest_enormous_descriptor.pb.o google/protobuf/protobuf_test-unittest_import.pb.o google/protobuf/protobuf_test-unittest_import_public.pb.o google/protobuf/protobuf_test-unittest_lazy_dependencies.pb.o google/protobuf/protobuf_test-unittest_lazy_dependencies_custom_option.pb.o google/protobuf/protobuf_test-unittest_lazy_dependencies_enum.pb.o google/protobuf/protobuf_test-unittest_lite_imports_nonlite.pb.o google/protobuf/protobuf_test-unittest_mset.pb.o google/protobuf/protobuf_test-unittest_mset_wire_format.pb.o google/protobuf/protobuf_test-unittest_no_arena_import.pb.o google/protobuf/protobuf_test-unittest_no_arena.pb.o google/protobuf/protobuf_test-unittest_no_field_presence.pb.o google/protobuf/protobuf_test-unittest_no_generic_services.pb.o google/protobuf/protobuf_test-unittest_optimize_for.pb.o google/protobuf/protobuf_test-unittest.pb.o google/protobuf/protobuf_test-unittest_preserve_unknown_enum2.pb.o google/protobuf/protobuf_test-unittest_preserve_unknown_enum.pb.o google/protobuf/protobuf_test-unittest_proto3_arena.pb.o google/protobuf/protobuf_test-unittest_proto3_arena_lite.pb.o google/protobuf/protobuf_test-unittest_proto3_lite.pb.o google/protobuf/protobuf_test-unittest_well_known_types.pb.o google/protobuf/util/internal/testdata/protobuf_test-anys.pb.o google/protobuf/util/internal/testdata/protobuf_test-books.pb.o google/protobuf/util/internal/testdata/protobuf_test-default_value.pb.o google/protobuf/util/internal/testdata/protobuf_test-default_value_test.pb.o google/protobuf/util/internal/testdata/protobuf_test-field_mask.pb.o google/protobuf/util/internal/testdata/protobuf_test-maps.pb.o google/protobuf/util/internal/testdata/protobuf_test-oneofs.pb.o google/protobuf/util/internal/testdata/protobuf_test-proto3.pb.o google/protobuf/util/internal/testdata/protobuf_test-struct.pb.o google/protobuf/util/internal/testdata/protobuf_test-timestamp_duration.pb.o google/protobuf/util/internal/testdata/protobuf_test-wrappers.pb.o google/protobuf/util/protobuf_test-json_format_proto3.pb.o google/protobuf/util/protobuf_test-message_differencer_unittest.pb.o -Wl,--as-needed ./.libs/libprotobuf.so ./.libs/libprotoc.so /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_32.x86/src/.libs/libprotobuf.so -lpthread -L/usr/lib -lgmock -lgmock_main -lgtest -lz -pthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for -lpthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for -lpthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libgmock.so when searching for -lgmock >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libgmock_main.so when searching for -lgmock_main >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libgtest.so when searching for -lgtest >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for -lpthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for -lpthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc >google/protobuf/testing/protobuf_test-googletest.o: In function `google::protobuf::(anonymous namespace)::GetTemporaryDirectoryName()': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/testing/googletest.cc:112: warning: the use of `tmpnam' is dangerous, better use `mkstemp' >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/protobuf_lazy_descriptor_test-cpp_unittest.o `test -f 'google/protobuf/compiler/cpp/cpp_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/compiler/cpp/cpp_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-arena_test_util.o `test -f 'google/protobuf/arena_test_util.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/arena_test_util.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-map_test_util.o `test -f 'google/protobuf/map_test_util.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/map_test_util.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-test_util.o `test -f 'google/protobuf/test_util.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/test_util.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/testing/protobuf_lazy_descriptor_test-googletest.o `test -f 'google/protobuf/testing/googletest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/testing/googletest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/testing/protobuf_lazy_descriptor_test-file.o `test -f 'google/protobuf/testing/file.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/testing/file.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-map_lite_unittest.pb.o `test -f 'google/protobuf/map_lite_unittest.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/map_lite_unittest.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_lite.pb.o `test -f 'google/protobuf/unittest_lite.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_lite.pb.cc >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h: In member function 'virtual bool protobuf_unittest::TestPackedTypesLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:7773:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:7759:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h: In member function 'virtual bool protobuf_unittest::V1MessageLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_lite.pb.h:8403:15: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > enum_field_ = value; > ~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:12501:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h: In member function 'virtual bool protobuf_unittest::V2MessageLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_lite.pb.h:8456:15: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > enum_field_ = value; > ~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:12796:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h: In member function 'virtual bool protobuf_unittest::TestAllTypesLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_lite.pb.h:6709:24: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > default_import_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2857:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:6684:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > default_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2837:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:6659:24: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > default_nested_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2817:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:2547:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:2519:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:2491:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:5068:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_import_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2117:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:5043:26: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2097:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:5018:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_nested_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2077:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h: In member function 'virtual bool protobuf_unittest::TestHugeFieldNumbersLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_lite.pb.h:8623:18: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_enum_ = value; > ~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:13491:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_no_arena_lite.pb.o `test -f 'google/protobuf/unittest_no_arena_lite.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_no_arena_lite.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_import_lite.pb.o `test -f 'google/protobuf/unittest_import_lite.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_import_lite.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_import_public_lite.pb.o `test -f 'google/protobuf/unittest_import_public_lite.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_import_public_lite.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-any_test.pb.o `test -f 'google/protobuf/any_test.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/any_test.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/protobuf_lazy_descriptor_test-cpp_test_bad_identifiers.pb.o `test -f 'google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc >In file included from google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc:5:0: >./google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.h: In member function 'virtual bool protobuf_unittest::TestConflictingEnumNames::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.h:3798:21: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > conflicting_enum_ = value; > ~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc:6765:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.h:29:0, > from google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h: In member function 'virtual bool protobuf_unittest::TestConflictingSymbolNames_Data2::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc:1260:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/cpp/protobuf_lazy_descriptor_test-cpp_test_large_enum_value.pb.o `test -f 'google/protobuf/compiler/cpp/cpp_test_large_enum_value.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/compiler/cpp/cpp_test_large_enum_value.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-map_proto2_unittest.pb.o `test -f 'google/protobuf/map_proto2_unittest.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/map_proto2_unittest.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-map_unittest.pb.o `test -f 'google/protobuf/map_unittest.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/map_unittest.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_arena.pb.o `test -f 'google/protobuf/unittest_arena.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_arena.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_custom_options.pb.o `test -f 'google/protobuf/unittest_custom_options.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_custom_options.pb.cc >In file included from google/protobuf/unittest_custom_options.pb.cc:5:0: >./google/protobuf/unittest_custom_options.pb.h: In member function 'virtual bool protobuf_unittest::OldOptionType::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_custom_options.pb.h:4346:10: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > value_ = value; > ~~~~~~~^~~~~~~ >google/protobuf/unittest_custom_options.pb.cc:7981:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_custom_options.pb.cc:5:0: >./google/protobuf/unittest_custom_options.pb.h: In member function 'virtual bool protobuf_unittest::NewOptionType::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_custom_options.pb.h:4375:10: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > value_ = value; > ~~~~~~~^~~~~~~ >google/protobuf/unittest_custom_options.pb.cc:8253:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_drop_unknown_fields.pb.o `test -f 'google/protobuf/unittest_drop_unknown_fields.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_drop_unknown_fields.pb.cc >In file included from google/protobuf/unittest_drop_unknown_fields.pb.cc:5:0: >./google/protobuf/unittest_drop_unknown_fields.pb.h: In member function 'virtual bool unittest_drop_unknown_fields::Foo::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_drop_unknown_fields.pb.h:375:15: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > enum_value_ = value; > ~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_drop_unknown_fields.pb.cc:303:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_drop_unknown_fields.pb.cc:5:0: >./google/protobuf/unittest_drop_unknown_fields.pb.h: In member function 'virtual bool unittest_drop_unknown_fields::FooWithExtraFields::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_drop_unknown_fields.pb.h:407:15: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > enum_value_ = value; > ~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_drop_unknown_fields.pb.cc:594:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_embed_optimize_for.pb.o `test -f 'google/protobuf/unittest_embed_optimize_for.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_embed_optimize_for.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_empty.pb.o `test -f 'google/protobuf/unittest_empty.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_empty.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_enormous_descriptor.pb.o `test -f 'google/protobuf/unittest_enormous_descriptor.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_enormous_descriptor.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_import.pb.o `test -f 'google/protobuf/unittest_import.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_import.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_import_public.pb.o `test -f 'google/protobuf/unittest_import_public.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_import_public.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_lazy_dependencies.pb.o `test -f 'google/protobuf/unittest_lazy_dependencies.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_lazy_dependencies.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_lazy_dependencies_custom_option.pb.o `test -f 'google/protobuf/unittest_lazy_dependencies_custom_option.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_lazy_dependencies_custom_option.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_lazy_dependencies_enum.pb.o `test -f 'google/protobuf/unittest_lazy_dependencies_enum.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_lazy_dependencies_enum.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_lite_imports_nonlite.pb.o `test -f 'google/protobuf/unittest_lite_imports_nonlite.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_lite_imports_nonlite.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_mset.pb.o `test -f 'google/protobuf/unittest_mset.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_mset.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_mset_wire_format.pb.o `test -f 'google/protobuf/unittest_mset_wire_format.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_mset_wire_format.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_no_arena_import.pb.o `test -f 'google/protobuf/unittest_no_arena_import.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_no_arena_import.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_no_arena.pb.o `test -f 'google/protobuf/unittest_no_arena.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_no_arena.pb.cc >In file included from google/protobuf/unittest_no_arena.pb.cc:5:0: >./google/protobuf/unittest_no_arena.pb.h: In member function 'virtual bool protobuf_unittest_no_arena::TestAllTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_no_arena.pb.h:4136:24: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > default_import_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_no_arena.pb.cc:2872:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_no_arena.pb.cc:5:0: >./google/protobuf/unittest_no_arena.pb.h:4111:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > default_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_no_arena.pb.cc:2853:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_no_arena.pb.h:29:0, > from google/protobuf/unittest_no_arena.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_no_arena.pb.cc:2551:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_no_arena.pb.h:29:0, > from google/protobuf/unittest_no_arena.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_no_arena.pb.cc:2524:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_no_arena.pb.h:29:0, > from google/protobuf/unittest_no_arena.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_no_arena.pb.cc:2497:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_no_arena.pb.cc:5:0: >./google/protobuf/unittest_no_arena.pb.h:2495:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_import_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_no_arena.pb.cc:2111:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_no_arena.pb.cc:5:0: >./google/protobuf/unittest_no_arena.pb.h:2470:26: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_no_arena.pb.cc:2092:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_no_field_presence.pb.o `test -f 'google/protobuf/unittest_no_field_presence.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_no_field_presence.pb.cc >In file included from google/protobuf/unittest_no_field_presence.pb.cc:5:0: >./google/protobuf/unittest_no_field_presence.pb.h: In member function 'virtual bool proto2_nofieldpresence_unittest::TestAllTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_no_field_presence.pb.h:2993:28: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > oneof_field_.oneof_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_no_field_presence.pb.cc:1650:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_no_field_presence.pb.cc:5:0: >./google/protobuf/unittest_no_field_presence.pb.h:2614:29: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_foreign_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_no_field_presence.pb.cc:1546:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_no_field_presence.pb.h:29:0, > from google/protobuf/unittest_no_field_presence.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_no_field_presence.pb.cc:1537:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_no_field_presence.pb.h:29:0, > from google/protobuf/unittest_no_field_presence.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_no_field_presence.pb.cc:1518:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_no_field_presence.pb.h:29:0, > from google/protobuf/unittest_no_field_presence.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_no_field_presence.pb.cc:1509:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_no_field_presence.pb.cc:5:0: >./google/protobuf/unittest_no_field_presence.pb.h:1801:26: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_no_field_presence.pb.cc:1147:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_no_field_presence.pb.cc:5:0: >./google/protobuf/unittest_no_field_presence.pb.h:1787:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_nested_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_no_field_presence.pb.cc:1132:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_no_generic_services.pb.o `test -f 'google/protobuf/unittest_no_generic_services.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_no_generic_services.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_optimize_for.pb.o `test -f 'google/protobuf/unittest_optimize_for.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_optimize_for.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest.pb.o `test -f 'google/protobuf/unittest.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest.pb.cc >In file included from google/protobuf/unittest.pb.cc:5:0: >./google/protobuf/unittest.pb.h: In member function 'virtual bool protobuf_unittest::TestUnpackedTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest.pb.h:24821:21: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > unpacked_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest.pb.cc:41052:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest.pb.h:29:0, > from google/protobuf/unittest.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h: In member function 'virtual bool protobuf_unittest::TestPackedTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest.pb.cc:39552:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest.pb.h:29:0, > from google/protobuf/unittest.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest.pb.cc:39539:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest.pb.cc:5:0: >./google/protobuf/unittest.pb.h: In member function 'virtual bool protobuf_unittest::TestDynamicExtensions::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest.pb.h:24945:27: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > dynamic_enum_extension_ = value; > ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest.pb.cc:43005:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest.pb.cc:5:0: >./google/protobuf/unittest.pb.h:24920:19: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > enum_extension_ = value; > ~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest.pb.cc:42986:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest.pb.cc:5:0: >./google/protobuf/unittest.pb.h: In member function 'virtual bool protobuf_unittest::TestCamelCaseFieldNames::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest.pb.h:19443:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeatedenumfield_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest.pb.cc:24527:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest.pb.cc:5:0: >./google/protobuf/unittest.pb.h:19113:14: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > enumfield_ = value; > ~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest.pb.cc:24429:15: note: 'value' was declared here > int value; > ^~~~~ >google/protobuf/unittest.pb.cc: In member function 'virtual bool protobuf_unittest::TestOneof2::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >google/protobuf/unittest.pb.cc:36194:11: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > if (::protobuf_unittest::TestOneof2_NestedEnum_IsValid(value)) { > ^~ >google/protobuf/unittest.pb.cc:36064:11: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > if (::protobuf_unittest::TestOneof2_NestedEnum_IsValid(value)) { > ^~ >In file included from google/protobuf/unittest.pb.cc:5:0: >./google/protobuf/unittest.pb.h: In member function 'virtual bool protobuf_unittest::TestAllTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest.pb.h:16121:24: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > default_import_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest.pb.cc:5859:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest.pb.cc:5:0: >./google/protobuf/unittest.pb.h:16096:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > default_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest.pb.cc:5840:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest.pb.h:29:0, > from google/protobuf/unittest.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest.pb.cc:5538:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest.pb.h:29:0, > from google/protobuf/unittest.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest.pb.cc:5511:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest.pb.h:29:0, > from google/protobuf/unittest.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest.pb.cc:5484:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest.pb.cc:5:0: >./google/protobuf/unittest.pb.h:14402:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_import_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest.pb.cc:5098:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest.pb.cc:5:0: >./google/protobuf/unittest.pb.h:14377:26: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest.pb.cc:5079:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest.pb.cc:5:0: >./google/protobuf/unittest.pb.h: In member function 'virtual bool protobuf_unittest::TestHugeFieldNumbers::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest.pb.h:26437:18: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_enum_ = value; > ~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest.pb.cc:50560:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_preserve_unknown_enum2.pb.o `test -f 'google/protobuf/unittest_preserve_unknown_enum2.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_preserve_unknown_enum2.pb.cc >In file included from google/protobuf/unittest_preserve_unknown_enum2.pb.cc:5:0: >./google/protobuf/unittest_preserve_unknown_enum2.pb.h: In member function 'virtual bool proto2_preserve_unknown_enum_unittest::MyMessage::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_preserve_unknown_enum2.pb.h:421:17: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > o_.oneof_e_2_ = value; > ~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_preserve_unknown_enum2.pb.cc:434:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_preserve_unknown_enum2.pb.cc:5:0: >./google/protobuf/unittest_preserve_unknown_enum2.pb.h:391:17: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > o_.oneof_e_1_ = value; > ~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_preserve_unknown_enum2.pb.cc:415:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum2.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum2.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum2.pb.cc:388:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum2.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum2.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum2.pb.cc:369:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum2.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum2.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum2.pb.cc:356:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum2.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum2.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum2.pb.cc:325:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_preserve_unknown_enum2.pb.cc:5:0: >./google/protobuf/unittest_preserve_unknown_enum2.pb.h:265:6: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > e_ = value; > ~~~^~~~~~~ >google/protobuf/unittest_preserve_unknown_enum2.pb.cc:306:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_preserve_unknown_enum.pb.o `test -f 'google/protobuf/unittest_preserve_unknown_enum.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_preserve_unknown_enum.pb.cc >In file included from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5:0: >./google/protobuf/unittest_preserve_unknown_enum.pb.h: In member function 'virtual bool proto3_preserve_unknown_enum_unittest::MyMessage::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_preserve_unknown_enum.pb.h:578:17: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > o_.oneof_e_2_ = value; > ~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:468:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5:0: >./google/protobuf/unittest_preserve_unknown_enum.pb.h:549:17: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > o_.oneof_e_1_ = value; > ~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:453:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:438:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:429:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:410:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:401:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:382:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:373:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5:0: >./google/protobuf/unittest_preserve_unknown_enum.pb.h:430:6: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > e_ = value; > ~~~^~~~~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:354:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5:0: >./google/protobuf/unittest_preserve_unknown_enum.pb.h: In member function 'virtual bool proto3_preserve_unknown_enum_unittest::MyMessagePlusExtra::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_preserve_unknown_enum.pb.h:753:17: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > o_.oneof_e_2_ = value; > ~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:1212:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5:0: >./google/protobuf/unittest_preserve_unknown_enum.pb.h:724:17: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > o_.oneof_e_1_ = value; > ~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:1197:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:1182:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:1173:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:1154:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:1145:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:1126:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_preserve_unknown_enum.pb.h:29:0, > from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:1117:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_preserve_unknown_enum.pb.cc:5:0: >./google/protobuf/unittest_preserve_unknown_enum.pb.h:605:6: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > e_ = value; > ~~~^~~~~~~ >google/protobuf/unittest_preserve_unknown_enum.pb.cc:1098:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_proto3_arena.pb.o `test -f 'google/protobuf/unittest_proto3_arena.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_proto3_arena.pb.cc >In file included from google/protobuf/unittest_proto3_arena.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena.pb.h: In member function 'virtual bool proto3_arena_unittest::TestUnpackedTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_proto3_arena.pb.h:4758:28: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_nested_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena.pb.cc:7602:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena.pb.h: In member function 'virtual bool proto3_arena_unittest::TestPackedTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_proto3_arena.pb.h:4334:19: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > packed_enum_.Add(value); > ~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena.pb.cc:6127:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena.pb.h:4334:19: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > packed_enum_.Add(value); > ~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena.pb.cc:6118:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena.pb.h: In member function 'virtual bool proto3_arena_unittest::TestAllTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_proto3_arena.pb.h:3396:29: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_foreign_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena.pb.cc:2040:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena.pb.h:3396:29: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_foreign_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena.pb.cc:2031:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena.pb.h:3366:28: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_nested_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena.pb.cc:2012:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena.pb.h:3366:28: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_nested_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena.pb.cc:2003:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena.pb.h:2445:26: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena.pb.cc:1629:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena.pb.h:2431:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_nested_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena.pb.cc:1614:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_proto3_arena_lite.pb.o `test -f 'google/protobuf/unittest_proto3_arena_lite.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_proto3_arena_lite.pb.cc >In file included from google/protobuf/unittest_proto3_arena_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena_lite.pb.h: In member function 'virtual bool proto3_arena_lite_unittest::TestUnpackedTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_proto3_arena_lite.pb.h:4644:28: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_nested_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena_lite.pb.cc:6464:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena_lite.pb.h: In member function 'virtual bool proto3_arena_lite_unittest::TestPackedTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_proto3_arena_lite.pb.h:4220:19: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > packed_enum_.Add(value); > ~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena_lite.pb.cc:5189:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena_lite.pb.h:4220:19: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > packed_enum_.Add(value); > ~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena_lite.pb.cc:5180:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena_lite.pb.h: In member function 'virtual bool proto3_arena_lite_unittest::TestAllTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_proto3_arena_lite.pb.h:3282:29: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_foreign_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena_lite.pb.cc:1644:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena_lite.pb.h:3282:29: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_foreign_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena_lite.pb.cc:1635:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena_lite.pb.h:3252:28: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_nested_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena_lite.pb.cc:1616:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena_lite.pb.h:3252:28: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_nested_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena_lite.pb.cc:1607:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena_lite.pb.h:2380:26: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena_lite.pb.cc:1233:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_arena_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_arena_lite.pb.h:2366:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_nested_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_arena_lite.pb.cc:1218:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_proto3_lite.pb.o `test -f 'google/protobuf/unittest_proto3_lite.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_proto3_lite.pb.cc >In file included from google/protobuf/unittest_proto3_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_lite.pb.h: In member function 'virtual bool proto3_lite_unittest::TestUnpackedTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_proto3_lite.pb.h:4296:28: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_nested_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_lite.pb.cc:5902:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_lite.pb.h: In member function 'virtual bool proto3_lite_unittest::TestPackedTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_proto3_lite.pb.h:3872:19: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > packed_enum_.Add(value); > ~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_lite.pb.cc:4673:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_lite.pb.h:3872:19: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > packed_enum_.Add(value); > ~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_lite.pb.cc:4664:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_lite.pb.h: In member function 'virtual bool proto3_lite_unittest::TestAllTypes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_proto3_lite.pb.h:3004:29: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_foreign_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_lite.pb.cc:1343:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_lite.pb.h:3004:29: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_foreign_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_lite.pb.cc:1334:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_lite.pb.h:2974:28: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_nested_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_lite.pb.cc:1315:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_lite.pb.h:2974:28: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_nested_enum_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_lite.pb.cc:1306:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_lite.pb.h:2152:26: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_lite.pb.cc:932:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_proto3_lite.pb.cc:5:0: >./google/protobuf/unittest_proto3_lite.pb.h:2138:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_nested_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_proto3_lite.pb.cc:917:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lazy_descriptor_test-unittest_well_known_types.pb.o `test -f 'google/protobuf/unittest_well_known_types.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_well_known_types.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-anys.pb.o `test -f 'google/protobuf/util/internal/testdata/anys.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/testdata/anys.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-books.pb.o `test -f 'google/protobuf/util/internal/testdata/books.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/testdata/books.pb.cc >In file included from google/protobuf/util/internal/testdata/books.pb.cc:5:0: >./google/protobuf/util/internal/testdata/books.pb.h: In member function 'virtual bool google::protobuf::testing::Book::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/util/internal/testdata/books.pb.h:2826:9: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > type_ = value; > ~~~~~~^~~~~~~ >google/protobuf/util/internal/testdata/books.pb.cc:1647:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-default_value.pb.o `test -f 'google/protobuf/util/internal/testdata/default_value.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/testdata/default_value.pb.cc >In file included from google/protobuf/util/internal/testdata/default_value.pb.cc:5:0: >./google/protobuf/util/internal/testdata/default_value.pb.h: In member function 'virtual bool google::protobuf::testing::MixedMap2::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/util/internal/testdata/default_value.pb.h:5083:7: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > ee_ = value; > ~~~~^~~~~~~ >google/protobuf/util/internal/testdata/default_value.pb.cc:9398:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-default_value_test.pb.o `test -f 'google/protobuf/util/internal/testdata/default_value_test.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/testdata/default_value_test.pb.cc >In file included from google/protobuf/util/internal/testdata/default_value_test.pb.cc:5:0: >./google/protobuf/util/internal/testdata/default_value_test.pb.h: In member function 'virtual bool google::protobuf::testing::DefaultValueTest::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/util/internal/testdata/default_value_test.pb.h:540:15: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > enum_value_ = value; > ~~~~~~~~~~~~^~~~~~~ >google/protobuf/util/internal/testdata/default_value_test.pb.cc:428:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-field_mask.pb.o `test -f 'google/protobuf/util/internal/testdata/field_mask.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/testdata/field_mask.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-maps.pb.o `test -f 'google/protobuf/util/internal/testdata/maps.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/testdata/maps.pb.cc >In file included from google/protobuf/util/internal/testdata/maps.pb.cc:5:0: >./google/protobuf/util/internal/testdata/maps.pb.h: In member function 'virtual bool google::protobuf::testing::Mixed2::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/util/internal/testdata/maps.pb.h:3107:7: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > ee_ = value; > ~~~~^~~~~~~ >google/protobuf/util/internal/testdata/maps.pb.cc:3982:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-oneofs.pb.o `test -f 'google/protobuf/util/internal/testdata/oneofs.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/testdata/oneofs.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-proto3.pb.o `test -f 'google/protobuf/util/internal/testdata/proto3.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/testdata/proto3.pb.cc >In file included from google/protobuf/util/internal/testdata/proto3.pb.cc:5:0: >./google/protobuf/util/internal/testdata/proto3.pb.h: In member function 'virtual bool google::protobuf::testing::Proto3Message::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/util/internal/testdata/proto3.pb.h:210:15: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > enum_value_ = value; > ~~~~~~~~~~~~^~~~~~~ >google/protobuf/util/internal/testdata/proto3.pb.cc:238:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-struct.pb.o `test -f 'google/protobuf/util/internal/testdata/struct.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/testdata/struct.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-timestamp_duration.pb.o `test -f 'google/protobuf/util/internal/testdata/timestamp_duration.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/testdata/timestamp_duration.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-wrappers.pb.o `test -f 'google/protobuf/util/internal/testdata/wrappers.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/internal/testdata/wrappers.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/protobuf_lazy_descriptor_test-json_format_proto3.pb.o `test -f 'google/protobuf/util/json_format_proto3.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/json_format_proto3.pb.cc >In file included from google/protobuf/util/json_format_proto3.pb.cc:5:0: >./google/protobuf/util/json_format_proto3.pb.h: In member function 'virtual bool proto3::TestOneof::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/util/json_format_proto3.pb.h:3859:34: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > oneof_value_.oneof_enum_value_ = value; > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/util/json_format_proto3.pb.cc:3043:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/util/json_format_proto3.pb.cc:5:0: >./google/protobuf/util/json_format_proto3.pb.h: In member function 'virtual bool proto3::TestMessage::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/util/json_format_proto3.pb.h:3567:27: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > repeated_enum_value_.Add(value); > ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/util/json_format_proto3.pb.cc:1426:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/util/json_format_proto3.pb.h:29:0, > from google/protobuf/util/json_format_proto3.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/util/json_format_proto3.pb.cc:1417:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/util/json_format_proto3.pb.cc:5:0: >./google/protobuf/util/json_format_proto3.pb.h:3160:15: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > enum_value_ = value; > ~~~~~~~~~~~~^~~~~~~ >google/protobuf/util/json_format_proto3.pb.cc:1231:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DPROTOBUF_TEST_NO_DESCRIPTORS -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/util/protobuf_lazy_descriptor_test-message_differencer_unittest.pb.o `test -f 'google/protobuf/util/message_differencer_unittest.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/util/message_differencer_unittest.pb.cc >/bin/sh ../libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -m32 -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o protobuf-lazy-descriptor-test google/protobuf/compiler/cpp/protobuf_lazy_descriptor_test-cpp_unittest.o google/protobuf/protobuf_lazy_descriptor_test-arena_test_util.o google/protobuf/protobuf_lazy_descriptor_test-map_test_util.o google/protobuf/protobuf_lazy_descriptor_test-test_util.o google/protobuf/testing/protobuf_lazy_descriptor_test-googletest.o google/protobuf/testing/protobuf_lazy_descriptor_test-file.o google/protobuf/protobuf_lazy_descriptor_test-map_lite_unittest.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_lite.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_no_arena_lite.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_import_lite.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_import_public_lite.pb.o google/protobuf/protobuf_lazy_descriptor_test-any_test.pb.o google/protobuf/compiler/cpp/protobuf_lazy_descriptor_test-cpp_test_bad_identifiers.pb.o google/protobuf/compiler/cpp/protobuf_lazy_descriptor_test-cpp_test_large_enum_value.pb.o google/protobuf/protobuf_lazy_descriptor_test-map_proto2_unittest.pb.o google/protobuf/protobuf_lazy_descriptor_test-map_unittest.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_arena.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_custom_options.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_drop_unknown_fields.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_embed_optimize_for.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_empty.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_enormous_descriptor.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_import.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_import_public.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_lazy_dependencies.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_lazy_dependencies_custom_option.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_lazy_dependencies_enum.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_lite_imports_nonlite.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_mset.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_mset_wire_format.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_no_arena_import.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_no_arena.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_no_field_presence.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_no_generic_services.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_optimize_for.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_preserve_unknown_enum2.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_preserve_unknown_enum.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_proto3_arena.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_proto3_arena_lite.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_proto3_lite.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_well_known_types.pb.o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-anys.pb.o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-books.pb.o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-default_value.pb.o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-default_value_test.pb.o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-field_mask.pb.o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-maps.pb.o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-oneofs.pb.o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-proto3.pb.o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-struct.pb.o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-timestamp_duration.pb.o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-wrappers.pb.o google/protobuf/util/protobuf_lazy_descriptor_test-json_format_proto3.pb.o google/protobuf/util/protobuf_lazy_descriptor_test-message_differencer_unittest.pb.o -lpthread libprotobuf.la libprotoc.la -L/usr/lib -lgmock -lgmock_main -lgtest -lz >libtool: link: x86_64-pc-linux-gnu-g++ -m32 -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -pthread -Wl,-O1 -Wl,--hash-style=gnu -o .libs/protobuf-lazy-descriptor-test google/protobuf/compiler/cpp/protobuf_lazy_descriptor_test-cpp_unittest.o google/protobuf/protobuf_lazy_descriptor_test-arena_test_util.o google/protobuf/protobuf_lazy_descriptor_test-map_test_util.o google/protobuf/protobuf_lazy_descriptor_test-test_util.o google/protobuf/testing/protobuf_lazy_descriptor_test-googletest.o google/protobuf/testing/protobuf_lazy_descriptor_test-file.o google/protobuf/protobuf_lazy_descriptor_test-map_lite_unittest.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_lite.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_no_arena_lite.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_import_lite.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_import_public_lite.pb.o google/protobuf/protobuf_lazy_descriptor_test-any_test.pb.o google/protobuf/compiler/cpp/protobuf_lazy_descriptor_test-cpp_test_bad_identifiers.pb.o google/protobuf/compiler/cpp/protobuf_lazy_descriptor_test-cpp_test_large_enum_value.pb.o google/protobuf/protobuf_lazy_descriptor_test-map_proto2_unittest.pb.o google/protobuf/protobuf_lazy_descriptor_test-map_unittest.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_arena.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_custom_options.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_drop_unknown_fields.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_embed_optimize_for.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_empty.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_enormous_descriptor.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_import.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_import_public.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_lazy_dependencies.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_lazy_dependencies_custom_option.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_lazy_dependencies_enum.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_lite_imports_nonlite.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_mset.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_mset_wire_format.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_no_arena_import.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_no_arena.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_no_field_presence.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_no_generic_services.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_optimize_for.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_preserve_unknown_enum2.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_preserve_unknown_enum.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_proto3_arena.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_proto3_arena_lite.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_proto3_lite.pb.o google/protobuf/protobuf_lazy_descriptor_test-unittest_well_known_types.pb.o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-anys.pb.o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-books.pb.o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-default_value.pb.o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-default_value_test.pb.o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-field_mask.pb.o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-maps.pb.o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-oneofs.pb.o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-proto3.pb.o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-struct.pb.o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-timestamp_duration.pb.o google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-wrappers.pb.o google/protobuf/util/protobuf_lazy_descriptor_test-json_format_proto3.pb.o google/protobuf/util/protobuf_lazy_descriptor_test-message_differencer_unittest.pb.o -Wl,--as-needed ./.libs/libprotobuf.so ./.libs/libprotoc.so /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_32.x86/src/.libs/libprotobuf.so -lpthread -L/usr/lib -lgmock -lgmock_main -lgtest -lz -pthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for -lpthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for -lpthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libgmock.so when searching for -lgmock >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libgmock_main.so when searching for -lgmock_main >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libgtest.so when searching for -lgtest >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for -lpthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for -lpthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc >google/protobuf/testing/protobuf_lazy_descriptor_test-googletest.o: In function `google::protobuf::(anonymous namespace)::GetTemporaryDirectoryName()': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/testing/googletest.cc:112: warning: the use of `tmpnam' is dangerous, better use `mkstemp' >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lite_test-lite_unittest.o `test -f 'google/protobuf/lite_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/lite_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lite_test-arena_test_util.o `test -f 'google/protobuf/arena_test_util.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/arena_test_util.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lite_test-map_lite_test_util.o `test -f 'google/protobuf/map_lite_test_util.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/map_lite_test_util.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lite_test-test_util_lite.o `test -f 'google/protobuf/test_util_lite.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/test_util_lite.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lite_test-map_lite_unittest.pb.o `test -f 'google/protobuf/map_lite_unittest.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/map_lite_unittest.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lite_test-unittest_lite.pb.o `test -f 'google/protobuf/unittest_lite.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_lite.pb.cc >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h: In member function 'virtual bool protobuf_unittest::TestPackedTypesLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:7773:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:7759:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h: In member function 'virtual bool protobuf_unittest::V1MessageLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_lite.pb.h:8403:15: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > enum_field_ = value; > ~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:12501:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h: In member function 'virtual bool protobuf_unittest::V2MessageLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_lite.pb.h:8456:15: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > enum_field_ = value; > ~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:12796:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h: In member function 'virtual bool protobuf_unittest::TestAllTypesLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_lite.pb.h:6709:24: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > default_import_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2857:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:6684:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > default_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2837:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:6659:24: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > default_nested_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2817:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:2547:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:2519:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:2491:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:5068:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_import_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2117:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:5043:26: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2097:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:5018:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_nested_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2077:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h: In member function 'virtual bool protobuf_unittest::TestHugeFieldNumbersLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_lite.pb.h:8623:18: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_enum_ = value; > ~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:13491:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lite_test-unittest_no_arena_lite.pb.o `test -f 'google/protobuf/unittest_no_arena_lite.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_no_arena_lite.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lite_test-unittest_import_lite.pb.o `test -f 'google/protobuf/unittest_import_lite.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_import_lite.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lite_test-unittest_import_public_lite.pb.o `test -f 'google/protobuf/unittest_import_public_lite.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_import_public_lite.pb.cc >/bin/sh ../libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -m32 -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o protobuf-lite-test google/protobuf/protobuf_lite_test-lite_unittest.o google/protobuf/protobuf_lite_test-arena_test_util.o google/protobuf/protobuf_lite_test-map_lite_test_util.o google/protobuf/protobuf_lite_test-test_util_lite.o google/protobuf/protobuf_lite_test-map_lite_unittest.pb.o google/protobuf/protobuf_lite_test-unittest_lite.pb.o google/protobuf/protobuf_lite_test-unittest_no_arena_lite.pb.o google/protobuf/protobuf_lite_test-unittest_import_lite.pb.o google/protobuf/protobuf_lite_test-unittest_import_public_lite.pb.o -lpthread libprotobuf-lite.la -L/usr/lib -lgmock -lgmock_main -lgtest -lz >libtool: link: x86_64-pc-linux-gnu-g++ -m32 -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -pthread -Wl,-O1 -Wl,--hash-style=gnu -o .libs/protobuf-lite-test google/protobuf/protobuf_lite_test-lite_unittest.o google/protobuf/protobuf_lite_test-arena_test_util.o google/protobuf/protobuf_lite_test-map_lite_test_util.o google/protobuf/protobuf_lite_test-test_util_lite.o google/protobuf/protobuf_lite_test-map_lite_unittest.pb.o google/protobuf/protobuf_lite_test-unittest_lite.pb.o google/protobuf/protobuf_lite_test-unittest_no_arena_lite.pb.o google/protobuf/protobuf_lite_test-unittest_import_lite.pb.o google/protobuf/protobuf_lite_test-unittest_import_public_lite.pb.o -Wl,--as-needed ./.libs/libprotobuf-lite.so -lpthread -L/usr/lib -lgmock -lgmock_main -lgtest -lz -pthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for -lpthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for -lpthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libgmock.so when searching for -lgmock >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libgmock_main.so when searching for -lgmock_main >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libgtest.so when searching for -lgtest >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for -lpthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for -lpthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/test_plugin-mock_code_generator.o `test -f 'google/protobuf/compiler/mock_code_generator.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/compiler/mock_code_generator.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/testing/test_plugin-file.o `test -f 'google/protobuf/testing/file.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/testing/file.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/compiler/test_plugin-test_plugin.o `test -f 'google/protobuf/compiler/test_plugin.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/compiler/test_plugin.cc >/bin/sh ../libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -m32 -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test_plugin google/protobuf/compiler/test_plugin-mock_code_generator.o google/protobuf/testing/test_plugin-file.o google/protobuf/compiler/test_plugin-test_plugin.o -lpthread libprotobuf.la libprotoc.la -L/usr/lib -lgtest -lz >libtool: link: x86_64-pc-linux-gnu-g++ -m32 -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -pthread -Wl,-O1 -Wl,--hash-style=gnu -o .libs/test_plugin google/protobuf/compiler/test_plugin-mock_code_generator.o google/protobuf/testing/test_plugin-file.o google/protobuf/compiler/test_plugin-test_plugin.o -Wl,--as-needed ./.libs/libprotobuf.so ./.libs/libprotoc.so /var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_32.x86/src/.libs/libprotobuf.so -lpthread -L/usr/lib -lgtest -lz -pthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for -lpthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for -lpthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libgtest.so when searching for -lgtest >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for -lpthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for -lpthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lite_arena_test-lite_arena_unittest.o `test -f 'google/protobuf/lite_arena_unittest.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/lite_arena_unittest.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lite_arena_test-arena_test_util.o `test -f 'google/protobuf/arena_test_util.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/arena_test_util.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lite_arena_test-map_lite_test_util.o `test -f 'google/protobuf/map_lite_test_util.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/map_lite_test_util.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lite_arena_test-test_util_lite.o `test -f 'google/protobuf/test_util_lite.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/test_util_lite.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lite_arena_test-map_lite_unittest.pb.o `test -f 'google/protobuf/map_lite_unittest.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/map_lite_unittest.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lite_arena_test-unittest_lite.pb.o `test -f 'google/protobuf/unittest_lite.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_lite.pb.cc >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h: In member function 'virtual bool protobuf_unittest::TestPackedTypesLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:7773:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:7759:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h: In member function 'virtual bool protobuf_unittest::V1MessageLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_lite.pb.h:8403:15: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > enum_field_ = value; > ~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:12501:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h: In member function 'virtual bool protobuf_unittest::V2MessageLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_lite.pb.h:8456:15: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > enum_field_ = value; > ~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:12796:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h: In member function 'virtual bool protobuf_unittest::TestAllTypesLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_lite.pb.h:6709:24: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > default_import_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2857:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:6684:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > default_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2837:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:6659:24: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > default_nested_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2817:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:2547:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:2519:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:2491:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:5068:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_import_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2117:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:5043:26: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2097:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:5018:25: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_nested_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2077:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h: In member function 'virtual bool protobuf_unittest::TestHugeFieldNumbersLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_lite.pb.h:8623:18: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] > optional_enum_ = value; > ~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:13491:15: note: 'value' was declared here > int value; > ^~~~~ >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lite_arena_test-unittest_no_arena_lite.pb.o `test -f 'google/protobuf/unittest_no_arena_lite.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_no_arena_lite.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lite_arena_test-unittest_import_lite.pb.o `test -f 'google/protobuf/unittest_import_lite.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_import_lite.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/protobuf_lite_arena_test-unittest_import_public_lite.pb.o `test -f 'google/protobuf/unittest_import_public_lite.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_import_public_lite.pb.cc >/bin/sh ../libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -m32 -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o protobuf-lite-arena-test google/protobuf/protobuf_lite_arena_test-lite_arena_unittest.o google/protobuf/protobuf_lite_arena_test-arena_test_util.o google/protobuf/protobuf_lite_arena_test-map_lite_test_util.o google/protobuf/protobuf_lite_arena_test-test_util_lite.o google/protobuf/protobuf_lite_arena_test-map_lite_unittest.pb.o google/protobuf/protobuf_lite_arena_test-unittest_lite.pb.o google/protobuf/protobuf_lite_arena_test-unittest_no_arena_lite.pb.o google/protobuf/protobuf_lite_arena_test-unittest_import_lite.pb.o google/protobuf/protobuf_lite_arena_test-unittest_import_public_lite.pb.o -lpthread libprotobuf-lite.la -L/usr/lib -lgmock -lgmock_main -lgtest -lz >libtool: link: x86_64-pc-linux-gnu-g++ -m32 -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -march=corei7-avx -pipe -Og -g -gdwarf-4 -pthread -Wl,-O1 -Wl,--hash-style=gnu -o .libs/protobuf-lite-arena-test google/protobuf/protobuf_lite_arena_test-lite_arena_unittest.o google/protobuf/protobuf_lite_arena_test-arena_test_util.o google/protobuf/protobuf_lite_arena_test-map_lite_test_util.o google/protobuf/protobuf_lite_arena_test-test_util_lite.o google/protobuf/protobuf_lite_arena_test-map_lite_unittest.pb.o google/protobuf/protobuf_lite_arena_test-unittest_lite.pb.o google/protobuf/protobuf_lite_arena_test-unittest_no_arena_lite.pb.o google/protobuf/protobuf_lite_arena_test-unittest_import_lite.pb.o google/protobuf/protobuf_lite_arena_test-unittest_import_public_lite.pb.o -Wl,--as-needed ./.libs/libprotobuf-lite.so -lpthread -L/usr/lib -lgmock -lgmock_main -lgtest -lz -pthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for -lpthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for -lpthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libgmock.so when searching for -lgmock >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libgmock_main.so when searching for -lgmock_main >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libgtest.so when searching for -lgtest >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for -lpthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for -lpthread >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc >echo "// Generated from Makefile.am" > no_warning_test.cc >for FILE in google/protobuf/stubs/atomic_sequence_num.h google/protobuf/stubs/atomicops.h google/protobuf/stubs/atomicops_internals_power.h google/protobuf/stubs/atomicops_internals_ppc_gcc.h google/protobuf/stubs/atomicops_internals_arm64_gcc.h google/protobuf/stubs/atomicops_internals_arm_gcc.h google/protobuf/stubs/atomicops_internals_arm_qnx.h google/protobuf/stubs/atomicops_internals_atomicword_compat.h google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h google/protobuf/stubs/atomicops_internals_generic_gcc.h google/protobuf/stubs/atomicops_internals_mips_gcc.h google/protobuf/stubs/atomicops_internals_solaris.h google/protobuf/stubs/atomicops_internals_tsan.h google/protobuf/stubs/atomicops_internals_x86_gcc.h google/protobuf/stubs/atomicops_internals_x86_msvc.h google/protobuf/stubs/callback.h google/protobuf/stubs/bytestream.h google/protobuf/stubs/casts.h google/protobuf/stubs/common.h google/protobuf/stubs/fastmem.h google/protobuf/stubs/hash.h google/protobuf/stubs/logging.h google/protobuf/stubs/macros.h google/protobuf/stubs/mutex.h google/protobuf/stubs/once.h google/protobuf/stubs/platform_macros.h google/protobuf/stubs/port.h google/protobuf/stubs/scoped_ptr.h google/protobuf/stubs/shared_ptr.h google/protobuf/stubs/singleton.h google/protobuf/stubs/status.h google/protobuf/stubs/stl_util.h google/protobuf/stubs/stringpiece.h google/protobuf/stubs/template_util.h google/protobuf/stubs/type_traits.h google/protobuf/any.pb.h google/protobuf/api.pb.h google/protobuf/any.h google/protobuf/arena.h google/protobuf/arenastring.h google/protobuf/descriptor_database.h google/protobuf/descriptor.h google/protobuf/descriptor.pb.h google/protobuf/duration.pb.h google/protobuf/dynamic_message.h google/protobuf/empty.pb.h google/protobuf/extension_set.h google/protobuf/field_mask.pb.h google/protobuf/generated_enum_reflection.h google/protobuf/generated_enum_util.h google/protobuf/generated_message_reflection.h google/protobuf/generated_message_table_driven.h google/protobuf/generated_message_util.h google/protobuf/has_bits.h google/protobuf/map_entry.h google/protobuf/map_entry_lite.h google/protobuf/map_field.h google/protobuf/map_field_inl.h google/protobuf/map_field_lite.h google/protobuf/map.h google/protobuf/map_type_handler.h google/protobuf/message.h google/protobuf/message_lite.h google/protobuf/metadata.h google/protobuf/metadata_lite.h google/protobuf/reflection.h google/protobuf/reflection_ops.h google/protobuf/repeated_field.h google/protobuf/service.h google/protobuf/source_context.pb.h google/protobuf/struct.pb.h google/protobuf/text_format.h google/protobuf/timestamp.pb.h google/protobuf/type.pb.h google/protobuf/unknown_field_set.h google/protobuf/wire_format.h google/protobuf/wire_format_lite.h google/protobuf/wire_format_lite_inl.h google/protobuf/wrappers.pb.h google/protobuf/io/coded_stream.h google/protobuf/io/gzip_stream.h google/protobuf/io/printer.h google/protobuf/io/strtod.h google/protobuf/io/tokenizer.h google/protobuf/io/zero_copy_stream.h google/protobuf/io/zero_copy_stream_impl.h google/protobuf/io/zero_copy_stream_impl_lite.h google/protobuf/compiler/code_generator.h google/protobuf/compiler/command_line_interface.h google/protobuf/compiler/importer.h google/protobuf/compiler/parser.h google/protobuf/compiler/plugin.h google/protobuf/compiler/plugin.pb.h google/protobuf/compiler/profile.pb.h google/protobuf/compiler/cpp/cpp_generator.h google/protobuf/compiler/csharp/csharp_generator.h google/protobuf/compiler/csharp/csharp_names.h google/protobuf/compiler/java/java_generator.h google/protobuf/compiler/java/java_names.h google/protobuf/compiler/javanano/javanano_generator.h google/protobuf/compiler/js/js_generator.h google/protobuf/compiler/js/well_known_types_embed.h google/protobuf/compiler/objectivec/objectivec_generator.h google/protobuf/compiler/objectivec/objectivec_helpers.h google/protobuf/compiler/php/php_generator.h google/protobuf/compiler/python/python_generator.h google/protobuf/compiler/ruby/ruby_generator.h google/protobuf/util/type_resolver.h google/protobuf/util/delimited_message_util.h google/protobuf/util/field_comparator.h google/protobuf/util/field_mask_util.h google/protobuf/util/json_util.h google/protobuf/util/time_util.h google/protobuf/util/type_resolver_util.h google/protobuf/util/message_differencer.h; do \ > if ! echo ${FILE} | grep "atomicops"; then \ > echo "#include <${FILE}>" >> no_warning_test.cc; \ > fi \ >done >google/protobuf/stubs/atomicops.h >google/protobuf/stubs/atomicops_internals_power.h >google/protobuf/stubs/atomicops_internals_ppc_gcc.h >google/protobuf/stubs/atomicops_internals_arm64_gcc.h >google/protobuf/stubs/atomicops_internals_arm_gcc.h >google/protobuf/stubs/atomicops_internals_arm_qnx.h >google/protobuf/stubs/atomicops_internals_atomicword_compat.h >google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h >google/protobuf/stubs/atomicops_internals_generic_gcc.h >google/protobuf/stubs/atomicops_internals_mips_gcc.h >google/protobuf/stubs/atomicops_internals_solaris.h >google/protobuf/stubs/atomicops_internals_tsan.h >google/protobuf/stubs/atomicops_internals_x86_gcc.h >google/protobuf/stubs/atomicops_internals_x86_msvc.h >echo "#include <gtest/gtest.h>" >> no_warning_test.cc >echo "TEST(NoWarningTest, Empty) {}" >> no_warning_test.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Werror -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o no_warning_test-no_warning_test.o `test -f 'no_warning_test.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`no_warning_test.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Werror -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/no_warning_test-map_lite_unittest.pb.o `test -f 'google/protobuf/map_lite_unittest.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/map_lite_unittest.pb.cc >x86_64-pc-linux-gnu-g++ -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src -I.. -I/usr/include -DGOOGLE_PROTOBUF_NO_RTTI -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Werror -march=corei7-avx -pipe -Og -g -gdwarf-4 -c -o google/protobuf/no_warning_test-unittest_lite.pb.o `test -f 'google/protobuf/unittest_lite.pb.cc' || echo '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/'`google/protobuf/unittest_lite.pb.cc >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h: In member function 'virtual bool protobuf_unittest::TestPackedTypesLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: error: 'value' may be used uninitialized in this function [-Werror=maybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:7773:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: error: 'value' may be used uninitialized in this function [-Werror=maybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:7759:17: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h: In member function 'virtual bool protobuf_unittest::V1MessageLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_lite.pb.h:8403:15: error: 'value' may be used uninitialized in this function [-Werror=maybe-uninitialized] > enum_field_ = value; > ~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:12501:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h: In member function 'virtual bool protobuf_unittest::V2MessageLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_lite.pb.h:8456:15: error: 'value' may be used uninitialized in this function [-Werror=maybe-uninitialized] > enum_field_ = value; > ~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:12796:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h: In member function 'virtual bool protobuf_unittest::TestAllTypesLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_lite.pb.h:6709:24: error: 'value' may be used uninitialized in this function [-Werror=maybe-uninitialized] > default_import_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2857:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:6684:25: error: 'value' may be used uninitialized in this function [-Werror=maybe-uninitialized] > default_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2837:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:6659:24: error: 'value' may be used uninitialized in this function [-Werror=maybe-uninitialized] > default_nested_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2817:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: error: 'value' may be used uninitialized in this function [-Werror=maybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:2547:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: error: 'value' may be used uninitialized in this function [-Werror=maybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:2519:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from ./google/protobuf/unittest_lite.pb.h:29:0, > from google/protobuf/unittest_lite.pb.cc:5: >/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0/src/google/protobuf/repeated_field.h:1163:3: error: 'value' may be used uninitialized in this function [-Werror=maybe-uninitialized] > rep_->elements[current_size_++] = value; > ^~~~ >google/protobuf/unittest_lite.pb.cc:2491:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:5068:25: error: 'value' may be used uninitialized in this function [-Werror=maybe-uninitialized] > optional_import_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2117:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:5043:26: error: 'value' may be used uninitialized in this function [-Werror=maybe-uninitialized] > optional_foreign_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2097:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h:5018:25: error: 'value' may be used uninitialized in this function [-Werror=maybe-uninitialized] > optional_nested_enum_ = value; > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:2077:15: note: 'value' was declared here > int value; > ^~~~~ >In file included from google/protobuf/unittest_lite.pb.cc:5:0: >./google/protobuf/unittest_lite.pb.h: In member function 'virtual bool protobuf_unittest::TestHugeFieldNumbersLite::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': >./google/protobuf/unittest_lite.pb.h:8623:18: error: 'value' may be used uninitialized in this function [-Werror=maybe-uninitialized] > optional_enum_ = value; > ~~~~~~~~~~~~~~~^~~~~~~ >google/protobuf/unittest_lite.pb.cc:13491:15: note: 'value' was declared here > int value; > ^~~~~ >cc1plus: all warnings being treated as errors >make[3]: *** [Makefile:4091: google/protobuf/no_warning_test-unittest_lite.pb.o] Error 1 >make[3]: Leaving directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_32.x86/src' >make[2]: *** [Makefile:7901: check-am] Error 2 >make[2]: Leaving directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_32.x86/src' >make[1]: *** [Makefile:7904: check] Error 2 >make[1]: Leaving directory '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_32.x86/src' >make: *** [Makefile:1405: check-recursive] Error 1 > * ERROR: dev-libs/protobuf-3.3.0::gentoo failed (test phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-libs/protobuf-3.3.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-libs/protobuf-3.3.0::gentoo'`. > * The complete build log is located at '/var/log/portage/build/dev-libs/protobuf-3.3.0:20170510-205004.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-libs/protobuf-3.3.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-libs/protobuf-3.3.0/temp/environment'. > * Working directory: '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0-abi_x86_32.x86' > * S: '/var/tmp/portage/dev-libs/protobuf-3.3.0/work/protobuf-3.3.0'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 618150
: 472294