tar -xf protobuf-2.6.1.tar.bz2 checking whether to enable maintainer-specific portions of Makefiles... yes checking build system type... i586-slackware-linux-gnu checking host system type... i586-slackware-linux-gnu checking target system type... i586-slackware-linux-gnu checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 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... /usr/bin/grep checking for egrep... /usr/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 -march=i586 -mtune=i686 checking whether __SUNPRO_CC is declared... no checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/i586-slackware-linux/bin/ld checking if the linker (/usr/i586-slackware-linux/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i586-slackware-linux-gnu file names to i586-slackware-linux-gnu format... func_convert_file_noop checking how to convert i586-slackware-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/i586-slackware-linux/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes 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... yes 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/i586-slackware-linux/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/i586-slackware-linux/bin/ld checking if the linker (/usr/i586-slackware-linux/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/i586-slackware-linux/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... yes 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/i586-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) 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 zlib version... ok (1.2.0.4 or later) checking for library containing zlibVersion... -lz checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking whether to check for GCC pthread/shared inconsistencies... yes checking whether -pthread is sufficient with -shared... yes checking whether what we have so far is sufficient with -nostdlib... no checking whether -lpthread saves the day... yes checking the location of hash_map... checking for library containing sched_yield... none required checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating protobuf.pc config.status: creating protobuf-lite.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gtest (/home/djemos/murmur/protobuf/src/protobuf-2.6.1/gtest) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--libdir=/usr/lib' '--sysconfdir=/etc' '--localstatedir=/var' '--mandir=/usr/man' '--disable-static' '--build=i586-slackware-linux' 'build_alias=i586-slackware-linux' 'CFLAGS=-O2 -march=i586 -mtune=i686' 'CXXFLAGS=-O2 -march=i586 -mtune=i686' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 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 build system type... i586-slackware-linux-gnu checking host system type... i586-slackware-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/i586-slackware-linux/bin/ld checking if the linker (/usr/i586-slackware-linux/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i586-slackware-linux-gnu file names to i586-slackware-linux-gnu format... func_convert_file_noop checking how to convert i586-slackware-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/i586-slackware-linux/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if 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... yes 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/i586-slackware-linux/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/i586-slackware-linux/bin/ld checking if the linker (/usr/i586-slackware-linux/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/i586-slackware-linux/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... yes 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/i586-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for python... /usr/bin/python checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking whether to check for GCC pthread/shared inconsistencies... yes checking whether -pthread is sufficient with -shared... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating scripts/gtest-config config.status: creating build-aux/config.h config.status: executing depfiles commands config.status: executing libtool commands make all-recursive make[1]: Entering directory '/home/djemos/murmur/protobuf/src/protobuf-2.6.1' Making all in . make[2]: Entering directory '/home/djemos/murmur/protobuf/src/protobuf-2.6.1' make[2]: Leaving directory '/home/djemos/murmur/protobuf/src/protobuf-2.6.1' Making all in src make[2]: Entering directory '/home/djemos/murmur/protobuf/src/protobuf-2.6.1/src' depbase=`echo google/protobuf/compiler/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/main.o -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/main.o google/protobuf/compiler/main.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo google/protobuf/stubs/atomicops_internals_x86_gcc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/stubs/atomicops_internals_x86_gcc.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/atomicops_internals_x86_gcc.lo google/protobuf/stubs/atomicops_internals_x86_gcc.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/stubs/atomicops_internals_x86_gcc.lo -MD -MP -MF google/protobuf/stubs/.deps/atomicops_internals_x86_gcc.Tpo -c google/protobuf/stubs/atomicops_internals_x86_gcc.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/atomicops_internals_x86_gcc.o depbase=`echo google/protobuf/stubs/atomicops_internals_x86_msvc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/stubs/atomicops_internals_x86_msvc.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/atomicops_internals_x86_msvc.lo google/protobuf/stubs/atomicops_internals_x86_msvc.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/stubs/atomicops_internals_x86_msvc.lo -MD -MP -MF google/protobuf/stubs/.deps/atomicops_internals_x86_msvc.Tpo -c google/protobuf/stubs/atomicops_internals_x86_msvc.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/atomicops_internals_x86_msvc.o depbase=`echo google/protobuf/stubs/common.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/stubs/common.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/common.lo google/protobuf/stubs/common.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/stubs/common.lo -MD -MP -MF google/protobuf/stubs/.deps/common.Tpo -c google/protobuf/stubs/common.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/common.o depbase=`echo google/protobuf/stubs/once.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/stubs/once.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/once.lo google/protobuf/stubs/once.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/stubs/once.lo -MD -MP -MF google/protobuf/stubs/.deps/once.Tpo -c google/protobuf/stubs/once.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/once.o depbase=`echo google/protobuf/stubs/stringprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/stubs/stringprintf.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/stringprintf.lo google/protobuf/stubs/stringprintf.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/stubs/stringprintf.lo -MD -MP -MF google/protobuf/stubs/.deps/stringprintf.Tpo -c google/protobuf/stubs/stringprintf.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/stringprintf.o In file included from ./google/protobuf/stubs/stringprintf.h:47:0, from google/protobuf/stubs/stringprintf.cc:33: google/protobuf/stubs/stringprintf.cc: In function 'std::string google::protobuf::StringPrintfVector(const char*, const std::vector >&)': google/protobuf/stubs/stringprintf.cc:164:59: warning: typedef 'arg_count_mismatch' locally defined but not used [-Wunused-local-typedefs] GOOGLE_COMPILE_ASSERT(kStringPrintfVectorMaxArgs == 32, arg_count_mismatch); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/extension_set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/extension_set.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/extension_set.lo google/protobuf/extension_set.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/extension_set.lo -MD -MP -MF google/protobuf/.deps/extension_set.Tpo -c google/protobuf/extension_set.cc -fPIC -DPIC -o google/protobuf/.libs/extension_set.o In file included from google/protobuf/extension_set.cc:43:0: ./google/protobuf/stubs/map_util.h: In function 'void google::protobuf::InsertOrDie(Collection*, const typename Collection::value_type::first_type&, const typename Collection::value_type::second_type&)': ./google/protobuf/stubs/map_util.h:356:43: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Collection::value_type value_type; ^ ./google/protobuf/stubs/map_util.h: In function 'void google::protobuf::InsertOrDieNoPrint(Collection*, const typename Collection::value_type::first_type&, const typename Collection::value_type::second_type&)': ./google/protobuf/stubs/map_util.h:367:43: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Collection::value_type value_type; ^ google/protobuf/extension_set.cc: In function 'bool google::protobuf::internal::{anonymous}::is_packable(google::protobuf::internal::WireFormatLite::WireType)': google/protobuf/extension_set.cc:74:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ depbase=`echo google/protobuf/generated_message_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/generated_message_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/generated_message_util.lo google/protobuf/generated_message_util.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/generated_message_util.lo -MD -MP -MF google/protobuf/.deps/generated_message_util.Tpo -c google/protobuf/generated_message_util.cc -fPIC -DPIC -o google/protobuf/.libs/generated_message_util.o depbase=`echo google/protobuf/message_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/message_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/message_lite.lo google/protobuf/message_lite.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/message_lite.lo -MD -MP -MF google/protobuf/.deps/message_lite.Tpo -c google/protobuf/message_lite.cc -fPIC -DPIC -o google/protobuf/.libs/message_lite.o depbase=`echo google/protobuf/repeated_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/repeated_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/repeated_field.lo google/protobuf/repeated_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/repeated_field.lo -MD -MP -MF google/protobuf/.deps/repeated_field.Tpo -c google/protobuf/repeated_field.cc -fPIC -DPIC -o google/protobuf/.libs/repeated_field.o depbase=`echo google/protobuf/wire_format_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/wire_format_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/wire_format_lite.lo google/protobuf/wire_format_lite.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/wire_format_lite.lo -MD -MP -MF google/protobuf/.deps/wire_format_lite.Tpo -c google/protobuf/wire_format_lite.cc -fPIC -DPIC -o google/protobuf/.libs/wire_format_lite.o depbase=`echo google/protobuf/io/coded_stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/io/coded_stream.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/coded_stream.lo google/protobuf/io/coded_stream.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/io/coded_stream.lo -MD -MP -MF google/protobuf/io/.deps/coded_stream.Tpo -c google/protobuf/io/coded_stream.cc -fPIC -DPIC -o google/protobuf/io/.libs/coded_stream.o depbase=`echo google/protobuf/io/zero_copy_stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/io/zero_copy_stream.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/zero_copy_stream.lo google/protobuf/io/zero_copy_stream.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/io/zero_copy_stream.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream.Tpo -c google/protobuf/io/zero_copy_stream.cc -fPIC -DPIC -o google/protobuf/io/.libs/zero_copy_stream.o depbase=`echo google/protobuf/io/zero_copy_stream_impl_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/io/zero_copy_stream_impl_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/zero_copy_stream_impl_lite.lo google/protobuf/io/zero_copy_stream_impl_lite.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/io/zero_copy_stream_impl_lite.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream_impl_lite.Tpo -c google/protobuf/io/zero_copy_stream_impl_lite.cc -fPIC -DPIC -o google/protobuf/io/.libs/zero_copy_stream_impl_lite.o depbase=`echo google/protobuf/stubs/strutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/stubs/strutil.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/strutil.lo google/protobuf/stubs/strutil.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/stubs/strutil.lo -MD -MP -MF google/protobuf/stubs/.deps/strutil.Tpo -c google/protobuf/stubs/strutil.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/strutil.o In file included from ./google/protobuf/stubs/strutil.h:38:0, from google/protobuf/stubs/strutil.cc:33: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ google/protobuf/stubs/strutil.cc: In function 'char* google::protobuf::DoubleToBuffer(double, char*)': google/protobuf/stubs/strutil.cc:1172:39: warning: typedef 'DBL_DIG_is_too_big' locally defined but not used [-Wunused-local-typedefs] GOOGLE_COMPILE_ASSERT(DBL_DIG < 20, DBL_DIG_is_too_big); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ google/protobuf/stubs/strutil.cc: In function 'char* google::protobuf::FloatToBuffer(float, char*)': google/protobuf/stubs/strutil.cc:1227:39: warning: typedef 'FLT_DIG_is_too_big' locally defined but not used [-Wunused-local-typedefs] GOOGLE_COMPILE_ASSERT(FLT_DIG < 10, FLT_DIG_is_too_big); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/stubs/substitute.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/stubs/substitute.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/substitute.lo google/protobuf/stubs/substitute.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/stubs/substitute.lo -MD -MP -MF google/protobuf/stubs/.deps/substitute.Tpo -c google/protobuf/stubs/substitute.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/substitute.o In file included from ./google/protobuf/stubs/substitute.h:35:0, from google/protobuf/stubs/substitute.cc:33: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/stubs/structurally_valid.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/stubs/structurally_valid.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/structurally_valid.lo google/protobuf/stubs/structurally_valid.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/stubs/structurally_valid.lo -MD -MP -MF google/protobuf/stubs/.deps/structurally_valid.Tpo -c google/protobuf/stubs/structurally_valid.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/structurally_valid.o depbase=`echo google/protobuf/descriptor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/descriptor.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/descriptor.lo google/protobuf/descriptor.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/descriptor.lo -MD -MP -MF google/protobuf/.deps/descriptor.Tpo -c google/protobuf/descriptor.cc -fPIC -DPIC -o google/protobuf/.libs/descriptor.o In file included from ./google/protobuf/stubs/hash.h:39:0, from google/protobuf/descriptor.cc:35: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ In file included from google/protobuf/descriptor.cc:59:0: ./google/protobuf/stubs/map_util.h: In function 'void google::protobuf::InsertOrDie(Collection*, const typename Collection::value_type::first_type&, const typename Collection::value_type::second_type&)': ./google/protobuf/stubs/map_util.h:356:43: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Collection::value_type value_type; ^ ./google/protobuf/stubs/map_util.h: In function 'void google::protobuf::InsertOrDieNoPrint(Collection*, const typename Collection::value_type::first_type&, const typename Collection::value_type::second_type&)': ./google/protobuf/stubs/map_util.h:367:43: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Collection::value_type value_type; ^ depbase=`echo google/protobuf/descriptor.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/descriptor.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/descriptor.pb.lo google/protobuf/descriptor.pb.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/descriptor.pb.lo -MD -MP -MF google/protobuf/.deps/descriptor.pb.Tpo -c google/protobuf/descriptor.pb.cc -fPIC -DPIC -o google/protobuf/.libs/descriptor.pb.o depbase=`echo google/protobuf/descriptor_database.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/descriptor_database.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/descriptor_database.lo google/protobuf/descriptor_database.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/descriptor_database.lo -MD -MP -MF google/protobuf/.deps/descriptor_database.Tpo -c google/protobuf/descriptor_database.cc -fPIC -DPIC -o google/protobuf/.libs/descriptor_database.o In file included from ./google/protobuf/descriptor_database.h:44:0, from google/protobuf/descriptor_database.cc:35: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ In file included from google/protobuf/descriptor_database.cc:43:0: ./google/protobuf/stubs/map_util.h: In function 'void google::protobuf::InsertOrDie(Collection*, const typename Collection::value_type::first_type&, const typename Collection::value_type::second_type&)': ./google/protobuf/stubs/map_util.h:356:43: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Collection::value_type value_type; ^ ./google/protobuf/stubs/map_util.h: In function 'void google::protobuf::InsertOrDieNoPrint(Collection*, const typename Collection::value_type::first_type&, const typename Collection::value_type::second_type&)': ./google/protobuf/stubs/map_util.h:367:43: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Collection::value_type value_type; ^ depbase=`echo google/protobuf/dynamic_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/dynamic_message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/dynamic_message.lo google/protobuf/dynamic_message.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/dynamic_message.lo -MD -MP -MF google/protobuf/.deps/dynamic_message.Tpo -c google/protobuf/dynamic_message.cc -fPIC -DPIC -o google/protobuf/.libs/dynamic_message.o depbase=`echo google/protobuf/extension_set_heavy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/extension_set_heavy.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/extension_set_heavy.lo google/protobuf/extension_set_heavy.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/extension_set_heavy.lo -MD -MP -MF google/protobuf/.deps/extension_set_heavy.Tpo -c google/protobuf/extension_set_heavy.cc -fPIC -DPIC -o google/protobuf/.libs/extension_set_heavy.o depbase=`echo google/protobuf/generated_message_reflection.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/generated_message_reflection.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/generated_message_reflection.lo google/protobuf/generated_message_reflection.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/generated_message_reflection.lo -MD -MP -MF google/protobuf/.deps/generated_message_reflection.Tpo -c google/protobuf/generated_message_reflection.cc -fPIC -DPIC -o google/protobuf/.libs/generated_message_reflection.o google/protobuf/generated_message_reflection.cc: In member function 'void google::protobuf::internal::GeneratedMessageReflection::SwapOneofField(google::protobuf::Message*, google::protobuf::Message*, const google::protobuf::OneofDescriptor*) const': google/protobuf/generated_message_reflection.cc:503:54: warning: 'field1' may be used uninitialized in this function [-Wmaybe-uninitialized] SetField(message2, field1, temp_##TYPE); \ ^ google/protobuf/generated_message_reflection.cc:516:60: warning: 'temp_message' may be used uninitialized in this function [-Wmaybe-uninitialized] SetAllocatedMessage(message2, temp_message, field1); ^ depbase=`echo google/protobuf/message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/message.lo google/protobuf/message.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/message.lo -MD -MP -MF google/protobuf/.deps/message.Tpo -c google/protobuf/message.cc -fPIC -DPIC -o google/protobuf/.libs/message.o In file included from ./google/protobuf/stubs/hash.h:39:0, from google/protobuf/message.cc:37: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ In file included from google/protobuf/message.cc:51:0: ./google/protobuf/stubs/map_util.h: In function 'void google::protobuf::InsertOrDie(Collection*, const typename Collection::value_type::first_type&, const typename Collection::value_type::second_type&)': ./google/protobuf/stubs/map_util.h:356:43: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Collection::value_type value_type; ^ ./google/protobuf/stubs/map_util.h: In function 'void google::protobuf::InsertOrDieNoPrint(Collection*, const typename Collection::value_type::first_type&, const typename Collection::value_type::second_type&)': ./google/protobuf/stubs/map_util.h:367:43: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Collection::value_type value_type; ^ depbase=`echo google/protobuf/reflection_ops.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/reflection_ops.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/reflection_ops.lo google/protobuf/reflection_ops.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/reflection_ops.lo -MD -MP -MF google/protobuf/.deps/reflection_ops.Tpo -c google/protobuf/reflection_ops.cc -fPIC -DPIC -o google/protobuf/.libs/reflection_ops.o In file included from ./google/protobuf/reflection_ops.h:41:0, from google/protobuf/reflection_ops.cc:38: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/service.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/service.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/service.lo google/protobuf/service.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/service.lo -MD -MP -MF google/protobuf/.deps/service.Tpo -c google/protobuf/service.cc -fPIC -DPIC -o google/protobuf/.libs/service.o depbase=`echo google/protobuf/text_format.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/text_format.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/text_format.lo google/protobuf/text_format.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/text_format.lo -MD -MP -MF google/protobuf/.deps/text_format.Tpo -c google/protobuf/text_format.cc -fPIC -DPIC -o google/protobuf/.libs/text_format.o In file included from ./google/protobuf/text_format.h:46:0, from google/protobuf/text_format.cc:43: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ In file included from google/protobuf/text_format.cc:54:0: ./google/protobuf/stubs/map_util.h: In function 'void google::protobuf::InsertOrDie(Collection*, const typename Collection::value_type::first_type&, const typename Collection::value_type::second_type&)': ./google/protobuf/stubs/map_util.h:356:43: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Collection::value_type value_type; ^ ./google/protobuf/stubs/map_util.h: In function 'void google::protobuf::InsertOrDieNoPrint(Collection*, const typename Collection::value_type::first_type&, const typename Collection::value_type::second_type&)': ./google/protobuf/stubs/map_util.h:367:43: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Collection::value_type value_type; ^ depbase=`echo google/protobuf/unknown_field_set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/unknown_field_set.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/unknown_field_set.lo google/protobuf/unknown_field_set.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/unknown_field_set.lo -MD -MP -MF google/protobuf/.deps/unknown_field_set.Tpo -c google/protobuf/unknown_field_set.cc -fPIC -DPIC -o google/protobuf/.libs/unknown_field_set.o depbase=`echo google/protobuf/wire_format.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/wire_format.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/wire_format.lo google/protobuf/wire_format.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/wire_format.lo -MD -MP -MF google/protobuf/.deps/wire_format.Tpo -c google/protobuf/wire_format.cc -fPIC -DPIC -o google/protobuf/.libs/wire_format.o depbase=`echo google/protobuf/io/gzip_stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/io/gzip_stream.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/gzip_stream.lo google/protobuf/io/gzip_stream.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/io/gzip_stream.lo -MD -MP -MF google/protobuf/io/.deps/gzip_stream.Tpo -c google/protobuf/io/gzip_stream.cc -fPIC -DPIC -o google/protobuf/io/.libs/gzip_stream.o depbase=`echo google/protobuf/io/printer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/io/printer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/printer.lo google/protobuf/io/printer.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/io/printer.lo -MD -MP -MF google/protobuf/io/.deps/printer.Tpo -c google/protobuf/io/printer.cc -fPIC -DPIC -o google/protobuf/io/.libs/printer.o depbase=`echo google/protobuf/io/strtod.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/io/strtod.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/strtod.lo google/protobuf/io/strtod.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/io/strtod.lo -MD -MP -MF google/protobuf/io/.deps/strtod.Tpo -c google/protobuf/io/strtod.cc -fPIC -DPIC -o google/protobuf/io/.libs/strtod.o depbase=`echo google/protobuf/io/tokenizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/io/tokenizer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/tokenizer.lo google/protobuf/io/tokenizer.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/io/tokenizer.lo -MD -MP -MF google/protobuf/io/.deps/tokenizer.Tpo -c google/protobuf/io/tokenizer.cc -fPIC -DPIC -o google/protobuf/io/.libs/tokenizer.o In file included from ./google/protobuf/io/tokenizer.h:42:0, from google/protobuf/io/tokenizer.cc:91: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/io/zero_copy_stream_impl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/io/zero_copy_stream_impl.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/zero_copy_stream_impl.lo google/protobuf/io/zero_copy_stream_impl.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/io/zero_copy_stream_impl.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream_impl.Tpo -c google/protobuf/io/zero_copy_stream_impl.cc -fPIC -DPIC -o google/protobuf/io/.libs/zero_copy_stream_impl.o depbase=`echo google/protobuf/compiler/importer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/importer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/importer.lo google/protobuf/compiler/importer.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/importer.lo -MD -MP -MF google/protobuf/compiler/.deps/importer.Tpo -c google/protobuf/compiler/importer.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/importer.o In file included from ./google/protobuf/descriptor.h:60:0, from ./google/protobuf/compiler/importer.h:44, from google/protobuf/compiler/importer.cc:48: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/parser.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/parser.lo google/protobuf/compiler/parser.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/parser.lo -MD -MP -MF google/protobuf/compiler/.deps/parser.Tpo -c google/protobuf/compiler/parser.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/parser.o In file included from ./google/protobuf/stubs/hash.h:39:0, from google/protobuf/compiler/parser.cc:38: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ In file included from google/protobuf/compiler/parser.cc:49:0: ./google/protobuf/stubs/map_util.h: In function 'void google::protobuf::InsertOrDie(Collection*, const typename Collection::value_type::first_type&, const typename Collection::value_type::second_type&)': ./google/protobuf/stubs/map_util.h:356:43: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Collection::value_type value_type; ^ ./google/protobuf/stubs/map_util.h: In function 'void google::protobuf::InsertOrDieNoPrint(Collection*, const typename Collection::value_type::first_type&, const typename Collection::value_type::second_type&)': ./google/protobuf/stubs/map_util.h:367:43: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Collection::value_type value_type; ^ /bin/sh ../libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -version-info 9:1:0 -export-dynamic -no-undefined -o libprotobuf.la -rpath /usr/lib google/protobuf/stubs/atomicops_internals_x86_gcc.lo google/protobuf/stubs/atomicops_internals_x86_msvc.lo google/protobuf/stubs/common.lo google/protobuf/stubs/once.lo google/protobuf/stubs/stringprintf.lo google/protobuf/extension_set.lo google/protobuf/generated_message_util.lo google/protobuf/message_lite.lo google/protobuf/repeated_field.lo google/protobuf/wire_format_lite.lo google/protobuf/io/coded_stream.lo google/protobuf/io/zero_copy_stream.lo google/protobuf/io/zero_copy_stream_impl_lite.lo google/protobuf/stubs/strutil.lo google/protobuf/stubs/substitute.lo google/protobuf/stubs/structurally_valid.lo google/protobuf/descriptor.lo google/protobuf/descriptor.pb.lo google/protobuf/descriptor_database.lo google/protobuf/dynamic_message.lo google/protobuf/extension_set_heavy.lo google/protobuf/generated_message_reflection.lo google/protobuf/message.lo google/protobuf/reflection_ops.lo google/protobuf/service.lo google/protobuf/text_format.lo google/protobuf/unknown_field_set.lo google/protobuf/wire_format.lo google/protobuf/io/gzip_stream.lo google/protobuf/io/printer.lo google/protobuf/io/strtod.lo google/protobuf/io/tokenizer.lo google/protobuf/io/zero_copy_stream_impl.lo google/protobuf/compiler/importer.lo google/protobuf/compiler/parser.lo -lpthread -lz libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../crti.o /usr/lib/gcc/i586-slackware-linux/5.3.0/crtbeginS.o google/protobuf/stubs/.libs/atomicops_internals_x86_gcc.o google/protobuf/stubs/.libs/atomicops_internals_x86_msvc.o google/protobuf/stubs/.libs/common.o google/protobuf/stubs/.libs/once.o google/protobuf/stubs/.libs/stringprintf.o google/protobuf/.libs/extension_set.o google/protobuf/.libs/generated_message_util.o google/protobuf/.libs/message_lite.o google/protobuf/.libs/repeated_field.o google/protobuf/.libs/wire_format_lite.o google/protobuf/io/.libs/coded_stream.o google/protobuf/io/.libs/zero_copy_stream.o google/protobuf/io/.libs/zero_copy_stream_impl_lite.o google/protobuf/stubs/.libs/strutil.o google/protobuf/stubs/.libs/substitute.o google/protobuf/stubs/.libs/structurally_valid.o google/protobuf/.libs/descriptor.o google/protobuf/.libs/descriptor.pb.o google/protobuf/.libs/descriptor_database.o google/protobuf/.libs/dynamic_message.o google/protobuf/.libs/extension_set_heavy.o google/protobuf/.libs/generated_message_reflection.o google/protobuf/.libs/message.o google/protobuf/.libs/reflection_ops.o google/protobuf/.libs/service.o google/protobuf/.libs/text_format.o google/protobuf/.libs/unknown_field_set.o google/protobuf/.libs/wire_format.o google/protobuf/io/.libs/gzip_stream.o google/protobuf/io/.libs/printer.o google/protobuf/io/.libs/strtod.o google/protobuf/io/.libs/tokenizer.o google/protobuf/io/.libs/zero_copy_stream_impl.o google/protobuf/compiler/.libs/importer.o google/protobuf/compiler/.libs/parser.o -lpthread -lz -L/usr/lib/gcc/i586-slackware-linux/5.3.0 -L/usr/lib/gcc/i586-slackware-linux/5.3.0/../../../../i586-slackware-linux/lib -L/usr/lib/gcc/i586-slackware-linux/5.3.0/../../.. /usr/lib/libstdc++.so -lm -lc -lgcc_s /usr/lib/gcc/i586-slackware-linux/5.3.0/crtendS.o /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../crtn.o -pthread -O2 -march=i586 -mtune=i686 -pthread -Wl,-soname -Wl,libprotobuf.so.9 -o .libs/libprotobuf.so.9.0.1 libtool: link: (cd ".libs" && rm -f "libprotobuf.so.9" && ln -s "libprotobuf.so.9.0.1" "libprotobuf.so.9") libtool: link: (cd ".libs" && rm -f "libprotobuf.so" && ln -s "libprotobuf.so.9.0.1" "libprotobuf.so") libtool: link: ( cd ".libs" && rm -f "libprotobuf.la" && ln -s "../libprotobuf.la" "libprotobuf.la" ) depbase=`echo google/protobuf/compiler/code_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/code_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/code_generator.lo google/protobuf/compiler/code_generator.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/code_generator.lo -MD -MP -MF google/protobuf/compiler/.deps/code_generator.Tpo -c google/protobuf/compiler/code_generator.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/code_generator.o In file included from ./google/protobuf/compiler/code_generator.h:41:0, from google/protobuf/compiler/code_generator.cc:35: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/command_line_interface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/command_line_interface.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/command_line_interface.lo google/protobuf/compiler/command_line_interface.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/command_line_interface.lo -MD -MP -MF google/protobuf/compiler/.deps/command_line_interface.Tpo -c google/protobuf/compiler/command_line_interface.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/command_line_interface.o In file included from ./google/protobuf/compiler/command_line_interface.h:41:0, from google/protobuf/compiler/command_line_interface.cc:35: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ In file included from google/protobuf/compiler/command_line_interface.cc:69:0: ./google/protobuf/stubs/map_util.h: In function 'void google::protobuf::InsertOrDie(Collection*, const typename Collection::value_type::first_type&, const typename Collection::value_type::second_type&)': ./google/protobuf/stubs/map_util.h:356:43: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Collection::value_type value_type; ^ ./google/protobuf/stubs/map_util.h: In function 'void google::protobuf::InsertOrDieNoPrint(Collection*, const typename Collection::value_type::first_type&, const typename Collection::value_type::second_type&)': ./google/protobuf/stubs/map_util.h:367:43: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Collection::value_type value_type; ^ depbase=`echo google/protobuf/compiler/plugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/plugin.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/plugin.lo google/protobuf/compiler/plugin.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/plugin.lo -MD -MP -MF google/protobuf/compiler/.deps/plugin.Tpo -c google/protobuf/compiler/plugin.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/plugin.o depbase=`echo google/protobuf/compiler/plugin.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/plugin.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/plugin.pb.lo google/protobuf/compiler/plugin.pb.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/plugin.pb.lo -MD -MP -MF google/protobuf/compiler/.deps/plugin.pb.Tpo -c google/protobuf/compiler/plugin.pb.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/plugin.pb.o depbase=`echo google/protobuf/compiler/subprocess.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/subprocess.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/subprocess.lo google/protobuf/compiler/subprocess.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/subprocess.lo -MD -MP -MF google/protobuf/compiler/.deps/subprocess.Tpo -c google/protobuf/compiler/subprocess.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/subprocess.o In file included from ./google/protobuf/compiler/subprocess.h:43:0, from google/protobuf/compiler/subprocess.cc:33: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/zip_writer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/zip_writer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/zip_writer.lo google/protobuf/compiler/zip_writer.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/zip_writer.lo -MD -MP -MF google/protobuf/compiler/.deps/zip_writer.Tpo -c google/protobuf/compiler/zip_writer.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/zip_writer.o depbase=`echo google/protobuf/compiler/cpp/cpp_enum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/cpp/cpp_enum.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_enum.lo google/protobuf/compiler/cpp/cpp_enum.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/cpp/cpp_enum.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_enum.Tpo -c google/protobuf/compiler/cpp/cpp_enum.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_enum.o In file included from ./google/protobuf/compiler/cpp/cpp_options.h:38:0, from ./google/protobuf/compiler/cpp/cpp_enum.h:39, from google/protobuf/compiler/cpp/cpp_enum.cc:38: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/cpp/cpp_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/cpp/cpp_enum_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_enum_field.lo google/protobuf/compiler/cpp/cpp_enum_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/cpp/cpp_enum_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_enum_field.Tpo -c google/protobuf/compiler/cpp/cpp_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_enum_field.o In file included from ./google/protobuf/descriptor.h:60:0, from ./google/protobuf/compiler/cpp/cpp_field.h:42, from ./google/protobuf/compiler/cpp/cpp_enum_field.h:40, from google/protobuf/compiler/cpp/cpp_enum_field.cc:35: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/cpp/cpp_extension.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/cpp/cpp_extension.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_extension.lo google/protobuf/compiler/cpp/cpp_extension.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/cpp/cpp_extension.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_extension.Tpo -c google/protobuf/compiler/cpp/cpp_extension.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_extension.o In file included from ./google/protobuf/compiler/cpp/cpp_extension.h:39:0, from google/protobuf/compiler/cpp/cpp_extension.cc:35: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/cpp/cpp_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/cpp/cpp_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_field.lo google/protobuf/compiler/cpp/cpp_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/cpp/cpp_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_field.Tpo -c google/protobuf/compiler/cpp/cpp_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_field.o In file included from ./google/protobuf/descriptor.h:60:0, from ./google/protobuf/compiler/cpp/cpp_field.h:42, from google/protobuf/compiler/cpp/cpp_field.cc:35: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/cpp/cpp_file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/cpp/cpp_file.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_file.lo google/protobuf/compiler/cpp/cpp_file.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/cpp/cpp_file.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_file.Tpo -c google/protobuf/compiler/cpp/cpp_file.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_file.o In file included from ./google/protobuf/compiler/cpp/cpp_file.h:41:0, from google/protobuf/compiler/cpp/cpp_file.cc:35: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/cpp/cpp_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/cpp/cpp_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_generator.lo google/protobuf/compiler/cpp/cpp_generator.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/cpp/cpp_generator.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_generator.Tpo -c google/protobuf/compiler/cpp/cpp_generator.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_generator.o depbase=`echo google/protobuf/compiler/cpp/cpp_helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/cpp/cpp_helpers.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_helpers.lo google/protobuf/compiler/cpp/cpp_helpers.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/cpp/cpp_helpers.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_helpers.Tpo -c google/protobuf/compiler/cpp/cpp_helpers.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_helpers.o In file included from ./google/protobuf/stubs/hash.h:39:0, from google/protobuf/compiler/cpp/cpp_helpers.cc:38: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ google/protobuf/compiler/cpp/cpp_helpers.cc: In function 'std::string google::protobuf::compiler::cpp::Int32ToString(int)': google/protobuf/compiler/cpp/cpp_helpers.cc:262:55: warning: typedef 'kint32min_value_error' locally defined but not used [-Wunused-local-typedefs] GOOGLE_COMPILE_ASSERT(kint32min == (~0x7fffffff), kint32min_value_error); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ google/protobuf/compiler/cpp/cpp_helpers.cc: In function 'std::string google::protobuf::compiler::cpp::Int64ToString(google::protobuf::int64)': google/protobuf/compiler/cpp/cpp_helpers.cc:274:20: warning: typedef 'kint64min_value_error' locally defined but not used [-Wunused-local-typedefs] kint64min_value_error); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/cpp/cpp_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/cpp/cpp_message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_message.lo google/protobuf/compiler/cpp/cpp_message.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/cpp/cpp_message.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_message.Tpo -c google/protobuf/compiler/cpp/cpp_message.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_message.o In file included from ./google/protobuf/stubs/hash.h:39:0, from google/protobuf/compiler/cpp/cpp_message.cc:36: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ google/protobuf/compiler/cpp/cpp_message.cc: At global scope: google/protobuf/compiler/cpp/cpp_message.cc:280:8: warning: 'std::string google::protobuf::compiler::cpp::{anonymous}::MessageTypeProtoName(const google::protobuf::FieldDescriptor*)' defined but not used [-Wunused-function] string MessageTypeProtoName(const FieldDescriptor* field) { ^ depbase=`echo google/protobuf/compiler/cpp/cpp_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/cpp/cpp_message_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_message_field.lo google/protobuf/compiler/cpp/cpp_message_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/cpp/cpp_message_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_message_field.Tpo -c google/protobuf/compiler/cpp/cpp_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_message_field.o In file included from ./google/protobuf/descriptor.h:60:0, from ./google/protobuf/compiler/cpp/cpp_field.h:42, from ./google/protobuf/compiler/cpp/cpp_message_field.h:40, from google/protobuf/compiler/cpp/cpp_message_field.cc:35: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/cpp/cpp_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/cpp/cpp_primitive_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_primitive_field.lo google/protobuf/compiler/cpp/cpp_primitive_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/cpp/cpp_primitive_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_primitive_field.Tpo -c google/protobuf/compiler/cpp/cpp_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_primitive_field.o In file included from ./google/protobuf/descriptor.h:60:0, from ./google/protobuf/compiler/cpp/cpp_field.h:42, from ./google/protobuf/compiler/cpp/cpp_primitive_field.h:40, from google/protobuf/compiler/cpp/cpp_primitive_field.cc:35: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/cpp/cpp_service.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/cpp/cpp_service.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_service.lo google/protobuf/compiler/cpp/cpp_service.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/cpp/cpp_service.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_service.Tpo -c google/protobuf/compiler/cpp/cpp_service.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_service.o In file included from ./google/protobuf/compiler/cpp/cpp_options.h:38:0, from ./google/protobuf/compiler/cpp/cpp_service.h:40, from google/protobuf/compiler/cpp/cpp_service.cc:35: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/cpp/cpp_string_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/cpp/cpp_string_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_string_field.lo google/protobuf/compiler/cpp/cpp_string_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/cpp/cpp_string_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_string_field.Tpo -c google/protobuf/compiler/cpp/cpp_string_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_string_field.o In file included from ./google/protobuf/descriptor.h:60:0, from ./google/protobuf/compiler/cpp/cpp_field.h:42, from ./google/protobuf/compiler/cpp/cpp_string_field.h:40, from google/protobuf/compiler/cpp/cpp_string_field.cc:35: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/java/java_context.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_context.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_context.lo google/protobuf/compiler/java/java_context.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_context.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_context.Tpo -c google/protobuf/compiler/java/java_context.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_context.o In file included from ./google/protobuf/compiler/java/java_context.h:38:0, from google/protobuf/compiler/java/java_context.cc:31: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ In file included from google/protobuf/compiler/java/java_context.cc:38:0: ./google/protobuf/stubs/map_util.h: In function 'void google::protobuf::InsertOrDie(Collection*, const typename Collection::value_type::first_type&, const typename Collection::value_type::second_type&)': ./google/protobuf/stubs/map_util.h:356:43: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Collection::value_type value_type; ^ ./google/protobuf/stubs/map_util.h: In function 'void google::protobuf::InsertOrDieNoPrint(Collection*, const typename Collection::value_type::first_type&, const typename Collection::value_type::second_type&)': ./google/protobuf/stubs/map_util.h:367:43: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Collection::value_type value_type; ^ depbase=`echo google/protobuf/compiler/java/java_enum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_enum.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_enum.lo google/protobuf/compiler/java/java_enum.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_enum.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum.Tpo -c google/protobuf/compiler/java/java_enum.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_enum.o In file included from ./google/protobuf/compiler/java/java_context.h:38:0, from google/protobuf/compiler/java/java_enum.cc:38: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/java/java_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_enum_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_enum_field.lo google/protobuf/compiler/java/java_enum_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_enum_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum_field.Tpo -c google/protobuf/compiler/java/java_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_enum_field.o In file included from google/protobuf/compiler/java/java_enum_field.cc:38:0: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/java/java_extension.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_extension.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_extension.lo google/protobuf/compiler/java/java_extension.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_extension.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_extension.Tpo -c google/protobuf/compiler/java/java_extension.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_extension.o In file included from ./google/protobuf/compiler/java/java_extension.h:41:0, from google/protobuf/compiler/java/java_extension.cc:35: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/java/java_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_field.lo google/protobuf/compiler/java/java_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_field.Tpo -c google/protobuf/compiler/java/java_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_field.o In file included from ./google/protobuf/compiler/java/java_field.h:42:0, from google/protobuf/compiler/java/java_field.cc:35: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/java/java_file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_file.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_file.lo google/protobuf/compiler/java/java_file.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_file.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_file.Tpo -c google/protobuf/compiler/java/java_file.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_file.o In file included from ./google/protobuf/compiler/java/java_file.h:41:0, from google/protobuf/compiler/java/java_file.cc:35: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/java/java_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_generator.lo google/protobuf/compiler/java/java_generator.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_generator.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_generator.Tpo -c google/protobuf/compiler/java/java_generator.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_generator.o In file included from ./google/protobuf/compiler/code_generator.h:41:0, from ./google/protobuf/compiler/java/java_generator.h:41, from google/protobuf/compiler/java/java_generator.cc:35: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/java/java_generator_factory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_generator_factory.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_generator_factory.lo google/protobuf/compiler/java/java_generator_factory.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_generator_factory.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_generator_factory.Tpo -c google/protobuf/compiler/java/java_generator_factory.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_generator_factory.o depbase=`echo google/protobuf/compiler/java/java_helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_helpers.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_helpers.lo google/protobuf/compiler/java/java_helpers.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_helpers.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_helpers.Tpo -c google/protobuf/compiler/java/java_helpers.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_helpers.o In file included from ./google/protobuf/stubs/hash.h:39:0, from google/protobuf/compiler/java/java_helpers.cc:36: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/java/java_lazy_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_lazy_message_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_lazy_message_field.lo google/protobuf/compiler/java/java_lazy_message_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_lazy_message_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_lazy_message_field.Tpo -c google/protobuf/compiler/java/java_lazy_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_lazy_message_field.o depbase=`echo google/protobuf/compiler/java/java_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_message.lo google/protobuf/compiler/java/java_message.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_message.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message.Tpo -c google/protobuf/compiler/java/java_message.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message.o In file included from ./google/protobuf/compiler/java/java_field.h:42:0, from ./google/protobuf/compiler/java/java_message.h:40, from google/protobuf/compiler/java/java_message.cc:35: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/java/java_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_message_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_message_field.lo google/protobuf/compiler/java/java_message_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_message_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_field.Tpo -c google/protobuf/compiler/java/java_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message_field.o In file included from ./google/protobuf/compiler/java/java_context.h:38:0, from google/protobuf/compiler/java/java_message_field.cc:38: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/java/java_name_resolver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_name_resolver.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_name_resolver.lo google/protobuf/compiler/java/java_name_resolver.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_name_resolver.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_name_resolver.Tpo -c google/protobuf/compiler/java/java_name_resolver.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_name_resolver.o In file included from ./google/protobuf/compiler/java/java_name_resolver.h:37:0, from google/protobuf/compiler/java/java_name_resolver.cc:31: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/java/java_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_primitive_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_primitive_field.lo google/protobuf/compiler/java/java_primitive_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_primitive_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_primitive_field.Tpo -c google/protobuf/compiler/java/java_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_primitive_field.o In file included from google/protobuf/compiler/java/java_primitive_field.cc:38:0: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/java/java_shared_code_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_shared_code_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_shared_code_generator.lo google/protobuf/compiler/java/java_shared_code_generator.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_shared_code_generator.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_shared_code_generator.Tpo -c google/protobuf/compiler/java/java_shared_code_generator.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_shared_code_generator.o In file included from ./google/protobuf/compiler/java/java_shared_code_generator.h:42:0, from google/protobuf/compiler/java/java_shared_code_generator.cc:33: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/java/java_service.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_service.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_service.lo google/protobuf/compiler/java/java_service.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_service.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_service.Tpo -c google/protobuf/compiler/java/java_service.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_service.o In file included from ./google/protobuf/descriptor.h:60:0, from ./google/protobuf/compiler/java/java_service.h:39, from google/protobuf/compiler/java/java_service.cc:35: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/java/java_string_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_string_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_string_field.lo google/protobuf/compiler/java/java_string_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_string_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_string_field.Tpo -c google/protobuf/compiler/java/java_string_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_string_field.o In file included from google/protobuf/compiler/java/java_string_field.cc:39:0: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/java/java_doc_comment.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_doc_comment.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_doc_comment.lo google/protobuf/compiler/java/java_doc_comment.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/java/java_doc_comment.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_doc_comment.Tpo -c google/protobuf/compiler/java/java_doc_comment.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_doc_comment.o In file included from ./google/protobuf/descriptor.h:60:0, from ./google/protobuf/compiler/java/java_doc_comment.h:38, from google/protobuf/compiler/java/java_doc_comment.cc:35: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ depbase=`echo google/protobuf/compiler/python/python_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/python/python_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/python/python_generator.lo google/protobuf/compiler/python/python_generator.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -MT google/protobuf/compiler/python/python_generator.lo -MD -MP -MF google/protobuf/compiler/python/.deps/python_generator.Tpo -c google/protobuf/compiler/python/python_generator.cc -fPIC -DPIC -o google/protobuf/compiler/python/.libs/python_generator.o In file included from ./google/protobuf/compiler/code_generator.h:41:0, from ./google/protobuf/compiler/python/python_generator.h:40, from google/protobuf/compiler/python/python_generator.cc:54: ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::int64 google::protobuf::strto64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:341:25: warning: typedef 'sizeof_int64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_int64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ ./google/protobuf/stubs/strutil.h: In function 'google::protobuf::uint64 google::protobuf::strtou64(const char*, char**, int)': ./google/protobuf/stubs/strutil.h:347:25: warning: typedef 'sizeof_uint64_is_not_sizeof_long_long' locally defined but not used [-Wunused-local-typedefs] sizeof_uint64_is_not_sizeof_long_long); ^ ./google/protobuf/stubs/common.h:382:11: note: in definition of macro 'GOOGLE_COMPILE_ASSERT' msg[bool(expr) ? 1 : -1] ^ /bin/sh ../libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -version-info 9:1:0 -export-dynamic -no-undefined -o libprotoc.la -rpath /usr/lib google/protobuf/compiler/code_generator.lo google/protobuf/compiler/command_line_interface.lo google/protobuf/compiler/plugin.lo google/protobuf/compiler/plugin.pb.lo google/protobuf/compiler/subprocess.lo google/protobuf/compiler/zip_writer.lo google/protobuf/compiler/cpp/cpp_enum.lo google/protobuf/compiler/cpp/cpp_enum_field.lo google/protobuf/compiler/cpp/cpp_extension.lo google/protobuf/compiler/cpp/cpp_field.lo google/protobuf/compiler/cpp/cpp_file.lo google/protobuf/compiler/cpp/cpp_generator.lo google/protobuf/compiler/cpp/cpp_helpers.lo google/protobuf/compiler/cpp/cpp_message.lo google/protobuf/compiler/cpp/cpp_message_field.lo google/protobuf/compiler/cpp/cpp_primitive_field.lo google/protobuf/compiler/cpp/cpp_service.lo google/protobuf/compiler/cpp/cpp_string_field.lo google/protobuf/compiler/java/java_context.lo google/protobuf/compiler/java/java_enum.lo google/protobuf/compiler/java/java_enum_field.lo google/protobuf/compiler/java/java_extension.lo google/protobuf/compiler/java/java_field.lo google/protobuf/compiler/java/java_file.lo google/protobuf/compiler/java/java_generator.lo google/protobuf/compiler/java/java_generator_factory.lo google/protobuf/compiler/java/java_helpers.lo google/protobuf/compiler/java/java_lazy_message_field.lo google/protobuf/compiler/java/java_message.lo google/protobuf/compiler/java/java_message_field.lo google/protobuf/compiler/java/java_name_resolver.lo google/protobuf/compiler/java/java_primitive_field.lo google/protobuf/compiler/java/java_shared_code_generator.lo google/protobuf/compiler/java/java_service.lo google/protobuf/compiler/java/java_string_field.lo google/protobuf/compiler/java/java_doc_comment.lo google/protobuf/compiler/python/python_generator.lo -lpthread libprotobuf.la -lz libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../crti.o /usr/lib/gcc/i586-slackware-linux/5.3.0/crtbeginS.o google/protobuf/compiler/.libs/code_generator.o google/protobuf/compiler/.libs/command_line_interface.o google/protobuf/compiler/.libs/plugin.o google/protobuf/compiler/.libs/plugin.pb.o google/protobuf/compiler/.libs/subprocess.o google/protobuf/compiler/.libs/zip_writer.o google/protobuf/compiler/cpp/.libs/cpp_enum.o google/protobuf/compiler/cpp/.libs/cpp_enum_field.o google/protobuf/compiler/cpp/.libs/cpp_extension.o google/protobuf/compiler/cpp/.libs/cpp_field.o google/protobuf/compiler/cpp/.libs/cpp_file.o google/protobuf/compiler/cpp/.libs/cpp_generator.o google/protobuf/compiler/cpp/.libs/cpp_helpers.o google/protobuf/compiler/cpp/.libs/cpp_message.o google/protobuf/compiler/cpp/.libs/cpp_message_field.o google/protobuf/compiler/cpp/.libs/cpp_primitive_field.o google/protobuf/compiler/cpp/.libs/cpp_service.o google/protobuf/compiler/cpp/.libs/cpp_string_field.o google/protobuf/compiler/java/.libs/java_context.o google/protobuf/compiler/java/.libs/java_enum.o google/protobuf/compiler/java/.libs/java_enum_field.o google/protobuf/compiler/java/.libs/java_extension.o google/protobuf/compiler/java/.libs/java_field.o google/protobuf/compiler/java/.libs/java_file.o google/protobuf/compiler/java/.libs/java_generator.o google/protobuf/compiler/java/.libs/java_generator_factory.o google/protobuf/compiler/java/.libs/java_helpers.o google/protobuf/compiler/java/.libs/java_lazy_message_field.o google/protobuf/compiler/java/.libs/java_message.o google/protobuf/compiler/java/.libs/java_message_field.o google/protobuf/compiler/java/.libs/java_name_resolver.o google/protobuf/compiler/java/.libs/java_primitive_field.o google/protobuf/compiler/java/.libs/java_shared_code_generator.o google/protobuf/compiler/java/.libs/java_service.o google/protobuf/compiler/java/.libs/java_string_field.o google/protobuf/compiler/java/.libs/java_doc_comment.o google/protobuf/compiler/python/.libs/python_generator.o -Wl,-rpath -Wl,/home/djemos/murmur/protobuf/src/protobuf-2.6.1/src/.libs -lpthread ./.libs/libprotobuf.so -lz -L/usr/lib/gcc/i586-slackware-linux/5.3.0 -L/usr/lib/gcc/i586-slackware-linux/5.3.0/../../../../i586-slackware-linux/lib -L/usr/lib/gcc/i586-slackware-linux/5.3.0/../../.. /usr/lib/libstdc++.so -lm -lc -lgcc_s /usr/lib/gcc/i586-slackware-linux/5.3.0/crtendS.o /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../crtn.o -pthread -O2 -march=i586 -mtune=i686 -pthread -Wl,-soname -Wl,libprotoc.so.9 -o .libs/libprotoc.so.9.0.1 libtool: link: (cd ".libs" && rm -f "libprotoc.so.9" && ln -s "libprotoc.so.9.0.1" "libprotoc.so.9") libtool: link: (cd ".libs" && rm -f "libprotoc.so" && ln -s "libprotoc.so.9.0.1" "libprotoc.so") libtool: link: ( cd ".libs" && rm -f "libprotoc.la" && ln -s "../libprotoc.la" "libprotoc.la" ) /bin/sh ../libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -pthread -o protoc google/protobuf/compiler/main.o -lpthread libprotobuf.la libprotoc.la -lz libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -pthread -o .libs/protoc google/protobuf/compiler/main.o -lpthread ./.libs/libprotobuf.so ./.libs/libprotoc.so -lz -pthread oldpwd=`pwd` && ( cd . && $oldpwd/protoc -I. --cpp_out=$oldpwd google/protobuf/unittest.proto google/protobuf/unittest_empty.proto google/protobuf/unittest_import.proto google/protobuf/unittest_import_public.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_import_public_lite.proto google/protobuf/unittest_lite_imports_nonlite.proto google/protobuf/unittest_no_generic_services.proto google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto ) touch unittest_proto_middleman make all-am make[3]: Entering directory '/home/djemos/murmur/protobuf/src/protobuf-2.6.1/src' /bin/sh ../libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -version-info 9:1:0 -export-dynamic -no-undefined -o libprotobuf-lite.la -rpath /usr/lib google/protobuf/stubs/atomicops_internals_x86_gcc.lo google/protobuf/stubs/atomicops_internals_x86_msvc.lo google/protobuf/stubs/common.lo google/protobuf/stubs/once.lo google/protobuf/stubs/stringprintf.lo google/protobuf/extension_set.lo google/protobuf/generated_message_util.lo google/protobuf/message_lite.lo google/protobuf/repeated_field.lo google/protobuf/wire_format_lite.lo google/protobuf/io/coded_stream.lo google/protobuf/io/zero_copy_stream.lo google/protobuf/io/zero_copy_stream_impl_lite.lo -lpthread -lz libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../crti.o /usr/lib/gcc/i586-slackware-linux/5.3.0/crtbeginS.o google/protobuf/stubs/.libs/atomicops_internals_x86_gcc.o google/protobuf/stubs/.libs/atomicops_internals_x86_msvc.o google/protobuf/stubs/.libs/common.o google/protobuf/stubs/.libs/once.o google/protobuf/stubs/.libs/stringprintf.o google/protobuf/.libs/extension_set.o google/protobuf/.libs/generated_message_util.o google/protobuf/.libs/message_lite.o google/protobuf/.libs/repeated_field.o google/protobuf/.libs/wire_format_lite.o google/protobuf/io/.libs/coded_stream.o google/protobuf/io/.libs/zero_copy_stream.o google/protobuf/io/.libs/zero_copy_stream_impl_lite.o -lpthread -lz -L/usr/lib/gcc/i586-slackware-linux/5.3.0 -L/usr/lib/gcc/i586-slackware-linux/5.3.0/../../../../i586-slackware-linux/lib -L/usr/lib/gcc/i586-slackware-linux/5.3.0/../../.. /usr/lib/libstdc++.so -lm -lc -lgcc_s /usr/lib/gcc/i586-slackware-linux/5.3.0/crtendS.o /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../crtn.o -pthread -O2 -march=i586 -mtune=i686 -pthread -Wl,-soname -Wl,libprotobuf-lite.so.9 -o .libs/libprotobuf-lite.so.9.0.1 libtool: link: (cd ".libs" && rm -f "libprotobuf-lite.so.9" && ln -s "libprotobuf-lite.so.9.0.1" "libprotobuf-lite.so.9") libtool: link: (cd ".libs" && rm -f "libprotobuf-lite.so" && ln -s "libprotobuf-lite.so.9.0.1" "libprotobuf-lite.so") libtool: link: ( cd ".libs" && rm -f "libprotobuf-lite.la" && ln -s "../libprotobuf-lite.la" "libprotobuf-lite.la" ) make[3]: Leaving directory '/home/djemos/murmur/protobuf/src/protobuf-2.6.1/src' make[2]: Leaving directory '/home/djemos/murmur/protobuf/src/protobuf-2.6.1/src' make[1]: Leaving directory '/home/djemos/murmur/protobuf/src/protobuf-2.6.1' Making install in . make[1]: Entering directory '/home/djemos/murmur/protobuf/src/protobuf-2.6.1' make[2]: Entering directory '/home/djemos/murmur/protobuf/src/protobuf-2.6.1' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/djemos/murmur/protobuf/pkg/usr/lib/pkgconfig' /usr/bin/ginstall -c -m 644 protobuf.pc protobuf-lite.pc '/home/djemos/murmur/protobuf/pkg/usr/lib/pkgconfig' make[2]: Leaving directory '/home/djemos/murmur/protobuf/src/protobuf-2.6.1' make[1]: Leaving directory '/home/djemos/murmur/protobuf/src/protobuf-2.6.1' Making install in src make[1]: Entering directory '/home/djemos/murmur/protobuf/src/protobuf-2.6.1/src' make install-am make[2]: Entering directory '/home/djemos/murmur/protobuf/src/protobuf-2.6.1/src' make[3]: Entering directory '/home/djemos/murmur/protobuf/src/protobuf-2.6.1/src' /usr/bin/mkdir -p '/home/djemos/murmur/protobuf/pkg/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/ginstall -c libprotobuf-lite.la libprotobuf.la libprotoc.la '/home/djemos/murmur/protobuf/pkg/usr/lib' libtool: install: /usr/bin/ginstall -c .libs/libprotobuf-lite.so.9.0.1 /home/djemos/murmur/protobuf/pkg/usr/lib/libprotobuf-lite.so.9.0.1 libtool: install: (cd /home/djemos/murmur/protobuf/pkg/usr/lib && { ln -s -f libprotobuf-lite.so.9.0.1 libprotobuf-lite.so.9 || { rm -f libprotobuf-lite.so.9 && ln -s libprotobuf-lite.so.9.0.1 libprotobuf-lite.so.9; }; }) libtool: install: (cd /home/djemos/murmur/protobuf/pkg/usr/lib && { ln -s -f libprotobuf-lite.so.9.0.1 libprotobuf-lite.so || { rm -f libprotobuf-lite.so && ln -s libprotobuf-lite.so.9.0.1 libprotobuf-lite.so; }; }) libtool: install: /usr/bin/ginstall -c .libs/libprotobuf-lite.lai /home/djemos/murmur/protobuf/pkg/usr/lib/libprotobuf-lite.la libtool: install: /usr/bin/ginstall -c .libs/libprotobuf.so.9.0.1 /home/djemos/murmur/protobuf/pkg/usr/lib/libprotobuf.so.9.0.1 libtool: install: (cd /home/djemos/murmur/protobuf/pkg/usr/lib && { ln -s -f libprotobuf.so.9.0.1 libprotobuf.so.9 || { rm -f libprotobuf.so.9 && ln -s libprotobuf.so.9.0.1 libprotobuf.so.9; }; }) libtool: install: (cd /home/djemos/murmur/protobuf/pkg/usr/lib && { ln -s -f libprotobuf.so.9.0.1 libprotobuf.so || { rm -f libprotobuf.so && ln -s libprotobuf.so.9.0.1 libprotobuf.so; }; }) libtool: install: /usr/bin/ginstall -c .libs/libprotobuf.lai /home/djemos/murmur/protobuf/pkg/usr/lib/libprotobuf.la libtool: install: warning: relinking `libprotoc.la' libtool: install: (cd /home/djemos/murmur/protobuf/src/protobuf-2.6.1/src; /bin/sh /home/djemos/murmur/protobuf/src/protobuf-2.6.1/libtool --tag CXX --mode=relink g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -march=i586 -mtune=i686 -version-info 9:1:0 -export-dynamic -no-undefined -o libprotoc.la -rpath /usr/lib google/protobuf/compiler/code_generator.lo google/protobuf/compiler/command_line_interface.lo google/protobuf/compiler/plugin.lo google/protobuf/compiler/plugin.pb.lo google/protobuf/compiler/subprocess.lo google/protobuf/compiler/zip_writer.lo google/protobuf/compiler/cpp/cpp_enum.lo google/protobuf/compiler/cpp/cpp_enum_field.lo google/protobuf/compiler/cpp/cpp_extension.lo google/protobuf/compiler/cpp/cpp_field.lo google/protobuf/compiler/cpp/cpp_file.lo google/protobuf/compiler/cpp/cpp_generator.lo google/protobuf/compiler/cpp/cpp_helpers.lo google/protobuf/compiler/cpp/cpp_message.lo google/protobuf/compiler/cpp/cpp_message_field.lo google/protobuf/compiler/cpp/cpp_primitive_field.lo google/protobuf/compiler/cpp/cpp_service.lo google/protobuf/compiler/cpp/cpp_string_field.lo google/protobuf/compiler/java/java_context.lo google/protobuf/compiler/java/java_enum.lo google/protobuf/compiler/java/java_enum_field.lo google/protobuf/compiler/java/java_extension.lo google/protobuf/compiler/java/java_field.lo google/protobuf/compiler/java/java_file.lo google/protobuf/compiler/java/java_generator.lo google/protobuf/compiler/java/java_generator_factory.lo google/protobuf/compiler/java/java_helpers.lo google/protobuf/compiler/java/java_lazy_message_field.lo google/protobuf/compiler/java/java_message.lo google/protobuf/compiler/java/java_message_field.lo google/protobuf/compiler/java/java_name_resolver.lo google/protobuf/compiler/java/java_primitive_field.lo google/protobuf/compiler/java/java_shared_code_generator.lo google/protobuf/compiler/java/java_service.lo google/protobuf/compiler/java/java_string_field.lo google/protobuf/compiler/java/java_doc_comment.lo google/protobuf/compiler/python/python_generator.lo -lpthread libprotobuf.la -lz -inst-prefix-dir /home/djemos/murmur/protobuf/pkg) libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../crti.o /usr/lib/gcc/i586-slackware-linux/5.3.0/crtbeginS.o google/protobuf/compiler/.libs/code_generator.o google/protobuf/compiler/.libs/command_line_interface.o google/protobuf/compiler/.libs/plugin.o google/protobuf/compiler/.libs/plugin.pb.o google/protobuf/compiler/.libs/subprocess.o google/protobuf/compiler/.libs/zip_writer.o google/protobuf/compiler/cpp/.libs/cpp_enum.o google/protobuf/compiler/cpp/.libs/cpp_enum_field.o google/protobuf/compiler/cpp/.libs/cpp_extension.o google/protobuf/compiler/cpp/.libs/cpp_field.o google/protobuf/compiler/cpp/.libs/cpp_file.o google/protobuf/compiler/cpp/.libs/cpp_generator.o google/protobuf/compiler/cpp/.libs/cpp_helpers.o google/protobuf/compiler/cpp/.libs/cpp_message.o google/protobuf/compiler/cpp/.libs/cpp_message_field.o google/protobuf/compiler/cpp/.libs/cpp_primitive_field.o google/protobuf/compiler/cpp/.libs/cpp_service.o google/protobuf/compiler/cpp/.libs/cpp_string_field.o google/protobuf/compiler/java/.libs/java_context.o google/protobuf/compiler/java/.libs/java_enum.o google/protobuf/compiler/java/.libs/java_enum_field.o google/protobuf/compiler/java/.libs/java_extension.o google/protobuf/compiler/java/.libs/java_field.o google/protobuf/compiler/java/.libs/java_file.o google/protobuf/compiler/java/.libs/java_generator.o google/protobuf/compiler/java/.libs/java_generator_factory.o google/protobuf/compiler/java/.libs/java_helpers.o google/protobuf/compiler/java/.libs/java_lazy_message_field.o google/protobuf/compiler/java/.libs/java_message.o google/protobuf/compiler/java/.libs/java_message_field.o google/protobuf/compiler/java/.libs/java_name_resolver.o google/protobuf/compiler/java/.libs/java_primitive_field.o google/protobuf/compiler/java/.libs/java_shared_code_generator.o google/protobuf/compiler/java/.libs/java_service.o google/protobuf/compiler/java/.libs/java_string_field.o google/protobuf/compiler/java/.libs/java_doc_comment.o google/protobuf/compiler/python/.libs/python_generator.o -lpthread -L/home/djemos/murmur/protobuf/pkg/usr/lib -L/usr/lib -lprotobuf -lz -L/usr/lib/gcc/i586-slackware-linux/5.3.0 -L/usr/lib/gcc/i586-slackware-linux/5.3.0/../../../../i586-slackware-linux/lib -L/usr/lib/gcc/i586-slackware-linux/5.3.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-slackware-linux/5.3.0/crtendS.o /usr/lib/gcc/i586-slackware-linux/5.3.0/../../../crtn.o -pthread -O2 -march=i586 -mtune=i686 -pthread -Wl,-soname -Wl,libprotoc.so.9 -o .libs/libprotoc.so.9.0.1 libtool: install: /usr/bin/ginstall -c .libs/libprotoc.so.9.0.1T /home/djemos/murmur/protobuf/pkg/usr/lib/libprotoc.so.9.0.1 libtool: install: (cd /home/djemos/murmur/protobuf/pkg/usr/lib && { ln -s -f libprotoc.so.9.0.1 libprotoc.so.9 || { rm -f libprotoc.so.9 && ln -s libprotoc.so.9.0.1 libprotoc.so.9; }; }) libtool: install: (cd /home/djemos/murmur/protobuf/pkg/usr/lib && { ln -s -f libprotoc.so.9.0.1 libprotoc.so || { rm -f libprotoc.so && ln -s libprotoc.so.9.0.1 libprotoc.so; }; }) libtool: install: /usr/bin/ginstall -c .libs/libprotoc.lai /home/djemos/murmur/protobuf/pkg/usr/lib/libprotoc.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/mkdir -p '/home/djemos/murmur/protobuf/pkg/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/ginstall -c protoc '/home/djemos/murmur/protobuf/pkg/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: /usr/bin/ginstall -c .libs/protoc /home/djemos/murmur/protobuf/pkg/usr/bin/protoc /usr/bin/mkdir -p '/home/djemos/murmur/protobuf/pkg/usr/include' /usr/bin/mkdir -p '/home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf' /usr/bin/ginstall -c -m 644 google/protobuf/descriptor.proto '/home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf' /usr/bin/mkdir -p '/home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf/compiler' /usr/bin/ginstall -c -m 644 google/protobuf/compiler/plugin.proto '/home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf/compiler' /usr/bin/mkdir -p '/home/djemos/murmur/protobuf/pkg/usr/include' /usr/bin/mkdir -p '/home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf/compiler/java' /usr/bin/ginstall -c -m 644 google/protobuf/compiler/java/java_generator.h '/home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf/compiler/java' /usr/bin/mkdir -p '/home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf/compiler/cpp' /usr/bin/ginstall -c -m 644 google/protobuf/compiler/cpp/cpp_generator.h '/home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf/compiler/cpp' /usr/bin/mkdir -p '/home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf/compiler/python' /usr/bin/ginstall -c -m 644 google/protobuf/compiler/python/python_generator.h '/home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf/compiler/python' /usr/bin/mkdir -p '/home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf' /usr/bin/ginstall -c -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_enum_reflection.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 '/home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf' /usr/bin/mkdir -p '/home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf/stubs' /usr/bin/ginstall -c -m 644 google/protobuf/stubs/atomicops.h google/protobuf/stubs/atomicops_internals_arm64_gcc.h google/protobuf/stubs/atomicops_internals_arm_gcc.h google/protobuf/stubs/atomicops_internals_arm_qnx.h google/protobuf/stubs/atomicops_internals_atomicword_compat.h google/protobuf/stubs/atomicops_internals_generic_gcc.h google/protobuf/stubs/atomicops_internals_macosx.h google/protobuf/stubs/atomicops_internals_mips_gcc.h google/protobuf/stubs/atomicops_internals_pnacl.h google/protobuf/stubs/atomicops_internals_solaris.h google/protobuf/stubs/atomicops_internals_tsan.h google/protobuf/stubs/atomicops_internals_x86_gcc.h google/protobuf/stubs/atomicops_internals_x86_msvc.h google/protobuf/stubs/common.h google/protobuf/stubs/platform_macros.h google/protobuf/stubs/once.h google/protobuf/stubs/stl_util.h google/protobuf/stubs/template_util.h google/protobuf/stubs/type_traits.h '/home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf/stubs' /usr/bin/mkdir -p '/home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf/compiler' /usr/bin/ginstall -c -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 google/protobuf/compiler/plugin.h google/protobuf/compiler/plugin.pb.h '/home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf/compiler' /usr/bin/mkdir -p '/home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf/io' /usr/bin/ginstall -c -m 644 google/protobuf/io/coded_stream.h google/protobuf/io/gzip_stream.h google/protobuf/io/printer.h google/protobuf/io/strtod.h google/protobuf/io/tokenizer.h google/protobuf/io/zero_copy_stream.h google/protobuf/io/zero_copy_stream_impl.h google/protobuf/io/zero_copy_stream_impl_lite.h '/home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf/io' make[3]: Leaving directory '/home/djemos/murmur/protobuf/src/protobuf-2.6.1/src' make[2]: Leaving directory '/home/djemos/murmur/protobuf/src/protobuf-2.6.1/src' make[1]: Leaving directory '/home/djemos/murmur/protobuf/src/protobuf-2.6.1/src' /home/djemos/murmur/protobuf/pkg: σύνολο 8 drwxr-xr-x 2 root root 4096 Μάι 3 19:44 install drwxr-xr-x 7 root root 4096 Μάι 3 19:44 usr /home/djemos/murmur/protobuf/pkg/install: σύνολο 4 -rw-r--r-- 1 root root 639 Μάι 3 19:44 slack-desc /home/djemos/murmur/protobuf/pkg/usr: σύνολο 20 drwxr-xr-x 2 root root 4096 Μάι 3 19:44 bin drwxr-xr-x 3 root root 4096 Μάι 3 19:44 doc drwxr-xr-x 3 root root 4096 Μάι 3 19:44 include drwxr-xr-x 3 root root 4096 Μάι 3 19:44 lib drwxr-xr-x 3 root root 4096 Μάι 3 19:42 src /home/djemos/murmur/protobuf/pkg/usr/bin: σύνολο 12 -rwxr-xr-x 1 root root 9696 Μάι 3 19:44 protoc /home/djemos/murmur/protobuf/pkg/usr/doc: σύνολο 4 drwxr-xr-x 2 root root 4096 Μάι 3 19:44 protobuf-2.6.1 /home/djemos/murmur/protobuf/pkg/usr/doc/protobuf-2.6.1: σύνολο 56 -rw-r--r-- 1 root root 27820 Μάι 3 19:44 CHANGES.txt -rw-r--r-- 1 root root 3645 Μάι 3 19:44 CONTRIBUTORS.txt -rw-r--r-- 1 root root 9537 Μάι 3 19:44 INSTALL.txt -rw-r--r-- 1 root root 3791 Μάι 3 19:44 README.txt -rw-r--r-- 1 root root 6009 Μάι 3 19:44 readme.txt /home/djemos/murmur/protobuf/pkg/usr/include: σύνολο 4 drwxr-xr-x 3 root root 4096 Μάι 3 19:44 google /home/djemos/murmur/protobuf/pkg/usr/include/google: σύνολο 4 drwxr-xr-x 5 root root 4096 Μάι 3 19:44 protobuf /home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf: σύνολο 752 drwxr-xr-x 5 root root 4096 Μάι 3 19:44 compiler -rw-r--r-- 1 root root 73194 Μάι 3 19:44 descriptor.h -rw-r--r-- 1 root root 270539 Μάι 3 19:44 descriptor.pb.h -rw-r--r-- 1 root root 28889 Μάι 3 19:44 descriptor.proto -rw-r--r-- 1 root root 17288 Μάι 3 19:44 descriptor_database.h -rw-r--r-- 1 root root 6715 Μάι 3 19:44 dynamic_message.h -rw-r--r-- 1 root root 62650 Μάι 3 19:44 extension_set.h -rw-r--r-- 1 root root 3882 Μάι 3 19:44 generated_enum_reflection.h -rw-r--r-- 1 root root 25004 Μάι 3 19:44 generated_message_reflection.h -rw-r--r-- 1 root root 4551 Μάι 3 19:44 generated_message_util.h drwxr-xr-x 2 root root 4096 Μάι 3 19:44 io -rw-r--r-- 1 root root 40117 Μάι 3 19:44 message.h -rw-r--r-- 1 root root 11725 Μάι 3 19:44 message_lite.h -rw-r--r-- 1 root root 3531 Μάι 3 19:44 reflection_ops.h -rw-r--r-- 1 root root 51805 Μάι 3 19:44 repeated_field.h -rw-r--r-- 1 root root 13094 Μάι 3 19:44 service.h drwxr-xr-x 2 root root 4096 Μάι 3 19:44 stubs -rw-r--r-- 1 root root 19357 Μάι 3 19:44 text_format.h -rw-r--r-- 1 root root 10632 Μάι 3 19:44 unknown_field_set.h -rw-r--r-- 1 root root 13427 Μάι 3 19:44 wire_format.h -rw-r--r-- 1 root root 27851 Μάι 3 19:44 wire_format_lite.h -rw-r--r-- 1 root root 36384 Μάι 3 19:44 wire_format_lite_inl.h /home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf/compiler: σύνολο 124 -rw-r--r-- 1 root root 6158 Μάι 3 19:44 code_generator.h -rw-r--r-- 1 root root 16234 Μάι 3 19:44 command_line_interface.h drwxr-xr-x 2 root root 4096 Μάι 3 19:44 cpp -rw-r--r-- 1 root root 13334 Μάι 3 19:44 importer.h drwxr-xr-x 2 root root 4096 Μάι 3 19:44 java -rw-r--r-- 1 root root 24188 Μάι 3 19:44 parser.h -rw-r--r-- 1 root root 3422 Μάι 3 19:44 plugin.h -rw-r--r-- 1 root root 36369 Μάι 3 19:44 plugin.pb.h -rw-r--r-- 1 root root 7602 Μάι 3 19:44 plugin.proto drwxr-xr-x 2 root root 4096 Μάι 3 19:44 python /home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf/compiler/cpp: σύνολο 4 -rw-r--r-- 1 root root 2963 Μάι 3 19:44 cpp_generator.h /home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf/compiler/java: σύνολο 4 -rw-r--r-- 1 root root 2945 Μάι 3 19:44 java_generator.h /home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf/compiler/python: σύνολο 8 -rw-r--r-- 1 root root 7100 Μάι 3 19:44 python_generator.h /home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf/io: σύνολο 132 -rw-r--r-- 1 root root 49999 Μάι 3 19:44 coded_stream.h -rw-r--r-- 1 root root 6559 Μάι 3 19:44 gzip_stream.h -rw-r--r-- 1 root root 5609 Μάι 3 19:44 printer.h -rw-r--r-- 1 root root 2227 Μάι 3 19:44 strtod.h -rw-r--r-- 1 root root 16119 Μάι 3 19:44 tokenizer.h -rw-r--r-- 1 root root 10185 Μάι 3 19:44 zero_copy_stream.h -rw-r--r-- 1 root root 13625 Μάι 3 19:44 zero_copy_stream_impl.h -rw-r--r-- 1 root root 14377 Μάι 3 19:44 zero_copy_stream_impl_lite.h /home/djemos/murmur/protobuf/pkg/usr/include/google/protobuf/stubs: σύνολο 204 -rw-r--r-- 1 root root 9896 Μάι 3 19:44 atomicops.h -rw-r--r-- 1 root root 10292 Μάι 3 19:44 atomicops_internals_arm64_gcc.h -rw-r--r-- 1 root root 5578 Μάι 3 19:44 atomicops_internals_arm_gcc.h -rw-r--r-- 1 root root 4988 Μάι 3 19:44 atomicops_internals_arm_qnx.h -rw-r--r-- 1 root root 5173 Μάι 3 19:44 atomicops_internals_atomicword_compat.h -rw-r--r-- 1 root root 5270 Μάι 3 19:44 atomicops_internals_generic_gcc.h -rw-r--r-- 1 root root 7377 Μάι 3 19:44 atomicops_internals_macosx.h -rw-r--r-- 1 root root 11972 Μάι 3 19:44 atomicops_internals_mips_gcc.h -rw-r--r-- 1 root root 2869 Μάι 3 19:44 atomicops_internals_pnacl.h -rw-r--r-- 1 root root 6235 Μάι 3 19:44 atomicops_internals_solaris.h -rw-r--r-- 1 root root 8557 Μάι 3 19:44 atomicops_internals_tsan.h -rw-r--r-- 1 root root 10707 Μάι 3 19:44 atomicops_internals_x86_gcc.h -rw-r--r-- 1 root root 5366 Μάι 3 19:44 atomicops_internals_x86_msvc.h -rw-r--r-- 1 root root 40957 Μάι 3 19:44 common.h -rw-r--r-- 1 root root 6104 Μάι 3 19:44 once.h -rw-r--r-- 1 root root 3897 Μάι 3 19:44 platform_macros.h -rw-r--r-- 1 root root 5190 Μάι 3 19:44 stl_util.h -rw-r--r-- 1 root root 4835 Μάι 3 19:44 template_util.h -rw-r--r-- 1 root root 14760 Μάι 3 19:44 type_traits.h /home/djemos/murmur/protobuf/pkg/usr/lib: σύνολο 2472 lrwxrwxrwx 1 root root 25 Μάι 3 19:44 libprotobuf-lite.so -> libprotobuf-lite.so.9.0.1 lrwxrwxrwx 1 root root 25 Μάι 3 19:44 libprotobuf-lite.so.9 -> libprotobuf-lite.so.9.0.1 -rwxr-xr-x 1 root root 207004 Μάι 3 19:44 libprotobuf-lite.so.9.0.1 lrwxrwxrwx 1 root root 20 Μάι 3 19:44 libprotobuf.so -> libprotobuf.so.9.0.1 lrwxrwxrwx 1 root root 20 Μάι 3 19:44 libprotobuf.so.9 -> libprotobuf.so.9.0.1 -rwxr-xr-x 1 root root 1193776 Μάι 3 19:44 libprotobuf.so.9.0.1 lrwxrwxrwx 1 root root 18 Μάι 3 19:44 libprotoc.so -> libprotoc.so.9.0.1 lrwxrwxrwx 1 root root 18 Μάι 3 19:44 libprotoc.so.9 -> libprotoc.so.9.0.1 -rwxr-xr-x 1 root root 1118644 Μάι 3 19:44 libprotoc.so.9.0.1 drwxr-xr-x 2 root root 4096 Μάι 3 19:44 pkgconfig /home/djemos/murmur/protobuf/pkg/usr/lib/pkgconfig: σύνολο 8 -rw-r--r-- 1 root root 381 Μάι 3 19:44 protobuf-lite.pc -rw-r--r-- 1 root root 400 Μάι 3 19:44 protobuf.pc /home/djemos/murmur/protobuf/pkg/usr/src: σύνολο 4 drwxr-xr-x 2 root root 4096 Μάι 3 19:44 protobuf-2.6.1 /home/djemos/murmur/protobuf/pkg/usr/src/protobuf-2.6.1: σύνολο 4 -rw-r--r-- 1 root root 1346 Μάι 3 19:44 SLKBUILD Slackware package maker, version 3.141593. Searching for symbolic links: usr/lib/libprotoc.so libprotoc.so.9.0.1 usr/lib/libprotobuf-lite.so libprotobuf-lite.so.9.0.1 usr/lib/libprotoc.so.9 libprotoc.so.9.0.1 usr/lib/libprotobuf.so.9 libprotobuf.so.9.0.1 usr/lib/libprotobuf.so libprotobuf.so.9.0.1 usr/lib/libprotobuf-lite.so.9 libprotobuf-lite.so.9.0.1 Making symbolic link creation script: ( cd usr/lib ; rm -rf libprotoc.so ) ( cd usr/lib ; ln -sf libprotoc.so.9.0.1 libprotoc.so ) ( cd usr/lib ; rm -rf libprotobuf-lite.so ) ( cd usr/lib ; ln -sf libprotobuf-lite.so.9.0.1 libprotobuf-lite.so ) ( cd usr/lib ; rm -rf libprotoc.so.9 ) ( cd usr/lib ; ln -sf libprotoc.so.9.0.1 libprotoc.so.9 ) ( cd usr/lib ; rm -rf libprotobuf.so.9 ) ( cd usr/lib ; ln -sf libprotobuf.so.9.0.1 libprotobuf.so.9 ) ( cd usr/lib ; rm -rf libprotobuf.so ) ( cd usr/lib ; ln -sf libprotobuf.so.9.0.1 libprotobuf.so ) ( cd usr/lib ; rm -rf libprotobuf-lite.so.9 ) ( cd usr/lib ; ln -sf libprotobuf-lite.so.9.0.1 libprotobuf-lite.so.9 ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed './usr/lib/libprotoc.so' removed './usr/lib/libprotobuf-lite.so' removed './usr/lib/libprotoc.so.9' removed './usr/lib/libprotobuf.so.9' removed './usr/lib/libprotobuf.so' removed './usr/lib/libprotobuf-lite.so.9' Creating your new ./install/doinst.sh... This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /home/djemos/murmur/protobuf/protobuf-2.6.1-i586-1dj.txz ./ usr/ usr/bin/ usr/bin/protoc usr/lib/ usr/lib/libprotoc.so.9.0.1 usr/lib/libprotobuf.so.9.0.1 usr/lib/libprotobuf-lite.so.9.0.1 usr/lib/pkgconfig/ usr/lib/pkgconfig/protobuf.pc usr/lib/pkgconfig/protobuf-lite.pc usr/src/ usr/src/protobuf-2.6.1/ usr/src/protobuf-2.6.1/SLKBUILD usr/doc/ usr/doc/protobuf-2.6.1/ usr/doc/protobuf-2.6.1/readme.txt usr/doc/protobuf-2.6.1/INSTALL.txt usr/doc/protobuf-2.6.1/CONTRIBUTORS.txt usr/doc/protobuf-2.6.1/CHANGES.txt usr/doc/protobuf-2.6.1/README.txt usr/include/ usr/include/google/ usr/include/google/protobuf/ usr/include/google/protobuf/text_format.h usr/include/google/protobuf/unknown_field_set.h usr/include/google/protobuf/wire_format_lite.h usr/include/google/protobuf/generated_message_util.h usr/include/google/protobuf/wire_format_lite_inl.h usr/include/google/protobuf/descriptor.h usr/include/google/protobuf/extension_set.h usr/include/google/protobuf/message_lite.h usr/include/google/protobuf/wire_format.h usr/include/google/protobuf/compiler/ usr/include/google/protobuf/compiler/importer.h usr/include/google/protobuf/compiler/java/ usr/include/google/protobuf/compiler/java/java_generator.h usr/include/google/protobuf/compiler/cpp/ usr/include/google/protobuf/compiler/cpp/cpp_generator.h usr/include/google/protobuf/compiler/parser.h usr/include/google/protobuf/compiler/plugin.proto usr/include/google/protobuf/compiler/python/ usr/include/google/protobuf/compiler/python/python_generator.h usr/include/google/protobuf/compiler/plugin.pb.h usr/include/google/protobuf/compiler/command_line_interface.h usr/include/google/protobuf/compiler/plugin.h usr/include/google/protobuf/compiler/code_generator.h usr/include/google/protobuf/descriptor.proto usr/include/google/protobuf/service.h usr/include/google/protobuf/descriptor.pb.h usr/include/google/protobuf/message.h usr/include/google/protobuf/descriptor_database.h usr/include/google/protobuf/repeated_field.h usr/include/google/protobuf/io/ usr/include/google/protobuf/io/zero_copy_stream.h usr/include/google/protobuf/io/zero_copy_stream_impl.h usr/include/google/protobuf/io/strtod.h usr/include/google/protobuf/io/coded_stream.h usr/include/google/protobuf/io/printer.h usr/include/google/protobuf/io/tokenizer.h usr/include/google/protobuf/io/zero_copy_stream_impl_lite.h usr/include/google/protobuf/io/gzip_stream.h usr/include/google/protobuf/reflection_ops.h usr/include/google/protobuf/generated_enum_reflection.h usr/include/google/protobuf/stubs/ usr/include/google/protobuf/stubs/atomicops_internals_arm64_gcc.h usr/include/google/protobuf/stubs/atomicops_internals_arm_gcc.h usr/include/google/protobuf/stubs/atomicops_internals_solaris.h usr/include/google/protobuf/stubs/common.h usr/include/google/protobuf/stubs/atomicops_internals_pnacl.h usr/include/google/protobuf/stubs/type_traits.h usr/include/google/protobuf/stubs/atomicops_internals_generic_gcc.h usr/include/google/protobuf/stubs/stl_util.h usr/include/google/protobuf/stubs/template_util.h usr/include/google/protobuf/stubs/atomicops_internals_arm_qnx.h usr/include/google/protobuf/stubs/atomicops_internals_macosx.h usr/include/google/protobuf/stubs/atomicops_internals_atomicword_compat.h usr/include/google/protobuf/stubs/platform_macros.h usr/include/google/protobuf/stubs/atomicops_internals_x86_gcc.h usr/include/google/protobuf/stubs/atomicops_internals_x86_msvc.h usr/include/google/protobuf/stubs/atomicops.h usr/include/google/protobuf/stubs/atomicops_internals_mips_gcc.h usr/include/google/protobuf/stubs/once.h usr/include/google/protobuf/stubs/atomicops_internals_tsan.h usr/include/google/protobuf/generated_message_reflection.h usr/include/google/protobuf/dynamic_message.h install/ install/slack-desc install/doinst.sh Slackware package /home/djemos/murmur/protobuf/protobuf-2.6.1-i586-1dj.txz created. Package has been built. Cleaning pkg and src directories