Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i686 --nodeps builddir/build/SPECS/protobuf.spec'], False, '/var/lib/mock/dist-f13-build-609162-89162/root/', None, 86400, True, 0, 428, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target i686 --nodeps builddir/build/SPECS/protobuf.spec'] sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory warning: Could not canonicalize hostname: x86-6.fedora.phx.redhat.com Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/protobuf-2.2.0-2.fc13.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps builddir/build/SPECS/protobuf.spec'], False, '/var/lib/mock/dist-f13-build-609162-89162/root/', None, 86400, True, 0, 428, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps builddir/build/SPECS/protobuf.spec'] Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.t60tHe + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf protobuf-2.2.0 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/protobuf-2.2.0.tar.bz2 + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd protobuf-2.2.0 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf gtest + echo 'Patch #1 (protobuf-2.2.0-fedora-gtest.patch):' Patch #1 (protobuf-2.2.0-fedora-gtest.patch): + /bin/cat /builddir/build/SOURCES/protobuf-2.2.0-fedora-gtest.patch + /usr/bin/patch -s -p2 --fuzz=0 + chmod 644 examples/AddPerson.java examples/ListPeople.java examples/Makefile examples/README.txt examples/add_person.cc examples/add_person.py examples/addressbook.proto examples/list_people.cc examples/list_people.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ZsqsRd + umask 022 + cd /builddir/build/BUILD + cd protobuf-2.2.0 + LANG=C + export LANG + unset DISPLAY + iconv -f iso8859-1 -t utf-8 CONTRIBUTORS.txt + mv CONTRIBUTORS.txt.utf8 CONTRIBUTORS.txt + export PTHREAD_LIBS=-lpthread + PTHREAD_LIBS=-lpthread + ./autogen.sh + autoreconf -f -i -Wall,no-obsolete Use of uninitialized value in formline at /usr/bin/automake line 8334. libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' + rm -rf autom4te.cache config.h.in~ + exit 0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -I/usr/lib/gfortran/modules' + export FFLAGS + ./configure --build=i386-redhat-linux-gnu --host=i386-redhat-linux-gnu --target=i686-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking build system type... i386-redhat-linux-gnu checking host system type... i386-redhat-linux-gnu checking target system type... i686-redhat-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for i386-redhat-linux-gnu-gcc... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for i386-redhat-linux-gnu-g++... no checking for i386-redhat-linux-gnu-c++... no checking for i386-redhat-linux-gnu-gpp... no checking for i386-redhat-linux-gnu-aCC... no checking for i386-redhat-linux-gnu-CC... no checking for i386-redhat-linux-gnu-cxx... no checking for i386-redhat-linux-gnu-cc++... no checking for i386-redhat-linux-gnu-cl.exe... no checking for i386-redhat-linux-gnu-FCC... no checking for i386-redhat-linux-gnu-KCC... no checking for i386-redhat-linux-gnu-RCC... no checking for i386-redhat-linux-gnu-xlC_r... no checking for i386-redhat-linux-gnu-xlC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 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 C++ compiler flags...... use user-supplied: -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables checking whether __SUNPRO_CC is declared... no checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 98304 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking for i386-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for i386-redhat-linux-gnu-ar... no checking for ar... ar checking for i386-redhat-linux-gnu-strip... no checking for strip... strip checking for i386-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate 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 for library containing zlibVersion... no checking for pthread_join in LIBS=-lpthread with CFLAGS=... 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 the location of hash_map... configure: creating ./config.status config.status: creating Makefile config.status: creating src/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 + make -j4 make all-recursive make[1]: Entering directory `/builddir/build/BUILD/protobuf-2.2.0' Making all in . make[2]: Entering directory `/builddir/build/BUILD/protobuf-2.2.0' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builddir/build/BUILD/protobuf-2.2.0' Making all in src make[2]: Entering directory `/builddir/build/BUILD/protobuf-2.2.0/src' g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o `test -f 'google/protobuf/compiler/main.cc' || echo './'`google/protobuf/compiler/main.cc /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT common.lo -MD -MP -MF .deps/common.Tpo -c -o common.lo `test -f 'google/protobuf/stubs/common.cc' || echo './'`google/protobuf/stubs/common.cc /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT once.lo -MD -MP -MF .deps/once.Tpo -c -o once.lo `test -f 'google/protobuf/stubs/once.cc' || echo './'`google/protobuf/stubs/once.cc /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo `test -f 'google/protobuf/stubs/hash.cc' || echo './'`google/protobuf/stubs/hash.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT common.lo -MD -MP -MF .deps/common.Tpo -c google/protobuf/stubs/common.cc -fPIC -DPIC -o .libs/common.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c google/protobuf/stubs/hash.cc -fPIC -DPIC -o .libs/hash.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT once.lo -MD -MP -MF .deps/once.Tpo -c google/protobuf/stubs/once.cc -fPIC -DPIC -o .libs/once.o In file included from /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../../include/c++/4.4.1/ext/hash_map:59, from ./google/protobuf/stubs/hash.h:43, from google/protobuf/stubs/hash.cc:33: /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../../include/c++/4.4.1/backward/backward_warning.h:28:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT once.lo -MD -MP -MF .deps/once.Tpo -c google/protobuf/stubs/once.cc -o once.o >/dev/null 2>&1 google/protobuf/stubs/common.cc: In function 'void google::protobuf::ShutdownProtobufLibrary()': google/protobuf/stubs/common.cc:355: warning: comparison between signed and unsigned integer expressions mv -f .deps/main.Tpo .deps/main.Po /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT extension_set.lo -MD -MP -MF .deps/extension_set.Tpo -c -o extension_set.lo `test -f 'google/protobuf/extension_set.cc' || echo './'`google/protobuf/extension_set.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT extension_set.lo -MD -MP -MF .deps/extension_set.Tpo -c google/protobuf/extension_set.cc -fPIC -DPIC -o .libs/extension_set.o mv -f .deps/once.Tpo .deps/once.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c google/protobuf/stubs/hash.cc -o hash.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT generated_message_util.lo -MD -MP -MF .deps/generated_message_util.Tpo -c -o generated_message_util.lo `test -f 'google/protobuf/generated_message_util.cc' || echo './'`google/protobuf/generated_message_util.cc In file included from /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../../include/c++/4.4.1/ext/hash_map:59, from ./google/protobuf/stubs/hash.h:43, from google/protobuf/extension_set.cc:35: /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../../include/c++/4.4.1/backward/backward_warning.h:28:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT generated_message_util.lo -MD -MP -MF .deps/generated_message_util.Tpo -c google/protobuf/generated_message_util.cc -fPIC -DPIC -o .libs/generated_message_util.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT common.lo -MD -MP -MF .deps/common.Tpo -c google/protobuf/stubs/common.cc -o common.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT generated_message_util.lo -MD -MP -MF .deps/generated_message_util.Tpo -c google/protobuf/generated_message_util.cc -o generated_message_util.o >/dev/null 2>&1 mv -f .deps/hash.Tpo .deps/hash.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT message_lite.lo -MD -MP -MF .deps/message_lite.Tpo -c -o message_lite.lo `test -f 'google/protobuf/message_lite.cc' || echo './'`google/protobuf/message_lite.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT message_lite.lo -MD -MP -MF .deps/message_lite.Tpo -c google/protobuf/message_lite.cc -fPIC -DPIC -o .libs/message_lite.o mv -f .deps/generated_message_util.Tpo .deps/generated_message_util.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT repeated_field.lo -MD -MP -MF .deps/repeated_field.Tpo -c -o repeated_field.lo `test -f 'google/protobuf/repeated_field.cc' || echo './'`google/protobuf/repeated_field.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT repeated_field.lo -MD -MP -MF .deps/repeated_field.Tpo -c google/protobuf/repeated_field.cc -fPIC -DPIC -o .libs/repeated_field.o mv -f .deps/common.Tpo .deps/common.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT repeated_field.lo -MD -MP -MF .deps/repeated_field.Tpo -c google/protobuf/repeated_field.cc -o repeated_field.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT wire_format_lite.lo -MD -MP -MF .deps/wire_format_lite.Tpo -c -o wire_format_lite.lo `test -f 'google/protobuf/wire_format_lite.cc' || echo './'`google/protobuf/wire_format_lite.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT wire_format_lite.lo -MD -MP -MF .deps/wire_format_lite.Tpo -c google/protobuf/wire_format_lite.cc -fPIC -DPIC -o .libs/wire_format_lite.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT message_lite.lo -MD -MP -MF .deps/message_lite.Tpo -c google/protobuf/message_lite.cc -o message_lite.o >/dev/null 2>&1 mv -f .deps/repeated_field.Tpo .deps/repeated_field.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT coded_stream.lo -MD -MP -MF .deps/coded_stream.Tpo -c -o coded_stream.lo `test -f 'google/protobuf/io/coded_stream.cc' || echo './'`google/protobuf/io/coded_stream.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT wire_format_lite.lo -MD -MP -MF .deps/wire_format_lite.Tpo -c google/protobuf/wire_format_lite.cc -o wire_format_lite.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT coded_stream.lo -MD -MP -MF .deps/coded_stream.Tpo -c google/protobuf/io/coded_stream.cc -fPIC -DPIC -o .libs/coded_stream.o google/protobuf/io/coded_stream.cc: In member function 'bool google::protobuf::io::CodedInputStream::ReadLittleEndian32(google::protobuf::uint32*)': google/protobuf/io/coded_stream.cc:299: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream.cc: In member function 'bool google::protobuf::io::CodedInputStream::ReadLittleEndian64(google::protobuf::uint64*)': google/protobuf/io/coded_stream.cc:320: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream.cc: In member function 'void google::protobuf::io::CodedOutputStream::WriteLittleEndian32(google::protobuf::uint32)': google/protobuf/io/coded_stream.cc:605: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream.cc: In member function 'void google::protobuf::io::CodedOutputStream::WriteLittleEndian64(google::protobuf::uint64)': google/protobuf/io/coded_stream.cc:620: warning: comparison between signed and unsigned integer expressions mv -f .deps/message_lite.Tpo .deps/message_lite.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT zero_copy_stream.lo -MD -MP -MF .deps/zero_copy_stream.Tpo -c -o zero_copy_stream.lo `test -f 'google/protobuf/io/zero_copy_stream.cc' || echo './'`google/protobuf/io/zero_copy_stream.cc mv -f .deps/wire_format_lite.Tpo .deps/wire_format_lite.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT zero_copy_stream_impl_lite.lo -MD -MP -MF .deps/zero_copy_stream_impl_lite.Tpo -c -o zero_copy_stream_impl_lite.lo `test -f 'google/protobuf/io/zero_copy_stream_impl_lite.cc' || echo './'`google/protobuf/io/zero_copy_stream_impl_lite.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT zero_copy_stream.lo -MD -MP -MF .deps/zero_copy_stream.Tpo -c google/protobuf/io/zero_copy_stream.cc -fPIC -DPIC -o .libs/zero_copy_stream.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT zero_copy_stream_impl_lite.lo -MD -MP -MF .deps/zero_copy_stream_impl_lite.Tpo -c google/protobuf/io/zero_copy_stream_impl_lite.cc -fPIC -DPIC -o .libs/zero_copy_stream_impl_lite.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT zero_copy_stream.lo -MD -MP -MF .deps/zero_copy_stream.Tpo -c google/protobuf/io/zero_copy_stream.cc -o zero_copy_stream.o >/dev/null 2>&1 google/protobuf/io/zero_copy_stream_impl_lite.cc: In member function 'virtual bool google::protobuf::io::StringOutputStream::Next(void**, int*)': google/protobuf/io/zero_copy_stream_impl_lite.cc:157: warning: comparison between signed and unsigned integer expressions google/protobuf/io/zero_copy_stream_impl_lite.cc: In member function 'virtual void google::protobuf::io::StringOutputStream::BackUp(int)': google/protobuf/io/zero_copy_stream_impl_lite.cc:177: warning: comparison between signed and unsigned integer expressions libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT coded_stream.lo -MD -MP -MF .deps/coded_stream.Tpo -c google/protobuf/io/coded_stream.cc -o coded_stream.o >/dev/null 2>&1 mv -f .deps/zero_copy_stream.Tpo .deps/zero_copy_stream.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT strutil.lo -MD -MP -MF .deps/strutil.Tpo -c -o strutil.lo `test -f 'google/protobuf/stubs/strutil.cc' || echo './'`google/protobuf/stubs/strutil.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT strutil.lo -MD -MP -MF .deps/strutil.Tpo -c google/protobuf/stubs/strutil.cc -fPIC -DPIC -o .libs/strutil.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT zero_copy_stream_impl_lite.lo -MD -MP -MF .deps/zero_copy_stream_impl_lite.Tpo -c google/protobuf/io/zero_copy_stream_impl_lite.cc -o zero_copy_stream_impl_lite.o >/dev/null 2>&1 mv -f .deps/coded_stream.Tpo .deps/coded_stream.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT substitute.lo -MD -MP -MF .deps/substitute.Tpo -c -o substitute.lo `test -f 'google/protobuf/stubs/substitute.cc' || echo './'`google/protobuf/stubs/substitute.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT substitute.lo -MD -MP -MF .deps/substitute.Tpo -c google/protobuf/stubs/substitute.cc -fPIC -DPIC -o .libs/substitute.o mv -f .deps/zero_copy_stream_impl_lite.Tpo .deps/zero_copy_stream_impl_lite.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT structurally_valid.lo -MD -MP -MF .deps/structurally_valid.Tpo -c -o structurally_valid.lo `test -f 'google/protobuf/stubs/structurally_valid.cc' || echo './'`google/protobuf/stubs/structurally_valid.cc google/protobuf/stubs/substitute.cc: In function 'void google::protobuf::strings::SubstituteAndAppend(std::string*, const char*, const google::protobuf::strings::internal::SubstituteArg&, const google::protobuf::strings::internal::SubstituteArg&, const google::protobuf::strings::internal::SubstituteArg&, const google::protobuf::strings::internal::SubstituteArg&, const google::protobuf::strings::internal::SubstituteArg&, const google::protobuf::strings::internal::SubstituteArg&, const google::protobuf::strings::internal::SubstituteArg&, const google::protobuf::strings::internal::SubstituteArg&, const google::protobuf::strings::internal::SubstituteArg&, const google::protobuf::strings::internal::SubstituteArg&)': google/protobuf/stubs/substitute.cc:129: warning: comparison between signed and unsigned integer expressions libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT structurally_valid.lo -MD -MP -MF .deps/structurally_valid.Tpo -c google/protobuf/stubs/structurally_valid.cc -fPIC -DPIC -o .libs/structurally_valid.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT substitute.lo -MD -MP -MF .deps/substitute.Tpo -c google/protobuf/stubs/substitute.cc -o substitute.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT structurally_valid.lo -MD -MP -MF .deps/structurally_valid.Tpo -c google/protobuf/stubs/structurally_valid.cc -o structurally_valid.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT strutil.lo -MD -MP -MF .deps/strutil.Tpo -c google/protobuf/stubs/strutil.cc -o strutil.o >/dev/null 2>&1 mv -f .deps/substitute.Tpo .deps/substitute.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT descriptor.lo -MD -MP -MF .deps/descriptor.Tpo -c -o descriptor.lo `test -f 'google/protobuf/descriptor.cc' || echo './'`google/protobuf/descriptor.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT descriptor.lo -MD -MP -MF .deps/descriptor.Tpo -c google/protobuf/descriptor.cc -fPIC -DPIC -o .libs/descriptor.o In file included from /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../../include/c++/4.4.1/ext/hash_map:59, from ./google/protobuf/stubs/hash.h:43, from google/protobuf/descriptor.cc:35: /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../../include/c++/4.4.1/backward/backward_warning.h:28:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. mv -f .deps/structurally_valid.Tpo .deps/structurally_valid.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT descriptor.pb.lo -MD -MP -MF .deps/descriptor.pb.Tpo -c -o descriptor.pb.lo `test -f 'google/protobuf/descriptor.pb.cc' || echo './'`google/protobuf/descriptor.pb.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT descriptor.pb.lo -MD -MP -MF .deps/descriptor.pb.Tpo -c google/protobuf/descriptor.pb.cc -fPIC -DPIC -o .libs/descriptor.pb.o google/protobuf/descriptor.cc: In function 'std::string google::protobuf::::ToCamelCase(const std::string&)': google/protobuf/descriptor.cc:131: warning: comparison between signed and unsigned integer expressions google/protobuf/descriptor.cc: In destructor 'google::protobuf::DescriptorPool::Tables::~Tables()': google/protobuf/descriptor.cc:489: warning: comparison between signed and unsigned integer expressions google/protobuf/descriptor.cc: In member function 'void google::protobuf::DescriptorPool::Tables::Rollback()': google/protobuf/descriptor.cc:513: warning: comparison between signed and unsigned integer expressions google/protobuf/descriptor.cc:516: warning: comparison between signed and unsigned integer expressions google/protobuf/descriptor.cc:519: warning: comparison between signed and unsigned integer expressions google/protobuf/descriptor.cc:533: warning: comparison between signed and unsigned integer expressions google/protobuf/descriptor.cc: In member function 'void google::protobuf::DescriptorPool::FindAllExtensions(const google::protobuf::Descriptor*, std::vector >*) const': google/protobuf/descriptor.cc:984: warning: comparison between signed and unsigned integer expressions google/protobuf/descriptor.cc: In function 'bool google::protobuf::::RetrieveOptions(const google::protobuf::Message&, std::vector, std::allocator >, std::allocator, std::allocator > > >*)': google/protobuf/descriptor.cc:1493: warning: comparison between signed and unsigned integer expressions google/protobuf/descriptor.cc: In function 'bool google::protobuf::::FormatLineOptions(int, const google::protobuf::Message&, std::string*)': google/protobuf/descriptor.cc:1529: warning: comparison between signed and unsigned integer expressions google/protobuf/descriptor.cc: In member function 'google::protobuf::::Symbol google::protobuf::DescriptorBuilder::LookupSymbolNoPlaceholder(const std::string&, const std::string&, google::protobuf::DescriptorBuilder::ResolveMode)': google/protobuf/descriptor.cc:2338: warning: comparison between signed and unsigned integer expressions google/protobuf/descriptor.cc: In member function 'void google::protobuf::DescriptorBuilder::ValidateSymbolName(const std::string&, const std::string&, const google::protobuf::Message&)': google/protobuf/descriptor.cc:2584: warning: comparison between signed and unsigned integer expressions google/protobuf/descriptor.cc: In member function 'bool google::protobuf::DescriptorBuilder::ValidateQualifiedName(const std::string&)': google/protobuf/descriptor.cc:2600: warning: comparison between signed and unsigned integer expressions google/protobuf/descriptor.cc: In member function 'const google::protobuf::FileDescriptor* google::protobuf::DescriptorBuilder::BuildFile(const google::protobuf::FileDescriptorProto&)': google/protobuf/descriptor.cc:2705: warning: comparison between signed and unsigned integer expressions google/protobuf/descriptor.cc:2708: warning: comparison between signed and unsigned integer expressions mv -f .deps/strutil.Tpo .deps/strutil.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT descriptor_database.lo -MD -MP -MF .deps/descriptor_database.Tpo -c -o descriptor_database.lo `test -f 'google/protobuf/descriptor_database.cc' || echo './'`google/protobuf/descriptor_database.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT descriptor_database.lo -MD -MP -MF .deps/descriptor_database.Tpo -c google/protobuf/descriptor_database.cc -fPIC -DPIC -o .libs/descriptor_database.o google/protobuf/descriptor_database.cc: In destructor 'virtual google::protobuf::EncodedDescriptorDatabase::~EncodedDescriptorDatabase()': google/protobuf/descriptor_database.cc:302: warning: comparison between signed and unsigned integer expressions google/protobuf/descriptor_database.cc: In member function 'virtual bool google::protobuf::DescriptorPoolDatabase::FindAllExtensionNumbers(const std::string&, std::vector >*)': google/protobuf/descriptor_database.cc:411: warning: comparison between signed and unsigned integer expressions google/protobuf/descriptor_database.cc: In member function 'virtual bool google::protobuf::MergedDescriptorDatabase::FindFileByName(const std::string&, google::protobuf::FileDescriptorProto*)': google/protobuf/descriptor_database.cc:434: warning: comparison between signed and unsigned integer expressions google/protobuf/descriptor_database.cc: In member function 'virtual bool google::protobuf::MergedDescriptorDatabase::FindFileContainingSymbol(const std::string&, google::protobuf::FileDescriptorProto*)': google/protobuf/descriptor_database.cc:445: warning: comparison between signed and unsigned integer expressions google/protobuf/descriptor_database.cc: In member function 'virtual bool google::protobuf::MergedDescriptorDatabase::FindFileContainingExtension(const std::string&, int, google::protobuf::FileDescriptorProto*)': google/protobuf/descriptor_database.cc:468: warning: comparison between signed and unsigned integer expressions google/protobuf/descriptor_database.cc: In member function 'virtual bool google::protobuf::MergedDescriptorDatabase::FindAllExtensionNumbers(const std::string&, std::vector >*)': google/protobuf/descriptor_database.cc:495: warning: comparison between signed and unsigned integer expressions libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT extension_set.lo -MD -MP -MF .deps/extension_set.Tpo -c google/protobuf/extension_set.cc -o extension_set.o >/dev/null 2>&1 google/protobuf/descriptor_database.cc: In member function 'bool google::protobuf::SimpleDescriptorDatabase::DescriptorIndex::ValidateSymbolName(const std::string&) [with Value = const google::protobuf::FileDescriptorProto*]': google/protobuf/descriptor_database.cc:92: instantiated from 'bool google::protobuf::SimpleDescriptorDatabase::DescriptorIndex::AddSymbol(const std::string&, Value) [with Value = const google::protobuf::FileDescriptorProto*]' google/protobuf/descriptor_database.cc:67: instantiated from 'bool google::protobuf::SimpleDescriptorDatabase::DescriptorIndex::AddFile(const google::protobuf::FileDescriptorProto&, Value) [with Value = const google::protobuf::FileDescriptorProto*]' google/protobuf/descriptor_database.cc:263: instantiated from here google/protobuf/descriptor_database.cc:236: warning: comparison between signed and unsigned integer expressions google/protobuf/descriptor_database.cc: In member function 'bool google::protobuf::SimpleDescriptorDatabase::DescriptorIndex::ValidateSymbolName(const std::string&) [with Value = std::pair]': google/protobuf/descriptor_database.cc:92: instantiated from 'bool google::protobuf::SimpleDescriptorDatabase::DescriptorIndex::AddSymbol(const std::string&, Value) [with Value = std::pair]' google/protobuf/descriptor_database.cc:67: instantiated from 'bool google::protobuf::SimpleDescriptorDatabase::DescriptorIndex::AddFile(const google::protobuf::FileDescriptorProto&, Value) [with Value = std::pair]' google/protobuf/descriptor_database.cc:311: instantiated from here google/protobuf/descriptor_database.cc:236: warning: comparison between signed and unsigned integer expressions libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT descriptor_database.lo -MD -MP -MF .deps/descriptor_database.Tpo -c google/protobuf/descriptor_database.cc -o descriptor_database.o >/dev/null 2>&1 mv -f .deps/extension_set.Tpo .deps/extension_set.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT dynamic_message.lo -MD -MP -MF .deps/dynamic_message.Tpo -c -o dynamic_message.lo `test -f 'google/protobuf/dynamic_message.cc' || echo './'`google/protobuf/dynamic_message.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT dynamic_message.lo -MD -MP -MF .deps/dynamic_message.Tpo -c google/protobuf/dynamic_message.cc -fPIC -DPIC -o .libs/dynamic_message.o In file included from /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../../include/c++/4.4.1/ext/hash_map:59, from ./google/protobuf/stubs/hash.h:43, from google/protobuf/dynamic_message.cc:66: /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../../include/c++/4.4.1/backward/backward_warning.h:28:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. mv -f .deps/descriptor_database.Tpo .deps/descriptor_database.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT extension_set_heavy.lo -MD -MP -MF .deps/extension_set_heavy.Tpo -c -o extension_set_heavy.lo `test -f 'google/protobuf/extension_set_heavy.cc' || echo './'`google/protobuf/extension_set_heavy.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT extension_set_heavy.lo -MD -MP -MF .deps/extension_set_heavy.Tpo -c google/protobuf/extension_set_heavy.cc -fPIC -DPIC -o .libs/extension_set_heavy.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT dynamic_message.lo -MD -MP -MF .deps/dynamic_message.Tpo -c google/protobuf/dynamic_message.cc -o dynamic_message.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT extension_set_heavy.lo -MD -MP -MF .deps/extension_set_heavy.Tpo -c google/protobuf/extension_set_heavy.cc -o extension_set_heavy.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT descriptor.pb.lo -MD -MP -MF .deps/descriptor.pb.Tpo -c google/protobuf/descriptor.pb.cc -o descriptor.pb.o >/dev/null 2>&1 mv -f .deps/extension_set_heavy.Tpo .deps/extension_set_heavy.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT generated_message_reflection.lo -MD -MP -MF .deps/generated_message_reflection.Tpo -c -o generated_message_reflection.lo `test -f 'google/protobuf/generated_message_reflection.cc' || echo './'`google/protobuf/generated_message_reflection.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT generated_message_reflection.lo -MD -MP -MF .deps/generated_message_reflection.Tpo -c google/protobuf/generated_message_reflection.cc -fPIC -DPIC -o .libs/generated_message_reflection.o mv -f .deps/dynamic_message.Tpo .deps/dynamic_message.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT message.lo -MD -MP -MF .deps/message.Tpo -c -o message.lo `test -f 'google/protobuf/message.cc' || echo './'`google/protobuf/message.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT message.lo -MD -MP -MF .deps/message.Tpo -c google/protobuf/message.cc -fPIC -DPIC -o .libs/message.o In file included from /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../../include/c++/4.4.1/ext/hash_map:59, from ./google/protobuf/stubs/hash.h:43, from google/protobuf/message.cc:36: /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../../include/c++/4.4.1/backward/backward_warning.h:28:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT descriptor.lo -MD -MP -MF .deps/descriptor.Tpo -c google/protobuf/descriptor.cc -o descriptor.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT message.lo -MD -MP -MF .deps/message.Tpo -c google/protobuf/message.cc -o message.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT generated_message_reflection.lo -MD -MP -MF .deps/generated_message_reflection.Tpo -c google/protobuf/generated_message_reflection.cc -o generated_message_reflection.o >/dev/null 2>&1 mv -f .deps/message.Tpo .deps/message.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT reflection_ops.lo -MD -MP -MF .deps/reflection_ops.Tpo -c -o reflection_ops.lo `test -f 'google/protobuf/reflection_ops.cc' || echo './'`google/protobuf/reflection_ops.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT reflection_ops.lo -MD -MP -MF .deps/reflection_ops.Tpo -c google/protobuf/reflection_ops.cc -fPIC -DPIC -o .libs/reflection_ops.o google/protobuf/reflection_ops.cc: In static member function 'static void google::protobuf::internal::ReflectionOps::Merge(const google::protobuf::Message&, google::protobuf::Message*)': google/protobuf/reflection_ops.cc:62: warning: comparison between signed and unsigned integer expressions google/protobuf/reflection_ops.cc: In static member function 'static void google::protobuf::internal::ReflectionOps::Clear(google::protobuf::Message*)': google/protobuf/reflection_ops.cc:128: warning: comparison between signed and unsigned integer expressions google/protobuf/reflection_ops.cc: In static member function 'static bool google::protobuf::internal::ReflectionOps::IsInitialized(const google::protobuf::Message&)': google/protobuf/reflection_ops.cc:151: warning: comparison between signed and unsigned integer expressions google/protobuf/reflection_ops.cc: In static member function 'static void google::protobuf::internal::ReflectionOps::DiscardUnknownFields(google::protobuf::Message*)': google/protobuf/reflection_ops.cc:181: warning: comparison between signed and unsigned integer expressions google/protobuf/reflection_ops.cc: In static member function 'static void google::protobuf::internal::ReflectionOps::FindInitializationErrors(const google::protobuf::Message&, const std::string&, std::vector, std::allocator >, std::allocator, std::allocator > > >*)': google/protobuf/reflection_ops.cc:236: warning: comparison between signed and unsigned integer expressions libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT reflection_ops.lo -MD -MP -MF .deps/reflection_ops.Tpo -c google/protobuf/reflection_ops.cc -o reflection_ops.o >/dev/null 2>&1 mv -f .deps/reflection_ops.Tpo .deps/reflection_ops.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT service.lo -MD -MP -MF .deps/service.Tpo -c -o service.lo `test -f 'google/protobuf/service.cc' || echo './'`google/protobuf/service.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT service.lo -MD -MP -MF .deps/service.Tpo -c google/protobuf/service.cc -fPIC -DPIC -o .libs/service.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT service.lo -MD -MP -MF .deps/service.Tpo -c google/protobuf/service.cc -o service.o >/dev/null 2>&1 mv -f .deps/service.Tpo .deps/service.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT text_format.lo -MD -MP -MF .deps/text_format.Tpo -c -o text_format.lo `test -f 'google/protobuf/text_format.cc' || echo './'`google/protobuf/text_format.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT text_format.lo -MD -MP -MF .deps/text_format.Tpo -c google/protobuf/text_format.cc -fPIC -DPIC -o .libs/text_format.o mv -f .deps/generated_message_reflection.Tpo .deps/generated_message_reflection.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT unknown_field_set.lo -MD -MP -MF .deps/unknown_field_set.Tpo -c -o unknown_field_set.lo `test -f 'google/protobuf/unknown_field_set.cc' || echo './'`google/protobuf/unknown_field_set.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT unknown_field_set.lo -MD -MP -MF .deps/unknown_field_set.Tpo -c google/protobuf/unknown_field_set.cc -fPIC -DPIC -o .libs/unknown_field_set.o google/protobuf/unknown_field_set.cc: In member function 'void google::protobuf::UnknownFieldSet::Clear()': google/protobuf/unknown_field_set.cc:55: warning: comparison between signed and unsigned integer expressions google/protobuf/unknown_field_set.cc: In member function 'int google::protobuf::UnknownFieldSet::SpaceUsedExcludingSelf() const': google/protobuf/unknown_field_set.cc:72: warning: comparison between signed and unsigned integer expressions google/protobuf/text_format.cc: In member function 'void google::protobuf::TextFormat::Printer::TextGenerator::Outdent()': google/protobuf/text_format.cc:637: warning: comparison between signed and unsigned integer expressions google/protobuf/text_format.cc: In member function 'void google::protobuf::TextFormat::Printer::Print(const google::protobuf::Message&, google::protobuf::TextFormat::Printer::TextGenerator&)': google/protobuf/text_format.cc:854: warning: comparison between signed and unsigned integer expressions libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT unknown_field_set.lo -MD -MP -MF .deps/unknown_field_set.Tpo -c google/protobuf/unknown_field_set.cc -o unknown_field_set.o >/dev/null 2>&1 mv -f .deps/unknown_field_set.Tpo .deps/unknown_field_set.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT wire_format.lo -MD -MP -MF .deps/wire_format.Tpo -c -o wire_format.lo `test -f 'google/protobuf/wire_format.cc' || echo './'`google/protobuf/wire_format.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT wire_format.lo -MD -MP -MF .deps/wire_format.Tpo -c google/protobuf/wire_format.cc -fPIC -DPIC -o .libs/wire_format.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT text_format.lo -MD -MP -MF .deps/text_format.Tpo -c google/protobuf/text_format.cc -o text_format.o >/dev/null 2>&1 google/protobuf/wire_format.cc: In static member function 'static bool google::protobuf::internal::WireFormat::ParseAndMergePartial(google::protobuf::io::CodedInputStream*, google::protobuf::Message*)': google/protobuf/wire_format.cc:401: warning: comparison between signed and unsigned integer expressions google/protobuf/wire_format.cc: In static member function 'static void google::protobuf::internal::WireFormat::SerializeWithCachedSizes(const google::protobuf::Message&, int, google::protobuf::io::CodedOutputStream*)': google/protobuf/wire_format.cc:672: warning: comparison between signed and unsigned integer expressions google/protobuf/wire_format.cc: In static member function 'static int google::protobuf::internal::WireFormat::ByteSize(const google::protobuf::Message&)': google/protobuf/wire_format.cc:842: warning: comparison between signed and unsigned integer expressions mv -f .deps/descriptor.pb.Tpo .deps/descriptor.pb.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT gzip_stream.lo -MD -MP -MF .deps/gzip_stream.Tpo -c -o gzip_stream.lo `test -f 'google/protobuf/io/gzip_stream.cc' || echo './'`google/protobuf/io/gzip_stream.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT gzip_stream.lo -MD -MP -MF .deps/gzip_stream.Tpo -c google/protobuf/io/gzip_stream.cc -fPIC -DPIC -o .libs/gzip_stream.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT gzip_stream.lo -MD -MP -MF .deps/gzip_stream.Tpo -c google/protobuf/io/gzip_stream.cc -o gzip_stream.o >/dev/null 2>&1 mv -f .deps/gzip_stream.Tpo .deps/gzip_stream.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT printer.lo -MD -MP -MF .deps/printer.Tpo -c -o printer.lo `test -f 'google/protobuf/io/printer.cc' || echo './'`google/protobuf/io/printer.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT printer.lo -MD -MP -MF .deps/printer.Tpo -c google/protobuf/io/printer.cc -fPIC -DPIC -o .libs/printer.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT printer.lo -MD -MP -MF .deps/printer.Tpo -c google/protobuf/io/printer.cc -o printer.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT wire_format.lo -MD -MP -MF .deps/wire_format.Tpo -c google/protobuf/wire_format.cc -o wire_format.o >/dev/null 2>&1 mv -f .deps/printer.Tpo .deps/printer.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT tokenizer.lo -MD -MP -MF .deps/tokenizer.Tpo -c -o tokenizer.lo `test -f 'google/protobuf/io/tokenizer.cc' || echo './'`google/protobuf/io/tokenizer.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT tokenizer.lo -MD -MP -MF .deps/tokenizer.Tpo -c google/protobuf/io/tokenizer.cc -fPIC -DPIC -o .libs/tokenizer.o mv -f .deps/text_format.Tpo .deps/text_format.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT zero_copy_stream_impl.lo -MD -MP -MF .deps/zero_copy_stream_impl.Tpo -c -o zero_copy_stream_impl.lo `test -f 'google/protobuf/io/zero_copy_stream_impl.cc' || echo './'`google/protobuf/io/zero_copy_stream_impl.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT zero_copy_stream_impl.lo -MD -MP -MF .deps/zero_copy_stream_impl.Tpo -c google/protobuf/io/zero_copy_stream_impl.cc -fPIC -DPIC -o .libs/zero_copy_stream_impl.o google/protobuf/io/tokenizer.cc: In static member function 'static bool google::protobuf::io::Tokenizer::ParseInteger(const std::string&, google::protobuf::uint64, google::protobuf::uint64*)': google/protobuf/io/tokenizer.cc:590: warning: comparison between signed and unsigned integer expressions google/protobuf/io/tokenizer.cc: In static member function 'static double google::protobuf::io::Tokenizer::ParseFloat(const std::string&)': google/protobuf/io/tokenizer.cc:620: warning: comparison between signed and unsigned integer expressions libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT tokenizer.lo -MD -MP -MF .deps/tokenizer.Tpo -c google/protobuf/io/tokenizer.cc -o tokenizer.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT zero_copy_stream_impl.lo -MD -MP -MF .deps/zero_copy_stream_impl.Tpo -c google/protobuf/io/zero_copy_stream_impl.cc -o zero_copy_stream_impl.o >/dev/null 2>&1 mv -f .deps/wire_format.Tpo .deps/wire_format.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT importer.lo -MD -MP -MF .deps/importer.Tpo -c -o importer.lo `test -f 'google/protobuf/compiler/importer.cc' || echo './'`google/protobuf/compiler/importer.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT importer.lo -MD -MP -MF .deps/importer.Tpo -c google/protobuf/compiler/importer.cc -fPIC -DPIC -o .libs/importer.o mv -f .deps/tokenizer.Tpo .deps/tokenizer.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c -o parser.lo `test -f 'google/protobuf/compiler/parser.cc' || echo './'`google/protobuf/compiler/parser.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c google/protobuf/compiler/parser.cc -fPIC -DPIC -o .libs/parser.o In file included from /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../../include/c++/4.4.1/ext/hash_map:59, from ./google/protobuf/stubs/hash.h:43, from google/protobuf/compiler/parser.cc:37: /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../../include/c++/4.4.1/backward/backward_warning.h:28:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. mv -f .deps/zero_copy_stream_impl.Tpo .deps/zero_copy_stream_impl.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT code_generator.lo -MD -MP -MF .deps/code_generator.Tpo -c -o code_generator.lo `test -f 'google/protobuf/compiler/code_generator.cc' || echo './'`google/protobuf/compiler/code_generator.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT code_generator.lo -MD -MP -MF .deps/code_generator.Tpo -c google/protobuf/compiler/code_generator.cc -fPIC -DPIC -o .libs/code_generator.o mv -f .deps/descriptor.Tpo .deps/descriptor.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT command_line_interface.lo -MD -MP -MF .deps/command_line_interface.Tpo -c -o command_line_interface.lo `test -f 'google/protobuf/compiler/command_line_interface.cc' || echo './'`google/protobuf/compiler/command_line_interface.cc google/protobuf/compiler/importer.cc: In function 'std::string google::protobuf::compiler::CanonicalizePath(std::string)': google/protobuf/compiler/importer.cc:239: warning: comparison between signed and unsigned integer expressions google/protobuf/compiler/importer.cc: In member function 'google::protobuf::compiler::DiskSourceTree::DiskFileToVirtualFileResult google::protobuf::compiler::DiskSourceTree::DiskFileToVirtualFile(const std::string&, std::string*, std::string*)': google/protobuf/compiler/importer.cc:352: warning: comparison between signed and unsigned integer expressions google/protobuf/compiler/importer.cc: In member function 'google::protobuf::io::ZeroCopyInputStream* google::protobuf::compiler::DiskSourceTree::OpenVirtualFile(const std::string&, std::string*)': google/protobuf/compiler/importer.cc:412: warning: comparison between signed and unsigned integer expressions google/protobuf/compiler/code_generator.cc: In function 'void google::protobuf::compiler::ParseGeneratorParameter(const std::string&, std::vector, std::allocator >, std::basic_string, std::allocator > >, std::allocator, std::allocator >, std::basic_string, std::allocator > > > >*)': google/protobuf/compiler/code_generator.cc:52: warning: comparison between signed and unsigned integer expressions libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT command_line_interface.lo -MD -MP -MF .deps/command_line_interface.Tpo -c google/protobuf/compiler/command_line_interface.cc -fPIC -DPIC -o .libs/command_line_interface.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT code_generator.lo -MD -MP -MF .deps/code_generator.Tpo -c google/protobuf/compiler/code_generator.cc -o code_generator.o >/dev/null 2>&1 google/protobuf/compiler/command_line_interface.cc: In member function 'virtual google::protobuf::io::ZeroCopyOutputStream* google::protobuf::compiler::CommandLineInterface::DiskOutputDirectory::Open(const std::string&)': google/protobuf/compiler/command_line_interface.cc:251: warning: comparison between signed and unsigned integer expressions google/protobuf/compiler/command_line_interface.cc: In member function 'int google::protobuf::compiler::CommandLineInterface::Run(int, const char* const*)': google/protobuf/compiler/command_line_interface.cc:332: warning: comparison between signed and unsigned integer expressions google/protobuf/compiler/command_line_interface.cc:350: warning: comparison between signed and unsigned integer expressions google/protobuf/compiler/command_line_interface.cc:365: warning: comparison between signed and unsigned integer expressions google/protobuf/compiler/command_line_interface.cc: In member function 'bool google::protobuf::compiler::CommandLineInterface::MakeInputsBeProtoPathRelative(google::protobuf::compiler::DiskSourceTree*)': google/protobuf/compiler/command_line_interface.cc:418: warning: comparison between signed and unsigned integer expressions google/protobuf/compiler/command_line_interface.cc: In member function 'bool google::protobuf::compiler::CommandLineInterface::InterpretArgument(const std::string&, const std::string&)': google/protobuf/compiler/command_line_interface.cc:582: warning: comparison between signed and unsigned integer expressions google/protobuf/compiler/command_line_interface.cc:587: warning: comparison between signed and unsigned integer expressions mv -f .deps/code_generator.Tpo .deps/code_generator.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_enum.lo -MD -MP -MF .deps/cpp_enum.Tpo -c -o cpp_enum.lo `test -f 'google/protobuf/compiler/cpp/cpp_enum.cc' || echo './'`google/protobuf/compiler/cpp/cpp_enum.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_enum.lo -MD -MP -MF .deps/cpp_enum.Tpo -c google/protobuf/compiler/cpp/cpp_enum.cc -fPIC -DPIC -o .libs/cpp_enum.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT importer.lo -MD -MP -MF .deps/importer.Tpo -c google/protobuf/compiler/importer.cc -o importer.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c google/protobuf/compiler/parser.cc -o parser.o >/dev/null 2>&1 mv -f .deps/importer.Tpo .deps/importer.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_enum_field.lo -MD -MP -MF .deps/cpp_enum_field.Tpo -c -o cpp_enum_field.lo `test -f 'google/protobuf/compiler/cpp/cpp_enum_field.cc' || echo './'`google/protobuf/compiler/cpp/cpp_enum_field.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_enum_field.lo -MD -MP -MF .deps/cpp_enum_field.Tpo -c google/protobuf/compiler/cpp/cpp_enum_field.cc -fPIC -DPIC -o .libs/cpp_enum_field.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_enum.lo -MD -MP -MF .deps/cpp_enum.Tpo -c google/protobuf/compiler/cpp/cpp_enum.cc -o cpp_enum.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT command_line_interface.lo -MD -MP -MF .deps/command_line_interface.Tpo -c google/protobuf/compiler/command_line_interface.cc -o command_line_interface.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_enum_field.lo -MD -MP -MF .deps/cpp_enum_field.Tpo -c google/protobuf/compiler/cpp/cpp_enum_field.cc -o cpp_enum_field.o >/dev/null 2>&1 mv -f .deps/parser.Tpo .deps/parser.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_extension.lo -MD -MP -MF .deps/cpp_extension.Tpo -c -o cpp_extension.lo `test -f 'google/protobuf/compiler/cpp/cpp_extension.cc' || echo './'`google/protobuf/compiler/cpp/cpp_extension.cc mv -f .deps/cpp_enum.Tpo .deps/cpp_enum.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_field.lo -MD -MP -MF .deps/cpp_field.Tpo -c -o cpp_field.lo `test -f 'google/protobuf/compiler/cpp/cpp_field.cc' || echo './'`google/protobuf/compiler/cpp/cpp_field.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_extension.lo -MD -MP -MF .deps/cpp_extension.Tpo -c google/protobuf/compiler/cpp/cpp_extension.cc -fPIC -DPIC -o .libs/cpp_extension.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_field.lo -MD -MP -MF .deps/cpp_field.Tpo -c google/protobuf/compiler/cpp/cpp_field.cc -fPIC -DPIC -o .libs/cpp_field.o mv -f .deps/cpp_enum_field.Tpo .deps/cpp_enum_field.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_file.lo -MD -MP -MF .deps/cpp_file.Tpo -c -o cpp_file.lo `test -f 'google/protobuf/compiler/cpp/cpp_file.cc' || echo './'`google/protobuf/compiler/cpp/cpp_file.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_file.lo -MD -MP -MF .deps/cpp_file.Tpo -c google/protobuf/compiler/cpp/cpp_file.cc -fPIC -DPIC -o .libs/cpp_file.o google/protobuf/compiler/cpp/cpp_file.cc: In member function 'void google::protobuf::compiler::cpp::FileGenerator::GenerateBuildDescriptors(google::protobuf::io::Printer*)': google/protobuf/compiler/cpp/cpp_file.cc:484: warning: comparison between signed and unsigned integer expressions google/protobuf/compiler/cpp/cpp_file.cc:508: warning: comparison between signed and unsigned integer expressions google/protobuf/compiler/cpp/cpp_file.cc: In member function 'void google::protobuf::compiler::cpp::FileGenerator::GenerateNamespaceOpeners(google::protobuf::io::Printer*)': google/protobuf/compiler/cpp/cpp_file.cc:559: warning: comparison between signed and unsigned integer expressions mv -f .deps/command_line_interface.Tpo .deps/command_line_interface.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_generator.lo -MD -MP -MF .deps/cpp_generator.Tpo -c -o cpp_generator.lo `test -f 'google/protobuf/compiler/cpp/cpp_generator.cc' || echo './'`google/protobuf/compiler/cpp/cpp_generator.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_generator.lo -MD -MP -MF .deps/cpp_generator.Tpo -c google/protobuf/compiler/cpp/cpp_generator.cc -fPIC -DPIC -o .libs/cpp_generator.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_field.lo -MD -MP -MF .deps/cpp_field.Tpo -c google/protobuf/compiler/cpp/cpp_field.cc -o cpp_field.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_file.lo -MD -MP -MF .deps/cpp_file.Tpo -c google/protobuf/compiler/cpp/cpp_file.cc -o cpp_file.o >/dev/null 2>&1 google/protobuf/compiler/cpp/cpp_generator.cc: In member function 'virtual bool google::protobuf::compiler::cpp::CppGenerator::Generate(const google::protobuf::FileDescriptor*, const std::string&, google::protobuf::compiler::OutputDirectory*, std::string*) const': google/protobuf/compiler/cpp/cpp_generator.cc:83: warning: comparison between signed and unsigned integer expressions libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_extension.lo -MD -MP -MF .deps/cpp_extension.Tpo -c google/protobuf/compiler/cpp/cpp_extension.cc -o cpp_extension.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_generator.lo -MD -MP -MF .deps/cpp_generator.Tpo -c google/protobuf/compiler/cpp/cpp_generator.cc -o cpp_generator.o >/dev/null 2>&1 mv -f .deps/cpp_field.Tpo .deps/cpp_field.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_helpers.lo -MD -MP -MF .deps/cpp_helpers.Tpo -c -o cpp_helpers.lo `test -f 'google/protobuf/compiler/cpp/cpp_helpers.cc' || echo './'`google/protobuf/compiler/cpp/cpp_helpers.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_helpers.lo -MD -MP -MF .deps/cpp_helpers.Tpo -c google/protobuf/compiler/cpp/cpp_helpers.cc -fPIC -DPIC -o .libs/cpp_helpers.o In file included from /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../../include/c++/4.4.1/ext/hash_map:59, from ./google/protobuf/stubs/hash.h:43, from google/protobuf/compiler/cpp/cpp_helpers.cc:36: /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../../include/c++/4.4.1/backward/backward_warning.h:28:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. mv -f .deps/cpp_generator.Tpo .deps/cpp_generator.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_message.lo -MD -MP -MF .deps/cpp_message.Tpo -c -o cpp_message.lo `test -f 'google/protobuf/compiler/cpp/cpp_message.cc' || echo './'`google/protobuf/compiler/cpp/cpp_message.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_message.lo -MD -MP -MF .deps/cpp_message.Tpo -c google/protobuf/compiler/cpp/cpp_message.cc -fPIC -DPIC -o .libs/cpp_message.o In file included from /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../../include/c++/4.4.1/ext/hash_map:59, from ./google/protobuf/stubs/hash.h:43, from google/protobuf/compiler/cpp/cpp_message.cc:36: /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../../include/c++/4.4.1/backward/backward_warning.h:28:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. google/protobuf/compiler/cpp/cpp_helpers.cc: In function 'google::protobuf::hash_set, std::allocator >, google::protobuf::hash, std::allocator > >, std::equal_to, std::allocator > > > google::protobuf::compiler::cpp::::MakeKeywordsMap()': google/protobuf/compiler/cpp/cpp_helpers.cc:73: warning: comparison between signed and unsigned integer expressions google/protobuf/compiler/cpp/cpp_helpers.cc: In function 'std::string google::protobuf::compiler::cpp::::UnderscoresToCamelCase(const std::string&, bool)': google/protobuf/compiler/cpp/cpp_helpers.cc:84: warning: comparison between signed and unsigned integer expressions google/protobuf/compiler/cpp/cpp_helpers.cc: In function 'std::string google::protobuf::compiler::cpp::FilenameIdentifier(const std::string&)': google/protobuf/compiler/cpp/cpp_helpers.cc:274: warning: comparison between signed and unsigned integer expressions mv -f .deps/cpp_file.Tpo .deps/cpp_file.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_message_field.lo -MD -MP -MF .deps/cpp_message_field.Tpo -c -o cpp_message_field.lo `test -f 'google/protobuf/compiler/cpp/cpp_message_field.cc' || echo './'`google/protobuf/compiler/cpp/cpp_message_field.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_message_field.lo -MD -MP -MF .deps/cpp_message_field.Tpo -c google/protobuf/compiler/cpp/cpp_message_field.cc -fPIC -DPIC -o .libs/cpp_message_field.o google/protobuf/compiler/cpp/cpp_message.cc: In member function 'void google::protobuf::compiler::cpp::MessageGenerator::GenerateSerializeWithCachedSizesBody(google::protobuf::io::Printer*, bool)': google/protobuf/compiler/cpp/cpp_message.cc:1500: warning: comparison between signed and unsigned integer expressions google/protobuf/compiler/cpp/cpp_message.cc:1506: warning: comparison between signed and unsigned integer expressions mv -f .deps/cpp_extension.Tpo .deps/cpp_extension.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_primitive_field.lo -MD -MP -MF .deps/cpp_primitive_field.Tpo -c -o cpp_primitive_field.lo `test -f 'google/protobuf/compiler/cpp/cpp_primitive_field.cc' || echo './'`google/protobuf/compiler/cpp/cpp_primitive_field.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_primitive_field.lo -MD -MP -MF .deps/cpp_primitive_field.Tpo -c google/protobuf/compiler/cpp/cpp_primitive_field.cc -fPIC -DPIC -o .libs/cpp_primitive_field.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_helpers.lo -MD -MP -MF .deps/cpp_helpers.Tpo -c google/protobuf/compiler/cpp/cpp_helpers.cc -o cpp_helpers.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_message_field.lo -MD -MP -MF .deps/cpp_message_field.Tpo -c google/protobuf/compiler/cpp/cpp_message_field.cc -o cpp_message_field.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_primitive_field.lo -MD -MP -MF .deps/cpp_primitive_field.Tpo -c google/protobuf/compiler/cpp/cpp_primitive_field.cc -o cpp_primitive_field.o >/dev/null 2>&1 mv -f .deps/cpp_message_field.Tpo .deps/cpp_message_field.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_service.lo -MD -MP -MF .deps/cpp_service.Tpo -c -o cpp_service.lo `test -f 'google/protobuf/compiler/cpp/cpp_service.cc' || echo './'`google/protobuf/compiler/cpp/cpp_service.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_service.lo -MD -MP -MF .deps/cpp_service.Tpo -c google/protobuf/compiler/cpp/cpp_service.cc -fPIC -DPIC -o .libs/cpp_service.o mv -f .deps/cpp_helpers.Tpo .deps/cpp_helpers.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_string_field.lo -MD -MP -MF .deps/cpp_string_field.Tpo -c -o cpp_string_field.lo `test -f 'google/protobuf/compiler/cpp/cpp_string_field.cc' || echo './'`google/protobuf/compiler/cpp/cpp_string_field.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_string_field.lo -MD -MP -MF .deps/cpp_string_field.Tpo -c google/protobuf/compiler/cpp/cpp_string_field.cc -fPIC -DPIC -o .libs/cpp_string_field.o mv -f .deps/cpp_primitive_field.Tpo .deps/cpp_primitive_field.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_enum.lo -MD -MP -MF .deps/java_enum.Tpo -c -o java_enum.lo `test -f 'google/protobuf/compiler/java/java_enum.cc' || echo './'`google/protobuf/compiler/java/java_enum.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_enum.lo -MD -MP -MF .deps/java_enum.Tpo -c google/protobuf/compiler/java/java_enum.cc -fPIC -DPIC -o .libs/java_enum.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_message.lo -MD -MP -MF .deps/cpp_message.Tpo -c google/protobuf/compiler/cpp/cpp_message.cc -o cpp_message.o >/dev/null 2>&1 google/protobuf/compiler/java/java_enum.cc: In member function 'void google::protobuf::compiler::java::EnumGenerator::Generate(google::protobuf::io::Printer*)': google/protobuf/compiler/java/java_enum.cc:83: warning: comparison between signed and unsigned integer expressions google/protobuf/compiler/java/java_enum.cc:98: warning: comparison between signed and unsigned integer expressions google/protobuf/compiler/java/java_enum.cc:119: warning: comparison between signed and unsigned integer expressions libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_string_field.lo -MD -MP -MF .deps/cpp_string_field.Tpo -c google/protobuf/compiler/cpp/cpp_string_field.cc -o cpp_string_field.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT cpp_service.lo -MD -MP -MF .deps/cpp_service.Tpo -c google/protobuf/compiler/cpp/cpp_service.cc -o cpp_service.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_enum.lo -MD -MP -MF .deps/java_enum.Tpo -c google/protobuf/compiler/java/java_enum.cc -o java_enum.o >/dev/null 2>&1 mv -f .deps/cpp_string_field.Tpo .deps/cpp_string_field.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_enum_field.lo -MD -MP -MF .deps/java_enum_field.Tpo -c -o java_enum_field.lo `test -f 'google/protobuf/compiler/java/java_enum_field.cc' || echo './'`google/protobuf/compiler/java/java_enum_field.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_enum_field.lo -MD -MP -MF .deps/java_enum_field.Tpo -c google/protobuf/compiler/java/java_enum_field.cc -fPIC -DPIC -o .libs/java_enum_field.o mv -f .deps/java_enum.Tpo .deps/java_enum.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_extension.lo -MD -MP -MF .deps/java_extension.Tpo -c -o java_extension.lo `test -f 'google/protobuf/compiler/java/java_extension.cc' || echo './'`google/protobuf/compiler/java/java_extension.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_extension.lo -MD -MP -MF .deps/java_extension.Tpo -c google/protobuf/compiler/java/java_extension.cc -fPIC -DPIC -o .libs/java_extension.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_enum_field.lo -MD -MP -MF .deps/java_enum_field.Tpo -c google/protobuf/compiler/java/java_enum_field.cc -o java_enum_field.o >/dev/null 2>&1 mv -f .deps/cpp_message.Tpo .deps/cpp_message.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_field.lo -MD -MP -MF .deps/java_field.Tpo -c -o java_field.lo `test -f 'google/protobuf/compiler/java/java_field.cc' || echo './'`google/protobuf/compiler/java/java_field.cc mv -f .deps/cpp_service.Tpo .deps/cpp_service.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_file.lo -MD -MP -MF .deps/java_file.Tpo -c -o java_file.lo `test -f 'google/protobuf/compiler/java/java_file.cc' || echo './'`google/protobuf/compiler/java/java_file.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_field.lo -MD -MP -MF .deps/java_field.Tpo -c google/protobuf/compiler/java/java_field.cc -fPIC -DPIC -o .libs/java_field.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_file.lo -MD -MP -MF .deps/java_file.Tpo -c google/protobuf/compiler/java/java_file.cc -fPIC -DPIC -o .libs/java_file.o google/protobuf/compiler/java/java_file.cc: In function 'bool google::protobuf::compiler::java::::UsesExtensions(const google::protobuf::Message&)': google/protobuf/compiler/java/java_file.cc:64: warning: comparison between signed and unsigned integer expressions google/protobuf/compiler/java/java_file.cc: In member function 'void google::protobuf::compiler::java::FileGenerator::GenerateEmbeddedDescriptor(google::protobuf::io::Printer*)': google/protobuf/compiler/java/java_file.cc:265: warning: comparison between signed and unsigned integer expressions libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_field.lo -MD -MP -MF .deps/java_field.Tpo -c google/protobuf/compiler/java/java_field.cc -o java_field.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_extension.lo -MD -MP -MF .deps/java_extension.Tpo -c google/protobuf/compiler/java/java_extension.cc -o java_extension.o >/dev/null 2>&1 mv -f .deps/java_enum_field.Tpo .deps/java_enum_field.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_generator.lo -MD -MP -MF .deps/java_generator.Tpo -c -o java_generator.lo `test -f 'google/protobuf/compiler/java/java_generator.cc' || echo './'`google/protobuf/compiler/java/java_generator.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_generator.lo -MD -MP -MF .deps/java_generator.Tpo -c google/protobuf/compiler/java/java_generator.cc -fPIC -DPIC -o .libs/java_generator.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_file.lo -MD -MP -MF .deps/java_file.Tpo -c google/protobuf/compiler/java/java_file.cc -o java_file.o >/dev/null 2>&1 mv -f .deps/java_field.Tpo .deps/java_field.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_helpers.lo -MD -MP -MF .deps/java_helpers.Tpo -c -o java_helpers.lo `test -f 'google/protobuf/compiler/java/java_helpers.cc' || echo './'`google/protobuf/compiler/java/java_helpers.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_helpers.lo -MD -MP -MF .deps/java_helpers.Tpo -c google/protobuf/compiler/java/java_helpers.cc -fPIC -DPIC -o .libs/java_helpers.o google/protobuf/compiler/java/java_generator.cc: In member function 'virtual bool google::protobuf::compiler::java::JavaGenerator::Generate(const google::protobuf::FileDescriptor*, const std::string&, google::protobuf::compiler::OutputDirectory*, std::string*) const': google/protobuf/compiler/java/java_generator.cc:65: warning: comparison between signed and unsigned integer expressions google/protobuf/compiler/java/java_generator.cc:110: warning: comparison between signed and unsigned integer expressions libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_generator.lo -MD -MP -MF .deps/java_generator.Tpo -c google/protobuf/compiler/java/java_generator.cc -o java_generator.o >/dev/null 2>&1 google/protobuf/compiler/java/java_helpers.cc: In function 'std::string google::protobuf::compiler::java::::UnderscoresToCamelCaseImpl(const std::string&, bool)': google/protobuf/compiler/java/java_helpers.cc:70: warning: comparison between signed and unsigned integer expressions google/protobuf/compiler/java/java_helpers.cc: In function 'bool google::protobuf::compiler::java::AllAscii(const std::string&)': google/protobuf/compiler/java/java_helpers.cc:248: warning: comparison between signed and unsigned integer expressions mv -f .deps/java_file.Tpo .deps/java_file.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_message.lo -MD -MP -MF .deps/java_message.Tpo -c -o java_message.lo `test -f 'google/protobuf/compiler/java/java_message.cc' || echo './'`google/protobuf/compiler/java/java_message.cc mv -f .deps/java_extension.Tpo .deps/java_extension.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_message_field.lo -MD -MP -MF .deps/java_message_field.Tpo -c -o java_message_field.lo `test -f 'google/protobuf/compiler/java/java_message_field.cc' || echo './'`google/protobuf/compiler/java/java_message_field.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_message.lo -MD -MP -MF .deps/java_message.Tpo -c google/protobuf/compiler/java/java_message.cc -fPIC -DPIC -o .libs/java_message.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_message_field.lo -MD -MP -MF .deps/java_message_field.Tpo -c google/protobuf/compiler/java/java_message_field.cc -fPIC -DPIC -o .libs/java_message_field.o In file included from /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../../include/c++/4.4.1/ext/hash_map:59, from ./google/protobuf/stubs/hash.h:43, from google/protobuf/compiler/java/java_message.cc:36: /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../../include/c++/4.4.1/backward/backward_warning.h:28:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_helpers.lo -MD -MP -MF .deps/java_helpers.Tpo -c google/protobuf/compiler/java/java_helpers.cc -o java_helpers.o >/dev/null 2>&1 mv -f .deps/java_generator.Tpo .deps/java_generator.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_primitive_field.lo -MD -MP -MF .deps/java_primitive_field.Tpo -c -o java_primitive_field.lo `test -f 'google/protobuf/compiler/java/java_primitive_field.cc' || echo './'`google/protobuf/compiler/java/java_primitive_field.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_primitive_field.lo -MD -MP -MF .deps/java_primitive_field.Tpo -c google/protobuf/compiler/java/java_primitive_field.cc -fPIC -DPIC -o .libs/java_primitive_field.o google/protobuf/compiler/java/java_message.cc: In member function 'void google::protobuf::compiler::java::MessageGenerator::GenerateMessageSerializationMethods(google::protobuf::io::Printer*)': google/protobuf/compiler/java/java_message.cc:415: warning: comparison between signed and unsigned integer expressions google/protobuf/compiler/java/java_message.cc:419: warning: comparison between signed and unsigned integer expressions mv -f .deps/java_helpers.Tpo .deps/java_helpers.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_service.lo -MD -MP -MF .deps/java_service.Tpo -c -o java_service.lo `test -f 'google/protobuf/compiler/java/java_service.cc' || echo './'`google/protobuf/compiler/java/java_service.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_service.lo -MD -MP -MF .deps/java_service.Tpo -c google/protobuf/compiler/java/java_service.cc -fPIC -DPIC -o .libs/java_service.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_message_field.lo -MD -MP -MF .deps/java_message_field.Tpo -c google/protobuf/compiler/java/java_message_field.cc -o java_message_field.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_primitive_field.lo -MD -MP -MF .deps/java_primitive_field.Tpo -c google/protobuf/compiler/java/java_primitive_field.cc -o java_primitive_field.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_message.lo -MD -MP -MF .deps/java_message.Tpo -c google/protobuf/compiler/java/java_message.cc -o java_message.o >/dev/null 2>&1 mv -f .deps/java_message_field.Tpo .deps/java_message_field.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT python_generator.lo -MD -MP -MF .deps/python_generator.Tpo -c -o python_generator.lo `test -f 'google/protobuf/compiler/python/python_generator.cc' || echo './'`google/protobuf/compiler/python/python_generator.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT python_generator.lo -MD -MP -MF .deps/python_generator.Tpo -c google/protobuf/compiler/python/python_generator.cc -fPIC -DPIC -o .libs/python_generator.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT java_service.lo -MD -MP -MF .deps/java_service.Tpo -c google/protobuf/compiler/java/java_service.cc -o java_service.o >/dev/null 2>&1 google/protobuf/compiler/python/python_generator.cc: In member function 'void google::protobuf::compiler::python::Generator::PrintTopLevelEnums() const': google/protobuf/compiler/python/python_generator.cc:257: warning: comparison between signed and unsigned integer expressions mv -f .deps/java_primitive_field.Tpo .deps/java_primitive_field.Plo /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -version-info 4:0:0 -o libprotobuf.la -rpath /usr/lib common.lo once.lo hash.lo extension_set.lo generated_message_util.lo message_lite.lo repeated_field.lo wire_format_lite.lo coded_stream.lo zero_copy_stream.lo zero_copy_stream_impl_lite.lo strutil.lo substitute.lo structurally_valid.lo descriptor.lo descriptor.pb.lo descriptor_database.lo dynamic_message.lo extension_set_heavy.lo generated_message_reflection.lo message.lo reflection_ops.lo service.lo text_format.lo unknown_field_set.lo wire_format.lo gzip_stream.lo printer.lo tokenizer.lo zero_copy_stream_impl.lo importer.lo parser.lo -lpthread libtool: link: g++ -shared -nostdlib /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../crti.o /usr/lib/gcc/i686-redhat-linux/4.4.1/crtbeginS.o .libs/common.o .libs/once.o .libs/hash.o .libs/extension_set.o .libs/generated_message_util.o .libs/message_lite.o .libs/repeated_field.o .libs/wire_format_lite.o .libs/coded_stream.o .libs/zero_copy_stream.o .libs/zero_copy_stream_impl_lite.o .libs/strutil.o .libs/substitute.o .libs/structurally_valid.o .libs/descriptor.o .libs/descriptor.pb.o .libs/descriptor_database.o .libs/dynamic_message.o .libs/extension_set_heavy.o .libs/generated_message_reflection.o .libs/message.o .libs/reflection_ops.o .libs/service.o .libs/text_format.o .libs/unknown_field_set.o .libs/wire_format.o .libs/gzip_stream.o .libs/printer.o .libs/tokenizer.o .libs/zero_copy_stream_impl.o .libs/importer.o .libs/parser.o -lpthread -L/usr/lib/gcc/i686-redhat-linux/4.4.1 -L/usr/lib/gcc/i686-redhat-linux/4.4.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i686-redhat-linux/4.4.1/crtendS.o /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../crtn.o -m32 -march=i686 -mtune=atom -Wl,-soname -Wl,libprotobuf.so.4 -o .libs/libprotobuf.so.4.0.0 libtool: link: (cd ".libs" && rm -f "libprotobuf.so.4" && ln -s "libprotobuf.so.4.0.0" "libprotobuf.so.4") libtool: link: (cd ".libs" && rm -f "libprotobuf.so" && ln -s "libprotobuf.so.4.0.0" "libprotobuf.so") libtool: link: ar cru .libs/libprotobuf.a common.o once.o hash.o extension_set.o generated_message_util.o message_lite.o repeated_field.o wire_format_lite.o coded_stream.o zero_copy_stream.o zero_copy_stream_impl_lite.o strutil.o substitute.o structurally_valid.o descriptor.o descriptor.pb.o descriptor_database.o dynamic_message.o extension_set_heavy.o generated_message_reflection.o message.o reflection_ops.o service.o text_format.o unknown_field_set.o wire_format.o gzip_stream.o printer.o tokenizer.o zero_copy_stream_impl.o importer.o parser.o libtool: link: ranlib .libs/libprotobuf.a libtool: link: ( cd ".libs" && rm -f "libprotobuf.la" && ln -s "../libprotobuf.la" "libprotobuf.la" ) mv -f .deps/java_message.Tpo .deps/java_message.Plo mv -f .deps/java_service.Tpo .deps/java_service.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT python_generator.lo -MD -MP -MF .deps/python_generator.Tpo -c google/protobuf/compiler/python/python_generator.cc -o python_generator.o >/dev/null 2>&1 mv -f .deps/python_generator.Tpo .deps/python_generator.Plo /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -version-info 4:0:0 -o libprotoc.la -rpath /usr/lib code_generator.lo command_line_interface.lo cpp_enum.lo cpp_enum_field.lo cpp_extension.lo cpp_field.lo cpp_file.lo cpp_generator.lo cpp_helpers.lo cpp_message.lo cpp_message_field.lo cpp_primitive_field.lo cpp_service.lo cpp_string_field.lo java_enum.lo java_enum_field.lo java_extension.lo java_field.lo java_file.lo java_generator.lo java_helpers.lo java_message.lo java_message_field.lo java_primitive_field.lo java_service.lo python_generator.lo -lpthread libprotobuf.la libtool: link: g++ -shared -nostdlib /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../crti.o /usr/lib/gcc/i686-redhat-linux/4.4.1/crtbeginS.o .libs/code_generator.o .libs/command_line_interface.o .libs/cpp_enum.o .libs/cpp_enum_field.o .libs/cpp_extension.o .libs/cpp_field.o .libs/cpp_file.o .libs/cpp_generator.o .libs/cpp_helpers.o .libs/cpp_message.o .libs/cpp_message_field.o .libs/cpp_primitive_field.o .libs/cpp_service.o .libs/cpp_string_field.o .libs/java_enum.o .libs/java_enum_field.o .libs/java_extension.o .libs/java_field.o .libs/java_file.o .libs/java_generator.o .libs/java_helpers.o .libs/java_message.o .libs/java_message_field.o .libs/java_primitive_field.o .libs/java_service.o .libs/python_generator.o -Wl,-rpath -Wl,/builddir/build/BUILD/protobuf-2.2.0/src/.libs ./.libs/libprotobuf.so -lpthread -L/usr/lib/gcc/i686-redhat-linux/4.4.1 -L/usr/lib/gcc/i686-redhat-linux/4.4.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i686-redhat-linux/4.4.1/crtendS.o /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../crtn.o -m32 -march=i686 -mtune=atom -Wl,-soname -Wl,libprotoc.so.4 -o .libs/libprotoc.so.4.0.0 libtool: link: (cd ".libs" && rm -f "libprotoc.so.4" && ln -s "libprotoc.so.4.0.0" "libprotoc.so.4") libtool: link: (cd ".libs" && rm -f "libprotoc.so" && ln -s "libprotoc.so.4.0.0" "libprotoc.so") libtool: link: ar cru .libs/libprotoc.a code_generator.o command_line_interface.o cpp_enum.o cpp_enum_field.o cpp_extension.o cpp_field.o cpp_file.o cpp_generator.o cpp_helpers.o cpp_message.o cpp_message_field.o cpp_primitive_field.o cpp_service.o cpp_string_field.o java_enum.o java_enum_field.o java_extension.o java_field.o java_file.o java_generator.o java_helpers.o java_message.o java_message_field.o java_primitive_field.o java_service.o python_generator.o libtool: link: ranlib .libs/libprotoc.a libtool: link: ( cd ".libs" && rm -f "libprotoc.la" && ln -s "../libprotoc.la" "libprotoc.la" ) /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -o protoc main.o -lpthread libprotobuf.la libprotoc.la libtool: link: g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -o .libs/protoc main.o ./.libs/libprotobuf.so ./.libs/libprotoc.so /builddir/build/BUILD/protobuf-2.2.0/src/.libs/libprotobuf.so -lpthread ./protoc google/protobuf/unittest.proto google/protobuf/unittest_empty.proto google/protobuf/unittest_import.proto google/protobuf/unittest_mset.proto google/protobuf/unittest_optimize_for.proto google/protobuf/unittest_embed_optimize_for.proto google/protobuf/unittest_custom_options.proto google/protobuf/unittest_lite.proto google/protobuf/unittest_import_lite.proto google/protobuf/unittest_lite_imports_nonlite.proto google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto -I. --cpp_out=. touch unittest_proto_middleman make all-am make[3]: Entering directory `/builddir/build/BUILD/protobuf-2.2.0/src' /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -version-info 4:0:0 -o libprotobuf-lite.la -rpath /usr/lib common.lo once.lo hash.lo extension_set.lo generated_message_util.lo message_lite.lo repeated_field.lo wire_format_lite.lo coded_stream.lo zero_copy_stream.lo zero_copy_stream_impl_lite.lo -lpthread libtool: link: g++ -shared -nostdlib /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../crti.o /usr/lib/gcc/i686-redhat-linux/4.4.1/crtbeginS.o .libs/common.o .libs/once.o .libs/hash.o .libs/extension_set.o .libs/generated_message_util.o .libs/message_lite.o .libs/repeated_field.o .libs/wire_format_lite.o .libs/coded_stream.o .libs/zero_copy_stream.o .libs/zero_copy_stream_impl_lite.o -lpthread -L/usr/lib/gcc/i686-redhat-linux/4.4.1 -L/usr/lib/gcc/i686-redhat-linux/4.4.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i686-redhat-linux/4.4.1/crtendS.o /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../crtn.o -m32 -march=i686 -mtune=atom -Wl,-soname -Wl,libprotobuf-lite.so.4 -o .libs/libprotobuf-lite.so.4.0.0 libtool: link: (cd ".libs" && rm -f "libprotobuf-lite.so.4" && ln -s "libprotobuf-lite.so.4.0.0" "libprotobuf-lite.so.4") libtool: link: (cd ".libs" && rm -f "libprotobuf-lite.so" && ln -s "libprotobuf-lite.so.4.0.0" "libprotobuf-lite.so") libtool: link: ar cru .libs/libprotobuf-lite.a common.o once.o hash.o extension_set.o generated_message_util.o message_lite.o repeated_field.o wire_format_lite.o coded_stream.o zero_copy_stream.o zero_copy_stream_impl_lite.o libtool: link: ranlib .libs/libprotobuf-lite.a libtool: link: ( cd ".libs" && rm -f "libprotobuf-lite.la" && ln -s "../libprotobuf-lite.la" "libprotobuf-lite.la" ) make[3]: Leaving directory `/builddir/build/BUILD/protobuf-2.2.0/src' make[2]: Leaving directory `/builddir/build/BUILD/protobuf-2.2.0/src' make[1]: Leaving directory `/builddir/build/BUILD/protobuf-2.2.0' + pushd python ~/build/BUILD/protobuf-2.2.0/python ~/build/BUILD/protobuf-2.2.0 + python ./setup.py build Generating google/protobuf/descriptor_pb2.py... running build running build_py creating build creating build/lib creating build/lib/google creating build/lib/google/protobuf creating build/lib/google/protobuf/internal copying google/protobuf/internal/__init__.py -> build/lib/google/protobuf/internal copying google/protobuf/internal/containers.py -> build/lib/google/protobuf/internal copying google/protobuf/internal/decoder.py -> build/lib/google/protobuf/internal copying google/protobuf/internal/encoder.py -> build/lib/google/protobuf/internal copying google/protobuf/internal/input_stream.py -> build/lib/google/protobuf/internal copying google/protobuf/internal/message_listener.py -> build/lib/google/protobuf/internal copying google/protobuf/internal/output_stream.py -> build/lib/google/protobuf/internal copying google/protobuf/internal/type_checkers.py -> build/lib/google/protobuf/internal copying google/protobuf/internal/wire_format.py -> build/lib/google/protobuf/internal copying google/protobuf/__init__.py -> build/lib/google/protobuf copying google/protobuf/descriptor.py -> build/lib/google/protobuf copying google/protobuf/descriptor_pb2.py -> build/lib/google/protobuf copying google/protobuf/message.py -> build/lib/google/protobuf copying google/protobuf/reflection.py -> build/lib/google/protobuf copying google/protobuf/service.py -> build/lib/google/protobuf copying google/protobuf/service_reflection.py -> build/lib/google/protobuf copying google/protobuf/text_format.py -> build/lib/google/protobuf copying google/__init__.py -> build/lib/google + sed -i -e 1d build/lib/google/protobuf/descriptor_pb2.py + popd ~/build/BUILD/protobuf-2.2.0 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8VhF8x + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386 ++ dirname /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386 + cd protobuf-2.2.0 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386 + make -j4 install DESTDIR=/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386 STRIPBINARIES=no 'INSTALL=/usr/bin/install -p' 'CPPROG=cp -p' Making install in . make[1]: Entering directory `/builddir/build/BUILD/protobuf-2.2.0' make[2]: Entering directory `/builddir/build/BUILD/protobuf-2.2.0' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/pkgconfig" /usr/bin/install -p -m 644 protobuf.pc protobuf-lite.pc '/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/pkgconfig' make[2]: Leaving directory `/builddir/build/BUILD/protobuf-2.2.0' make[1]: Leaving directory `/builddir/build/BUILD/protobuf-2.2.0' Making install in src make[1]: Entering directory `/builddir/build/BUILD/protobuf-2.2.0/src' make install-am make[2]: Entering directory `/builddir/build/BUILD/protobuf-2.2.0/src' make[3]: Entering directory `/builddir/build/BUILD/protobuf-2.2.0/src' test -z "/usr/lib" || /bin/mkdir -p "/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib" test -z "/usr/include" || /bin/mkdir -p "/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/include" test -z "/usr/include" || /bin/mkdir -p "/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/include" /bin/sh ../libtool --mode=install /usr/bin/install -p libprotobuf-lite.la libprotobuf.la libprotoc.la '/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib' /bin/mkdir -p '/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/include/google/protobuf' /usr/bin/install -p -m 644 google/protobuf/descriptor.proto '/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/include/google/protobuf' /bin/mkdir -p '/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/include/google/protobuf/compiler/java' /usr/bin/install -p -m 644 google/protobuf/compiler/java/java_generator.h '/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/include/google/protobuf/compiler/java' /bin/mkdir -p '/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/include/google/protobuf/compiler/cpp' /usr/bin/install -p -m 644 google/protobuf/compiler/cpp/cpp_generator.h '/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/include/google/protobuf/compiler/cpp' /bin/mkdir -p '/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/include/google/protobuf/compiler/python' /usr/bin/install -p -m 644 google/protobuf/compiler/python/python_generator.h '/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/include/google/protobuf/compiler/python' /bin/mkdir -p '/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/include/google/protobuf' /usr/bin/install -p -m 644 google/protobuf/descriptor.h google/protobuf/descriptor.pb.h google/protobuf/descriptor_database.h google/protobuf/dynamic_message.h google/protobuf/extension_set.h google/protobuf/generated_message_util.h google/protobuf/generated_message_reflection.h google/protobuf/message.h google/protobuf/message_lite.h google/protobuf/reflection_ops.h google/protobuf/repeated_field.h google/protobuf/service.h google/protobuf/text_format.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 '/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/include/google/protobuf' /bin/mkdir -p '/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/include/google/protobuf/stubs' /usr/bin/install -p -m 644 google/protobuf/stubs/common.h google/protobuf/stubs/once.h '/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/include/google/protobuf/stubs' /bin/mkdir -p '/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/include/google/protobuf/compiler' /usr/bin/install -p -m 644 google/protobuf/compiler/code_generator.h google/protobuf/compiler/command_line_interface.h google/protobuf/compiler/importer.h google/protobuf/compiler/parser.h '/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/include/google/protobuf/compiler' libtool: install: /usr/bin/install -p .libs/libprotobuf-lite.so.4.0.0 /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/libprotobuf-lite.so.4.0.0 /bin/mkdir -p '/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/include/google/protobuf/io' /usr/bin/install -p -m 644 google/protobuf/io/coded_stream.h google/protobuf/io/printer.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 '/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/include/google/protobuf/io' libtool: install: (cd /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib && { ln -s -f libprotobuf-lite.so.4.0.0 libprotobuf-lite.so.4 || { rm -f libprotobuf-lite.so.4 && ln -s libprotobuf-lite.so.4.0.0 libprotobuf-lite.so.4; }; }) libtool: install: (cd /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib && { ln -s -f libprotobuf-lite.so.4.0.0 libprotobuf-lite.so || { rm -f libprotobuf-lite.so && ln -s libprotobuf-lite.so.4.0.0 libprotobuf-lite.so; }; }) libtool: install: /usr/bin/install -p .libs/libprotobuf-lite.lai /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/libprotobuf-lite.la libtool: install: /usr/bin/install -p .libs/libprotobuf.so.4.0.0 /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/libprotobuf.so.4.0.0 libtool: install: (cd /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib && { ln -s -f libprotobuf.so.4.0.0 libprotobuf.so.4 || { rm -f libprotobuf.so.4 && ln -s libprotobuf.so.4.0.0 libprotobuf.so.4; }; }) libtool: install: (cd /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib && { ln -s -f libprotobuf.so.4.0.0 libprotobuf.so || { rm -f libprotobuf.so && ln -s libprotobuf.so.4.0.0 libprotobuf.so; }; }) libtool: install: /usr/bin/install -p .libs/libprotobuf.lai /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/libprotobuf.la libtool: install: warning: relinking `libprotoc.la' libtool: install: (cd /builddir/build/BUILD/protobuf-2.2.0/src; /bin/sh /builddir/build/BUILD/protobuf-2.2.0/libtool --tag CXX --mode=relink g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -version-info 4:0:0 -o libprotoc.la -rpath /usr/lib code_generator.lo command_line_interface.lo cpp_enum.lo cpp_enum_field.lo cpp_extension.lo cpp_field.lo cpp_file.lo cpp_generator.lo cpp_helpers.lo cpp_message.lo cpp_message_field.lo cpp_primitive_field.lo cpp_service.lo cpp_string_field.lo java_enum.lo java_enum_field.lo java_extension.lo java_field.lo java_file.lo java_generator.lo java_helpers.lo java_message.lo java_message_field.lo java_primitive_field.lo java_service.lo python_generator.lo -lpthread libprotobuf.la -inst-prefix-dir /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386) libtool: relink: g++ -shared -nostdlib /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../crti.o /usr/lib/gcc/i686-redhat-linux/4.4.1/crtbeginS.o .libs/code_generator.o .libs/command_line_interface.o .libs/cpp_enum.o .libs/cpp_enum_field.o .libs/cpp_extension.o .libs/cpp_field.o .libs/cpp_file.o .libs/cpp_generator.o .libs/cpp_helpers.o .libs/cpp_message.o .libs/cpp_message_field.o .libs/cpp_primitive_field.o .libs/cpp_service.o .libs/cpp_string_field.o .libs/java_enum.o .libs/java_enum_field.o .libs/java_extension.o .libs/java_field.o .libs/java_file.o .libs/java_generator.o .libs/java_helpers.o .libs/java_message.o .libs/java_message_field.o .libs/java_primitive_field.o .libs/java_service.o .libs/python_generator.o -L/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib -L/usr/lib -lprotobuf -lpthread -L/usr/lib/gcc/i686-redhat-linux/4.4.1 -L/usr/lib/gcc/i686-redhat-linux/4.4.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i686-redhat-linux/4.4.1/crtendS.o /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../crtn.o -m32 -march=i686 -mtune=atom -Wl,-soname -Wl,libprotoc.so.4 -o .libs/libprotoc.so.4.0.0 libtool: install: /usr/bin/install -p .libs/libprotoc.so.4.0.0T /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/libprotoc.so.4.0.0 libtool: install: (cd /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib && { ln -s -f libprotoc.so.4.0.0 libprotoc.so.4 || { rm -f libprotoc.so.4 && ln -s libprotoc.so.4.0.0 libprotoc.so.4; }; }) libtool: install: (cd /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib && { ln -s -f libprotoc.so.4.0.0 libprotoc.so || { rm -f libprotoc.so && ln -s libprotoc.so.4.0.0 libprotoc.so; }; }) libtool: install: /usr/bin/install -p .libs/libprotoc.lai /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/libprotoc.la libtool: install: /usr/bin/install -p .libs/libprotobuf-lite.a /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/libprotobuf-lite.a libtool: install: chmod 644 /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/libprotobuf-lite.a libtool: install: ranlib /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/libprotobuf-lite.a libtool: install: /usr/bin/install -p .libs/libprotobuf.a /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/libprotobuf.a libtool: install: chmod 644 /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/libprotobuf.a libtool: install: ranlib /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/libprotobuf.a libtool: install: /usr/bin/install -p .libs/libprotoc.a /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/libprotoc.a libtool: install: chmod 644 /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/libprotoc.a libtool: install: ranlib /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/libprotoc.a libtool: install: warning: remember to run `libtool --finish /usr/lib' test -z "/usr/bin" || /bin/mkdir -p "/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/bin" /bin/sh ../libtool --mode=install /usr/bin/install -p protoc '/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/bin' libtool: install: warning: `libprotobuf.la' has not been installed in `/usr/lib' libtool: install: warning: `libprotoc.la' has not been installed in `/usr/lib' libtool: install: warning: `/builddir/build/BUILD/protobuf-2.2.0/src/libprotobuf.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -p .libs/protoc /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/bin/protoc make[3]: Leaving directory `/builddir/build/BUILD/protobuf-2.2.0/src' make[2]: Leaving directory `/builddir/build/BUILD/protobuf-2.2.0/src' make[1]: Leaving directory `/builddir/build/BUILD/protobuf-2.2.0/src' + find /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386 -type f -name '*.la' -exec rm -f '{}' ';' + pushd python ~/build/BUILD/protobuf-2.2.0/python ~/build/BUILD/protobuf-2.2.0 + python ./setup.py install --root=/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386 --single-version-externally-managed --record=INSTALLED_FILES --optimize=1 running install running build running build_py running install_lib Skipping installation of /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/__init__.py (namespace package) copying google/protobuf/__init__.py -> /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf copying google/protobuf/descriptor.py -> /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf copying google/protobuf/descriptor_pb2.py -> /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf copying google/protobuf/message.py -> /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf copying google/protobuf/reflection.py -> /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf copying google/protobuf/service.py -> /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf copying google/protobuf/service_reflection.py -> /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf copying google/protobuf/text_format.py -> /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf copying google/protobuf/internal/__init__.py -> /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/internal copying google/protobuf/internal/containers.py -> /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/internal copying google/protobuf/internal/decoder.py -> /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/internal copying google/protobuf/internal/encoder.py -> /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/internal copying google/protobuf/internal/input_stream.py -> /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/internal copying google/protobuf/internal/message_listener.py -> /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/internal copying google/protobuf/internal/output_stream.py -> /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/internal copying google/protobuf/internal/type_checkers.py -> /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/internal copying google/protobuf/internal/wire_format.py -> /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/internal byte-compiling /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/descriptor.py to descriptor.pyc byte-compiling /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/descriptor_pb2.py to descriptor_pb2.pyc byte-compiling /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/message.py to message.pyc byte-compiling /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/reflection.py to reflection.pyc byte-compiling /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/service_reflection.py to service_reflection.pyc byte-compiling /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/text_format.py to text_format.pyc byte-compiling /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/internal/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/internal/containers.py to containers.pyc byte-compiling /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/internal/decoder.py to decoder.pyc byte-compiling /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/internal/encoder.py to encoder.pyc byte-compiling /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/internal/input_stream.py to input_stream.pyc byte-compiling /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/internal/message_listener.py to message_listener.pyc byte-compiling /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/internal/output_stream.py to output_stream.pyc byte-compiling /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/internal/type_checkers.py to type_checkers.pyc byte-compiling /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/google/protobuf/internal/wire_format.py to wire_format.pyc writing byte-compilation script '/tmp/tmpXYp3ao.py' /usr/bin/python -O /tmp/tmpXYp3ao.py removing /tmp/tmpXYp3ao.py running install_egg_info running egg_info creating protobuf.egg-info writing protobuf.egg-info/PKG-INFO writing namespace_packages to protobuf.egg-info/namespace_packages.txt writing top-level names to protobuf.egg-info/top_level.txt writing dependency_links to protobuf.egg-info/dependency_links.txt writing manifest file 'protobuf.egg-info/SOURCES.txt' reading manifest file 'protobuf.egg-info/SOURCES.txt' writing manifest file 'protobuf.egg-info/SOURCES.txt' Copying protobuf.egg-info to /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/protobuf-2.2.0-py2.6.egg-info Installing /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/python2.6/site-packages/protobuf-2.2.0-py2.6-nspkg.pth running install_scripts writing list of installed files to 'INSTALLED_FILES' + popd ~/build/BUILD/protobuf-2.2.0 + install -p -m 644 -D /builddir/build/SOURCES/ftdetect-proto.vim /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/share/vim/vimfiles/ftdetect/proto.vim + install -p -m 644 -D editors/proto.vim /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/share/vim/vimfiles/syntax/proto.vim + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/protobuf-2.2.0 extracting debug info from /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/libprotobuf-lite.so.4.0.0 extracting debug info from /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/libprotobuf.so.4.0.0 extracting debug info from /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/lib/libprotoc.so.4.0.0 extracting debug info from /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/bin/protoc symlinked /usr/lib/debug/usr/lib/libprotobuf-lite.so.4.0.0.debug to /usr/lib/debug/usr/lib/libprotobuf-lite.so.4.debug symlinked /usr/lib/debug/usr/lib/libprotobuf-lite.so.4.0.0.debug to /usr/lib/debug/usr/lib/libprotobuf-lite.so.debug symlinked /usr/lib/debug/usr/lib/libprotobuf.so.4.0.0.debug to /usr/lib/debug/usr/lib/libprotobuf.so.4.debug symlinked /usr/lib/debug/usr/lib/libprotobuf.so.4.0.0.debug to /usr/lib/debug/usr/lib/libprotobuf.so.debug symlinked /usr/lib/debug/usr/lib/libprotoc.so.4.0.0.debug to /usr/lib/debug/usr/lib/libprotoc.so.4.debug symlinked /usr/lib/debug/usr/lib/libprotoc.so.4.0.0.debug to /usr/lib/debug/usr/lib/libprotoc.so.debug 4019 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.4sMK1X + umask 022 + cd /builddir/build/BUILD + cd protobuf-2.2.0 + unset DISPLAY + make -j4 check Making check in . make[1]: Entering directory `/builddir/build/BUILD/protobuf-2.2.0' make[1]: Nothing to be done for `check-am'. make[1]: Leaving directory `/builddir/build/BUILD/protobuf-2.2.0' Making check in src make[1]: Entering directory `/builddir/build/BUILD/protobuf-2.2.0/src' make check-am make[2]: Entering directory `/builddir/build/BUILD/protobuf-2.2.0/src' make protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test make[3]: Entering directory `/builddir/build/BUILD/protobuf-2.2.0/src' g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-common_unittest.o -MD -MP -MF .deps/protobuf_test-common_unittest.Tpo -c -o protobuf_test-common_unittest.o `test -f 'google/protobuf/stubs/common_unittest.cc' || echo './'`google/protobuf/stubs/common_unittest.cc g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-once_unittest.o -MD -MP -MF .deps/protobuf_test-once_unittest.Tpo -c -o protobuf_test-once_unittest.o `test -f 'google/protobuf/stubs/once_unittest.cc' || echo './'`google/protobuf/stubs/once_unittest.cc g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-strutil_unittest.o -MD -MP -MF .deps/protobuf_test-strutil_unittest.Tpo -c -o protobuf_test-strutil_unittest.o `test -f 'google/protobuf/stubs/strutil_unittest.cc' || echo './'`google/protobuf/stubs/strutil_unittest.cc g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-structurally_valid_unittest.o -MD -MP -MF .deps/protobuf_test-structurally_valid_unittest.Tpo -c -o protobuf_test-structurally_valid_unittest.o `test -f 'google/protobuf/stubs/structurally_valid_unittest.cc' || echo './'`google/protobuf/stubs/structurally_valid_unittest.cc google/protobuf/stubs/common_unittest.cc: In member function ‘virtual void google::protobuf::::VersionTest_VersionMatchesConfig_Test::TestBody()’: google/protobuf/stubs/common_unittest.cc:57: warning: comparison between signed and unsigned integer expressions mv -f .deps/protobuf_test-structurally_valid_unittest.Tpo .deps/protobuf_test-structurally_valid_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-descriptor_database_unittest.o -MD -MP -MF .deps/protobuf_test-descriptor_database_unittest.Tpo -c -o protobuf_test-descriptor_database_unittest.o `test -f 'google/protobuf/descriptor_database_unittest.cc' || echo './'`google/protobuf/descriptor_database_unittest.cc mv -f .deps/protobuf_test-strutil_unittest.Tpo .deps/protobuf_test-strutil_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-descriptor_unittest.o -MD -MP -MF .deps/protobuf_test-descriptor_unittest.Tpo -c -o protobuf_test-descriptor_unittest.o `test -f 'google/protobuf/descriptor_unittest.cc' || echo './'`google/protobuf/descriptor_unittest.cc mv -f .deps/protobuf_test-once_unittest.Tpo .deps/protobuf_test-once_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-dynamic_message_unittest.o -MD -MP -MF .deps/protobuf_test-dynamic_message_unittest.Tpo -c -o protobuf_test-dynamic_message_unittest.o `test -f 'google/protobuf/dynamic_message_unittest.cc' || echo './'`google/protobuf/dynamic_message_unittest.cc mv -f .deps/protobuf_test-common_unittest.Tpo .deps/protobuf_test-common_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-extension_set_unittest.o -MD -MP -MF .deps/protobuf_test-extension_set_unittest.Tpo -c -o protobuf_test-extension_set_unittest.o `test -f 'google/protobuf/extension_set_unittest.cc' || echo './'`google/protobuf/extension_set_unittest.cc mv -f .deps/protobuf_test-dynamic_message_unittest.Tpo .deps/protobuf_test-dynamic_message_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-generated_message_reflection_unittest.o -MD -MP -MF .deps/protobuf_test-generated_message_reflection_unittest.Tpo -c -o protobuf_test-generated_message_reflection_unittest.o `test -f 'google/protobuf/generated_message_reflection_unittest.cc' || echo './'`google/protobuf/generated_message_reflection_unittest.cc mv -f .deps/protobuf_test-descriptor_database_unittest.Tpo .deps/protobuf_test-descriptor_database_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-message_unittest.o -MD -MP -MF .deps/protobuf_test-message_unittest.Tpo -c -o protobuf_test-message_unittest.o `test -f 'google/protobuf/message_unittest.cc' || echo './'`google/protobuf/message_unittest.cc mv -f .deps/protobuf_test-generated_message_reflection_unittest.Tpo .deps/protobuf_test-generated_message_reflection_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-reflection_ops_unittest.o -MD -MP -MF .deps/protobuf_test-reflection_ops_unittest.Tpo -c -o protobuf_test-reflection_ops_unittest.o `test -f 'google/protobuf/reflection_ops_unittest.cc' || echo './'`google/protobuf/reflection_ops_unittest.cc mv -f .deps/protobuf_test-message_unittest.Tpo .deps/protobuf_test-message_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-repeated_field_unittest.o -MD -MP -MF .deps/protobuf_test-repeated_field_unittest.Tpo -c -o protobuf_test-repeated_field_unittest.o `test -f 'google/protobuf/repeated_field_unittest.cc' || echo './'`google/protobuf/repeated_field_unittest.cc mv -f .deps/protobuf_test-reflection_ops_unittest.Tpo .deps/protobuf_test-reflection_ops_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-text_format_unittest.o -MD -MP -MF .deps/protobuf_test-text_format_unittest.Tpo -c -o protobuf_test-text_format_unittest.o `test -f 'google/protobuf/text_format_unittest.cc' || echo './'`google/protobuf/text_format_unittest.cc mv -f .deps/protobuf_test-extension_set_unittest.Tpo .deps/protobuf_test-extension_set_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-unknown_field_set_unittest.o -MD -MP -MF .deps/protobuf_test-unknown_field_set_unittest.Tpo -c -o protobuf_test-unknown_field_set_unittest.o `test -f 'google/protobuf/unknown_field_set_unittest.cc' || echo './'`google/protobuf/unknown_field_set_unittest.cc mv -f .deps/protobuf_test-repeated_field_unittest.Tpo .deps/protobuf_test-repeated_field_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-wire_format_unittest.o -MD -MP -MF .deps/protobuf_test-wire_format_unittest.Tpo -c -o protobuf_test-wire_format_unittest.o `test -f 'google/protobuf/wire_format_unittest.cc' || echo './'`google/protobuf/wire_format_unittest.cc mv -f .deps/protobuf_test-unknown_field_set_unittest.Tpo .deps/protobuf_test-unknown_field_set_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-coded_stream_unittest.o -MD -MP -MF .deps/protobuf_test-coded_stream_unittest.Tpo -c -o protobuf_test-coded_stream_unittest.o `test -f 'google/protobuf/io/coded_stream_unittest.cc' || echo './'`google/protobuf/io/coded_stream_unittest.cc google/protobuf/io/coded_stream_unittest.cc: In member function ‘virtual void google::protobuf::io::::CodedStreamTest_ReadVarint32_DD_ReadVarint32_Test::TestBody()’: google/protobuf/io/coded_stream_unittest.cc:179: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc:179: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc: In member function ‘virtual void google::protobuf::io::::CodedStreamTest_ReadTag_DD_ReadTag_Test::TestBody()’: google/protobuf/io/coded_stream_unittest.cc:194: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc:194: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc: In member function ‘virtual void google::protobuf::io::::CodedStreamTest_ExpectTag_DD_ExpectTag_Test::TestBody()’: google/protobuf/io/coded_stream_unittest.cc:211: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc: In member function ‘virtual void google::protobuf::io::::CodedStreamTest_ReadVarint64_DD_ReadVarint64_Test::TestBody()’: google/protobuf/io/coded_stream_unittest.cc:245: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc:245: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc: In member function ‘virtual void google::protobuf::io::::CodedStreamTest_WriteVarint32_DD_WriteVarint32_Test::TestBody()’: google/protobuf/io/coded_stream_unittest.cc:260: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc:260: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc: In member function ‘virtual void google::protobuf::io::::CodedStreamTest_WriteVarint64_DD_WriteVarint64_Test::TestBody()’: google/protobuf/io/coded_stream_unittest.cc:282: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc:282: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc: In member function ‘virtual void google::protobuf::io::::CodedStreamTest_WriteVarint32SignExtended_DD_WriteVarint32SignExtended_Test::TestBody()’: google/protobuf/io/coded_stream_unittest.cc:307: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc:307: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc: In member function ‘virtual void google::protobuf::io::::CodedStreamTest_ReadVarint32Error_DD_ReadVarint32Error_Test::TestBody()’: google/protobuf/io/coded_stream_unittest.cc:380: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc:380: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc: In member function ‘virtual void google::protobuf::io::::CodedStreamTest_ReadVarint64Error_DD_ReadVarint64Error_Test::TestBody()’: google/protobuf/io/coded_stream_unittest.cc:390: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc:390: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc: In member function ‘virtual void google::protobuf::io::::CodedStreamTest_VarintSize32_DD_VarintSize32_Test::TestBody()’: google/protobuf/io/coded_stream_unittest.cc:423: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc: In member function ‘virtual void google::protobuf::io::::CodedStreamTest_VarintSize64_DD_VarintSize64_Test::TestBody()’: google/protobuf/io/coded_stream_unittest.cc:434: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc: In member function ‘virtual void google::protobuf::io::::CodedStreamTest_ReadLittleEndian32_DD_ReadLittleEndian32_Test::TestBody()’: google/protobuf/io/coded_stream_unittest.cc:470: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc:470: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc: In member function ‘virtual void google::protobuf::io::::CodedStreamTest_ReadLittleEndian64_DD_ReadLittleEndian64_Test::TestBody()’: google/protobuf/io/coded_stream_unittest.cc:485: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc:485: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc: In member function ‘virtual void google::protobuf::io::::CodedStreamTest_WriteLittleEndian32_DD_WriteLittleEndian32_Test::TestBody()’: google/protobuf/io/coded_stream_unittest.cc:500: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc:500: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc: In member function ‘virtual void google::protobuf::io::::CodedStreamTest_WriteLittleEndian64_DD_WriteLittleEndian64_Test::TestBody()’: google/protobuf/io/coded_stream_unittest.cc:516: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc:516: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc: In member function ‘virtual void google::protobuf::io::::CodedStreamTest_ReadRaw_DD_ReadRaw_Test::TestBody()’: google/protobuf/io/coded_stream_unittest.cc:537: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc: In member function ‘virtual void google::protobuf::io::::CodedStreamTest_WriteRaw_DD_WriteRaw_Test::TestBody()’: google/protobuf/io/coded_stream_unittest.cc:552: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc: In member function ‘virtual void google::protobuf::io::::CodedStreamTest_ReadString_DD_ReadString_Test::TestBody()’: google/protobuf/io/coded_stream_unittest.cc:568: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc: In member function ‘virtual void google::protobuf::io::::CodedStreamTest_ReadStringImpossiblyLarge_DD_ReadStringImpossiblyLarge_Test::TestBody()’: google/protobuf/io/coded_stream_unittest.cc:584: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc: In member function ‘virtual void google::protobuf::io::::CodedStreamTest_SkipInput_DD_SkipInput_Test::TestBody()’: google/protobuf/io/coded_stream_unittest.cc:605: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc: In member function ‘virtual void google::protobuf::io::::CodedStreamTest_BasicLimit_DD_BasicLimit_Test::TestBody()’: google/protobuf/io/coded_stream_unittest.cc:693: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc: In member function ‘virtual void google::protobuf::io::::CodedStreamTest_SmallLimitOnTopOfBigLimit_DD_SmallLimitOnTopOfBigLimit_Test::TestBody()’: google/protobuf/io/coded_stream_unittest.cc:723: warning: comparison between signed and unsigned integer expressions google/protobuf/io/coded_stream_unittest.cc: In member function ‘virtual void google::protobuf::io::::CodedStreamTest_BigLimitOnTopOfSmallLimit_DD_BigLimitOnTopOfSmallLimit_Test::TestBody()’: google/protobuf/io/coded_stream_unittest.cc:765: warning: comparison between signed and unsigned integer expressions mv -f .deps/protobuf_test-text_format_unittest.Tpo .deps/protobuf_test-text_format_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-printer_unittest.o -MD -MP -MF .deps/protobuf_test-printer_unittest.Tpo -c -o protobuf_test-printer_unittest.o `test -f 'google/protobuf/io/printer_unittest.cc' || echo './'`google/protobuf/io/printer_unittest.cc mv -f .deps/protobuf_test-printer_unittest.Tpo .deps/protobuf_test-printer_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-tokenizer_unittest.o -MD -MP -MF .deps/protobuf_test-tokenizer_unittest.Tpo -c -o protobuf_test-tokenizer_unittest.o `test -f 'google/protobuf/io/tokenizer_unittest.cc' || echo './'`google/protobuf/io/tokenizer_unittest.cc google/protobuf/io/tokenizer_unittest.cc: In member function ‘virtual void google::protobuf::io::::TokenizerTest_SimpleTokens_DD_SimpleTokens_Test::TestBody()’: google/protobuf/io/tokenizer_unittest.cc:247: warning: comparison between signed and unsigned integer expressions google/protobuf/io/tokenizer_unittest.cc:247: warning: comparison between signed and unsigned integer expressions google/protobuf/io/tokenizer_unittest.cc: In member function ‘virtual void google::protobuf::io::::TokenizerTest_FloatSuffix_DD_FloatSuffix_Test::TestBody()’: google/protobuf/io/tokenizer_unittest.cc:285: warning: comparison between signed and unsigned integer expressions google/protobuf/io/tokenizer_unittest.cc: In member function ‘virtual void google::protobuf::io::::TokenizerTest_MultipleTokens_DD_MultipleTokens_Test::TestBody()’: google/protobuf/io/tokenizer_unittest.cc:402: warning: comparison between signed and unsigned integer expressions google/protobuf/io/tokenizer_unittest.cc:402: warning: comparison between signed and unsigned integer expressions google/protobuf/io/tokenizer_unittest.cc: In member function ‘virtual void google::protobuf::io::::TokenizerTest_ShCommentStyle_DD_ShCommentStyle_Test::TestBody()’: google/protobuf/io/tokenizer_unittest.cc:447: warning: comparison between signed and unsigned integer expressions google/protobuf/io/tokenizer_unittest.cc: In member function ‘virtual void google::protobuf::io::::TokenizerTest_Errors_DD_Errors_Test::TestBody()’: google/protobuf/io/tokenizer_unittest.cc:686: warning: comparison between signed and unsigned integer expressions google/protobuf/io/tokenizer_unittest.cc:686: warning: comparison between signed and unsigned integer expressions google/protobuf/io/tokenizer_unittest.cc: In member function ‘virtual void google::protobuf::io::::TokenizerTest_BackUpOnDestruction_DD_BackUpOnDestruction_Test::TestBody()’: google/protobuf/io/tokenizer_unittest.cc:711: warning: comparison between signed and unsigned integer expressions google/protobuf/io/tokenizer_unittest.cc: In member function ‘void google::protobuf::io::::TokenizerTest_ShCommentStyle_DD::DoSingleCase(const CaseType&) [with CaseType = int]’: google/protobuf/io/tokenizer_unittest.cc:447: instantiated from here google/protobuf/io/tokenizer_unittest.cc:466: warning: comparison between signed and unsigned integer expressions mv -f .deps/protobuf_test-wire_format_unittest.Tpo .deps/protobuf_test-wire_format_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-zero_copy_stream_unittest.o -MD -MP -MF .deps/protobuf_test-zero_copy_stream_unittest.Tpo -c -o protobuf_test-zero_copy_stream_unittest.o `test -f 'google/protobuf/io/zero_copy_stream_unittest.cc' || echo './'`google/protobuf/io/zero_copy_stream_unittest.cc mv -f .deps/protobuf_test-coded_stream_unittest.Tpo .deps/protobuf_test-coded_stream_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-command_line_interface_unittest.o -MD -MP -MF .deps/protobuf_test-command_line_interface_unittest.Tpo -c -o protobuf_test-command_line_interface_unittest.o `test -f 'google/protobuf/compiler/command_line_interface_unittest.cc' || echo './'`google/protobuf/compiler/command_line_interface_unittest.cc google/protobuf/compiler/command_line_interface_unittest.cc: In member function ‘virtual void google::protobuf::compiler::::CommandLineInterfaceTest::TearDown()’: google/protobuf/compiler/command_line_interface_unittest.cc:247: warning: comparison between signed and unsigned integer expressions google/protobuf/compiler/command_line_interface_unittest.cc: In member function ‘void google::protobuf::compiler::::CommandLineInterfaceTest::Run(const std::string&)’: google/protobuf/compiler/command_line_interface_unittest.cc:259: warning: comparison between signed and unsigned integer expressions google/protobuf/compiler/command_line_interface_unittest.cc: In member function ‘std::string google::protobuf::compiler::::EncodeDecodeTest::StripCR(const std::string&)’: google/protobuf/compiler/command_line_interface_unittest.cc:1234: warning: comparison between signed and unsigned integer expressions google/protobuf/compiler/command_line_interface_unittest.cc: In member function ‘bool google::protobuf::compiler::::EncodeDecodeTest::Run(const std::string&)’: google/protobuf/compiler/command_line_interface_unittest.cc:1253: warning: comparison between signed and unsigned integer expressions mv -f .deps/protobuf_test-zero_copy_stream_unittest.Tpo .deps/protobuf_test-zero_copy_stream_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-importer_unittest.o -MD -MP -MF .deps/protobuf_test-importer_unittest.Tpo -c -o protobuf_test-importer_unittest.o `test -f 'google/protobuf/compiler/importer_unittest.cc' || echo './'`google/protobuf/compiler/importer_unittest.cc In file included from /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../../include/c++/4.4.1/ext/hash_map:59, from ./google/protobuf/stubs/hash.h:43, from google/protobuf/compiler/importer_unittest.cc:35: /usr/lib/gcc/i686-redhat-linux/4.4.1/../../../../include/c++/4.4.1/backward/backward_warning.h:28:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. mv -f .deps/protobuf_test-descriptor_unittest.Tpo .deps/protobuf_test-descriptor_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-parser_unittest.o -MD -MP -MF .deps/protobuf_test-parser_unittest.Tpo -c -o protobuf_test-parser_unittest.o `test -f 'google/protobuf/compiler/parser_unittest.cc' || echo './'`google/protobuf/compiler/parser_unittest.cc google/protobuf/compiler/importer_unittest.cc: In member function ‘virtual void google::protobuf::compiler::::DiskSourceTreeTest::SetUp()’: google/protobuf/compiler/importer_unittest.cc:335: warning: comparison between signed and unsigned integer expressions google/protobuf/compiler/importer_unittest.cc: In member function ‘virtual void google::protobuf::compiler::::DiskSourceTreeTest::TearDown()’: google/protobuf/compiler/importer_unittest.cc:344: warning: comparison between signed and unsigned integer expressions mv -f .deps/protobuf_test-tokenizer_unittest.Tpo .deps/protobuf_test-tokenizer_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-cpp_bootstrap_unittest.o -MD -MP -MF .deps/protobuf_test-cpp_bootstrap_unittest.Tpo -c -o protobuf_test-cpp_bootstrap_unittest.o `test -f 'google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc' || echo './'`google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc mv -f .deps/protobuf_test-cpp_bootstrap_unittest.Tpo .deps/protobuf_test-cpp_bootstrap_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-cpp_unittest.o -MD -MP -MF .deps/protobuf_test-cpp_unittest.Tpo -c -o protobuf_test-cpp_unittest.o `test -f 'google/protobuf/compiler/cpp/cpp_unittest.cc' || echo './'`google/protobuf/compiler/cpp/cpp_unittest.cc mv -f .deps/protobuf_test-command_line_interface_unittest.Tpo .deps/protobuf_test-command_line_interface_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-test_util.o -MD -MP -MF .deps/protobuf_test-test_util.Tpo -c -o protobuf_test-test_util.o `test -f 'google/protobuf/test_util.cc' || echo './'`google/protobuf/test_util.cc mv -f .deps/protobuf_test-importer_unittest.Tpo .deps/protobuf_test-importer_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-googletest.o -MD -MP -MF .deps/protobuf_test-googletest.Tpo -c -o protobuf_test-googletest.o `test -f 'google/protobuf/testing/googletest.cc' || echo './'`google/protobuf/testing/googletest.cc mv -f .deps/protobuf_test-parser_unittest.Tpo .deps/protobuf_test-parser_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-file.o -MD -MP -MF .deps/protobuf_test-file.Tpo -c -o protobuf_test-file.o `test -f 'google/protobuf/testing/file.cc' || echo './'`google/protobuf/testing/file.cc mv -f .deps/protobuf_test-googletest.Tpo .deps/protobuf_test-googletest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-unittest_lite.pb.o -MD -MP -MF .deps/protobuf_test-unittest_lite.pb.Tpo -c -o protobuf_test-unittest_lite.pb.o `test -f 'google/protobuf/unittest_lite.pb.cc' || echo './'`google/protobuf/unittest_lite.pb.cc google/protobuf/test_util.cc: In member function ‘void google::protobuf::TestUtil::ReflectionTester::RemoveLastRepeatedsViaReflection(google::protobuf::Message*)’: google/protobuf/test_util.cc:2748: warning: comparison between signed and unsigned integer expressions google/protobuf/test_util.cc: In member function ‘void google::protobuf::TestUtil::ReflectionTester::SwapRepeatedsViaReflection(google::protobuf::Message*)’: google/protobuf/test_util.cc:2761: warning: comparison between signed and unsigned integer expressions mv -f .deps/protobuf_test-file.Tpo .deps/protobuf_test-file.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-unittest_import_lite.pb.o -MD -MP -MF .deps/protobuf_test-unittest_import_lite.pb.Tpo -c -o protobuf_test-unittest_import_lite.pb.o `test -f 'google/protobuf/unittest_import_lite.pb.cc' || echo './'`google/protobuf/unittest_import_lite.pb.cc mv -f .deps/protobuf_test-unittest_import_lite.pb.Tpo .deps/protobuf_test-unittest_import_lite.pb.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-unittest.pb.o -MD -MP -MF .deps/protobuf_test-unittest.pb.Tpo -c -o protobuf_test-unittest.pb.o `test -f 'google/protobuf/unittest.pb.cc' || echo './'`google/protobuf/unittest.pb.cc mv -f .deps/protobuf_test-cpp_unittest.Tpo .deps/protobuf_test-cpp_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-unittest_empty.pb.o -MD -MP -MF .deps/protobuf_test-unittest_empty.pb.Tpo -c -o protobuf_test-unittest_empty.pb.o `test -f 'google/protobuf/unittest_empty.pb.cc' || echo './'`google/protobuf/unittest_empty.pb.cc mv -f .deps/protobuf_test-unittest_empty.pb.Tpo .deps/protobuf_test-unittest_empty.pb.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-unittest_import.pb.o -MD -MP -MF .deps/protobuf_test-unittest_import.pb.Tpo -c -o protobuf_test-unittest_import.pb.o `test -f 'google/protobuf/unittest_import.pb.cc' || echo './'`google/protobuf/unittest_import.pb.cc mv -f .deps/protobuf_test-unittest_lite.pb.Tpo .deps/protobuf_test-unittest_lite.pb.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-unittest_mset.pb.o -MD -MP -MF .deps/protobuf_test-unittest_mset.pb.Tpo -c -o protobuf_test-unittest_mset.pb.o `test -f 'google/protobuf/unittest_mset.pb.cc' || echo './'`google/protobuf/unittest_mset.pb.cc mv -f .deps/protobuf_test-unittest_import.pb.Tpo .deps/protobuf_test-unittest_import.pb.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-unittest_optimize_for.pb.o -MD -MP -MF .deps/protobuf_test-unittest_optimize_for.pb.Tpo -c -o protobuf_test-unittest_optimize_for.pb.o `test -f 'google/protobuf/unittest_optimize_for.pb.cc' || echo './'`google/protobuf/unittest_optimize_for.pb.cc mv -f .deps/protobuf_test-unittest_optimize_for.pb.Tpo .deps/protobuf_test-unittest_optimize_for.pb.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-unittest_embed_optimize_for.pb.o -MD -MP -MF .deps/protobuf_test-unittest_embed_optimize_for.pb.Tpo -c -o protobuf_test-unittest_embed_optimize_for.pb.o `test -f 'google/protobuf/unittest_embed_optimize_for.pb.cc' || echo './'`google/protobuf/unittest_embed_optimize_for.pb.cc mv -f .deps/protobuf_test-unittest_mset.pb.Tpo .deps/protobuf_test-unittest_mset.pb.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-unittest_custom_options.pb.o -MD -MP -MF .deps/protobuf_test-unittest_custom_options.pb.Tpo -c -o protobuf_test-unittest_custom_options.pb.o `test -f 'google/protobuf/unittest_custom_options.pb.cc' || echo './'`google/protobuf/unittest_custom_options.pb.cc mv -f .deps/protobuf_test-unittest_embed_optimize_for.pb.Tpo .deps/protobuf_test-unittest_embed_optimize_for.pb.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-unittest_lite_imports_nonlite.pb.o -MD -MP -MF .deps/protobuf_test-unittest_lite_imports_nonlite.pb.Tpo -c -o protobuf_test-unittest_lite_imports_nonlite.pb.o `test -f 'google/protobuf/unittest_lite_imports_nonlite.pb.cc' || echo './'`google/protobuf/unittest_lite_imports_nonlite.pb.cc mv -f .deps/protobuf_test-unittest_lite_imports_nonlite.pb.Tpo .deps/protobuf_test-unittest_lite_imports_nonlite.pb.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_test-cpp_test_bad_identifiers.pb.o -MD -MP -MF .deps/protobuf_test-cpp_test_bad_identifiers.pb.Tpo -c -o protobuf_test-cpp_test_bad_identifiers.pb.o `test -f 'google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc' || echo './'`google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc mv -f .deps/protobuf_test-unittest_custom_options.pb.Tpo .deps/protobuf_test-unittest_custom_options.pb.Po g++ -DHAVE_CONFIG_H -I. -I.. -DPROTOBUF_TEST_NO_DESCRIPTORS -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_lazy_descriptor_test-cpp_unittest.o -MD -MP -MF .deps/protobuf_lazy_descriptor_test-cpp_unittest.Tpo -c -o protobuf_lazy_descriptor_test-cpp_unittest.o `test -f 'google/protobuf/compiler/cpp/cpp_unittest.cc' || echo './'`google/protobuf/compiler/cpp/cpp_unittest.cc mv -f .deps/protobuf_test-cpp_test_bad_identifiers.pb.Tpo .deps/protobuf_test-cpp_test_bad_identifiers.pb.Po g++ -DHAVE_CONFIG_H -I. -I.. -DPROTOBUF_TEST_NO_DESCRIPTORS -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_lazy_descriptor_test-test_util.o -MD -MP -MF .deps/protobuf_lazy_descriptor_test-test_util.Tpo -c -o protobuf_lazy_descriptor_test-test_util.o `test -f 'google/protobuf/test_util.cc' || echo './'`google/protobuf/test_util.cc mv -f .deps/protobuf_test-unittest.pb.Tpo .deps/protobuf_test-unittest.pb.Po g++ -DHAVE_CONFIG_H -I. -I.. -DPROTOBUF_TEST_NO_DESCRIPTORS -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_lazy_descriptor_test-googletest.o -MD -MP -MF .deps/protobuf_lazy_descriptor_test-googletest.Tpo -c -o protobuf_lazy_descriptor_test-googletest.o `test -f 'google/protobuf/testing/googletest.cc' || echo './'`google/protobuf/testing/googletest.cc google/protobuf/test_util.cc: In member function ‘void google::protobuf::TestUtil::ReflectionTester::RemoveLastRepeatedsViaReflection(google::protobuf::Message*)’: google/protobuf/test_util.cc:2748: warning: comparison between signed and unsigned integer expressions google/protobuf/test_util.cc: In member function ‘void google::protobuf::TestUtil::ReflectionTester::SwapRepeatedsViaReflection(google::protobuf::Message*)’: google/protobuf/test_util.cc:2761: warning: comparison between signed and unsigned integer expressions mv -f .deps/protobuf_lazy_descriptor_test-googletest.Tpo .deps/protobuf_lazy_descriptor_test-googletest.Po g++ -DHAVE_CONFIG_H -I. -I.. -DPROTOBUF_TEST_NO_DESCRIPTORS -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_lazy_descriptor_test-file.o -MD -MP -MF .deps/protobuf_lazy_descriptor_test-file.Tpo -c -o protobuf_lazy_descriptor_test-file.o `test -f 'google/protobuf/testing/file.cc' || echo './'`google/protobuf/testing/file.cc mv -f .deps/protobuf_lazy_descriptor_test-file.Tpo .deps/protobuf_lazy_descriptor_test-file.Po g++ -DHAVE_CONFIG_H -I. -I.. -DPROTOBUF_TEST_NO_DESCRIPTORS -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_lazy_descriptor_test-unittest_lite.pb.o -MD -MP -MF .deps/protobuf_lazy_descriptor_test-unittest_lite.pb.Tpo -c -o protobuf_lazy_descriptor_test-unittest_lite.pb.o `test -f 'google/protobuf/unittest_lite.pb.cc' || echo './'`google/protobuf/unittest_lite.pb.cc mv -f .deps/protobuf_lazy_descriptor_test-cpp_unittest.Tpo .deps/protobuf_lazy_descriptor_test-cpp_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -DPROTOBUF_TEST_NO_DESCRIPTORS -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_lazy_descriptor_test-unittest_import_lite.pb.o -MD -MP -MF .deps/protobuf_lazy_descriptor_test-unittest_import_lite.pb.Tpo -c -o protobuf_lazy_descriptor_test-unittest_import_lite.pb.o `test -f 'google/protobuf/unittest_import_lite.pb.cc' || echo './'`google/protobuf/unittest_import_lite.pb.cc mv -f .deps/protobuf_lazy_descriptor_test-unittest_import_lite.pb.Tpo .deps/protobuf_lazy_descriptor_test-unittest_import_lite.pb.Po g++ -DHAVE_CONFIG_H -I. -I.. -DPROTOBUF_TEST_NO_DESCRIPTORS -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_lazy_descriptor_test-unittest.pb.o -MD -MP -MF .deps/protobuf_lazy_descriptor_test-unittest.pb.Tpo -c -o protobuf_lazy_descriptor_test-unittest.pb.o `test -f 'google/protobuf/unittest.pb.cc' || echo './'`google/protobuf/unittest.pb.cc mv -f .deps/protobuf_lazy_descriptor_test-unittest_lite.pb.Tpo .deps/protobuf_lazy_descriptor_test-unittest_lite.pb.Po g++ -DHAVE_CONFIG_H -I. -I.. -DPROTOBUF_TEST_NO_DESCRIPTORS -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_lazy_descriptor_test-unittest_empty.pb.o -MD -MP -MF .deps/protobuf_lazy_descriptor_test-unittest_empty.pb.Tpo -c -o protobuf_lazy_descriptor_test-unittest_empty.pb.o `test -f 'google/protobuf/unittest_empty.pb.cc' || echo './'`google/protobuf/unittest_empty.pb.cc mv -f .deps/protobuf_lazy_descriptor_test-unittest_empty.pb.Tpo .deps/protobuf_lazy_descriptor_test-unittest_empty.pb.Po g++ -DHAVE_CONFIG_H -I. -I.. -DPROTOBUF_TEST_NO_DESCRIPTORS -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_lazy_descriptor_test-unittest_import.pb.o -MD -MP -MF .deps/protobuf_lazy_descriptor_test-unittest_import.pb.Tpo -c -o protobuf_lazy_descriptor_test-unittest_import.pb.o `test -f 'google/protobuf/unittest_import.pb.cc' || echo './'`google/protobuf/unittest_import.pb.cc mv -f .deps/protobuf_lazy_descriptor_test-unittest_import.pb.Tpo .deps/protobuf_lazy_descriptor_test-unittest_import.pb.Po g++ -DHAVE_CONFIG_H -I. -I.. -DPROTOBUF_TEST_NO_DESCRIPTORS -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_lazy_descriptor_test-unittest_mset.pb.o -MD -MP -MF .deps/protobuf_lazy_descriptor_test-unittest_mset.pb.Tpo -c -o protobuf_lazy_descriptor_test-unittest_mset.pb.o `test -f 'google/protobuf/unittest_mset.pb.cc' || echo './'`google/protobuf/unittest_mset.pb.cc mv -f .deps/protobuf_lazy_descriptor_test-unittest_mset.pb.Tpo .deps/protobuf_lazy_descriptor_test-unittest_mset.pb.Po g++ -DHAVE_CONFIG_H -I. -I.. -DPROTOBUF_TEST_NO_DESCRIPTORS -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_lazy_descriptor_test-unittest_optimize_for.pb.o -MD -MP -MF .deps/protobuf_lazy_descriptor_test-unittest_optimize_for.pb.Tpo -c -o protobuf_lazy_descriptor_test-unittest_optimize_for.pb.o `test -f 'google/protobuf/unittest_optimize_for.pb.cc' || echo './'`google/protobuf/unittest_optimize_for.pb.cc mv -f .deps/protobuf_lazy_descriptor_test-unittest_optimize_for.pb.Tpo .deps/protobuf_lazy_descriptor_test-unittest_optimize_for.pb.Po g++ -DHAVE_CONFIG_H -I. -I.. -DPROTOBUF_TEST_NO_DESCRIPTORS -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_lazy_descriptor_test-unittest_embed_optimize_for.pb.o -MD -MP -MF .deps/protobuf_lazy_descriptor_test-unittest_embed_optimize_for.pb.Tpo -c -o protobuf_lazy_descriptor_test-unittest_embed_optimize_for.pb.o `test -f 'google/protobuf/unittest_embed_optimize_for.pb.cc' || echo './'`google/protobuf/unittest_embed_optimize_for.pb.cc mv -f .deps/protobuf_lazy_descriptor_test-unittest_embed_optimize_for.pb.Tpo .deps/protobuf_lazy_descriptor_test-unittest_embed_optimize_for.pb.Po g++ -DHAVE_CONFIG_H -I. -I.. -DPROTOBUF_TEST_NO_DESCRIPTORS -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_lazy_descriptor_test-unittest_custom_options.pb.o -MD -MP -MF .deps/protobuf_lazy_descriptor_test-unittest_custom_options.pb.Tpo -c -o protobuf_lazy_descriptor_test-unittest_custom_options.pb.o `test -f 'google/protobuf/unittest_custom_options.pb.cc' || echo './'`google/protobuf/unittest_custom_options.pb.cc mv -f .deps/protobuf_lazy_descriptor_test-unittest_custom_options.pb.Tpo .deps/protobuf_lazy_descriptor_test-unittest_custom_options.pb.Po g++ -DHAVE_CONFIG_H -I. -I.. -DPROTOBUF_TEST_NO_DESCRIPTORS -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_lazy_descriptor_test-unittest_lite_imports_nonlite.pb.o -MD -MP -MF .deps/protobuf_lazy_descriptor_test-unittest_lite_imports_nonlite.pb.Tpo -c -o protobuf_lazy_descriptor_test-unittest_lite_imports_nonlite.pb.o `test -f 'google/protobuf/unittest_lite_imports_nonlite.pb.cc' || echo './'`google/protobuf/unittest_lite_imports_nonlite.pb.cc mv -f .deps/protobuf_lazy_descriptor_test-unittest.pb.Tpo .deps/protobuf_lazy_descriptor_test-unittest.pb.Po g++ -DHAVE_CONFIG_H -I. -I.. -DPROTOBUF_TEST_NO_DESCRIPTORS -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_lazy_descriptor_test-cpp_test_bad_identifiers.pb.o -MD -MP -MF .deps/protobuf_lazy_descriptor_test-cpp_test_bad_identifiers.pb.Tpo -c -o protobuf_lazy_descriptor_test-cpp_test_bad_identifiers.pb.o `test -f 'google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc' || echo './'`google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc mv -f .deps/protobuf_lazy_descriptor_test-unittest_lite_imports_nonlite.pb.Tpo .deps/protobuf_lazy_descriptor_test-unittest_lite_imports_nonlite.pb.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_lite_test-lite_unittest.o -MD -MP -MF .deps/protobuf_lite_test-lite_unittest.Tpo -c -o protobuf_lite_test-lite_unittest.o `test -f 'google/protobuf/lite_unittest.cc' || echo './'`google/protobuf/lite_unittest.cc mv -f .deps/protobuf_lite_test-lite_unittest.Tpo .deps/protobuf_lite_test-lite_unittest.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_lite_test-test_util_lite.o -MD -MP -MF .deps/protobuf_lite_test-test_util_lite.Tpo -c -o protobuf_lite_test-test_util_lite.o `test -f 'google/protobuf/test_util_lite.cc' || echo './'`google/protobuf/test_util_lite.cc mv -f .deps/protobuf_lazy_descriptor_test-cpp_test_bad_identifiers.pb.Tpo .deps/protobuf_lazy_descriptor_test-cpp_test_bad_identifiers.pb.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_lite_test-unittest_lite.pb.o -MD -MP -MF .deps/protobuf_lite_test-unittest_lite.pb.Tpo -c -o protobuf_lite_test-unittest_lite.pb.o `test -f 'google/protobuf/unittest_lite.pb.cc' || echo './'`google/protobuf/unittest_lite.pb.cc mv -f .deps/protobuf_lite_test-unittest_lite.pb.Tpo .deps/protobuf_lite_test-unittest_lite.pb.Po g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -MT protobuf_lite_test-unittest_import_lite.pb.o -MD -MP -MF .deps/protobuf_lite_test-unittest_import_lite.pb.Tpo -c -o protobuf_lite_test-unittest_import_lite.pb.o `test -f 'google/protobuf/unittest_import_lite.pb.cc' || echo './'`google/protobuf/unittest_import_lite.pb.cc mv -f .deps/protobuf_lite_test-unittest_import_lite.pb.Tpo .deps/protobuf_lite_test-unittest_import_lite.pb.Po mv -f .deps/protobuf_lite_test-test_util_lite.Tpo .deps/protobuf_lite_test-test_util_lite.Po /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -o protobuf-lite-test protobuf_lite_test-lite_unittest.o protobuf_lite_test-test_util_lite.o protobuf_lite_test-unittest_lite.pb.o protobuf_lite_test-unittest_import_lite.pb.o -lpthread libprotobuf-lite.la libtool: link: g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -o .libs/protobuf-lite-test protobuf_lite_test-lite_unittest.o protobuf_lite_test-test_util_lite.o protobuf_lite_test-unittest_lite.pb.o protobuf_lite_test-unittest_import_lite.pb.o ./.libs/libprotobuf-lite.so -lpthread mv -f .deps/protobuf_test-test_util.Tpo .deps/protobuf_test-test_util.Po /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -o protobuf-test protobuf_test-common_unittest.o protobuf_test-once_unittest.o protobuf_test-strutil_unittest.o protobuf_test-structurally_valid_unittest.o protobuf_test-descriptor_database_unittest.o protobuf_test-descriptor_unittest.o protobuf_test-dynamic_message_unittest.o protobuf_test-extension_set_unittest.o protobuf_test-generated_message_reflection_unittest.o protobuf_test-message_unittest.o protobuf_test-reflection_ops_unittest.o protobuf_test-repeated_field_unittest.o protobuf_test-text_format_unittest.o protobuf_test-unknown_field_set_unittest.o protobuf_test-wire_format_unittest.o protobuf_test-coded_stream_unittest.o protobuf_test-printer_unittest.o protobuf_test-tokenizer_unittest.o protobuf_test-zero_copy_stream_unittest.o protobuf_test-command_line_interface_unittest.o protobuf_test-importer_unittest.o protobuf_test-parser_unittest.o protobuf_test-cpp_bootstrap_unittest.o protobuf_test-cpp_unittest.o protobuf_test-test_util.o protobuf_test-googletest.o protobuf_test-file.o protobuf_test-unittest_lite.pb.o protobuf_test-unittest_import_lite.pb.o protobuf_test-unittest.pb.o protobuf_test-unittest_empty.pb.o protobuf_test-unittest_import.pb.o protobuf_test-unittest_mset.pb.o protobuf_test-unittest_optimize_for.pb.o protobuf_test-unittest_embed_optimize_for.pb.o protobuf_test-unittest_custom_options.pb.o protobuf_test-unittest_lite_imports_nonlite.pb.o protobuf_test-cpp_test_bad_identifiers.pb.o -lpthread libprotobuf.la libprotoc.la -lgtest -lgtest_main libtool: link: g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -o .libs/protobuf-test protobuf_test-common_unittest.o protobuf_test-once_unittest.o protobuf_test-strutil_unittest.o protobuf_test-structurally_valid_unittest.o protobuf_test-descriptor_database_unittest.o protobuf_test-descriptor_unittest.o protobuf_test-dynamic_message_unittest.o protobuf_test-extension_set_unittest.o protobuf_test-generated_message_reflection_unittest.o protobuf_test-message_unittest.o protobuf_test-reflection_ops_unittest.o protobuf_test-repeated_field_unittest.o protobuf_test-text_format_unittest.o protobuf_test-unknown_field_set_unittest.o protobuf_test-wire_format_unittest.o protobuf_test-coded_stream_unittest.o protobuf_test-printer_unittest.o protobuf_test-tokenizer_unittest.o protobuf_test-zero_copy_stream_unittest.o protobuf_test-command_line_interface_unittest.o protobuf_test-importer_unittest.o protobuf_test-parser_unittest.o protobuf_test-cpp_bootstrap_unittest.o protobuf_test-cpp_unittest.o protobuf_test-test_util.o protobuf_test-googletest.o protobuf_test-file.o protobuf_test-unittest_lite.pb.o protobuf_test-unittest_import_lite.pb.o protobuf_test-unittest.pb.o protobuf_test-unittest_empty.pb.o protobuf_test-unittest_import.pb.o protobuf_test-unittest_mset.pb.o protobuf_test-unittest_optimize_for.pb.o protobuf_test-unittest_embed_optimize_for.pb.o protobuf_test-unittest_custom_options.pb.o protobuf_test-unittest_lite_imports_nonlite.pb.o protobuf_test-cpp_test_bad_identifiers.pb.o ./.libs/libprotobuf.so ./.libs/libprotoc.so /builddir/build/BUILD/protobuf-2.2.0/src/.libs/libprotobuf.so -lpthread -lgtest -lgtest_main protobuf_test-googletest.o: In function `GetTemporaryDirectoryName': /builddir/build/BUILD/protobuf-2.2.0/src/google/protobuf/testing/googletest.cc:97: warning: the use of `tmpnam' is dangerous, better use `mkstemp' mv -f .deps/protobuf_lazy_descriptor_test-test_util.Tpo .deps/protobuf_lazy_descriptor_test-test_util.Po /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -o protobuf-lazy-descriptor-test protobuf_lazy_descriptor_test-cpp_unittest.o protobuf_lazy_descriptor_test-test_util.o protobuf_lazy_descriptor_test-googletest.o protobuf_lazy_descriptor_test-file.o protobuf_lazy_descriptor_test-unittest_lite.pb.o protobuf_lazy_descriptor_test-unittest_import_lite.pb.o protobuf_lazy_descriptor_test-unittest.pb.o protobuf_lazy_descriptor_test-unittest_empty.pb.o protobuf_lazy_descriptor_test-unittest_import.pb.o protobuf_lazy_descriptor_test-unittest_mset.pb.o protobuf_lazy_descriptor_test-unittest_optimize_for.pb.o protobuf_lazy_descriptor_test-unittest_embed_optimize_for.pb.o protobuf_lazy_descriptor_test-unittest_custom_options.pb.o protobuf_lazy_descriptor_test-unittest_lite_imports_nonlite.pb.o protobuf_lazy_descriptor_test-cpp_test_bad_identifiers.pb.o -lpthread libprotobuf.la -lgtest -lgtest_main libtool: link: g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -o .libs/protobuf-lazy-descriptor-test protobuf_lazy_descriptor_test-cpp_unittest.o protobuf_lazy_descriptor_test-test_util.o protobuf_lazy_descriptor_test-googletest.o protobuf_lazy_descriptor_test-file.o protobuf_lazy_descriptor_test-unittest_lite.pb.o protobuf_lazy_descriptor_test-unittest_import_lite.pb.o protobuf_lazy_descriptor_test-unittest.pb.o protobuf_lazy_descriptor_test-unittest_empty.pb.o protobuf_lazy_descriptor_test-unittest_import.pb.o protobuf_lazy_descriptor_test-unittest_mset.pb.o protobuf_lazy_descriptor_test-unittest_optimize_for.pb.o protobuf_lazy_descriptor_test-unittest_embed_optimize_for.pb.o protobuf_lazy_descriptor_test-unittest_custom_options.pb.o protobuf_lazy_descriptor_test-unittest_lite_imports_nonlite.pb.o protobuf_lazy_descriptor_test-cpp_test_bad_identifiers.pb.o ./.libs/libprotobuf.so -lpthread -lgtest -lgtest_main protobuf_lazy_descriptor_test-googletest.o: In function `GetTemporaryDirectoryName': /builddir/build/BUILD/protobuf-2.2.0/src/google/protobuf/testing/googletest.cc:97: warning: the use of `tmpnam' is dangerous, better use `mkstemp' make[3]: Leaving directory `/builddir/build/BUILD/protobuf-2.2.0/src' make check-TESTS make[3]: Entering directory `/builddir/build/BUILD/protobuf-2.2.0/src' Running main() from gtest_main.cc [==========] Running 684 tests from 94 test cases. [----------] Global test environment set-up. [----------] 1 test from GeneratedDescriptorTest [ RUN ] GeneratedDescriptorTest.IdenticalDescriptors [ OK ] GeneratedDescriptorTest.IdenticalDescriptors [----------] 34 tests from GeneratedMessageTest [ RUN ] GeneratedMessageTest.Defaults [ OK ] GeneratedMessageTest.Defaults [ RUN ] GeneratedMessageTest.FloatingPointDefaults [ OK ] GeneratedMessageTest.FloatingPointDefaults [ RUN ] GeneratedMessageTest.Accessors [ OK ] GeneratedMessageTest.Accessors [ RUN ] GeneratedMessageTest.MutableStringDefault [ OK ] GeneratedMessageTest.MutableStringDefault [ RUN ] GeneratedMessageTest.Clear [ OK ] GeneratedMessageTest.Clear [ RUN ] GeneratedMessageTest.EmbeddedNullsInBytesCharStar [ OK ] GeneratedMessageTest.EmbeddedNullsInBytesCharStar [ RUN ] GeneratedMessageTest.ClearOneField [ OK ] GeneratedMessageTest.ClearOneField [ RUN ] GeneratedMessageTest.StringCharStarLength [ OK ] GeneratedMessageTest.StringCharStarLength [ RUN ] GeneratedMessageTest.CopyFrom [ OK ] GeneratedMessageTest.CopyFrom [ RUN ] GeneratedMessageTest.SwapWithEmpty [ OK ] GeneratedMessageTest.SwapWithEmpty [ RUN ] GeneratedMessageTest.SwapWithSelf [ OK ] GeneratedMessageTest.SwapWithSelf [ RUN ] GeneratedMessageTest.SwapWithOther [ OK ] GeneratedMessageTest.SwapWithOther [ RUN ] GeneratedMessageTest.CopyConstructor [ OK ] GeneratedMessageTest.CopyConstructor [ RUN ] GeneratedMessageTest.CopyAssignmentOperator [ OK ] GeneratedMessageTest.CopyAssignmentOperator [ RUN ] GeneratedMessageTest.UpcastCopyFrom [ OK ] GeneratedMessageTest.UpcastCopyFrom [ RUN ] GeneratedMessageTest.DynamicMessageCopyFrom [ OK ] GeneratedMessageTest.DynamicMessageCopyFrom [ RUN ] GeneratedMessageTest.NonEmptyMergeFrom [ OK ] GeneratedMessageTest.NonEmptyMergeFrom [ RUN ] GeneratedMessageTest.MergeFromSelf [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [ OK ] GeneratedMessageTest.MergeFromSelf [ RUN ] GeneratedMessageTest.SerializationToArray [ OK ] GeneratedMessageTest.SerializationToArray [ RUN ] GeneratedMessageTest.PackedFieldsSerializationToArray [ OK ] GeneratedMessageTest.PackedFieldsSerializationToArray [ RUN ] GeneratedMessageTest.SerializationToStream [ OK ] GeneratedMessageTest.SerializationToStream [ RUN ] GeneratedMessageTest.PackedFieldsSerializationToStream [ OK ] GeneratedMessageTest.PackedFieldsSerializationToStream [ RUN ] GeneratedMessageTest.Required [ OK ] GeneratedMessageTest.Required [ RUN ] GeneratedMessageTest.RequiredForeign [ OK ] GeneratedMessageTest.RequiredForeign [ RUN ] GeneratedMessageTest.ForeignNested [ OK ] GeneratedMessageTest.ForeignNested [ RUN ] GeneratedMessageTest.ReallyLargeTagNumber [ OK ] GeneratedMessageTest.ReallyLargeTagNumber [ RUN ] GeneratedMessageTest.MutualRecursion [ OK ] GeneratedMessageTest.MutualRecursion [ RUN ] GeneratedMessageTest.CamelCaseFieldNames [ OK ] GeneratedMessageTest.CamelCaseFieldNames [ RUN ] GeneratedMessageTest.TestConflictingSymbolNames [ OK ] GeneratedMessageTest.TestConflictingSymbolNames [ RUN ] GeneratedMessageTest.TestOptimizedForSize [ OK ] GeneratedMessageTest.TestOptimizedForSize [ RUN ] GeneratedMessageTest.TestEmbedOptimizedForSize [ OK ] GeneratedMessageTest.TestEmbedOptimizedForSize [ RUN ] GeneratedMessageTest.TestSpaceUsed [ OK ] GeneratedMessageTest.TestSpaceUsed [ RUN ] GeneratedMessageTest.FieldConstantValues [ OK ] GeneratedMessageTest.FieldConstantValues [ RUN ] GeneratedMessageTest.ExtensionConstantValues [ OK ] GeneratedMessageTest.ExtensionConstantValues [----------] 6 tests from GeneratedEnumTest [ RUN ] GeneratedEnumTest.EnumValuesAsSwitchCases [ OK ] GeneratedEnumTest.EnumValuesAsSwitchCases [ RUN ] GeneratedEnumTest.IsValidValue [ OK ] GeneratedEnumTest.IsValidValue [ RUN ] GeneratedEnumTest.MinAndMax [ OK ] GeneratedEnumTest.MinAndMax [ RUN ] GeneratedEnumTest.Name [ OK ] GeneratedEnumTest.Name [ RUN ] GeneratedEnumTest.Parse [ OK ] GeneratedEnumTest.Parse [ RUN ] GeneratedEnumTest.GetEnumDescriptor [ OK ] GeneratedEnumTest.GetEnumDescriptor [----------] 8 tests from GeneratedServiceTest [ RUN ] GeneratedServiceTest.GetDescriptor [ OK ] GeneratedServiceTest.GetDescriptor [ RUN ] GeneratedServiceTest.GetChannel [ OK ] GeneratedServiceTest.GetChannel [ RUN ] GeneratedServiceTest.OwnsChannel [ OK ] GeneratedServiceTest.OwnsChannel [ RUN ] GeneratedServiceTest.CallMethod [ OK ] GeneratedServiceTest.CallMethod [ RUN ] GeneratedServiceTest.CallMethodTypeFailure [ OK ] GeneratedServiceTest.CallMethodTypeFailure [ RUN ] GeneratedServiceTest.GetPrototypes [ OK ] GeneratedServiceTest.GetPrototypes [ RUN ] GeneratedServiceTest.Stub [ OK ] GeneratedServiceTest.Stub [ RUN ] GeneratedServiceTest.NotImplemented [ OK ] GeneratedServiceTest.NotImplemented [----------] 1 test from DescriptorInitializationTest [ RUN ] DescriptorInitializationTest.Initialized [ OK ] DescriptorInitializationTest.Initialized [----------] 1 test from BootstrapTest [ RUN ] BootstrapTest.GeneratedDescriptorMatches [ OK ] BootstrapTest.GeneratedDescriptorMatches [----------] 3 tests from ParserTest [ RUN ] ParserTest.StopAfterSyntaxIdentifier [ OK ] ParserTest.StopAfterSyntaxIdentifier [ RUN ] ParserTest.StopAfterOmittedSyntaxIdentifier [ OK ] ParserTest.StopAfterOmittedSyntaxIdentifier [ RUN ] ParserTest.StopAfterSyntaxIdentifierWithErrors [ OK ] ParserTest.StopAfterSyntaxIdentifierWithErrors [----------] 16 tests from ParseMessageTest [ RUN ] ParseMessageTest.SimpleMessage [ OK ] ParseMessageTest.SimpleMessage [ RUN ] ParseMessageTest.ImplicitSyntaxIdentifier [ OK ] ParseMessageTest.ImplicitSyntaxIdentifier [ RUN ] ParseMessageTest.ExplicitSyntaxIdentifier [ OK ] ParseMessageTest.ExplicitSyntaxIdentifier [ RUN ] ParseMessageTest.ExplicitRequiredSyntaxIdentifier [ OK ] ParseMessageTest.ExplicitRequiredSyntaxIdentifier [ RUN ] ParseMessageTest.SimpleFields [ OK ] ParseMessageTest.SimpleFields [ RUN ] ParseMessageTest.PrimitiveFieldTypes [ OK ] ParseMessageTest.PrimitiveFieldTypes [ RUN ] ParseMessageTest.FieldDefaults [ OK ] ParseMessageTest.FieldDefaults [ RUN ] ParseMessageTest.FieldOptions [ OK ] ParseMessageTest.FieldOptions [ RUN ] ParseMessageTest.Group [ OK ] ParseMessageTest.Group [ RUN ] ParseMessageTest.NestedMessage [ OK ] ParseMessageTest.NestedMessage [ RUN ] ParseMessageTest.NestedEnum [ OK ] ParseMessageTest.NestedEnum [ RUN ] ParseMessageTest.ExtensionRange [ OK ] ParseMessageTest.ExtensionRange [ RUN ] ParseMessageTest.CompoundExtensionRange [ OK ] ParseMessageTest.CompoundExtensionRange [ RUN ] ParseMessageTest.Extensions [ OK ] ParseMessageTest.Extensions [ RUN ] ParseMessageTest.ExtensionsInMessageScope [ OK ] ParseMessageTest.ExtensionsInMessageScope [ RUN ] ParseMessageTest.MultipleExtensionsOneExtendee [ OK ] ParseMessageTest.MultipleExtensionsOneExtendee [----------] 3 tests from ParseEnumTest [ RUN ] ParseEnumTest.SimpleEnum [ OK ] ParseEnumTest.SimpleEnum [ RUN ] ParseEnumTest.Values [ OK ] ParseEnumTest.Values [ RUN ] ParseEnumTest.ValueOptions [ OK ] ParseEnumTest.ValueOptions [----------] 2 tests from ParseServiceTest [ RUN ] ParseServiceTest.SimpleService [ OK ] ParseServiceTest.SimpleService [ RUN ] ParseServiceTest.Methods [ OK ] ParseServiceTest.Methods [----------] 5 tests from ParseMiscTest [ RUN ] ParseMiscTest.ParseImport [ OK ] ParseMiscTest.ParseImport [ RUN ] ParseMiscTest.ParseMultipleImports [ OK ] ParseMiscTest.ParseMultipleImports [ RUN ] ParseMiscTest.ParsePackage [ OK ] ParseMiscTest.ParsePackage [ RUN ] ParseMiscTest.ParsePackageWithSpaces [ OK ] ParseMiscTest.ParsePackageWithSpaces [ RUN ] ParseMiscTest.ParseFileOptions [ OK ] ParseMiscTest.ParseFileOptions [----------] 36 tests from ParseErrorTest [ RUN ] ParseErrorTest.MissingSyntaxIdentifier [ OK ] ParseErrorTest.MissingSyntaxIdentifier [ RUN ] ParseErrorTest.UnknownSyntaxIdentifier [ OK ] ParseErrorTest.UnknownSyntaxIdentifier [ RUN ] ParseErrorTest.SimpleSyntaxError [ OK ] ParseErrorTest.SimpleSyntaxError [ RUN ] ParseErrorTest.ExpectedTopLevel [ OK ] ParseErrorTest.ExpectedTopLevel [ RUN ] ParseErrorTest.UnmatchedCloseBrace [ OK ] ParseErrorTest.UnmatchedCloseBrace [ RUN ] ParseErrorTest.MessageMissingName [ OK ] ParseErrorTest.MessageMissingName [ RUN ] ParseErrorTest.MessageMissingBody [ OK ] ParseErrorTest.MessageMissingBody [ RUN ] ParseErrorTest.EofInMessage [ OK ] ParseErrorTest.EofInMessage [ RUN ] ParseErrorTest.MissingFieldNumber [ OK ] ParseErrorTest.MissingFieldNumber [ RUN ] ParseErrorTest.ExpectedFieldNumber [ OK ] ParseErrorTest.ExpectedFieldNumber [ RUN ] ParseErrorTest.FieldNumberOutOfRange [ OK ] ParseErrorTest.FieldNumberOutOfRange [ RUN ] ParseErrorTest.MissingLabel [ OK ] ParseErrorTest.MissingLabel [ RUN ] ParseErrorTest.ExpectedOptionName [ OK ] ParseErrorTest.ExpectedOptionName [ RUN ] ParseErrorTest.NonExtensionOptionNameBeginningWithDot [ OK ] ParseErrorTest.NonExtensionOptionNameBeginningWithDot [ RUN ] ParseErrorTest.DefaultValueTypeMismatch [ OK ] ParseErrorTest.DefaultValueTypeMismatch [ RUN ] ParseErrorTest.DefaultValueNotBoolean [ OK ] ParseErrorTest.DefaultValueNotBoolean [ RUN ] ParseErrorTest.DefaultValueNotString [ OK ] ParseErrorTest.DefaultValueNotString [ RUN ] ParseErrorTest.DefaultValueUnsignedNegative [ OK ] ParseErrorTest.DefaultValueUnsignedNegative [ RUN ] ParseErrorTest.DefaultValueTooLarge [ OK ] ParseErrorTest.DefaultValueTooLarge [ RUN ] ParseErrorTest.DefaultValueMissing [ OK ] ParseErrorTest.DefaultValueMissing [ RUN ] ParseErrorTest.DefaultValueForGroup [ OK ] ParseErrorTest.DefaultValueForGroup [ RUN ] ParseErrorTest.DuplicateDefaultValue [ OK ] ParseErrorTest.DuplicateDefaultValue [ RUN ] ParseErrorTest.GroupNotCapitalized [ OK ] ParseErrorTest.GroupNotCapitalized [ RUN ] ParseErrorTest.GroupMissingBody [ OK ] ParseErrorTest.GroupMissingBody [ RUN ] ParseErrorTest.ExtendingPrimitive [ OK ] ParseErrorTest.ExtendingPrimitive [ RUN ] ParseErrorTest.ErrorInExtension [ OK ] ParseErrorTest.ErrorInExtension [ RUN ] ParseErrorTest.MultipleParseErrors [ OK ] ParseErrorTest.MultipleParseErrors [ RUN ] ParseErrorTest.EofInEnum [ OK ] ParseErrorTest.EofInEnum [ RUN ] ParseErrorTest.EnumValueMissingNumber [ OK ] ParseErrorTest.EnumValueMissingNumber [ RUN ] ParseErrorTest.EofInService [ OK ] ParseErrorTest.EofInService [ RUN ] ParseErrorTest.ServiceMethodPrimitiveParams [ OK ] ParseErrorTest.ServiceMethodPrimitiveParams [ RUN ] ParseErrorTest.EofInMethodOptions [ OK ] ParseErrorTest.EofInMethodOptions [ RUN ] ParseErrorTest.PrimitiveMethodInput [ OK ] ParseErrorTest.PrimitiveMethodInput [ RUN ] ParseErrorTest.MethodOptionTypeError [ OK ] ParseErrorTest.MethodOptionTypeError [ RUN ] ParseErrorTest.ImportNotQuoted [ OK ] ParseErrorTest.ImportNotQuoted [ RUN ] ParseErrorTest.MultiplePackagesInFile [ OK ] ParseErrorTest.MultiplePackagesInFile [----------] 18 tests from ParserValidationErrorTest [ RUN ] ParserValidationErrorTest.PackageNameError [ OK ] ParserValidationErrorTest.PackageNameError [ RUN ] ParserValidationErrorTest.MessageNameError [ OK ] ParserValidationErrorTest.MessageNameError [ RUN ] ParserValidationErrorTest.FieldNameError [ OK ] ParserValidationErrorTest.FieldNameError [ RUN ] ParserValidationErrorTest.FieldTypeError [ OK ] ParserValidationErrorTest.FieldTypeError [ RUN ] ParserValidationErrorTest.FieldNumberError [ OK ] ParserValidationErrorTest.FieldNumberError [ RUN ] ParserValidationErrorTest.FieldExtendeeError [ OK ] ParserValidationErrorTest.FieldExtendeeError [ RUN ] ParserValidationErrorTest.FieldDefaultValueError [ OK ] ParserValidationErrorTest.FieldDefaultValueError [ RUN ] ParserValidationErrorTest.FileOptionNameError [ OK ] ParserValidationErrorTest.FileOptionNameError [ RUN ] ParserValidationErrorTest.FileOptionValueError [ OK ] ParserValidationErrorTest.FileOptionValueError [ RUN ] ParserValidationErrorTest.FieldOptionNameError [ OK ] ParserValidationErrorTest.FieldOptionNameError [ RUN ] ParserValidationErrorTest.FieldOptionValueError [ OK ] ParserValidationErrorTest.FieldOptionValueError [ RUN ] ParserValidationErrorTest.ExtensionRangeNumberError [ OK ] ParserValidationErrorTest.ExtensionRangeNumberError [ RUN ] ParserValidationErrorTest.EnumNameError [ OK ] ParserValidationErrorTest.EnumNameError [ RUN ] ParserValidationErrorTest.EnumValueNameError [ OK ] ParserValidationErrorTest.EnumValueNameError [ RUN ] ParserValidationErrorTest.ServiceNameError [ OK ] ParserValidationErrorTest.ServiceNameError [ RUN ] ParserValidationErrorTest.MethodNameError [ OK ] ParserValidationErrorTest.MethodNameError [ RUN ] ParserValidationErrorTest.MethodInputTypeError [ OK ] ParserValidationErrorTest.MethodInputTypeError [ RUN ] ParserValidationErrorTest.MethodOutputTypeError [ OK ] ParserValidationErrorTest.MethodOutputTypeError [----------] 1 test from ParseDecriptorDebugTest [ RUN ] ParseDecriptorDebugTest.TestAllDescriptorTypes [ OK ] ParseDecriptorDebugTest.TestAllDescriptorTypes [----------] 12 tests from ImporterTest [ RUN ] ImporterTest.Import [ OK ] ImporterTest.Import [ RUN ] ImporterTest.ImportNested [ OK ] ImporterTest.ImportNested [ RUN ] ImporterTest.FileNotFound [ OK ] ImporterTest.FileNotFound [ RUN ] ImporterTest.ImportNotFound [ OK ] ImporterTest.ImportNotFound [ RUN ] ImporterTest.RecursiveImport [ OK ] ImporterTest.RecursiveImport [ RUN ] ImporterTest.MapFieldValid [ OK ] ImporterTest.MapFieldValid [ RUN ] ImporterTest.MapFieldNotRepeated [ OK ] ImporterTest.MapFieldNotRepeated [ RUN ] ImporterTest.MapFieldNotMessageType [ OK ] ImporterTest.MapFieldNotMessageType [ RUN ] ImporterTest.MapFieldTypeNotFound [ OK ] ImporterTest.MapFieldTypeNotFound [ RUN ] ImporterTest.MapFieldKeyNotFound [ OK ] ImporterTest.MapFieldKeyNotFound [ RUN ] ImporterTest.MapFieldKeyRepeated [ OK ] ImporterTest.MapFieldKeyRepeated [ RUN ] ImporterTest.MapFieldKeyNotScalar [ OK ] ImporterTest.MapFieldKeyNotScalar [----------] 9 tests from DiskSourceTreeTest [ RUN ] DiskSourceTreeTest.MapRoot [ OK ] DiskSourceTreeTest.MapRoot [ RUN ] DiskSourceTreeTest.MapDirectory [ OK ] DiskSourceTreeTest.MapDirectory [ RUN ] DiskSourceTreeTest.NoParent [ OK ] DiskSourceTreeTest.NoParent [ RUN ] DiskSourceTreeTest.MapFile [ OK ] DiskSourceTreeTest.MapFile [ RUN ] DiskSourceTreeTest.SearchMultipleDirectories [ OK ] DiskSourceTreeTest.SearchMultipleDirectories [ RUN ] DiskSourceTreeTest.OrderingTrumpsSpecificity [ OK ] DiskSourceTreeTest.OrderingTrumpsSpecificity [ RUN ] DiskSourceTreeTest.DiskFileToVirtualFile [ OK ] DiskSourceTreeTest.DiskFileToVirtualFile [ RUN ] DiskSourceTreeTest.DiskFileToVirtualFileCanonicalization [ OK ] DiskSourceTreeTest.DiskFileToVirtualFileCanonicalization [ RUN ] DiskSourceTreeTest.VirtualFileToDiskFile [ OK ] DiskSourceTreeTest.VirtualFileToDiskFile [----------] 37 tests from CommandLineInterfaceTest [ RUN ] CommandLineInterfaceTest.BasicOutput [ OK ] CommandLineInterfaceTest.BasicOutput [ RUN ] CommandLineInterfaceTest.MultipleInputs [ OK ] CommandLineInterfaceTest.MultipleInputs [ RUN ] CommandLineInterfaceTest.CreateDirectory [ OK ] CommandLineInterfaceTest.CreateDirectory [ RUN ] CommandLineInterfaceTest.GeneratorParameters [ OK ] CommandLineInterfaceTest.GeneratorParameters [ RUN ] CommandLineInterfaceTest.PathLookup [ OK ] CommandLineInterfaceTest.PathLookup [ RUN ] CommandLineInterfaceTest.ColonDelimitedPath [ OK ] CommandLineInterfaceTest.ColonDelimitedPath [ RUN ] CommandLineInterfaceTest.NonRootMapping [ OK ] CommandLineInterfaceTest.NonRootMapping [ RUN ] CommandLineInterfaceTest.MultipleGenerators [ OK ] CommandLineInterfaceTest.MultipleGenerators [ RUN ] CommandLineInterfaceTest.DisallowServicesNoServices [ OK ] CommandLineInterfaceTest.DisallowServicesNoServices [ RUN ] CommandLineInterfaceTest.DisallowServicesHasService [ OK ] CommandLineInterfaceTest.DisallowServicesHasService [ RUN ] CommandLineInterfaceTest.AllowServicesHasService [ OK ] CommandLineInterfaceTest.AllowServicesHasService [ RUN ] CommandLineInterfaceTest.CwdRelativeInputs [ OK ] CommandLineInterfaceTest.CwdRelativeInputs [ RUN ] CommandLineInterfaceTest.WriteDescriptorSet [ OK ] CommandLineInterfaceTest.WriteDescriptorSet [ RUN ] CommandLineInterfaceTest.WriteTransitiveDescriptorSet [ OK ] CommandLineInterfaceTest.WriteTransitiveDescriptorSet [ RUN ] CommandLineInterfaceTest.ParseErrors [ OK ] CommandLineInterfaceTest.ParseErrors [ RUN ] CommandLineInterfaceTest.ParseErrorsMultipleFiles [ OK ] CommandLineInterfaceTest.ParseErrorsMultipleFiles [ RUN ] CommandLineInterfaceTest.InputNotFoundError [ OK ] CommandLineInterfaceTest.InputNotFoundError [ RUN ] CommandLineInterfaceTest.CwdRelativeInputNotFoundError [ OK ] CommandLineInterfaceTest.CwdRelativeInputNotFoundError [ RUN ] CommandLineInterfaceTest.CwdRelativeInputNotMappedError [ OK ] CommandLineInterfaceTest.CwdRelativeInputNotMappedError [ RUN ] CommandLineInterfaceTest.CwdRelativeInputNotFoundAndNotMappedError [ OK ] CommandLineInterfaceTest.CwdRelativeInputNotFoundAndNotMappedError [ RUN ] CommandLineInterfaceTest.CwdRelativeInputShadowedError [ OK ] CommandLineInterfaceTest.CwdRelativeInputShadowedError [ RUN ] CommandLineInterfaceTest.ProtoPathNotFoundError [ OK ] CommandLineInterfaceTest.ProtoPathNotFoundError [ RUN ] CommandLineInterfaceTest.MissingInputError [ OK ] CommandLineInterfaceTest.MissingInputError [ RUN ] CommandLineInterfaceTest.MissingOutputError [ OK ] CommandLineInterfaceTest.MissingOutputError [ RUN ] CommandLineInterfaceTest.OutputWriteError [ OK ] CommandLineInterfaceTest.OutputWriteError [ RUN ] CommandLineInterfaceTest.OutputDirectoryNotFoundError [ OK ] CommandLineInterfaceTest.OutputDirectoryNotFoundError [ RUN ] CommandLineInterfaceTest.OutputDirectoryIsFileError [ OK ] CommandLineInterfaceTest.OutputDirectoryIsFileError [ RUN ] CommandLineInterfaceTest.GeneratorError [ OK ] CommandLineInterfaceTest.GeneratorError [ RUN ] CommandLineInterfaceTest.HelpText [ OK ] CommandLineInterfaceTest.HelpText [ RUN ] CommandLineInterfaceTest.GccFormatErrors [ OK ] CommandLineInterfaceTest.GccFormatErrors [ RUN ] CommandLineInterfaceTest.MsvsFormatErrors [ OK ] CommandLineInterfaceTest.MsvsFormatErrors [ RUN ] CommandLineInterfaceTest.InvalidErrorFormat [ OK ] CommandLineInterfaceTest.InvalidErrorFormat [ RUN ] CommandLineInterfaceTest.ParseSingleCharacterFlag [ OK ] CommandLineInterfaceTest.ParseSingleCharacterFlag [ RUN ] CommandLineInterfaceTest.ParseSpaceDelimitedValue [ OK ] CommandLineInterfaceTest.ParseSpaceDelimitedValue [ RUN ] CommandLineInterfaceTest.ParseSingleCharacterSpaceDelimitedValue [ OK ] CommandLineInterfaceTest.ParseSingleCharacterSpaceDelimitedValue [ RUN ] CommandLineInterfaceTest.MissingValueError [ OK ] CommandLineInterfaceTest.MissingValueError [ RUN ] CommandLineInterfaceTest.MissingValueAtEndError [ OK ] CommandLineInterfaceTest.MissingValueAtEndError [----------] 6 tests from EncodeDecodeTest [ RUN ] EncodeDecodeTest.Encode [ OK ] EncodeDecodeTest.Encode [ RUN ] EncodeDecodeTest.Decode [ OK ] EncodeDecodeTest.Decode [ RUN ] EncodeDecodeTest.Partial [ OK ] EncodeDecodeTest.Partial [ RUN ] EncodeDecodeTest.DecodeRaw [ OK ] EncodeDecodeTest.DecodeRaw [ RUN ] EncodeDecodeTest.UnknownType [ OK ] EncodeDecodeTest.UnknownType [ RUN ] EncodeDecodeTest.ProtoParseError [ OK ] EncodeDecodeTest.ProtoParseError [----------] 9 tests from IoTest [ RUN ] IoTest.ArrayIo [ OK ] IoTest.ArrayIo [ RUN ] IoTest.StringIo [ OK ] IoTest.StringIo [ RUN ] IoTest.FileIo [ OK ] IoTest.FileIo [ RUN ] IoTest.FileReadError [ OK ] IoTest.FileReadError [ RUN ] IoTest.FileWriteError [ OK ] IoTest.FileWriteError [ RUN ] IoTest.PipeIo [ OK ] IoTest.PipeIo [ RUN ] IoTest.IostreamIo [ OK ] IoTest.IostreamIo [ RUN ] IoTest.ConcatenatingInputStream [ OK ] IoTest.ConcatenatingInputStream [ RUN ] IoTest.LimitingInputStream [ OK ] IoTest.LimitingInputStream [----------] 2 tests from ZeroSizeArray [ RUN ] ZeroSizeArray.Input [ OK ] ZeroSizeArray.Input [ RUN ] ZeroSizeArray.Output [ OK ] ZeroSizeArray.Output [----------] 1 test from TokenizerTest_SimpleTokens_DD [ RUN ] TokenizerTest_SimpleTokens_DD.SimpleTokens [ OK ] TokenizerTest_SimpleTokens_DD.SimpleTokens [----------] 1 test from TokenizerTest_FloatSuffix_DD [ RUN ] TokenizerTest_FloatSuffix_DD.FloatSuffix [ OK ] TokenizerTest_FloatSuffix_DD.FloatSuffix [----------] 1 test from TokenizerTest_MultipleTokens_DD [ RUN ] TokenizerTest_MultipleTokens_DD.MultipleTokens [ OK ] TokenizerTest_MultipleTokens_DD.MultipleTokens [----------] 1 test from TokenizerTest_ShCommentStyle_DD [ RUN ] TokenizerTest_ShCommentStyle_DD.ShCommentStyle [ OK ] TokenizerTest_ShCommentStyle_DD.ShCommentStyle [----------] 4 tests from TokenizerTest [ RUN ] TokenizerTest.ParseInteger [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [ OK ] TokenizerTest.ParseInteger [ RUN ] TokenizerTest.ParseFloat [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [ OK ] TokenizerTest.ParseFloat [ RUN ] TokenizerTest.ParseString [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [ OK ] TokenizerTest.ParseString [ RUN ] TokenizerTest.ParseStringAppend [ OK ] TokenizerTest.ParseStringAppend [----------] 1 test from TokenizerTest_Errors_DD [ RUN ] TokenizerTest_Errors_DD.Errors [ OK ] TokenizerTest_Errors_DD.Errors [----------] 1 test from TokenizerTest_BackUpOnDestruction_DD [ RUN ] TokenizerTest_BackUpOnDestruction_DD.BackUpOnDestruction [ OK ] TokenizerTest_BackUpOnDestruction_DD.BackUpOnDestruction [----------] 7 tests from Printer [ RUN ] Printer.EmptyPrinter [ OK ] Printer.EmptyPrinter [ RUN ] Printer.BasicPrinting [ OK ] Printer.BasicPrinting [ RUN ] Printer.VariableSubstitution [ OK ] Printer.VariableSubstitution [ RUN ] Printer.InlineVariableSubstitution [ OK ] Printer.InlineVariableSubstitution [ RUN ] Printer.Indenting [ OK ] Printer.Indenting [ RUN ] Printer.Death [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [ OK ] Printer.Death [ RUN ] Printer.WriteFailure [ OK ] Printer.WriteFailure [----------] 1 test from CodedStreamTest_ReadVarint32_DD [ RUN ] CodedStreamTest_ReadVarint32_DD.ReadVarint32 [ OK ] CodedStreamTest_ReadVarint32_DD.ReadVarint32 [----------] 1 test from CodedStreamTest_ReadTag_DD [ RUN ] CodedStreamTest_ReadTag_DD.ReadTag [ OK ] CodedStreamTest_ReadTag_DD.ReadTag [----------] 1 test from CodedStreamTest_ExpectTag_DD [ RUN ] CodedStreamTest_ExpectTag_DD.ExpectTag [ OK ] CodedStreamTest_ExpectTag_DD.ExpectTag [----------] 1 test from CodedStreamTest_ReadVarint64_DD [ RUN ] CodedStreamTest_ReadVarint64_DD.ReadVarint64 [ OK ] CodedStreamTest_ReadVarint64_DD.ReadVarint64 [----------] 1 test from CodedStreamTest_WriteVarint32_DD [ RUN ] CodedStreamTest_WriteVarint32_DD.WriteVarint32 [ OK ] CodedStreamTest_WriteVarint32_DD.WriteVarint32 [----------] 1 test from CodedStreamTest_WriteVarint64_DD [ RUN ] CodedStreamTest_WriteVarint64_DD.WriteVarint64 [ OK ] CodedStreamTest_WriteVarint64_DD.WriteVarint64 [----------] 1 test from CodedStreamTest_WriteVarint32SignExtended_DD [ RUN ] CodedStreamTest_WriteVarint32SignExtended_DD.WriteVarint32SignExtended [ OK ] CodedStreamTest_WriteVarint32SignExtended_DD.WriteVarint32SignExtended [----------] 1 test from CodedStreamTest_ReadVarint32Error_DD [ RUN ] CodedStreamTest_ReadVarint32Error_DD.ReadVarint32Error [ OK ] CodedStreamTest_ReadVarint32Error_DD.ReadVarint32Error [----------] 1 test from CodedStreamTest_ReadVarint64Error_DD [ RUN ] CodedStreamTest_ReadVarint64Error_DD.ReadVarint64Error [ OK ] CodedStreamTest_ReadVarint64Error_DD.ReadVarint64Error [----------] 1 test from CodedStreamTest_VarintSize32_DD [ RUN ] CodedStreamTest_VarintSize32_DD.VarintSize32 [ OK ] CodedStreamTest_VarintSize32_DD.VarintSize32 [----------] 1 test from CodedStreamTest_VarintSize64_DD [ RUN ] CodedStreamTest_VarintSize64_DD.VarintSize64 [ OK ] CodedStreamTest_VarintSize64_DD.VarintSize64 [----------] 1 test from CodedStreamTest_ReadLittleEndian32_DD [ RUN ] CodedStreamTest_ReadLittleEndian32_DD.ReadLittleEndian32 [ OK ] CodedStreamTest_ReadLittleEndian32_DD.ReadLittleEndian32 [----------] 1 test from CodedStreamTest_ReadLittleEndian64_DD [ RUN ] CodedStreamTest_ReadLittleEndian64_DD.ReadLittleEndian64 [ OK ] CodedStreamTest_ReadLittleEndian64_DD.ReadLittleEndian64 [----------] 1 test from CodedStreamTest_WriteLittleEndian32_DD [ RUN ] CodedStreamTest_WriteLittleEndian32_DD.WriteLittleEndian32 [ OK ] CodedStreamTest_WriteLittleEndian32_DD.WriteLittleEndian32 [----------] 1 test from CodedStreamTest_WriteLittleEndian64_DD [ RUN ] CodedStreamTest_WriteLittleEndian64_DD.WriteLittleEndian64 [ OK ] CodedStreamTest_WriteLittleEndian64_DD.WriteLittleEndian64 [----------] 1 test from CodedStreamTest_ReadRaw_DD [ RUN ] CodedStreamTest_ReadRaw_DD.ReadRaw [ OK ] CodedStreamTest_ReadRaw_DD.ReadRaw [----------] 1 test from CodedStreamTest_WriteRaw_DD [ RUN ] CodedStreamTest_WriteRaw_DD.WriteRaw [ OK ] CodedStreamTest_WriteRaw_DD.WriteRaw [----------] 1 test from CodedStreamTest_ReadString_DD [ RUN ] CodedStreamTest_ReadString_DD.ReadString [ OK ] CodedStreamTest_ReadString_DD.ReadString [----------] 1 test from CodedStreamTest_ReadStringImpossiblyLarge_DD [ RUN ] CodedStreamTest_ReadStringImpossiblyLarge_DD.ReadStringImpossiblyLarge [ OK ] CodedStreamTest_ReadStringImpossiblyLarge_DD.ReadStringImpossiblyLarge [----------] 1 test from CodedStreamTest_SkipInput_DD [ RUN ] CodedStreamTest_SkipInput_DD.SkipInput [ OK ] CodedStreamTest_SkipInput_DD.SkipInput [----------] 10 tests from CodedStreamTest [ RUN ] CodedStreamTest.GetDirectBufferPointerInput [ OK ] CodedStreamTest.GetDirectBufferPointerInput [ RUN ] CodedStreamTest.GetDirectBufferPointerOutput [ OK ] CodedStreamTest.GetDirectBufferPointerOutput [ RUN ] CodedStreamTest.ExpectAtEnd [ OK ] CodedStreamTest.ExpectAtEnd [ RUN ] CodedStreamTest.NegativeLimit [ OK ] CodedStreamTest.NegativeLimit [ RUN ] CodedStreamTest.NegativeLimitAfterReading [ OK ] CodedStreamTest.NegativeLimitAfterReading [ RUN ] CodedStreamTest.OverflowLimit [ OK ] CodedStreamTest.OverflowLimit [ RUN ] CodedStreamTest.TotalBytesLimit [ OK ] CodedStreamTest.TotalBytesLimit [ RUN ] CodedStreamTest.TotalBytesLimitNotValidMessageEnd [ OK ] CodedStreamTest.TotalBytesLimitNotValidMessageEnd [ RUN ] CodedStreamTest.RecursionLimit [ OK ] CodedStreamTest.RecursionLimit [ RUN ] CodedStreamTest.InputOver2G [ OK ] CodedStreamTest.InputOver2G [----------] 1 test from CodedStreamTest_BasicLimit_DD [ RUN ] CodedStreamTest_BasicLimit_DD.BasicLimit libprotobuf ERROR google/protobuf/io/coded_stream.cc:196] A protocol message was rejected because it was too big (more than 16 bytes). To increase the limit (or to disable these warnings), see CodedInputStream::SetTotalBytesLimit() in google/protobuf/io/coded_stream.h. libprotobuf ERROR google/protobuf/wire_format.cc:1012] Encountered string containing invalid UTF-8 data while serializing protocol buffer. Strings must contain only UTF-8; use the 'bytes' type for raw bytes. [ OK ] CodedStreamTest_BasicLimit_DD.BasicLimit [----------] 1 test from CodedStreamTest_SmallLimitOnTopOfBigLimit_DD [ RUN ] CodedStreamTest_SmallLimitOnTopOfBigLimit_DD.SmallLimitOnTopOfBigLimit [ OK ] CodedStreamTest_SmallLimitOnTopOfBigLimit_DD.SmallLimitOnTopOfBigLimit [----------] 1 test from CodedStreamTest_BigLimitOnTopOfSmallLimit_DD [ RUN ] CodedStreamTest_BigLimitOnTopOfSmallLimit_DD.BigLimitOnTopOfSmallLimit [ OK ] CodedStreamTest_BigLimitOnTopOfSmallLimit_DD.BigLimitOnTopOfSmallLimit [----------] 20 tests from WireFormatTest [ RUN ] WireFormatTest.EnumsInSync [ OK ] WireFormatTest.EnumsInSync [ RUN ] WireFormatTest.MaxFieldNumber [ OK ] WireFormatTest.MaxFieldNumber [ RUN ] WireFormatTest.Parse [ OK ] WireFormatTest.Parse [ RUN ] WireFormatTest.ParseExtensions [ OK ] WireFormatTest.ParseExtensions [ RUN ] WireFormatTest.ParsePacked [ OK ] WireFormatTest.ParsePacked [ RUN ] WireFormatTest.ParsePackedExtensions [ OK ] WireFormatTest.ParsePackedExtensions [ RUN ] WireFormatTest.ByteSize [ OK ] WireFormatTest.ByteSize [ RUN ] WireFormatTest.ByteSizeExtensions [ OK ] WireFormatTest.ByteSizeExtensions [ RUN ] WireFormatTest.ByteSizePacked [ OK ] WireFormatTest.ByteSizePacked [ RUN ] WireFormatTest.ByteSizePackedExtensions [ OK ] WireFormatTest.ByteSizePackedExtensions [ RUN ] WireFormatTest.Serialize [ OK ] WireFormatTest.Serialize [ RUN ] WireFormatTest.SerializeExtensions [ OK ] WireFormatTest.SerializeExtensions [ RUN ] WireFormatTest.SerializeFieldsAndExtensions [ OK ] WireFormatTest.SerializeFieldsAndExtensions [ RUN ] WireFormatTest.ParseMultipleExtensionRanges [ OK ] WireFormatTest.ParseMultipleExtensionRanges [ RUN ] WireFormatTest.SerializeMessageSet [ OK ] WireFormatTest.SerializeMessageSet [ RUN ] WireFormatTest.SerializeMessageSetVariousWaysAreEqual [ OK ] WireFormatTest.SerializeMessageSetVariousWaysAreEqual [ RUN ] WireFormatTest.ParseMessageSet [ OK ] WireFormatTest.ParseMessageSet [ RUN ] WireFormatTest.RecursionLimit [ OK ] WireFormatTest.RecursionLimit [ RUN ] WireFormatTest.UnknownFieldRecursionLimit [ OK ] WireFormatTest.UnknownFieldRecursionLimit [ RUN ] WireFormatTest.ZigZag [ OK ] WireFormatTest.ZigZag [----------] 4 tests from WireFormatInvalidInputTest [ RUN ] WireFormatInvalidInputTest.InvalidSubMessage [ OK ] WireFormatInvalidInputTest.InvalidSubMessage [ RUN ] WireFormatInvalidInputTest.InvalidGroup [ OK ] WireFormatInvalidInputTest.InvalidGroup [ RUN ] WireFormatInvalidInputTest.InvalidUnknownGroup [ OK ] WireFormatInvalidInputTest.InvalidUnknownGroup [ RUN ] WireFormatInvalidInputTest.InvalidStringInUnknownGroup [ OK ] WireFormatInvalidInputTest.InvalidStringInUnknownGroup [----------] 6 tests from Utf8ValidationTest [ RUN ] Utf8ValidationTest.WriteInvalidUTF8String [ OK ] Utf8ValidationTest.WriteInvalidUTF8String [ RUN ] Utf8ValidationTest.ReadInvalidUTF8String [ OK ] Utf8ValidationTest.ReadInvalidUTF8String [ RUN ] Utf8ValidationTest.WriteValidUTF8String [ OK ] Utf8ValidationTest.WriteValidUTF8String [ RUN ] Utf8ValidationTest.ReadValidUTF8String [ OK ] Utf8ValidationTest.ReadValidUTF8String [ RUN ] Utf8ValidationTest.WriteArbitraryBytes [ OK ] Utf8ValidationTest.WriteArbitraryBytes [ RUN ] Utf8ValidationTest.ReadArbitraryBytes [ OK ] Utf8ValidationTest.ReadArbitraryBytes [----------] 24 tests from UnknownFieldSetTest [ RUN ] UnknownFieldSetTest.AllFieldsPresent [ OK ] UnknownFieldSetTest.AllFieldsPresent [ RUN ] UnknownFieldSetTest.Varint [ OK ] UnknownFieldSetTest.Varint [ RUN ] UnknownFieldSetTest.Fixed32 [ OK ] UnknownFieldSetTest.Fixed32 [ RUN ] UnknownFieldSetTest.Fixed64 [ OK ] UnknownFieldSetTest.Fixed64 [ RUN ] UnknownFieldSetTest.LengthDelimited [ OK ] UnknownFieldSetTest.LengthDelimited [ RUN ] UnknownFieldSetTest.Group [ OK ] UnknownFieldSetTest.Group [ RUN ] UnknownFieldSetTest.SerializeFastAndSlowAreEquivalent [ OK ] UnknownFieldSetTest.SerializeFastAndSlowAreEquivalent [ RUN ] UnknownFieldSetTest.Serialize [ OK ] UnknownFieldSetTest.Serialize [ RUN ] UnknownFieldSetTest.ParseViaReflection [ OK ] UnknownFieldSetTest.ParseViaReflection [ RUN ] UnknownFieldSetTest.SerializeViaReflection [ OK ] UnknownFieldSetTest.SerializeViaReflection [ RUN ] UnknownFieldSetTest.CopyFrom [ OK ] UnknownFieldSetTest.CopyFrom [ RUN ] UnknownFieldSetTest.Swap [ OK ] UnknownFieldSetTest.Swap [ RUN ] UnknownFieldSetTest.SwapWithSelf [ OK ] UnknownFieldSetTest.SwapWithSelf [ RUN ] UnknownFieldSetTest.MergeFrom [ OK ] UnknownFieldSetTest.MergeFrom [ RUN ] UnknownFieldSetTest.Clear [ OK ] UnknownFieldSetTest.Clear [ RUN ] UnknownFieldSetTest.ParseKnownAndUnknown [ OK ] UnknownFieldSetTest.ParseKnownAndUnknown [ RUN ] UnknownFieldSetTest.WrongTypeTreatedAsUnknown [ OK ] UnknownFieldSetTest.WrongTypeTreatedAsUnknown [ RUN ] UnknownFieldSetTest.WrongTypeTreatedAsUnknownViaReflection [ OK ] UnknownFieldSetTest.WrongTypeTreatedAsUnknownViaReflection [ RUN ] UnknownFieldSetTest.UnknownExtensions [ OK ] UnknownFieldSetTest.UnknownExtensions [ RUN ] UnknownFieldSetTest.UnknownExtensionsReflection [ OK ] UnknownFieldSetTest.UnknownExtensionsReflection [ RUN ] UnknownFieldSetTest.WrongExtensionTypeTreatedAsUnknown [ OK ] UnknownFieldSetTest.WrongExtensionTypeTreatedAsUnknown [ RUN ] UnknownFieldSetTest.UnknownEnumValue [ OK ] UnknownFieldSetTest.UnknownEnumValue [ RUN ] UnknownFieldSetTest.SpaceUsed [ OK ] UnknownFieldSetTest.SpaceUsed [ RUN ] UnknownFieldSetTest.Empty [ OK ] UnknownFieldSetTest.Empty [----------] 17 tests from TextFormatTest [ RUN ] TextFormatTest.Basic [ OK ] TextFormatTest.Basic [ RUN ] TextFormatTest.ShortDebugString [ OK ] TextFormatTest.ShortDebugString [ RUN ] TextFormatTest.StringEscape [ OK ] TextFormatTest.StringEscape [ RUN ] TextFormatTest.PrintUnknownFields [ OK ] TextFormatTest.PrintUnknownFields [ RUN ] TextFormatTest.PrintUnknownMessage [ OK ] TextFormatTest.PrintUnknownMessage [ RUN ] TextFormatTest.PrintMessageWithIndent [ OK ] TextFormatTest.PrintMessageWithIndent [ RUN ] TextFormatTest.PrintMessageSingleLine [ OK ] TextFormatTest.PrintMessageSingleLine [ RUN ] TextFormatTest.ParseBasic [ OK ] TextFormatTest.ParseBasic [ RUN ] TextFormatTest.ParseStringEscape [ OK ] TextFormatTest.ParseStringEscape [ RUN ] TextFormatTest.ParseConcatenatedString [ OK ] TextFormatTest.ParseConcatenatedString [ RUN ] TextFormatTest.ParseFloatWithSuffix [ OK ] TextFormatTest.ParseFloatWithSuffix [ RUN ] TextFormatTest.Comments [ OK ] TextFormatTest.Comments [ RUN ] TextFormatTest.OptionalColon [ OK ] TextFormatTest.OptionalColon [ RUN ] TextFormatTest.PrintExotic [ OK ] TextFormatTest.PrintExotic [ RUN ] TextFormatTest.PrintFloatPrecision [ OK ] TextFormatTest.PrintFloatPrecision [ RUN ] TextFormatTest.AllowPartial [ OK ] TextFormatTest.AllowPartial [ RUN ] TextFormatTest.ParseExotic [ OK ] TextFormatTest.ParseExotic [----------] 2 tests from TextFormatExtensionsTest [ RUN ] TextFormatExtensionsTest.Extensions [ OK ] TextFormatExtensionsTest.Extensions [ RUN ] TextFormatExtensionsTest.ParseExtensions [ OK ] TextFormatExtensionsTest.ParseExtensions [----------] 14 tests from TextFormatParserTest [ RUN ] TextFormatParserTest.ParseFieldValueFromString [ OK ] TextFormatParserTest.ParseFieldValueFromString [ RUN ] TextFormatParserTest.InvalidToken [ OK ] TextFormatParserTest.InvalidToken [ RUN ] TextFormatParserTest.InvalidFieldName [ OK ] TextFormatParserTest.InvalidFieldName [ RUN ] TextFormatParserTest.InvalidCapitalization [ OK ] TextFormatParserTest.InvalidCapitalization [ RUN ] TextFormatParserTest.InvalidFieldValues [ OK ] TextFormatParserTest.InvalidFieldValues [ RUN ] TextFormatParserTest.MessageDelimeters [ OK ] TextFormatParserTest.MessageDelimeters [ RUN ] TextFormatParserTest.UnknownExtension [ OK ] TextFormatParserTest.UnknownExtension [ RUN ] TextFormatParserTest.MissingRequired [ OK ] TextFormatParserTest.MissingRequired [ RUN ] TextFormatParserTest.ParseDuplicateRequired [ OK ] TextFormatParserTest.ParseDuplicateRequired [ RUN ] TextFormatParserTest.ParseDuplicateOptional [ OK ] TextFormatParserTest.ParseDuplicateOptional [ RUN ] TextFormatParserTest.MergeDuplicateRequired [ OK ] TextFormatParserTest.MergeDuplicateRequired [ RUN ] TextFormatParserTest.MergeDuplicateOptional [ OK ] TextFormatParserTest.MergeDuplicateOptional [ RUN ] TextFormatParserTest.PrintErrorsToStderr [ OK ] TextFormatParserTest.PrintErrorsToStderr [ RUN ] TextFormatParserTest.FailsOnTokenizationError [ OK ] TextFormatParserTest.FailsOnTokenizationError [----------] 2 tests from TextFormatMessageSetTest [ RUN ] TextFormatMessageSetTest.Serialize [ OK ] TextFormatMessageSetTest.Serialize [ RUN ] TextFormatMessageSetTest.Deserialize [ OK ] TextFormatMessageSetTest.Deserialize [----------] 10 tests from RepeatedField [ RUN ] RepeatedField.Small [ OK ] RepeatedField.Small [ RUN ] RepeatedField.Large [ OK ] RepeatedField.Large [ RUN ] RepeatedField.SwapSmallSmall [ OK ] RepeatedField.SwapSmallSmall [ RUN ] RepeatedField.SwapLargeSmall [ OK ] RepeatedField.SwapLargeSmall [ RUN ] RepeatedField.SwapLargeLarge [ OK ] RepeatedField.SwapLargeLarge [ RUN ] RepeatedField.ReserveMoreThanDouble [ OK ] RepeatedField.ReserveMoreThanDouble [ RUN ] RepeatedField.ReserveLessThanDouble [ OK ] RepeatedField.ReserveLessThanDouble [ RUN ] RepeatedField.ReserveLessThanExisting [ OK ] RepeatedField.ReserveLessThanExisting [ RUN ] RepeatedField.MergeFrom [ OK ] RepeatedField.MergeFrom [ RUN ] RepeatedField.MutableDataIsMutable [ OK ] RepeatedField.MutableDataIsMutable [----------] 12 tests from RepeatedPtrField [ RUN ] RepeatedPtrField.Small [ OK ] RepeatedPtrField.Small [ RUN ] RepeatedPtrField.Large [ OK ] RepeatedPtrField.Large [ RUN ] RepeatedPtrField.SwapSmallSmall [ OK ] RepeatedPtrField.SwapSmallSmall [ RUN ] RepeatedPtrField.SwapLargeSmall [ OK ] RepeatedPtrField.SwapLargeSmall [ RUN ] RepeatedPtrField.SwapLargeLarge [ OK ] RepeatedPtrField.SwapLargeLarge [ RUN ] RepeatedPtrField.ReserveMoreThanDouble [ OK ] RepeatedPtrField.ReserveMoreThanDouble [ RUN ] RepeatedPtrField.ReserveLessThanDouble [ OK ] RepeatedPtrField.ReserveLessThanDouble [ RUN ] RepeatedPtrField.ReserveLessThanExisting [ OK ] RepeatedPtrField.ReserveLessThanExisting [ RUN ] RepeatedPtrField.ReserveDoesntLoseAllocated [ OK ] RepeatedPtrField.ReserveDoesntLoseAllocated [ RUN ] RepeatedPtrField.ClearedElements [ OK ] RepeatedPtrField.ClearedElements [ RUN ] RepeatedPtrField.MergeFrom [ OK ] RepeatedPtrField.MergeFrom [ RUN ] RepeatedPtrField.MutableDataIsMutable [ OK ] RepeatedPtrField.MutableDataIsMutable [----------] 4 tests from RepeatedFieldIteratorTest [ RUN ] RepeatedFieldIteratorTest.Convertible [ OK ] RepeatedFieldIteratorTest.Convertible [ RUN ] RepeatedFieldIteratorTest.MutableIteration [ OK ] RepeatedFieldIteratorTest.MutableIteration [ RUN ] RepeatedFieldIteratorTest.ConstIteration [ OK ] RepeatedFieldIteratorTest.ConstIteration [ RUN ] RepeatedFieldIteratorTest.Mutation [ OK ] RepeatedFieldIteratorTest.Mutation [----------] 8 tests from RepeatedPtrFieldIteratorTest [ RUN ] RepeatedPtrFieldIteratorTest.Convertible [ OK ] RepeatedPtrFieldIteratorTest.Convertible [ RUN ] RepeatedPtrFieldIteratorTest.MutableIteration [ OK ] RepeatedPtrFieldIteratorTest.MutableIteration [ RUN ] RepeatedPtrFieldIteratorTest.ConstIteration [ OK ] RepeatedPtrFieldIteratorTest.ConstIteration [ RUN ] RepeatedPtrFieldIteratorTest.RandomAccess [ OK ] RepeatedPtrFieldIteratorTest.RandomAccess [ RUN ] RepeatedPtrFieldIteratorTest.Comparable [ OK ] RepeatedPtrFieldIteratorTest.Comparable [ RUN ] RepeatedPtrFieldIteratorTest.UninitializedIterator [ OK ] RepeatedPtrFieldIteratorTest.UninitializedIterator [ RUN ] RepeatedPtrFieldIteratorTest.STLAlgorithms_lower_bound [ OK ] RepeatedPtrFieldIteratorTest.STLAlgorithms_lower_bound [ RUN ] RepeatedPtrFieldIteratorTest.Mutation [ OK ] RepeatedPtrFieldIteratorTest.Mutation [----------] 6 tests from RepeatedFieldInsertionIteratorsTest [ RUN ] RepeatedFieldInsertionIteratorsTest.Fibonacci [ OK ] RepeatedFieldInsertionIteratorsTest.Fibonacci [ RUN ] RepeatedFieldInsertionIteratorsTest.Halves [ OK ] RepeatedFieldInsertionIteratorsTest.Halves [ RUN ] RepeatedFieldInsertionIteratorsTest.Words [ OK ] RepeatedFieldInsertionIteratorsTest.Words [ RUN ] RepeatedFieldInsertionIteratorsTest.Nesteds [ OK ] RepeatedFieldInsertionIteratorsTest.Nesteds [ RUN ] RepeatedFieldInsertionIteratorsTest.AllocatedRepeatedPtrFieldWithStringIntData [ OK ] RepeatedFieldInsertionIteratorsTest.AllocatedRepeatedPtrFieldWithStringIntData [ RUN ] RepeatedFieldInsertionIteratorsTest.AllocatedRepeatedPtrFieldWithString [ OK ] RepeatedFieldInsertionIteratorsTest.AllocatedRepeatedPtrFieldWithString [----------] 18 tests from ReflectionOpsTest [ RUN ] ReflectionOpsTest.SanityCheck [ OK ] ReflectionOpsTest.SanityCheck [ RUN ] ReflectionOpsTest.Copy [ OK ] ReflectionOpsTest.Copy [ RUN ] ReflectionOpsTest.CopyExtensions [ OK ] ReflectionOpsTest.CopyExtensions [ RUN ] ReflectionOpsTest.Merge [ OK ] ReflectionOpsTest.Merge [ RUN ] ReflectionOpsTest.MergeExtensions [ OK ] ReflectionOpsTest.MergeExtensions [ RUN ] ReflectionOpsTest.MergeUnknown [ OK ] ReflectionOpsTest.MergeUnknown [ RUN ] ReflectionOpsTest.MergeFromSelf [ OK ] ReflectionOpsTest.MergeFromSelf [ RUN ] ReflectionOpsTest.Clear [ OK ] ReflectionOpsTest.Clear [ RUN ] ReflectionOpsTest.ClearExtensions [ OK ] ReflectionOpsTest.ClearExtensions [ RUN ] ReflectionOpsTest.ClearUnknown [ OK ] ReflectionOpsTest.ClearUnknown [ RUN ] ReflectionOpsTest.DiscardUnknownFields [ OK ] ReflectionOpsTest.DiscardUnknownFields [ RUN ] ReflectionOpsTest.DiscardUnknownExtensions [ OK ] ReflectionOpsTest.DiscardUnknownExtensions [ RUN ] ReflectionOpsTest.IsInitialized [ OK ] ReflectionOpsTest.IsInitialized [ RUN ] ReflectionOpsTest.ForeignIsInitialized [ OK ] ReflectionOpsTest.ForeignIsInitialized [ RUN ] ReflectionOpsTest.ExtensionIsInitialized [ OK ] ReflectionOpsTest.ExtensionIsInitialized [ RUN ] ReflectionOpsTest.FindInitializationErrors [ OK ] ReflectionOpsTest.FindInitializationErrors [ RUN ] ReflectionOpsTest.FindForeignInitializationErrors [ OK ] ReflectionOpsTest.FindForeignInitializationErrors [ RUN ] ReflectionOpsTest.FindExtensionInitializationErrors [ OK ] ReflectionOpsTest.FindExtensionInitializationErrors [----------] 12 tests from MessageTest [ RUN ] MessageTest.SerializeHelpers [ OK ] MessageTest.SerializeHelpers [ RUN ] MessageTest.ParseFromFileDescriptor [ OK ] MessageTest.ParseFromFileDescriptor [ RUN ] MessageTest.ParsePackedFromFileDescriptor [ OK ] MessageTest.ParsePackedFromFileDescriptor [ RUN ] MessageTest.ParseHelpers [ OK ] MessageTest.ParseHelpers [ RUN ] MessageTest.ParseFailsIfNotInitialized [ OK ] MessageTest.ParseFailsIfNotInitialized [ RUN ] MessageTest.BypassInitializationCheckOnParse [ OK ] MessageTest.BypassInitializationCheckOnParse [ RUN ] MessageTest.InitializationErrorString [ OK ] MessageTest.InitializationErrorString [ RUN ] MessageTest.SerializeFailsIfNotInitialized libprotobuf ERROR google/protobuf/text_format.cc:159] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected integer. libprotobuf ERROR google/protobuf/text_format.cc:159] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Integer out of range. libprotobuf ERROR google/protobuf/text_format.cc:159] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected integer. libprotobuf ERROR google/protobuf/text_format.cc:159] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Integer out of range. libprotobuf ERROR google/protobuf/text_format.cc:159] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected integer. libprotobuf ERROR google/protobuf/text_format.cc:159] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected integer. libprotobuf ERROR google/protobuf/text_format.cc:159] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Integer out of range. libprotobuf ERROR google/protobuf/text_format.cc:159] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected integer. libprotobuf ERROR google/protobuf/text_format.cc:159] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected integer. libprotobuf ERROR google/protobuf/text_format.cc:159] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Integer out of range. libprotobuf ERROR google/protobuf/text_format.cc:159] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected integer. libprotobuf ERROR google/protobuf/text_format.cc:159] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected integer. libprotobuf ERROR google/protobuf/text_format.cc:159] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Integer out of range. libprotobuf ERROR google/protobuf/text_format.cc:159] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected identifier. libprotobuf ERROR google/protobuf/text_format.cc:159] Error parsing text-format protobuf_unittest.TestAllTypes: 1:3: Invalid value for boolean field "optional_bool". Value: "on". libprotobuf ERROR google/protobuf/text_format.cc:159] Error parsing text-format protobuf_unittest.TestAllTypes: 1:2: Invalid value for boolean field "optional_bool". Value: "a". libprotobuf ERROR google/protobuf/text_format.cc:159] Error parsing text-format protobuf_unittest.TestAllTypes: 1:5: Invalid value for boolean field "optional_bool". Value: "True". libprotobuf ERROR google/protobuf/text_format.cc:159] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected double. libprotobuf ERROR google/protobuf/text_format.cc:159] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected double. libprotobuf ERROR google/protobuf/text_format.cc:159] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected string. libprotobuf ERROR google/protobuf/text_format.cc:159] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected identifier. libprotobuf ERROR google/protobuf/text_format.cc:159] Error parsing text-format protobuf_unittest.TestAllTypes: 1:7: Unknown enumeration value of "FOOBAR" for field "optional_nested_enum". libprotobuf ERROR google/protobuf/text_format.cc:159] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected "{", found "any". [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. libprotobuf ERROR google/protobuf/descriptor.cc:2219] Invalid proto descriptor for file "foo.proto": libprotobuf ERROR google/protobuf/descriptor.cc:2222] foo.proto: A file with this name is already in the pool. [ OK ] MessageTest.SerializeFailsIfNotInitialized [ RUN ] MessageTest.CheckInitialized [ OK ] MessageTest.CheckInitialized [ RUN ] MessageTest.BypassInitializationCheckOnSerialize [ OK ] MessageTest.BypassInitializationCheckOnSerialize [ RUN ] MessageTest.FindInitializationErrors [ OK ] MessageTest.FindInitializationErrors [ RUN ] MessageTest.ParseFailsOnInvalidMessageEnd [ OK ] MessageTest.ParseFailsOnInvalidMessageEnd [----------] 2 tests from MessageFactoryTest [ RUN ] MessageFactoryTest.GeneratedFactoryLookup [ OK ] MessageFactoryTest.GeneratedFactoryLookup [ RUN ] MessageFactoryTest.GeneratedFactoryUnknownType [ OK ] MessageFactoryTest.GeneratedFactoryUnknownType [----------] 16 tests from GeneratedMessageReflectionTest [ RUN ] GeneratedMessageReflectionTest.Defaults [ OK ] GeneratedMessageReflectionTest.Defaults [ RUN ] GeneratedMessageReflectionTest.Accessors [ OK ] GeneratedMessageReflectionTest.Accessors [ RUN ] GeneratedMessageReflectionTest.GetStringReference [ OK ] GeneratedMessageReflectionTest.GetStringReference [ RUN ] GeneratedMessageReflectionTest.DefaultsAfterClear [ OK ] GeneratedMessageReflectionTest.DefaultsAfterClear [ RUN ] GeneratedMessageReflectionTest.Swap [ OK ] GeneratedMessageReflectionTest.Swap [ RUN ] GeneratedMessageReflectionTest.SwapWithBothSet [ OK ] GeneratedMessageReflectionTest.SwapWithBothSet [ RUN ] GeneratedMessageReflectionTest.SwapExtensions [ OK ] GeneratedMessageReflectionTest.SwapExtensions [ RUN ] GeneratedMessageReflectionTest.SwapUnknown [ OK ] GeneratedMessageReflectionTest.SwapUnknown [ RUN ] GeneratedMessageReflectionTest.RemoveLast [ OK ] GeneratedMessageReflectionTest.RemoveLast [ RUN ] GeneratedMessageReflectionTest.RemoveLastExtensions [ OK ] GeneratedMessageReflectionTest.RemoveLastExtensions [ RUN ] GeneratedMessageReflectionTest.SwapRepeatedElements [ OK ] GeneratedMessageReflectionTest.SwapRepeatedElements [ RUN ] GeneratedMessageReflectionTest.SwapRepeatedElementsExtension [ OK ] GeneratedMessageReflectionTest.SwapRepeatedElementsExtension [ RUN ] GeneratedMessageReflectionTest.Extensions [ OK ] GeneratedMessageReflectionTest.Extensions [ RUN ] GeneratedMessageReflectionTest.FindExtensionTypeByNumber [ OK ] GeneratedMessageReflectionTest.FindExtensionTypeByNumber [ RUN ] GeneratedMessageReflectionTest.FindKnownExtensionByName [ OK ] GeneratedMessageReflectionTest.FindKnownExtensionByName [ RUN ] GeneratedMessageReflectionTest.UsageErrors [ OK ] GeneratedMessageReflectionTest.UsageErrors [----------] 18 tests from ExtensionSetTest [ RUN ] ExtensionSetTest.Defaults [ OK ] ExtensionSetTest.Defaults [ RUN ] ExtensionSetTest.Accessors [ OK ] ExtensionSetTest.Accessors [ RUN ] ExtensionSetTest.Clear [ OK ] ExtensionSetTest.Clear [ RUN ] ExtensionSetTest.ClearOneField [ OK ] ExtensionSetTest.ClearOneField [ RUN ] ExtensionSetTest.CopyFrom [ OK ] ExtensionSetTest.CopyFrom [ RUN ] ExtensionSetTest.CopyFromUpcasted [ OK ] ExtensionSetTest.CopyFromUpcasted [ RUN ] ExtensionSetTest.SwapWithEmpty [ OK ] ExtensionSetTest.SwapWithEmpty [ RUN ] ExtensionSetTest.SwapWithSelf [ OK ] ExtensionSetTest.SwapWithSelf [ RUN ] ExtensionSetTest.SerializationToArray [ OK ] ExtensionSetTest.SerializationToArray [ RUN ] ExtensionSetTest.SerializationToStream [ OK ] ExtensionSetTest.SerializationToStream [ RUN ] ExtensionSetTest.PackedSerializationToArray [ OK ] ExtensionSetTest.PackedSerializationToArray [ RUN ] ExtensionSetTest.PackedSerializationToStream [ OK ] ExtensionSetTest.PackedSerializationToStream [ RUN ] ExtensionSetTest.Parsing [ OK ] ExtensionSetTest.Parsing [ RUN ] ExtensionSetTest.PackedParsing [ OK ] ExtensionSetTest.PackedParsing [ RUN ] ExtensionSetTest.IsInitialized [ OK ] ExtensionSetTest.IsInitialized [ RUN ] ExtensionSetTest.MutableString [ OK ] ExtensionSetTest.MutableString [ RUN ] ExtensionSetTest.SpaceUsedExcludingSelf [ OK ] ExtensionSetTest.SpaceUsedExcludingSelf [ RUN ] ExtensionSetTest.InvalidEnumDeath [ OK ] ExtensionSetTest.InvalidEnumDeath [----------] 7 tests from DynamicMessageTest [ RUN ] DynamicMessageTest.Descriptor [ OK ] DynamicMessageTest.Descriptor [ RUN ] DynamicMessageTest.OnePrototype [ OK ] DynamicMessageTest.OnePrototype [ RUN ] DynamicMessageTest.Defaults [ OK ] DynamicMessageTest.Defaults [ RUN ] DynamicMessageTest.IndependentOffsets [ OK ] DynamicMessageTest.IndependentOffsets [ RUN ] DynamicMessageTest.Extensions [ OK ] DynamicMessageTest.Extensions [ RUN ] DynamicMessageTest.PackedFields [ OK ] DynamicMessageTest.PackedFields [ RUN ] DynamicMessageTest.SpaceUsed [ OK ] DynamicMessageTest.SpaceUsed [----------] 10 tests from FileDescriptorTest [ RUN ] FileDescriptorTest.Name [ OK ] FileDescriptorTest.Name [ RUN ] FileDescriptorTest.Package [ OK ] FileDescriptorTest.Package [ RUN ] FileDescriptorTest.Dependencies [ OK ] FileDescriptorTest.Dependencies [ RUN ] FileDescriptorTest.FindMessageTypeByName [ OK ] FileDescriptorTest.FindMessageTypeByName [ RUN ] FileDescriptorTest.FindEnumTypeByName [ OK ] FileDescriptorTest.FindEnumTypeByName [ RUN ] FileDescriptorTest.FindEnumValueByName [ OK ] FileDescriptorTest.FindEnumValueByName [ RUN ] FileDescriptorTest.FindServiceByName [ OK ] FileDescriptorTest.FindServiceByName [ RUN ] FileDescriptorTest.FindExtensionByName [ OK ] FileDescriptorTest.FindExtensionByName [ RUN ] FileDescriptorTest.FindExtensionByNumber [ OK ] FileDescriptorTest.FindExtensionByNumber [ RUN ] FileDescriptorTest.BuildAgain [ OK ] FileDescriptorTest.BuildAgain [----------] 16 tests from DescriptorTest [ RUN ] DescriptorTest.Name [ OK ] DescriptorTest.Name [ RUN ] DescriptorTest.ContainingType [ OK ] DescriptorTest.ContainingType [ RUN ] DescriptorTest.FieldsByIndex [ OK ] DescriptorTest.FieldsByIndex [ RUN ] DescriptorTest.FindFieldByName [ OK ] DescriptorTest.FindFieldByName [ RUN ] DescriptorTest.FindFieldByNumber [ OK ] DescriptorTest.FindFieldByNumber [ RUN ] DescriptorTest.FieldName [ OK ] DescriptorTest.FieldName [ RUN ] DescriptorTest.FieldFullName [ OK ] DescriptorTest.FieldFullName [ RUN ] DescriptorTest.FieldFile [ OK ] DescriptorTest.FieldFile [ RUN ] DescriptorTest.FieldIndex [ OK ] DescriptorTest.FieldIndex [ RUN ] DescriptorTest.FieldNumber [ OK ] DescriptorTest.FieldNumber [ RUN ] DescriptorTest.FieldType [ OK ] DescriptorTest.FieldType [ RUN ] DescriptorTest.FieldLabel [ OK ] DescriptorTest.FieldLabel [ RUN ] DescriptorTest.FieldHasDefault [ OK ] DescriptorTest.FieldHasDefault [ RUN ] DescriptorTest.FieldContainingType [ OK ] DescriptorTest.FieldContainingType [ RUN ] DescriptorTest.FieldMessageType [ OK ] DescriptorTest.FieldMessageType [ RUN ] DescriptorTest.FieldEnumType [ OK ] DescriptorTest.FieldEnumType [----------] 4 tests from StylizedFieldNamesTest [ RUN ] StylizedFieldNamesTest.LowercaseName [ OK ] StylizedFieldNamesTest.LowercaseName [ RUN ] StylizedFieldNamesTest.CamelcaseName [ OK ] StylizedFieldNamesTest.CamelcaseName [ RUN ] StylizedFieldNamesTest.FindByLowercaseName [ OK ] StylizedFieldNamesTest.FindByLowercaseName [ RUN ] StylizedFieldNamesTest.FindByCamelcaseName [ OK ] StylizedFieldNamesTest.FindByCamelcaseName [----------] 10 tests from EnumDescriptorTest [ RUN ] EnumDescriptorTest.Name [ OK ] EnumDescriptorTest.Name [ RUN ] EnumDescriptorTest.ContainingType [ OK ] EnumDescriptorTest.ContainingType [ RUN ] EnumDescriptorTest.ValuesByIndex [ OK ] EnumDescriptorTest.ValuesByIndex [ RUN ] EnumDescriptorTest.FindValueByName [ OK ] EnumDescriptorTest.FindValueByName [ RUN ] EnumDescriptorTest.FindValueByNumber [ OK ] EnumDescriptorTest.FindValueByNumber [ RUN ] EnumDescriptorTest.ValueName [ OK ] EnumDescriptorTest.ValueName [ RUN ] EnumDescriptorTest.ValueFullName [ OK ] EnumDescriptorTest.ValueFullName [ RUN ] EnumDescriptorTest.ValueIndex [ OK ] EnumDescriptorTest.ValueIndex [ RUN ] EnumDescriptorTest.ValueNumber [ OK ] EnumDescriptorTest.ValueNumber [ RUN ] EnumDescriptorTest.ValueType [ OK ] EnumDescriptorTest.ValueType [----------] 9 tests from ServiceDescriptorTest [ RUN ] ServiceDescriptorTest.Name [ OK ] ServiceDescriptorTest.Name [ RUN ] ServiceDescriptorTest.MethodsByIndex [ OK ] ServiceDescriptorTest.MethodsByIndex [ RUN ] ServiceDescriptorTest.FindMethodByName [ OK ] ServiceDescriptorTest.FindMethodByName [ RUN ] ServiceDescriptorTest.MethodName [ OK ] ServiceDescriptorTest.MethodName [ RUN ] ServiceDescriptorTest.MethodFullName [ OK ] ServiceDescriptorTest.MethodFullName [ RUN ] ServiceDescriptorTest.MethodIndex [ OK ] ServiceDescriptorTest.MethodIndex [ RUN ] ServiceDescriptorTest.MethodParent [ OK ] ServiceDescriptorTest.MethodParent [ RUN ] ServiceDescriptorTest.MethodInputType [ OK ] ServiceDescriptorTest.MethodInputType [ RUN ] ServiceDescriptorTest.MethodOutputType [ OK ] ServiceDescriptorTest.MethodOutputType [----------] 10 tests from NestedDescriptorTest [ RUN ] NestedDescriptorTest.MessageName [ OK ] NestedDescriptorTest.MessageName [ RUN ] NestedDescriptorTest.MessageContainingType [ OK ] NestedDescriptorTest.MessageContainingType [ RUN ] NestedDescriptorTest.NestedMessagesByIndex [ OK ] NestedDescriptorTest.NestedMessagesByIndex [ RUN ] NestedDescriptorTest.FindFieldByNameDoesntFindNestedTypes [ OK ] NestedDescriptorTest.FindFieldByNameDoesntFindNestedTypes [ RUN ] NestedDescriptorTest.FindNestedTypeByName [ OK ] NestedDescriptorTest.FindNestedTypeByName [ RUN ] NestedDescriptorTest.EnumName [ OK ] NestedDescriptorTest.EnumName [ RUN ] NestedDescriptorTest.EnumContainingType [ OK ] NestedDescriptorTest.EnumContainingType [ RUN ] NestedDescriptorTest.NestedEnumsByIndex [ OK ] NestedDescriptorTest.NestedEnumsByIndex [ RUN ] NestedDescriptorTest.FindEnumTypeByName [ OK ] NestedDescriptorTest.FindEnumTypeByName [ RUN ] NestedDescriptorTest.FindEnumValueByName [ OK ] NestedDescriptorTest.FindEnumValueByName [----------] 5 tests from ExtensionDescriptorTest [ RUN ] ExtensionDescriptorTest.ExtensionRanges [ OK ] ExtensionDescriptorTest.ExtensionRanges [ RUN ] ExtensionDescriptorTest.Extensions [ OK ] ExtensionDescriptorTest.Extensions [ RUN ] ExtensionDescriptorTest.IsExtensionNumber [ OK ] ExtensionDescriptorTest.IsExtensionNumber [ RUN ] ExtensionDescriptorTest.FindExtensionByName [ OK ] ExtensionDescriptorTest.FindExtensionByName [ RUN ] ExtensionDescriptorTest.FindAllExtensions [ OK ] ExtensionDescriptorTest.FindAllExtensions [----------] 3 tests from MiscTest [ RUN ] MiscTest.CppTypes [ OK ] MiscTest.CppTypes [ RUN ] MiscTest.DefaultValues [ OK ] MiscTest.DefaultValues [ RUN ] MiscTest.FieldOptions [ OK ] MiscTest.FieldOptions [----------] 6 tests from AllowUnknownDependenciesTest [ RUN ] AllowUnknownDependenciesTest.PlaceholderFile [ OK ] AllowUnknownDependenciesTest.PlaceholderFile [ RUN ] AllowUnknownDependenciesTest.PlaceholderTypes [ OK ] AllowUnknownDependenciesTest.PlaceholderTypes [ RUN ] AllowUnknownDependenciesTest.CopyTo [ OK ] AllowUnknownDependenciesTest.CopyTo [ RUN ] AllowUnknownDependenciesTest.CustomOptions [ OK ] AllowUnknownDependenciesTest.CustomOptions [ RUN ] AllowUnknownDependenciesTest.UnknownExtendee [ OK ] AllowUnknownDependenciesTest.UnknownExtendee [ RUN ] AllowUnknownDependenciesTest.CustomOption [ OK ] AllowUnknownDependenciesTest.CustomOption [----------] 5 tests from CustomOptions [ RUN ] CustomOptions.OptionLocations [ OK ] CustomOptions.OptionLocations [ RUN ] CustomOptions.OptionTypes [ OK ] CustomOptions.OptionTypes [ RUN ] CustomOptions.ComplexExtensionOptions [ OK ] CustomOptions.ComplexExtensionOptions [ RUN ] CustomOptions.OptionsFromOtherFile [ OK ] CustomOptions.OptionsFromOtherFile [ RUN ] CustomOptions.MessageOptionThreeFieldsSet [ OK ] CustomOptions.MessageOptionThreeFieldsSet [----------] 78 tests from ValidationErrorTest [ RUN ] ValidationErrorTest.AlreadyDefined [ OK ] ValidationErrorTest.AlreadyDefined [ RUN ] ValidationErrorTest.AlreadyDefinedInPackage [ OK ] ValidationErrorTest.AlreadyDefinedInPackage [ RUN ] ValidationErrorTest.AlreadyDefinedInOtherFile [ OK ] ValidationErrorTest.AlreadyDefinedInOtherFile [ RUN ] ValidationErrorTest.PackageAlreadyDefined [ OK ] ValidationErrorTest.PackageAlreadyDefined [ RUN ] ValidationErrorTest.EnumValueAlreadyDefinedInParent [ OK ] ValidationErrorTest.EnumValueAlreadyDefinedInParent [ RUN ] ValidationErrorTest.EnumValueAlreadyDefinedInParentNonGlobal [ OK ] ValidationErrorTest.EnumValueAlreadyDefinedInParentNonGlobal [ RUN ] ValidationErrorTest.MissingName [ OK ] ValidationErrorTest.MissingName [ RUN ] ValidationErrorTest.InvalidName [ OK ] ValidationErrorTest.InvalidName [ RUN ] ValidationErrorTest.InvalidPackageName [ OK ] ValidationErrorTest.InvalidPackageName [ RUN ] ValidationErrorTest.MissingFileName [ OK ] ValidationErrorTest.MissingFileName [ RUN ] ValidationErrorTest.DupeDependency [ OK ] ValidationErrorTest.DupeDependency [ RUN ] ValidationErrorTest.UnknownDependency [ OK ] ValidationErrorTest.UnknownDependency [ RUN ] ValidationErrorTest.ForeignUnimportedPackageNoCrash [ OK ] ValidationErrorTest.ForeignUnimportedPackageNoCrash [ RUN ] ValidationErrorTest.DupeFile [ OK ] ValidationErrorTest.DupeFile [ RUN ] ValidationErrorTest.FieldInExtensionRange [ OK ] ValidationErrorTest.FieldInExtensionRange [ RUN ] ValidationErrorTest.OverlappingExtensionRanges [ OK ] ValidationErrorTest.OverlappingExtensionRanges [ RUN ] ValidationErrorTest.InvalidDefaults [ OK ] ValidationErrorTest.InvalidDefaults [ RUN ] ValidationErrorTest.NegativeFieldNumber [ OK ] ValidationErrorTest.NegativeFieldNumber [ RUN ] ValidationErrorTest.HugeFieldNumber [ OK ] ValidationErrorTest.HugeFieldNumber [ RUN ] ValidationErrorTest.ReservedFieldNumber [ OK ] ValidationErrorTest.ReservedFieldNumber [ RUN ] ValidationErrorTest.ExtensionMissingExtendee [ OK ] ValidationErrorTest.ExtensionMissingExtendee [ RUN ] ValidationErrorTest.NonExtensionWithExtendee [ OK ] ValidationErrorTest.NonExtensionWithExtendee [ RUN ] ValidationErrorTest.FieldNumberConflict [ OK ] ValidationErrorTest.FieldNumberConflict [ RUN ] ValidationErrorTest.BadMessageSetExtensionType [ OK ] ValidationErrorTest.BadMessageSetExtensionType [ RUN ] ValidationErrorTest.BadMessageSetExtensionLabel [ OK ] ValidationErrorTest.BadMessageSetExtensionLabel [ RUN ] ValidationErrorTest.FieldInMessageSet [ OK ] ValidationErrorTest.FieldInMessageSet [ RUN ] ValidationErrorTest.NegativeExtensionRangeNumber [ OK ] ValidationErrorTest.NegativeExtensionRangeNumber [ RUN ] ValidationErrorTest.HugeExtensionRangeNumber [ OK ] ValidationErrorTest.HugeExtensionRangeNumber [ RUN ] ValidationErrorTest.ExtensionRangeEndBeforeStart [ OK ] ValidationErrorTest.ExtensionRangeEndBeforeStart [ RUN ] ValidationErrorTest.EmptyEnum [ OK ] ValidationErrorTest.EmptyEnum [ RUN ] ValidationErrorTest.UndefinedExtendee [ OK ] ValidationErrorTest.UndefinedExtendee [ RUN ] ValidationErrorTest.NonMessageExtendee [ OK ] ValidationErrorTest.NonMessageExtendee [ RUN ] ValidationErrorTest.NotAnExtensionNumber [ OK ] ValidationErrorTest.NotAnExtensionNumber [ RUN ] ValidationErrorTest.UndefinedFieldType [ OK ] ValidationErrorTest.UndefinedFieldType [ RUN ] ValidationErrorTest.FieldTypeDefinedInUndeclaredDependency [ OK ] ValidationErrorTest.FieldTypeDefinedInUndeclaredDependency [ RUN ] ValidationErrorTest.SearchMostLocalFirst [ OK ] ValidationErrorTest.SearchMostLocalFirst [ RUN ] ValidationErrorTest.SearchMostLocalFirst2 [ OK ] ValidationErrorTest.SearchMostLocalFirst2 [ RUN ] ValidationErrorTest.PackageOriginallyDeclaredInTransitiveDependent [ OK ] ValidationErrorTest.PackageOriginallyDeclaredInTransitiveDependent [ RUN ] ValidationErrorTest.FieldTypeNotAType [ OK ] ValidationErrorTest.FieldTypeNotAType [ RUN ] ValidationErrorTest.RelativeFieldTypeNotAType [ OK ] ValidationErrorTest.RelativeFieldTypeNotAType [ RUN ] ValidationErrorTest.FieldTypeMayBeItsName [ OK ] ValidationErrorTest.FieldTypeMayBeItsName [ RUN ] ValidationErrorTest.EnumFieldTypeIsMessage [ OK ] ValidationErrorTest.EnumFieldTypeIsMessage [ RUN ] ValidationErrorTest.MessageFieldTypeIsEnum [ OK ] ValidationErrorTest.MessageFieldTypeIsEnum [ RUN ] ValidationErrorTest.BadEnumDefaultValue [ OK ] ValidationErrorTest.BadEnumDefaultValue [ RUN ] ValidationErrorTest.PrimitiveWithTypeName [ OK ] ValidationErrorTest.PrimitiveWithTypeName [ RUN ] ValidationErrorTest.NonPrimitiveWithoutTypeName [ OK ] ValidationErrorTest.NonPrimitiveWithoutTypeName [ RUN ] ValidationErrorTest.InputTypeNotDefined [ OK ] ValidationErrorTest.InputTypeNotDefined [ RUN ] ValidationErrorTest.InputTypeNotAMessage [ OK ] ValidationErrorTest.InputTypeNotAMessage [ RUN ] ValidationErrorTest.OutputTypeNotDefined [ OK ] ValidationErrorTest.OutputTypeNotDefined [ RUN ] ValidationErrorTest.OutputTypeNotAMessage [ OK ] ValidationErrorTest.OutputTypeNotAMessage [ RUN ] ValidationErrorTest.IllegalPackedField [ OK ] ValidationErrorTest.IllegalPackedField [ RUN ] ValidationErrorTest.OptionWrongType [ OK ] ValidationErrorTest.OptionWrongType [ RUN ] ValidationErrorTest.OptionExtendsAtomicType [ OK ] ValidationErrorTest.OptionExtendsAtomicType [ RUN ] ValidationErrorTest.DupOption [ OK ] ValidationErrorTest.DupOption [ RUN ] ValidationErrorTest.InvalidOptionName [ OK ] ValidationErrorTest.InvalidOptionName [ RUN ] ValidationErrorTest.RepeatedOption [ OK ] ValidationErrorTest.RepeatedOption [ RUN ] ValidationErrorTest.CustomOptionConflictingFieldNumber [ OK ] ValidationErrorTest.CustomOptionConflictingFieldNumber [ RUN ] ValidationErrorTest.Int32OptionValueOutOfPositiveRange [ OK ] ValidationErrorTest.Int32OptionValueOutOfPositiveRange [ RUN ] ValidationErrorTest.Int32OptionValueOutOfNegativeRange [ OK ] ValidationErrorTest.Int32OptionValueOutOfNegativeRange [ RUN ] ValidationErrorTest.Int32OptionValueIsNotPositiveInt [ OK ] ValidationErrorTest.Int32OptionValueIsNotPositiveInt [ RUN ] ValidationErrorTest.Int64OptionValueOutOfRange [ OK ] ValidationErrorTest.Int64OptionValueOutOfRange [ RUN ] ValidationErrorTest.Int64OptionValueIsNotPositiveInt [ OK ] ValidationErrorTest.Int64OptionValueIsNotPositiveInt [ RUN ] ValidationErrorTest.UInt32OptionValueOutOfRange [ OK ] ValidationErrorTest.UInt32OptionValueOutOfRange [ RUN ] ValidationErrorTest.UInt32OptionValueIsNotPositiveInt [ OK ] ValidationErrorTest.UInt32OptionValueIsNotPositiveInt [ RUN ] ValidationErrorTest.UInt64OptionValueIsNotPositiveInt [ OK ] ValidationErrorTest.UInt64OptionValueIsNotPositiveInt [ RUN ] ValidationErrorTest.FloatOptionValueIsNotNumber [ OK ] ValidationErrorTest.FloatOptionValueIsNotNumber [ RUN ] ValidationErrorTest.DoubleOptionValueIsNotNumber [ OK ] ValidationErrorTest.DoubleOptionValueIsNotNumber [ RUN ] ValidationErrorTest.BoolOptionValueIsNotTrueOrFalse [ OK ] ValidationErrorTest.BoolOptionValueIsNotTrueOrFalse [ RUN ] ValidationErrorTest.EnumOptionValueIsNotIdentifier [ OK ] ValidationErrorTest.EnumOptionValueIsNotIdentifier [ RUN ] ValidationErrorTest.EnumOptionValueIsNotEnumValueName [ OK ] ValidationErrorTest.EnumOptionValueIsNotEnumValueName [ RUN ] ValidationErrorTest.EnumOptionValueIsSiblingEnumValueName [ OK ] ValidationErrorTest.EnumOptionValueIsSiblingEnumValueName [ RUN ] ValidationErrorTest.StringOptionValueIsNotString [ OK ] ValidationErrorTest.StringOptionValueIsNotString [ RUN ] ValidationErrorTest.TryingToSetMessageValuedOption [ OK ] ValidationErrorTest.TryingToSetMessageValuedOption [ RUN ] ValidationErrorTest.NotLiteImportsLite [ OK ] ValidationErrorTest.NotLiteImportsLite [ RUN ] ValidationErrorTest.LiteExtendsNotLite [ OK ] ValidationErrorTest.LiteExtendsNotLite [ RUN ] ValidationErrorTest.NoLiteServices [ OK ] ValidationErrorTest.NoLiteServices [ RUN ] ValidationErrorTest.RollbackAfterError [ OK ] ValidationErrorTest.RollbackAfterError [ RUN ] ValidationErrorTest.ErrorsReportedToLogError [ OK ] ValidationErrorTest.ErrorsReportedToLogError [----------] 14 tests from DatabaseBackedPoolTest [ RUN ] DatabaseBackedPoolTest.FindFileByName [ OK ] DatabaseBackedPoolTest.FindFileByName [ RUN ] DatabaseBackedPoolTest.FindDependencyBeforeDependent [ OK ] DatabaseBackedPoolTest.FindDependencyBeforeDependent [ RUN ] DatabaseBackedPoolTest.FindDependentBeforeDependency [ OK ] DatabaseBackedPoolTest.FindDependentBeforeDependency [ RUN ] DatabaseBackedPoolTest.FindFileContainingSymbol [ OK ] DatabaseBackedPoolTest.FindFileContainingSymbol [ RUN ] DatabaseBackedPoolTest.FindMessageTypeByName [ OK ] DatabaseBackedPoolTest.FindMessageTypeByName [ RUN ] DatabaseBackedPoolTest.FindExtensionByNumber [ OK ] DatabaseBackedPoolTest.FindExtensionByNumber [ RUN ] DatabaseBackedPoolTest.FindAllExtensions [ OK ] DatabaseBackedPoolTest.FindAllExtensions [ RUN ] DatabaseBackedPoolTest.ErrorWithoutErrorCollector [ OK ] DatabaseBackedPoolTest.ErrorWithoutErrorCollector [ RUN ] DatabaseBackedPoolTest.ErrorWithErrorCollector [ OK ] DatabaseBackedPoolTest.ErrorWithErrorCollector [ RUN ] DatabaseBackedPoolTest.UnittestProto [ OK ] DatabaseBackedPoolTest.UnittestProto [ RUN ] DatabaseBackedPoolTest.DoesntRetryDbUnnecessarily [ OK ] DatabaseBackedPoolTest.DoesntRetryDbUnnecessarily [ RUN ] DatabaseBackedPoolTest.DoesntReloadFilesUncesessarily [ OK ] DatabaseBackedPoolTest.DoesntReloadFilesUncesessarily [ RUN ] DatabaseBackedPoolTest.DoesntReloadKnownBadFiles [ OK ] DatabaseBackedPoolTest.DoesntReloadKnownBadFiles [ RUN ] DatabaseBackedPoolTest.DoesntFallbackOnWrongType [ OK ] DatabaseBackedPoolTest.DoesntFallbackOnWrongType [----------] 4 tests from MergedDescriptorDatabaseTest [ RUN ] MergedDescriptorDatabaseTest.FindFileByName [ OK ] MergedDescriptorDatabaseTest.FindFileByName [ RUN ] MergedDescriptorDatabaseTest.FindFileContainingSymbol [ OK ] MergedDescriptorDatabaseTest.FindFileContainingSymbol [ RUN ] MergedDescriptorDatabaseTest.FindFileContainingExtension [ OK ] MergedDescriptorDatabaseTest.FindFileContainingExtension [ RUN ] MergedDescriptorDatabaseTest.FindAllExtensionNumbers [ OK ] MergedDescriptorDatabaseTest.FindAllExtensionNumbers [----------] 2 tests from StructurallyValidTest [ RUN ] StructurallyValidTest.ValidUTF8String [ OK ] StructurallyValidTest.ValidUTF8String [ RUN ] StructurallyValidTest.InvalidUTF8String [ OK ] StructurallyValidTest.InvalidUTF8String [----------] 1 test from StringUtilityTest [ RUN ] StringUtilityTest.ImmuneToLocales [ OK ] StringUtilityTest.ImmuneToLocales [----------] 4 tests from OnceInitTest [ RUN ] OnceInitTest.Simple [ OK ] OnceInitTest.Simple [ RUN ] OnceInitTest.Recursive [ OK ] OnceInitTest.Recursive [ RUN ] OnceInitTest.MultipleThreads [ OK ] OnceInitTest.MultipleThreads [ RUN ] OnceInitTest.MultipleThreadsBlocked [ OK ] OnceInitTest.MultipleThreadsBlocked [----------] 1 test from VersionTest [ RUN ] VersionTest.VersionMatchesConfig [ OK ] VersionTest.VersionMatchesConfig [----------] 1 test from CommonTest [ RUN ] CommonTest.IntMinMaxConstants [ OK ] CommonTest.IntMinMaxConstants [----------] 4 tests from LoggingTest [ RUN ] LoggingTest.DefaultLogging [ OK ] LoggingTest.DefaultLogging [ RUN ] LoggingTest.NullLogging [ OK ] LoggingTest.NullLogging [ RUN ] LoggingTest.CaptureLogging [ OK ] LoggingTest.CaptureLogging [ RUN ] LoggingTest.SilenceLogging [ OK ] LoggingTest.SilenceLogging [----------] 14 tests from ClosureTest [ RUN ] ClosureTest.TestClosureFunction0 [ OK ] ClosureTest.TestClosureFunction0 [ RUN ] ClosureTest.TestClosureMethod0 [ OK ] ClosureTest.TestClosureMethod0 [ RUN ] ClosureTest.TestClosureFunction1 [ OK ] ClosureTest.TestClosureFunction1 [ RUN ] ClosureTest.TestClosureMethod1 [ OK ] ClosureTest.TestClosureMethod1 [ RUN ] ClosureTest.TestClosureFunction1String [ OK ] ClosureTest.TestClosureFunction1String [ RUN ] ClosureTest.TestClosureMethod1String [ OK ] ClosureTest.TestClosureMethod1String [ RUN ] ClosureTest.TestClosureFunction2 [ OK ] ClosureTest.TestClosureFunction2 [ RUN ] ClosureTest.TestClosureMethod2 [ OK ] ClosureTest.TestClosureMethod2 [ RUN ] ClosureTest.TestPermanentClosureFunction0 [ OK ] ClosureTest.TestPermanentClosureFunction0 [ RUN ] ClosureTest.TestPermanentClosureMethod0 [ OK ] ClosureTest.TestPermanentClosureMethod0 [ RUN ] ClosureTest.TestPermanentClosureFunction1 [ OK ] ClosureTest.TestPermanentClosureFunction1 [ RUN ] ClosureTest.TestPermanentClosureMethod1 [ OK ] ClosureTest.TestPermanentClosureMethod1 [ RUN ] ClosureTest.TestPermanentClosureFunction2 [ OK ] ClosureTest.TestPermanentClosureFunction2 [ RUN ] ClosureTest.TestPermanentClosureMethod2 [ OK ] ClosureTest.TestPermanentClosureMethod2 [----------] 7 tests from Simple/DescriptorDatabaseTest [ RUN ] Simple/DescriptorDatabaseTest.FindFileByName/0 [ OK ] Simple/DescriptorDatabaseTest.FindFileByName/0 [ RUN ] Simple/DescriptorDatabaseTest.FindFileContainingSymbol/0 [ OK ] Simple/DescriptorDatabaseTest.FindFileContainingSymbol/0 [ RUN ] Simple/DescriptorDatabaseTest.FindFileContainingExtension/0 [ OK ] Simple/DescriptorDatabaseTest.FindFileContainingExtension/0 [ RUN ] Simple/DescriptorDatabaseTest.FindAllExtensionNumbers/0 [ OK ] Simple/DescriptorDatabaseTest.FindAllExtensionNumbers/0 [ RUN ] Simple/DescriptorDatabaseTest.ConflictingFileError/0 [ OK ] Simple/DescriptorDatabaseTest.ConflictingFileError/0 [ RUN ] Simple/DescriptorDatabaseTest.ConflictingTypeError/0 [ OK ] Simple/DescriptorDatabaseTest.ConflictingTypeError/0 [ RUN ] Simple/DescriptorDatabaseTest.ConflictingExtensionError/0 [ OK ] Simple/DescriptorDatabaseTest.ConflictingExtensionError/0 [----------] 7 tests from MemoryConserving/DescriptorDatabaseTest [ RUN ] MemoryConserving/DescriptorDatabaseTest.FindFileByName/0 [ OK ] MemoryConserving/DescriptorDatabaseTest.FindFileByName/0 [ RUN ] MemoryConserving/DescriptorDatabaseTest.FindFileContainingSymbol/0 [ OK ] MemoryConserving/DescriptorDatabaseTest.FindFileContainingSymbol/0 [ RUN ] MemoryConserving/DescriptorDatabaseTest.FindFileContainingExtension/0 [ OK ] MemoryConserving/DescriptorDatabaseTest.FindFileContainingExtension/0 [ RUN ] MemoryConserving/DescriptorDatabaseTest.FindAllExtensionNumbers/0 [ OK ] MemoryConserving/DescriptorDatabaseTest.FindAllExtensionNumbers/0 [ RUN ] MemoryConserving/DescriptorDatabaseTest.ConflictingFileError/0 [ OK ] MemoryConserving/DescriptorDatabaseTest.ConflictingFileError/0 [ RUN ] MemoryConserving/DescriptorDatabaseTest.ConflictingTypeError/0 [ OK ] MemoryConserving/DescriptorDatabaseTest.ConflictingTypeError/0 [ RUN ] MemoryConserving/DescriptorDatabaseTest.ConflictingExtensionError/0 [ OK ] MemoryConserving/DescriptorDatabaseTest.ConflictingExtensionError/0 [----------] 7 tests from Pool/DescriptorDatabaseTest [ RUN ] Pool/DescriptorDatabaseTest.FindFileByName/0 [ OK ] Pool/DescriptorDatabaseTest.FindFileByName/0 [ RUN ] Pool/DescriptorDatabaseTest.FindFileContainingSymbol/0 [ OK ] Pool/DescriptorDatabaseTest.FindFileContainingSymbol/0 [ RUN ] Pool/DescriptorDatabaseTest.FindFileContainingExtension/0 [ OK ] Pool/DescriptorDatabaseTest.FindFileContainingExtension/0 [ RUN ] Pool/DescriptorDatabaseTest.FindAllExtensionNumbers/0 [ OK ] Pool/DescriptorDatabaseTest.FindAllExtensionNumbers/0 [ RUN ] Pool/DescriptorDatabaseTest.ConflictingFileError/0 [ OK ] Pool/DescriptorDatabaseTest.ConflictingFileError/0 [ RUN ] Pool/DescriptorDatabaseTest.ConflictingTypeError/0 [ OK ] Pool/DescriptorDatabaseTest.ConflictingTypeError/0 [ RUN ] Pool/DescriptorDatabaseTest.ConflictingExtensionError/0 [ OK ] Pool/DescriptorDatabaseTest.ConflictingExtensionError/0 [----------] Global test environment tear-down [==========] 684 tests from 94 test cases ran. [ PASSED ] 684 tests. libprotobuf ERROR google/protobuf/descriptor_database.cc:56] File already exists in database: foo.proto libprotobuf ERROR google/protobuf/descriptor_database.cc:108] Symbol name "Foo" conflicts with the existing symbol "Foo". libprotobuf ERROR google/protobuf/descriptor_database.cc:159] Extension conflicts with extension already in database: extend .Foo { bar = 5 } libprotobuf ERROR google/protobuf/descriptor_database.cc:56] File already exists in database: foo.proto libprotobuf ERROR google/protobuf/descriptor_database.cc:108] Symbol name "Foo" conflicts with the existing symbol "Foo". libprotobuf ERROR google/protobuf/descriptor_database.cc:159] Extension conflicts with extension already in database: extend .Foo { bar = 5 } libprotobuf ERROR google/protobuf/descriptor_database.cc:56] File already exists in database: foo.proto libprotobuf ERROR google/protobuf/descriptor_database.cc:108] Symbol name "Foo" conflicts with the existing symbol "Foo". libprotobuf ERROR google/protobuf/descriptor_database.cc:159] Extension conflicts with extension already in database: extend .Foo { bar = 5 } PASS: protobuf-test Running main() from gtest_main.cc [==========] Running 34 tests from 3 test cases. [----------] Global test environment set-up. [----------] 30 tests from GeneratedMessageTest [ RUN ] GeneratedMessageTest.Defaults [ OK ] GeneratedMessageTest.Defaults [ RUN ] GeneratedMessageTest.FloatingPointDefaults [ OK ] GeneratedMessageTest.FloatingPointDefaults [ RUN ] GeneratedMessageTest.Accessors [ OK ] GeneratedMessageTest.Accessors [ RUN ] GeneratedMessageTest.MutableStringDefault [ OK ] GeneratedMessageTest.MutableStringDefault [ RUN ] GeneratedMessageTest.Clear [ OK ] GeneratedMessageTest.Clear [ RUN ] GeneratedMessageTest.EmbeddedNullsInBytesCharStar [ OK ] GeneratedMessageTest.EmbeddedNullsInBytesCharStar [ RUN ] GeneratedMessageTest.ClearOneField [ OK ] GeneratedMessageTest.ClearOneField [ RUN ] GeneratedMessageTest.StringCharStarLength [ OK ] GeneratedMessageTest.StringCharStarLength [ RUN ] GeneratedMessageTest.CopyFrom [ OK ] GeneratedMessageTest.CopyFrom [ RUN ] GeneratedMessageTest.SwapWithEmpty [ OK ] GeneratedMessageTest.SwapWithEmpty [ RUN ] GeneratedMessageTest.SwapWithSelf [ OK ] GeneratedMessageTest.SwapWithSelf [ RUN ] GeneratedMessageTest.SwapWithOther [ OK ] GeneratedMessageTest.SwapWithOther [ RUN ] GeneratedMessageTest.CopyConstructor [ OK ] GeneratedMessageTest.CopyConstructor [ RUN ] GeneratedMessageTest.CopyAssignmentOperator [ OK ] GeneratedMessageTest.CopyAssignmentOperator [ RUN ] GeneratedMessageTest.UpcastCopyFrom [ OK ] GeneratedMessageTest.UpcastCopyFrom [ RUN ] GeneratedMessageTest.NonEmptyMergeFrom [ OK ] GeneratedMessageTest.NonEmptyMergeFrom [ RUN ] GeneratedMessageTest.MergeFromSelf [ OK ] GeneratedMessageTest.MergeFromSelf [ RUN ] GeneratedMessageTest.SerializationToArray [ OK ] GeneratedMessageTest.SerializationToArray [ RUN ] GeneratedMessageTest.PackedFieldsSerializationToArray [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [WARNING] src/gtest-death-test.cc:882: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. [ OK ] GeneratedMessageTest.PackedFieldsSerializationToArray [ RUN ] GeneratedMessageTest.SerializationToStream [ OK ] GeneratedMessageTest.SerializationToStream [ RUN ] GeneratedMessageTest.PackedFieldsSerializationToStream [ OK ] GeneratedMessageTest.PackedFieldsSerializationToStream [ RUN ] GeneratedMessageTest.Required [ OK ] GeneratedMessageTest.Required [ RUN ] GeneratedMessageTest.RequiredForeign [ OK ] GeneratedMessageTest.RequiredForeign [ RUN ] GeneratedMessageTest.ForeignNested [ OK ] GeneratedMessageTest.ForeignNested [ RUN ] GeneratedMessageTest.ReallyLargeTagNumber [ OK ] GeneratedMessageTest.ReallyLargeTagNumber [ RUN ] GeneratedMessageTest.MutualRecursion [ OK ] GeneratedMessageTest.MutualRecursion [ RUN ] GeneratedMessageTest.CamelCaseFieldNames [ OK ] GeneratedMessageTest.CamelCaseFieldNames [ RUN ] GeneratedMessageTest.TestConflictingSymbolNames [ OK ] GeneratedMessageTest.TestConflictingSymbolNames [ RUN ] GeneratedMessageTest.FieldConstantValues [ OK ] GeneratedMessageTest.FieldConstantValues [ RUN ] GeneratedMessageTest.ExtensionConstantValues [ OK ] GeneratedMessageTest.ExtensionConstantValues [----------] 3 tests from GeneratedEnumTest [ RUN ] GeneratedEnumTest.EnumValuesAsSwitchCases [ OK ] GeneratedEnumTest.EnumValuesAsSwitchCases [ RUN ] GeneratedEnumTest.IsValidValue [ OK ] GeneratedEnumTest.IsValidValue [ RUN ] GeneratedEnumTest.MinAndMax [ OK ] GeneratedEnumTest.MinAndMax [----------] 1 test from DescriptorInitializationTest [ RUN ] DescriptorInitializationTest.Initialized [ OK ] DescriptorInitializationTest.Initialized [----------] Global test environment tear-down [==========] 34 tests from 3 test cases ran. [ PASSED ] 34 tests. PASS: protobuf-lazy-descriptor-test PASS PASS: protobuf-lite-test ================== All 3 tests passed ================== make[3]: Leaving directory `/builddir/build/BUILD/protobuf-2.2.0/src' make[2]: Leaving directory `/builddir/build/BUILD/protobuf-2.2.0/src' make[1]: Leaving directory `/builddir/build/BUILD/protobuf-2.2.0/src' + exit 0 Processing files: protobuf-2.2.0-2.fc13.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.wlzeeg + umask 022 + cd /builddir/build/BUILD + cd protobuf-2.2.0 + DOCDIR=/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/share/doc/protobuf-2.2.0 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/share/doc/protobuf-2.2.0 + /bin/mkdir -p /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/share/doc/protobuf-2.2.0 + cp -pr CHANGES.txt CONTRIBUTORS.txt COPYING.txt README.txt /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/share/doc/protobuf-2.2.0 + exit 0 Provides: libprotobuf.so.4 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.0) libgcc_s.so.1(GLIBC_2.0) libm.so.6 libprotobuf.so.4 libpthread.so.0 libpthread.so.0(GLIBC_2.0) libstdc++.so.6 libstdc++.so.6(CXXABI_1.3) libstdc++.so.6(GLIBCXX_3.4) rtld(GNU_HASH) Processing files: protobuf-compiler-2.2.0-2.fc13.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.tLgmvy + umask 022 + cd /builddir/build/BUILD + cd protobuf-2.2.0 + DOCDIR=/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/share/doc/protobuf-compiler-2.2.0 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/share/doc/protobuf-compiler-2.2.0 + /bin/mkdir -p /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/share/doc/protobuf-compiler-2.2.0 + cp -pr COPYING.txt README.txt /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/share/doc/protobuf-compiler-2.2.0 + exit 0 Provides: libprotoc.so.4 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.0) libm.so.6 libprotobuf.so.4 libprotoc.so.4 libpthread.so.0 libpthread.so.0(GLIBC_2.0) libstdc++.so.6 libstdc++.so.6(CXXABI_1.3) libstdc++.so.6(GLIBCXX_3.4) libstdc++.so.6(GLIBCXX_3.4.11) libstdc++.so.6(GLIBCXX_3.4.9) rtld(GNU_HASH) Processing files: protobuf-devel-2.2.0-2.fc13.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.2s6yPQ + umask 022 + cd /builddir/build/BUILD + cd protobuf-2.2.0 + DOCDIR=/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/share/doc/protobuf-devel-2.2.0 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/share/doc/protobuf-devel-2.2.0 + /bin/mkdir -p /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/share/doc/protobuf-devel-2.2.0 + cp -pr examples/add_person.cc examples/addressbook.proto examples/list_people.cc examples/Makefile examples/README.txt /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/share/doc/protobuf-devel-2.2.0 + exit 0 Provides: pkgconfig(protobuf) = 2.2.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: /usr/bin/pkg-config libprotobuf.so.4 libprotoc.so.4 Processing files: protobuf-static-2.2.0-2.fc13.i686 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: protobuf-lite-2.2.0-2.fc13.i686 Provides: libprotobuf-lite.so.4 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.0) libm.so.6 libprotobuf-lite.so.4 libpthread.so.0 libpthread.so.0(GLIBC_2.0) libstdc++.so.6 libstdc++.so.6(CXXABI_1.3) libstdc++.so.6(GLIBCXX_3.4) rtld(GNU_HASH) Processing files: protobuf-lite-devel-2.2.0-2.fc13.i686 Provides: pkgconfig(protobuf-lite) = 2.2.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: /usr/bin/pkg-config libprotobuf-lite.so.4 Processing files: protobuf-lite-static-2.2.0-2.fc13.i686 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: protobuf-python-2.2.0-2.fc13.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.g8ClK9 + umask 022 + cd /builddir/build/BUILD + cd protobuf-2.2.0 + DOCDIR=/builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/share/doc/protobuf-python-2.2.0 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/share/doc/protobuf-python-2.2.0 + /bin/mkdir -p /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/share/doc/protobuf-python-2.2.0 + cp -pr python/README.txt /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/share/doc/protobuf-python-2.2.0 + cp -pr examples/add_person.py examples/list_people.py examples/addressbook.proto /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386/usr/share/doc/protobuf-python-2.2.0 + exit 0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.6 Conflicts: protobuf-compiler > 2.2.0 protobuf-compiler < 2.2.0 Processing files: protobuf-vim-2.2.0-2.fc13.i686 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: protobuf-debuginfo-2.2.0-2.fc13.i686 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386 warning: Could not canonicalize hostname: x86-6.fedora.phx.redhat.com Wrote: /builddir/build/RPMS/protobuf-2.2.0-2.fc13.i686.rpm Wrote: /builddir/build/RPMS/protobuf-compiler-2.2.0-2.fc13.i686.rpm Wrote: /builddir/build/RPMS/protobuf-devel-2.2.0-2.fc13.i686.rpm Wrote: /builddir/build/RPMS/protobuf-static-2.2.0-2.fc13.i686.rpm Wrote: /builddir/build/RPMS/protobuf-lite-2.2.0-2.fc13.i686.rpm Wrote: /builddir/build/RPMS/protobuf-lite-devel-2.2.0-2.fc13.i686.rpm Wrote: /builddir/build/RPMS/protobuf-lite-static-2.2.0-2.fc13.i686.rpm Wrote: /builddir/build/RPMS/protobuf-python-2.2.0-2.fc13.i686.rpm Wrote: /builddir/build/RPMS/protobuf-vim-2.2.0-2.fc13.i686.rpm Wrote: /builddir/build/RPMS/protobuf-debuginfo-2.2.0-2.fc13.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.e128Q6 + umask 022 + cd /builddir/build/BUILD + cd protobuf-2.2.0 + rm -rf /builddir/build/BUILDROOT/protobuf-2.2.0-2.fc13.i386 + exit 0 Child returncode was: 0 LEAVE do -->