Skip to content

Instantly share code, notes, and snippets.

@kartikrustagi
Created November 4, 2013 09:39
Show Gist options
  • Save kartikrustagi/7300275 to your computer and use it in GitHub Desktop.
Save kartikrustagi/7300275 to your computer and use it in GitHub Desktop.
Output when running installer for Chronos
+ set -o errexit -o nounset -o pipefail
+++ dirname bin/installer.bash
++ cd bin
++ pwd
+ declare -r BIN_DIRECTORY=/home/kartik/Boomerang/Chronos/chronos/bin
+ declare -r DEFAULT_MESOS_JAR_STRING=0.12.0-SNAPSHOT_JDK1.7
++ uname
+ detected_os=Linux
+ case $detected_os in
+ mesos_installation=/tmp
+ echo
+ echo 'Welcome to the interactive chronos installation. This script will first install mesos and then chronos.'
Welcome to the interactive chronos installation. This script will first install mesos and then chronos.
+ echo
+ echo 'Depending on your hardware and internet connection, this script might take 15 - 25 minutes as we'\''re compiling mesos from source.'
Depending on your hardware and internet connection, this script might take 15 - 25 minutes as we're compiling mesos from source.
+ echo 'If you run into any issues, please check the FAQ in the chronos repo.'
If you run into any issues, please check the FAQ in the chronos repo.
+ install_mesos
+ echo 'Do you have mesos installed already? Type '\''yes'\'' or '\''no'\'' followed by [ENTER]:'
Do you have mesos installed already? Type 'yes' or 'no' followed by [ENTER]:
+ read installed_already
+ case $installed_already in
+ echo 'Type the target directory (absolute path) where you would like mesos to be installed followed by [ENTER]:'
Type the target directory (absolute path) where you would like mesos to be installed followed by [ENTER]:
++ read_dir
++ read dest_dir
++ eval echo /home/kartik/Tools/Chronos
+++ echo /home/kartik/Tools/Chronos
+ dest_dir=/home/kartik/Tools/Chronos
+ [[ -d /home/kartik/Tools/Chronos/src ]]
+ echo 'A Mesos install already exists in this directory, would you like to delete it? Type '\''yes'\'' or '\''no'\'' followed by [ENTER]'
A Mesos install already exists in this directory, would you like to delete it? Type 'yes' or 'no' followed by [ENTER]
+ read delete_dest_dir
+ case $delete_dest_dir in
+ echo 'Removing /home/kartik/Tools/Chronos/src'
Removing /home/kartik/Tools/Chronos/src
+ rm -rf /home/kartik/Tools/Chronos/src
+ echo 'Trying to create /home/kartik/Tools/Chronos'
Trying to create /home/kartik/Tools/Chronos
+ mkdir -p /home/kartik/Tools/Chronos
+ local 'esc_dest_dir=\/home\/kartik\/Tools\/Chronos'
+ sed_in_place -e 's/service_dir=.*$/service_dir=\/home\/kartik\/Tools\/Chronos/' /home/kartik/Boomerang/Chronos/chronos/bin/install_mesos.bash
+ sed -i -e 's/service_dir=.*$/service_dir=\/home\/kartik\/Tools\/Chronos/' /home/kartik/Boomerang/Chronos/chronos/bin/install_mesos.bash
+ bash /home/kartik/Boomerang/Chronos/chronos/bin/install_mesos.bash
Installing mesos as user "kartik"
Updating mesos source...
Cloning into '/home/kartik/Tools/Chronos/src'...
Switched to a new branch 'snapshot'
Building mesos source...
~/Tools/Chronos/src ~/Boomerang/Chronos/chronos
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --warnings=all -I m4
autoreconf: configure.ac: tracing
configure.ac:44: warning: back quotes and double quotes must not be escaped in: unrecognized option: $[1]
configure.ac:44: Try \`$[0] --help' for more information.
aclocal.m4:625: LT_OUTPUT is expanded from...
configure.ac:44: the top level
configure.ac:44: warning: back quotes and double quotes must not be escaped in: unrecognized argument: $[1]
configure.ac:44: Try \`$[0] --help' for more information.
aclocal.m4:625: LT_OUTPUT is expanded from...
configure.ac:44: the top level
configure.ac:196: warning: The macro `AC_LANG_SAVE' is obsolete.
configure.ac:196: You should run autoupdate.
../../lib/autoconf/lang.m4:126: AC_LANG_SAVE is expanded from...
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
configure.ac:196: the top level
configure.ac:196: warning: The macro `AC_LANG_C' is obsolete.
configure.ac:196: You should run autoupdate.
../../lib/autoconf/c.m4:73: AC_LANG_C is expanded from...
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
configure.ac:196: the top level
configure.ac:196: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:196: You should run autoupdate.
../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
configure.ac:196: the top level
configure.ac:196: warning: The macro `AC_LANG_RESTORE' is obsolete.
configure.ac:196: You should run autoupdate.
../../lib/autoconf/lang.m4:135: AC_LANG_RESTORE is expanded from...
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
configure.ac:196: the top level
autoreconf: configure.ac: adding subdirectory third_party/libprocess to autoreconf
autoreconf: Entering directory `third_party/libprocess'
configure.ac:28: warning: back quotes and double quotes must not be escaped in: unrecognized option: $[1]
configure.ac:28: Try \`$[0] --help' for more information.
aclocal.m4:625: LT_OUTPUT is expanded from...
configure.ac:28: the top level
configure.ac:28: warning: back quotes and double quotes must not be escaped in: unrecognized argument: $[1]
configure.ac:28: Try \`$[0] --help' for more information.
aclocal.m4:625: LT_OUTPUT is expanded from...
configure.ac:28: the top level
configure.ac:70: warning: The macro `AC_LANG_SAVE' is obsolete.
configure.ac:70: You should run autoupdate.
../../lib/autoconf/lang.m4:126: AC_LANG_SAVE is expanded from...
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
configure.ac:70: the top level
configure.ac:70: warning: The macro `AC_LANG_C' is obsolete.
configure.ac:70: You should run autoupdate.
../../lib/autoconf/c.m4:73: AC_LANG_C is expanded from...
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
configure.ac:70: the top level
configure.ac:70: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:70: You should run autoupdate.
../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
configure.ac:70: the top level
configure.ac:70: warning: The macro `AC_LANG_RESTORE' is obsolete.
configure.ac:70: You should run autoupdate.
../../lib/autoconf/lang.m4:135: AC_LANG_RESTORE is expanded from...
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
configure.ac:70: the top level
autoreconf: running: libtoolize --install --copy
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: You should add the contents of `m4/libtool.m4' to `aclocal.m4'.
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: You should add the contents of `m4/ltoptions.m4' to `aclocal.m4'.
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: You should add the contents of `m4/ltsugar.m4' to `aclocal.m4'.
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: You should add the contents of `m4/lt~obsolete.m4' to `aclocal.m4'.
autoreconf: running: /usr/bin/autoconf --warnings=all
configure.ac:28: warning: back quotes and double quotes must not be escaped in: unrecognized option: $[1]
configure.ac:28: Try \`$[0] --help' for more information.
m4/libtool.m4:609: LT_OUTPUT is expanded from...
configure.ac:28: the top level
configure.ac:28: warning: back quotes and double quotes must not be escaped in: unrecognized argument: $[1]
configure.ac:28: Try \`$[0] --help' for more information.
m4/libtool.m4:609: LT_OUTPUT is expanded from...
configure.ac:28: the top level
configure.ac:70: warning: The macro `AC_LANG_SAVE' is obsolete.
configure.ac:70: You should run autoupdate.
../../lib/autoconf/lang.m4:126: AC_LANG_SAVE is expanded from...
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
configure.ac:70: the top level
configure.ac:70: warning: The macro `AC_LANG_C' is obsolete.
configure.ac:70: You should run autoupdate.
../../lib/autoconf/c.m4:73: AC_LANG_C is expanded from...
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
configure.ac:70: the top level
configure.ac:70: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:70: You should run autoupdate.
../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
configure.ac:70: the top level
configure.ac:70: warning: The macro `AC_LANG_RESTORE' is obsolete.
configure.ac:70: You should run autoupdate.
../../lib/autoconf/lang.m4:135: AC_LANG_RESTORE is expanded from...
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
configure.ac:70: the top level
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --no-force --warnings=all
configure.ac:21: installing `./ar-lib'
configure.ac:18: installing `./missing'
third_party/Makefile.am: installing `./depcomp'
autoreconf: Leaving directory `third_party/libprocess'
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./install-sh'
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:44: warning: back quotes and double quotes must not be escaped in: unrecognized option: $[1]
configure.ac:44: Try \`$[0] --help' for more information.
m4/libtool.m4:609: LT_OUTPUT is expanded from...
configure.ac:44: the top level
configure.ac:44: warning: back quotes and double quotes must not be escaped in: unrecognized argument: $[1]
configure.ac:44: Try \`$[0] --help' for more information.
m4/libtool.m4:609: LT_OUTPUT is expanded from...
configure.ac:44: the top level
configure.ac:196: warning: The macro `AC_LANG_SAVE' is obsolete.
configure.ac:196: You should run autoupdate.
../../lib/autoconf/lang.m4:126: AC_LANG_SAVE is expanded from...
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
configure.ac:196: the top level
configure.ac:196: warning: The macro `AC_LANG_C' is obsolete.
configure.ac:196: You should run autoupdate.
../../lib/autoconf/c.m4:73: AC_LANG_C is expanded from...
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
configure.ac:196: the top level
configure.ac:196: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:196: You should run autoupdate.
../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
configure.ac:196: the top level
configure.ac:196: warning: The macro `AC_LANG_RESTORE' is obsolete.
configure.ac:196: You should run autoupdate.
../../lib/autoconf/lang.m4:135: AC_LANG_RESTORE is expanded from...
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
configure.ac:196: the top level
configure.ac:37: installing `./ar-lib'
configure.ac:34: installing `./missing'
src/Makefile.am: installing `./depcomp'
autoreconf: Leaving directory `.'
~/Tools/Chronos/src/build ~/Tools/Chronos/src ~/Boomerang/Chronos/chronos
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for g++... g++
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 g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for gcc... gcc
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 dependency style of gcc... gcc3
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 how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
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 dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/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 how to run the C++ preprocessor... g++ -E
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... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating libtool
===========================================================
Setting up build environment for x86_64 linux-gnu
===========================================================
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 whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... yes
checking whether -pthread is sufficient with -shared... yes
checking for backtrace in -lunwind... yes
checking whether or not we can build with JNI... yes
checking for a Python interpreter with version >= 2.6... python
checking for python... /usr/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 gzread in -lz... yes
checking for BN_init in -lcrypto... yes
checking for SSL_accept in -lssl... yes
checking for curl_global_init in -lcurl... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating ec2/Makefile
config.status: creating hadoop/Makefile
config.status: creating src/Makefile
config.status: creating third_party/Makefile
config.status: creating bin/mesos-build-env.sh
config.status: creating bin/mesos-local.sh
config.status: creating bin/mesos-master.sh
config.status: creating bin/mesos-slave.sh
config.status: creating bin/mesos-tests.sh
config.status: creating bin/gdb-mesos-local.sh
config.status: creating bin/gdb-mesos-master.sh
config.status: creating bin/gdb-mesos-slave.sh
config.status: creating bin/gdb-mesos-tests.sh
config.status: creating src/deploy/mesos-daemon.sh
config.status: creating src/deploy/mesos-start-cluster.sh
config.status: creating src/deploy/mesos-start-masters.sh
config.status: creating src/deploy/mesos-start-slaves.sh
config.status: creating src/deploy/mesos-stop-cluster.sh
config.status: creating src/deploy/mesos-stop-masters.sh
config.status: creating src/deploy/mesos-stop-slaves.sh
config.status: creating include/mesos/mesos.hpp
config.status: creating src/java/generated/org/apache/mesos/MesosNativeLibrary.java
config.status: creating mpi/mpiexec-mesos
config.status: creating src/examples/java/test-exception-framework
config.status: creating src/examples/java/test-executor
config.status: creating src/examples/java/test-framework
config.status: creating src/examples/java/test-multiple-executors-framework
config.status: creating src/java/mesos.pom
config.status: creating src/examples/python/test-executor
config.status: creating src/examples/python/test-framework
config.status: creating src/python/setup.py
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in third_party/libprocess (/home/kartik/Tools/Chronos/src/build/third_party/libprocess)
configure: running /bin/bash /home/kartik/Tools/Chronos/src/third_party/libprocess/configure --disable-option-checking '--prefix=/home/kartik/Tools/Chronos/install' '--with-curl' '--disable-perftools' 'JAVA_HOME=/usr/lib/jvm/jdk1.7.0_21/' '--enable-shared=no' '--with-pic' --cache-file=/dev/null --srcdir=/home/kartik/Tools/Chronos/src/third_party/libprocess
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for g++... g++
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 g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for gcc... gcc
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 dependency style of gcc... gcc3
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 how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
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 dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
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... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating libtool
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 whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... yes
checking whether -pthread is sufficient with -shared... yes
checking for deflate, gzread, gzwrite, inflate in -lz... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating third_party/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
Making check in .
make[1]: Entering directory `/home/kartik/Tools/Chronos/src/build'
make[1]: Nothing to be done for `check-am'.
make[1]: Leaving directory `/home/kartik/Tools/Chronos/src/build'
Making check in third_party
make[1]: Entering directory `/home/kartik/Tools/Chronos/src/build/third_party'
gzip -d -c /home/kartik/Tools/Chronos/src/third_party/gmock-1.6.0.tar.gz | tar xf -
touch gmock-1.6.0-stamp
make check-recursive
make[2]: Entering directory `/home/kartik/Tools/Chronos/src/build/third_party'
Making check in libprocess
make[3]: Entering directory `/home/kartik/Tools/Chronos/src/build/third_party/libprocess'
Making check in third_party
make[4]: Entering directory `/home/kartik/Tools/Chronos/src/build/third_party/libprocess/third_party'
gzip -d -c /home/kartik/Tools/Chronos/src/third_party/libprocess/third_party/ry-http-parser-1c3624a.tar.gz | tar xf -
gzip -d -c /home/kartik/Tools/Chronos/src/third_party/libprocess/third_party/gmock-1.6.0.tar.gz | tar xf -
test ! -e /home/kartik/Tools/Chronos/src/third_party/libprocess/third_party/ry-http-parser-1c3624a.patch || patch -d ry-http-parser-1c3624a -p1 </home/kartik/Tools/Chronos/src/third_party/libprocess/third_party/ry-http-parser-1c3624a.patch
touch ry-http-parser-1c3624a-stamp
test ! -e /home/kartik/Tools/Chronos/src/third_party/libprocess/third_party/gmock-1.6.0.patch || patch -d gmock-1.6.0 -p1 </home/kartik/Tools/Chronos/src/third_party/libprocess/third_party/gmock-1.6.0.patch
touch gmock-1.6.0-stamp
make check-am
make[5]: Entering directory `/home/kartik/Tools/Chronos/src/build/third_party/libprocess/third_party'
/bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I/home/kartik/Tools/Chronos/src/third_party/libprocess/third_party -Iry-http-parser-1c3624a -MT libry_http_parser_la-http_parser.lo -MD -MP -MF .deps/libry_http_parser_la-http_parser.Tpo -c -o libry_http_parser_la-http_parser.lo `test -f 'ry-http-parser-1c3624a/http_parser.c' || echo '/home/kartik/Tools/Chronos/src/third_party/libprocess/third_party/'`ry-http-parser-1c3624a/http_parser.c
gzip -d -c /home/kartik/Tools/Chronos/src/third_party/libprocess/third_party/boost-1.53.0.tar.gz | tar xf -
gzip -d -c /home/kartik/Tools/Chronos/src/third_party/libprocess/third_party/glog-0.3.1.tar.gz | tar xf -
gzip -d -c /home/kartik/Tools/Chronos/src/third_party/libprocess/third_party/libev-3.8.tar.gz | tar xf -
test ! -e /home/kartik/Tools/Chronos/src/third_party/libprocess/third_party/libev-3.8.patch || patch -d libev-3.8 -p1 </home/kartik/Tools/Chronos/src/third_party/libprocess/third_party/libev-3.8.patch
patching file ev.c
touch libev-3.8-stamp
cd libev-3.8 && ./configure '--disable-option-checking' '--prefix=/home/kartik/Tools/Chronos/install' '--with-curl' '--disable-perftools' 'JAVA_HOME=/usr/lib/jvm/jdk1.7.0_21/' '--enable-shared=no' '--with-pic' '--cache-file=/dev/null' '--srcdir=/home/kartik/Tools/Chronos/src/third_party/libprocess' --enable-shared=no --with-pic --srcdir=. && \
make
test ! -e /home/kartik/Tools/Chronos/src/third_party/libprocess/third_party/glog-0.3.1.patch || patch -d glog-0.3.1 -p1 </home/kartik/Tools/Chronos/src/third_party/libprocess/third_party/glog-0.3.1.patch
touch glog-0.3.1-stamp
cd glog-0.3.1 && ./configure '--disable-option-checking' '--prefix=/home/kartik/Tools/Chronos/install' '--with-curl' '--disable-perftools' 'JAVA_HOME=/usr/lib/jvm/jdk1.7.0_21/' '--enable-shared=no' '--with-pic' '--cache-file=/dev/null' '--srcdir=/home/kartik/Tools/Chronos/src/third_party/libprocess' --enable-shared=no --with-pic --srcdir=. && \
make
test ! -e /home/kartik/Tools/Chronos/src/third_party/libprocess/third_party/boost-1.53.0.patch || patch -d boost-1.53.0 -p1 </home/kartik/Tools/Chronos/src/third_party/libprocess/third_party/boost-1.53.0.patch
touch boost-1.53.0-stamp
libtool: compile: gcc -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I/home/kartik/Tools/Chronos/src/third_party/libprocess/third_party -Iry-http-parser-1c3624a -MT libry_http_parser_la-http_parser.lo -MD -MP -MF .deps/libry_http_parser_la-http_parser.Tpo -c ry-http-parser-1c3624a/http_parser.c -fPIC -DPIC -o libry_http_parser_la-http_parser.o
mv -f .deps/libry_http_parser_la-http_parser.Tpo .deps/libry_http_parser_la-http_parser.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -o libry_http_parser.la libry_http_parser_la-http_parser.lo -lz
libtool: link: ar cru .libs/libry_http_parser.a libry_http_parser_la-http_parser.o
libtool: link: ranlib .libs/libry_http_parser.a
libtool: link: ( cd ".libs" && rm -f "libry_http_parser.la" && ln -s "../libry_http_parser.la" "libry_http_parser.la" )
checking for a BSD-compatible install... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... /usr/bin/install -c
checking whether build environment is sane... yes
yes
checking for a thread-safe mkdir -p... checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... gcc
checking build system type... checking for C compiler default output file name... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... checking for suffix of object files... o
checking whether we are using the GNU C compiler...
checking for suffix of object files... yes
checking whether gcc accepts -g... o
checking whether we are using the GNU C compiler... yes
checking for gcc option to accept ISO C89... 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... none needed
checking dependency style of gcc... none
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 ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... gcc3
checking how to run the C preprocessor... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
gcc -E
checking for g++... g++
checking for ANSI C header files... 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... yes
/bin/grep
checking for egrep... checking for sys/types.h... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/stat.h... no
checking for sys/types.h... yes
checking for stdlib.h... yes
checking for sys/stat.h... yes
checking for string.h... yes
checking for stdlib.h... yes
checking for memory.h... yes
checking for string.h... yes
checking for strings.h... yes
checking for memory.h... yes
checking for inttypes.h... yes
checking for strings.h... yes
checking for stdint.h... yes
checking for inttypes.h... yes
checking for unistd.h... yes
yes
checking dlfcn.h usability... checking for stdint.h... yes
checking dlfcn.h presence... yes
yes
checking for dlfcn.h... yes
checking for unistd.h... checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
yes
checking dependency style of g++... none
checking dlfcn.h usability... checking how to run the C++ preprocessor... g++ -E
yes
checking dlfcn.h presence... checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
no
configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: dlfcn.h: proceeding with the compiler's result
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 3458764513820540925
checking command to parse /usr/bin/nm -B output from gcc object... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... ok
checking for objdir... 3458764513820540925
checking command to parse /usr/bin/nm -B output from gcc object... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking if gcc supports -c -o file.o... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking if gcc static flag -static works... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc 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 stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... configure: creating libtool
/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
appending configuration tag "CXX" to libtool
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... 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
yes
checking if g++ supports -c -o file.o... checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... 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
(cached) (cached) checking how to hardcode library paths into programs... immediate
yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... 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
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... appending configuration tag "F77" to libtool
checking for ANSI C header files... (cached) no
checking for stdint.h... (cached) yes
checking for sys/types.h... (cached) yes
yes
checking for sys/epoll.h... checking for inttypes.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking sys/event.h usability... checking syscall.h usability... yes
checking syscall.h presence... yes
checking for syscall.h... yes
checking sys/syscall.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking sys/queue.h usability... yes
checking sys/syscall.h presence... yes
checking sys/queue.h presence... yes
checking for sys/syscall.h... yes
yes
checking for sys/queue.h... yes
checking port.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking libunwind.h usability... no
checking port.h presence... no
checking for port.h... no
checking poll.h usability... yes
checking libunwind.h presence... yes
checking for libunwind.h... yes
checking ucontext.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/select.h usability... yes
checking ucontext.h presence... yes
checking for ucontext.h... yes
checking sys/utsname.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/eventfd.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking pwd.h usability... yes
checking sys/eventfd.h presence... yes
checking for sys/eventfd.h... yes
checking sys/signalfd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking syslog.h usability... yes
checking sys/signalfd.h presence... yes
checking for sys/signalfd.h... yes
checking for inotify_init... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking sys/time.h usability... yes
checking for epoll_ctl... yes
checking for kqueue... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking glob.h usability... no
checking for port_create... yes
checking glob.h presence... yes
checking for glob.h... yes
checking for void *... no
checking for poll... yes
checking size of void *... yes
checking for select... yes
checking for eventfd... 8
checking for uint16_t... yes
checking for signalfd... yes
checking for u_int16_t... yes
checking for clock_gettime... yes
checking for __uint16... no
checking for clock_gettime syscall... yes
checking for nanosleep... no
checking for sigaltstack... yes
checking for ceil in -lm... yes
checking for dladdr... yes
configure: creating ./config.status
no
checking for fcntl... yes
checking for __attribute__... yes
checking for __builtin_expect... yes
checking for __sync_val_compare_and_swap... config.status: creating Makefile
config.status: creating config.h
no
config.status: executing depfiles commands
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... make[6]: Entering directory `/home/kartik/Tools/Chronos/src/build/third_party/libprocess/third_party/libev-3.8'
make all-am
make[7]: Entering directory `/home/kartik/Tools/Chronos/src/build/third_party/libprocess/third_party/libev-3.8'
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -O3 -c -o ev.lo ev.c
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -O3 -c -o event.lo event.c
no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... gcc -DHAVE_CONFIG_H -I. -g -O2 -O3 -c event.c -fPIC -DPIC -o event.o
no
checking whether pthreads work with -pthread... gcc -DHAVE_CONFIG_H -I. -g -O2 -O3 -c ev.c -fPIC -DPIC -o ev.o
ev.c: In function 'evpipe_write':
ev.c:1205:17: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
ev.c:1209:15: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
ev.c: In function 'pipecb':
ev.c:1226:12: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
ev.c:1232:12: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... yes
checking whether -pthread is sufficient with -shared... yes
checking for pthread_self in -lpthread... yes
checking for main in -lgflags... no
checking for gtest-config... no
checking for backtrace in -lunwind... yes
checking support for pthread_rwlock_* functions... yes
checking whether the compiler implements namespaces... yes
checking what namespace STL code is in... std
checking whether compiler supports using ::operator<<... 1
checking for ucontext.h... (cached) yes
checking sys/ucontext.h usability... yes
checking sys/ucontext.h presence... yes
checking for sys/ucontext.h... yes
checking how to access the program counter from a struct ucontext... uc_mcontext.gregs[REG_RIP]
/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -O3 -version-info 3:0 -o libev.la -rpath /home/kartik/Tools/Chronos/install/lib ev.lo event.lo -lm
configure: creating ./config.status
mkdir .libs
ar cru .libs/libev.a ev.o event.o
ranlib .libs/libev.a
creating libev.la
(cd .libs && rm -f libev.la && ln -s ../libev.la libev.la)
make[7]: Leaving directory `/home/kartik/Tools/Chronos/src/build/third_party/libprocess/third_party/libev-3.8'
make[6]: Leaving directory `/home/kartik/Tools/Chronos/src/build/third_party/libprocess/third_party/libev-3.8'
config.status: creating Makefile
config.status: creating src/glog/logging.h
config.status: creating src/glog/raw_logging.h
config.status: creating src/glog/vlog_is_on.h
config.status: creating src/glog/stl_logging.h
config.status: creating libglog.pc
config.status: creating src/config.h
config.status: executing depfiles commands
make[6]: Entering directory `/home/kartik/Tools/Chronos/src/build/third_party/libprocess/third_party/glog-0.3.1'
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-logging.lo -MD -MP -MF .deps/libglog_la-logging.Tpo -c -o libglog_la-logging.lo `test -f 'src/logging.cc' || echo './'`src/logging.cc
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-raw_logging.lo -MD -MP -MF .deps/libglog_la-raw_logging.Tpo -c -o libglog_la-raw_logging.lo `test -f 'src/raw_logging.cc' || echo './'`src/raw_logging.cc
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-vlog_is_on.lo -MD -MP -MF .deps/libglog_la-vlog_is_on.Tpo -c -o libglog_la-vlog_is_on.lo `test -f 'src/vlog_is_on.cc' || echo './'`src/vlog_is_on.cc
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-utilities.lo -MD -MP -MF .deps/libglog_la-utilities.Tpo -c -o libglog_la-utilities.lo `test -f 'src/utilities.cc' || echo './'`src/utilities.cc
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-demangle.lo -MD -MP -MF .deps/libglog_la-demangle.Tpo -c -o libglog_la-demangle.lo `test -f 'src/demangle.cc' || echo './'`src/demangle.cc
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-symbolize.lo -MD -MP -MF .deps/libglog_la-symbolize.Tpo -c -o libglog_la-symbolize.lo `test -f 'src/symbolize.cc' || echo './'`src/symbolize.cc
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-signalhandler.lo -MD -MP -MF .deps/libglog_la-signalhandler.Tpo -c -o libglog_la-signalhandler.lo `test -f 'src/signalhandler.cc' || echo './'`src/signalhandler.cc
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT logging_unittest-logging_unittest.o -MD -MP -MF .deps/logging_unittest-logging_unittest.Tpo -c -o logging_unittest-logging_unittest.o `test -f 'src/logging_unittest.cc' || echo './'`src/logging_unittest.cc
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT demangle_unittest-demangle_unittest.o -MD -MP -MF .deps/demangle_unittest-demangle_unittest.Tpo -c -o demangle_unittest-demangle_unittest.o `test -f 'src/demangle_unittest.cc' || echo './'`src/demangle_unittest.cc
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT stacktrace_unittest-stacktrace_unittest.o -MD -MP -MF .deps/stacktrace_unittest-stacktrace_unittest.Tpo -c -o stacktrace_unittest-stacktrace_unittest.o `test -f 'src/stacktrace_unittest.cc' || echo './'`src/stacktrace_unittest.cc
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT symbolize_unittest-symbolize_unittest.o -MD -MP -MF .deps/symbolize_unittest-symbolize_unittest.Tpo -c -o symbolize_unittest-symbolize_unittest.o `test -f 'src/symbolize_unittest.cc' || echo './'`src/symbolize_unittest.cc
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT stl_logging_unittest-stl_logging_unittest.o -MD -MP -MF .deps/stl_logging_unittest-stl_logging_unittest.Tpo -c -o stl_logging_unittest-stl_logging_unittest.o `test -f 'src/stl_logging_unittest.cc' || echo './'`src/stl_logging_unittest.cc
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT utilities_unittest-utilities_unittest.o -MD -MP -MF .deps/utilities_unittest-utilities_unittest.Tpo -c -o utilities_unittest-utilities_unittest.o `test -f 'src/utilities_unittest.cc' || echo './'`src/utilities_unittest.cc
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT logging_striptest0-logging_striptest_main.o -MD -MP -MF .deps/logging_striptest0-logging_striptest_main.Tpo -c -o logging_striptest0-logging_striptest_main.o `test -f 'src/logging_striptest_main.cc' || echo './'`src/logging_striptest_main.cc
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT logging_striptest2-logging_striptest2.o -MD -MP -MF .deps/logging_striptest2-logging_striptest2.Tpo -c -o logging_striptest2-logging_striptest2.o `test -f 'src/logging_striptest2.cc' || echo './'`src/logging_striptest2.cc
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT logging_striptest10-logging_striptest10.o -MD -MP -MF .deps/logging_striptest10-logging_striptest10.Tpo -c -o logging_striptest10-logging_striptest10.o `test -f 'src/logging_striptest10.cc' || echo './'`src/logging_striptest10.cc
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-raw_logging.lo -MD -MP -MF .deps/libglog_la-raw_logging.Tpo -c src/raw_logging.cc -fPIC -DPIC -o libglog_la-raw_logging.o
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-logging.lo -MD -MP -MF .deps/libglog_la-logging.Tpo -c src/logging.cc -fPIC -DPIC -o libglog_la-logging.o
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-vlog_is_on.lo -MD -MP -MF .deps/libglog_la-vlog_is_on.Tpo -c src/vlog_is_on.cc -fPIC -DPIC -o libglog_la-vlog_is_on.o
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-symbolize.lo -MD -MP -MF .deps/libglog_la-symbolize.Tpo -c src/symbolize.cc -fPIC -DPIC -o libglog_la-symbolize.o
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-demangle.lo -MD -MP -MF .deps/libglog_la-demangle.Tpo -c src/demangle.cc -fPIC -DPIC -o libglog_la-demangle.o
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-signalhandler.lo -MD -MP -MF .deps/libglog_la-signalhandler.Tpo -c src/signalhandler.cc -fPIC -DPIC -o libglog_la-signalhandler.o
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-utilities.lo -MD -MP -MF .deps/libglog_la-utilities.Tpo -c src/utilities.cc -fPIC -DPIC -o libglog_la-utilities.o
mv -f .deps/logging_striptest0-logging_striptest_main.Tpo .deps/logging_striptest0-logging_striptest_main.Po
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT signalhandler_unittest-signalhandler_unittest.o -MD -MP -MF .deps/signalhandler_unittest-signalhandler_unittest.Tpo -c -o signalhandler_unittest-signalhandler_unittest.o `test -f 'src/signalhandler_unittest.cc' || echo './'`src/signalhandler_unittest.cc
mv -f .deps/logging_striptest2-logging_striptest2.Tpo .deps/logging_striptest2-logging_striptest2.Po
mv -f .deps/stacktrace_unittest-stacktrace_unittest.Tpo .deps/stacktrace_unittest-stacktrace_unittest.Po
mv -f .deps/logging_striptest10-logging_striptest10.Tpo .deps/logging_striptest10-logging_striptest10.Po
src/signalhandler.cc: In function ‘void google::{anonymous}::WriteToStderr(const char*, int)’:
src/signalhandler.cc:145:35: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
mv -f .deps/libglog_la-raw_logging.Tpo .deps/libglog_la-raw_logging.Plo
In file included from src/utilities.cc:334:0:
src/utilities.cc: In function ‘void google::DebugWriteToStderr(const char*, void*)’:
src/utilities.cc:82:43: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
mv -f .deps/utilities_unittest-utilities_unittest.Tpo .deps/utilities_unittest-utilities_unittest.Po
mv -f .deps/libglog_la-utilities.Tpo .deps/libglog_la-utilities.Plo
src/signalhandler_unittest.cc: In function ‘void WriteToStdout(const char*, int)’:
src/signalhandler_unittest.cc:61:35: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
mv -f .deps/libglog_la-signalhandler.Tpo .deps/libglog_la-signalhandler.Plo
src/logging.cc: In member function ‘void google::LogMessage::SendToLog()’:
src/logging.cc:1215:51: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
src/logging.cc: In function ‘void google::WriteToStderr(const char*, size_t)’:
src/logging.cc:506:37: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
src/logging.cc: In member function ‘bool google::{anonymous}::LogFileObject::CreateLogfile(const char*)’:
src/logging.cc:722:40: warning: ignoring return value of ‘int symlink(const char*, const char*)’, declared with attribute warn_unused_result [-Wunused-result]
src/logging.cc:729:42: warning: ignoring return value of ‘int symlink(const char*, const char*)’, declared with attribute warn_unused_result [-Wunused-result]
mv -f .deps/libglog_la-vlog_is_on.Tpo .deps/libglog_la-vlog_is_on.Plo
mv -f .deps/demangle_unittest-demangle_unittest.Tpo .deps/demangle_unittest-demangle_unittest.Po
mv -f .deps/signalhandler_unittest-signalhandler_unittest.Tpo .deps/signalhandler_unittest-signalhandler_unittest.Po
mv -f .deps/libglog_la-symbolize.Tpo .deps/libglog_la-symbolize.Plo
mv -f .deps/symbolize_unittest-symbolize_unittest.Tpo .deps/symbolize_unittest-symbolize_unittest.Po
mv -f .deps/libglog_la-demangle.Tpo .deps/libglog_la-demangle.Plo
mv -f .deps/libglog_la-logging.Tpo .deps/libglog_la-logging.Plo
/bin/bash ./libtool --tag=CXX --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -o libglog.la -rpath /home/kartik/Tools/Chronos/install/lib libglog_la-logging.lo libglog_la-raw_logging.lo libglog_la-vlog_is_on.lo libglog_la-utilities.lo libglog_la-demangle.lo libglog_la-symbolize.lo libglog_la-signalhandler.lo -lunwind -lpthread
mkdir .libs
mv -f .deps/stl_logging_unittest-stl_logging_unittest.Tpo .deps/stl_logging_unittest-stl_logging_unittest.Po
ar cru .libs/libglog.a libglog_la-logging.o libglog_la-raw_logging.o libglog_la-vlog_is_on.o libglog_la-utilities.o libglog_la-demangle.o libglog_la-symbolize.o libglog_la-signalhandler.o
ranlib .libs/libglog.a
creating libglog.la
(cd .libs && rm -f libglog.la && ln -s ../libglog.la libglog.la)
/bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o demangle_unittest demangle_unittest-demangle_unittest.o libglog.la -lunwind -lpthread
/bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o stacktrace_unittest stacktrace_unittest-stacktrace_unittest.o libglog.la -lunwind -lpthread
/bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o symbolize_unittest symbolize_unittest-symbolize_unittest.o libglog.la -lunwind -lpthread
/bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o stl_logging_unittest stl_logging_unittest-stl_logging_unittest.o libglog.la -lunwind -lpthread
/bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o utilities_unittest utilities_unittest-utilities_unittest.o libglog.la -lunwind -lpthread
/bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o logging_striptest0 logging_striptest0-logging_striptest_main.o libglog.la -lunwind -lpthread
/bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o logging_striptest2 logging_striptest2-logging_striptest2.o libglog.la -lunwind -lpthread
/bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o logging_striptest10 logging_striptest10-logging_striptest10.o libglog.la -lunwind -lpthread
/bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o signalhandler_unittest signalhandler_unittest-signalhandler_unittest.o libglog.la -lunwind -lpthread
g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o stacktrace_unittest stacktrace_unittest-stacktrace_unittest.o ./.libs/libglog.a -lunwind -lpthread
g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o stl_logging_unittest stl_logging_unittest-stl_logging_unittest.o ./.libs/libglog.a -lunwind -lpthread
g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o symbolize_unittest symbolize_unittest-symbolize_unittest.o ./.libs/libglog.a -lunwind -lpthread
g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o logging_striptest0 logging_striptest0-logging_striptest_main.o ./.libs/libglog.a -lunwind -lpthread
g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o utilities_unittest utilities_unittest-utilities_unittest.o ./.libs/libglog.a -lunwind -lpthread
g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o logging_striptest2 logging_striptest2-logging_striptest2.o ./.libs/libglog.a -lunwind -lpthread
g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o demangle_unittest demangle_unittest-demangle_unittest.o ./.libs/libglog.a -lunwind -lpthread
g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o signalhandler_unittest signalhandler_unittest-signalhandler_unittest.o ./.libs/libglog.a -lunwind -lpthread
g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o logging_striptest10 logging_striptest10-logging_striptest10.o ./.libs/libglog.a -lunwind -lpthread
mv -f .deps/logging_unittest-logging_unittest.Tpo .deps/logging_unittest-logging_unittest.Po
/bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o logging_unittest logging_unittest-logging_unittest.o libglog.la -lunwind -lpthread
g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o logging_unittest logging_unittest-logging_unittest.o ./.libs/libglog.a -lunwind -lpthread
make[6]: Leaving directory `/home/kartik/Tools/Chronos/src/build/third_party/libprocess/third_party/glog-0.3.1'
make libgmock.la
make[6]: Entering directory `/home/kartik/Tools/Chronos/src/build/third_party/libprocess/third_party'
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I/home/kartik/Tools/Chronos/src/third_party/libprocess/third_party -Igmock-1.6.0/gtest/include -Igmock-1.6.0/gtest -Igmock-1.6.0/include -Igmock-1.6.0 -MT libgmock_la-gtest-all.lo -MD -MP -MF .deps/libgmock_la-gtest-all.Tpo -c -o libgmock_la-gtest-all.lo `test -f 'gmock-1.6.0/gtest/src/gtest-all.cc' || echo '/home/kartik/Tools/Chronos/src/third_party/libprocess/third_party/'`gmock-1.6.0/gtest/src/gtest-all.cc
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I/home/kartik/Tools/Chronos/src/third_party/libprocess/third_party -Igmock-1.6.0/gtest/include -Igmock-1.6.0/gtest -Igmock-1.6.0/include -Igmock-1.6.0 -MT libgmock_la-gmock-all.lo -MD -MP -MF .deps/libgmock_la-gmock-all.Tpo -c -o libgmock_la-gmock-all.lo `test -f 'gmock-1.6.0/src/gmock-all.cc' || echo '/home/kartik/Tools/Chronos/src/third_party/libprocess/third_party/'`gmock-1.6.0/src/gmock-all.cc
libtool: compile: g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I/home/kartik/Tools/Chronos/src/third_party/libprocess/third_party -Igmock-1.6.0/gtest/include -Igmock-1.6.0/gtest -Igmock-1.6.0/include -Igmock-1.6.0 -MT libgmock_la-gmock-all.lo -MD -MP -MF .deps/libgmock_la-gmock-all.Tpo -c gmock-1.6.0/src/gmock-all.cc -fPIC -DPIC -o libgmock_la-gmock-all.o
libtool: compile: g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I/home/kartik/Tools/Chronos/src/third_party/libprocess/third_party -Igmock-1.6.0/gtest/include -Igmock-1.6.0/gtest -Igmock-1.6.0/include -Igmock-1.6.0 -MT libgmock_la-gtest-all.lo -MD -MP -MF .deps/libgmock_la-gtest-all.Tpo -c gmock-1.6.0/gtest/src/gtest-all.cc -fPIC -DPIC -o libgmock_la-gtest-all.o
mv -f .deps/libgmock_la-gmock-all.Tpo .deps/libgmock_la-gmock-all.Plo
mv -f .deps/libgmock_la-gtest-all.Tpo .deps/libgmock_la-gtest-all.Plo
/bin/bash ../libtool --tag=CXX --mode=link g++ -o libgmock.la libgmock_la-gtest-all.lo libgmock_la-gmock-all.lo -lz
libtool: link: ar cru .libs/libgmock.a libgmock_la-gtest-all.o libgmock_la-gmock-all.o
libtool: link: ranlib .libs/libgmock.a
libtool: link: ( cd ".libs" && rm -f "libgmock.la" && ln -s "../libgmock.la" "libgmock.la" )
make[6]: Leaving directory `/home/kartik/Tools/Chronos/src/build/third_party/libprocess/third_party'
make[5]: Leaving directory `/home/kartik/Tools/Chronos/src/build/third_party/libprocess/third_party'
make[4]: Leaving directory `/home/kartik/Tools/Chronos/src/build/third_party/libprocess/third_party'
Making check in .
make[4]: Entering directory `/home/kartik/Tools/Chronos/src/build/third_party/libprocess'
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I/home/kartik/Tools/Chronos/src/third_party/libprocess -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -MT libprocess_la-process.lo -MD -MP -MF .deps/libprocess_la-process.Tpo -c -o libprocess_la-process.lo `test -f 'src/process.cpp' || echo '/home/kartik/Tools/Chronos/src/third_party/libprocess/'`src/process.cpp
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I/home/kartik/Tools/Chronos/src/third_party/libprocess -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -MT libprocess_la-pid.lo -MD -MP -MF .deps/libprocess_la-pid.Tpo -c -o libprocess_la-pid.lo `test -f 'src/pid.cpp' || echo '/home/kartik/Tools/Chronos/src/third_party/libprocess/'`src/pid.cpp
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I/home/kartik/Tools/Chronos/src/third_party/libprocess -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -MT libprocess_la-latch.lo -MD -MP -MF .deps/libprocess_la-latch.Tpo -c -o libprocess_la-latch.lo `test -f 'src/latch.cpp' || echo '/home/kartik/Tools/Chronos/src/third_party/libprocess/'`src/latch.cpp
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I/home/kartik/Tools/Chronos/src/third_party/libprocess -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -MT libprocess_la-statistics.lo -MD -MP -MF .deps/libprocess_la-statistics.Tpo -c -o libprocess_la-statistics.lo `test -f 'src/statistics.cpp' || echo '/home/kartik/Tools/Chronos/src/third_party/libprocess/'`src/statistics.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I/home/kartik/Tools/Chronos/src/third_party/libprocess -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -MT libprocess_la-latch.lo -MD -MP -MF .deps/libprocess_la-latch.Tpo -c /home/kartik/Tools/Chronos/src/third_party/libprocess/src/latch.cpp -fPIC -DPIC -o libprocess_la-latch.o
libtool: compile: g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I/home/kartik/Tools/Chronos/src/third_party/libprocess -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -MT libprocess_la-process.lo -MD -MP -MF .deps/libprocess_la-process.Tpo -c /home/kartik/Tools/Chronos/src/third_party/libprocess/src/process.cpp -fPIC -DPIC -o libprocess_la-process.o
libtool: compile: g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I/home/kartik/Tools/Chronos/src/third_party/libprocess -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -MT libprocess_la-pid.lo -MD -MP -MF .deps/libprocess_la-pid.Tpo -c /home/kartik/Tools/Chronos/src/third_party/libprocess/src/pid.cpp -fPIC -DPIC -o libprocess_la-pid.o
libtool: compile: g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I/home/kartik/Tools/Chronos/src/third_party/libprocess -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -MT libprocess_la-statistics.lo -MD -MP -MF .deps/libprocess_la-statistics.Tpo -c /home/kartik/Tools/Chronos/src/third_party/libprocess/src/statistics.cpp -fPIC -DPIC -o libprocess_la-statistics.o
mv -f .deps/libprocess_la-pid.Tpo .deps/libprocess_la-pid.Plo
mv -f .deps/libprocess_la-latch.Tpo .deps/libprocess_la-latch.Plo
mv -f .deps/libprocess_la-statistics.Tpo .deps/libprocess_la-statistics.Plo
mv -f .deps/libprocess_la-process.Tpo .deps/libprocess_la-process.Plo
/bin/bash ./libtool --tag=CXX --mode=link g++ -o libprocess.la libprocess_la-process.lo libprocess_la-pid.lo libprocess_la-latch.lo libprocess_la-statistics.lo third_party/glog-0.3.1/libglog.la third_party/libry_http_parser.la third_party/libev-3.8/libev.la -lz
libtool: link: (cd .libs/libprocess.lax/libry_http_parser.a && ar x "/home/kartik/Tools/Chronos/src/build/third_party/libprocess/third_party/.libs/libry_http_parser.a")
libtool: link: ar cru .libs/libprocess.a libprocess_la-process.o libprocess_la-pid.o libprocess_la-latch.o libprocess_la-statistics.o .libs/libprocess.lax/libry_http_parser.a/libry_http_parser_la-http_parser.o
libtool: link: ranlib .libs/libprocess.a
libtool: link: rm -fr .libs/libprocess.lax
libtool: link: ( cd ".libs" && rm -f "libprocess.la" && ln -s "../libprocess.la" "libprocess.la" )
make tests
make[5]: Entering directory `/home/kartik/Tools/Chronos/src/build/third_party/libprocess'
g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I/home/kartik/Tools/Chronos/src/third_party/libprocess -I/home/kartik/Tools/Chronos/src/third_party/libprocess/src -Ithird_party/gmock-1.6.0/gtest/include -Ithird_party/gmock-1.6.0/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -MT tests-http_tests.o -MD -MP -MF .deps/tests-http_tests.Tpo -c -o tests-http_tests.o `test -f 'src/tests/http_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/third_party/libprocess/'`src/tests/http_tests.cpp
g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I/home/kartik/Tools/Chronos/src/third_party/libprocess -I/home/kartik/Tools/Chronos/src/third_party/libprocess/src -Ithird_party/gmock-1.6.0/gtest/include -Ithird_party/gmock-1.6.0/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -MT tests-io_tests.o -MD -MP -MF .deps/tests-io_tests.Tpo -c -o tests-io_tests.o `test -f 'src/tests/io_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/third_party/libprocess/'`src/tests/io_tests.cpp
g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I/home/kartik/Tools/Chronos/src/third_party/libprocess -I/home/kartik/Tools/Chronos/src/third_party/libprocess/src -Ithird_party/gmock-1.6.0/gtest/include -Ithird_party/gmock-1.6.0/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -MT tests-main.o -MD -MP -MF .deps/tests-main.Tpo -c -o tests-main.o `test -f 'src/tests/main.cpp' || echo '/home/kartik/Tools/Chronos/src/third_party/libprocess/'`src/tests/main.cpp
g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I/home/kartik/Tools/Chronos/src/third_party/libprocess -I/home/kartik/Tools/Chronos/src/third_party/libprocess/src -Ithird_party/gmock-1.6.0/gtest/include -Ithird_party/gmock-1.6.0/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -MT tests-process_tests.o -MD -MP -MF .deps/tests-process_tests.Tpo -c -o tests-process_tests.o `test -f 'src/tests/process_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/third_party/libprocess/'`src/tests/process_tests.cpp
g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I/home/kartik/Tools/Chronos/src/third_party/libprocess -I/home/kartik/Tools/Chronos/src/third_party/libprocess/src -Ithird_party/gmock-1.6.0/gtest/include -Ithird_party/gmock-1.6.0/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -MT tests-statistics_tests.o -MD -MP -MF .deps/tests-statistics_tests.Tpo -c -o tests-statistics_tests.o `test -f 'src/tests/statistics_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/third_party/libprocess/'`src/tests/statistics_tests.cpp
mv -f .deps/tests-main.Tpo .deps/tests-main.Po
mv -f .deps/tests-statistics_tests.Tpo .deps/tests-statistics_tests.Po
mv -f .deps/tests-http_tests.Tpo .deps/tests-http_tests.Po
mv -f .deps/tests-io_tests.Tpo .deps/tests-io_tests.Po
mv -f .deps/tests-process_tests.Tpo .deps/tests-process_tests.Po
/bin/bash ./libtool --tag=CXX --mode=link g++ -o tests tests-http_tests.o tests-io_tests.o tests-main.o tests-process_tests.o tests-statistics_tests.o third_party/libgmock.la libprocess.la -lz
libtool: link: g++ -o tests tests-http_tests.o tests-io_tests.o tests-main.o tests-process_tests.o tests-statistics_tests.o third_party/.libs/libgmock.a ./.libs/libprocess.a /home/kartik/Tools/Chronos/src/build/third_party/libprocess/third_party/glog-0.3.1/.libs/libglog.a -lunwind -lpthread /home/kartik/Tools/Chronos/src/build/third_party/libprocess/third_party/libev-3.8/.libs/libev.a -lm -lz
make[5]: Leaving directory `/home/kartik/Tools/Chronos/src/build/third_party/libprocess'
make check-TESTS
make[5]: Entering directory `/home/kartik/Tools/Chronos/src/build/third_party/libprocess'
==================
All 0 tests passed
==================
make[5]: Leaving directory `/home/kartik/Tools/Chronos/src/build/third_party/libprocess'
make[4]: Leaving directory `/home/kartik/Tools/Chronos/src/build/third_party/libprocess'
make[3]: Leaving directory `/home/kartik/Tools/Chronos/src/build/third_party/libprocess'
make[3]: Entering directory `/home/kartik/Tools/Chronos/src/build/third_party'
gzip -d -c /home/kartik/Tools/Chronos/src/third_party/boost-1.53.0.tar.gz | tar xf -
gzip -d -c /home/kartik/Tools/Chronos/src/third_party/glog-0.3.1.tar.gz | tar xf -
gzip -d -c /home/kartik/Tools/Chronos/src/third_party/leveldb.tar.gz | tar xf -
gzip -d -c /home/kartik/Tools/Chronos/src/third_party/protobuf-2.4.1.tar.gz | tar xf -
gzip -d -c /home/kartik/Tools/Chronos/src/third_party/distribute-0.6.26.tar.gz | tar xf -
gzip -d -c /home/kartik/Tools/Chronos/src/third_party/zookeeper-3.3.4.tar.gz | tar xf -
touch leveldb-stamp
cd leveldb && \
make CC="g++" OPT="-g2 -O2 -fPIC"
touch glog-0.3.1-stamp
touch distribute-0.6.26-stamp
cd glog-0.3.1 && ./configure '--prefix=/home/kartik/Tools/Chronos/install' '--with-curl' '--disable-perftools' 'JAVA_HOME=/usr/lib/jvm/jdk1.7.0_21/' --enable-shared=no --with-pic --srcdir=. && \
make
cd distribute-0.6.26 && /usr/bin/python setup.py bdist_egg
make[4]: Entering directory `/home/kartik/Tools/Chronos/src/build/third_party/leveldb'
g++ -pthread -shared -Wl,-soname -Wl,/home/kartik/Tools/Chronos/src/build/third_party/leveldb/libleveldb.so.1 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -fPIC db/builder.cc db/c.cc db/dbformat.cc db/db_impl.cc db/db_iter.cc db/filename.cc db/log_reader.cc db/log_writer.cc db/memtable.cc db/repair.cc db/table_cache.cc db/version_edit.cc db/version_set.cc db/write_batch.cc table/block_builder.cc table/block.cc table/filter_block.cc table/format.cc table/iterator.cc table/merger.cc table/table_builder.cc table/table.cc table/two_level_iterator.cc util/arena.cc util/bloom.cc util/cache.cc util/coding.cc util/comparator.cc util/crc32c.cc util/env.cc util/env_posix.cc util/filter_policy.cc util/hash.cc util/histogram.cc util/logging.cc util/options.cc util/status.cc port/port_posix.cc -o libleveldb.so.1.4
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c db/builder.cc -o db/builder.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c db/c.cc -o db/c.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c db/dbformat.cc -o db/dbformat.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c db/db_impl.cc -o db/db_impl.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c db/db_iter.cc -o db/db_iter.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c db/filename.cc -o db/filename.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c db/log_reader.cc -o db/log_reader.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c db/log_writer.cc -o db/log_writer.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c db/memtable.cc -o db/memtable.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c db/repair.cc -o db/repair.o
touch boost-1.53.0-stamp
touch protobuf-2.4.1-stamp
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c db/table_cache.cc -o db/table_cache.o
cd protobuf-2.4.1 && ./configure '--prefix=/home/kartik/Tools/Chronos/install' '--with-curl' '--disable-perftools' 'JAVA_HOME=/usr/lib/jvm/jdk1.7.0_21/' --enable-shared=no --with-pic --srcdir=. && \
make
running bdist_egg
running egg_info
writing distribute.egg-info/PKG-INFO
writing top-level names to distribute.egg-info/top_level.txt
writing dependency_links to distribute.egg-info/dependency_links.txt
writing entry points to distribute.egg-info/entry_points.txt
reading manifest file 'distribute.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
touch zookeeper-3.3.4-stamp
cd zookeeper-3.3.4/src/c && ./configure '--prefix=/home/kartik/Tools/Chronos/install' '--with-curl' '--disable-perftools' 'JAVA_HOME=/usr/lib/jvm/jdk1.7.0_21/' --enable-shared=no --with-pic --srcdir=. && \
make
warning: no files found matching 'Makefile' under directory 'docs'
warning: no files found matching 'indexsidebar.html' under directory 'docs'
writing manifest file 'distribute.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib.linux-x86_64-2.7
copying pkg_resources.py -> build/lib.linux-x86_64-2.7
copying easy_install.py -> build/lib.linux-x86_64-2.7
copying site.py -> build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/setuptools
copying setuptools/script template.py -> build/lib.linux-x86_64-2.7/setuptools
copying setuptools/sandbox.py -> build/lib.linux-x86_64-2.7/setuptools
copying setuptools/archive_util.py -> build/lib.linux-x86_64-2.7/setuptools
copying setuptools/script template (dev).py -> build/lib.linux-x86_64-2.7/setuptools
copying setuptools/package_index.py -> build/lib.linux-x86_64-2.7/setuptools
copying setuptools/depends.py -> build/lib.linux-x86_64-2.7/setuptools
copying setuptools/extension.py -> build/lib.linux-x86_64-2.7/setuptools
copying setuptools/dist.py -> build/lib.linux-x86_64-2.7/setuptools
copying setuptools/__init__.py -> build/lib.linux-x86_64-2.7/setuptools
creating build/lib.linux-x86_64-2.7/setuptools/command
copying setuptools/command/bdist_egg.py -> build/lib.linux-x86_64-2.7/setuptools/command
copying setuptools/command/build_ext.py -> build/lib.linux-x86_64-2.7/setuptools/command
copying setuptools/command/upload.py -> build/lib.linux-x86_64-2.7/setuptools/command
copying setuptools/command/install_scripts.py -> build/lib.linux-x86_64-2.7/setuptools/command
copying setuptools/command/sdist.py -> build/lib.linux-x86_64-2.7/setuptools/command
copying setuptools/command/install_lib.py -> build/lib.linux-x86_64-2.7/setuptools/command
copying setuptools/command/saveopts.py -> build/lib.linux-x86_64-2.7/setuptools/command
copying setuptools/command/register.py -> build/lib.linux-x86_64-2.7/setuptools/command
copying setuptools/command/bdist_rpm.py -> build/lib.linux-x86_64-2.7/setuptools/command
copying setuptools/command/build_py.py -> build/lib.linux-x86_64-2.7/setuptools/command
copying setuptools/command/install_egg_info.py -> build/lib.linux-x86_64-2.7/setuptools/command
copying setuptools/command/setopt.py -> build/lib.linux-x86_64-2.7/setuptools/command
copying setuptools/command/rotate.py -> build/lib.linux-x86_64-2.7/setuptools/command
copying setuptools/command/develop.py -> build/lib.linux-x86_64-2.7/setuptools/command
copying setuptools/command/easy_install.py -> build/lib.linux-x86_64-2.7/setuptools/command
copying setuptools/command/test.py -> build/lib.linux-x86_64-2.7/setuptools/command
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c db/version_edit.cc -o db/version_edit.o
copying setuptools/command/upload_docs.py -> build/lib.linux-x86_64-2.7/setuptools/command
copying setuptools/command/__init__.py -> build/lib.linux-x86_64-2.7/setuptools/command
copying setuptools/command/egg_info.py -> build/lib.linux-x86_64-2.7/setuptools/command
copying setuptools/command/install.py -> build/lib.linux-x86_64-2.7/setuptools/command
copying setuptools/command/bdist_wininst.py -> build/lib.linux-x86_64-2.7/setuptools/command
copying setuptools/command/alias.py -> build/lib.linux-x86_64-2.7/setuptools/command
creating build/lib.linux-x86_64-2.7/setuptools/tests
copying setuptools/tests/test_upload_docs.py -> build/lib.linux-x86_64-2.7/setuptools/tests
copying setuptools/tests/test_build_ext.py -> build/lib.linux-x86_64-2.7/setuptools/tests
copying setuptools/tests/test_sandbox.py -> build/lib.linux-x86_64-2.7/setuptools/tests
copying setuptools/tests/test_packageindex.py -> build/lib.linux-x86_64-2.7/setuptools/tests
copying setuptools/tests/server.py -> build/lib.linux-x86_64-2.7/setuptools/tests
copying setuptools/tests/__init__.py -> build/lib.linux-x86_64-2.7/setuptools/tests
copying setuptools/tests/doctest.py -> build/lib.linux-x86_64-2.7/setuptools/tests
copying setuptools/tests/test_easy_install.py -> build/lib.linux-x86_64-2.7/setuptools/tests
copying setuptools/tests/test_develop.py -> build/lib.linux-x86_64-2.7/setuptools/tests
copying setuptools/tests/test_resources.py -> build/lib.linux-x86_64-2.7/setuptools/tests
copying setuptools/gui-64.exe -> build/lib.linux-x86_64-2.7/setuptools
copying setuptools/gui-32.exe -> build/lib.linux-x86_64-2.7/setuptools
copying setuptools/cli.exe -> build/lib.linux-x86_64-2.7/setuptools
copying setuptools/gui.exe -> build/lib.linux-x86_64-2.7/setuptools
copying setuptools/cli-64.exe -> build/lib.linux-x86_64-2.7/setuptools
copying setuptools/cli-32.exe -> build/lib.linux-x86_64-2.7/setuptools
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.7/setuptools/script template.py -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.7/setuptools/gui-64.exe -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.7/setuptools/sandbox.py -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.7/setuptools/gui-32.exe -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.7/setuptools/archive_util.py -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.7/setuptools/script template (dev).py -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.7/setuptools/cli.exe -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.7/setuptools/gui.exe -> build/bdist.linux-x86_64/egg/setuptools
creating build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.7/setuptools/command/bdist_egg.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.7/setuptools/command/build_ext.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.7/setuptools/command/upload.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.7/setuptools/command/install_scripts.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.7/setuptools/command/sdist.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.7/setuptools/command/install_lib.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.7/setuptools/command/saveopts.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.7/setuptools/command/register.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.7/setuptools/command/bdist_rpm.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.7/setuptools/command/build_py.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.7/setuptools/command/install_egg_info.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.7/setuptools/command/setopt.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.7/setuptools/command/rotate.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.7/setuptools/command/develop.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.7/setuptools/command/easy_install.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.7/setuptools/command/test.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.7/setuptools/command/upload_docs.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.7/setuptools/command/__init__.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.7/setuptools/command/egg_info.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.7/setuptools/command/install.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.7/setuptools/command/bdist_wininst.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.7/setuptools/command/alias.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.7/setuptools/package_index.py -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.7/setuptools/cli-64.exe -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.7/setuptools/depends.py -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.7/setuptools/cli-32.exe -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.7/setuptools/extension.py -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.7/setuptools/dist.py -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.7/setuptools/__init__.py -> build/bdist.linux-x86_64/egg/setuptools
creating build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.7/setuptools/tests/test_upload_docs.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.7/setuptools/tests/test_build_ext.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.7/setuptools/tests/test_sandbox.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.7/setuptools/tests/test_packageindex.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.7/setuptools/tests/server.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.7/setuptools/tests/__init__.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.7/setuptools/tests/doctest.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.7/setuptools/tests/test_easy_install.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.7/setuptools/tests/test_develop.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.7/setuptools/tests/test_resources.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.7/pkg_resources.py -> build/bdist.linux-x86_64/egg
copying build/lib.linux-x86_64-2.7/site.py -> build/bdist.linux-x86_64/egg
copying build/lib.linux-x86_64-2.7/easy_install.py -> build/bdist.linux-x86_64/egg
checking build system type... byte-compiling build/bdist.linux-x86_64/egg/setuptools/script template.py to script template.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/sandbox.py to sandbox.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/archive_util.py to archive_util.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/script template (dev).py to script template (dev).pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/bdist_egg.py to bdist_egg.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/build_ext.py to build_ext.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/upload.py to upload.pyc
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c db/version_set.cc -o db/version_set.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c db/write_batch.cc -o db/write_batch.o
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/install_scripts.py to install_scripts.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/sdist.py to sdist.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/install_lib.py to install_lib.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/saveopts.py to saveopts.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/register.py to register.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/bdist_rpm.py to bdist_rpm.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/build_py.py to build_py.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/install_egg_info.py to install_egg_info.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/setopt.py to setopt.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/rotate.py to rotate.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/develop.py to develop.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py to easy_install.pyc
x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c table/block_builder.cc -o table/block_builder.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c table/block.cc -o table/block.o
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/test.py to test.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/upload_docs.py to upload_docs.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/egg_info.py to egg_info.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/install.py to install.pyc
/usr/bin/install -c
checking whether build environment is sane... byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/bdist_wininst.py to bdist_wininst.pyc
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c table/filter_block.cc -o table/filter_block.o
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/alias.py to alias.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/package_index.py to package_index.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/depends.py to depends.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/extension.py to extension.pyc
checking for a BSD-compatible install... byte-compiling build/bdist.linux-x86_64/egg/setuptools/dist.py to dist.pyc
/usr/bin/install -c
checking whether build environment is sane... byte-compiling build/bdist.linux-x86_64/egg/setuptools/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_upload_docs.py to test_upload_docs.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_build_ext.py to test_build_ext.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_sandbox.py to test_sandbox.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_packageindex.py to test_packageindex.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/server.py to server.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/doctest.py to doctest.pyc
configure: WARNING: unrecognized options: --with-curl, --disable-perftools
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_easy_install.py to test_easy_install.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_develop.py to test_develop.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_resources.py to test_resources.pyc
byte-compiling build/bdist.linux-x86_64/egg/pkg_resources.py to pkg_resources.pyc
byte-compiling build/bdist.linux-x86_64/egg/site.py to site.pyc
byte-compiling build/bdist.linux-x86_64/egg/easy_install.py to easy_install.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying distribute.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying distribute.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying distribute.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying distribute.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying distribute.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying distribute.egg-info/zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
creating dist
creating 'dist/distribute-0.6.26-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c table/format.cc -o table/format.o
checking for doxygen... no
checking for perl... /usr/bin/perl
checking for dot... no
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c table/iterator.cc -o table/iterator.o
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for a thread-safe mkdir -p... yes
/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for gcc... gcc
yes
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
checking for gcc... gcc
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c table/merger.cc -o table/merger.o
checking whether the C compiler works... checking for C compiler default output file name... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c table/table_builder.cc -o table/table_builder.o
a.out
checking whether the C compiler works... checking for a thread-safe mkdir -p... yes
/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether we are cross compiling... no
checking for suffix of executables... yes
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c table/table.cc -o table/table.o
checking for cppunit-config... /usr/bin/cppunit-config
checking for Cppunit - version >= 1.10.2...
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c table/two_level_iterator.cc -o table/two_level_iterator.o
checking whether we are cross compiling...
checking for suffix of object files... g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c util/arena.cc -o util/arena.o
1.12.1
checking for generated/zookeeper.jute.c... yes
checking for generated/zookeeper.jute.h... yes
o
checking whether we are using the GNU C compiler... checking for gcc... gcc
no
checking for suffix of object files... g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c util/bloom.cc -o util/bloom.o
checking whether the C compiler works... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
checking for gcc option to accept ISO C89...
none needed
checking whether we are cross compiling... checking for style of include used by make... none needed
GNU
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c util/cache.cc -o util/cache.o
checking for style of include used by make... checking dependency style of gcc... GNU
checking dependency style of gcc... g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c util/coding.cc -o util/coding.o
no
checking for suffix of object files... g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c util/comparator.cc -o util/comparator.o
gcc3
checking for g++... g++
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c util/crc32c.cc -o util/crc32c.o
o
checking whether we are using the GNU C compiler... g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c util/env.cc -o util/env.o
gcc3
checking how to run the C preprocessor... yes
checking whether gcc accepts -g... checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... gcc -E
yes
checking for gcc option to accept ISO C89... yes
checking dependency style of g++... checking for g++... g++
none needed
checking for style of include used by make... g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c util/env_posix.cc -o util/env_posix.o
GNU
checking dependency style of gcc... checking whether we are using the GNU C++ compiler... gcc3
checking how to run the C++ preprocessor... g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c util/filter_policy.cc -o util/filter_policy.o
yes
g++ -E
checking whether g++ accepts -g... gcc3
checking whether gcc and cc understand -c and -o together... g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c util/hash.cc -o util/hash.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c util/histogram.cc -o util/histogram.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c util/logging.cc -o util/logging.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c util/options.cc -o util/options.o
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... yes
checking dependency style of g++... /bin/grep -E
checking for ANSI C header files... g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c util/status.cc -o util/status.o
gcc3
yes
checking build system type... checking for g++... g++
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -g2 -O2 -fPIC -c port/port_posix.cc -o port/port_posix.o
checking whether we are using the GNU C++ compiler... 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 ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... yes
checking whether g++ accepts -g... yes
/usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for sys/types.h... yes
checking dependency style of g++... checking for ANSI C header files... yes
checking for sys/stat.h... gcc3
checking whether ln -s works... yes
yes
no
checking build system type... checking for stdlib.h... checking for sys/types.h... yes
x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... checking for string.h... printf
checking for a sed that does not truncate output... yes
/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... checking for sys/stat.h... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... yes
/usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... checking for memory.h... yes
BSD nm
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
yes
checking whether the shell understands "+="... checking for stdlib.h... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
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 dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... checking for strings.h... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... yes
yes
checking for inttypes.h... checking for string.h... yes
checking for stdint.h... yes
yes
ok
checking for memory.h... checking for sysroot... no
checking for unistd.h... checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... yes
checking minix/config.h usability... yes
gcc -E
checking for strings.h... checking for ANSI C header files... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for inttypes.h... yes
checking C++ compiler flags...... use default: -O2 -g -DNDEBUG
checking whether __SUNPRO_CC is declared... yes
yes
checking for sys/types.h... no
checking for a sed that does not truncate output... checking for stdint.h... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... yes
/usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... checking for sys/stat.h... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for unistd.h... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for stdlib.h... 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... yes
checking for string.h... yes
checking dlfcn.h usability... yes
ok
checking for memory.h... checking for dlfcn.h... yes
yes
checking dlfcn.h presence... checking for strings.h... yes
no
configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: dlfcn.h: proceeding with the compiler's result
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... 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
yes
checking how to run the C++ preprocessor... g++ -E
checking for inttypes.h... g++ -E
checking for objdir... .libs
yes
checking for stdint.h... checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
yes
checking if gcc supports -fno-rtti -fno-exceptions... checking whether we are using the GNU Fortran 77 compiler... checking for unistd.h... no
checking whether accepts -g... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
no
checking for dlfcn.h... checking the maximum length of command line arguments... yes
3458764513820540925
checking if gcc static flag -static works... checking command to parse /usr/bin/nm -B output from gcc object... yes
checking for objdir... .libs
yes
checking if gcc supports -c -o file.o... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
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... checking if gcc supports -fno-rtti -fno-exceptions... yes
checking dynamic linker characteristics... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... checking if gcc supports -fno-rtti -fno-exceptions... yes
checking if gcc static flag -static works... 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... no
checking whether to build static libraries... yes
no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc static flag -static works... 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... 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 dynamic linker characteristics... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
yes
checking if gcc supports -c -o file.o... checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... 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... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... yes
checking if g++ static flag -static works... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... g++ -E
yes
checking if g++ supports -c -o file.o... 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... no
checking whether to build static libraries... yes
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... 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
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
rm -f libleveldb.a
ar -rs libleveldb.a db/builder.o db/c.o db/dbformat.o db/db_impl.o db/db_iter.o db/filename.o db/log_reader.o db/log_writer.o db/memtable.o db/repair.o db/table_cache.o db/version_edit.o db/version_set.o db/write_batch.o table/block_builder.o table/block.o table/filter_block.o table/format.o table/iterator.o table/merger.o table/table_builder.o table/table.o table/two_level_iterator.o util/arena.o util/bloom.o util/cache.o util/coding.o util/comparator.o util/crc32c.o util/env.o util/env_posix.o util/filter_policy.o util/hash.o util/histogram.o util/logging.o util/options.o util/status.o port/port_posix.o
ar: creating libleveldb.a
checking for inttypes.h... (cached) yes
checking limits.h usability... checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
yes
checking if g++ static flag -static works... checking for unistd.h... (cached) yes
checking for working memcmp... yes
checking for working strtod... yes
checking if g++ supports -c -o file.o... configure: creating libtool
yes
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... (cached) checking for ftruncate... appending configuration tag "CXX" to libtool
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for pthread_mutex_lock in -lpthread... yes
checking for memset... yes
configure: building with SyncAPI support
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... 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
yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
yes
checking for mkdir... checking fcntl.h usability... checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking fcntl.h presence... yes
checking if g++ static flag -static works... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking for strchr... yes
checking if g++ supports -c -o file.o... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... yes
GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
yes
checking netinet/in.h presence... checking for strerror... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
yes
checking for strtol... checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking zlib version... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
ok (1.2.0.4 or later)
checking for library containing zlibVersion... checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
-lz
checking for the pthreads library -lpthreads... checking sys/utsname.h usability... yes
checking sys/utsname.h presence... no
checking whether pthreads work without any flags... yes
checking for sys/utsname.h... yes
checking for an ANSI C-conforming const... no
checking whether pthreads work with -Kthread... yes
checking for inline... no
checking whether pthreads work with -kthread... inline
checking whether time.h and sys/time.h may both be included... no
checking for the pthreads library -llthread... yes
checking for nfds_t... no
checking whether pthreads work with -pthread... appending configuration tag "F77" to libtool
yes
checking whether to enable ipv6... checking for ANSI C header files... (cached) no
checking for stdint.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for joinable pthread attribute... yes
checking for getcwd... checking syscall.h usability... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... yes
checking for gethostbyname... yes
checking whether -pthread is sufficient with -shared... yes
checking syscall.h presence... yes
checking for gethostname... yes
checking for syscall.h... yes
yes
checking whether what we have so far is sufficient with -nostdlib... checking sys/syscall.h usability... yes
checking for getlogin... yes
checking sys/syscall.h presence... no
checking whether -lpthread saves the day... yes
checking for getpwuid_r... yes
checking for sys/syscall.h... yes
yes
checking the location of hash_map... checking execinfo.h usability... yes
checking for gettimeofday... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking libunwind.h usability... yes
checking for getuid... yes
yes
checking libunwind.h presence... checking for memmove... yes
checking for libunwind.h... yes
checking ucontext.h usability... yes
checking for memset... <tr1/unordered_map>
yes
checking ucontext.h presence... configure: creating ./config.status
yes
yes
checking for ucontext.h... yes
checking for poll... checking sys/utsname.h usability... yes
checking for socket... yes
checking sys/utsname.h presence... yes
yes
checking for sys/utsname.h... yes
checking for strchr... checking pwd.h usability... yes
checking for strdup... yes
checking pwd.h presence... yes
checking for pwd.h... yes
yes
checking syslog.h usability... checking for strerror... yes
yes
checking syslog.h presence... checking for strtol... yes
checking for syslog.h... yes
yes
checking sys/time.h usability... configure: creating ./config.status
yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking for void *... yes
checking size of void *... 8
checking for uint16_t... yes
checking for u_int16_t... yes
checking for __uint16... no
checking for sigaltstack... yes
checking for dladdr... no
checking for fcntl... yes
checking for __attribute__... yes
checking for __builtin_expect... yes
checking for __sync_val_compare_and_swap... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... config.status: creating Makefile
no
checking for the pthreads library -llthread... config.status: creating src/Makefile
no
checking whether pthreads work with -pthread... config.status: creating protobuf.pc
config.status: creating protobuf-lite.pc
yes
config.status: creating config.h
checking for joinable pthread attribute... config.status: executing depfiles commands
PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... yes
checking whether -pthread is sufficient with -shared... yes
checking for pthread_self in -lpthread... yes
checking for main in -lgflags... no
checking for gtest-config... no
checking for backtrace in -lunwind... yes
checking support for pthread_rwlock_* functions... yes
checking whether the compiler implements namespaces... config.status: creating Makefile
yes
checking what namespace STL code is in... config.status: creating config.h
config.status: executing depfiles commands
std
checking whether compiler supports using ::operator<<... config.status: executing libtool commands
config.status: executing libtool commands
1
checking for ucontext.h... (cached) yes
=== configuring in gtest (/home/kartik/Tools/Chronos/src/build/third_party/protobuf-2.4.1/gtest)
checking sys/ucontext.h usability... configure: running /bin/bash ./configure --disable-option-checking '--prefix=/home/kartik/Tools/Chronos/install' '--with-curl' '--disable-perftools' 'JAVA_HOME=/usr/lib/jvm/jdk1.7.0_21/' '--enable-shared=no' '--with-pic' --cache-file=/dev/null --srcdir=.
yes
checking sys/ucontext.h presence... configure: WARNING: unrecognized options: --with-curl, --disable-perftools
yes
checking for sys/ucontext.h... yes
checking how to access the program counter from a struct ucontext... make[4]: Entering directory `/home/kartik/Tools/Chronos/src/build/third_party/zookeeper-3.3.4/src/c'
make all-am
make[5]: Entering directory `/home/kartik/Tools/Chronos/src/build/third_party/zookeeper-3.3.4/src/c'
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -Wall -Werror -g -O2 -D_GNU_SOURCE -MT zookeeper.lo -MD -MP -MF .deps/zookeeper.Tpo -c -o zookeeper.lo `test -f 'src/zookeeper.c' || echo './'`src/zookeeper.c
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -Wall -Werror -g -O2 -D_GNU_SOURCE -MT recordio.lo -MD -MP -MF .deps/recordio.Tpo -c -o recordio.lo `test -f 'src/recordio.c' || echo './'`src/recordio.c
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -Wall -Werror -g -O2 -D_GNU_SOURCE -MT zookeeper.jute.lo -MD -MP -MF .deps/zookeeper.jute.Tpo -c -o zookeeper.jute.lo `test -f 'generated/zookeeper.jute.c' || echo './'`generated/zookeeper.jute.c
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -Wall -Werror -g -O2 -D_GNU_SOURCE -MT zk_log.lo -MD -MP -MF .deps/zk_log.Tpo -c -o zk_log.lo `test -f 'src/zk_log.c' || echo './'`src/zk_log.c
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -Wall -Werror -g -O2 -D_GNU_SOURCE -MT zk_hashtable.lo -MD -MP -MF .deps/zk_hashtable.Tpo -c -o zk_hashtable.lo `test -f 'src/zk_hashtable.c' || echo './'`src/zk_hashtable.c
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -Wall -Werror -g -O2 -D_GNU_SOURCE -MT st_adaptor.lo -MD -MP -MF .deps/st_adaptor.Tpo -c -o st_adaptor.lo `test -f 'src/st_adaptor.c' || echo './'`src/st_adaptor.c
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -Wall -Werror -g -O2 -D_GNU_SOURCE -MT hashtable_itr.lo -MD -MP -MF .deps/hashtable_itr.Tpo -c -o hashtable_itr.lo `test -f 'src/hashtable/hashtable_itr.c' || echo './'`src/hashtable/hashtable_itr.c
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -Wall -Werror -g -O2 -D_GNU_SOURCE -MT hashtable.lo -MD -MP -MF .deps/hashtable.Tpo -c -o hashtable.lo `test -f 'src/hashtable/hashtable.c' || echo './'`src/hashtable/hashtable.c
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -DTHREADED -g -O2 -D_GNU_SOURCE -MT libzkmt_la-zookeeper.lo -MD -MP -MF .deps/libzkmt_la-zookeeper.Tpo -c -o libzkmt_la-zookeeper.lo `test -f 'src/zookeeper.c' || echo './'`src/zookeeper.c
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -DTHREADED -g -O2 -D_GNU_SOURCE -MT libzkmt_la-recordio.lo -MD -MP -MF .deps/libzkmt_la-recordio.Tpo -c -o libzkmt_la-recordio.lo `test -f 'src/recordio.c' || echo './'`src/recordio.c
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -DTHREADED -g -O2 -D_GNU_SOURCE -MT libzkmt_la-zookeeper.jute.lo -MD -MP -MF .deps/libzkmt_la-zookeeper.jute.Tpo -c -o libzkmt_la-zookeeper.jute.lo `test -f 'generated/zookeeper.jute.c' || echo './'`generated/zookeeper.jute.c
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -DTHREADED -g -O2 -D_GNU_SOURCE -MT libzkmt_la-zk_log.lo -MD -MP -MF .deps/libzkmt_la-zk_log.Tpo -c -o libzkmt_la-zk_log.lo `test -f 'src/zk_log.c' || echo './'`src/zk_log.c
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -DTHREADED -g -O2 -D_GNU_SOURCE -MT libzkmt_la-zk_hashtable.lo -MD -MP -MF .deps/libzkmt_la-zk_hashtable.Tpo -c -o libzkmt_la-zk_hashtable.lo `test -f 'src/zk_hashtable.c' || echo './'`src/zk_hashtable.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -Wall -Werror -g -O2 -D_GNU_SOURCE -MT zookeeper.lo -MD -MP -MF .deps/zookeeper.Tpo -c src/zookeeper.c -fPIC -DPIC -o zookeeper.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -Wall -Werror -g -O2 -D_GNU_SOURCE -MT recordio.lo -MD -MP -MF .deps/recordio.Tpo -c src/recordio.c -fPIC -DPIC -o recordio.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -Wall -Werror -g -O2 -D_GNU_SOURCE -MT zookeeper.jute.lo -MD -MP -MF .deps/zookeeper.jute.Tpo -c generated/zookeeper.jute.c -fPIC -DPIC -o zookeeper.jute.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -Wall -Werror -g -O2 -D_GNU_SOURCE -MT zk_hashtable.lo -MD -MP -MF .deps/zk_hashtable.Tpo -c src/zk_hashtable.c -fPIC -DPIC -o zk_hashtable.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -Wall -Werror -g -O2 -D_GNU_SOURCE -MT zk_log.lo -MD -MP -MF .deps/zk_log.Tpo -c src/zk_log.c -fPIC -DPIC -o zk_log.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -Wall -Werror -g -O2 -D_GNU_SOURCE -MT st_adaptor.lo -MD -MP -MF .deps/st_adaptor.Tpo -c src/st_adaptor.c -fPIC -DPIC -o st_adaptor.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -Wall -Werror -g -O2 -D_GNU_SOURCE -MT hashtable.lo -MD -MP -MF .deps/hashtable.Tpo -c src/hashtable/hashtable.c -fPIC -DPIC -o hashtable.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -DTHREADED -g -O2 -D_GNU_SOURCE -MT libzkmt_la-zookeeper.lo -MD -MP -MF .deps/libzkmt_la-zookeeper.Tpo -c src/zookeeper.c -fPIC -DPIC -o libzkmt_la-zookeeper.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -Wall -Werror -g -O2 -D_GNU_SOURCE -MT hashtable_itr.lo -MD -MP -MF .deps/hashtable_itr.Tpo -c src/hashtable/hashtable_itr.c -fPIC -DPIC -o hashtable_itr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -DTHREADED -g -O2 -D_GNU_SOURCE -MT libzkmt_la-recordio.lo -MD -MP -MF .deps/libzkmt_la-recordio.Tpo -c src/recordio.c -fPIC -DPIC -o libzkmt_la-recordio.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -DTHREADED -g -O2 -D_GNU_SOURCE -MT libzkmt_la-zk_log.lo -MD -MP -MF .deps/libzkmt_la-zk_log.Tpo -c src/zk_log.c -fPIC -DPIC -o libzkmt_la-zk_log.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -DTHREADED -g -O2 -D_GNU_SOURCE -MT libzkmt_la-zookeeper.jute.lo -MD -MP -MF .deps/libzkmt_la-zookeeper.jute.Tpo -c generated/zookeeper.jute.c -fPIC -DPIC -o libzkmt_la-zookeeper.jute.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -DTHREADED -g -O2 -D_GNU_SOURCE -MT libzkmt_la-zk_hashtable.lo -MD -MP -MF .deps/libzkmt_la-zk_hashtable.Tpo -c src/zk_hashtable.c -fPIC -DPIC -o libzkmt_la-zk_hashtable.o
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... mv -f .deps/st_adaptor.Tpo .deps/st_adaptor.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -DTHREADED -g -O2 -D_GNU_SOURCE -MT libzkmt_la-mt_adaptor.lo -MD -MP -MF .deps/libzkmt_la-mt_adaptor.Tpo -c -o libzkmt_la-mt_adaptor.lo `test -f 'src/mt_adaptor.c' || echo './'`src/mt_adaptor.c
uc_mcontext.gregs[REG_RIP]
mv -f .deps/hashtable_itr.Tpo .deps/hashtable_itr.Plo
mv -f .deps/zk_log.Tpo .deps/zk_log.Plo
gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -Wall -Werror -g -O2 -D_GNU_SOURCE -MT cli.o -MD -MP -MF .deps/cli.Tpo -c -o cli.o `test -f 'src/cli.c' || echo './'`src/cli.c
gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -DTHREADED -g -O2 -D_GNU_SOURCE -MT cli_mt-cli.o -MD -MP -MF .deps/cli_mt-cli.Tpo -c -o cli_mt-cli.o `test -f 'src/cli.c' || echo './'`src/cli.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -DTHREADED -g -O2 -D_GNU_SOURCE -MT libzkmt_la-mt_adaptor.lo -MD -MP -MF .deps/libzkmt_la-mt_adaptor.Tpo -c src/mt_adaptor.c -fPIC -DPIC -o libzkmt_la-mt_adaptor.o
mv -f .deps/libzkmt_la-zk_log.Tpo .deps/libzkmt_la-zk_log.Plo
gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -DTHREADED -g -O2 -D_GNU_SOURCE -MT load_gen-load_gen.o -MD -MP -MF .deps/load_gen-load_gen.Tpo -c -o load_gen-load_gen.o `test -f 'src/load_gen.c' || echo './'`src/load_gen.c
configure: creating ./config.status
mv -f .deps/hashtable.Tpo .deps/hashtable.Plo
/bin/bash ./libtool --tag=CC --mode=link gcc -Wall -Werror -g -O2 -D_GNU_SOURCE -o libhashtable.la hashtable_itr.lo hashtable.lo
mv -f .deps/zk_hashtable.Tpo .deps/zk_hashtable.Plo
mv -f .deps/libzkmt_la-zk_hashtable.Tpo .deps/libzkmt_la-zk_hashtable.Plo
yes
mv -f .deps/recordio.Tpo .deps/recordio.Plo
mv -f .deps/libzkmt_la-recordio.Tpo .deps/libzkmt_la-recordio.Plo
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
libtool: link: ar cru .libs/libhashtable.a hashtable_itr.o hashtable.o
libtool: link: ranlib .libs/libhashtable.a
checking whether the C compiler works... libtool: link: ( cd ".libs" && rm -f "libhashtable.la" && ln -s "../libhashtable.la" "libhashtable.la" )
config.status: creating Makefile
mv -f .deps/libzkmt_la-mt_adaptor.Tpo .deps/libzkmt_la-mt_adaptor.Plo
mv -f .deps/load_gen-load_gen.Tpo .deps/load_gen-load_gen.Po
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... config.status: creating src/glog/logging.h
mv -f .deps/cli_mt-cli.Tpo .deps/cli_mt-cli.Po
mv -f .deps/cli.Tpo .deps/cli.Po
checking whether we are cross compiling... config.status: creating src/glog/raw_logging.h
no
checking for suffix of object files... config.status: creating src/glog/vlog_is_on.h
o
checking whether we are using the GNU C compiler... config.status: creating src/glog/stl_logging.h
yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... config.status: creating libglog.pc
config.status: creating src/config.h
none needed
checking for style of include used by make... GNU
checking dependency style of gcc... config.status: executing depfiles commands
gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... mv -f .deps/zookeeper.jute.Tpo .deps/zookeeper.jute.Plo
yes
checking dependency style of g++... mv -f .deps/libzkmt_la-zookeeper.jute.Tpo .deps/libzkmt_la-zookeeper.jute.Plo
gcc3
checking build system type... make[4]: Entering directory `/home/kartik/Tools/Chronos/src/build/third_party/glog-0.3.1'
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-logging.lo -MD -MP -MF .deps/libglog_la-logging.Tpo -c -o libglog_la-logging.lo `test -f 'src/logging.cc' || echo './'`src/logging.cc
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-raw_logging.lo -MD -MP -MF .deps/libglog_la-raw_logging.Tpo -c -o libglog_la-raw_logging.lo `test -f 'src/raw_logging.cc' || echo './'`src/raw_logging.cc
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-vlog_is_on.lo -MD -MP -MF .deps/libglog_la-vlog_is_on.Tpo -c -o libglog_la-vlog_is_on.lo `test -f 'src/vlog_is_on.cc' || echo './'`src/vlog_is_on.cc
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-utilities.lo -MD -MP -MF .deps/libglog_la-utilities.Tpo -c -o libglog_la-utilities.lo `test -f 'src/utilities.cc' || echo './'`src/utilities.cc
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-demangle.lo -MD -MP -MF .deps/libglog_la-demangle.Tpo -c -o libglog_la-demangle.lo `test -f 'src/demangle.cc' || echo './'`src/demangle.cc
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-symbolize.lo -MD -MP -MF .deps/libglog_la-symbolize.Tpo -c -o libglog_la-symbolize.lo `test -f 'src/symbolize.cc' || echo './'`src/symbolize.cc
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-signalhandler.lo -MD -MP -MF .deps/libglog_la-signalhandler.Tpo -c -o libglog_la-signalhandler.lo `test -f 'src/signalhandler.cc' || echo './'`src/signalhandler.cc
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT logging_unittest-logging_unittest.o -MD -MP -MF .deps/logging_unittest-logging_unittest.Tpo -c -o logging_unittest-logging_unittest.o `test -f 'src/logging_unittest.cc' || echo './'`src/logging_unittest.cc
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT demangle_unittest-demangle_unittest.o -MD -MP -MF .deps/demangle_unittest-demangle_unittest.Tpo -c -o demangle_unittest-demangle_unittest.o `test -f 'src/demangle_unittest.cc' || echo './'`src/demangle_unittest.cc
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT stacktrace_unittest-stacktrace_unittest.o -MD -MP -MF .deps/stacktrace_unittest-stacktrace_unittest.Tpo -c -o stacktrace_unittest-stacktrace_unittest.o `test -f 'src/stacktrace_unittest.cc' || echo './'`src/stacktrace_unittest.cc
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT symbolize_unittest-symbolize_unittest.o -MD -MP -MF .deps/symbolize_unittest-symbolize_unittest.Tpo -c -o symbolize_unittest-symbolize_unittest.o `test -f 'src/symbolize_unittest.cc' || echo './'`src/symbolize_unittest.cc
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT stl_logging_unittest-stl_logging_unittest.o -MD -MP -MF .deps/stl_logging_unittest-stl_logging_unittest.Tpo -c -o stl_logging_unittest-stl_logging_unittest.o `test -f 'src/stl_logging_unittest.cc' || echo './'`src/stl_logging_unittest.cc
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... mv -f .deps/zookeeper.Tpo .deps/zookeeper.Plo
/bin/bash ./libtool --tag=CC --mode=link gcc -Wall -Werror -g -O2 -D_GNU_SOURCE -o libzkst.la zookeeper.lo recordio.lo zookeeper.jute.lo zk_log.lo zk_hashtable.lo st_adaptor.lo -lm
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
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... g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-logging.lo -MD -MP -MF .deps/libglog_la-logging.Tpo -c src/logging.cc -fPIC -DPIC -o libglog_la-logging.o
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-raw_logging.lo -MD -MP -MF .deps/libglog_la-raw_logging.Tpo -c src/raw_logging.cc -fPIC -DPIC -o libglog_la-raw_logging.o
mv -f .deps/libzkmt_la-zookeeper.Tpo .deps/libzkmt_la-zookeeper.Plo
/bin/bash ./libtool --tag=CC --mode=link gcc -DTHREADED -g -O2 -D_GNU_SOURCE -o libzkmt.la libzkmt_la-zookeeper.lo libzkmt_la-recordio.lo libzkmt_la-zookeeper.jute.lo libzkmt_la-zk_log.lo libzkmt_la-zk_hashtable.lo libzkmt_la-mt_adaptor.lo -lm
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-signalhandler.lo -MD -MP -MF .deps/libglog_la-signalhandler.Tpo -c src/signalhandler.cc -fPIC -DPIC -o libglog_la-signalhandler.o
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-utilities.lo -MD -MP -MF .deps/libglog_la-utilities.Tpo -c src/utilities.cc -fPIC -DPIC -o libglog_la-utilities.o
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-vlog_is_on.lo -MD -MP -MF .deps/libglog_la-vlog_is_on.Tpo -c src/vlog_is_on.cc -fPIC -DPIC -o libglog_la-vlog_is_on.o
libtool: link: ar cru .libs/libzkst.a zookeeper.o recordio.o zookeeper.jute.o zk_log.o zk_hashtable.o st_adaptor.o
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-symbolize.lo -MD -MP -MF .deps/libglog_la-symbolize.Tpo -c src/symbolize.cc -fPIC -DPIC -o libglog_la-symbolize.o
libtool: link: ranlib .libs/libzkst.a
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-demangle.lo -MD -MP -MF .deps/libglog_la-demangle.Tpo -c src/demangle.cc -fPIC -DPIC -o libglog_la-demangle.o
libtool: link: ( cd ".libs" && rm -f "libzkst.la" && ln -s "../libzkst.la" "libzkst.la" )
/bin/bash ./libtool --tag=CC --mode=link gcc -Wall -Werror -g -O2 -D_GNU_SOURCE -no-undefined -version-info 2 -export-symbols-regex '(zoo_|zookeeper_|zhandle|Z|format_log_message|log_message|logLevel|deallocate_|zerror|is_unrecoverable)' -o libzookeeper_st.la -rpath /home/kartik/Tools/Chronos/install/lib libzkst.la libhashtable.la
ok
checking how to run the C preprocessor... libtool: link: ar cru .libs/libzkmt.a libzkmt_la-zookeeper.o libzkmt_la-recordio.o libzkmt_la-zookeeper.jute.o libzkmt_la-zk_log.o libzkmt_la-zk_hashtable.o libzkmt_la-mt_adaptor.o
gcc -E
libtool: link: ranlib .libs/libzkmt.a
libtool: link: ( cd ".libs" && rm -f "libzkmt.la" && ln -s "../libzkmt.la" "libzkmt.la" )
/bin/bash ./libtool --tag=CC --mode=link gcc -Wall -Werror -g -O2 -D_GNU_SOURCE -no-undefined -version-info 2 -export-symbols-regex '(zoo_|zookeeper_|zhandle|Z|format_log_message|log_message|logLevel|deallocate_|zerror|is_unrecoverable)' -o libzookeeper_mt.la -rpath /home/kartik/Tools/Chronos/install/lib libzkmt.la libhashtable.la -lpthread
checking for ANSI C header files... libtool: link: (cd .libs/libzookeeper_st.lax/libzkst.a && ar x "/home/kartik/Tools/Chronos/src/build/third_party/zookeeper-3.3.4/src/c/./.libs/libzkst.a")
libtool: link: (cd .libs/libzookeeper_st.lax/libhashtable.a && ar x "/home/kartik/Tools/Chronos/src/build/third_party/zookeeper-3.3.4/src/c/./.libs/libhashtable.a")
libtool: link: ar cru .libs/libzookeeper_st.a .libs/libzookeeper_st.lax/libzkst.a/recordio.o .libs/libzookeeper_st.lax/libzkst.a/st_adaptor.o .libs/libzookeeper_st.lax/libzkst.a/zk_hashtable.o .libs/libzookeeper_st.lax/libzkst.a/zk_log.o .libs/libzookeeper_st.lax/libzkst.a/zookeeper.jute.o .libs/libzookeeper_st.lax/libzkst.a/zookeeper.o .libs/libzookeeper_st.lax/libhashtable.a/hashtable.o .libs/libzookeeper_st.lax/libhashtable.a/hashtable_itr.o
libtool: link: ranlib .libs/libzookeeper_st.a
libtool: link: rm -fr .libs/libzookeeper_st.lax
libtool: link: ( cd ".libs" && rm -f "libzookeeper_st.la" && ln -s "../libzookeeper_st.la" "libzookeeper_st.la" )
yes
/bin/bash ./libtool --tag=CC --mode=link gcc -Wall -Werror -g -O2 -D_GNU_SOURCE -o cli_st cli.o libzookeeper_st.la
libtool: link: (cd .libs/libzookeeper_mt.lax/libzkmt.a && ar x "/home/kartik/Tools/Chronos/src/build/third_party/zookeeper-3.3.4/src/c/./.libs/libzkmt.a")
checking for sys/types.h... yes
libtool: link: (cd .libs/libzookeeper_mt.lax/libhashtable.a && ar x "/home/kartik/Tools/Chronos/src/build/third_party/zookeeper-3.3.4/src/c/./.libs/libhashtable.a")
mv -f .deps/stacktrace_unittest-stacktrace_unittest.Tpo .deps/stacktrace_unittest-stacktrace_unittest.Po
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT utilities_unittest-utilities_unittest.o -MD -MP -MF .deps/utilities_unittest-utilities_unittest.Tpo -c -o utilities_unittest-utilities_unittest.o `test -f 'src/utilities_unittest.cc' || echo './'`src/utilities_unittest.cc
checking for sys/stat.h... libtool: link: ar cru .libs/libzookeeper_mt.a .libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-mt_adaptor.o .libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-recordio.o .libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-zk_hashtable.o .libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-zk_log.o .libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-zookeeper.jute.o .libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-zookeeper.o .libs/libzookeeper_mt.lax/libhashtable.a/hashtable.o .libs/libzookeeper_mt.lax/libhashtable.a/hashtable_itr.o
In file included from src/utilities.cc:334:0:
src/utilities.cc: In function ‘void google::DebugWriteToStderr(const char*, void*)’:
src/utilities.cc:82:43: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]src/signalhandler.cc: In function ‘void google::{anonymous}::WriteToStderr(const char*, int)’:
src/signalhandler.cc:145:35: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]libtool: link: ranlib .libs/libzookeeper_mt.a
libtool: link: rm -fr .libs/libzookeeper_mt.lax
yes
libtool: link: ( cd ".libs" && rm -f "libzookeeper_mt.la" && ln -s "../libzookeeper_mt.la" "libzookeeper_mt.la" )
checking for stdlib.h... /bin/bash ./libtool --tag=CC --mode=link gcc -DTHREADED -g -O2 -D_GNU_SOURCE -o cli_mt cli_mt-cli.o libzookeeper_mt.la
mv -f .deps/libglog_la-raw_logging.Tpo .deps/libglog_la-raw_logging.Plo
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT logging_striptest0-logging_striptest_main.o -MD -MP -MF .deps/logging_striptest0-logging_striptest_main.Tpo -c -o logging_striptest0-logging_striptest_main.o `test -f 'src/logging_striptest_main.cc' || echo './'`src/logging_striptest_main.cc
libtool: link: gcc -Wall -Werror -g -O2 -D_GNU_SOURCE -o cli_st cli.o ./.libs/libzookeeper_st.a -lm
yes
checking for string.h... yes
/bin/bash ./libtool --tag=CC --mode=link gcc -DTHREADED -g -O2 -D_GNU_SOURCE -o load_gen load_gen-load_gen.o libzookeeper_mt.la
checking for memory.h... src/logging.cc: In member function ‘void google::LogMessage::SendToLog()’:
src/logging.cc:1215:51: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
src/logging.cc: In function ‘void google::WriteToStderr(const char*, size_t)’:
src/logging.cc:506:37: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
src/logging.cc: In member function ‘bool google::{anonymous}::LogFileObject::CreateLogfile(const char*)’:
src/logging.cc:722:40: warning: ignoring return value of ‘int symlink(const char*, const char*)’, declared with attribute warn_unused_result [-Wunused-result]
src/logging.cc:729:42: warning: ignoring return value of ‘int symlink(const char*, const char*)’, declared with attribute warn_unused_result [-Wunused-result]
mv -f .deps/libglog_la-vlog_is_on.Tpo .deps/libglog_la-vlog_is_on.Plo
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT logging_striptest2-logging_striptest2.o -MD -MP -MF .deps/logging_striptest2-logging_striptest2.Tpo -c -o logging_striptest2-logging_striptest2.o `test -f 'src/logging_striptest2.cc' || echo './'`src/logging_striptest2.cc
libtool: link: gcc -DTHREADED -g -O2 -D_GNU_SOURCE -o cli_mt cli_mt-cli.o ./.libs/libzookeeper_mt.a -lm -lpthread
yes
mv -f .deps/libglog_la-utilities.Tpo .deps/libglog_la-utilities.Plo
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT logging_striptest10-logging_striptest10.o -MD -MP -MF .deps/logging_striptest10-logging_striptest10.Tpo -c -o logging_striptest10-logging_striptest10.o `test -f 'src/logging_striptest10.cc' || echo './'`src/logging_striptest10.cc
checking for strings.h... g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT signalhandler_unittest-signalhandler_unittest.o -MD -MP -MF .deps/signalhandler_unittest-signalhandler_unittest.Tpo -c -o signalhandler_unittest-signalhandler_unittest.o `test -f 'src/signalhandler_unittest.cc' || echo './'`src/signalhandler_unittest.cc
mv -f .deps/libglog_la-signalhandler.Tpo .deps/libglog_la-signalhandler.Plo
yes
libtool: link: gcc -DTHREADED -g -O2 -D_GNU_SOURCE -o load_gen load_gen-load_gen.o ./.libs/libzookeeper_mt.a -lm -lpthread
checking for inttypes.h... mv -f .deps/libglog_la-symbolize.Tpo .deps/libglog_la-symbolize.Plo
make[5]: Leaving directory `/home/kartik/Tools/Chronos/src/build/third_party/zookeeper-3.3.4/src/c'
make[4]: Leaving directory `/home/kartik/Tools/Chronos/src/build/third_party/zookeeper-3.3.4/src/c'
yes
checking for stdint.h... mv -f .deps/demangle_unittest-demangle_unittest.Tpo .deps/demangle_unittest-demangle_unittest.Po
mv -f .deps/symbolize_unittest-symbolize_unittest.Tpo .deps/symbolize_unittest-symbolize_unittest.Po
yes
checking for unistd.h... yes
checking for dlfcn.h... mv -f .deps/libglog_la-demangle.Tpo .deps/libglog_la-demangle.Plo
mv -f .deps/logging_striptest0-logging_striptest_main.Tpo .deps/logging_striptest0-logging_striptest_main.Po
yes
src/signalhandler_unittest.cc: In function ‘void WriteToStdout(const char*, int)’:
src/signalhandler_unittest.cc:61:35: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
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... mv -f .deps/logging_striptest2-logging_striptest2.Tpo .deps/logging_striptest2-logging_striptest2.Po
mv -f .deps/signalhandler_unittest-signalhandler_unittest.Tpo .deps/signalhandler_unittest-signalhandler_unittest.Po
g++ -E
mv -f .deps/logging_striptest10-logging_striptest10.Tpo .deps/logging_striptest10-logging_striptest10.Po
checking for objdir... .libs
mv -f .deps/utilities_unittest-utilities_unittest.Tpo .deps/utilities_unittest-utilities_unittest.Po
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 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... no
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... mv -f .deps/libglog_la-logging.Tpo .deps/libglog_la-logging.Plo
/bin/bash ./libtool --tag=CXX --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -o libglog.la -rpath /home/kartik/Tools/Chronos/install/lib libglog_la-logging.lo libglog_la-raw_logging.lo libglog_la-vlog_is_on.lo libglog_la-utilities.lo libglog_la-demangle.lo libglog_la-symbolize.lo libglog_la-signalhandler.lo -lunwind -lpthread
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 for python... /usr/bin/python
checking for the pthreads library -lpthreads... mkdir .libs
no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... ar cru .libs/libglog.a libglog_la-logging.o libglog_la-raw_logging.o libglog_la-vlog_is_on.o libglog_la-utilities.o libglog_la-demangle.o libglog_la-symbolize.o libglog_la-signalhandler.o
no
checking whether pthreads work with -pthread... ranlib .libs/libglog.a
creating libglog.la
(cd .libs && rm -f libglog.la && ln -s ../libglog.la libglog.la)
/bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o demangle_unittest demangle_unittest-demangle_unittest.o libglog.la -lunwind -lpthread
/bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o stacktrace_unittest stacktrace_unittest-stacktrace_unittest.o libglog.la -lunwind -lpthread
/bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o symbolize_unittest symbolize_unittest-symbolize_unittest.o libglog.la -lunwind -lpthread
yes
checking for joinable pthread attribute... /bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o utilities_unittest utilities_unittest-utilities_unittest.o libglog.la -lunwind -lpthread
/bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o logging_striptest0 logging_striptest0-logging_striptest_main.o libglog.la -lunwind -lpthread
/bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o logging_striptest2 logging_striptest2-logging_striptest2.o libglog.la -lunwind -lpthread
/bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o logging_striptest10 logging_striptest10-logging_striptest10.o libglog.la -lunwind -lpthread
/bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o signalhandler_unittest signalhandler_unittest-signalhandler_unittest.o libglog.la -lunwind -lpthread
PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... yes
checking whether -pthread is sufficient with -shared... mv -f .deps/logging_unittest-logging_unittest.Tpo .deps/logging_unittest-logging_unittest.Po
mv -f .deps/stl_logging_unittest-stl_logging_unittest.Tpo .deps/stl_logging_unittest-stl_logging_unittest.Po
/bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o logging_unittest logging_unittest-logging_unittest.o libglog.la -lunwind -lpthread
/bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o stl_logging_unittest stl_logging_unittest-stl_logging_unittest.o libglog.la -lunwind -lpthread
yes
g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o demangle_unittest demangle_unittest-demangle_unittest.o ./.libs/libglog.a -lunwind -lpthread
g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o stacktrace_unittest stacktrace_unittest-stacktrace_unittest.o ./.libs/libglog.a -lunwind -lpthread
g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o utilities_unittest utilities_unittest-utilities_unittest.o ./.libs/libglog.a -lunwind -lpthread
g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o symbolize_unittest symbolize_unittest-symbolize_unittest.o ./.libs/libglog.a -lunwind -lpthread
g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o logging_striptest0 logging_striptest0-logging_striptest_main.o ./.libs/libglog.a -lunwind -lpthread
g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o logging_striptest2 logging_striptest2-logging_striptest2.o ./.libs/libglog.a -lunwind -lpthread
g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o logging_striptest10 logging_striptest10-logging_striptest10.o ./.libs/libglog.a -lunwind -lpthread
g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o signalhandler_unittest signalhandler_unittest-signalhandler_unittest.o ./.libs/libglog.a -lunwind -lpthread
configure: creating ./config.status
g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o logging_unittest logging_unittest-logging_unittest.o ./.libs/libglog.a -lunwind -lpthread
g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -pthread -o stl_logging_unittest stl_logging_unittest-stl_logging_unittest.o ./.libs/libglog.a -lunwind -lpthread
make[4]: Leaving directory `/home/kartik/Tools/Chronos/src/build/third_party/glog-0.3.1'
config.status: creating Makefile
config.status: creating scripts/gtest-config
config.status: creating build-aux/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make[4]: Entering directory `/home/kartik/Tools/Chronos/src/build/third_party/protobuf-2.4.1'
make all-recursive
make[5]: Entering directory `/home/kartik/Tools/Chronos/src/build/third_party/protobuf-2.4.1'
Making all in .
make[6]: Entering directory `/home/kartik/Tools/Chronos/src/build/third_party/protobuf-2.4.1'
make[6]: Leaving directory `/home/kartik/Tools/Chronos/src/build/third_party/protobuf-2.4.1'
Making all in src
make[6]: Entering directory `/home/kartik/Tools/Chronos/src/build/third_party/protobuf-2.4.1/src'
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o `test -f 'google/protobuf/compiler/main.cc' || echo './'`google/protobuf/compiler/main.cc
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT common.lo -MD -MP -MF .deps/common.Tpo -c -o common.lo `test -f 'google/protobuf/stubs/common.cc' || echo './'`google/protobuf/stubs/common.cc
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT once.lo -MD -MP -MF .deps/once.Tpo -c -o once.lo `test -f 'google/protobuf/stubs/once.cc' || echo './'`google/protobuf/stubs/once.cc
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT extension_set.lo -MD -MP -MF .deps/extension_set.Tpo -c -o extension_set.lo `test -f 'google/protobuf/extension_set.cc' || echo './'`google/protobuf/extension_set.cc
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT generated_message_util.lo -MD -MP -MF .deps/generated_message_util.Tpo -c -o generated_message_util.lo `test -f 'google/protobuf/generated_message_util.cc' || echo './'`google/protobuf/generated_message_util.cc
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT message_lite.lo -MD -MP -MF .deps/message_lite.Tpo -c -o message_lite.lo `test -f 'google/protobuf/message_lite.cc' || echo './'`google/protobuf/message_lite.cc
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT repeated_field.lo -MD -MP -MF .deps/repeated_field.Tpo -c -o repeated_field.lo `test -f 'google/protobuf/repeated_field.cc' || echo './'`google/protobuf/repeated_field.cc
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT wire_format_lite.lo -MD -MP -MF .deps/wire_format_lite.Tpo -c -o wire_format_lite.lo `test -f 'google/protobuf/wire_format_lite.cc' || echo './'`google/protobuf/wire_format_lite.cc
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT coded_stream.lo -MD -MP -MF .deps/coded_stream.Tpo -c -o coded_stream.lo `test -f 'google/protobuf/io/coded_stream.cc' || echo './'`google/protobuf/io/coded_stream.cc
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT zero_copy_stream.lo -MD -MP -MF .deps/zero_copy_stream.Tpo -c -o zero_copy_stream.lo `test -f 'google/protobuf/io/zero_copy_stream.cc' || echo './'`google/protobuf/io/zero_copy_stream.cc
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT zero_copy_stream_impl_lite.lo -MD -MP -MF .deps/zero_copy_stream_impl_lite.Tpo -c -o zero_copy_stream_impl_lite.lo `test -f 'google/protobuf/io/zero_copy_stream_impl_lite.cc' || echo './'`google/protobuf/io/zero_copy_stream_impl_lite.cc
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT strutil.lo -MD -MP -MF .deps/strutil.Tpo -c -o strutil.lo `test -f 'google/protobuf/stubs/strutil.cc' || echo './'`google/protobuf/stubs/strutil.cc
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT substitute.lo -MD -MP -MF .deps/substitute.Tpo -c -o substitute.lo `test -f 'google/protobuf/stubs/substitute.cc' || echo './'`google/protobuf/stubs/substitute.cc
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT structurally_valid.lo -MD -MP -MF .deps/structurally_valid.Tpo -c -o structurally_valid.lo `test -f 'google/protobuf/stubs/structurally_valid.cc' || echo './'`google/protobuf/stubs/structurally_valid.cc
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT descriptor.lo -MD -MP -MF .deps/descriptor.Tpo -c -o descriptor.lo `test -f 'google/protobuf/descriptor.cc' || echo './'`google/protobuf/descriptor.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT common.lo -MD -MP -MF .deps/common.Tpo -c google/protobuf/stubs/common.cc -fPIC -DPIC -o common.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT extension_set.lo -MD -MP -MF .deps/extension_set.Tpo -c google/protobuf/extension_set.cc -fPIC -DPIC -o extension_set.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT message_lite.lo -MD -MP -MF .deps/message_lite.Tpo -c google/protobuf/message_lite.cc -fPIC -DPIC -o message_lite.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT generated_message_util.lo -MD -MP -MF .deps/generated_message_util.Tpo -c google/protobuf/generated_message_util.cc -fPIC -DPIC -o generated_message_util.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT once.lo -MD -MP -MF .deps/once.Tpo -c google/protobuf/stubs/once.cc -fPIC -DPIC -o once.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT wire_format_lite.lo -MD -MP -MF .deps/wire_format_lite.Tpo -c google/protobuf/wire_format_lite.cc -fPIC -DPIC -o wire_format_lite.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT coded_stream.lo -MD -MP -MF .deps/coded_stream.Tpo -c google/protobuf/io/coded_stream.cc -fPIC -DPIC -o coded_stream.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT zero_copy_stream.lo -MD -MP -MF .deps/zero_copy_stream.Tpo -c google/protobuf/io/zero_copy_stream.cc -fPIC -DPIC -o zero_copy_stream.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT repeated_field.lo -MD -MP -MF .deps/repeated_field.Tpo -c google/protobuf/repeated_field.cc -fPIC -DPIC -o repeated_field.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT substitute.lo -MD -MP -MF .deps/substitute.Tpo -c google/protobuf/stubs/substitute.cc -fPIC -DPIC -o substitute.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT zero_copy_stream_impl_lite.lo -MD -MP -MF .deps/zero_copy_stream_impl_lite.Tpo -c google/protobuf/io/zero_copy_stream_impl_lite.cc -fPIC -DPIC -o zero_copy_stream_impl_lite.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT structurally_valid.lo -MD -MP -MF .deps/structurally_valid.Tpo -c google/protobuf/stubs/structurally_valid.cc -fPIC -DPIC -o structurally_valid.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT strutil.lo -MD -MP -MF .deps/strutil.Tpo -c google/protobuf/stubs/strutil.cc -fPIC -DPIC -o strutil.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT descriptor.lo -MD -MP -MF .deps/descriptor.Tpo -c google/protobuf/descriptor.cc -fPIC -DPIC -o descriptor.o
mv -f .deps/once.Tpo .deps/once.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT descriptor.pb.lo -MD -MP -MF .deps/descriptor.pb.Tpo -c -o descriptor.pb.lo `test -f 'google/protobuf/descriptor.pb.cc' || echo './'`google/protobuf/descriptor.pb.cc
mv -f .deps/zero_copy_stream.Tpo .deps/zero_copy_stream.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT descriptor_database.lo -MD -MP -MF .deps/descriptor_database.Tpo -c -o descriptor_database.lo `test -f 'google/protobuf/descriptor_database.cc' || echo './'`google/protobuf/descriptor_database.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT descriptor.pb.lo -MD -MP -MF .deps/descriptor.pb.Tpo -c google/protobuf/descriptor.pb.cc -fPIC -DPIC -o descriptor.pb.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT descriptor_database.lo -MD -MP -MF .deps/descriptor_database.Tpo -c google/protobuf/descriptor_database.cc -fPIC -DPIC -o descriptor_database.o
mv -f .deps/generated_message_util.Tpo .deps/generated_message_util.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT dynamic_message.lo -MD -MP -MF .deps/dynamic_message.Tpo -c -o dynamic_message.lo `test -f 'google/protobuf/dynamic_message.cc' || echo './'`google/protobuf/dynamic_message.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT dynamic_message.lo -MD -MP -MF .deps/dynamic_message.Tpo -c google/protobuf/dynamic_message.cc -fPIC -DPIC -o dynamic_message.o
mv -f .deps/structurally_valid.Tpo .deps/structurally_valid.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT extension_set_heavy.lo -MD -MP -MF .deps/extension_set_heavy.Tpo -c -o extension_set_heavy.lo `test -f 'google/protobuf/extension_set_heavy.cc' || echo './'`google/protobuf/extension_set_heavy.cc
mv -f .deps/main.Tpo .deps/main.Po
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT generated_message_reflection.lo -MD -MP -MF .deps/generated_message_reflection.Tpo -c -o generated_message_reflection.lo `test -f 'google/protobuf/generated_message_reflection.cc' || echo './'`google/protobuf/generated_message_reflection.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT extension_set_heavy.lo -MD -MP -MF .deps/extension_set_heavy.Tpo -c google/protobuf/extension_set_heavy.cc -fPIC -DPIC -o extension_set_heavy.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT generated_message_reflection.lo -MD -MP -MF .deps/generated_message_reflection.Tpo -c google/protobuf/generated_message_reflection.cc -fPIC -DPIC -o generated_message_reflection.o
mv -f .deps/substitute.Tpo .deps/substitute.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT message.lo -MD -MP -MF .deps/message.Tpo -c -o message.lo `test -f 'google/protobuf/message.cc' || echo './'`google/protobuf/message.cc
mv -f .deps/repeated_field.Tpo .deps/repeated_field.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT reflection_ops.lo -MD -MP -MF .deps/reflection_ops.Tpo -c -o reflection_ops.lo `test -f 'google/protobuf/reflection_ops.cc' || echo './'`google/protobuf/reflection_ops.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT message.lo -MD -MP -MF .deps/message.Tpo -c google/protobuf/message.cc -fPIC -DPIC -o message.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT reflection_ops.lo -MD -MP -MF .deps/reflection_ops.Tpo -c google/protobuf/reflection_ops.cc -fPIC -DPIC -o reflection_ops.o
mv -f .deps/zero_copy_stream_impl_lite.Tpo .deps/zero_copy_stream_impl_lite.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT service.lo -MD -MP -MF .deps/service.Tpo -c -o service.lo `test -f 'google/protobuf/service.cc' || echo './'`google/protobuf/service.cc
mv -f .deps/message_lite.Tpo .deps/message_lite.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT text_format.lo -MD -MP -MF .deps/text_format.Tpo -c -o text_format.lo `test -f 'google/protobuf/text_format.cc' || echo './'`google/protobuf/text_format.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT service.lo -MD -MP -MF .deps/service.Tpo -c google/protobuf/service.cc -fPIC -DPIC -o service.o
mv -f .deps/common.Tpo .deps/common.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT unknown_field_set.lo -MD -MP -MF .deps/unknown_field_set.Tpo -c -o unknown_field_set.lo `test -f 'google/protobuf/unknown_field_set.cc' || echo './'`google/protobuf/unknown_field_set.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT text_format.lo -MD -MP -MF .deps/text_format.Tpo -c google/protobuf/text_format.cc -fPIC -DPIC -o text_format.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT unknown_field_set.lo -MD -MP -MF .deps/unknown_field_set.Tpo -c google/protobuf/unknown_field_set.cc -fPIC -DPIC -o unknown_field_set.o
mv -f .deps/coded_stream.Tpo .deps/coded_stream.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT wire_format.lo -MD -MP -MF .deps/wire_format.Tpo -c -o wire_format.lo `test -f 'google/protobuf/wire_format.cc' || echo './'`google/protobuf/wire_format.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT wire_format.lo -MD -MP -MF .deps/wire_format.Tpo -c google/protobuf/wire_format.cc -fPIC -DPIC -o wire_format.o
mv -f .deps/wire_format_lite.Tpo .deps/wire_format_lite.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT gzip_stream.lo -MD -MP -MF .deps/gzip_stream.Tpo -c -o gzip_stream.lo `test -f 'google/protobuf/io/gzip_stream.cc' || echo './'`google/protobuf/io/gzip_stream.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT gzip_stream.lo -MD -MP -MF .deps/gzip_stream.Tpo -c google/protobuf/io/gzip_stream.cc -fPIC -DPIC -o gzip_stream.o
mv -f .deps/service.Tpo .deps/service.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT printer.lo -MD -MP -MF .deps/printer.Tpo -c -o printer.lo `test -f 'google/protobuf/io/printer.cc' || echo './'`google/protobuf/io/printer.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT printer.lo -MD -MP -MF .deps/printer.Tpo -c google/protobuf/io/printer.cc -fPIC -DPIC -o printer.o
mv -f .deps/gzip_stream.Tpo .deps/gzip_stream.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT tokenizer.lo -MD -MP -MF .deps/tokenizer.Tpo -c -o tokenizer.lo `test -f 'google/protobuf/io/tokenizer.cc' || echo './'`google/protobuf/io/tokenizer.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT tokenizer.lo -MD -MP -MF .deps/tokenizer.Tpo -c google/protobuf/io/tokenizer.cc -fPIC -DPIC -o tokenizer.o
mv -f .deps/strutil.Tpo .deps/strutil.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT zero_copy_stream_impl.lo -MD -MP -MF .deps/zero_copy_stream_impl.Tpo -c -o zero_copy_stream_impl.lo `test -f 'google/protobuf/io/zero_copy_stream_impl.cc' || echo './'`google/protobuf/io/zero_copy_stream_impl.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT zero_copy_stream_impl.lo -MD -MP -MF .deps/zero_copy_stream_impl.Tpo -c google/protobuf/io/zero_copy_stream_impl.cc -fPIC -DPIC -o zero_copy_stream_impl.o
mv -f .deps/reflection_ops.Tpo .deps/reflection_ops.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT importer.lo -MD -MP -MF .deps/importer.Tpo -c -o importer.lo `test -f 'google/protobuf/compiler/importer.cc' || echo './'`google/protobuf/compiler/importer.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT importer.lo -MD -MP -MF .deps/importer.Tpo -c google/protobuf/compiler/importer.cc -fPIC -DPIC -o importer.o
mv -f .deps/unknown_field_set.Tpo .deps/unknown_field_set.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c -o parser.lo `test -f 'google/protobuf/compiler/parser.cc' || echo './'`google/protobuf/compiler/parser.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c google/protobuf/compiler/parser.cc -fPIC -DPIC -o parser.o
mv -f .deps/dynamic_message.Tpo .deps/dynamic_message.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT code_generator.lo -MD -MP -MF .deps/code_generator.Tpo -c -o code_generator.lo `test -f 'google/protobuf/compiler/code_generator.cc' || echo './'`google/protobuf/compiler/code_generator.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT code_generator.lo -MD -MP -MF .deps/code_generator.Tpo -c google/protobuf/compiler/code_generator.cc -fPIC -DPIC -o code_generator.o
mv -f .deps/printer.Tpo .deps/printer.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT command_line_interface.lo -MD -MP -MF .deps/command_line_interface.Tpo -c -o command_line_interface.lo `test -f 'google/protobuf/compiler/command_line_interface.cc' || echo './'`google/protobuf/compiler/command_line_interface.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT command_line_interface.lo -MD -MP -MF .deps/command_line_interface.Tpo -c google/protobuf/compiler/command_line_interface.cc -fPIC -DPIC -o command_line_interface.o
mv -f .deps/message.Tpo .deps/message.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo `test -f 'google/protobuf/compiler/plugin.cc' || echo './'`google/protobuf/compiler/plugin.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c google/protobuf/compiler/plugin.cc -fPIC -DPIC -o plugin.o
mv -f .deps/zero_copy_stream_impl.Tpo .deps/zero_copy_stream_impl.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT plugin.pb.lo -MD -MP -MF .deps/plugin.pb.Tpo -c -o plugin.pb.lo `test -f 'google/protobuf/compiler/plugin.pb.cc' || echo './'`google/protobuf/compiler/plugin.pb.cc
mv -f .deps/tokenizer.Tpo .deps/tokenizer.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT subprocess.lo -MD -MP -MF .deps/subprocess.Tpo -c -o subprocess.lo `test -f 'google/protobuf/compiler/subprocess.cc' || echo './'`google/protobuf/compiler/subprocess.cc
mv -f .deps/extension_set_heavy.Tpo .deps/extension_set_heavy.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT zip_writer.lo -MD -MP -MF .deps/zip_writer.Tpo -c -o zip_writer.lo `test -f 'google/protobuf/compiler/zip_writer.cc' || echo './'`google/protobuf/compiler/zip_writer.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT plugin.pb.lo -MD -MP -MF .deps/plugin.pb.Tpo -c google/protobuf/compiler/plugin.pb.cc -fPIC -DPIC -o plugin.pb.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT subprocess.lo -MD -MP -MF .deps/subprocess.Tpo -c google/protobuf/compiler/subprocess.cc -fPIC -DPIC -o subprocess.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT zip_writer.lo -MD -MP -MF .deps/zip_writer.Tpo -c google/protobuf/compiler/zip_writer.cc -fPIC -DPIC -o zip_writer.o
mv -f .deps/code_generator.Tpo .deps/code_generator.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT cpp_enum.lo -MD -MP -MF .deps/cpp_enum.Tpo -c -o cpp_enum.lo `test -f 'google/protobuf/compiler/cpp/cpp_enum.cc' || echo './'`google/protobuf/compiler/cpp/cpp_enum.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT cpp_enum.lo -MD -MP -MF .deps/cpp_enum.Tpo -c google/protobuf/compiler/cpp/cpp_enum.cc -fPIC -DPIC -o cpp_enum.o
google/protobuf/compiler/subprocess.cc: In member function ‘void google::protobuf::compiler::Subprocess::Start(const string&, google::protobuf::compiler::Subprocess::SearchMode)’:
google/protobuf/compiler/subprocess.cc:297:19: warning: ignoring return value of ‘int pipe(int*)’, declared with attribute warn_unused_result [-Wunused-result]
google/protobuf/compiler/subprocess.cc:298:20: warning: ignoring return value of ‘int pipe(int*)’, declared with attribute warn_unused_result [-Wunused-result]
google/protobuf/compiler/subprocess.cc:326:51: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
google/protobuf/compiler/subprocess.cc:328:51: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
mv -f .deps/subprocess.Tpo .deps/subprocess.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT cpp_enum_field.lo -MD -MP -MF .deps/cpp_enum_field.Tpo -c -o cpp_enum_field.lo `test -f 'google/protobuf/compiler/cpp/cpp_enum_field.cc' || echo './'`google/protobuf/compiler/cpp/cpp_enum_field.cc
mv -f .deps/wire_format.Tpo .deps/wire_format.Plo
mv -f .deps/zip_writer.Tpo .deps/zip_writer.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT cpp_extension.lo -MD -MP -MF .deps/cpp_extension.Tpo -c -o cpp_extension.lo `test -f 'google/protobuf/compiler/cpp/cpp_extension.cc' || echo './'`google/protobuf/compiler/cpp/cpp_extension.cc
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT cpp_field.lo -MD -MP -MF .deps/cpp_field.Tpo -c -o cpp_field.lo `test -f 'google/protobuf/compiler/cpp/cpp_field.cc' || echo './'`google/protobuf/compiler/cpp/cpp_field.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT cpp_enum_field.lo -MD -MP -MF .deps/cpp_enum_field.Tpo -c google/protobuf/compiler/cpp/cpp_enum_field.cc -fPIC -DPIC -o cpp_enum_field.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT cpp_extension.lo -MD -MP -MF .deps/cpp_extension.Tpo -c google/protobuf/compiler/cpp/cpp_extension.cc -fPIC -DPIC -o cpp_extension.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT cpp_field.lo -MD -MP -MF .deps/cpp_field.Tpo -c google/protobuf/compiler/cpp/cpp_field.cc -fPIC -DPIC -o cpp_field.o
mv -f .deps/plugin.Tpo .deps/plugin.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT cpp_file.lo -MD -MP -MF .deps/cpp_file.Tpo -c -o cpp_file.lo `test -f 'google/protobuf/compiler/cpp/cpp_file.cc' || echo './'`google/protobuf/compiler/cpp/cpp_file.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT cpp_file.lo -MD -MP -MF .deps/cpp_file.Tpo -c google/protobuf/compiler/cpp/cpp_file.cc -fPIC -DPIC -o cpp_file.o
mv -f .deps/importer.Tpo .deps/importer.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT cpp_generator.lo -MD -MP -MF .deps/cpp_generator.Tpo -c -o cpp_generator.lo `test -f 'google/protobuf/compiler/cpp/cpp_generator.cc' || echo './'`google/protobuf/compiler/cpp/cpp_generator.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT cpp_generator.lo -MD -MP -MF .deps/cpp_generator.Tpo -c google/protobuf/compiler/cpp/cpp_generator.cc -fPIC -DPIC -o cpp_generator.o
mv -f .deps/extension_set.Tpo .deps/extension_set.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT cpp_helpers.lo -MD -MP -MF .deps/cpp_helpers.Tpo -c -o cpp_helpers.lo `test -f 'google/protobuf/compiler/cpp/cpp_helpers.cc' || echo './'`google/protobuf/compiler/cpp/cpp_helpers.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT cpp_helpers.lo -MD -MP -MF .deps/cpp_helpers.Tpo -c google/protobuf/compiler/cpp/cpp_helpers.cc -fPIC -DPIC -o cpp_helpers.o
mv -f .deps/descriptor_database.Tpo .deps/descriptor_database.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT cpp_message.lo -MD -MP -MF .deps/cpp_message.Tpo -c -o cpp_message.lo `test -f 'google/protobuf/compiler/cpp/cpp_message.cc' || echo './'`google/protobuf/compiler/cpp/cpp_message.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT cpp_message.lo -MD -MP -MF .deps/cpp_message.Tpo -c google/protobuf/compiler/cpp/cpp_message.cc -fPIC -DPIC -o cpp_message.o
mv -f .deps/generated_message_reflection.Tpo .deps/generated_message_reflection.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT cpp_message_field.lo -MD -MP -MF .deps/cpp_message_field.Tpo -c -o cpp_message_field.lo `test -f 'google/protobuf/compiler/cpp/cpp_message_field.cc' || echo './'`google/protobuf/compiler/cpp/cpp_message_field.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT cpp_message_field.lo -MD -MP -MF .deps/cpp_message_field.Tpo -c google/protobuf/compiler/cpp/cpp_message_field.cc -fPIC -DPIC -o cpp_message_field.o
mv -f .deps/cpp_enum_field.Tpo .deps/cpp_enum_field.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT cpp_primitive_field.lo -MD -MP -MF .deps/cpp_primitive_field.Tpo -c -o cpp_primitive_field.lo `test -f 'google/protobuf/compiler/cpp/cpp_primitive_field.cc' || echo './'`google/protobuf/compiler/cpp/cpp_primitive_field.cc
mv -f .deps/plugin.pb.Tpo .deps/plugin.pb.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT cpp_service.lo -MD -MP -MF .deps/cpp_service.Tpo -c -o cpp_service.lo `test -f 'google/protobuf/compiler/cpp/cpp_service.cc' || echo './'`google/protobuf/compiler/cpp/cpp_service.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT cpp_primitive_field.lo -MD -MP -MF .deps/cpp_primitive_field.Tpo -c google/protobuf/compiler/cpp/cpp_primitive_field.cc -fPIC -DPIC -o cpp_primitive_field.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT cpp_service.lo -MD -MP -MF .deps/cpp_service.Tpo -c google/protobuf/compiler/cpp/cpp_service.cc -fPIC -DPIC -o cpp_service.o
mv -f .deps/cpp_generator.Tpo .deps/cpp_generator.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT cpp_string_field.lo -MD -MP -MF .deps/cpp_string_field.Tpo -c -o cpp_string_field.lo `test -f 'google/protobuf/compiler/cpp/cpp_string_field.cc' || echo './'`google/protobuf/compiler/cpp/cpp_string_field.cc
mv -f .deps/cpp_field.Tpo .deps/cpp_field.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT java_enum.lo -MD -MP -MF .deps/java_enum.Tpo -c -o java_enum.lo `test -f 'google/protobuf/compiler/java/java_enum.cc' || echo './'`google/protobuf/compiler/java/java_enum.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT java_enum.lo -MD -MP -MF .deps/java_enum.Tpo -c google/protobuf/compiler/java/java_enum.cc -fPIC -DPIC -o java_enum.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT cpp_string_field.lo -MD -MP -MF .deps/cpp_string_field.Tpo -c google/protobuf/compiler/cpp/cpp_string_field.cc -fPIC -DPIC -o cpp_string_field.o
mv -f .deps/cpp_file.Tpo .deps/cpp_file.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT java_enum_field.lo -MD -MP -MF .deps/java_enum_field.Tpo -c -o java_enum_field.lo `test -f 'google/protobuf/compiler/java/java_enum_field.cc' || echo './'`google/protobuf/compiler/java/java_enum_field.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT java_enum_field.lo -MD -MP -MF .deps/java_enum_field.Tpo -c google/protobuf/compiler/java/java_enum_field.cc -fPIC -DPIC -o java_enum_field.o
mv -f .deps/cpp_message_field.Tpo .deps/cpp_message_field.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT java_extension.lo -MD -MP -MF .deps/java_extension.Tpo -c -o java_extension.lo `test -f 'google/protobuf/compiler/java/java_extension.cc' || echo './'`google/protobuf/compiler/java/java_extension.cc
mv -f .deps/parser.Tpo .deps/parser.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT java_field.lo -MD -MP -MF .deps/java_field.Tpo -c -o java_field.lo `test -f 'google/protobuf/compiler/java/java_field.cc' || echo './'`google/protobuf/compiler/java/java_field.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT java_extension.lo -MD -MP -MF .deps/java_extension.Tpo -c google/protobuf/compiler/java/java_extension.cc -fPIC -DPIC -o java_extension.o
mv -f .deps/cpp_enum.Tpo .deps/cpp_enum.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT java_field.lo -MD -MP -MF .deps/java_field.Tpo -c google/protobuf/compiler/java/java_field.cc -fPIC -DPIC -o java_field.o
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT java_file.lo -MD -MP -MF .deps/java_file.Tpo -c -o java_file.lo `test -f 'google/protobuf/compiler/java/java_file.cc' || echo './'`google/protobuf/compiler/java/java_file.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT java_file.lo -MD -MP -MF .deps/java_file.Tpo -c google/protobuf/compiler/java/java_file.cc -fPIC -DPIC -o java_file.o
mv -f .deps/cpp_helpers.Tpo .deps/cpp_helpers.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT java_generator.lo -MD -MP -MF .deps/java_generator.Tpo -c -o java_generator.lo `test -f 'google/protobuf/compiler/java/java_generator.cc' || echo './'`google/protobuf/compiler/java/java_generator.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT java_generator.lo -MD -MP -MF .deps/java_generator.Tpo -c google/protobuf/compiler/java/java_generator.cc -fPIC -DPIC -o java_generator.o
mv -f .deps/cpp_string_field.Tpo .deps/cpp_string_field.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT java_helpers.lo -MD -MP -MF .deps/java_helpers.Tpo -c -o java_helpers.lo `test -f 'google/protobuf/compiler/java/java_helpers.cc' || echo './'`google/protobuf/compiler/java/java_helpers.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT java_helpers.lo -MD -MP -MF .deps/java_helpers.Tpo -c google/protobuf/compiler/java/java_helpers.cc -fPIC -DPIC -o java_helpers.o
mv -f .deps/text_format.Tpo .deps/text_format.Plo
mv -f .deps/cpp_primitive_field.Tpo .deps/cpp_primitive_field.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT java_message.lo -MD -MP -MF .deps/java_message.Tpo -c -o java_message.lo `test -f 'google/protobuf/compiler/java/java_message.cc' || echo './'`google/protobuf/compiler/java/java_message.cc
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT java_message_field.lo -MD -MP -MF .deps/java_message_field.Tpo -c -o java_message_field.lo `test -f 'google/protobuf/compiler/java/java_message_field.cc' || echo './'`google/protobuf/compiler/java/java_message_field.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT java_message.lo -MD -MP -MF .deps/java_message.Tpo -c google/protobuf/compiler/java/java_message.cc -fPIC -DPIC -o java_message.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT java_message_field.lo -MD -MP -MF .deps/java_message_field.Tpo -c google/protobuf/compiler/java/java_message_field.cc -fPIC -DPIC -o java_message_field.o
mv -f .deps/java_field.Tpo .deps/java_field.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT java_primitive_field.lo -MD -MP -MF .deps/java_primitive_field.Tpo -c -o java_primitive_field.lo `test -f 'google/protobuf/compiler/java/java_primitive_field.cc' || echo './'`google/protobuf/compiler/java/java_primitive_field.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT java_primitive_field.lo -MD -MP -MF .deps/java_primitive_field.Tpo -c google/protobuf/compiler/java/java_primitive_field.cc -fPIC -DPIC -o java_primitive_field.o
mv -f .deps/cpp_extension.Tpo .deps/cpp_extension.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT java_service.lo -MD -MP -MF .deps/java_service.Tpo -c -o java_service.lo `test -f 'google/protobuf/compiler/java/java_service.cc' || echo './'`google/protobuf/compiler/java/java_service.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT java_service.lo -MD -MP -MF .deps/java_service.Tpo -c google/protobuf/compiler/java/java_service.cc -fPIC -DPIC -o java_service.o
mv -f .deps/java_enum.Tpo .deps/java_enum.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT java_string_field.lo -MD -MP -MF .deps/java_string_field.Tpo -c -o java_string_field.lo `test -f 'google/protobuf/compiler/java/java_string_field.cc' || echo './'`google/protobuf/compiler/java/java_string_field.cc
mv -f .deps/java_generator.Tpo .deps/java_generator.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT python_generator.lo -MD -MP -MF .deps/python_generator.Tpo -c -o python_generator.lo `test -f 'google/protobuf/compiler/python/python_generator.cc' || echo './'`google/protobuf/compiler/python/python_generator.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT java_string_field.lo -MD -MP -MF .deps/java_string_field.Tpo -c google/protobuf/compiler/java/java_string_field.cc -fPIC -DPIC -o java_string_field.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT python_generator.lo -MD -MP -MF .deps/python_generator.Tpo -c google/protobuf/compiler/python/python_generator.cc -fPIC -DPIC -o python_generator.o
mv -f .deps/java_file.Tpo .deps/java_file.Plo
ln -fs libleveldb.so.1.4 libleveldb.so
ln -fs libleveldb.so.1.4 libleveldb.so.1
make[4]: Leaving directory `/home/kartik/Tools/Chronos/src/build/third_party/leveldb'
mv -f .deps/cpp_service.Tpo .deps/cpp_service.Plo
mv -f .deps/java_enum_field.Tpo .deps/java_enum_field.Plo
mv -f .deps/command_line_interface.Tpo .deps/command_line_interface.Plo
mv -f .deps/java_extension.Tpo .deps/java_extension.Plo
mv -f .deps/java_helpers.Tpo .deps/java_helpers.Plo
mv -f .deps/java_message_field.Tpo .deps/java_message_field.Plo
mv -f .deps/descriptor.pb.Tpo .deps/descriptor.pb.Plo
mv -f .deps/java_primitive_field.Tpo .deps/java_primitive_field.Plo
mv -f .deps/cpp_message.Tpo .deps/cpp_message.Plo
mv -f .deps/java_service.Tpo .deps/java_service.Plo
mv -f .deps/java_string_field.Tpo .deps/java_string_field.Plo
mv -f .deps/java_message.Tpo .deps/java_message.Plo
mv -f .deps/descriptor.Tpo .deps/descriptor.Plo
/bin/bash ../libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -version-info 7:0:0 -export-dynamic -no-undefined -o libprotobuf.la -rpath /home/kartik/Tools/Chronos/install/lib common.lo once.lo extension_set.lo generated_message_util.lo message_lite.lo repeated_field.lo wire_format_lite.lo coded_stream.lo zero_copy_stream.lo zero_copy_stream_impl_lite.lo strutil.lo substitute.lo structurally_valid.lo descriptor.lo descriptor.pb.lo descriptor_database.lo dynamic_message.lo extension_set_heavy.lo generated_message_reflection.lo message.lo reflection_ops.lo service.lo text_format.lo unknown_field_set.lo wire_format.lo gzip_stream.lo printer.lo tokenizer.lo zero_copy_stream_impl.lo importer.lo parser.lo -lpthread -lz
libtool: link: ar cru .libs/libprotobuf.a common.o once.o extension_set.o generated_message_util.o message_lite.o repeated_field.o wire_format_lite.o coded_stream.o zero_copy_stream.o zero_copy_stream_impl_lite.o strutil.o substitute.o structurally_valid.o descriptor.o descriptor.pb.o descriptor_database.o dynamic_message.o extension_set_heavy.o generated_message_reflection.o message.o reflection_ops.o service.o text_format.o unknown_field_set.o wire_format.o gzip_stream.o printer.o tokenizer.o zero_copy_stream_impl.o importer.o parser.o
libtool: link: ranlib .libs/libprotobuf.a
libtool: link: ( cd ".libs" && rm -f "libprotobuf.la" && ln -s "../libprotobuf.la" "libprotobuf.la" )
mv -f .deps/python_generator.Tpo .deps/python_generator.Plo
/bin/bash ../libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -version-info 7:0:0 -export-dynamic -no-undefined -o libprotoc.la -rpath /home/kartik/Tools/Chronos/install/lib code_generator.lo command_line_interface.lo plugin.lo plugin.pb.lo subprocess.lo zip_writer.lo cpp_enum.lo cpp_enum_field.lo cpp_extension.lo cpp_field.lo cpp_file.lo cpp_generator.lo cpp_helpers.lo cpp_message.lo cpp_message_field.lo cpp_primitive_field.lo cpp_service.lo cpp_string_field.lo java_enum.lo java_enum_field.lo java_extension.lo java_field.lo java_file.lo java_generator.lo java_helpers.lo java_message.lo java_message_field.lo java_primitive_field.lo java_service.lo java_string_field.lo python_generator.lo -lpthread libprotobuf.la -lz
libtool: link: ar cru .libs/libprotoc.a code_generator.o command_line_interface.o plugin.o plugin.pb.o subprocess.o zip_writer.o cpp_enum.o cpp_enum_field.o cpp_extension.o cpp_field.o cpp_file.o cpp_generator.o cpp_helpers.o cpp_message.o cpp_message_field.o cpp_primitive_field.o cpp_service.o cpp_string_field.o java_enum.o java_enum_field.o java_extension.o java_field.o java_file.o java_generator.o java_helpers.o java_message.o java_message_field.o java_primitive_field.o java_service.o java_string_field.o python_generator.o
libtool: link: ranlib .libs/libprotoc.a
libtool: link: ( cd ".libs" && rm -f "libprotoc.la" && ln -s "../libprotoc.la" "libprotoc.la" )
/bin/bash ../libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -pthread -o protoc main.o -lpthread libprotobuf.la libprotoc.la -lz
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -pthread -o protoc main.o ./.libs/libprotobuf.a ./.libs/libprotoc.a /home/kartik/Tools/Chronos/src/build/third_party/protobuf-2.4.1/src/.libs/libprotobuf.a -lpthread -lz -pthread
oldpwd=`pwd` && ( cd . && $oldpwd/protoc -I. --cpp_out=$oldpwd google/protobuf/unittest.proto google/protobuf/unittest_empty.proto google/protobuf/unittest_import.proto google/protobuf/unittest_mset.proto google/protobuf/unittest_optimize_for.proto google/protobuf/unittest_embed_optimize_for.proto google/protobuf/unittest_custom_options.proto google/protobuf/unittest_lite.proto google/protobuf/unittest_import_lite.proto google/protobuf/unittest_lite_imports_nonlite.proto google/protobuf/unittest_no_generic_services.proto google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto )
touch unittest_proto_middleman
make all-am
make[7]: Entering directory `/home/kartik/Tools/Chronos/src/build/third_party/protobuf-2.4.1/src'
/bin/bash ../libtool --tag=CXX --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -version-info 7:0:0 -export-dynamic -no-undefined -o libprotobuf-lite.la -rpath /home/kartik/Tools/Chronos/install/lib common.lo once.lo extension_set.lo generated_message_util.lo message_lite.lo repeated_field.lo wire_format_lite.lo coded_stream.lo zero_copy_stream.lo zero_copy_stream_impl_lite.lo -lpthread -lz
libtool: link: ar cru .libs/libprotobuf-lite.a common.o once.o extension_set.o generated_message_util.o message_lite.o repeated_field.o wire_format_lite.o coded_stream.o zero_copy_stream.o zero_copy_stream_impl_lite.o
libtool: link: ranlib .libs/libprotobuf-lite.a
libtool: link: ( cd ".libs" && rm -f "libprotobuf-lite.la" && ln -s "../libprotobuf-lite.la" "libprotobuf-lite.la" )
make[7]: Leaving directory `/home/kartik/Tools/Chronos/src/build/third_party/protobuf-2.4.1/src'
make[6]: Leaving directory `/home/kartik/Tools/Chronos/src/build/third_party/protobuf-2.4.1/src'
make[5]: Leaving directory `/home/kartik/Tools/Chronos/src/build/third_party/protobuf-2.4.1'
make[4]: Leaving directory `/home/kartik/Tools/Chronos/src/build/third_party/protobuf-2.4.1'
touch protobuf-2.4.1-build-stamp
make libgmock.la
make[4]: Entering directory `/home/kartik/Tools/Chronos/src/build/third_party'
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/third_party -Igmock-1.6.0/gtest/include -Igmock-1.6.0/gtest -Igmock-1.6.0/include -Igmock-1.6.0 -g2 -O2 -MT libgmock_la-gtest-all.lo -MD -MP -MF .deps/libgmock_la-gtest-all.Tpo -c -o libgmock_la-gtest-all.lo `test -f 'gmock-1.6.0/gtest/src/gtest-all.cc' || echo '/home/kartik/Tools/Chronos/src/third_party/'`gmock-1.6.0/gtest/src/gtest-all.cc
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/third_party -Igmock-1.6.0/gtest/include -Igmock-1.6.0/gtest -Igmock-1.6.0/include -Igmock-1.6.0 -g2 -O2 -MT libgmock_la-gmock-all.lo -MD -MP -MF .deps/libgmock_la-gmock-all.Tpo -c -o libgmock_la-gmock-all.lo `test -f 'gmock-1.6.0/src/gmock-all.cc' || echo '/home/kartik/Tools/Chronos/src/third_party/'`gmock-1.6.0/src/gmock-all.cc
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/third_party -Igmock-1.6.0/gtest/include -Igmock-1.6.0/gtest -Igmock-1.6.0/include -Igmock-1.6.0 -g2 -O2 -MT libgmock_la-gtest-all.lo -MD -MP -MF .deps/libgmock_la-gtest-all.Tpo -c gmock-1.6.0/gtest/src/gtest-all.cc -fPIC -DPIC -o .libs/libgmock_la-gtest-all.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/third_party -Igmock-1.6.0/gtest/include -Igmock-1.6.0/gtest -Igmock-1.6.0/include -Igmock-1.6.0 -g2 -O2 -MT libgmock_la-gmock-all.lo -MD -MP -MF .deps/libgmock_la-gmock-all.Tpo -c gmock-1.6.0/src/gmock-all.cc -fPIC -DPIC -o .libs/libgmock_la-gmock-all.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/third_party -Igmock-1.6.0/gtest/include -Igmock-1.6.0/gtest -Igmock-1.6.0/include -Igmock-1.6.0 -g2 -O2 -MT libgmock_la-gmock-all.lo -MD -MP -MF .deps/libgmock_la-gmock-all.Tpo -c gmock-1.6.0/src/gmock-all.cc -o libgmock_la-gmock-all.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/third_party -Igmock-1.6.0/gtest/include -Igmock-1.6.0/gtest -Igmock-1.6.0/include -Igmock-1.6.0 -g2 -O2 -MT libgmock_la-gtest-all.lo -MD -MP -MF .deps/libgmock_la-gtest-all.Tpo -c gmock-1.6.0/gtest/src/gtest-all.cc -o libgmock_la-gtest-all.o >/dev/null 2>&1
mv -f .deps/libgmock_la-gmock-all.Tpo .deps/libgmock_la-gmock-all.Plo
mv -f .deps/libgmock_la-gtest-all.Tpo .deps/libgmock_la-gtest-all.Plo
/bin/bash ../libtool --tag=CXX --mode=link g++ -g2 -O2 -o libgmock.la libgmock_la-gtest-all.lo libgmock_la-gmock-all.lo -lcurl -lssl -lcrypto -lz -lrt -lunwind
libtool: link: ar cru .libs/libgmock.a .libs/libgmock_la-gtest-all.o .libs/libgmock_la-gmock-all.o
libtool: link: ranlib .libs/libgmock.a
libtool: link: ( cd ".libs" && rm -f "libgmock.la" && ln -s "../libgmock.la" "libgmock.la" )
make[4]: Leaving directory `/home/kartik/Tools/Chronos/src/build/third_party'
make[3]: Leaving directory `/home/kartik/Tools/Chronos/src/build/third_party'
make[2]: Leaving directory `/home/kartik/Tools/Chronos/src/build/third_party'
make[1]: Leaving directory `/home/kartik/Tools/Chronos/src/build/third_party'
Making check in src
make[1]: Entering directory `/home/kartik/Tools/Chronos/src/build/src'
Building protobuf-2.4.1.jar ...
Building mesos-0.12.0.jar ...
make check-am
make[2]: Entering directory `/home/kartik/Tools/Chronos/src/build/src'
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT common/libmesos_no_third_party_la-date_utils.lo -MD -MP -MF common/.deps/libmesos_no_third_party_la-date_utils.Tpo -c -o common/libmesos_no_third_party_la-date_utils.lo `test -f 'common/date_utils.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`common/date_utils.cpp
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT common/libmesos_no_third_party_la-resources.lo -MD -MP -MF common/.deps/libmesos_no_third_party_la-resources.Tpo -c -o common/libmesos_no_third_party_la-resources.lo `test -f 'common/resources.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`common/resources.cpp
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT common/libmesos_no_third_party_la-attributes.lo -MD -MP -MF common/.deps/libmesos_no_third_party_la-attributes.Tpo -c -o common/libmesos_no_third_party_la-attributes.lo `test -f 'common/attributes.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`common/attributes.cpp
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT common/libmesos_no_third_party_la-values.lo -MD -MP -MF common/.deps/libmesos_no_third_party_la-values.Tpo -c -o common/libmesos_no_third_party_la-values.lo `test -f 'common/values.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`common/values.cpp
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-cgroups_isolation_module.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-cgroups_isolation_module.Tpo -c -o slave/libmesos_no_third_party_la-cgroups_isolation_module.lo `test -f 'slave/cgroups_isolation_module.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`slave/cgroups_isolation_module.cpp
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-lxc_isolation_module.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-lxc_isolation_module.Tpo -c -o slave/libmesos_no_third_party_la-lxc_isolation_module.lo `test -f 'slave/lxc_isolation_module.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`slave/lxc_isolation_module.cpp
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT libmesos_no_third_party_la-mesos.pb.lo -MD -MP -MF .deps/libmesos_no_third_party_la-mesos.pb.Tpo -c -o libmesos_no_third_party_la-mesos.pb.lo `test -f 'mesos.pb.cc' || echo '/home/kartik/Tools/Chronos/src/src/'`mesos.pb.cc
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -DBUILD_DATE="\"$(date '+%Y-%m-%d %H:%M:%S')\"" -DBUILD_TIME="\"$(date '+%s')\"" -DBUILD_USER="\"$USER\"" -DBUILD_FLAGS="\"$BUILD_FLAGS\"" -pthread -g2 -O2 -MT common/libbuild_la-build.lo -MD -MP -MF common/.deps/libbuild_la-build.Tpo -c -o common/libbuild_la-build.lo `test -f 'common/build.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`common/build.cpp
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -I../third_party/leveldb/include -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT messages/liblog_la-log.pb.lo -MD -MP -MF messages/.deps/liblog_la-log.pb.Tpo -c -o messages/liblog_la-log.pb.lo `test -f 'messages/log.pb.cc' || echo '/home/kartik/Tools/Chronos/src/src/'`messages/log.pb.cc
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -I../third_party/leveldb/include -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT messages/libstate_la-state.pb.lo -MD -MP -MF messages/.deps/libstate_la-state.pb.Tpo -c -o messages/libstate_la-state.pb.lo `test -f 'messages/state.pb.cc' || echo '/home/kartik/Tools/Chronos/src/src/'`messages/state.pb.cc
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT local/mesos_local-main.o -MD -MP -MF local/.deps/mesos_local-main.Tpo -c -o local/mesos_local-main.o `test -f 'local/main.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`local/main.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT log/mesos_log-main.o -MD -MP -MF log/.deps/mesos_log-main.Tpo -c -o log/mesos_log-main.o `test -f 'log/main.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`log/main.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT launcher/mesos_launcher-main.o -MD -MP -MF launcher/.deps/mesos_launcher-main.Tpo -c -o launcher/mesos_launcher-main.o `test -f 'launcher/main.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`launcher/main.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT launcher/mesos_executor-executor.o -MD -MP -MF launcher/.deps/mesos_executor-executor.Tpo -c -o launcher/mesos_executor-executor.o `test -f 'launcher/executor.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`launcher/executor.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT master/mesos_master-main.o -MD -MP -MF master/.deps/mesos_master-main.Tpo -c -o master/mesos_master-main.o `test -f 'master/main.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`master/main.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT common/libmesos_no_third_party_la-date_utils.lo -MD -MP -MF common/.deps/libmesos_no_third_party_la-date_utils.Tpo -c /home/kartik/Tools/Chronos/src/src/common/date_utils.cpp -fPIC -DPIC -o common/.libs/libmesos_no_third_party_la-date_utils.o
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/mesos_slave-main.o -MD -MP -MF slave/.deps/mesos_slave-main.Tpo -c -o slave/mesos_slave-main.o `test -f 'slave/main.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`slave/main.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT common/libmesos_no_third_party_la-values.lo -MD -MP -MF common/.deps/libmesos_no_third_party_la-values.Tpo -c /home/kartik/Tools/Chronos/src/src/common/values.cpp -fPIC -DPIC -o common/.libs/libmesos_no_third_party_la-values.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT common/libmesos_no_third_party_la-resources.lo -MD -MP -MF common/.deps/libmesos_no_third_party_la-resources.Tpo -c /home/kartik/Tools/Chronos/src/src/common/resources.cpp -fPIC -DPIC -o common/.libs/libmesos_no_third_party_la-resources.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT common/libmesos_no_third_party_la-attributes.lo -MD -MP -MF common/.deps/libmesos_no_third_party_la-attributes.Tpo -c /home/kartik/Tools/Chronos/src/src/common/attributes.cpp -fPIC -DPIC -o common/.libs/libmesos_no_third_party_la-attributes.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT libmesos_no_third_party_la-mesos.pb.lo -MD -MP -MF .deps/libmesos_no_third_party_la-mesos.pb.Tpo -c mesos.pb.cc -fPIC -DPIC -o .libs/libmesos_no_third_party_la-mesos.pb.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-lxc_isolation_module.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-lxc_isolation_module.Tpo -c /home/kartik/Tools/Chronos/src/src/slave/lxc_isolation_module.cpp -fPIC -DPIC -o slave/.libs/libmesos_no_third_party_la-lxc_isolation_module.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-cgroups_isolation_module.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-cgroups_isolation_module.Tpo -c /home/kartik/Tools/Chronos/src/src/slave/cgroups_isolation_module.cpp -fPIC -DPIC -o slave/.libs/libmesos_no_third_party_la-cgroups_isolation_module.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src "-DBUILD_DATE=\"2013-11-04 02:01:53\"" -DBUILD_TIME=\"1383510713\" -DBUILD_USER=\"kartik\" -DBUILD_FLAGS=\"\" -pthread -g2 -O2 -MT common/libbuild_la-build.lo -MD -MP -MF common/.deps/libbuild_la-build.Tpo -c /home/kartik/Tools/Chronos/src/src/common/build.cpp -fPIC -DPIC -o common/.libs/libbuild_la-build.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -I../third_party/leveldb/include -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT messages/liblog_la-log.pb.lo -MD -MP -MF messages/.deps/liblog_la-log.pb.Tpo -c messages/log.pb.cc -fPIC -DPIC -o messages/.libs/liblog_la-log.pb.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -I../third_party/leveldb/include -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT messages/libstate_la-state.pb.lo -MD -MP -MF messages/.deps/libstate_la-state.pb.Tpo -c messages/state.pb.cc -fPIC -DPIC -o messages/.libs/libstate_la-state.pb.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT common/libmesos_no_third_party_la-date_utils.lo -MD -MP -MF common/.deps/libmesos_no_third_party_la-date_utils.Tpo -c /home/kartik/Tools/Chronos/src/src/common/date_utils.cpp -o common/libmesos_no_third_party_la-date_utils.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src "-DBUILD_DATE=\"2013-11-04 02:01:53\"" -DBUILD_TIME=\"1383510713\" -DBUILD_USER=\"kartik\" -DBUILD_FLAGS=\"\" -pthread -g2 -O2 -MT common/libbuild_la-build.lo -MD -MP -MF common/.deps/libbuild_la-build.Tpo -c /home/kartik/Tools/Chronos/src/src/common/build.cpp -o common/libbuild_la-build.o >/dev/null 2>&1
mv -f common/.deps/libmesos_no_third_party_la-date_utils.Tpo common/.deps/libmesos_no_third_party_la-date_utils.Plo
mv -f common/.deps/libbuild_la-build.Tpo common/.deps/libbuild_la-build.Plo
Building protobuf Python egg ...
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT sched/libmesos_no_third_party_la-sched.lo -MD -MP -MF sched/.deps/libmesos_no_third_party_la-sched.Tpo -c -o sched/libmesos_no_third_party_la-sched.lo `test -f 'sched/sched.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`sched/sched.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT sched/libmesos_no_third_party_la-sched.lo -MD -MP -MF sched/.deps/libmesos_no_third_party_la-sched.Tpo -c /home/kartik/Tools/Chronos/src/src/sched/sched.cpp -fPIC -DPIC -o sched/.libs/libmesos_no_third_party_la-sched.o
Generating google/protobuf/descriptor_pb2.py...
Generating google/protobuf/compiler/plugin_pb2.py...
running bdist_egg
running egg_info
creating protobuf.egg-info
writing protobuf.egg-info/PKG-INFO
writing namespace_packages to protobuf.egg-info/namespace_packages.txt
writing top-level names to protobuf.egg-info/top_level.txt
writing dependency_links to protobuf.egg-info/dependency_links.txt
writing manifest file 'protobuf.egg-info/SOURCES.txt'
package init file 'google/protobuf/compiler/__init__.py' not found (or not a regular file)
reading manifest file 'protobuf.egg-info/SOURCES.txt'
writing manifest file 'protobuf.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/google
creating build/lib.linux-x86_64-2.7/google/protobuf
creating build/lib.linux-x86_64-2.7/google/protobuf/internal
copying google/protobuf/internal/__init__.py -> build/lib.linux-x86_64-2.7/google/protobuf/internal
copying google/protobuf/internal/api_implementation.py -> build/lib.linux-x86_64-2.7/google/protobuf/internal
copying google/protobuf/internal/containers.py -> build/lib.linux-x86_64-2.7/google/protobuf/internal
copying google/protobuf/internal/cpp_message.py -> build/lib.linux-x86_64-2.7/google/protobuf/internal
copying google/protobuf/internal/decoder.py -> build/lib.linux-x86_64-2.7/google/protobuf/internal
copying google/protobuf/internal/encoder.py -> build/lib.linux-x86_64-2.7/google/protobuf/internal
copying google/protobuf/internal/message_listener.py -> build/lib.linux-x86_64-2.7/google/protobuf/internal
copying google/protobuf/internal/python_message.py -> build/lib.linux-x86_64-2.7/google/protobuf/internal
copying google/protobuf/internal/type_checkers.py -> build/lib.linux-x86_64-2.7/google/protobuf/internal
copying google/protobuf/internal/wire_format.py -> build/lib.linux-x86_64-2.7/google/protobuf/internal
copying google/protobuf/__init__.py -> build/lib.linux-x86_64-2.7/google/protobuf
copying google/protobuf/descriptor.py -> build/lib.linux-x86_64-2.7/google/protobuf
copying google/protobuf/descriptor_pb2.py -> build/lib.linux-x86_64-2.7/google/protobuf
creating build/lib.linux-x86_64-2.7/google/protobuf/compiler
copying google/protobuf/compiler/plugin_pb2.py -> build/lib.linux-x86_64-2.7/google/protobuf/compiler
copying google/protobuf/message.py -> build/lib.linux-x86_64-2.7/google/protobuf
copying google/protobuf/reflection.py -> build/lib.linux-x86_64-2.7/google/protobuf
copying google/protobuf/service.py -> build/lib.linux-x86_64-2.7/google/protobuf
copying google/protobuf/service_reflection.py -> build/lib.linux-x86_64-2.7/google/protobuf
copying google/protobuf/text_format.py -> build/lib.linux-x86_64-2.7/google/protobuf
copying google/__init__.py -> build/lib.linux-x86_64-2.7/google
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/google
copying build/lib.linux-x86_64-2.7/google/__init__.py -> build/bdist.linux-x86_64/egg/google
creating build/bdist.linux-x86_64/egg/google/protobuf
copying build/lib.linux-x86_64-2.7/google/protobuf/service.py -> build/bdist.linux-x86_64/egg/google/protobuf
copying build/lib.linux-x86_64-2.7/google/protobuf/text_format.py -> build/bdist.linux-x86_64/egg/google/protobuf
copying build/lib.linux-x86_64-2.7/google/protobuf/descriptor_pb2.py -> build/bdist.linux-x86_64/egg/google/protobuf
copying build/lib.linux-x86_64-2.7/google/protobuf/reflection.py -> build/bdist.linux-x86_64/egg/google/protobuf
copying build/lib.linux-x86_64-2.7/google/protobuf/message.py -> build/bdist.linux-x86_64/egg/google/protobuf
copying build/lib.linux-x86_64-2.7/google/protobuf/service_reflection.py -> build/bdist.linux-x86_64/egg/google/protobuf
creating build/bdist.linux-x86_64/egg/google/protobuf/compiler
copying build/lib.linux-x86_64-2.7/google/protobuf/compiler/plugin_pb2.py -> build/bdist.linux-x86_64/egg/google/protobuf/compiler
creating build/bdist.linux-x86_64/egg/google/protobuf/internal
copying build/lib.linux-x86_64-2.7/google/protobuf/internal/python_message.py -> build/bdist.linux-x86_64/egg/google/protobuf/internal
copying build/lib.linux-x86_64-2.7/google/protobuf/internal/decoder.py -> build/bdist.linux-x86_64/egg/google/protobuf/internal
copying build/lib.linux-x86_64-2.7/google/protobuf/internal/encoder.py -> build/bdist.linux-x86_64/egg/google/protobuf/internal
copying build/lib.linux-x86_64-2.7/google/protobuf/internal/message_listener.py -> build/bdist.linux-x86_64/egg/google/protobuf/internal
copying build/lib.linux-x86_64-2.7/google/protobuf/internal/cpp_message.py -> build/bdist.linux-x86_64/egg/google/protobuf/internal
copying build/lib.linux-x86_64-2.7/google/protobuf/internal/containers.py -> build/bdist.linux-x86_64/egg/google/protobuf/internal
copying build/lib.linux-x86_64-2.7/google/protobuf/internal/wire_format.py -> build/bdist.linux-x86_64/egg/google/protobuf/internal
copying build/lib.linux-x86_64-2.7/google/protobuf/internal/api_implementation.py -> build/bdist.linux-x86_64/egg/google/protobuf/internal
copying build/lib.linux-x86_64-2.7/google/protobuf/internal/__init__.py -> build/bdist.linux-x86_64/egg/google/protobuf/internal
copying build/lib.linux-x86_64-2.7/google/protobuf/internal/type_checkers.py -> build/bdist.linux-x86_64/egg/google/protobuf/internal
copying build/lib.linux-x86_64-2.7/google/protobuf/__init__.py -> build/bdist.linux-x86_64/egg/google/protobuf
copying build/lib.linux-x86_64-2.7/google/protobuf/descriptor.py -> build/bdist.linux-x86_64/egg/google/protobuf
byte-compiling build/bdist.linux-x86_64/egg/google/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/google/protobuf/service.py to service.pyc
byte-compiling build/bdist.linux-x86_64/egg/google/protobuf/text_format.py to text_format.pyc
byte-compiling build/bdist.linux-x86_64/egg/google/protobuf/descriptor_pb2.py to descriptor_pb2.pyc
byte-compiling build/bdist.linux-x86_64/egg/google/protobuf/reflection.py to reflection.pyc
byte-compiling build/bdist.linux-x86_64/egg/google/protobuf/message.py to message.pyc
byte-compiling build/bdist.linux-x86_64/egg/google/protobuf/service_reflection.py to service_reflection.pyc
byte-compiling build/bdist.linux-x86_64/egg/google/protobuf/compiler/plugin_pb2.py to plugin_pb2.pyc
byte-compiling build/bdist.linux-x86_64/egg/google/protobuf/internal/python_message.py to python_message.pyc
byte-compiling build/bdist.linux-x86_64/egg/google/protobuf/internal/decoder.py to decoder.pyc
byte-compiling build/bdist.linux-x86_64/egg/google/protobuf/internal/encoder.py to encoder.pyc
byte-compiling build/bdist.linux-x86_64/egg/google/protobuf/internal/message_listener.py to message_listener.pyc
byte-compiling build/bdist.linux-x86_64/egg/google/protobuf/internal/cpp_message.py to cpp_message.pyc
byte-compiling build/bdist.linux-x86_64/egg/google/protobuf/internal/containers.py to containers.pyc
byte-compiling build/bdist.linux-x86_64/egg/google/protobuf/internal/wire_format.py to wire_format.pyc
byte-compiling build/bdist.linux-x86_64/egg/google/protobuf/internal/api_implementation.py to api_implementation.pyc
byte-compiling build/bdist.linux-x86_64/egg/google/protobuf/internal/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/google/protobuf/internal/type_checkers.py to type_checkers.pyc
byte-compiling build/bdist.linux-x86_64/egg/google/protobuf/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/google/protobuf/descriptor.py to descriptor.pyc
Creating missing __init__.py for google.protobuf.compiler
byte-compiling build/bdist.linux-x86_64/egg/google/protobuf/compiler/__init__.py to __init__.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying protobuf.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying protobuf.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying protobuf.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying protobuf.egg-info/namespace_packages.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying protobuf.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/protobuf-2.4.1-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT local/libmesos_no_third_party_la-local.lo -MD -MP -MF local/.deps/libmesos_no_third_party_la-local.Tpo -c -o local/libmesos_no_third_party_la-local.lo `test -f 'local/local.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`local/local.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT local/libmesos_no_third_party_la-local.lo -MD -MP -MF local/.deps/libmesos_no_third_party_la-local.Tpo -c /home/kartik/Tools/Chronos/src/src/local/local.cpp -fPIC -DPIC -o local/.libs/libmesos_no_third_party_la-local.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -I../third_party/leveldb/include -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT messages/libstate_la-state.pb.lo -MD -MP -MF messages/.deps/libstate_la-state.pb.Tpo -c messages/state.pb.cc -o messages/libstate_la-state.pb.o >/dev/null 2>&1
mv -f launcher/.deps/mesos_launcher-main.Tpo launcher/.deps/mesos_launcher-main.Po
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT master/libmesos_no_third_party_la-constants.lo -MD -MP -MF master/.deps/libmesos_no_third_party_la-constants.Tpo -c -o master/libmesos_no_third_party_la-constants.lo `test -f 'master/constants.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`master/constants.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT master/libmesos_no_third_party_la-constants.lo -MD -MP -MF master/.deps/libmesos_no_third_party_la-constants.Tpo -c /home/kartik/Tools/Chronos/src/src/master/constants.cpp -fPIC -DPIC -o master/.libs/libmesos_no_third_party_la-constants.o
mv -f messages/.deps/libstate_la-state.pb.Tpo messages/.deps/libstate_la-state.pb.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT master/libmesos_no_third_party_la-drf_sorter.lo -MD -MP -MF master/.deps/libmesos_no_third_party_la-drf_sorter.Tpo -c -o master/libmesos_no_third_party_la-drf_sorter.lo `test -f 'master/drf_sorter.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`master/drf_sorter.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT common/libmesos_no_third_party_la-resources.lo -MD -MP -MF common/.deps/libmesos_no_third_party_la-resources.Tpo -c /home/kartik/Tools/Chronos/src/src/common/resources.cpp -o common/libmesos_no_third_party_la-resources.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT master/libmesos_no_third_party_la-drf_sorter.lo -MD -MP -MF master/.deps/libmesos_no_third_party_la-drf_sorter.Tpo -c /home/kartik/Tools/Chronos/src/src/master/drf_sorter.cpp -fPIC -DPIC -o master/.libs/libmesos_no_third_party_la-drf_sorter.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT master/libmesos_no_third_party_la-constants.lo -MD -MP -MF master/.deps/libmesos_no_third_party_la-constants.Tpo -c /home/kartik/Tools/Chronos/src/src/master/constants.cpp -o master/libmesos_no_third_party_la-constants.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT common/libmesos_no_third_party_la-values.lo -MD -MP -MF common/.deps/libmesos_no_third_party_la-values.Tpo -c /home/kartik/Tools/Chronos/src/src/common/values.cpp -o common/libmesos_no_third_party_la-values.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -I../third_party/leveldb/include -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT messages/liblog_la-log.pb.lo -MD -MP -MF messages/.deps/liblog_la-log.pb.Tpo -c messages/log.pb.cc -o messages/liblog_la-log.pb.o >/dev/null 2>&1
mv -f launcher/.deps/mesos_executor-executor.Tpo launcher/.deps/mesos_executor-executor.Po
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT common/libmesos_no_third_party_la-attributes.lo -MD -MP -MF common/.deps/libmesos_no_third_party_la-attributes.Tpo -c /home/kartik/Tools/Chronos/src/src/common/attributes.cpp -o common/libmesos_no_third_party_la-attributes.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT master/libmesos_no_third_party_la-frameworks_manager.lo -MD -MP -MF master/.deps/libmesos_no_third_party_la-frameworks_manager.Tpo -c -o master/libmesos_no_third_party_la-frameworks_manager.lo `test -f 'master/frameworks_manager.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`master/frameworks_manager.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT master/libmesos_no_third_party_la-frameworks_manager.lo -MD -MP -MF master/.deps/libmesos_no_third_party_la-frameworks_manager.Tpo -c /home/kartik/Tools/Chronos/src/src/master/frameworks_manager.cpp -fPIC -DPIC -o master/.libs/libmesos_no_third_party_la-frameworks_manager.o
mv -f common/.deps/libmesos_no_third_party_la-resources.Tpo common/.deps/libmesos_no_third_party_la-resources.Plo
mv -f master/.deps/libmesos_no_third_party_la-constants.Tpo master/.deps/libmesos_no_third_party_la-constants.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT master/libmesos_no_third_party_la-http.lo -MD -MP -MF master/.deps/libmesos_no_third_party_la-http.Tpo -c -o master/libmesos_no_third_party_la-http.lo `test -f 'master/http.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`master/http.cpp
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT master/libmesos_no_third_party_la-master.lo -MD -MP -MF master/.deps/libmesos_no_third_party_la-master.Tpo -c -o master/libmesos_no_third_party_la-master.lo `test -f 'master/master.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`master/master.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT master/libmesos_no_third_party_la-http.lo -MD -MP -MF master/.deps/libmesos_no_third_party_la-http.Tpo -c /home/kartik/Tools/Chronos/src/src/master/http.cpp -fPIC -DPIC -o master/.libs/libmesos_no_third_party_la-http.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT master/libmesos_no_third_party_la-master.lo -MD -MP -MF master/.deps/libmesos_no_third_party_la-master.Tpo -c /home/kartik/Tools/Chronos/src/src/master/master.cpp -fPIC -DPIC -o master/.libs/libmesos_no_third_party_la-master.o
mv -f messages/.deps/liblog_la-log.pb.Tpo messages/.deps/liblog_la-log.pb.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT master/libmesos_no_third_party_la-slaves_manager.lo -MD -MP -MF master/.deps/libmesos_no_third_party_la-slaves_manager.Tpo -c -o master/libmesos_no_third_party_la-slaves_manager.lo `test -f 'master/slaves_manager.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`master/slaves_manager.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT master/libmesos_no_third_party_la-slaves_manager.lo -MD -MP -MF master/.deps/libmesos_no_third_party_la-slaves_manager.Tpo -c /home/kartik/Tools/Chronos/src/src/master/slaves_manager.cpp -fPIC -DPIC -o master/.libs/libmesos_no_third_party_la-slaves_manager.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT master/libmesos_no_third_party_la-drf_sorter.lo -MD -MP -MF master/.deps/libmesos_no_third_party_la-drf_sorter.Tpo -c /home/kartik/Tools/Chronos/src/src/master/drf_sorter.cpp -o master/libmesos_no_third_party_la-drf_sorter.o >/dev/null 2>&1
mv -f log/.deps/mesos_log-main.Tpo log/.deps/mesos_log-main.Po
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-constants.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-constants.Tpo -c -o slave/libmesos_no_third_party_la-constants.lo `test -f 'slave/constants.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`slave/constants.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-constants.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-constants.Tpo -c /home/kartik/Tools/Chronos/src/src/slave/constants.cpp -fPIC -DPIC -o slave/.libs/libmesos_no_third_party_la-constants.o
mv -f common/.deps/libmesos_no_third_party_la-values.Tpo common/.deps/libmesos_no_third_party_la-values.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-gc.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-gc.Tpo -c -o slave/libmesos_no_third_party_la-gc.lo `test -f 'slave/gc.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`slave/gc.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-gc.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-gc.Tpo -c /home/kartik/Tools/Chronos/src/src/slave/gc.cpp -fPIC -DPIC -o slave/.libs/libmesos_no_third_party_la-gc.o
mv -f common/.deps/libmesos_no_third_party_la-attributes.Tpo common/.deps/libmesos_no_third_party_la-attributes.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-monitor.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-monitor.Tpo -c -o slave/libmesos_no_third_party_la-monitor.lo `test -f 'slave/monitor.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`slave/monitor.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-monitor.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-monitor.Tpo -c /home/kartik/Tools/Chronos/src/src/slave/monitor.cpp -fPIC -DPIC -o slave/.libs/libmesos_no_third_party_la-monitor.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-constants.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-constants.Tpo -c /home/kartik/Tools/Chronos/src/src/slave/constants.cpp -o slave/libmesos_no_third_party_la-constants.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT libmesos_no_third_party_la-mesos.pb.lo -MD -MP -MF .deps/libmesos_no_third_party_la-mesos.pb.Tpo -c mesos.pb.cc -o libmesos_no_third_party_la-mesos.pb.o >/dev/null 2>&1
mv -f local/.deps/mesos_local-main.Tpo local/.deps/mesos_local-main.Po
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-state.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-state.Tpo -c -o slave/libmesos_no_third_party_la-state.lo `test -f 'slave/state.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`slave/state.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-state.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-state.Tpo -c /home/kartik/Tools/Chronos/src/src/slave/state.cpp -fPIC -DPIC -o slave/.libs/libmesos_no_third_party_la-state.o
mv -f slave/.deps/libmesos_no_third_party_la-constants.Tpo slave/.deps/libmesos_no_third_party_la-constants.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-slave.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-slave.Tpo -c -o slave/libmesos_no_third_party_la-slave.lo `test -f 'slave/slave.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`slave/slave.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-slave.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-slave.Tpo -c /home/kartik/Tools/Chronos/src/src/slave/slave.cpp -fPIC -DPIC -o slave/.libs/libmesos_no_third_party_la-slave.o
mv -f slave/.deps/mesos_slave-main.Tpo slave/.deps/mesos_slave-main.Po
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-http.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-http.Tpo -c -o slave/libmesos_no_third_party_la-http.lo `test -f 'slave/http.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`slave/http.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-http.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-http.Tpo -c /home/kartik/Tools/Chronos/src/src/slave/http.cpp -fPIC -DPIC -o slave/.libs/libmesos_no_third_party_la-http.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-lxc_isolation_module.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-lxc_isolation_module.Tpo -c /home/kartik/Tools/Chronos/src/src/slave/lxc_isolation_module.cpp -o slave/libmesos_no_third_party_la-lxc_isolation_module.o >/dev/null 2>&1
mv -f master/.deps/libmesos_no_third_party_la-drf_sorter.Tpo master/.deps/libmesos_no_third_party_la-drf_sorter.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-isolation_module.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-isolation_module.Tpo -c -o slave/libmesos_no_third_party_la-isolation_module.lo `test -f 'slave/isolation_module.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`slave/isolation_module.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-isolation_module.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-isolation_module.Tpo -c /home/kartik/Tools/Chronos/src/src/slave/isolation_module.cpp -fPIC -DPIC -o slave/.libs/libmesos_no_third_party_la-isolation_module.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT master/libmesos_no_third_party_la-frameworks_manager.lo -MD -MP -MF master/.deps/libmesos_no_third_party_la-frameworks_manager.Tpo -c /home/kartik/Tools/Chronos/src/src/master/frameworks_manager.cpp -o master/libmesos_no_third_party_la-frameworks_manager.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT sched/libmesos_no_third_party_la-sched.lo -MD -MP -MF sched/.deps/libmesos_no_third_party_la-sched.Tpo -c /home/kartik/Tools/Chronos/src/src/sched/sched.cpp -o sched/libmesos_no_third_party_la-sched.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-gc.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-gc.Tpo -c /home/kartik/Tools/Chronos/src/src/slave/gc.cpp -o slave/libmesos_no_third_party_la-gc.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-state.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-state.Tpo -c /home/kartik/Tools/Chronos/src/src/slave/state.cpp -o slave/libmesos_no_third_party_la-state.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT master/libmesos_no_third_party_la-http.lo -MD -MP -MF master/.deps/libmesos_no_third_party_la-http.Tpo -c /home/kartik/Tools/Chronos/src/src/master/http.cpp -o master/libmesos_no_third_party_la-http.o >/dev/null 2>&1
mv -f master/.deps/mesos_master-main.Tpo master/.deps/mesos_master-main.Po
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-process_based_isolation_module.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-process_based_isolation_module.Tpo -c -o slave/libmesos_no_third_party_la-process_based_isolation_module.lo `test -f 'slave/process_based_isolation_module.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`slave/process_based_isolation_module.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-process_based_isolation_module.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-process_based_isolation_module.Tpo -c /home/kartik/Tools/Chronos/src/src/slave/process_based_isolation_module.cpp -fPIC -DPIC -o slave/.libs/libmesos_no_third_party_la-process_based_isolation_module.o
mv -f .deps/libmesos_no_third_party_la-mesos.pb.Tpo .deps/libmesos_no_third_party_la-mesos.pb.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-reaper.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-reaper.Tpo -c -o slave/libmesos_no_third_party_la-reaper.lo `test -f 'slave/reaper.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`slave/reaper.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-reaper.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-reaper.Tpo -c /home/kartik/Tools/Chronos/src/src/slave/reaper.cpp -fPIC -DPIC -o slave/.libs/libmesos_no_third_party_la-reaper.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-isolation_module.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-isolation_module.Tpo -c /home/kartik/Tools/Chronos/src/src/slave/isolation_module.cpp -o slave/libmesos_no_third_party_la-isolation_module.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT local/libmesos_no_third_party_la-local.lo -MD -MP -MF local/.deps/libmesos_no_third_party_la-local.Tpo -c /home/kartik/Tools/Chronos/src/src/local/local.cpp -o local/libmesos_no_third_party_la-local.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT master/libmesos_no_third_party_la-slaves_manager.lo -MD -MP -MF master/.deps/libmesos_no_third_party_la-slaves_manager.Tpo -c /home/kartik/Tools/Chronos/src/src/master/slaves_manager.cpp -o master/libmesos_no_third_party_la-slaves_manager.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-cgroups_isolation_module.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-cgroups_isolation_module.Tpo -c /home/kartik/Tools/Chronos/src/src/slave/cgroups_isolation_module.cpp -o slave/libmesos_no_third_party_la-cgroups_isolation_module.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-reaper.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-reaper.Tpo -c /home/kartik/Tools/Chronos/src/src/slave/reaper.cpp -o slave/libmesos_no_third_party_la-reaper.o >/dev/null 2>&1
mv -f slave/.deps/libmesos_no_third_party_la-gc.Tpo slave/.deps/libmesos_no_third_party_la-gc.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT launcher/libmesos_no_third_party_la-launcher.lo -MD -MP -MF launcher/.deps/libmesos_no_third_party_la-launcher.Tpo -c -o launcher/libmesos_no_third_party_la-launcher.lo `test -f 'launcher/launcher.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`launcher/launcher.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT launcher/libmesos_no_third_party_la-launcher.lo -MD -MP -MF launcher/.deps/libmesos_no_third_party_la-launcher.Tpo -c /home/kartik/Tools/Chronos/src/src/launcher/launcher.cpp -fPIC -DPIC -o launcher/.libs/libmesos_no_third_party_la-launcher.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-http.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-http.Tpo -c /home/kartik/Tools/Chronos/src/src/slave/http.cpp -o slave/libmesos_no_third_party_la-http.o >/dev/null 2>&1
mv -f slave/.deps/libmesos_no_third_party_la-state.Tpo slave/.deps/libmesos_no_third_party_la-state.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT exec/libmesos_no_third_party_la-exec.lo -MD -MP -MF exec/.deps/libmesos_no_third_party_la-exec.Tpo -c -o exec/libmesos_no_third_party_la-exec.lo `test -f 'exec/exec.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`exec/exec.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT exec/libmesos_no_third_party_la-exec.lo -MD -MP -MF exec/.deps/libmesos_no_third_party_la-exec.Tpo -c /home/kartik/Tools/Chronos/src/src/exec/exec.cpp -fPIC -DPIC -o exec/.libs/libmesos_no_third_party_la-exec.o
mv -f slave/.deps/libmesos_no_third_party_la-lxc_isolation_module.Tpo slave/.deps/libmesos_no_third_party_la-lxc_isolation_module.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT common/libmesos_no_third_party_la-lock.lo -MD -MP -MF common/.deps/libmesos_no_third_party_la-lock.Tpo -c -o common/libmesos_no_third_party_la-lock.lo `test -f 'common/lock.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`common/lock.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT common/libmesos_no_third_party_la-lock.lo -MD -MP -MF common/.deps/libmesos_no_third_party_la-lock.Tpo -c /home/kartik/Tools/Chronos/src/src/common/lock.cpp -fPIC -DPIC -o common/.libs/libmesos_no_third_party_la-lock.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT common/libmesos_no_third_party_la-lock.lo -MD -MP -MF common/.deps/libmesos_no_third_party_la-lock.Tpo -c /home/kartik/Tools/Chronos/src/src/common/lock.cpp -o common/libmesos_no_third_party_la-lock.o >/dev/null 2>&1
mv -f common/.deps/libmesos_no_third_party_la-lock.Tpo common/.deps/libmesos_no_third_party_la-lock.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT detector/libmesos_no_third_party_la-detector.lo -MD -MP -MF detector/.deps/libmesos_no_third_party_la-detector.Tpo -c -o detector/libmesos_no_third_party_la-detector.lo `test -f 'detector/detector.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`detector/detector.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT detector/libmesos_no_third_party_la-detector.lo -MD -MP -MF detector/.deps/libmesos_no_third_party_la-detector.Tpo -c /home/kartik/Tools/Chronos/src/src/detector/detector.cpp -fPIC -DPIC -o detector/.libs/libmesos_no_third_party_la-detector.o
mv -f master/.deps/libmesos_no_third_party_la-frameworks_manager.Tpo master/.deps/libmesos_no_third_party_la-frameworks_manager.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT configurator/libmesos_no_third_party_la-configurator.lo -MD -MP -MF configurator/.deps/libmesos_no_third_party_la-configurator.Tpo -c -o configurator/libmesos_no_third_party_la-configurator.lo `test -f 'configurator/configurator.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`configurator/configurator.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT configurator/libmesos_no_third_party_la-configurator.lo -MD -MP -MF configurator/.deps/libmesos_no_third_party_la-configurator.Tpo -c /home/kartik/Tools/Chronos/src/src/configurator/configurator.cpp -fPIC -DPIC -o configurator/.libs/libmesos_no_third_party_la-configurator.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-monitor.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-monitor.Tpo -c /home/kartik/Tools/Chronos/src/src/slave/monitor.cpp -o slave/libmesos_no_third_party_la-monitor.o >/dev/null 2>&1
mv -f slave/.deps/libmesos_no_third_party_la-reaper.Tpo slave/.deps/libmesos_no_third_party_la-reaper.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT files/libmesos_no_third_party_la-files.lo -MD -MP -MF files/.deps/libmesos_no_third_party_la-files.Tpo -c -o files/libmesos_no_third_party_la-files.lo `test -f 'files/files.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`files/files.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT launcher/libmesos_no_third_party_la-launcher.lo -MD -MP -MF launcher/.deps/libmesos_no_third_party_la-launcher.Tpo -c /home/kartik/Tools/Chronos/src/src/launcher/launcher.cpp -o launcher/libmesos_no_third_party_la-launcher.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT files/libmesos_no_third_party_la-files.lo -MD -MP -MF files/.deps/libmesos_no_third_party_la-files.Tpo -c /home/kartik/Tools/Chronos/src/src/files/files.cpp -fPIC -DPIC -o files/.libs/libmesos_no_third_party_la-files.o
mv -f slave/.deps/libmesos_no_third_party_la-isolation_module.Tpo slave/.deps/libmesos_no_third_party_la-isolation_module.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT logging/libmesos_no_third_party_la-logging.lo -MD -MP -MF logging/.deps/libmesos_no_third_party_la-logging.Tpo -c -o logging/libmesos_no_third_party_la-logging.lo `test -f 'logging/logging.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`logging/logging.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT logging/libmesos_no_third_party_la-logging.lo -MD -MP -MF logging/.deps/libmesos_no_third_party_la-logging.Tpo -c /home/kartik/Tools/Chronos/src/src/logging/logging.cpp -fPIC -DPIC -o logging/.libs/libmesos_no_third_party_la-logging.o
mv -f sched/.deps/libmesos_no_third_party_la-sched.Tpo sched/.deps/libmesos_no_third_party_la-sched.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT zookeeper/libmesos_no_third_party_la-zookeeper.lo -MD -MP -MF zookeeper/.deps/libmesos_no_third_party_la-zookeeper.Tpo -c -o zookeeper/libmesos_no_third_party_la-zookeeper.lo `test -f 'zookeeper/zookeeper.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`zookeeper/zookeeper.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT zookeeper/libmesos_no_third_party_la-zookeeper.lo -MD -MP -MF zookeeper/.deps/libmesos_no_third_party_la-zookeeper.Tpo -c /home/kartik/Tools/Chronos/src/src/zookeeper/zookeeper.cpp -fPIC -DPIC -o zookeeper/.libs/libmesos_no_third_party_la-zookeeper.o
mv -f master/.deps/libmesos_no_third_party_la-http.Tpo master/.deps/libmesos_no_third_party_la-http.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT zookeeper/libmesos_no_third_party_la-authentication.lo -MD -MP -MF zookeeper/.deps/libmesos_no_third_party_la-authentication.Tpo -c -o zookeeper/libmesos_no_third_party_la-authentication.lo `test -f 'zookeeper/authentication.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`zookeeper/authentication.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT zookeeper/libmesos_no_third_party_la-authentication.lo -MD -MP -MF zookeeper/.deps/libmesos_no_third_party_la-authentication.Tpo -c /home/kartik/Tools/Chronos/src/src/zookeeper/authentication.cpp -fPIC -DPIC -o zookeeper/.libs/libmesos_no_third_party_la-authentication.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-process_based_isolation_module.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-process_based_isolation_module.Tpo -c /home/kartik/Tools/Chronos/src/src/slave/process_based_isolation_module.cpp -o slave/libmesos_no_third_party_la-process_based_isolation_module.o >/dev/null 2>&1
mv -f launcher/.deps/libmesos_no_third_party_la-launcher.Tpo launcher/.deps/libmesos_no_third_party_la-launcher.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT zookeeper/libmesos_no_third_party_la-group.lo -MD -MP -MF zookeeper/.deps/libmesos_no_third_party_la-group.Tpo -c -o zookeeper/libmesos_no_third_party_la-group.lo `test -f 'zookeeper/group.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`zookeeper/group.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT zookeeper/libmesos_no_third_party_la-group.lo -MD -MP -MF zookeeper/.deps/libmesos_no_third_party_la-group.Tpo -c /home/kartik/Tools/Chronos/src/src/zookeeper/group.cpp -fPIC -DPIC -o zookeeper/.libs/libmesos_no_third_party_la-group.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT configurator/libmesos_no_third_party_la-configurator.lo -MD -MP -MF configurator/.deps/libmesos_no_third_party_la-configurator.Tpo -c /home/kartik/Tools/Chronos/src/src/configurator/configurator.cpp -o configurator/libmesos_no_third_party_la-configurator.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT zookeeper/libmesos_no_third_party_la-authentication.lo -MD -MP -MF zookeeper/.deps/libmesos_no_third_party_la-authentication.Tpo -c /home/kartik/Tools/Chronos/src/src/zookeeper/authentication.cpp -o zookeeper/libmesos_no_third_party_la-authentication.o >/dev/null 2>&1
mv -f zookeeper/.deps/libmesos_no_third_party_la-authentication.Tpo zookeeper/.deps/libmesos_no_third_party_la-authentication.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT linux/libmesos_no_third_party_la-cgroups.lo -MD -MP -MF linux/.deps/libmesos_no_third_party_la-cgroups.Tpo -c -o linux/libmesos_no_third_party_la-cgroups.lo `test -f 'linux/cgroups.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`linux/cgroups.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT linux/libmesos_no_third_party_la-cgroups.lo -MD -MP -MF linux/.deps/libmesos_no_third_party_la-cgroups.Tpo -c /home/kartik/Tools/Chronos/src/src/linux/cgroups.cpp -fPIC -DPIC -o linux/.libs/libmesos_no_third_party_la-cgroups.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT exec/libmesos_no_third_party_la-exec.lo -MD -MP -MF exec/.deps/libmesos_no_third_party_la-exec.Tpo -c /home/kartik/Tools/Chronos/src/src/exec/exec.cpp -o exec/libmesos_no_third_party_la-exec.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT detector/libmesos_no_third_party_la-detector.lo -MD -MP -MF detector/.deps/libmesos_no_third_party_la-detector.Tpo -c /home/kartik/Tools/Chronos/src/src/detector/detector.cpp -o detector/libmesos_no_third_party_la-detector.o >/dev/null 2>&1
mv -f master/.deps/libmesos_no_third_party_la-slaves_manager.Tpo master/.deps/libmesos_no_third_party_la-slaves_manager.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT linux/libmesos_no_third_party_la-fs.lo -MD -MP -MF linux/.deps/libmesos_no_third_party_la-fs.Tpo -c -o linux/libmesos_no_third_party_la-fs.lo `test -f 'linux/fs.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`linux/fs.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT linux/libmesos_no_third_party_la-fs.lo -MD -MP -MF linux/.deps/libmesos_no_third_party_la-fs.Tpo -c /home/kartik/Tools/Chronos/src/src/linux/fs.cpp -fPIC -DPIC -o linux/.libs/libmesos_no_third_party_la-fs.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT logging/libmesos_no_third_party_la-logging.lo -MD -MP -MF logging/.deps/libmesos_no_third_party_la-logging.Tpo -c /home/kartik/Tools/Chronos/src/src/logging/logging.cpp -o logging/libmesos_no_third_party_la-logging.o >/dev/null 2>&1
mv -f configurator/.deps/libmesos_no_third_party_la-configurator.Tpo configurator/.deps/libmesos_no_third_party_la-configurator.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT linux/libmesos_no_third_party_la-proc.lo -MD -MP -MF linux/.deps/libmesos_no_third_party_la-proc.Tpo -c -o linux/libmesos_no_third_party_la-proc.lo `test -f 'linux/proc.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`linux/proc.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT slave/libmesos_no_third_party_la-slave.lo -MD -MP -MF slave/.deps/libmesos_no_third_party_la-slave.Tpo -c /home/kartik/Tools/Chronos/src/src/slave/slave.cpp -o slave/libmesos_no_third_party_la-slave.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT linux/libmesos_no_third_party_la-proc.lo -MD -MP -MF linux/.deps/libmesos_no_third_party_la-proc.Tpo -c /home/kartik/Tools/Chronos/src/src/linux/proc.cpp -fPIC -DPIC -o linux/.libs/libmesos_no_third_party_la-proc.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT linux/libmesos_no_third_party_la-fs.lo -MD -MP -MF linux/.deps/libmesos_no_third_party_la-fs.Tpo -c /home/kartik/Tools/Chronos/src/src/linux/fs.cpp -o linux/libmesos_no_third_party_la-fs.o >/dev/null 2>&1
mv -f slave/.deps/libmesos_no_third_party_la-http.Tpo slave/.deps/libmesos_no_third_party_la-http.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT messages/libmesos_no_third_party_la-messages.pb.lo -MD -MP -MF messages/.deps/libmesos_no_third_party_la-messages.pb.Tpo -c -o messages/libmesos_no_third_party_la-messages.pb.lo `test -f 'messages/messages.pb.cc' || echo '/home/kartik/Tools/Chronos/src/src/'`messages/messages.pb.cc
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT messages/libmesos_no_third_party_la-messages.pb.lo -MD -MP -MF messages/.deps/libmesos_no_third_party_la-messages.pb.Tpo -c messages/messages.pb.cc -fPIC -DPIC -o messages/.libs/libmesos_no_third_party_la-messages.pb.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT zookeeper/libmesos_no_third_party_la-zookeeper.lo -MD -MP -MF zookeeper/.deps/libmesos_no_third_party_la-zookeeper.Tpo -c /home/kartik/Tools/Chronos/src/src/zookeeper/zookeeper.cpp -o zookeeper/libmesos_no_third_party_la-zookeeper.o >/dev/null 2>&1
mv -f linux/.deps/libmesos_no_third_party_la-fs.Tpo linux/.deps/libmesos_no_third_party_la-fs.Plo
/bin/bash ../libtool --tag=CXX --mode=link g++ -pthread -g2 -O2 -o libbuild.la common/libbuild_la-build.lo -lcurl -lssl -lcrypto -lz -lrt -lunwind
libtool: link: ar cru .libs/libbuild.a common/.libs/libbuild_la-build.o
libtool: link: ranlib .libs/libbuild.a
libtool: link: ( cd ".libs" && rm -f "libbuild.la" && ln -s "../libbuild.la" "libbuild.la" )
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -I../third_party/leveldb/include -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT log/liblog_la-coordinator.lo -MD -MP -MF log/.deps/liblog_la-coordinator.Tpo -c -o log/liblog_la-coordinator.lo `test -f 'log/coordinator.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`log/coordinator.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -I../third_party/leveldb/include -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT log/liblog_la-coordinator.lo -MD -MP -MF log/.deps/liblog_la-coordinator.Tpo -c /home/kartik/Tools/Chronos/src/src/log/coordinator.cpp -fPIC -DPIC -o log/.libs/liblog_la-coordinator.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT linux/libmesos_no_third_party_la-proc.lo -MD -MP -MF linux/.deps/libmesos_no_third_party_la-proc.Tpo -c /home/kartik/Tools/Chronos/src/src/linux/proc.cpp -o linux/libmesos_no_third_party_la-proc.o >/dev/null 2>&1
mv -f local/.deps/libmesos_no_third_party_la-local.Tpo local/.deps/libmesos_no_third_party_la-local.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -I../third_party/leveldb/include -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT log/liblog_la-replica.lo -MD -MP -MF log/.deps/liblog_la-replica.Tpo -c -o log/liblog_la-replica.lo `test -f 'log/replica.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`log/replica.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -I../third_party/leveldb/include -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT log/liblog_la-replica.lo -MD -MP -MF log/.deps/liblog_la-replica.Tpo -c /home/kartik/Tools/Chronos/src/src/log/replica.cpp -fPIC -DPIC -o log/.libs/liblog_la-replica.o
mv -f detector/.deps/libmesos_no_third_party_la-detector.Tpo detector/.deps/libmesos_no_third_party_la-detector.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -I../third_party/leveldb/include -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT state/libstate_la-leveldb.lo -MD -MP -MF state/.deps/libstate_la-leveldb.Tpo -c -o state/libstate_la-leveldb.lo `test -f 'state/leveldb.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`state/leveldb.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -I../third_party/leveldb/include -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT state/libstate_la-leveldb.lo -MD -MP -MF state/.deps/libstate_la-leveldb.Tpo -c /home/kartik/Tools/Chronos/src/src/state/leveldb.cpp -fPIC -DPIC -o state/.libs/libstate_la-leveldb.o
mv -f exec/.deps/libmesos_no_third_party_la-exec.Tpo exec/.deps/libmesos_no_third_party_la-exec.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -I../third_party/leveldb/include -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT state/libstate_la-zookeeper.lo -MD -MP -MF state/.deps/libstate_la-zookeeper.Tpo -c -o state/libstate_la-zookeeper.lo `test -f 'state/zookeeper.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`state/zookeeper.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT files/libmesos_no_third_party_la-files.lo -MD -MP -MF files/.deps/libmesos_no_third_party_la-files.Tpo -c /home/kartik/Tools/Chronos/src/src/files/files.cpp -o files/libmesos_no_third_party_la-files.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -I../third_party/leveldb/include -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT state/libstate_la-zookeeper.lo -MD -MP -MF state/.deps/libstate_la-zookeeper.Tpo -c /home/kartik/Tools/Chronos/src/src/state/zookeeper.cpp -fPIC -DPIC -o state/.libs/libstate_la-zookeeper.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT master/libmesos_no_third_party_la-master.lo -MD -MP -MF master/.deps/libmesos_no_third_party_la-master.Tpo -c /home/kartik/Tools/Chronos/src/src/master/master.cpp -o master/libmesos_no_third_party_la-master.o >/dev/null 2>&1
mv -f slave/.deps/libmesos_no_third_party_la-monitor.Tpo slave/.deps/libmesos_no_third_party_la-monitor.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -I/home/kartik/Tools/Chronos/src/src/java/jni -Ijava/jni -pthread -g2 -O2 -MT java/jni/libjava_la-convert.lo -MD -MP -MF java/jni/.deps/libjava_la-convert.Tpo -c -o java/jni/libjava_la-convert.lo `test -f 'java/jni/convert.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`java/jni/convert.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -I/home/kartik/Tools/Chronos/src/src/java/jni -Ijava/jni -pthread -g2 -O2 -MT java/jni/libjava_la-convert.lo -MD -MP -MF java/jni/.deps/libjava_la-convert.Tpo -c /home/kartik/Tools/Chronos/src/src/java/jni/convert.cpp -fPIC -DPIC -o java/jni/.libs/libjava_la-convert.o
mv -f slave/.deps/libmesos_no_third_party_la-process_based_isolation_module.Tpo slave/.deps/libmesos_no_third_party_la-process_based_isolation_module.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -I/home/kartik/Tools/Chronos/src/src/java/jni -Ijava/jni -pthread -g2 -O2 -MT java/jni/libjava_la-construct.lo -MD -MP -MF java/jni/.deps/libjava_la-construct.Tpo -c -o java/jni/libjava_la-construct.lo `test -f 'java/jni/construct.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`java/jni/construct.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -I/home/kartik/Tools/Chronos/src/src/java/jni -Ijava/jni -pthread -g2 -O2 -MT java/jni/libjava_la-construct.lo -MD -MP -MF java/jni/.deps/libjava_la-construct.Tpo -c /home/kartik/Tools/Chronos/src/src/java/jni/construct.cpp -fPIC -DPIC -o java/jni/.libs/libjava_la-construct.o
mv -f linux/.deps/libmesos_no_third_party_la-proc.Tpo linux/.deps/libmesos_no_third_party_la-proc.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -I/home/kartik/Tools/Chronos/src/src/java/jni -Ijava/jni -pthread -g2 -O2 -MT java/jni/libjava_la-org_apache_mesos_Log.lo -MD -MP -MF java/jni/.deps/libjava_la-org_apache_mesos_Log.Tpo -c -o java/jni/libjava_la-org_apache_mesos_Log.lo `test -f 'java/jni/org_apache_mesos_Log.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`java/jni/org_apache_mesos_Log.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -I/home/kartik/Tools/Chronos/src/src/java/jni -Ijava/jni -pthread -g2 -O2 -MT java/jni/libjava_la-org_apache_mesos_Log.lo -MD -MP -MF java/jni/.deps/libjava_la-org_apache_mesos_Log.Tpo -c /home/kartik/Tools/Chronos/src/src/java/jni/org_apache_mesos_Log.cpp -fPIC -DPIC -o java/jni/.libs/libjava_la-org_apache_mesos_Log.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -I/home/kartik/Tools/Chronos/src/src/java/jni -Ijava/jni -pthread -g2 -O2 -MT java/jni/libjava_la-construct.lo -MD -MP -MF java/jni/.deps/libjava_la-construct.Tpo -c /home/kartik/Tools/Chronos/src/src/java/jni/construct.cpp -o java/jni/libjava_la-construct.o >/dev/null 2>&1
mv -f logging/.deps/libmesos_no_third_party_la-logging.Tpo logging/.deps/libmesos_no_third_party_la-logging.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -I/home/kartik/Tools/Chronos/src/src/java/jni -Ijava/jni -pthread -g2 -O2 -MT java/jni/libjava_la-org_apache_mesos_MesosSchedulerDriver.lo -MD -MP -MF java/jni/.deps/libjava_la-org_apache_mesos_MesosSchedulerDriver.Tpo -c -o java/jni/libjava_la-org_apache_mesos_MesosSchedulerDriver.lo `test -f 'java/jni/org_apache_mesos_MesosSchedulerDriver.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`java/jni/org_apache_mesos_MesosSchedulerDriver.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -I/home/kartik/Tools/Chronos/src/src/java/jni -Ijava/jni -pthread -g2 -O2 -MT java/jni/libjava_la-org_apache_mesos_MesosSchedulerDriver.lo -MD -MP -MF java/jni/.deps/libjava_la-org_apache_mesos_MesosSchedulerDriver.Tpo -c /home/kartik/Tools/Chronos/src/src/java/jni/org_apache_mesos_MesosSchedulerDriver.cpp -fPIC -DPIC -o java/jni/.libs/libjava_la-org_apache_mesos_MesosSchedulerDriver.o
mv -f slave/.deps/libmesos_no_third_party_la-cgroups_isolation_module.Tpo slave/.deps/libmesos_no_third_party_la-cgroups_isolation_module.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -I/home/kartik/Tools/Chronos/src/src/java/jni -Ijava/jni -pthread -g2 -O2 -MT java/jni/libjava_la-org_apache_mesos_MesosExecutorDriver.lo -MD -MP -MF java/jni/.deps/libjava_la-org_apache_mesos_MesosExecutorDriver.Tpo -c -o java/jni/libjava_la-org_apache_mesos_MesosExecutorDriver.lo `test -f 'java/jni/org_apache_mesos_MesosExecutorDriver.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`java/jni/org_apache_mesos_MesosExecutorDriver.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -I/home/kartik/Tools/Chronos/src/src/java/jni -Ijava/jni -pthread -g2 -O2 -MT java/jni/libjava_la-org_apache_mesos_MesosExecutorDriver.lo -MD -MP -MF java/jni/.deps/libjava_la-org_apache_mesos_MesosExecutorDriver.Tpo -c /home/kartik/Tools/Chronos/src/src/java/jni/org_apache_mesos_MesosExecutorDriver.cpp -fPIC -DPIC -o java/jni/.libs/libjava_la-org_apache_mesos_MesosExecutorDriver.o
mv -f java/jni/.deps/libjava_la-construct.Tpo java/jni/.deps/libjava_la-construct.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -I/home/kartik/Tools/Chronos/src/src/java/jni -Ijava/jni -pthread -g2 -O2 -MT java/jni/libjava_la-org_apache_mesos_state_Variable.lo -MD -MP -MF java/jni/.deps/libjava_la-org_apache_mesos_state_Variable.Tpo -c -o java/jni/libjava_la-org_apache_mesos_state_Variable.lo `test -f 'java/jni/org_apache_mesos_state_Variable.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`java/jni/org_apache_mesos_state_Variable.cpp
mv -f zookeeper/.deps/libmesos_no_third_party_la-zookeeper.Tpo zookeeper/.deps/libmesos_no_third_party_la-zookeeper.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -I/home/kartik/Tools/Chronos/src/src/java/jni -Ijava/jni -pthread -g2 -O2 -MT java/jni/libjava_la-org_apache_mesos_state_ZooKeeperState.lo -MD -MP -MF java/jni/.deps/libjava_la-org_apache_mesos_state_ZooKeeperState.Tpo -c -o java/jni/libjava_la-org_apache_mesos_state_ZooKeeperState.lo `test -f 'java/jni/org_apache_mesos_state_ZooKeeperState.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`java/jni/org_apache_mesos_state_ZooKeeperState.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -I/home/kartik/Tools/Chronos/src/src/java/jni -Ijava/jni -pthread -g2 -O2 -MT java/jni/libjava_la-org_apache_mesos_state_Variable.lo -MD -MP -MF java/jni/.deps/libjava_la-org_apache_mesos_state_Variable.Tpo -c /home/kartik/Tools/Chronos/src/src/java/jni/org_apache_mesos_state_Variable.cpp -fPIC -DPIC -o java/jni/.libs/libjava_la-org_apache_mesos_state_Variable.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -I/home/kartik/Tools/Chronos/src/src/java/jni -Ijava/jni -pthread -g2 -O2 -MT java/jni/libjava_la-org_apache_mesos_state_ZooKeeperState.lo -MD -MP -MF java/jni/.deps/libjava_la-org_apache_mesos_state_ZooKeeperState.Tpo -c /home/kartik/Tools/Chronos/src/src/java/jni/org_apache_mesos_state_ZooKeeperState.cpp -fPIC -DPIC -o java/jni/.libs/libjava_la-org_apache_mesos_state_ZooKeeperState.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -I/home/kartik/Tools/Chronos/src/src/java/jni -Ijava/jni -pthread -g2 -O2 -MT java/jni/libjava_la-org_apache_mesos_MesosExecutorDriver.lo -MD -MP -MF java/jni/.deps/libjava_la-org_apache_mesos_MesosExecutorDriver.Tpo -c /home/kartik/Tools/Chronos/src/src/java/jni/org_apache_mesos_MesosExecutorDriver.cpp -o java/jni/libjava_la-org_apache_mesos_MesosExecutorDriver.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -I/home/kartik/Tools/Chronos/src/src/java/jni -Ijava/jni -pthread -g2 -O2 -MT java/jni/libjava_la-org_apache_mesos_MesosSchedulerDriver.lo -MD -MP -MF java/jni/.deps/libjava_la-org_apache_mesos_MesosSchedulerDriver.Tpo -c /home/kartik/Tools/Chronos/src/src/java/jni/org_apache_mesos_MesosSchedulerDriver.cpp -o java/jni/libjava_la-org_apache_mesos_MesosSchedulerDriver.o >/dev/null 2>&1
mv -f java/jni/.deps/libjava_la-org_apache_mesos_MesosExecutorDriver.Tpo java/jni/.deps/libjava_la-org_apache_mesos_MesosExecutorDriver.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -I/home/kartik/Tools/Chronos/src/src/java/jni -Ijava/jni -pthread -g2 -O2 -MT jvm/libjava_la-jvm.lo -MD -MP -MF jvm/.deps/libjava_la-jvm.Tpo -c -o jvm/libjava_la-jvm.lo `test -f 'jvm/jvm.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`jvm/jvm.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -I/home/kartik/Tools/Chronos/src/src/java/jni -Ijava/jni -pthread -g2 -O2 -MT jvm/libjava_la-jvm.lo -MD -MP -MF jvm/.deps/libjava_la-jvm.Tpo -c /home/kartik/Tools/Chronos/src/src/jvm/jvm.cpp -fPIC -DPIC -o jvm/.libs/libjava_la-jvm.o
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -I/home/kartik/Tools/Chronos/src/src/java/jni -Ijava/jni -pthread -g2 -O2 -MT java/jni/libjava_la-convert.lo -MD -MP -MF java/jni/.deps/libjava_la-convert.Tpo -c /home/kartik/Tools/Chronos/src/src/java/jni/convert.cpp -o java/jni/libjava_la-convert.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT messages/libmesos_no_third_party_la-messages.pb.lo -MD -MP -MF messages/.deps/libmesos_no_third_party_la-messages.pb.Tpo -c messages/messages.pb.cc -o messages/libmesos_no_third_party_la-messages.pb.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT zookeeper/libmesos_no_third_party_la-group.lo -MD -MP -MF zookeeper/.deps/libmesos_no_third_party_la-group.Tpo -c /home/kartik/Tools/Chronos/src/src/zookeeper/group.cpp -o zookeeper/libmesos_no_third_party_la-group.o >/dev/null 2>&1
mv -f java/jni/.deps/libjava_la-org_apache_mesos_MesosSchedulerDriver.Tpo java/jni/.deps/libjava_la-org_apache_mesos_MesosSchedulerDriver.Plo
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT mesos/mesos_mesos-main.o -MD -MP -MF mesos/.deps/mesos_mesos-main.Tpo -c -o mesos/mesos_mesos-main.o `test -f 'mesos/main.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`mesos/main.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -I../third_party/leveldb/include -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT state/libstate_la-leveldb.lo -MD -MP -MF state/.deps/libstate_la-leveldb.Tpo -c /home/kartik/Tools/Chronos/src/src/state/leveldb.cpp -o state/libstate_la-leveldb.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -I/home/kartik/Tools/Chronos/src/src/java/jni -Ijava/jni -pthread -g2 -O2 -MT jvm/libjava_la-jvm.lo -MD -MP -MF jvm/.deps/libjava_la-jvm.Tpo -c /home/kartik/Tools/Chronos/src/src/jvm/jvm.cpp -o jvm/libjava_la-jvm.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -I/home/kartik/Tools/Chronos/src/src/java/jni -Ijava/jni -pthread -g2 -O2 -MT java/jni/libjava_la-org_apache_mesos_state_Variable.lo -MD -MP -MF java/jni/.deps/libjava_la-org_apache_mesos_state_Variable.Tpo -c /home/kartik/Tools/Chronos/src/src/java/jni/org_apache_mesos_state_Variable.cpp -o java/jni/libjava_la-org_apache_mesos_state_Variable.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -I../third_party/leveldb/include -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT state/libstate_la-zookeeper.lo -MD -MP -MF state/.deps/libstate_la-zookeeper.Tpo -c /home/kartik/Tools/Chronos/src/src/state/zookeeper.cpp -o state/libstate_la-zookeeper.o >/dev/null 2>&1
mv -f jvm/.deps/libjava_la-jvm.Tpo jvm/.deps/libjava_la-jvm.Plo
mv -f java/jni/.deps/libjava_la-convert.Tpo java/jni/.deps/libjava_la-convert.Plo
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT linux/libmesos_no_third_party_la-cgroups.lo -MD -MP -MF linux/.deps/libmesos_no_third_party_la-cgroups.Tpo -c /home/kartik/Tools/Chronos/src/src/linux/cgroups.cpp -o linux/libmesos_no_third_party_la-cgroups.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -I../third_party/leveldb/include -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT log/liblog_la-replica.lo -MD -MP -MF log/.deps/liblog_la-replica.Tpo -c /home/kartik/Tools/Chronos/src/src/log/replica.cpp -o log/liblog_la-replica.o >/dev/null 2>&1
mv -f java/jni/.deps/libjava_la-org_apache_mesos_state_Variable.Tpo java/jni/.deps/libjava_la-org_apache_mesos_state_Variable.Plo
mv -f files/.deps/libmesos_no_third_party_la-files.Tpo files/.deps/libmesos_no_third_party_la-files.Plo
mv -f state/.deps/libstate_la-leveldb.Tpo state/.deps/libstate_la-leveldb.Plo
mv -f mesos/.deps/mesos_mesos-main.Tpo mesos/.deps/mesos_mesos-main.Po
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -I../third_party/leveldb/include -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT log/liblog_la-coordinator.lo -MD -MP -MF log/.deps/liblog_la-coordinator.Tpo -c /home/kartik/Tools/Chronos/src/src/log/coordinator.cpp -o log/liblog_la-coordinator.o >/dev/null 2>&1
mv -f messages/.deps/libmesos_no_third_party_la-messages.pb.Tpo messages/.deps/libmesos_no_third_party_la-messages.pb.Plo
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -I/home/kartik/Tools/Chronos/src/src/java/jni -Ijava/jni -pthread -g2 -O2 -MT java/jni/libjava_la-org_apache_mesos_state_ZooKeeperState.lo -MD -MP -MF java/jni/.deps/libjava_la-org_apache_mesos_state_ZooKeeperState.Tpo -c /home/kartik/Tools/Chronos/src/src/java/jni/org_apache_mesos_state_ZooKeeperState.cpp -o java/jni/libjava_la-org_apache_mesos_state_ZooKeeperState.o >/dev/null 2>&1
mv -f state/.deps/libstate_la-zookeeper.Tpo state/.deps/libstate_la-zookeeper.Plo
/bin/bash ../libtool --tag=CXX --mode=link g++ -pthread -g2 -O2 -o libstate.la state/libstate_la-leveldb.lo state/libstate_la-zookeeper.lo messages/libstate_la-state.pb.lo -lcurl -lssl -lcrypto -lz -lrt -lunwind
libtool: link: ar cru .libs/libstate.a state/.libs/libstate_la-leveldb.o state/.libs/libstate_la-zookeeper.o messages/.libs/libstate_la-state.pb.o
libtool: link: ranlib .libs/libstate.a
libtool: link: ( cd ".libs" && rm -f "libstate.la" && ln -s "../libstate.la" "libstate.la" )
libtool: compile: g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" "-DPACKAGE_STRING=\"mesos 0.12.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -I/home/kartik/Tools/Chronos/src/src/java/jni -Ijava/jni -pthread -g2 -O2 -MT java/jni/libjava_la-org_apache_mesos_Log.lo -MD -MP -MF java/jni/.deps/libjava_la-org_apache_mesos_Log.Tpo -c /home/kartik/Tools/Chronos/src/src/java/jni/org_apache_mesos_Log.cpp -o java/jni/libjava_la-org_apache_mesos_Log.o >/dev/null 2>&1
mv -f slave/.deps/libmesos_no_third_party_la-slave.Tpo slave/.deps/libmesos_no_third_party_la-slave.Plo
mv -f log/.deps/liblog_la-replica.Tpo log/.deps/liblog_la-replica.Plo
mv -f zookeeper/.deps/libmesos_no_third_party_la-group.Tpo zookeeper/.deps/libmesos_no_third_party_la-group.Plo
mv -f linux/.deps/libmesos_no_third_party_la-cgroups.Tpo linux/.deps/libmesos_no_third_party_la-cgroups.Plo
mv -f java/jni/.deps/libjava_la-org_apache_mesos_state_ZooKeeperState.Tpo java/jni/.deps/libjava_la-org_apache_mesos_state_ZooKeeperState.Plo
mv -f log/.deps/liblog_la-coordinator.Tpo log/.deps/liblog_la-coordinator.Plo
/bin/bash ../libtool --tag=CXX --mode=link g++ -pthread -g2 -O2 -o liblog.la log/liblog_la-coordinator.lo log/liblog_la-replica.lo messages/liblog_la-log.pb.lo -lcurl -lssl -lcrypto -lz -lrt -lunwind
libtool: link: ar cru .libs/liblog.a log/.libs/liblog_la-coordinator.o log/.libs/liblog_la-replica.o messages/.libs/liblog_la-log.pb.o
libtool: link: ranlib .libs/liblog.a
libtool: link: ( cd ".libs" && rm -f "liblog.la" && ln -s "../liblog.la" "liblog.la" )
mv -f java/jni/.deps/libjava_la-org_apache_mesos_Log.Tpo java/jni/.deps/libjava_la-org_apache_mesos_Log.Plo
/bin/bash ../libtool --tag=CXX --mode=link g++ -pthread -g2 -O2 -o libjava.la java/jni/libjava_la-convert.lo java/jni/libjava_la-construct.lo java/jni/libjava_la-org_apache_mesos_Log.lo java/jni/libjava_la-org_apache_mesos_MesosSchedulerDriver.lo java/jni/libjava_la-org_apache_mesos_MesosExecutorDriver.lo java/jni/libjava_la-org_apache_mesos_state_Variable.lo java/jni/libjava_la-org_apache_mesos_state_ZooKeeperState.lo jvm/libjava_la-jvm.lo -L/usr/lib/jvm/jdk1.7.0_21//jre/lib/amd64/server -R/usr/lib/jvm/jdk1.7.0_21//jre/lib/amd64/server -Wl,-ljvm -lcurl -lssl -lcrypto -lz -lrt -lunwind
libtool: link: ar cru .libs/libjava.a java/jni/.libs/libjava_la-convert.o java/jni/.libs/libjava_la-construct.o java/jni/.libs/libjava_la-org_apache_mesos_Log.o java/jni/.libs/libjava_la-org_apache_mesos_MesosSchedulerDriver.o java/jni/.libs/libjava_la-org_apache_mesos_MesosExecutorDriver.o java/jni/.libs/libjava_la-org_apache_mesos_state_Variable.o java/jni/.libs/libjava_la-org_apache_mesos_state_ZooKeeperState.o jvm/.libs/libjava_la-jvm.o
libtool: link: ranlib .libs/libjava.a
libtool: link: ( cd ".libs" && rm -f "libjava.la" && ln -s "../libjava.la" "libjava.la" )
mv -f master/.deps/libmesos_no_third_party_la-master.Tpo master/.deps/libmesos_no_third_party_la-master.Plo
/bin/bash ../libtool --tag=CXX --mode=link g++ -pthread -g2 -O2 -o libmesos_no_third_party.la sched/libmesos_no_third_party_la-sched.lo local/libmesos_no_third_party_la-local.lo master/libmesos_no_third_party_la-constants.lo master/libmesos_no_third_party_la-drf_sorter.lo master/libmesos_no_third_party_la-frameworks_manager.lo master/libmesos_no_third_party_la-http.lo master/libmesos_no_third_party_la-master.lo master/libmesos_no_third_party_la-slaves_manager.lo slave/libmesos_no_third_party_la-constants.lo slave/libmesos_no_third_party_la-gc.lo slave/libmesos_no_third_party_la-monitor.lo slave/libmesos_no_third_party_la-state.lo slave/libmesos_no_third_party_la-slave.lo slave/libmesos_no_third_party_la-http.lo slave/libmesos_no_third_party_la-isolation_module.lo slave/libmesos_no_third_party_la-process_based_isolation_module.lo slave/libmesos_no_third_party_la-reaper.lo launcher/libmesos_no_third_party_la-launcher.lo exec/libmesos_no_third_party_la-exec.lo common/libmesos_no_third_party_la-lock.lo detector/libmesos_no_third_party_la-detector.lo configurator/libmesos_no_third_party_la-configurator.lo common/libmesos_no_third_party_la-date_utils.lo common/libmesos_no_third_party_la-resources.lo common/libmesos_no_third_party_la-attributes.lo common/libmesos_no_third_party_la-values.lo files/libmesos_no_third_party_la-files.lo logging/libmesos_no_third_party_la-logging.lo zookeeper/libmesos_no_third_party_la-zookeeper.lo zookeeper/libmesos_no_third_party_la-authentication.lo zookeeper/libmesos_no_third_party_la-group.lo slave/libmesos_no_third_party_la-cgroups_isolation_module.lo slave/libmesos_no_third_party_la-lxc_isolation_module.lo linux/libmesos_no_third_party_la-cgroups.lo linux/libmesos_no_third_party_la-fs.lo linux/libmesos_no_third_party_la-proc.lo libmesos_no_third_party_la-mesos.pb.lo messages/libmesos_no_third_party_la-messages.pb.lo libbuild.la liblog.la libstate.la -lcurl -lssl -lcrypto -lz -lrt -lunwind
libtool: link: (cd .libs/libmesos_no_third_party.lax/libbuild.a && ar x "/home/kartik/Tools/Chronos/src/build/src/./.libs/libbuild.a")
libtool: link: (cd .libs/libmesos_no_third_party.lax/liblog.a && ar x "/home/kartik/Tools/Chronos/src/build/src/./.libs/liblog.a")
libtool: link: (cd .libs/libmesos_no_third_party.lax/libstate.a && ar x "/home/kartik/Tools/Chronos/src/build/src/./.libs/libstate.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln slave/.libs/libmesos_no_third_party_la-constants.o .libs/libmesos_no_third_party.lax/lt1-libmesos_no_third_party_la-constants.o || cp slave/.libs/libmesos_no_third_party_la-constants.o .libs/libmesos_no_third_party.lax/lt1-libmesos_no_third_party_la-constants.o
libtool: link: ln slave/.libs/libmesos_no_third_party_la-http.o .libs/libmesos_no_third_party.lax/lt2-libmesos_no_third_party_la-http.o || cp slave/.libs/libmesos_no_third_party_la-http.o .libs/libmesos_no_third_party.lax/lt2-libmesos_no_third_party_la-http.o
libtool: link: ar cru .libs/libmesos_no_third_party.a sched/.libs/libmesos_no_third_party_la-sched.o local/.libs/libmesos_no_third_party_la-local.o master/.libs/libmesos_no_third_party_la-constants.o master/.libs/libmesos_no_third_party_la-drf_sorter.o master/.libs/libmesos_no_third_party_la-frameworks_manager.o master/.libs/libmesos_no_third_party_la-http.o master/.libs/libmesos_no_third_party_la-master.o master/.libs/libmesos_no_third_party_la-slaves_manager.o .libs/libmesos_no_third_party.lax/lt1-libmesos_no_third_party_la-constants.o slave/.libs/libmesos_no_third_party_la-gc.o slave/.libs/libmesos_no_third_party_la-monitor.o slave/.libs/libmesos_no_third_party_la-state.o slave/.libs/libmesos_no_third_party_la-slave.o .libs/libmesos_no_third_party.lax/lt2-libmesos_no_third_party_la-http.o slave/.libs/libmesos_no_third_party_la-isolation_module.o slave/.libs/libmesos_no_third_party_la-process_based_isolation_module.o slave/.libs/libmesos_no_third_party_la-reaper.o launcher/.libs/libmesos_no_third_party_la-launcher.o exec/.libs/libmesos_no_third_party_la-exec.o common/.libs/libmesos_no_third_party_la-lock.o detector/.libs/libmesos_no_third_party_la-detector.o configurator/.libs/libmesos_no_third_party_la-configurator.o common/.libs/libmesos_no_third_party_la-date_utils.o common/.libs/libmesos_no_third_party_la-resources.o common/.libs/libmesos_no_third_party_la-attributes.o common/.libs/libmesos_no_third_party_la-values.o files/.libs/libmesos_no_third_party_la-files.o logging/.libs/libmesos_no_third_party_la-logging.o zookeeper/.libs/libmesos_no_third_party_la-zookeeper.o zookeeper/.libs/libmesos_no_third_party_la-authentication.o zookeeper/.libs/libmesos_no_third_party_la-group.o slave/.libs/libmesos_no_third_party_la-cgroups_isolation_module.o slave/.libs/libmesos_no_third_party_la-lxc_isolation_module.o linux/.libs/libmesos_no_third_party_la-cgroups.o linux/.libs/libmesos_no_third_party_la-fs.o linux/.libs/libmesos_no_third_party_la-proc.o .libs/libmesos_no_third_party_la-mesos.pb.o messages/.libs/libmesos_no_third_party_la-messages.pb.o .libs/libmesos_no_third_party.lax/libbuild.a/libbuild_la-build.o .libs/libmesos_no_third_party.lax/liblog.a/liblog_la-coordinator.o .libs/libmesos_no_third_party.lax/liblog.a/liblog_la-log.pb.o .libs/libmesos_no_third_party.lax/liblog.a/liblog_la-replica.o .libs/libmesos_no_third_party.lax/libstate.a/libstate_la-leveldb.o .libs/libmesos_no_third_party.lax/libstate.a/libstate_la-state.pb.o .libs/libmesos_no_third_party.lax/libstate.a/libstate_la-zookeeper.o
libtool: link: ranlib .libs/libmesos_no_third_party.a
libtool: link: rm -fr .libs/libmesos_no_third_party.lax .libs/libmesos_no_third_party.lax
libtool: link: ( cd ".libs" && rm -f "libmesos_no_third_party.la" && ln -s "../libmesos_no_third_party.la" "libmesos_no_third_party.la" )
/bin/bash ../libtool --tag=CC --tag=CXX --mode=link gcc -release 0.12.0 -shared -o libmesos.la -rpath /home/kartik/Tools/Chronos/install/lib libmesos_no_third_party.la ../third_party/protobuf-2.4.1/src/libprotobuf.la ../third_party/glog-0.3.1/libglog.la ../third_party/leveldb/libleveldb.a ../third_party/zookeeper-3.3.4/src/c/libzookeeper_mt.la ../third_party/libprocess/libprocess.la libjava.la -L/usr/lib/jvm/jdk1.7.0_21//jre/lib/amd64/server -R/usr/lib/jvm/jdk1.7.0_21//jre/lib/amd64/server -Wl,-ljvm -lcurl -lssl -lcrypto -lz -lrt -lunwind
Building Mesos Python egg ...
WARNING: '.' not a valid package name; please use only.-separated package names in setup.py
running bdist_egg
running egg_info
creating src/mesos.egg-info
writing requirements to src/mesos.egg-info/requires.txt
writing src/mesos.egg-info/PKG-INFO
writing top-level names to src/mesos.egg-info/top_level.txt
writing dependency_links to src/mesos.egg-info/dependency_links.txt
writing manifest file 'src/mesos.egg-info/SOURCES.txt'
package init file 'src/__init__.py' not found (or not a regular file)
*** Warning: Linking the shared library libmesos.la against the
*** static library ../third_party/leveldb/libleveldb.a is not portable!
reading manifest file 'src/mesos.egg-info/SOURCES.txt'
writing manifest file 'src/mesos.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib.linux-x86_64-2.7
copying src/mesos.py -> build/lib.linux-x86_64-2.7
copying src/mesos_pb2.py -> build/lib.linux-x86_64-2.7
running build_ext
building '_mesos' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/native
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/build/include -I/home/kartik/Tools/Chronos/src/build/src -I/home/kartik/Tools/Chronos/src/build/src/python/native -I/home/kartik/Tools/Chronos/src/build/third_party/protobuf-2.4.1/src -I/usr/include/python2.7 -c native/proxy_executor.cpp -o build/temp.linux-x86_64-2.7/native/proxy_executor.o
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.6/crtbeginS.o -Wl,--whole-archive ./.libs/libmesos_no_third_party.a ../third_party/libprocess/.libs/libprocess.a ./.libs/libjava.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/usr/lib/jvm/jdk1.7.0_21//jre/lib/amd64/server ../third_party/protobuf-2.4.1/src/.libs/libprotobuf.a ../third_party/glog-0.3.1/.libs/libglog.a ../third_party/leveldb/libleveldb.a ../third_party/zookeeper-3.3.4/src/c/.libs/libzookeeper_mt.a /home/kartik/Tools/Chronos/src/build/third_party/libprocess/third_party/glog-0.3.1/.libs/libglog.a -lpthread /home/kartik/Tools/Chronos/src/build/third_party/libprocess/third_party/libev-3.8/.libs/libev.a -L/usr/lib/jvm/jdk1.7.0_21//jre/lib/amd64/server /usr/lib/x86_64-linux-gnu/libcurl.so -lssl -lcrypto -lz -lrt -lunwind -L/usr/lib/gcc/x86_64-linux-gnu/4.6 -L/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.6/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.6/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/crtn.o -Wl,-ljvm -pthread -Wl,-soname -Wl,libmesos-0.12.0.so -o .libs/libmesos-0.12.0.so
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/build/include -I/home/kartik/Tools/Chronos/src/build/src -I/home/kartik/Tools/Chronos/src/build/src/python/native -I/home/kartik/Tools/Chronos/src/build/third_party/protobuf-2.4.1/src -I/usr/include/python2.7 -c native/module.cpp -o build/temp.linux-x86_64-2.7/native/module.o
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/build/include -I/home/kartik/Tools/Chronos/src/build/src -I/home/kartik/Tools/Chronos/src/build/src/python/native -I/home/kartik/Tools/Chronos/src/build/third_party/protobuf-2.4.1/src -I/usr/include/python2.7 -c native/mesos_scheduler_driver_impl.cpp -o build/temp.linux-x86_64-2.7/native/mesos_scheduler_driver_impl.o
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/build/include -I/home/kartik/Tools/Chronos/src/build/src -I/home/kartik/Tools/Chronos/src/build/src/python/native -I/home/kartik/Tools/Chronos/src/build/third_party/protobuf-2.4.1/src -I/usr/include/python2.7 -c native/proxy_scheduler.cpp -o build/temp.linux-x86_64-2.7/native/proxy_scheduler.o
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
libtool: link: (cd ".libs" && rm -f "libmesos.so" && ln -s "libmesos-0.12.0.so" "libmesos.so")
libtool: link: ( cd ".libs" && rm -f "libmesos.la" && ln -s "../libmesos.la" "libmesos.la" )
/bin/bash ../libtool --tag=CXX --mode=link g++ -pthread -g2 -O2 -o mesos-local local/mesos_local-main.o libmesos.la -lcurl -lssl -lcrypto -lz -lrt -lunwind
/bin/bash ../libtool --tag=CXX --mode=link g++ -pthread -g2 -O2 -o mesos-log log/mesos_log-main.o libmesos.la -lcurl -lssl -lcrypto -lz -lrt -lunwind
/bin/bash ../libtool --tag=CXX --mode=link g++ -pthread -g2 -O2 -o mesos-mesos mesos/mesos_mesos-main.o libmesos.la -lcurl -lssl -lcrypto -lz -lrt -lunwind
/bin/bash ../libtool --tag=CXX --mode=link g++ -pthread -g2 -O2 -o mesos-launcher launcher/mesos_launcher-main.o libmesos.la -lcurl -lssl -lcrypto -lz -lrt -lunwind
/bin/bash ../libtool --tag=CXX --mode=link g++ -pthread -g2 -O2 -o mesos-executor launcher/mesos_executor-executor.o libmesos.la -lcurl -lssl -lcrypto -lz -lrt -lunwind
/bin/bash ../libtool --tag=CXX --mode=link g++ -pthread -g2 -O2 -o mesos-master master/mesos_master-main.o libmesos.la -lcurl -lssl -lcrypto -lz -lrt -lunwind
/bin/bash ../libtool --tag=CXX --mode=link g++ -pthread -g2 -O2 -o mesos-slave slave/mesos_slave-main.o libmesos.la -lcurl -lssl -lcrypto -lz -lrt -lunwind
libtool: link: g++ -pthread -g2 -O2 -o .libs/mesos-local local/mesos_local-main.o ./.libs/libmesos.so /usr/lib/x86_64-linux-gnu/libcurl.so -lssl -lcrypto -lz -lrt -lunwind -pthread -Wl,-rpath -Wl,/home/kartik/Tools/Chronos/install/lib
libtool: link: g++ -pthread -g2 -O2 -o .libs/mesos-log log/mesos_log-main.o ./.libs/libmesos.so /usr/lib/x86_64-linux-gnu/libcurl.so -lssl -lcrypto -lz -lrt -lunwind -pthread -Wl,-rpath -Wl,/home/kartik/Tools/Chronos/install/lib
libtool: link: g++ -pthread -g2 -O2 -o .libs/mesos-mesos mesos/mesos_mesos-main.o ./.libs/libmesos.so /usr/lib/x86_64-linux-gnu/libcurl.so -lssl -lcrypto -lz -lrt -lunwind -pthread -Wl,-rpath -Wl,/home/kartik/Tools/Chronos/install/lib
libtool: link: g++ -pthread -g2 -O2 -o .libs/mesos-launcher launcher/mesos_launcher-main.o ./.libs/libmesos.so /usr/lib/x86_64-linux-gnu/libcurl.so -lssl -lcrypto -lz -lrt -lunwind -pthread -Wl,-rpath -Wl,/home/kartik/Tools/Chronos/install/lib
libtool: link: g++ -pthread -g2 -O2 -o .libs/mesos-master master/mesos_master-main.o ./.libs/libmesos.so /usr/lib/x86_64-linux-gnu/libcurl.so -lssl -lcrypto -lz -lrt -lunwind -pthread -Wl,-rpath -Wl,/home/kartik/Tools/Chronos/install/lib
libtool: link: g++ -pthread -g2 -O2 -o .libs/mesos-executor launcher/mesos_executor-executor.o ./.libs/libmesos.so /usr/lib/x86_64-linux-gnu/libcurl.so -lssl -lcrypto -lz -lrt -lunwind -pthread -Wl,-rpath -Wl,/home/kartik/Tools/Chronos/install/lib
libtool: link: g++ -pthread -g2 -O2 -o .libs/mesos-slave slave/mesos_slave-main.o ./.libs/libmesos.so /usr/lib/x86_64-linux-gnu/libcurl.so -lssl -lcrypto -lz -lrt -lunwind -pthread -Wl,-rpath -Wl,/home/kartik/Tools/Chronos/install/lib
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/build/include -I/home/kartik/Tools/Chronos/src/build/src -I/home/kartik/Tools/Chronos/src/build/src/python/native -I/home/kartik/Tools/Chronos/src/build/third_party/protobuf-2.4.1/src -I/usr/include/python2.7 -c native/mesos_executor_driver_impl.cpp -o build/temp.linux-x86_64-2.7/native/mesos_executor_driver_impl.o
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/native/proxy_executor.o build/temp.linux-x86_64-2.7/native/module.o build/temp.linux-x86_64-2.7/native/mesos_scheduler_driver_impl.o build/temp.linux-x86_64-2.7/native/proxy_scheduler.o build/temp.linux-x86_64-2.7/native/mesos_executor_driver_impl.o /home/kartik/Tools/Chronos/src/build/src/.libs/libmesos_no_third_party.a /home/kartik/Tools/Chronos/src/build/third_party/protobuf-2.4.1/src/.libs/libprotobuf.a /home/kartik/Tools/Chronos/src/build/third_party/glog-0.3.1/.libs/libglog.a /home/kartik/Tools/Chronos/src/build/third_party/leveldb/libleveldb.a /home/kartik/Tools/Chronos/src/build/third_party/zookeeper-3.3.4/src/c/.libs/libzookeeper_mt.a /home/kartik/Tools/Chronos/src/build/third_party/libprocess/.libs/libprocess.a /home/kartik/Tools/Chronos/src/build/third_party/libprocess/third_party/libev-3.8/.libs/libev.a -o build/lib.linux-x86_64-2.7/_mesos.so -lcurl -lssl -lcrypto -lz -lrt -lunwind
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
copying build/lib.linux-x86_64-2.7/mesos.py -> build/bdist.linux-x86_64/egg
copying build/lib.linux-x86_64-2.7/mesos_pb2.py -> build/bdist.linux-x86_64/egg
copying build/lib.linux-x86_64-2.7/_mesos.so -> build/bdist.linux-x86_64/egg
byte-compiling build/bdist.linux-x86_64/egg/mesos.py to mesos.pyc
byte-compiling build/bdist.linux-x86_64/egg/mesos_pb2.py to mesos_pb2.pyc
creating stub loader for _mesos.so
byte-compiling build/bdist.linux-x86_64/egg/_mesos.py to _mesos.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/mesos-0.12.0-py2.7-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
make test-framework test-executor long-lived-framework long-lived-executor no-executor-framework balloon-framework balloon-executor mesos-tests examples/python/test_framework.py examples/python/test-framework examples/python/test_executor.py examples/python/test-executor \
tests/balloon_framework_test.sh tests/test_framework_test.sh tests/no_executor_framework_test.sh tests/java_exception_test.sh tests/java_framework_test.sh tests/python_framework_test.sh tests/killtree_test.sh
make[3]: Entering directory `/home/kartik/Tools/Chronos/src/build/src'
make[3]: Nothing to be done for `/home/kartik/Tools/Chronos/src/src/examples/python/test_framework.py'.
make[3]: Nothing to be done for `examples/python/test-framework'.
make[3]: Nothing to be done for `/home/kartik/Tools/Chronos/src/src/examples/python/test_executor.py'.
make[3]: Nothing to be done for `examples/python/test-executor'.
Building examples.jar ...
make[3]: Nothing to be done for `/home/kartik/Tools/Chronos/src/src/tests/balloon_framework_test.sh'.
make[3]: Nothing to be done for `/home/kartik/Tools/Chronos/src/src/tests/test_framework_test.sh'.
make[3]: Nothing to be done for `/home/kartik/Tools/Chronos/src/src/tests/no_executor_framework_test.sh'.
make[3]: Nothing to be done for `/home/kartik/Tools/Chronos/src/src/tests/java_exception_test.sh'.
make[3]: Nothing to be done for `/home/kartik/Tools/Chronos/src/src/tests/java_framework_test.sh'.
make[3]: Nothing to be done for `/home/kartik/Tools/Chronos/src/src/tests/python_framework_test.sh'.
make[3]: Nothing to be done for `/home/kartik/Tools/Chronos/src/src/tests/killtree_test.sh'.
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT examples/test_framework-test_framework.o -MD -MP -MF examples/.deps/test_framework-test_framework.Tpo -c -o examples/test_framework-test_framework.o `test -f 'examples/test_framework.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`examples/test_framework.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT examples/test_executor-test_executor.o -MD -MP -MF examples/.deps/test_executor-test_executor.Tpo -c -o examples/test_executor-test_executor.o `test -f 'examples/test_executor.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`examples/test_executor.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT examples/long_lived_framework-long_lived_framework.o -MD -MP -MF examples/.deps/long_lived_framework-long_lived_framework.Tpo -c -o examples/long_lived_framework-long_lived_framework.o `test -f 'examples/long_lived_framework.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`examples/long_lived_framework.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT examples/long_lived_executor-long_lived_executor.o -MD -MP -MF examples/.deps/long_lived_executor-long_lived_executor.Tpo -c -o examples/long_lived_executor-long_lived_executor.o `test -f 'examples/long_lived_executor.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`examples/long_lived_executor.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT examples/no_executor_framework-no_executor_framework.o -MD -MP -MF examples/.deps/no_executor_framework-no_executor_framework.Tpo -c -o examples/no_executor_framework-no_executor_framework.o `test -f 'examples/no_executor_framework.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`examples/no_executor_framework.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT examples/balloon_framework-balloon_framework.o -MD -MP -MF examples/.deps/balloon_framework-balloon_framework.Tpo -c -o examples/balloon_framework-balloon_framework.o `test -f 'examples/balloon_framework.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`examples/balloon_framework.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -pthread -g2 -O2 -MT examples/balloon_executor-balloon_executor.o -MD -MP -MF examples/.deps/balloon_executor-balloon_executor.Tpo -c -o examples/balloon_executor-balloon_executor.o `test -f 'examples/balloon_executor.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`examples/balloon_executor.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-main.o -MD -MP -MF tests/.deps/mesos_tests-main.Tpo -c -o tests/mesos_tests-main.o `test -f 'tests/main.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/main.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-utils.o -MD -MP -MF tests/.deps/mesos_tests-utils.Tpo -c -o tests/mesos_tests-utils.o `test -f 'tests/utils.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/utils.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-filter.o -MD -MP -MF tests/.deps/mesos_tests-filter.Tpo -c -o tests/mesos_tests-filter.o `test -f 'tests/filter.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/filter.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-environment.o -MD -MP -MF tests/.deps/mesos_tests-environment.Tpo -c -o tests/mesos_tests-environment.o `test -f 'tests/environment.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/environment.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-master_tests.o -MD -MP -MF tests/.deps/mesos_tests-master_tests.Tpo -c -o tests/mesos_tests-master_tests.o `test -f 'tests/master_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/master_tests.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-state_tests.o -MD -MP -MF tests/.deps/mesos_tests-state_tests.Tpo -c -o tests/mesos_tests-state_tests.o `test -f 'tests/state_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/state_tests.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-slave_state_tests.o -MD -MP -MF tests/.deps/mesos_tests-slave_state_tests.Tpo -c -o tests/mesos_tests-slave_state_tests.o `test -f 'tests/slave_state_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/slave_state_tests.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-gc_tests.o -MD -MP -MF tests/.deps/mesos_tests-gc_tests.Tpo -c -o tests/mesos_tests-gc_tests.o `test -f 'tests/gc_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/gc_tests.cpp
mv -f examples/.deps/test_executor-test_executor.Tpo examples/.deps/test_executor-test_executor.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-resource_offers_tests.o -MD -MP -MF tests/.deps/mesos_tests-resource_offers_tests.Tpo -c -o tests/mesos_tests-resource_offers_tests.o `test -f 'tests/resource_offers_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/resource_offers_tests.cpp
mv -f examples/.deps/long_lived_executor-long_lived_executor.Tpo examples/.deps/long_lived_executor-long_lived_executor.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-fault_tolerance_tests.o -MD -MP -MF tests/.deps/mesos_tests-fault_tolerance_tests.Tpo -c -o tests/mesos_tests-fault_tolerance_tests.o `test -f 'tests/fault_tolerance_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/fault_tolerance_tests.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-files_tests.o -MD -MP -MF tests/.deps/mesos_tests-files_tests.Tpo -c -o tests/mesos_tests-files_tests.o `test -f 'tests/files_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/files_tests.cpp
mv -f examples/.deps/balloon_executor-balloon_executor.Tpo examples/.deps/balloon_executor-balloon_executor.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-flags_tests.o -MD -MP -MF tests/.deps/mesos_tests-flags_tests.Tpo -c -o tests/mesos_tests-flags_tests.o `test -f 'tests/flags_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/flags_tests.cpp
mv -f examples/.deps/no_executor_framework-no_executor_framework.Tpo examples/.deps/no_executor_framework-no_executor_framework.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-log_tests.o -MD -MP -MF tests/.deps/mesos_tests-log_tests.Tpo -c -o tests/mesos_tests-log_tests.o `test -f 'tests/log_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/log_tests.cpp
mv -f examples/.deps/test_framework-test_framework.Tpo examples/.deps/test_framework-test_framework.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-monitor_tests.o -MD -MP -MF tests/.deps/mesos_tests-monitor_tests.Tpo -c -o tests/mesos_tests-monitor_tests.o `test -f 'tests/monitor_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/monitor_tests.cpp
mv -f examples/.deps/long_lived_framework-long_lived_framework.Tpo examples/.deps/long_lived_framework-long_lived_framework.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-resources_tests.o -MD -MP -MF tests/.deps/mesos_tests-resources_tests.Tpo -c -o tests/mesos_tests-resources_tests.o `test -f 'tests/resources_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/resources_tests.cpp
mv -f tests/.deps/mesos_tests-filter.Tpo tests/.deps/mesos_tests-filter.Po
mv -f examples/.deps/balloon_framework-balloon_framework.Tpo examples/.deps/balloon_framework-balloon_framework.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-script.o -MD -MP -MF tests/.deps/mesos_tests-script.Tpo -c -o tests/mesos_tests-script.o `test -f 'tests/script.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/script.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-examples_tests.o -MD -MP -MF tests/.deps/mesos_tests-examples_tests.Tpo -c -o tests/mesos_tests-examples_tests.o `test -f 'tests/examples_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/examples_tests.cpp
mv -f tests/.deps/mesos_tests-examples_tests.Tpo tests/.deps/mesos_tests-examples_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-configurator_tests.o -MD -MP -MF tests/.deps/mesos_tests-configurator_tests.Tpo -c -o tests/mesos_tests-configurator_tests.o `test -f 'tests/configurator_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/configurator_tests.cpp
mv -f tests/.deps/mesos_tests-environment.Tpo tests/.deps/mesos_tests-environment.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-multihashmap_tests.o -MD -MP -MF tests/.deps/mesos_tests-multihashmap_tests.Tpo -c -o tests/mesos_tests-multihashmap_tests.o `test -f 'tests/multihashmap_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/multihashmap_tests.cpp
mv -f tests/.deps/mesos_tests-multihashmap_tests.Tpo tests/.deps/mesos_tests-multihashmap_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-protobuf_io_tests.o -MD -MP -MF tests/.deps/mesos_tests-protobuf_io_tests.Tpo -c -o tests/mesos_tests-protobuf_io_tests.o `test -f 'tests/protobuf_io_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/protobuf_io_tests.cpp
mv -f tests/.deps/mesos_tests-utils.Tpo tests/.deps/mesos_tests-utils.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-stout_tests.o -MD -MP -MF tests/.deps/mesos_tests-stout_tests.Tpo -c -o tests/mesos_tests-stout_tests.o `test -f 'tests/stout_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/stout_tests.cpp
mv -f tests/.deps/mesos_tests-main.Tpo tests/.deps/mesos_tests-main.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-zookeeper_url_tests.o -MD -MP -MF tests/.deps/mesos_tests-zookeeper_url_tests.Tpo -c -o tests/mesos_tests-zookeeper_url_tests.o `test -f 'tests/zookeeper_url_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/zookeeper_url_tests.cpp
mv -f tests/.deps/mesos_tests-resources_tests.Tpo tests/.deps/mesos_tests-resources_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-killtree_tests.o -MD -MP -MF tests/.deps/mesos_tests-killtree_tests.Tpo -c -o tests/mesos_tests-killtree_tests.o `test -f 'tests/killtree_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/killtree_tests.cpp
mv -f tests/.deps/mesos_tests-killtree_tests.Tpo tests/.deps/mesos_tests-killtree_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-exception_tests.o -MD -MP -MF tests/.deps/mesos_tests-exception_tests.Tpo -c -o tests/mesos_tests-exception_tests.o `test -f 'tests/exception_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/exception_tests.cpp
mv -f tests/.deps/mesos_tests-slave_state_tests.Tpo tests/.deps/mesos_tests-slave_state_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-attributes_tests.o -MD -MP -MF tests/.deps/mesos_tests-attributes_tests.Tpo -c -o tests/mesos_tests-attributes_tests.o `test -f 'tests/attributes_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/attributes_tests.cpp
mv -f tests/.deps/mesos_tests-script.Tpo tests/.deps/mesos_tests-script.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-master_detector_tests.o -MD -MP -MF tests/.deps/mesos_tests-master_detector_tests.Tpo -c -o tests/mesos_tests-master_detector_tests.o `test -f 'tests/master_detector_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/master_detector_tests.cpp
mv -f tests/.deps/mesos_tests-zookeeper_url_tests.Tpo tests/.deps/mesos_tests-zookeeper_url_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-sorter_tests.o -MD -MP -MF tests/.deps/mesos_tests-sorter_tests.Tpo -c -o tests/mesos_tests-sorter_tests.o `test -f 'tests/sorter_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/sorter_tests.cpp
mv -f tests/.deps/mesos_tests-flags_tests.Tpo tests/.deps/mesos_tests-flags_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-allocator_tests.o -MD -MP -MF tests/.deps/mesos_tests-allocator_tests.Tpo -c -o tests/mesos_tests-allocator_tests.o `test -f 'tests/allocator_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/allocator_tests.cpp
mv -f tests/.deps/mesos_tests-files_tests.Tpo tests/.deps/mesos_tests-files_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-logging_tests.o -MD -MP -MF tests/.deps/mesos_tests-logging_tests.Tpo -c -o tests/mesos_tests-logging_tests.o `test -f 'tests/logging_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/logging_tests.cpp
mv -f tests/.deps/mesos_tests-monitor_tests.Tpo tests/.deps/mesos_tests-monitor_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-cgroups_isolation_tests.o -MD -MP -MF tests/.deps/mesos_tests-cgroups_isolation_tests.Tpo -c -o tests/mesos_tests-cgroups_isolation_tests.o `test -f 'tests/cgroups_isolation_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/cgroups_isolation_tests.cpp
mv -f tests/.deps/mesos_tests-configurator_tests.Tpo tests/.deps/mesos_tests-configurator_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-cgroups_tests.o -MD -MP -MF tests/.deps/mesos_tests-cgroups_tests.Tpo -c -o tests/mesos_tests-cgroups_tests.o `test -f 'tests/cgroups_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/cgroups_tests.cpp
mv -f tests/.deps/mesos_tests-sorter_tests.Tpo tests/.deps/mesos_tests-sorter_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-fs_tests.o -MD -MP -MF tests/.deps/mesos_tests-fs_tests.Tpo -c -o tests/mesos_tests-fs_tests.o `test -f 'tests/fs_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/fs_tests.cpp
mv -f tests/.deps/mesos_tests-attributes_tests.Tpo tests/.deps/mesos_tests-attributes_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-proc_tests.o -MD -MP -MF tests/.deps/mesos_tests-proc_tests.Tpo -c -o tests/mesos_tests-proc_tests.o `test -f 'tests/proc_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/proc_tests.cpp
mv -f tests/.deps/mesos_tests-state_tests.Tpo tests/.deps/mesos_tests-state_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-zookeeper_test.o -MD -MP -MF tests/.deps/mesos_tests-zookeeper_test.Tpo -c -o tests/mesos_tests-zookeeper_test.o `test -f 'tests/zookeeper_test.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/zookeeper_test.cpp
mv -f tests/.deps/mesos_tests-protobuf_io_tests.Tpo tests/.deps/mesos_tests-protobuf_io_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-zookeeper_test_server.o -MD -MP -MF tests/.deps/mesos_tests-zookeeper_test_server.Tpo -c -o tests/mesos_tests-zookeeper_test_server.o `test -f 'tests/zookeeper_test_server.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/zookeeper_test_server.cpp
mv -f tests/.deps/mesos_tests-fs_tests.Tpo tests/.deps/mesos_tests-fs_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-zookeeper_tests.o -MD -MP -MF tests/.deps/mesos_tests-zookeeper_tests.Tpo -c -o tests/mesos_tests-zookeeper_tests.o `test -f 'tests/zookeeper_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/zookeeper_tests.cpp
mv -f tests/.deps/mesos_tests-zookeeper_test_server.Tpo tests/.deps/mesos_tests-zookeeper_test_server.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.12.0\" -DPACKAGE_STRING=\"mesos\ 0.12.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.12.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCURL=1 -I. -I/home/kartik/Tools/Chronos/src/src -Wall -Werror -DMESOS_WEBUI_DIR=\"/home/kartik/Tools/Chronos/install/share/mesos/webui\" -DMESOS_LIBEXECDIR=\"/home/kartik/Tools/Chronos/install/libexec/mesos\" -I/home/kartik/Tools/Chronos/src/include -I/home/kartik/Tools/Chronos/src/third_party/libprocess/include -I../include -I../third_party/boost-1.53.0 -I../third_party/protobuf-2.4.1/src -I../third_party/glog-0.3.1/src -I../third_party/zookeeper-3.3.4/src/c/include -I../third_party/zookeeper-3.3.4/src/c/generated -DSOURCE_DIR=\"/home/kartik/Tools/Chronos/src\" -DBUILD_DIR=\"/home/kartik/Tools/Chronos/src/build\" -I../third_party/gmock-1.6.0/gtest/include -I../third_party/gmock-1.6.0/include -I/usr/lib/jvm/jdk1.7.0_21//include -I/usr/lib/jvm/jdk1.7.0_21//include/linux -DZOOKEEPER_VERSION=\"3.3.4\" -pthread -g2 -O2 -MT tests/mesos_tests-allocator_zookeeper_tests.o -MD -MP -MF tests/.deps/mesos_tests-allocator_zookeeper_tests.Tpo -c -o tests/mesos_tests-allocator_zookeeper_tests.o `test -f 'tests/allocator_zookeeper_tests.cpp' || echo '/home/kartik/Tools/Chronos/src/src/'`tests/allocator_zookeeper_tests.cpp
virtual memory exhausted: Cannot allocate memory
make[3]: *** [tests/mesos_tests-zookeeper_test.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [tests/mesos_tests-gc_tests.o] Error 1
make[3]: *** [tests/mesos_tests-resource_offers_tests.o] Error 1
make[3]: *** [tests/mesos_tests-fault_tolerance_tests.o] Error 1
make[3]: *** [tests/mesos_tests-log_tests.o] Error 1
make[3]: *** [tests/mesos_tests-stout_tests.o] Error 1
make[3]: *** [tests/mesos_tests-exception_tests.o] Error 1
make[3]: *** [tests/mesos_tests-master_detector_tests.o] Error 1
make[3]: *** [tests/mesos_tests-allocator_tests.o] Error 1
make[3]: *** [tests/mesos_tests-cgroups_isolation_tests.o] Error 1
make[3]: *** [tests/mesos_tests-proc_tests.o] Error 1
make[3]: *** [tests/mesos_tests-zookeeper_tests.o] Error 1
make[3]: *** [tests/mesos_tests-allocator_zookeeper_tests.o] Error 1
mv -f tests/.deps/mesos_tests-logging_tests.Tpo tests/.deps/mesos_tests-logging_tests.Po
mv -f tests/.deps/mesos_tests-cgroups_tests.Tpo tests/.deps/mesos_tests-cgroups_tests.Po
mv -f tests/.deps/mesos_tests-master_tests.Tpo tests/.deps/mesos_tests-master_tests.Po
make[3]: Leaving directory `/home/kartik/Tools/Chronos/src/build/src'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/kartik/Tools/Chronos/src/build/src'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/home/kartik/Tools/Chronos/src/build/src'
make: *** [check-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment