Skip to content

Instantly share code, notes, and snippets.

@nfarring
Created November 18, 2010 07:18
Show Gist options
  • Save nfarring/704717 to your computer and use it in GitHub Desktop.
Save nfarring/704717 to your computer and use it in GitHub Desktop.
Console output when compiling Thrift 0.6.0-dev with the C++, Python, and Perl languages.
(Helios-archlinux)[nfarring@thanos thrift]$ PY_PREFIX=$VIRTUAL_ENV PERL_PREFIX=$VIRTUAL_ENV ./configure --prefix=$VIRTUAL_ENV --without-java --without-ruby --without-php --without-php_extension --without-erlangchecking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for 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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
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 whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... 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/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) 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/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether make sets $(MAKE)... (cached) yes
checking for bison... bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking whether ln -s works... yes
checking for boostlib >= 1.33.1... yes
checking for libevent >= 1.0... yes
checking for zlib >= 1.2.3... yes
checking for MONO... checking for MONO... checking for a Python interpreter with version >= 2.4... python
checking for python... /home/nfarring/.virtualenvs/Helios-archlinux/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking for trial... /home/nfarring/.virtualenvs/Helios-archlinux/bin/trial
checking for perl... /usr/bin/perl
checking for perl module Bit::Vector... ok
checking for cabal... no
checking for runhaskell... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... 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 netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for pthread_create in -lpthread... yes
checking for clock_gettime in -lrt... yes
checking for setsockopt in -lsocket... no
checking for int16_t... no
checking for int32_t... no
checking for int64_t... no
checking for int8_t... no
checking for mode_t... yes
checking for off_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for ptrdiff_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether AI_ADDRCONFIG is declared... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for working memcmp... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking whether lstat correctly handles trailing slash... yes
checking whether stat accepts an empty string... no
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for strtoul... yes
checking for bzero... yes
checking for ftruncate... yes
checking for gethostbyname... yes
checking for gettimeofday... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for realpath... yes
checking for select... yes
checking for socket... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strstr... yes
checking for strtol... yes
checking for sqrt... yes
checking for alarm... yes
checking for clock_gettime... yes
checking for sched_get_priority_min... yes
checking for sched_get_priority_max... yes
checking the behavior of a signed right shift... arithmetic
configure: creating ./config.status
config.status: creating Makefile
config.status: creating compiler/cpp/Makefile
config.status: creating compiler/cpp/version.h
config.status: creating lib/Makefile
config.status: creating lib/cpp/Makefile
config.status: creating lib/cpp/test/Makefile
config.status: creating lib/cpp/thrift-nb.pc
config.status: creating lib/cpp/thrift-z.pc
config.status: creating lib/cpp/thrift.pc
config.status: creating lib/c_glib/Makefile
config.status: creating lib/c_glib/thrift_c_glib.pc
config.status: creating lib/c_glib/test/Makefile
config.status: creating lib/csharp/Makefile
config.status: creating lib/erl/Makefile
config.status: creating lib/erl/src/Makefile
config.status: creating lib/hs/Makefile
config.status: creating lib/java/Makefile
config.status: creating lib/perl/Makefile
config.status: creating lib/perl/test/Makefile
config.status: creating lib/php/Makefile
config.status: creating lib/py/Makefile
config.status: creating lib/rb/Makefile
config.status: creating test/Makefile
config.status: creating test/hs/Makefile
config.status: creating test/py/Makefile
config.status: creating test/py.twisted/Makefile
config.status: creating test/rb/Makefile
config.status: creating lib/c_glib/test/test-wrapper.sh
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
thrift 0.6.0-dev
Building code generators ..... : cpp c_glib java as3 csharp py rb perl php erl cocoa st ocaml hs xsd html js javame
Building C++ Library ......... : yes
Building C (GLib) Library .... : no
Building Java Library ........ : no
Building C# Library .......... : no
Building Python Library ...... : yes
Building Ruby Library ........ : no
Building Haskell Library ..... : no
Building Perl Library ........ : yes
Building PHP Library ......... : no
Building Erlang Library ...... : no
Building TZlibTransport ...... : yes
Building TNonblockingServer .. : yes
Using Python ................. : /home/nfarring/.virtualenvs/Helios-archlinux/bin/python
Using Perl ................... : /usr/bin/perl
If something is missing that you think should be present,
please skim the output of configure to find the missing
component. Details are present in config.log.
(Helios-archlinux)[nfarring@thanos thrift]$ make
make all-recursive
make[1]: Entering directory `/home/nfarring/github-forks/thrift'
Making all in compiler/cpp
make[2]: Entering directory `/home/nfarring/github-forks/thrift/compiler/cpp'
make all-am
make[3]: Entering directory `/home/nfarring/github-forks/thrift/compiler/cpp'
\
\
/bin/sh ../../ylwrap `test -f 'src/thrifty.yy' || echo './'`src/thrifty.yy y.tab.c thrifty.cc y.tab.h thrifty.h y.output thrifty.output -- bison -y -d
updating thrifty.h
g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -g -O2 -MT thrift-thrifty.o -MD -MP -MF .deps/thrift-thrifty.Tpo -c -o thrift-thrifty.o `test -f 'thrifty.cc' || echo './'`thrifty.cc
mv -f .deps/thrift-thrifty.Tpo .deps/thrift-thrifty.Po
\
\
/bin/sh ../../ylwrap `test -f 'src/thriftl.ll' || echo './'`src/thriftl.ll lex.yy.c thriftl.cc -- flex
g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -g -O2 -MT thrift-thriftl.o -MD -MP -MF .deps/thrift-thriftl.Tpo -c -o thrift-thriftl.o `test -f 'thriftl.cc' || echo './'`thriftl.cc
thriftl.cc: In function ‘int yylex()’:
thriftl.cc:1629:1: warning: label ‘find_rule’ defined but not used
thriftl.cc: At global scope:
thriftl.cc:2876:17: warning: ‘void yyunput(int, char*)’ defined but not used
thriftl.cc:3531:12: warning: ‘int yy_flex_strlen(const char*)’ defined but not used
mv -f .deps/thrift-thriftl.Tpo .deps/thrift-thriftl.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -g -O2 -MT thrift-main.o -MD -MP -MF .deps/thrift-main.Tpo -c -o thrift-main.o `test -f 'src/main.cc' || echo './'`src/main.cc
mv -f .deps/thrift-main.Tpo .deps/thrift-main.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o `test -f 'src/md5.c' || echo './'`src/md5.c
mv -f .deps/md5.Tpo .deps/md5.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -g -O2 -MT thrift-t_generator.o -MD -MP -MF .deps/thrift-t_generator.Tpo -c -o thrift-t_generator.o `test -f 'src/generate/t_generator.cc' || echo './'`src/generate/t_generator.cc
mv -f .deps/thrift-t_generator.Tpo .deps/thrift-t_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -g -O2 -MT thrift-parse.o -MD -MP -MF .deps/thrift-parse.Tpo -c -o thrift-parse.o `test -f 'src/parse/parse.cc' || echo './'`src/parse/parse.cc
mv -f .deps/thrift-parse.Tpo .deps/thrift-parse.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -g -O2 -MT thrift-t_c_glib_generator.o -MD -MP -MF .deps/thrift-t_c_glib_generator.Tpo -c -o thrift-t_c_glib_generator.o `test -f 'src/generate/t_c_glib_generator.cc' || echo './'`src/generate/t_c_glib_generator.cc
mv -f .deps/thrift-t_c_glib_generator.Tpo .deps/thrift-t_c_glib_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -g -O2 -MT thrift-t_cpp_generator.o -MD -MP -MF .deps/thrift-t_cpp_generator.Tpo -c -o thrift-t_cpp_generator.o `test -f 'src/generate/t_cpp_generator.cc' || echo './'`src/generate/t_cpp_generator.cc
mv -f .deps/thrift-t_cpp_generator.Tpo .deps/thrift-t_cpp_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -g -O2 -MT thrift-t_java_generator.o -MD -MP -MF .deps/thrift-t_java_generator.Tpo -c -o thrift-t_java_generator.o `test -f 'src/generate/t_java_generator.cc' || echo './'`src/generate/t_java_generator.cc
mv -f .deps/thrift-t_java_generator.Tpo .deps/thrift-t_java_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -g -O2 -MT thrift-t_as3_generator.o -MD -MP -MF .deps/thrift-t_as3_generator.Tpo -c -o thrift-t_as3_generator.o `test -f 'src/generate/t_as3_generator.cc' || echo './'`src/generate/t_as3_generator.cc
mv -f .deps/thrift-t_as3_generator.Tpo .deps/thrift-t_as3_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -g -O2 -MT thrift-t_csharp_generator.o -MD -MP -MF .deps/thrift-t_csharp_generator.Tpo -c -o thrift-t_csharp_generator.o `test -f 'src/generate/t_csharp_generator.cc' || echo './'`src/generate/t_csharp_generator.cc
mv -f .deps/thrift-t_csharp_generator.Tpo .deps/thrift-t_csharp_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -g -O2 -MT thrift-t_py_generator.o -MD -MP -MF .deps/thrift-t_py_generator.Tpo -c -o thrift-t_py_generator.o `test -f 'src/generate/t_py_generator.cc' || echo './'`src/generate/t_py_generator.cc
mv -f .deps/thrift-t_py_generator.Tpo .deps/thrift-t_py_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -g -O2 -MT thrift-t_rb_generator.o -MD -MP -MF .deps/thrift-t_rb_generator.Tpo -c -o thrift-t_rb_generator.o `test -f 'src/generate/t_rb_generator.cc' || echo './'`src/generate/t_rb_generator.cc
mv -f .deps/thrift-t_rb_generator.Tpo .deps/thrift-t_rb_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -g -O2 -MT thrift-t_perl_generator.o -MD -MP -MF .deps/thrift-t_perl_generator.Tpo -c -o thrift-t_perl_generator.o `test -f 'src/generate/t_perl_generator.cc' || echo './'`src/generate/t_perl_generator.cc
mv -f .deps/thrift-t_perl_generator.Tpo .deps/thrift-t_perl_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -g -O2 -MT thrift-t_php_generator.o -MD -MP -MF .deps/thrift-t_php_generator.Tpo -c -o thrift-t_php_generator.o `test -f 'src/generate/t_php_generator.cc' || echo './'`src/generate/t_php_generator.cc
mv -f .deps/thrift-t_php_generator.Tpo .deps/thrift-t_php_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -g -O2 -MT thrift-t_erl_generator.o -MD -MP -MF .deps/thrift-t_erl_generator.Tpo -c -o thrift-t_erl_generator.o `test -f 'src/generate/t_erl_generator.cc' || echo './'`src/generate/t_erl_generator.cc
mv -f .deps/thrift-t_erl_generator.Tpo .deps/thrift-t_erl_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -g -O2 -MT thrift-t_cocoa_generator.o -MD -MP -MF .deps/thrift-t_cocoa_generator.Tpo -c -o thrift-t_cocoa_generator.o `test -f 'src/generate/t_cocoa_generator.cc' || echo './'`src/generate/t_cocoa_generator.cc
mv -f .deps/thrift-t_cocoa_generator.Tpo .deps/thrift-t_cocoa_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -g -O2 -MT thrift-t_st_generator.o -MD -MP -MF .deps/thrift-t_st_generator.Tpo -c -o thrift-t_st_generator.o `test -f 'src/generate/t_st_generator.cc' || echo './'`src/generate/t_st_generator.cc
mv -f .deps/thrift-t_st_generator.Tpo .deps/thrift-t_st_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -g -O2 -MT thrift-t_ocaml_generator.o -MD -MP -MF .deps/thrift-t_ocaml_generator.Tpo -c -o thrift-t_ocaml_generator.o `test -f 'src/generate/t_ocaml_generator.cc' || echo './'`src/generate/t_ocaml_generator.cc
mv -f .deps/thrift-t_ocaml_generator.Tpo .deps/thrift-t_ocaml_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -g -O2 -MT thrift-t_hs_generator.o -MD -MP -MF .deps/thrift-t_hs_generator.Tpo -c -o thrift-t_hs_generator.o `test -f 'src/generate/t_hs_generator.cc' || echo './'`src/generate/t_hs_generator.cc
mv -f .deps/thrift-t_hs_generator.Tpo .deps/thrift-t_hs_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -g -O2 -MT thrift-t_xsd_generator.o -MD -MP -MF .deps/thrift-t_xsd_generator.Tpo -c -o thrift-t_xsd_generator.o `test -f 'src/generate/t_xsd_generator.cc' || echo './'`src/generate/t_xsd_generator.cc
mv -f .deps/thrift-t_xsd_generator.Tpo .deps/thrift-t_xsd_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -g -O2 -MT thrift-t_html_generator.o -MD -MP -MF .deps/thrift-t_html_generator.Tpo -c -o thrift-t_html_generator.o `test -f 'src/generate/t_html_generator.cc' || echo './'`src/generate/t_html_generator.cc
mv -f .deps/thrift-t_html_generator.Tpo .deps/thrift-t_html_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -g -O2 -MT thrift-t_js_generator.o -MD -MP -MF .deps/thrift-t_js_generator.Tpo -c -o thrift-t_js_generator.o `test -f 'src/generate/t_js_generator.cc' || echo './'`src/generate/t_js_generator.cc
mv -f .deps/thrift-t_js_generator.Tpo .deps/thrift-t_js_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -g -O2 -MT thrift-t_javame_generator.o -MD -MP -MF .deps/thrift-t_javame_generator.Tpo -c -o thrift-t_javame_generator.o `test -f 'src/generate/t_javame_generator.cc' || echo './'`src/generate/t_javame_generator.cc
mv -f .deps/thrift-t_javame_generator.Tpo .deps/thrift-t_javame_generator.Po
/bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -I./src -g -O2 -Wall -o thrift thrift-thrifty.o thrift-thriftl.o thrift-main.o md5.o thrift-t_generator.o thrift-parse.o thrift-t_c_glib_generator.o thrift-t_cpp_generator.o thrift-t_java_generator.o thrift-t_as3_generator.o thrift-t_csharp_generator.o thrift-t_py_generator.o thrift-t_rb_generator.o thrift-t_perl_generator.o thrift-t_php_generator.o thrift-t_erl_generator.o thrift-t_cocoa_generator.o thrift-t_st_generator.o thrift-t_ocaml_generator.o thrift-t_hs_generator.o thrift-t_xsd_generator.o thrift-t_html_generator.o thrift-t_js_generator.o thrift-t_javame_generator.o -lfl -lrt -lpthread
libtool: link: g++ -Wall -I./src -g -O2 -Wall -o thrift thrift-thrifty.o thrift-thriftl.o thrift-main.o md5.o thrift-t_generator.o thrift-parse.o thrift-t_c_glib_generator.o thrift-t_cpp_generator.o thrift-t_java_generator.o thrift-t_as3_generator.o thrift-t_csharp_generator.o thrift-t_py_generator.o thrift-t_rb_generator.o thrift-t_perl_generator.o thrift-t_php_generator.o thrift-t_erl_generator.o thrift-t_cocoa_generator.o thrift-t_st_generator.o thrift-t_ocaml_generator.o thrift-t_hs_generator.o thrift-t_xsd_generator.o thrift-t_html_generator.o thrift-t_js_generator.o thrift-t_javame_generator.o -lfl -lrt -lpthread
make[3]: Leaving directory `/home/nfarring/github-forks/thrift/compiler/cpp'
make[2]: Leaving directory `/home/nfarring/github-forks/thrift/compiler/cpp'
Making all in lib
make[2]: Entering directory `/home/nfarring/github-forks/thrift/lib'
Making all in cpp
make[3]: Entering directory `/home/nfarring/github-forks/thrift/lib/cpp'
Making all in .
make[4]: Entering directory `/home/nfarring/github-forks/thrift/lib/cpp'
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT Thrift.lo -MD -MP -MF .deps/Thrift.Tpo -c -o Thrift.lo `test -f 'src/Thrift.cpp' || echo './'`src/Thrift.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT Thrift.lo -MD -MP -MF .deps/Thrift.Tpo -c src/Thrift.cpp -fPIC -DPIC -o .libs/Thrift.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT Thrift.lo -MD -MP -MF .deps/Thrift.Tpo -c src/Thrift.cpp -o Thrift.o >/dev/null 2>&1
mv -f .deps/Thrift.Tpo .deps/Thrift.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TApplicationException.lo -MD -MP -MF .deps/TApplicationException.Tpo -c -o TApplicationException.lo `test -f 'src/TApplicationException.cpp' || echo './'`src/TApplicationException.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TApplicationException.lo -MD -MP -MF .deps/TApplicationException.Tpo -c src/TApplicationException.cpp -fPIC -DPIC -o .libs/TApplicationException.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TApplicationException.lo -MD -MP -MF .deps/TApplicationException.Tpo -c src/TApplicationException.cpp -o TApplicationException.o >/dev/null 2>&1
mv -f .deps/TApplicationException.Tpo .deps/TApplicationException.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT Mutex.lo -MD -MP -MF .deps/Mutex.Tpo -c -o Mutex.lo `test -f 'src/concurrency/Mutex.cpp' || echo './'`src/concurrency/Mutex.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT Mutex.lo -MD -MP -MF .deps/Mutex.Tpo -c src/concurrency/Mutex.cpp -fPIC -DPIC -o .libs/Mutex.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT Mutex.lo -MD -MP -MF .deps/Mutex.Tpo -c src/concurrency/Mutex.cpp -o Mutex.o >/dev/null 2>&1
mv -f .deps/Mutex.Tpo .deps/Mutex.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT Monitor.lo -MD -MP -MF .deps/Monitor.Tpo -c -o Monitor.lo `test -f 'src/concurrency/Monitor.cpp' || echo './'`src/concurrency/Monitor.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT Monitor.lo -MD -MP -MF .deps/Monitor.Tpo -c src/concurrency/Monitor.cpp -fPIC -DPIC -o .libs/Monitor.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT Monitor.lo -MD -MP -MF .deps/Monitor.Tpo -c src/concurrency/Monitor.cpp -o Monitor.o >/dev/null 2>&1
mv -f .deps/Monitor.Tpo .deps/Monitor.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT PosixThreadFactory.lo -MD -MP -MF .deps/PosixThreadFactory.Tpo -c -o PosixThreadFactory.lo `test -f 'src/concurrency/PosixThreadFactory.cpp' || echo './'`src/concurrency/PosixThreadFactory.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT PosixThreadFactory.lo -MD -MP -MF .deps/PosixThreadFactory.Tpo -c src/concurrency/PosixThreadFactory.cpp -fPIC -DPIC -o .libs/PosixThreadFactory.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT PosixThreadFactory.lo -MD -MP -MF .deps/PosixThreadFactory.Tpo -c src/concurrency/PosixThreadFactory.cpp -o PosixThreadFactory.o >/dev/null 2>&1
mv -f .deps/PosixThreadFactory.Tpo .deps/PosixThreadFactory.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT ThreadManager.lo -MD -MP -MF .deps/ThreadManager.Tpo -c -o ThreadManager.lo `test -f 'src/concurrency/ThreadManager.cpp' || echo './'`src/concurrency/ThreadManager.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT ThreadManager.lo -MD -MP -MF .deps/ThreadManager.Tpo -c src/concurrency/ThreadManager.cpp -fPIC -DPIC -o .libs/ThreadManager.o
src/concurrency/ThreadManager.cpp: In member function ‘virtual void apache::thrift::concurrency::ThreadManager::Impl::addWorker(size_t)’:
src/concurrency/ThreadManager.cpp:342:26: warning: declaration ‘class apache::thrift::concurrency::ThreadManager::Worker’ does not declare anything
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT ThreadManager.lo -MD -MP -MF .deps/ThreadManager.Tpo -c src/concurrency/ThreadManager.cpp -o ThreadManager.o >/dev/null 2>&1
mv -f .deps/ThreadManager.Tpo .deps/ThreadManager.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TimerManager.lo -MD -MP -MF .deps/TimerManager.Tpo -c -o TimerManager.lo `test -f 'src/concurrency/TimerManager.cpp' || echo './'`src/concurrency/TimerManager.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TimerManager.lo -MD -MP -MF .deps/TimerManager.Tpo -c src/concurrency/TimerManager.cpp -fPIC -DPIC -o .libs/TimerManager.o
src/concurrency/TimerManager.cpp:63:23: warning: declaration ‘struct apache::thrift::concurrency::TimerManager::Dispatcher’ does not declare anything
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TimerManager.lo -MD -MP -MF .deps/TimerManager.Tpo -c src/concurrency/TimerManager.cpp -o TimerManager.o >/dev/null 2>&1
mv -f .deps/TimerManager.Tpo .deps/TimerManager.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT Util.lo -MD -MP -MF .deps/Util.Tpo -c -o Util.lo `test -f 'src/concurrency/Util.cpp' || echo './'`src/concurrency/Util.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT Util.lo -MD -MP -MF .deps/Util.Tpo -c src/concurrency/Util.cpp -fPIC -DPIC -o .libs/Util.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT Util.lo -MD -MP -MF .deps/Util.Tpo -c src/concurrency/Util.cpp -o Util.o >/dev/null 2>&1
mv -f .deps/Util.Tpo .deps/Util.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TDebugProtocol.lo -MD -MP -MF .deps/TDebugProtocol.Tpo -c -o TDebugProtocol.lo `test -f 'src/protocol/TDebugProtocol.cpp' || echo './'`src/protocol/TDebugProtocol.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TDebugProtocol.lo -MD -MP -MF .deps/TDebugProtocol.Tpo -c src/protocol/TDebugProtocol.cpp -fPIC -DPIC -o .libs/TDebugProtocol.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TDebugProtocol.lo -MD -MP -MF .deps/TDebugProtocol.Tpo -c src/protocol/TDebugProtocol.cpp -o TDebugProtocol.o >/dev/null 2>&1
mv -f .deps/TDebugProtocol.Tpo .deps/TDebugProtocol.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TDenseProtocol.lo -MD -MP -MF .deps/TDenseProtocol.Tpo -c -o TDenseProtocol.lo `test -f 'src/protocol/TDenseProtocol.cpp' || echo './'`src/protocol/TDenseProtocol.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TDenseProtocol.lo -MD -MP -MF .deps/TDenseProtocol.Tpo -c src/protocol/TDenseProtocol.cpp -fPIC -DPIC -o .libs/TDenseProtocol.o
In file included from src/protocol/TBinaryProtocol.h:277:0,
from src/protocol/TDenseProtocol.h:23,
from src/protocol/TDenseProtocol.cpp:92:
src/protocol/TBinaryProtocol.tcc: In member function ‘uint32_t apache::thrift::protocol::TBinaryProtocolT<Transport_>::readDouble(double&) [with Transport_ = apache::thrift::transport::TTransport, uint32_t = unsigned int]’:
src/protocol/TDenseProtocol.cpp:729:27: instantiated from here
src/protocol/TBinaryProtocol.tcc:387:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
src/protocol/TBinaryProtocol.tcc: In member function ‘uint32_t apache::thrift::protocol::TBinaryProtocolT<Transport_>::readI16(int16_t&) [with Transport_ = apache::thrift::transport::TTransport, uint32_t = unsigned int, int16_t = short int]’:
src/protocol/TVirtualProtocol.h:454:54: instantiated from ‘uint32_t apache::thrift::protocol::TVirtualProtocol<Protocol_, Super_>::readI16_virt(int16_t&) [with Protocol_ = apache::thrift::protocol::TBinaryProtocolT<apache::thrift::transport::TTransport>, Super_ = apache::thrift::protocol::TProtocolDefaults, uint32_t = unsigned int, int16_t = short int]’
src/protocol/TDenseProtocol.cpp:762:3: instantiated from here
src/protocol/TBinaryProtocol.tcc:356:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
src/protocol/TBinaryProtocol.tcc: In member function ‘uint32_t apache::thrift::protocol::TBinaryProtocolT<Transport_>::readI32(int32_t&) [with Transport_ = apache::thrift::transport::TTransport, uint32_t = unsigned int, int32_t = int]’:
src/protocol/TVirtualProtocol.h:458:54: instantiated from ‘uint32_t apache::thrift::protocol::TVirtualProtocol<Protocol_, Super_>::readI32_virt(int32_t&) [with Protocol_ = apache::thrift::protocol::TBinaryProtocolT<apache::thrift::transport::TTransport>, Super_ = apache::thrift::protocol::TProtocolDefaults, uint32_t = unsigned int, int32_t = int]’
src/protocol/TDenseProtocol.cpp:762:3: instantiated from here
src/protocol/TBinaryProtocol.tcc:365:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
src/protocol/TBinaryProtocol.tcc: In member function ‘uint32_t apache::thrift::protocol::TBinaryProtocolT<Transport_>::readI64(int64_t&) [with Transport_ = apache::thrift::transport::TTransport, uint32_t = unsigned int, int64_t = long int]’:
src/protocol/TVirtualProtocol.h:462:54: instantiated from ‘uint32_t apache::thrift::protocol::TVirtualProtocol<Protocol_, Super_>::readI64_virt(int64_t&) [with Protocol_ = apache::thrift::protocol::TBinaryProtocolT<apache::thrift::transport::TTransport>, Super_ = apache::thrift::protocol::TProtocolDefaults, uint32_t = unsigned int, int64_t = long int]’
src/protocol/TDenseProtocol.cpp:762:3: instantiated from here
src/protocol/TBinaryProtocol.tcc:374:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TDenseProtocol.lo -MD -MP -MF .deps/TDenseProtocol.Tpo -c src/protocol/TDenseProtocol.cpp -o TDenseProtocol.o >/dev/null 2>&1
mv -f .deps/TDenseProtocol.Tpo .deps/TDenseProtocol.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TJSONProtocol.lo -MD -MP -MF .deps/TJSONProtocol.Tpo -c -o TJSONProtocol.lo `test -f 'src/protocol/TJSONProtocol.cpp' || echo './'`src/protocol/TJSONProtocol.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TJSONProtocol.lo -MD -MP -MF .deps/TJSONProtocol.Tpo -c src/protocol/TJSONProtocol.cpp -fPIC -DPIC -o .libs/TJSONProtocol.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TJSONProtocol.lo -MD -MP -MF .deps/TJSONProtocol.Tpo -c src/protocol/TJSONProtocol.cpp -o TJSONProtocol.o >/dev/null 2>&1
mv -f .deps/TJSONProtocol.Tpo .deps/TJSONProtocol.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TBase64Utils.lo -MD -MP -MF .deps/TBase64Utils.Tpo -c -o TBase64Utils.lo `test -f 'src/protocol/TBase64Utils.cpp' || echo './'`src/protocol/TBase64Utils.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TBase64Utils.lo -MD -MP -MF .deps/TBase64Utils.Tpo -c src/protocol/TBase64Utils.cpp -fPIC -DPIC -o .libs/TBase64Utils.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TBase64Utils.lo -MD -MP -MF .deps/TBase64Utils.Tpo -c src/protocol/TBase64Utils.cpp -o TBase64Utils.o >/dev/null 2>&1
mv -f .deps/TBase64Utils.Tpo .deps/TBase64Utils.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TTransportException.lo -MD -MP -MF .deps/TTransportException.Tpo -c -o TTransportException.lo `test -f 'src/transport/TTransportException.cpp' || echo './'`src/transport/TTransportException.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TTransportException.lo -MD -MP -MF .deps/TTransportException.Tpo -c src/transport/TTransportException.cpp -fPIC -DPIC -o .libs/TTransportException.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TTransportException.lo -MD -MP -MF .deps/TTransportException.Tpo -c src/transport/TTransportException.cpp -o TTransportException.o >/dev/null 2>&1
mv -f .deps/TTransportException.Tpo .deps/TTransportException.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TFDTransport.lo -MD -MP -MF .deps/TFDTransport.Tpo -c -o TFDTransport.lo `test -f 'src/transport/TFDTransport.cpp' || echo './'`src/transport/TFDTransport.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TFDTransport.lo -MD -MP -MF .deps/TFDTransport.Tpo -c src/transport/TFDTransport.cpp -fPIC -DPIC -o .libs/TFDTransport.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TFDTransport.lo -MD -MP -MF .deps/TFDTransport.Tpo -c src/transport/TFDTransport.cpp -o TFDTransport.o >/dev/null 2>&1
mv -f .deps/TFDTransport.Tpo .deps/TFDTransport.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TFileTransport.lo -MD -MP -MF .deps/TFileTransport.Tpo -c -o TFileTransport.lo `test -f 'src/transport/TFileTransport.cpp' || echo './'`src/transport/TFileTransport.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TFileTransport.lo -MD -MP -MF .deps/TFileTransport.Tpo -c src/transport/TFileTransport.cpp -fPIC -DPIC -o .libs/TFileTransport.o
src/transport/TFileTransport.cpp: In member function ‘apache::thrift::transport::eventInfo* apache::thrift::transport::TFileTransport::readEvent()’:
src/transport/TFileTransport.cpp:673:56: warning: dereferencing type-punned pointer will break strict-aliasing rules
src/transport/TFileTransport.cpp:684:84: warning: dereferencing type-punned pointer will break strict-aliasing rules
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TFileTransport.lo -MD -MP -MF .deps/TFileTransport.Tpo -c src/transport/TFileTransport.cpp -o TFileTransport.o >/dev/null 2>&1
mv -f .deps/TFileTransport.Tpo .deps/TFileTransport.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TSimpleFileTransport.lo -MD -MP -MF .deps/TSimpleFileTransport.Tpo -c -o TSimpleFileTransport.lo `test -f 'src/transport/TSimpleFileTransport.cpp' || echo './'`src/transport/TSimpleFileTransport.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TSimpleFileTransport.lo -MD -MP -MF .deps/TSimpleFileTransport.Tpo -c src/transport/TSimpleFileTransport.cpp -fPIC -DPIC -o .libs/TSimpleFileTransport.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TSimpleFileTransport.lo -MD -MP -MF .deps/TSimpleFileTransport.Tpo -c src/transport/TSimpleFileTransport.cpp -o TSimpleFileTransport.o >/dev/null 2>&1
mv -f .deps/TSimpleFileTransport.Tpo .deps/TSimpleFileTransport.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT THttpTransport.lo -MD -MP -MF .deps/THttpTransport.Tpo -c -o THttpTransport.lo `test -f 'src/transport/THttpTransport.cpp' || echo './'`src/transport/THttpTransport.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT THttpTransport.lo -MD -MP -MF .deps/THttpTransport.Tpo -c src/transport/THttpTransport.cpp -fPIC -DPIC -o .libs/THttpTransport.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT THttpTransport.lo -MD -MP -MF .deps/THttpTransport.Tpo -c src/transport/THttpTransport.cpp -o THttpTransport.o >/dev/null 2>&1
mv -f .deps/THttpTransport.Tpo .deps/THttpTransport.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT THttpClient.lo -MD -MP -MF .deps/THttpClient.Tpo -c -o THttpClient.lo `test -f 'src/transport/THttpClient.cpp' || echo './'`src/transport/THttpClient.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT THttpClient.lo -MD -MP -MF .deps/THttpClient.Tpo -c src/transport/THttpClient.cpp -fPIC -DPIC -o .libs/THttpClient.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT THttpClient.lo -MD -MP -MF .deps/THttpClient.Tpo -c src/transport/THttpClient.cpp -o THttpClient.o >/dev/null 2>&1
mv -f .deps/THttpClient.Tpo .deps/THttpClient.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT THttpServer.lo -MD -MP -MF .deps/THttpServer.Tpo -c -o THttpServer.lo `test -f 'src/transport/THttpServer.cpp' || echo './'`src/transport/THttpServer.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT THttpServer.lo -MD -MP -MF .deps/THttpServer.Tpo -c src/transport/THttpServer.cpp -fPIC -DPIC -o .libs/THttpServer.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT THttpServer.lo -MD -MP -MF .deps/THttpServer.Tpo -c src/transport/THttpServer.cpp -o THttpServer.o >/dev/null 2>&1
mv -f .deps/THttpServer.Tpo .deps/THttpServer.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TSocket.lo -MD -MP -MF .deps/TSocket.Tpo -c -o TSocket.lo `test -f 'src/transport/TSocket.cpp' || echo './'`src/transport/TSocket.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TSocket.lo -MD -MP -MF .deps/TSocket.Tpo -c src/transport/TSocket.cpp -fPIC -DPIC -o .libs/TSocket.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TSocket.lo -MD -MP -MF .deps/TSocket.Tpo -c src/transport/TSocket.cpp -o TSocket.o >/dev/null 2>&1
mv -f .deps/TSocket.Tpo .deps/TSocket.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TSocketPool.lo -MD -MP -MF .deps/TSocketPool.Tpo -c -o TSocketPool.lo `test -f 'src/transport/TSocketPool.cpp' || echo './'`src/transport/TSocketPool.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TSocketPool.lo -MD -MP -MF .deps/TSocketPool.Tpo -c src/transport/TSocketPool.cpp -fPIC -DPIC -o .libs/TSocketPool.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TSocketPool.lo -MD -MP -MF .deps/TSocketPool.Tpo -c src/transport/TSocketPool.cpp -o TSocketPool.o >/dev/null 2>&1
mv -f .deps/TSocketPool.Tpo .deps/TSocketPool.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TServerSocket.lo -MD -MP -MF .deps/TServerSocket.Tpo -c -o TServerSocket.lo `test -f 'src/transport/TServerSocket.cpp' || echo './'`src/transport/TServerSocket.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TServerSocket.lo -MD -MP -MF .deps/TServerSocket.Tpo -c src/transport/TServerSocket.cpp -fPIC -DPIC -o .libs/TServerSocket.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TServerSocket.lo -MD -MP -MF .deps/TServerSocket.Tpo -c src/transport/TServerSocket.cpp -o TServerSocket.o >/dev/null 2>&1
mv -f .deps/TServerSocket.Tpo .deps/TServerSocket.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TTransportUtils.lo -MD -MP -MF .deps/TTransportUtils.Tpo -c -o TTransportUtils.lo `test -f 'src/transport/TTransportUtils.cpp' || echo './'`src/transport/TTransportUtils.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TTransportUtils.lo -MD -MP -MF .deps/TTransportUtils.Tpo -c src/transport/TTransportUtils.cpp -fPIC -DPIC -o .libs/TTransportUtils.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TTransportUtils.lo -MD -MP -MF .deps/TTransportUtils.Tpo -c src/transport/TTransportUtils.cpp -o TTransportUtils.o >/dev/null 2>&1
mv -f .deps/TTransportUtils.Tpo .deps/TTransportUtils.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TBufferTransports.lo -MD -MP -MF .deps/TBufferTransports.Tpo -c -o TBufferTransports.lo `test -f 'src/transport/TBufferTransports.cpp' || echo './'`src/transport/TBufferTransports.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TBufferTransports.lo -MD -MP -MF .deps/TBufferTransports.Tpo -c src/transport/TBufferTransports.cpp -fPIC -DPIC -o .libs/TBufferTransports.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TBufferTransports.lo -MD -MP -MF .deps/TBufferTransports.Tpo -c src/transport/TBufferTransports.cpp -o TBufferTransports.o >/dev/null 2>&1
mv -f .deps/TBufferTransports.Tpo .deps/TBufferTransports.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TServer.lo -MD -MP -MF .deps/TServer.Tpo -c -o TServer.lo `test -f 'src/server/TServer.cpp' || echo './'`src/server/TServer.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TServer.lo -MD -MP -MF .deps/TServer.Tpo -c src/server/TServer.cpp -fPIC -DPIC -o .libs/TServer.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TServer.lo -MD -MP -MF .deps/TServer.Tpo -c src/server/TServer.cpp -o TServer.o >/dev/null 2>&1
mv -f .deps/TServer.Tpo .deps/TServer.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TSimpleServer.lo -MD -MP -MF .deps/TSimpleServer.Tpo -c -o TSimpleServer.lo `test -f 'src/server/TSimpleServer.cpp' || echo './'`src/server/TSimpleServer.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TSimpleServer.lo -MD -MP -MF .deps/TSimpleServer.Tpo -c src/server/TSimpleServer.cpp -fPIC -DPIC -o .libs/TSimpleServer.o
In file included from ./src/protocol/TBinaryProtocol.h:277:0,
from ./src/server/TServer.h:25,
from ./src/server/TSimpleServer.h:23,
from src/server/TSimpleServer.cpp:20:
./src/protocol/TBinaryProtocol.tcc: In member function ‘uint32_t apache::thrift::protocol::TBinaryProtocolT<Transport_>::readI16(int16_t&) [with Transport_ = apache::thrift::transport::TTransport, uint32_t = unsigned int, int16_t = short int]’:
./src/protocol/TVirtualProtocol.h:454:54: instantiated from ‘uint32_t apache::thrift::protocol::TVirtualProtocol<Protocol_, Super_>::readI16_virt(int16_t&) [with Protocol_ = apache::thrift::protocol::TBinaryProtocolT<apache::thrift::transport::TTransport>, Super_ = apache::thrift::protocol::TProtocolDefaults, uint32_t = unsigned int, int16_t = short int]’
src/server/TSimpleServer.cpp:149:3: instantiated from here
./src/protocol/TBinaryProtocol.tcc:356:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
./src/protocol/TBinaryProtocol.tcc: In member function ‘uint32_t apache::thrift::protocol::TBinaryProtocolT<Transport_>::readI32(int32_t&) [with Transport_ = apache::thrift::transport::TTransport, uint32_t = unsigned int, int32_t = int]’:
./src/protocol/TVirtualProtocol.h:458:54: instantiated from ‘uint32_t apache::thrift::protocol::TVirtualProtocol<Protocol_, Super_>::readI32_virt(int32_t&) [with Protocol_ = apache::thrift::protocol::TBinaryProtocolT<apache::thrift::transport::TTransport>, Super_ = apache::thrift::protocol::TProtocolDefaults, uint32_t = unsigned int, int32_t = int]’
src/server/TSimpleServer.cpp:149:3: instantiated from here
./src/protocol/TBinaryProtocol.tcc:365:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
./src/protocol/TBinaryProtocol.tcc: In member function ‘uint32_t apache::thrift::protocol::TBinaryProtocolT<Transport_>::readI64(int64_t&) [with Transport_ = apache::thrift::transport::TTransport, uint32_t = unsigned int, int64_t = long int]’:
./src/protocol/TVirtualProtocol.h:462:54: instantiated from ‘uint32_t apache::thrift::protocol::TVirtualProtocol<Protocol_, Super_>::readI64_virt(int64_t&) [with Protocol_ = apache::thrift::protocol::TBinaryProtocolT<apache::thrift::transport::TTransport>, Super_ = apache::thrift::protocol::TProtocolDefaults, uint32_t = unsigned int, int64_t = long int]’
src/server/TSimpleServer.cpp:149:3: instantiated from here
./src/protocol/TBinaryProtocol.tcc:374:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
./src/protocol/TBinaryProtocol.tcc: In member function ‘uint32_t apache::thrift::protocol::TBinaryProtocolT<Transport_>::readDouble(double&) [with Transport_ = apache::thrift::transport::TTransport, uint32_t = unsigned int]’:
./src/protocol/TVirtualProtocol.h:466:57: instantiated from ‘uint32_t apache::thrift::protocol::TVirtualProtocol<Protocol_, Super_>::readDouble_virt(double&) [with Protocol_ = apache::thrift::protocol::TBinaryProtocolT<apache::thrift::transport::TTransport>, Super_ = apache::thrift::protocol::TProtocolDefaults, uint32_t = unsigned int]’
src/server/TSimpleServer.cpp:149:3: instantiated from here
./src/protocol/TBinaryProtocol.tcc:387:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TSimpleServer.lo -MD -MP -MF .deps/TSimpleServer.Tpo -c src/server/TSimpleServer.cpp -o TSimpleServer.o >/dev/null 2>&1
mv -f .deps/TSimpleServer.Tpo .deps/TSimpleServer.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TThreadPoolServer.lo -MD -MP -MF .deps/TThreadPoolServer.Tpo -c -o TThreadPoolServer.lo `test -f 'src/server/TThreadPoolServer.cpp' || echo './'`src/server/TThreadPoolServer.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TThreadPoolServer.lo -MD -MP -MF .deps/TThreadPoolServer.Tpo -c src/server/TThreadPoolServer.cpp -fPIC -DPIC -o .libs/TThreadPoolServer.o
In file included from ./src/protocol/TBinaryProtocol.h:277:0,
from ./src/server/TServer.h:25,
from ./src/server/TThreadPoolServer.h:24,
from src/server/TThreadPoolServer.cpp:20:
./src/protocol/TBinaryProtocol.tcc: In member function ‘uint32_t apache::thrift::protocol::TBinaryProtocolT<Transport_>::readI16(int16_t&) [with Transport_ = apache::thrift::transport::TTransport, uint32_t = unsigned int, int16_t = short int]’:
./src/protocol/TVirtualProtocol.h:454:54: instantiated from ‘uint32_t apache::thrift::protocol::TVirtualProtocol<Protocol_, Super_>::readI16_virt(int16_t&) [with Protocol_ = apache::thrift::protocol::TBinaryProtocolT<apache::thrift::transport::TTransport>, Super_ = apache::thrift::protocol::TProtocolDefaults, uint32_t = unsigned int, int16_t = short int]’
src/server/TThreadPoolServer.cpp:227:3: instantiated from here
./src/protocol/TBinaryProtocol.tcc:356:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
./src/protocol/TBinaryProtocol.tcc: In member function ‘uint32_t apache::thrift::protocol::TBinaryProtocolT<Transport_>::readI32(int32_t&) [with Transport_ = apache::thrift::transport::TTransport, uint32_t = unsigned int, int32_t = int]’:
./src/protocol/TVirtualProtocol.h:458:54: instantiated from ‘uint32_t apache::thrift::protocol::TVirtualProtocol<Protocol_, Super_>::readI32_virt(int32_t&) [with Protocol_ = apache::thrift::protocol::TBinaryProtocolT<apache::thrift::transport::TTransport>, Super_ = apache::thrift::protocol::TProtocolDefaults, uint32_t = unsigned int, int32_t = int]’
src/server/TThreadPoolServer.cpp:227:3: instantiated from here
./src/protocol/TBinaryProtocol.tcc:365:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
./src/protocol/TBinaryProtocol.tcc: In member function ‘uint32_t apache::thrift::protocol::TBinaryProtocolT<Transport_>::readI64(int64_t&) [with Transport_ = apache::thrift::transport::TTransport, uint32_t = unsigned int, int64_t = long int]’:
./src/protocol/TVirtualProtocol.h:462:54: instantiated from ‘uint32_t apache::thrift::protocol::TVirtualProtocol<Protocol_, Super_>::readI64_virt(int64_t&) [with Protocol_ = apache::thrift::protocol::TBinaryProtocolT<apache::thrift::transport::TTransport>, Super_ = apache::thrift::protocol::TProtocolDefaults, uint32_t = unsigned int, int64_t = long int]’
src/server/TThreadPoolServer.cpp:227:3: instantiated from here
./src/protocol/TBinaryProtocol.tcc:374:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
./src/protocol/TBinaryProtocol.tcc: In member function ‘uint32_t apache::thrift::protocol::TBinaryProtocolT<Transport_>::readDouble(double&) [with Transport_ = apache::thrift::transport::TTransport, uint32_t = unsigned int]’:
./src/protocol/TVirtualProtocol.h:466:57: instantiated from ‘uint32_t apache::thrift::protocol::TVirtualProtocol<Protocol_, Super_>::readDouble_virt(double&) [with Protocol_ = apache::thrift::protocol::TBinaryProtocolT<apache::thrift::transport::TTransport>, Super_ = apache::thrift::protocol::TProtocolDefaults, uint32_t = unsigned int]’
src/server/TThreadPoolServer.cpp:227:3: instantiated from here
./src/protocol/TBinaryProtocol.tcc:387:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TThreadPoolServer.lo -MD -MP -MF .deps/TThreadPoolServer.Tpo -c src/server/TThreadPoolServer.cpp -o TThreadPoolServer.o >/dev/null 2>&1
mv -f .deps/TThreadPoolServer.Tpo .deps/TThreadPoolServer.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TThreadedServer.lo -MD -MP -MF .deps/TThreadedServer.Tpo -c -o TThreadedServer.lo `test -f 'src/server/TThreadedServer.cpp' || echo './'`src/server/TThreadedServer.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TThreadedServer.lo -MD -MP -MF .deps/TThreadedServer.Tpo -c src/server/TThreadedServer.cpp -fPIC -DPIC -o .libs/TThreadedServer.o
In file included from ./src/protocol/TBinaryProtocol.h:277:0,
from ./src/server/TServer.h:25,
from ./src/server/TThreadedServer.h:23,
from src/server/TThreadedServer.cpp:20:
./src/protocol/TBinaryProtocol.tcc: In member function ‘uint32_t apache::thrift::protocol::TBinaryProtocolT<Transport_>::readI16(int16_t&) [with Transport_ = apache::thrift::transport::TTransport, uint32_t = unsigned int, int16_t = short int]’:
./src/protocol/TVirtualProtocol.h:454:54: instantiated from ‘uint32_t apache::thrift::protocol::TVirtualProtocol<Protocol_, Super_>::readI16_virt(int16_t&) [with Protocol_ = apache::thrift::protocol::TBinaryProtocolT<apache::thrift::transport::TTransport>, Super_ = apache::thrift::protocol::TProtocolDefaults, uint32_t = unsigned int, int16_t = short int]’
src/server/TThreadedServer.cpp:252:3: instantiated from here
./src/protocol/TBinaryProtocol.tcc:356:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
./src/protocol/TBinaryProtocol.tcc: In member function ‘uint32_t apache::thrift::protocol::TBinaryProtocolT<Transport_>::readI32(int32_t&) [with Transport_ = apache::thrift::transport::TTransport, uint32_t = unsigned int, int32_t = int]’:
./src/protocol/TVirtualProtocol.h:458:54: instantiated from ‘uint32_t apache::thrift::protocol::TVirtualProtocol<Protocol_, Super_>::readI32_virt(int32_t&) [with Protocol_ = apache::thrift::protocol::TBinaryProtocolT<apache::thrift::transport::TTransport>, Super_ = apache::thrift::protocol::TProtocolDefaults, uint32_t = unsigned int, int32_t = int]’
src/server/TThreadedServer.cpp:252:3: instantiated from here
./src/protocol/TBinaryProtocol.tcc:365:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
./src/protocol/TBinaryProtocol.tcc: In member function ‘uint32_t apache::thrift::protocol::TBinaryProtocolT<Transport_>::readI64(int64_t&) [with Transport_ = apache::thrift::transport::TTransport, uint32_t = unsigned int, int64_t = long int]’:
./src/protocol/TVirtualProtocol.h:462:54: instantiated from ‘uint32_t apache::thrift::protocol::TVirtualProtocol<Protocol_, Super_>::readI64_virt(int64_t&) [with Protocol_ = apache::thrift::protocol::TBinaryProtocolT<apache::thrift::transport::TTransport>, Super_ = apache::thrift::protocol::TProtocolDefaults, uint32_t = unsigned int, int64_t = long int]’
src/server/TThreadedServer.cpp:252:3: instantiated from here
./src/protocol/TBinaryProtocol.tcc:374:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
./src/protocol/TBinaryProtocol.tcc: In member function ‘uint32_t apache::thrift::protocol::TBinaryProtocolT<Transport_>::readDouble(double&) [with Transport_ = apache::thrift::transport::TTransport, uint32_t = unsigned int]’:
./src/protocol/TVirtualProtocol.h:466:57: instantiated from ‘uint32_t apache::thrift::protocol::TVirtualProtocol<Protocol_, Super_>::readDouble_virt(double&) [with Protocol_ = apache::thrift::protocol::TBinaryProtocolT<apache::thrift::transport::TTransport>, Super_ = apache::thrift::protocol::TProtocolDefaults, uint32_t = unsigned int]’
src/server/TThreadedServer.cpp:252:3: instantiated from here
./src/protocol/TBinaryProtocol.tcc:387:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TThreadedServer.lo -MD -MP -MF .deps/TThreadedServer.Tpo -c src/server/TThreadedServer.cpp -o TThreadedServer.o >/dev/null 2>&1
mv -f .deps/TThreadedServer.Tpo .deps/TThreadedServer.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TAsyncChannel.lo -MD -MP -MF .deps/TAsyncChannel.Tpo -c -o TAsyncChannel.lo `test -f 'src/async/TAsyncChannel.cpp' || echo './'`src/async/TAsyncChannel.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TAsyncChannel.lo -MD -MP -MF .deps/TAsyncChannel.Tpo -c src/async/TAsyncChannel.cpp -fPIC -DPIC -o .libs/TAsyncChannel.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TAsyncChannel.lo -MD -MP -MF .deps/TAsyncChannel.Tpo -c src/async/TAsyncChannel.cpp -o TAsyncChannel.o >/dev/null 2>&1
mv -f .deps/TAsyncChannel.Tpo .deps/TAsyncChannel.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT PeekProcessor.lo -MD -MP -MF .deps/PeekProcessor.Tpo -c -o PeekProcessor.lo `test -f 'src/processor/PeekProcessor.cpp' || echo './'`src/processor/PeekProcessor.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT PeekProcessor.lo -MD -MP -MF .deps/PeekProcessor.Tpo -c src/processor/PeekProcessor.cpp -fPIC -DPIC -o .libs/PeekProcessor.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT PeekProcessor.lo -MD -MP -MF .deps/PeekProcessor.Tpo -c src/processor/PeekProcessor.cpp -o PeekProcessor.o >/dev/null 2>&1
mv -f .deps/PeekProcessor.Tpo .deps/PeekProcessor.Plo
/bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -g -O2 -o libthrift.la -rpath /home/nfarring/.virtualenvs/Helios-archlinux/lib Thrift.lo TApplicationException.lo Mutex.lo Monitor.lo PosixThreadFactory.lo ThreadManager.lo TimerManager.lo Util.lo TDebugProtocol.lo TDenseProtocol.lo TJSONProtocol.lo TBase64Utils.lo TTransportException.lo TFDTransport.lo TFileTransport.lo TSimpleFileTransport.lo THttpTransport.lo THttpClient.lo THttpServer.lo TSocket.lo TSocketPool.lo TServerSocket.lo TTransportUtils.lo TBufferTransports.lo TServer.lo TSimpleServer.lo TThreadPoolServer.lo TThreadedServer.lo TAsyncChannel.lo PeekProcessor.lo -lrt -lpthread
libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/crtbeginS.o .libs/Thrift.o .libs/TApplicationException.o .libs/Mutex.o .libs/Monitor.o .libs/PosixThreadFactory.o .libs/ThreadManager.o .libs/TimerManager.o .libs/Util.o .libs/TDebugProtocol.o .libs/TDenseProtocol.o .libs/TJSONProtocol.o .libs/TBase64Utils.o .libs/TTransportException.o .libs/TFDTransport.o .libs/TFileTransport.o .libs/TSimpleFileTransport.o .libs/THttpTransport.o .libs/THttpClient.o .libs/THttpServer.o .libs/TSocket.o .libs/TSocketPool.o .libs/TServerSocket.o .libs/TTransportUtils.o .libs/TBufferTransports.o .libs/TServer.o .libs/TSimpleServer.o .libs/TThreadPoolServer.o .libs/TThreadedServer.o .libs/TAsyncChannel.o .libs/PeekProcessor.o -lrt -lpthread -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/crtendS.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/../../../../lib/crtn.o -Wl,-soname -Wl,libthrift.so.0 -o .libs/libthrift.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libthrift.so.0" && ln -s "libthrift.so.0.0.0" "libthrift.so.0")
libtool: link: (cd ".libs" && rm -f "libthrift.so" && ln -s "libthrift.so.0.0.0" "libthrift.so")
libtool: link: ar cru .libs/libthrift.a Thrift.o TApplicationException.o Mutex.o Monitor.o PosixThreadFactory.o ThreadManager.o TimerManager.o Util.o TDebugProtocol.o TDenseProtocol.o TJSONProtocol.o TBase64Utils.o TTransportException.o TFDTransport.o TFileTransport.o TSimpleFileTransport.o THttpTransport.o THttpClient.o THttpServer.o TSocket.o TSocketPool.o TServerSocket.o TTransportUtils.o TBufferTransports.o TServer.o TSimpleServer.o TThreadPoolServer.o TThreadedServer.o TAsyncChannel.o PeekProcessor.o
libtool: link: ranlib .libs/libthrift.a
libtool: link: ( cd ".libs" && rm -f "libthrift.la" && ln -s "../libthrift.la" "libthrift.la" )
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT libthriftnb_la-TNonblockingServer.lo -MD -MP -MF .deps/libthriftnb_la-TNonblockingServer.Tpo -c -o libthriftnb_la-TNonblockingServer.lo `test -f 'src/server/TNonblockingServer.cpp' || echo './'`src/server/TNonblockingServer.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT libthriftnb_la-TNonblockingServer.lo -MD -MP -MF .deps/libthriftnb_la-TNonblockingServer.Tpo -c src/server/TNonblockingServer.cpp -fPIC -DPIC -o .libs/libthriftnb_la-TNonblockingServer.o
In file included from ./src/protocol/TBinaryProtocol.h:277:0,
from ./src/server/TServer.h:25,
from src/server/TNonblockingServer.h:24,
from src/server/TNonblockingServer.cpp:20:
./src/protocol/TBinaryProtocol.tcc: In member function ‘uint32_t apache::thrift::protocol::TBinaryProtocolT<Transport_>::readI16(int16_t&) [with Transport_ = apache::thrift::transport::TTransport, uint32_t = unsigned int, int16_t = short int]’:
./src/protocol/TVirtualProtocol.h:454:54: instantiated from ‘uint32_t apache::thrift::protocol::TVirtualProtocol<Protocol_, Super_>::readI16_virt(int16_t&) [with Protocol_ = apache::thrift::protocol::TBinaryProtocolT<apache::thrift::transport::TTransport>, Super_ = apache::thrift::protocol::TProtocolDefaults, uint32_t = unsigned int, int16_t = short int]’
src/server/TNonblockingServer.cpp:915:3: instantiated from here
./src/protocol/TBinaryProtocol.tcc:356:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
./src/protocol/TBinaryProtocol.tcc: In member function ‘uint32_t apache::thrift::protocol::TBinaryProtocolT<Transport_>::readI32(int32_t&) [with Transport_ = apache::thrift::transport::TTransport, uint32_t = unsigned int, int32_t = int]’:
./src/protocol/TVirtualProtocol.h:458:54: instantiated from ‘uint32_t apache::thrift::protocol::TVirtualProtocol<Protocol_, Super_>::readI32_virt(int32_t&) [with Protocol_ = apache::thrift::protocol::TBinaryProtocolT<apache::thrift::transport::TTransport>, Super_ = apache::thrift::protocol::TProtocolDefaults, uint32_t = unsigned int, int32_t = int]’
src/server/TNonblockingServer.cpp:915:3: instantiated from here
./src/protocol/TBinaryProtocol.tcc:365:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
./src/protocol/TBinaryProtocol.tcc: In member function ‘uint32_t apache::thrift::protocol::TBinaryProtocolT<Transport_>::readI64(int64_t&) [with Transport_ = apache::thrift::transport::TTransport, uint32_t = unsigned int, int64_t = long int]’:
./src/protocol/TVirtualProtocol.h:462:54: instantiated from ‘uint32_t apache::thrift::protocol::TVirtualProtocol<Protocol_, Super_>::readI64_virt(int64_t&) [with Protocol_ = apache::thrift::protocol::TBinaryProtocolT<apache::thrift::transport::TTransport>, Super_ = apache::thrift::protocol::TProtocolDefaults, uint32_t = unsigned int, int64_t = long int]’
src/server/TNonblockingServer.cpp:915:3: instantiated from here
./src/protocol/TBinaryProtocol.tcc:374:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
./src/protocol/TBinaryProtocol.tcc: In member function ‘uint32_t apache::thrift::protocol::TBinaryProtocolT<Transport_>::readDouble(double&) [with Transport_ = apache::thrift::transport::TTransport, uint32_t = unsigned int]’:
./src/protocol/TVirtualProtocol.h:466:57: instantiated from ‘uint32_t apache::thrift::protocol::TVirtualProtocol<Protocol_, Super_>::readDouble_virt(double&) [with Protocol_ = apache::thrift::protocol::TBinaryProtocolT<apache::thrift::transport::TTransport>, Super_ = apache::thrift::protocol::TProtocolDefaults, uint32_t = unsigned int]’
src/server/TNonblockingServer.cpp:915:3: instantiated from here
./src/protocol/TBinaryProtocol.tcc:387:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT libthriftnb_la-TNonblockingServer.lo -MD -MP -MF .deps/libthriftnb_la-TNonblockingServer.Tpo -c src/server/TNonblockingServer.cpp -o libthriftnb_la-TNonblockingServer.o >/dev/null 2>&1
mv -f .deps/libthriftnb_la-TNonblockingServer.Tpo .deps/libthriftnb_la-TNonblockingServer.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT libthriftnb_la-TAsyncProtocolProcessor.lo -MD -MP -MF .deps/libthriftnb_la-TAsyncProtocolProcessor.Tpo -c -o libthriftnb_la-TAsyncProtocolProcessor.lo `test -f 'src/async/TAsyncProtocolProcessor.cpp' || echo './'`src/async/TAsyncProtocolProcessor.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT libthriftnb_la-TAsyncProtocolProcessor.lo -MD -MP -MF .deps/libthriftnb_la-TAsyncProtocolProcessor.Tpo -c src/async/TAsyncProtocolProcessor.cpp -fPIC -DPIC -o .libs/libthriftnb_la-TAsyncProtocolProcessor.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT libthriftnb_la-TAsyncProtocolProcessor.lo -MD -MP -MF .deps/libthriftnb_la-TAsyncProtocolProcessor.Tpo -c src/async/TAsyncProtocolProcessor.cpp -o libthriftnb_la-TAsyncProtocolProcessor.o >/dev/null 2>&1
mv -f .deps/libthriftnb_la-TAsyncProtocolProcessor.Tpo .deps/libthriftnb_la-TAsyncProtocolProcessor.Plo
/bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -g -O2 -o libthriftnb.la -rpath /home/nfarring/.virtualenvs/Helios-archlinux/lib libthriftnb_la-TNonblockingServer.lo libthriftnb_la-TAsyncProtocolProcessor.lo -lrt -lpthread
libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/crtbeginS.o .libs/libthriftnb_la-TNonblockingServer.o .libs/libthriftnb_la-TAsyncProtocolProcessor.o -lrt -lpthread -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/crtendS.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/../../../../lib/crtn.o -Wl,-soname -Wl,libthriftnb.so.0 -o .libs/libthriftnb.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libthriftnb.so.0" && ln -s "libthriftnb.so.0.0.0" "libthriftnb.so.0")
libtool: link: (cd ".libs" && rm -f "libthriftnb.so" && ln -s "libthriftnb.so.0.0.0" "libthriftnb.so")
libtool: link: ar cru .libs/libthriftnb.a libthriftnb_la-TNonblockingServer.o libthriftnb_la-TAsyncProtocolProcessor.o
libtool: link: ranlib .libs/libthriftnb.a
libtool: link: ( cd ".libs" && rm -f "libthriftnb.la" && ln -s "../libthriftnb.la" "libthriftnb.la" )
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT libthriftz_la-TZlibTransport.lo -MD -MP -MF .deps/libthriftz_la-TZlibTransport.Tpo -c -o libthriftz_la-TZlibTransport.lo `test -f 'src/transport/TZlibTransport.cpp' || echo './'`src/transport/TZlibTransport.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT libthriftz_la-TZlibTransport.lo -MD -MP -MF .deps/libthriftz_la-TZlibTransport.Tpo -c src/transport/TZlibTransport.cpp -fPIC -DPIC -o .libs/libthriftz_la-TZlibTransport.o
src/transport/TZlibTransport.cpp: In member function ‘uint32_t apache::thrift::transport::TZlibTransport::read(uint8_t*, uint32_t)’:
src/transport/TZlibTransport.cpp:156:16: warning: comparison between signed and unsigned integer expressions
src/transport/TZlibTransport.cpp: In member function ‘void apache::thrift::transport::TZlibTransport::verifyChecksum()’:
src/transport/TZlibTransport.cpp:386:3: warning: comparison between signed and unsigned integer expressions
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT libthriftz_la-TZlibTransport.lo -MD -MP -MF .deps/libthriftz_la-TZlibTransport.Tpo -c src/transport/TZlibTransport.cpp -o libthriftz_la-TZlibTransport.o >/dev/null 2>&1
mv -f .deps/libthriftz_la-TZlibTransport.Tpo .deps/libthriftz_la-TZlibTransport.Plo
/bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -g -O2 -o libthriftz.la -rpath /home/nfarring/.virtualenvs/Helios-archlinux/lib libthriftz_la-TZlibTransport.lo -lrt -lpthread
libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/crtbeginS.o .libs/libthriftz_la-TZlibTransport.o -lrt -lpthread -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/crtendS.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/../../../../lib/crtn.o -Wl,-soname -Wl,libthriftz.so.0 -o .libs/libthriftz.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libthriftz.so.0" && ln -s "libthriftz.so.0.0.0" "libthriftz.so.0")
libtool: link: (cd ".libs" && rm -f "libthriftz.so" && ln -s "libthriftz.so.0.0.0" "libthriftz.so")
libtool: link: ar cru .libs/libthriftz.a libthriftz_la-TZlibTransport.o
libtool: link: ranlib .libs/libthriftz.a
libtool: link: ( cd ".libs" && rm -f "libthriftz.la" && ln -s "../libthriftz.la" "libthriftz.la" )
g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT Tests.o -MD -MP -MF .deps/Tests.Tpo -c -o Tests.o `test -f 'src/concurrency/test/Tests.cpp' || echo './'`src/concurrency/test/Tests.cpp
mv -f .deps/Tests.Tpo .deps/Tests.Po
/bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -g -O2 -o concurrency_test Tests.o libthrift.la -lrt -lpthread
libtool: link: g++ -Wall -g -O2 -o .libs/concurrency_test Tests.o ./.libs/libthrift.so -lrt -lpthread -Wl,-rpath -Wl,/home/nfarring/.virtualenvs/Helios-archlinux/lib
make[4]: Leaving directory `/home/nfarring/github-forks/thrift/lib/cpp'
make[3]: Leaving directory `/home/nfarring/github-forks/thrift/lib/cpp'
Making all in py
make[3]: Entering directory `/home/nfarring/github-forks/thrift/lib/py'
/home/nfarring/.virtualenvs/Helios-archlinux/bin/python setup.py build
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/thrift
copying src/TSCons.py -> build/lib.linux-x86_64-2.7/thrift
copying src/TSerialization.py -> build/lib.linux-x86_64-2.7/thrift
copying src/Thrift.py -> build/lib.linux-x86_64-2.7/thrift
copying src/__init__.py -> build/lib.linux-x86_64-2.7/thrift
creating build/lib.linux-x86_64-2.7/thrift/protocol
copying src/protocol/TBinaryProtocol.py -> build/lib.linux-x86_64-2.7/thrift/protocol
copying src/protocol/TCompactProtocol.py -> build/lib.linux-x86_64-2.7/thrift/protocol
copying src/protocol/TProtocol.py -> build/lib.linux-x86_64-2.7/thrift/protocol
copying src/protocol/__init__.py -> build/lib.linux-x86_64-2.7/thrift/protocol
creating build/lib.linux-x86_64-2.7/thrift/transport
copying src/transport/THttpClient.py -> build/lib.linux-x86_64-2.7/thrift/transport
copying src/transport/TSocket.py -> build/lib.linux-x86_64-2.7/thrift/transport
copying src/transport/TTransport.py -> build/lib.linux-x86_64-2.7/thrift/transport
copying src/transport/TTwisted.py -> build/lib.linux-x86_64-2.7/thrift/transport
copying src/transport/__init__.py -> build/lib.linux-x86_64-2.7/thrift/transport
creating build/lib.linux-x86_64-2.7/thrift/server
copying src/server/THttpServer.py -> build/lib.linux-x86_64-2.7/thrift/server
copying src/server/TNonblockingServer.py -> build/lib.linux-x86_64-2.7/thrift/server
copying src/server/TServer.py -> build/lib.linux-x86_64-2.7/thrift/server
copying src/server/__init__.py -> build/lib.linux-x86_64-2.7/thrift/server
running build_ext
building 'thrift.protocol.fastbinary' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/src
creating build/temp.linux-x86_64-2.7/src/protocol
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fPIC -I/usr/include/python2.7 -c src/protocol/fastbinary.c -o build/temp.linux-x86_64-2.7/src/protocol/fastbinary.o
gcc -pthread -shared build/temp.linux-x86_64-2.7/src/protocol/fastbinary.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/thrift/protocol/fastbinary.so
make[3]: Leaving directory `/home/nfarring/github-forks/thrift/lib/py'
Making all in perl
make[3]: Entering directory `/home/nfarring/github-forks/thrift/lib/perl'
Making all in test
make[4]: Entering directory `/home/nfarring/github-forks/thrift/lib/perl/test'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/nfarring/github-forks/thrift/lib/perl/test'
make[4]: Entering directory `/home/nfarring/github-forks/thrift/lib/perl'
/usr/bin/perl Makefile.PL MAKEFILE=Makefile-perl.mk INSTALLDIRS= INSTALL_BASE=/home/nfarring/.virtualenvs/Helios-archlinux
Warning: prerequisite Class::Accessor 0 not found.
Writing Makefile-perl.mk for Thrift
make -f Makefile-perl.mk
make[5]: Entering directory `/home/nfarring/github-forks/thrift/lib/perl'
cp lib/Thrift/Server.pm blib/lib/Thrift/Server.pm
cp lib/Thrift/Protocol.pm blib/lib/Thrift/Protocol.pm
cp lib/Thrift/BinaryProtocol.pm blib/lib/Thrift/BinaryProtocol.pm
cp lib/Thrift/Socket.pm blib/lib/Thrift/Socket.pm
cp lib/Thrift/FramedTransport.pm blib/lib/Thrift/FramedTransport.pm
cp lib/Thrift/BufferedTransport.pm blib/lib/Thrift/BufferedTransport.pm
cp lib/Thrift/Transport.pm blib/lib/Thrift/Transport.pm
cp lib/Thrift/HttpClient.pm blib/lib/Thrift/HttpClient.pm
cp lib/Thrift/MemoryBuffer.pm blib/lib/Thrift/MemoryBuffer.pm
cp lib/Thrift.pm blib/lib/Thrift.pm
make[5]: Leaving directory `/home/nfarring/github-forks/thrift/lib/perl'
find blib -name 'Makefile*' -exec rm -f {} \;
make[4]: Leaving directory `/home/nfarring/github-forks/thrift/lib/perl'
make[3]: Leaving directory `/home/nfarring/github-forks/thrift/lib/perl'
make[3]: Entering directory `/home/nfarring/github-forks/thrift/lib'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/nfarring/github-forks/thrift/lib'
make[2]: Leaving directory `/home/nfarring/github-forks/thrift/lib'
Making all in test
make[2]: Entering directory `/home/nfarring/github-forks/thrift/test'
Making all in py
make[3]: Entering directory `/home/nfarring/github-forks/thrift/test/py'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/nfarring/github-forks/thrift/test/py'
Making all in py.twisted
make[3]: Entering directory `/home/nfarring/github-forks/thrift/test/py.twisted'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/nfarring/github-forks/thrift/test/py.twisted'
make[3]: Entering directory `/home/nfarring/github-forks/thrift/test'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/nfarring/github-forks/thrift/test'
make[2]: Leaving directory `/home/nfarring/github-forks/thrift/test'
make[2]: Entering directory `/home/nfarring/github-forks/thrift'
make[2]: Leaving directory `/home/nfarring/github-forks/thrift'
make[1]: Leaving directory `/home/nfarring/github-forks/thrift'
(Helios-archlinux)[nfarring@thanos thrift]$ make install
Making install in compiler/cpp
make[1]: Entering directory `/home/nfarring/github-forks/thrift/compiler/cpp'
make install-am
make[2]: Entering directory `/home/nfarring/github-forks/thrift/compiler/cpp'
make[3]: Entering directory `/home/nfarring/github-forks/thrift/compiler/cpp'
test -z "/home/nfarring/.virtualenvs/Helios-archlinux/bin" || /bin/mkdir -p "/home/nfarring/.virtualenvs/Helios-archlinux/bin"
/bin/sh ../../libtool --mode=install /bin/install -c thrift '/home/nfarring/.virtualenvs/Helios-archlinux/bin'
libtool: install: /bin/install -c thrift /home/nfarring/.virtualenvs/Helios-archlinux/bin/thrift
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/nfarring/github-forks/thrift/compiler/cpp'
make[2]: Leaving directory `/home/nfarring/github-forks/thrift/compiler/cpp'
make[1]: Leaving directory `/home/nfarring/github-forks/thrift/compiler/cpp'
Making install in lib
make[1]: Entering directory `/home/nfarring/github-forks/thrift/lib'
Making install in cpp
make[2]: Entering directory `/home/nfarring/github-forks/thrift/lib/cpp'
Making install in .
make[3]: Entering directory `/home/nfarring/github-forks/thrift/lib/cpp'
make[4]: Entering directory `/home/nfarring/github-forks/thrift/lib/cpp'
test -z "/home/nfarring/.virtualenvs/Helios-archlinux/lib" || /bin/mkdir -p "/home/nfarring/.virtualenvs/Helios-archlinux/lib"
/bin/sh ../../libtool --mode=install /bin/install -c libthrift.la libthriftnb.la libthriftz.la '/home/nfarring/.virtualenvs/Helios-archlinux/lib'
libtool: install: /bin/install -c .libs/libthrift.so.0.0.0 /home/nfarring/.virtualenvs/Helios-archlinux/lib/libthrift.so.0.0.0
libtool: install: (cd /home/nfarring/.virtualenvs/Helios-archlinux/lib && { ln -s -f libthrift.so.0.0.0 libthrift.so.0 || { rm -f libthrift.so.0 && ln -s libthrift.so.0.0.0 libthrift.so.0; }; })
libtool: install: (cd /home/nfarring/.virtualenvs/Helios-archlinux/lib && { ln -s -f libthrift.so.0.0.0 libthrift.so || { rm -f libthrift.so && ln -s libthrift.so.0.0.0 libthrift.so; }; })
libtool: install: /bin/install -c .libs/libthrift.lai /home/nfarring/.virtualenvs/Helios-archlinux/lib/libthrift.la
libtool: install: /bin/install -c .libs/libthriftnb.so.0.0.0 /home/nfarring/.virtualenvs/Helios-archlinux/lib/libthriftnb.so.0.0.0
libtool: install: (cd /home/nfarring/.virtualenvs/Helios-archlinux/lib && { ln -s -f libthriftnb.so.0.0.0 libthriftnb.so.0 || { rm -f libthriftnb.so.0 && ln -s libthriftnb.so.0.0.0 libthriftnb.so.0; }; })
libtool: install: (cd /home/nfarring/.virtualenvs/Helios-archlinux/lib && { ln -s -f libthriftnb.so.0.0.0 libthriftnb.so || { rm -f libthriftnb.so && ln -s libthriftnb.so.0.0.0 libthriftnb.so; }; })
libtool: install: /bin/install -c .libs/libthriftnb.lai /home/nfarring/.virtualenvs/Helios-archlinux/lib/libthriftnb.la
libtool: install: /bin/install -c .libs/libthriftz.so.0.0.0 /home/nfarring/.virtualenvs/Helios-archlinux/lib/libthriftz.so.0.0.0
libtool: install: (cd /home/nfarring/.virtualenvs/Helios-archlinux/lib && { ln -s -f libthriftz.so.0.0.0 libthriftz.so.0 || { rm -f libthriftz.so.0 && ln -s libthriftz.so.0.0.0 libthriftz.so.0; }; })
libtool: install: (cd /home/nfarring/.virtualenvs/Helios-archlinux/lib && { ln -s -f libthriftz.so.0.0.0 libthriftz.so || { rm -f libthriftz.so && ln -s libthriftz.so.0.0.0 libthriftz.so; }; })
libtool: install: /bin/install -c .libs/libthriftz.lai /home/nfarring/.virtualenvs/Helios-archlinux/lib/libthriftz.la
libtool: install: /bin/install -c .libs/libthrift.a /home/nfarring/.virtualenvs/Helios-archlinux/lib/libthrift.a
libtool: install: chmod 644 /home/nfarring/.virtualenvs/Helios-archlinux/lib/libthrift.a
libtool: install: ranlib /home/nfarring/.virtualenvs/Helios-archlinux/lib/libthrift.a
libtool: install: /bin/install -c .libs/libthriftnb.a /home/nfarring/.virtualenvs/Helios-archlinux/lib/libthriftnb.a
libtool: install: chmod 644 /home/nfarring/.virtualenvs/Helios-archlinux/lib/libthriftnb.a
libtool: install: ranlib /home/nfarring/.virtualenvs/Helios-archlinux/lib/libthriftnb.a
libtool: install: /bin/install -c .libs/libthriftz.a /home/nfarring/.virtualenvs/Helios-archlinux/lib/libthriftz.a
libtool: install: chmod 644 /home/nfarring/.virtualenvs/Helios-archlinux/lib/libthriftz.a
libtool: install: ranlib /home/nfarring/.virtualenvs/Helios-archlinux/lib/libthriftz.a
libtool: finish: PATH="/home/nfarring/.virtualenvs/Helios-archlinux/bin:/home/nfarring/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/share/java/apache-ant/bin:/usr/bin/perlbin/vendor:/usr/lib/perl5/core_perl/bin:/sbin" ldconfig -n /home/nfarring/.virtualenvs/Helios-archlinux/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/nfarring/.virtualenvs/Helios-archlinux/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/home/nfarring/.virtualenvs/Helios-archlinux/include/thrift/async" || /bin/mkdir -p "/home/nfarring/.virtualenvs/Helios-archlinux/include/thrift/async"
/bin/install -c -m 644 src/async/TAsyncChannel.h src/async/TAsyncProcessor.h src/async/TAsyncBufferProcessor.h src/async/TAsyncProtocolProcessor.h src/async/TEvhttpClientChannel.h src/async/TEvhttpServer.h src/async/SimpleCallback.h '/home/nfarring/.virtualenvs/Helios-archlinux/include/thrift/async'
test -z "/home/nfarring/.virtualenvs/Helios-archlinux/include/thrift/concurrency" || /bin/mkdir -p "/home/nfarring/.virtualenvs/Helios-archlinux/include/thrift/concurrency"
/bin/install -c -m 644 src/concurrency/Exception.h src/concurrency/Mutex.h src/concurrency/Monitor.h src/concurrency/PosixThreadFactory.h src/concurrency/Thread.h src/concurrency/ThreadManager.h src/concurrency/TimerManager.h src/concurrency/FunctionRunner.h src/concurrency/Util.h '/home/nfarring/.virtualenvs/Helios-archlinux/include/thrift/concurrency'
test -z "/home/nfarring/.virtualenvs/Helios-archlinux/include/thrift/processor" || /bin/mkdir -p "/home/nfarring/.virtualenvs/Helios-archlinux/include/thrift/processor"
/bin/install -c -m 644 src/processor/PeekProcessor.h src/processor/StatsProcessor.h '/home/nfarring/.virtualenvs/Helios-archlinux/include/thrift/processor'
test -z "/home/nfarring/.virtualenvs/Helios-archlinux/include/thrift/protocol" || /bin/mkdir -p "/home/nfarring/.virtualenvs/Helios-archlinux/include/thrift/protocol"
/bin/install -c -m 644 src/protocol/TBinaryProtocol.h src/protocol/TBinaryProtocol.tcc src/protocol/TCompactProtocol.h src/protocol/TCompactProtocol.tcc src/protocol/TDenseProtocol.h src/protocol/TDebugProtocol.h src/protocol/TBase64Utils.h src/protocol/TJSONProtocol.h src/protocol/TProtocolTap.h src/protocol/TProtocolException.h src/protocol/TVirtualProtocol.h src/protocol/TProtocol.h '/home/nfarring/.virtualenvs/Helios-archlinux/include/thrift/protocol'
test -z "/home/nfarring/.virtualenvs/Helios-archlinux/include/thrift/server" || /bin/mkdir -p "/home/nfarring/.virtualenvs/Helios-archlinux/include/thrift/server"
/bin/install -c -m 644 src/server/TServer.h src/server/TSimpleServer.h src/server/TThreadPoolServer.h src/server/TThreadedServer.h src/server/TNonblockingServer.h '/home/nfarring/.virtualenvs/Helios-archlinux/include/thrift/server'
test -z "/home/nfarring/.virtualenvs/Helios-archlinux/include/thrift" || /bin/mkdir -p "/home/nfarring/.virtualenvs/Helios-archlinux/include/thrift"
/bin/install -c -m 644 ../../config.h src/Thrift.h src/TReflectionLocal.h src/TProcessor.h src/TApplicationException.h src/TLogging.h '/home/nfarring/.virtualenvs/Helios-archlinux/include/thrift'
test -z "/home/nfarring/.virtualenvs/Helios-archlinux/include/thrift/transport" || /bin/mkdir -p "/home/nfarring/.virtualenvs/Helios-archlinux/include/thrift/transport"
/bin/install -c -m 644 src/transport/TFDTransport.h src/transport/TFileTransport.h src/transport/TSimpleFileTransport.h src/transport/TServerSocket.h src/transport/TServerTransport.h src/transport/THttpTransport.h src/transport/THttpClient.h src/transport/THttpServer.h src/transport/TSocket.h src/transport/TSocketPool.h src/transport/TVirtualTransport.h src/transport/TTransport.h src/transport/TTransportException.h src/transport/TTransportUtils.h src/transport/TBufferTransports.h src/transport/TShortReadTransport.h src/transport/TZlibTransport.h '/home/nfarring/.virtualenvs/Helios-archlinux/include/thrift/transport'
test -z "/home/nfarring/.virtualenvs/Helios-archlinux/lib/pkgconfig" || /bin/mkdir -p "/home/nfarring/.virtualenvs/Helios-archlinux/lib/pkgconfig"
/bin/install -c -m 644 thrift.pc thrift-nb.pc thrift-z.pc '/home/nfarring/.virtualenvs/Helios-archlinux/lib/pkgconfig'
make[4]: Leaving directory `/home/nfarring/github-forks/thrift/lib/cpp'
make[3]: Leaving directory `/home/nfarring/github-forks/thrift/lib/cpp'
make[2]: Leaving directory `/home/nfarring/github-forks/thrift/lib/cpp'
Making install in py
make[2]: Entering directory `/home/nfarring/github-forks/thrift/lib/py'
/home/nfarring/.virtualenvs/Helios-archlinux/bin/python setup.py build
running build
running build_py
copying src/TSCons.py -> build/lib.linux-x86_64-2.7/thrift
copying src/TSerialization.py -> build/lib.linux-x86_64-2.7/thrift
copying src/Thrift.py -> build/lib.linux-x86_64-2.7/thrift
copying src/__init__.py -> build/lib.linux-x86_64-2.7/thrift
copying src/protocol/TBinaryProtocol.py -> build/lib.linux-x86_64-2.7/thrift/protocol
copying src/protocol/TCompactProtocol.py -> build/lib.linux-x86_64-2.7/thrift/protocol
copying src/protocol/TProtocol.py -> build/lib.linux-x86_64-2.7/thrift/protocol
copying src/protocol/__init__.py -> build/lib.linux-x86_64-2.7/thrift/protocol
copying src/transport/THttpClient.py -> build/lib.linux-x86_64-2.7/thrift/transport
copying src/transport/TSocket.py -> build/lib.linux-x86_64-2.7/thrift/transport
copying src/transport/TTransport.py -> build/lib.linux-x86_64-2.7/thrift/transport
copying src/transport/TTwisted.py -> build/lib.linux-x86_64-2.7/thrift/transport
copying src/transport/__init__.py -> build/lib.linux-x86_64-2.7/thrift/transport
copying src/server/THttpServer.py -> build/lib.linux-x86_64-2.7/thrift/server
copying src/server/TNonblockingServer.py -> build/lib.linux-x86_64-2.7/thrift/server
copying src/server/TServer.py -> build/lib.linux-x86_64-2.7/thrift/server
copying src/server/__init__.py -> build/lib.linux-x86_64-2.7/thrift/server
running build_ext
make[3]: Entering directory `/home/nfarring/github-forks/thrift/lib/py'
make install-exec-hook
make[4]: Entering directory `/home/nfarring/github-forks/thrift/lib/py'
/home/nfarring/.virtualenvs/Helios-archlinux/bin/python setup.py install --root=/ --prefix=/home/nfarring/.virtualenvs/Helios-archlinux
running install
running build
running build_py
copying src/TSCons.py -> build/lib.linux-x86_64-2.7/thrift
copying src/TSerialization.py -> build/lib.linux-x86_64-2.7/thrift
copying src/Thrift.py -> build/lib.linux-x86_64-2.7/thrift
copying src/__init__.py -> build/lib.linux-x86_64-2.7/thrift
copying src/protocol/TBinaryProtocol.py -> build/lib.linux-x86_64-2.7/thrift/protocol
copying src/protocol/TCompactProtocol.py -> build/lib.linux-x86_64-2.7/thrift/protocol
copying src/protocol/TProtocol.py -> build/lib.linux-x86_64-2.7/thrift/protocol
copying src/protocol/__init__.py -> build/lib.linux-x86_64-2.7/thrift/protocol
copying src/transport/THttpClient.py -> build/lib.linux-x86_64-2.7/thrift/transport
copying src/transport/TSocket.py -> build/lib.linux-x86_64-2.7/thrift/transport
copying src/transport/TTransport.py -> build/lib.linux-x86_64-2.7/thrift/transport
copying src/transport/TTwisted.py -> build/lib.linux-x86_64-2.7/thrift/transport
copying src/transport/__init__.py -> build/lib.linux-x86_64-2.7/thrift/transport
copying src/server/THttpServer.py -> build/lib.linux-x86_64-2.7/thrift/server
copying src/server/TNonblockingServer.py -> build/lib.linux-x86_64-2.7/thrift/server
copying src/server/TServer.py -> build/lib.linux-x86_64-2.7/thrift/server
copying src/server/__init__.py -> build/lib.linux-x86_64-2.7/thrift/server
running build_ext
running install_lib
creating /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift
copying build/lib.linux-x86_64-2.7/thrift/TSCons.py -> /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift
copying build/lib.linux-x86_64-2.7/thrift/TSerialization.py -> /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift
copying build/lib.linux-x86_64-2.7/thrift/Thrift.py -> /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift
copying build/lib.linux-x86_64-2.7/thrift/__init__.py -> /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift
creating /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/protocol
copying build/lib.linux-x86_64-2.7/thrift/protocol/TBinaryProtocol.py -> /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/protocol
copying build/lib.linux-x86_64-2.7/thrift/protocol/TCompactProtocol.py -> /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/protocol
copying build/lib.linux-x86_64-2.7/thrift/protocol/TProtocol.py -> /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/protocol
copying build/lib.linux-x86_64-2.7/thrift/protocol/__init__.py -> /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/protocol
copying build/lib.linux-x86_64-2.7/thrift/protocol/fastbinary.so -> /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/protocol
creating /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/transport
copying build/lib.linux-x86_64-2.7/thrift/transport/THttpClient.py -> /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/transport
copying build/lib.linux-x86_64-2.7/thrift/transport/TSocket.py -> /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/transport
copying build/lib.linux-x86_64-2.7/thrift/transport/TTransport.py -> /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/transport
copying build/lib.linux-x86_64-2.7/thrift/transport/TTwisted.py -> /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/transport
copying build/lib.linux-x86_64-2.7/thrift/transport/__init__.py -> /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/transport
creating /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/server
copying build/lib.linux-x86_64-2.7/thrift/server/THttpServer.py -> /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/server
copying build/lib.linux-x86_64-2.7/thrift/server/TNonblockingServer.py -> /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/server
copying build/lib.linux-x86_64-2.7/thrift/server/TServer.py -> /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/server
copying build/lib.linux-x86_64-2.7/thrift/server/__init__.py -> /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/server
byte-compiling /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/TSCons.py to TSCons.pyc
byte-compiling /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/TSerialization.py to TSerialization.pyc
byte-compiling /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/Thrift.py to Thrift.pyc
byte-compiling /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/__init__.py to __init__.pyc
byte-compiling /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py to TBinaryProtocol.pyc
byte-compiling /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/protocol/TCompactProtocol.py to TCompactProtocol.pyc
byte-compiling /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/protocol/TProtocol.py to TProtocol.pyc
byte-compiling /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/protocol/__init__.py to __init__.pyc
byte-compiling /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/transport/THttpClient.py to THttpClient.pyc
byte-compiling /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/transport/TSocket.py to TSocket.pyc
byte-compiling /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/transport/TTransport.py to TTransport.pyc
byte-compiling /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/transport/TTwisted.py to TTwisted.pyc
byte-compiling /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/transport/__init__.py to __init__.pyc
byte-compiling /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/server/THttpServer.py to THttpServer.pyc
byte-compiling /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/server/TNonblockingServer.py to TNonblockingServer.pyc
byte-compiling /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/server/TServer.py to TServer.pyc
byte-compiling /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/thrift/server/__init__.py to __init__.pyc
writing byte-compilation script '/tmp/tmpKpg9nS.py'
/home/nfarring/.virtualenvs/Helios-archlinux/bin/python -O /tmp/tmpKpg9nS.py
removing /tmp/tmpKpg9nS.py
running install_egg_info
Writing /home/nfarring/.virtualenvs/Helios-archlinux/lib/python2.7/site-packages/Thrift-0.6.0_dev-py2.7.egg-info
make[4]: Leaving directory `/home/nfarring/github-forks/thrift/lib/py'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/nfarring/github-forks/thrift/lib/py'
make[2]: Leaving directory `/home/nfarring/github-forks/thrift/lib/py'
Making install in perl
make[2]: Entering directory `/home/nfarring/github-forks/thrift/lib/perl'
Making install in test
make[3]: Entering directory `/home/nfarring/github-forks/thrift/lib/perl/test'
make[4]: Entering directory `/home/nfarring/github-forks/thrift/lib/perl/test'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/nfarring/github-forks/thrift/lib/perl/test'
make[3]: Leaving directory `/home/nfarring/github-forks/thrift/lib/perl/test'
make[3]: Entering directory `/home/nfarring/github-forks/thrift/lib/perl'
make -f Makefile-perl.mk
make[4]: Entering directory `/home/nfarring/github-forks/thrift/lib/perl'
make[4]: Leaving directory `/home/nfarring/github-forks/thrift/lib/perl'
find blib -name 'Makefile*' -exec rm -f {} \;
make[4]: Entering directory `/home/nfarring/github-forks/thrift/lib/perl'
make -f Makefile-perl.mk install DESTDIR=/
make[5]: Entering directory `/home/nfarring/github-forks/thrift/lib/perl'
Installing /home/nfarring/.virtualenvs/Helios-archlinux/lib/perl5/Thrift.pm
Installing /home/nfarring/.virtualenvs/Helios-archlinux/lib/perl5/Thrift/Server.pm
Installing /home/nfarring/.virtualenvs/Helios-archlinux/lib/perl5/Thrift/Protocol.pm
Installing /home/nfarring/.virtualenvs/Helios-archlinux/lib/perl5/Thrift/BinaryProtocol.pm
Installing /home/nfarring/.virtualenvs/Helios-archlinux/lib/perl5/Thrift/Socket.pm
Installing /home/nfarring/.virtualenvs/Helios-archlinux/lib/perl5/Thrift/FramedTransport.pm
Installing /home/nfarring/.virtualenvs/Helios-archlinux/lib/perl5/Thrift/BufferedTransport.pm
Installing /home/nfarring/.virtualenvs/Helios-archlinux/lib/perl5/Thrift/Transport.pm
Installing /home/nfarring/.virtualenvs/Helios-archlinux/lib/perl5/Thrift/HttpClient.pm
Installing /home/nfarring/.virtualenvs/Helios-archlinux/lib/perl5/Thrift/MemoryBuffer.pm
Appending installation info to //home/nfarring/.virtualenvs/Helios-archlinux/lib/perl5/x86_64-linux-thread-multi/perllocal.pod
make[5]: Leaving directory `/home/nfarring/github-forks/thrift/lib/perl'
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/nfarring/github-forks/thrift/lib/perl'
make[3]: Leaving directory `/home/nfarring/github-forks/thrift/lib/perl'
make[2]: Leaving directory `/home/nfarring/github-forks/thrift/lib/perl'
make[2]: Entering directory `/home/nfarring/github-forks/thrift/lib'
make[3]: Entering directory `/home/nfarring/github-forks/thrift/lib'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/nfarring/github-forks/thrift/lib'
make[2]: Leaving directory `/home/nfarring/github-forks/thrift/lib'
make[1]: Leaving directory `/home/nfarring/github-forks/thrift/lib'
Making install in test
make[1]: Entering directory `/home/nfarring/github-forks/thrift/test'
Making install in py
make[2]: Entering directory `/home/nfarring/github-forks/thrift/test/py'
make[3]: Entering directory `/home/nfarring/github-forks/thrift/test/py'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/nfarring/github-forks/thrift/test/py'
make[2]: Leaving directory `/home/nfarring/github-forks/thrift/test/py'
Making install in py.twisted
make[2]: Entering directory `/home/nfarring/github-forks/thrift/test/py.twisted'
make[3]: Entering directory `/home/nfarring/github-forks/thrift/test/py.twisted'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/nfarring/github-forks/thrift/test/py.twisted'
make[2]: Leaving directory `/home/nfarring/github-forks/thrift/test/py.twisted'
make[2]: Entering directory `/home/nfarring/github-forks/thrift/test'
make[3]: Entering directory `/home/nfarring/github-forks/thrift/test'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/nfarring/github-forks/thrift/test'
make[2]: Leaving directory `/home/nfarring/github-forks/thrift/test'
make[1]: Leaving directory `/home/nfarring/github-forks/thrift/test'
make[1]: Entering directory `/home/nfarring/github-forks/thrift'
make[2]: Entering directory `/home/nfarring/github-forks/thrift'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/nfarring/github-forks/thrift'
make[1]: Leaving directory `/home/nfarring/github-forks/thrift'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment