Hi everyone!
  I'm trying to build Mesos for OpenSuSE Tumbleweed and I seem to be
running into an issue when trying to compile mesos. In particular, it
seems to fail on protobuf.

  I've attached a full backtrace. It seems the python eggs aren't being
built:

IOError: [Errno 2] No such file or directory
make[2]: *** [Makefile:13299:
../3rdparty/protobuf-2.6.1/python/dist/protobuf-2.6.1-py2.7.egg] Error 1


  However, config.log (attached) shows that they can indeed be build.

  Do you have any ideas or suggestions to get this compiled? If I need
to provide any additional information, then please let me know.

Regards

Building protobuf Python egg ...
cd ../3rdparty/protobuf-2.6.1/python &&                 \
  CC="gcc"                                      \
  CXX="g++"                                     \
  CFLAGS="-g1 -O0 -Wno-unused-local-typedefs"                           \
  CXXFLAGS="-g1 -O0 -Wno-unused-local-typedefs -std=c++11"                      
\
  PYTHONPATH=/home/ceneblock/mesos-1.3.0/build/3rdparty/setuptools-20.9.0       
\
  /usr/bin/python setup.py build bdist_egg
Traceback (most recent call last):
  File "setup.py", line 200, in <module>
    "Protocol Buffers are Google's data interchange format.",
  File "/usr/lib64/python2.7/distutils/core.py", line 111, in setup
    _setup_distribution = dist = klass(attrs)
  File 
"/home/ceneblock/mesos-1.3.0/build/3rdparty/setuptools-20.9.0/setuptools/dist.py",
 line 269, in __init__
    self.fetch_build_eggs(attrs['setup_requires'])
  File 
"/home/ceneblock/mesos-1.3.0/build/3rdparty/setuptools-20.9.0/setuptools/dist.py",
 line 313, in fetch_build_eggs
    replace_conflicting=True,
  File 
"/home/ceneblock/mesos-1.3.0/build/3rdparty/setuptools-20.9.0/pkg_resources/__init__.py",
 line 826, in resolve
    dist = best[req.key] = env.best_match(req, ws, installer)
  File 
"/home/ceneblock/mesos-1.3.0/build/3rdparty/setuptools-20.9.0/pkg_resources/__init__.py",
 line 1092, in best_match
    return self.obtain(req, installer)
  File 
"/home/ceneblock/mesos-1.3.0/build/3rdparty/setuptools-20.9.0/pkg_resources/__init__.py",
 line 1104, in obtain
    return installer(requirement)
  File 
"/home/ceneblock/mesos-1.3.0/build/3rdparty/setuptools-20.9.0/setuptools/dist.py",
 line 380, in fetch_build_egg
    return cmd.easy_install(req)
  File 
"/home/ceneblock/mesos-1.3.0/build/3rdparty/setuptools-20.9.0/setuptools/command/easy_install.py",
 line 628, in easy_install
    not self.always_copy, self.local_index
  File 
"/home/ceneblock/mesos-1.3.0/build/3rdparty/setuptools-20.9.0/setuptools/package_index.py",
 line 604, in fetch_distribution
    self.find_packages(requirement)
  File 
"/home/ceneblock/mesos-1.3.0/build/3rdparty/setuptools-20.9.0/setuptools/package_index.py",
 line 441, in find_packages
    self.scan_url(self.index_url + requirement.unsafe_name+'/')
  File 
"/home/ceneblock/mesos-1.3.0/build/3rdparty/setuptools-20.9.0/setuptools/package_index.py",
 line 775, in scan_url
    self.process_url(url, True)
  File 
"/home/ceneblock/mesos-1.3.0/build/3rdparty/setuptools-20.9.0/setuptools/package_index.py",
 line 308, in process_url
    f = self.open_url(url, "Download error on %s: %%s -- Some packages may not 
be found!" % url)
  File 
"/home/ceneblock/mesos-1.3.0/build/3rdparty/setuptools-20.9.0/setuptools/package_index.py",
 line 714, in open_url
    return open_with_auth(url, self.opener)
  File 
"/home/ceneblock/mesos-1.3.0/build/3rdparty/setuptools-20.9.0/setuptools/package_index.py",
 line 909, in _socket_timeout
    return func(*args, **kwargs)
  File 
"/home/ceneblock/mesos-1.3.0/build/3rdparty/setuptools-20.9.0/setuptools/package_index.py",
 line 1023, in open_with_auth
    fp = opener(request)
  File "/usr/lib64/python2.7/urllib2.py", line 429, in open
    response = self._open(req, data)
  File "/usr/lib64/python2.7/urllib2.py", line 447, in _open
    '_open', req)
  File "/usr/lib64/python2.7/urllib2.py", line 407, in _call_chain
    result = func(*args)
  File 
"/home/ceneblock/mesos-1.3.0/build/3rdparty/setuptools-20.9.0/setuptools/ssl_support.py",
 line 158, in https_open
    lambda host, **kw: VerifyingHTTPSConn(host, self.ca_bundle, **kw), req
  File "/usr/lib64/python2.7/urllib2.py", line 1195, in do_open
    h.request(req.get_method(), req.get_selector(), req.data, headers)
  File "/usr/lib64/python2.7/httplib.py", line 1042, in request
    self._send_request(method, url, body, headers)
  File "/usr/lib64/python2.7/httplib.py", line 1082, in _send_request
    self.endheaders(body)
  File "/usr/lib64/python2.7/httplib.py", line 1038, in endheaders
    self._send_output(message_body)
  File "/usr/lib64/python2.7/httplib.py", line 882, in _send_output
    self.send(msg)
  File "/usr/lib64/python2.7/httplib.py", line 844, in send
    self.connect()
  File 
"/home/ceneblock/mesos-1.3.0/build/3rdparty/setuptools-20.9.0/setuptools/ssl_support.py",
 line 186, in connect
    sock, cert_reqs=ssl.CERT_REQUIRED, ca_certs=self.ca_bundle
  File "/usr/lib64/python2.7/ssl.py", line 951, in wrap_socket
    ciphers=ciphers)
  File "/usr/lib64/python2.7/ssl.py", line 558, in __init__
    self._context.load_verify_locations(cafile=cafile, capath=capath)
IOError: [Errno 2] No such file or directory
make[2]: *** [Makefile:13299: 
../3rdparty/protobuf-2.6.1/python/dist/protobuf-2.6.1-py2.7.egg] Error 1
make[2]: Leaving directory '/home/ceneblock/mesos-1.3.0/build/src'
make[1]: *** [Makefile:3507: all] Error 2
make[1]: Leaving directory '/home/ceneblock/mesos-1.3.0/build/src'
make: *** [Makefile:753: all-recursive] Error 1
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by mesos configure 1.3.0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ../configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = router3
uname -m = x86_64
uname -r = 4.11.8-2-default
uname -s = Linux
uname -v = #1 SMP PREEMPT Thu Jun 29 14:37:33 UTC 2017 (42bd7a0)

/usr/bin/uname -p = x86_64
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /root/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2739: loading site script /usr/share/site/x86_64-unknown-linux-gnu
| #!/bin/sh
| # Site script for configure. It is resourced via $CONFIG_SITE environment varaible.
| 
| # If user did not specify libdir, guess the correct target:
| # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
| if test "$libdir" = '${exec_prefix}/lib' ; then
| 
| 	ac_config_site_64bit_host=NONE
| 
| 	case "$host" in
| 	"" )
| 		# User did not specify host target.
| 		# The native platform x86_64 is a bi-arch platform.
| 		# Try to detect cross-compilation to inferior architecture.
| 
| 		# We are trying to guess 32-bit target compilation. It's not as easy as
| 		# it sounds, as there is possible several intermediate combinations.
| 		ac_config_site_cross_to_32bit_host=NONE
| 
| 		# User defined -m32 in CFLAGS or CXXFLAGS or CC or CXX:
| 		# (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.)
| 		case "$CFLAGS $CXXFLAGS $CC $CXX" in
| 		*-m32*)
| 			ac_config_site_cross_to_32bit_host=YES
| 			;;
| 		esac
| 
| 		# Running with linux32:
| 		# (Changes detected platform, but not the toolchain target.)
| 		case "`/bin/uname -i`" in
| 		x86_64 | ppc64 | s390x )
| 			;;
| 		* )
| 			ac_config_site_cross_to_32bit_host=YES
| 			;;
| 		esac
| 
| 		if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then
| 			ac_config_site_64bit_host=YES
| 		fi
| 
| 		;;
| 	*x86_64* | *ppc64* | *s390x* )
| 		ac_config_site_64bit_host=YES
| 		;;
| 	esac
| 
| 	if test "x$ac_config_site_64bit_host" = xYES; then
| 		libdir='${exec_prefix}/lib64'
| 	fi
| fi
| 
| # If user did not specify libexecdir, set the correct target:
| # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.
| 
| if test "$libexecdir" = '${exec_prefix}/libexec' ; then
| 	libexecdir='${exec_prefix}/lib'
| fi
| 
| # Continue with the standard behavior of configure defined in AC_SITE_LOAD:
| if test "x$prefix" != xNONE; then
| 	ac_site_file1=$prefix/share/config.site
| 	ac_site_file2=$prefix/etc/config.site
| else
| 	ac_site_file1=$ac_default_prefix/share/config.site
| 	ac_site_file2=$ac_default_prefix/etc/config.site
| fi
| for ac_site_file in "$ac_site_file1" "$ac_site_file2"
| do
| 	test "x$ac_site_file" = xNONE && continue
| 	if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
| 		{ $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;}
| 		sed 's/^/| /' "$ac_site_file" >&5
| 		. "$ac_site_file" \
| 			|| { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;}
| as_fn_error $? "failed to load site script $ac_site_file
| See \`config.log' for more details" "$LINENO" 5; }
| 	fi
| done
configure:2870: checking build system type
configure:2884: result: x86_64-unknown-linux-gnu
configure:2904: checking host system type
configure:2917: result: x86_64-unknown-linux-gnu
configure:2938: checking target system type
configure:2951: result: x86_64-unknown-linux-gnu
configure:3076: checking for g++
configure:3092: found /usr/bin/g++
configure:3103: result: g++
configure:3130: checking for C++ compiler version
configure:3139: g++ --version >&5
g++ (SUSE Linux) 7.1.1 20170629 [gcc-7-branch revision 249772]
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3150: $? = 0
configure:3139: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/7/lto-wrapper
OFFLOAD_TARGET_NAMES=hsa:nvptx-none
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,ada,go --enable-offload-targets=hsa,nvptx-none=/usr/nvptx-none, --without-cuda-driver --enable-checking=release --disable-werror --with-gxx-include-dir=/usr/include/c++/7 --enable-ssp --disable-libssp --disable-libvtv --disable-libcc1 --enable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --with-gcc-major-version-only --enable-linker-build-id --enable-linux-futex --enable-gnu-indirect-function --program-suffix=-7 --without-system-libunwind --enable-multilib --with-arch-32=x86-64 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
gcc version 7.1.1 20170629 [gcc-7-branch revision 249772] (SUSE Linux) 
configure:3150: $? = 0
configure:3139: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3150: $? = 1
configure:3139: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:3150: $? = 1
configure:3170: checking whether the C++ compiler works
configure:3192: g++    conftest.cpp  >&5
configure:3196: $? = 0
configure:3244: result: yes
configure:3247: checking for C++ compiler default output file name
configure:3249: result: a.out
configure:3255: checking for suffix of executables
configure:3262: g++ -o conftest    conftest.cpp  >&5
configure:3266: $? = 0
configure:3288: result: 
configure:3310: checking whether we are cross compiling
configure:3318: g++ -o conftest    conftest.cpp  >&5
configure:3322: $? = 0
configure:3329: ./conftest
configure:3333: $? = 0
configure:3348: result: no
configure:3353: checking for suffix of object files
configure:3375: g++ -c   conftest.cpp >&5
configure:3379: $? = 0
configure:3400: result: o
configure:3404: checking whether we are using the GNU C++ compiler
configure:3423: g++ -c   conftest.cpp >&5
configure:3423: $? = 0
configure:3432: result: yes
configure:3441: checking whether g++ accepts -g
configure:3461: g++ -c -g  conftest.cpp >&5
configure:3461: $? = 0
configure:3502: result: yes
configure:3579: checking for gcc
configure:3595: found /usr/bin/gcc
configure:3606: result: gcc
configure:3637: checking for C compiler version
configure:3646: gcc --version >&5
gcc (SUSE Linux) 7.1.1 20170629 [gcc-7-branch revision 249772]
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3657: $? = 0
configure:3646: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/7/lto-wrapper
OFFLOAD_TARGET_NAMES=hsa:nvptx-none
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,ada,go --enable-offload-targets=hsa,nvptx-none=/usr/nvptx-none, --without-cuda-driver --enable-checking=release --disable-werror --with-gxx-include-dir=/usr/include/c++/7 --enable-ssp --disable-libssp --disable-libvtv --disable-libcc1 --enable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --with-gcc-major-version-only --enable-linker-build-id --enable-linux-futex --enable-gnu-indirect-function --program-suffix=-7 --without-system-libunwind --enable-multilib --with-arch-32=x86-64 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
gcc version 7.1.1 20170629 [gcc-7-branch revision 249772] (SUSE Linux) 
configure:3657: $? = 0
configure:3646: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3657: $? = 1
configure:3646: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3657: $? = 1
configure:3661: checking whether we are using the GNU C compiler
configure:3680: gcc -c   conftest.c >&5
configure:3680: $? = 0
configure:3689: result: yes
configure:3698: checking whether gcc accepts -g
configure:3718: gcc -c -g  conftest.c >&5
configure:3718: $? = 0
configure:3759: result: yes
configure:3776: checking for gcc option to accept ISO C89
configure:3839: gcc  -c -g -O2  conftest.c >&5
configure:3839: $? = 0
configure:3852: result: none needed
configure:3873: checking whether ln -s works
configure:3877: result: yes
configure:3886: checking for C++ compiler vendor
configure:3933: g++ -c -g -O2  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:15:9: error: 'thisisanerror' was not declared in this scope
         thisisanerror;
         ^~~~~~~~~~~~~
configure:3933: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mesos"
| #define PACKAGE_TARNAME "mesos"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "mesos 1.3.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|       #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER))
|         thisisanerror;
|       #endif
| 
|   ;
|   return 0;
| }
configure:3933: g++ -c -g -O2  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:15:9: error: 'thisisanerror' was not declared in this scope
         thisisanerror;
         ^~~~~~~~~~~~~
configure:3933: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mesos"
| #define PACKAGE_TARNAME "mesos"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "mesos 1.3.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|       #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__))
|         thisisanerror;
|       #endif
| 
|   ;
|   return 0;
| }
configure:3933: g++ -c -g -O2  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:15:9: error: 'thisisanerror' was not declared in this scope
         thisisanerror;
         ^~~~~~~~~~~~~
configure:3933: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mesos"
| #define PACKAGE_TARNAME "mesos"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "mesos 1.3.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|       #if !(defined(__PATHCC__) || defined(__PATHSCALE__))
|         thisisanerror;
|       #endif
| 
|   ;
|   return 0;
| }
configure:3933: g++ -c -g -O2  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:15:9: error: 'thisisanerror' was not declared in this scope
         thisisanerror;
         ^~~~~~~~~~~~~
configure:3933: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mesos"
| #define PACKAGE_TARNAME "mesos"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "mesos 1.3.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|       #if !(defined(__clang__))
|         thisisanerror;
|       #endif
| 
|   ;
|   return 0;
| }
configure:3933: g++ -c -g -O2  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:15:9: error: 'thisisanerror' was not declared in this scope
         thisisanerror;
         ^~~~~~~~~~~~~
configure:3933: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mesos"
| #define PACKAGE_TARNAME "mesos"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "mesos 1.3.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|       #if !(defined(_CRAYC))
|         thisisanerror;
|       #endif
| 
|   ;
|   return 0;
| }
configure:3933: g++ -c -g -O2  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:15:9: error: 'thisisanerror' was not declared in this scope
         thisisanerror;
         ^~~~~~~~~~~~~
configure:3933: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mesos"
| #define PACKAGE_TARNAME "mesos"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "mesos 1.3.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|       #if !(defined(__FUJITSU))
|         thisisanerror;
|       #endif
| 
|   ;
|   return 0;
| }
configure:3933: g++ -c -g -O2  conftest.cpp >&5
configure:3933: $? = 0
configure:3941: result: gnu
configure:3944: checking for a sed that does not truncate output
configure:4008: result: /usr/bin/sed
configure:4015: checking for C++ compiler version
configure:4237: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:4237: $? = 0
configure:4237: ./conftest
configure:4237: $? = 0
configure:4246: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:4246: $? = 0
configure:4246: ./conftest
configure:4246: $? = 0
configure:4255: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:4255: $? = 0
configure:4255: ./conftest
configure:4255: $? = 0
configure:4920: result: 7.1.1
configure:4923: checking for C++ compiler vendor
configure:4978: result: gnu
configure:5003: checking for a BSD-compatible install
configure:5071: result: /usr/bin/install -c
configure:5082: checking whether build environment is sane
configure:5137: result: yes
configure:5288: checking for a thread-safe mkdir -p
configure:5327: result: /usr/bin/mkdir -p
configure:5334: checking for gawk
configure:5350: found /usr/bin/gawk
configure:5361: result: gawk
configure:5372: checking whether make sets $(MAKE)
configure:5394: result: yes
configure:5424: checking for style of include used by make
configure:5452: result: GNU
configure:5486: checking whether make supports nested variables
configure:5503: result: yes
configure:5588: checking dependency style of gcc
configure:5699: result: gcc3
configure:5716: checking dependency style of g++
configure:5827: result: gcc3
configure:5844: checking whether to enable maintainer-specific portions of Makefiles
configure:5853: result: yes
configure:5917: checking for ar
configure:5933: found /usr/bin/ar
configure:5944: result: ar
configure:5970: checking the archiver (ar) interface
configure:5980: g++ -c -g -O2  conftest.cpp >&5
configure:5980: $? = 0
configure:5982: ar cru libconftest.a conftest.o >&5
configure:5985: $? = 0
configure:6008: result: ar
configure:6078: checking how to print strings
configure:6105: result: printf
configure:6126: checking for a sed that does not truncate output
configure:6190: result: /usr/bin/sed
configure:6208: checking for grep that handles long lines and -e
configure:6266: result: /usr/bin/grep
configure:6271: checking for egrep
configure:6333: result: /usr/bin/grep -E
configure:6338: checking for fgrep
configure:6400: result: /usr/bin/grep -F
configure:6435: checking for ld used by gcc
configure:6502: result: /usr/x86_64-suse-linux/bin/ld
configure:6509: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld
configure:6524: result: yes
configure:6536: checking for BSD- or MS-compatible name lister (nm)
configure:6585: result: /usr/bin/nm -B
configure:6715: checking the name lister (/usr/bin/nm -B) interface
configure:6722: g++ -c -g -O2  conftest.cpp >&5
configure:6725: /usr/bin/nm -B "conftest.o"
configure:6728: output
0000000000000000 B some_variable
configure:6735: result: BSD nm
configure:6739: checking the maximum length of command line arguments
configure:6869: result: 1572864
configure:6886: checking whether the shell understands some XSI constructs
configure:6896: result: yes
configure:6900: checking whether the shell understands "+="
configure:6906: result: yes
configure:6941: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:6981: result: func_convert_file_noop
configure:6988: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:7008: result: func_convert_file_noop
configure:7015: checking for /usr/x86_64-suse-linux/bin/ld option to reload object files
configure:7022: result: -r
configure:7096: checking for objdump
configure:7112: found /usr/bin/objdump
configure:7123: result: objdump
configure:7155: checking how to recognize dependent libraries
configure:7357: result: pass_all
configure:7442: checking for dlltool
configure:7472: result: no
configure:7502: checking how to associate runtime and link libraries
configure:7529: result: printf %s\n
configure:7653: checking for archiver @FILE support
configure:7670: g++ -c -g -O2  conftest.cpp >&5
configure:7670: $? = 0
configure:7673: ar cru libconftest.a @conftest.lst >&5
configure:7676: $? = 0
configure:7681: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:7684: $? = 1
configure:7696: result: @
configure:7754: checking for strip
configure:7770: found /usr/bin/strip
configure:7781: result: strip
configure:7853: checking for ranlib
configure:7869: found /usr/bin/ranlib
configure:7880: result: ranlib
configure:7982: checking command to parse /usr/bin/nm -B output from gcc object
configure:8102: g++ -c -g -O2  conftest.cpp >&5
configure:8105: $? = 0
configure:8109: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:8112: $? = 0
configure:8178: g++ -o conftest -g -O2   conftest.cpp conftstm.o >&5
configure:8181: $? = 0
configure:8219: result: ok
configure:8256: checking for sysroot
configure:8286: result: no
configure:8364: g++ -c -g -O2  conftest.cpp >&5
configure:8367: $? = 0
configure:8543: checking for mt
configure:8559: found /usr/bin/mt
configure:8570: result: mt
configure:8593: checking if mt is a manifest tool
configure:8599: mt '-?'
configure:8607: result: no
configure:9249: checking how to run the C preprocessor
configure:9280: gcc -E  conftest.c
configure:9280: $? = 0
configure:9294: gcc -E  conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:9294: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mesos"
| #define PACKAGE_TARNAME "mesos"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "mesos 1.3.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "mesos"
| #define VERSION "1.3.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:9319: result: gcc -E
configure:9339: gcc -E  conftest.c
configure:9339: $? = 0
configure:9353: gcc -E  conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:9353: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mesos"
| #define PACKAGE_TARNAME "mesos"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "mesos 1.3.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "mesos"
| #define VERSION "1.3.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:9382: checking for ANSI C header files
configure:9402: gcc -c -g -O2  conftest.c >&5
configure:9402: $? = 0
configure:9475: gcc -o conftest -g -O2   conftest.c  >&5
configure:9475: $? = 0
configure:9475: ./conftest
configure:9475: $? = 0
configure:9486: result: yes
configure:9499: checking for sys/types.h
configure:9499: gcc -c -g -O2  conftest.c >&5
configure:9499: $? = 0
configure:9499: result: yes
configure:9499: checking for sys/stat.h
configure:9499: gcc -c -g -O2  conftest.c >&5
configure:9499: $? = 0
configure:9499: result: yes
configure:9499: checking for stdlib.h
configure:9499: gcc -c -g -O2  conftest.c >&5
configure:9499: $? = 0
configure:9499: result: yes
configure:9499: checking for string.h
configure:9499: gcc -c -g -O2  conftest.c >&5
configure:9499: $? = 0
configure:9499: result: yes
configure:9499: checking for memory.h
configure:9499: gcc -c -g -O2  conftest.c >&5
configure:9499: $? = 0
configure:9499: result: yes
configure:9499: checking for strings.h
configure:9499: gcc -c -g -O2  conftest.c >&5
configure:9499: $? = 0
configure:9499: result: yes
configure:9499: checking for inttypes.h
configure:9499: gcc -c -g -O2  conftest.c >&5
configure:9499: $? = 0
configure:9499: result: yes
configure:9499: checking for stdint.h
configure:9499: gcc -c -g -O2  conftest.c >&5
configure:9499: $? = 0
configure:9499: result: yes
configure:9499: checking for unistd.h
configure:9499: gcc -c -g -O2  conftest.c >&5
configure:9499: $? = 0
configure:9499: result: yes
configure:9513: checking for dlfcn.h
configure:9513: gcc -c -g -O2  conftest.c >&5
configure:9513: $? = 0
configure:9513: result: yes
configure:9699: checking for objdir
configure:9714: result: .libs
configure:9985: checking if gcc supports -fno-rtti -fno-exceptions
configure:10003: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:10007: $? = 0
configure:10020: result: no
configure:10347: checking for gcc option to produce PIC
configure:10354: result: -fPIC -DPIC
configure:10362: checking if gcc PIC flag -fPIC -DPIC works
configure:10380: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:10384: $? = 0
configure:10397: result: yes
configure:10426: checking if gcc static flag -static works
configure:10454: result: yes
configure:10469: checking if gcc supports -c -o file.o
configure:10490: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:10494: $? = 0
configure:10516: result: yes
configure:10524: checking if gcc supports -c -o file.o
configure:10571: result: yes
configure:10604: checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:11757: result: yes
configure:11794: checking whether -lc should be explicitly linked in
configure:11802: gcc -c -g -O2  conftest.c >&5
configure:11805: $? = 0
configure:11820: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep  -lc  \>/dev/null 2\>\&1
configure:11823: $? = 0
configure:11837: result: no
configure:11997: checking dynamic linker characteristics
configure:12508: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:12508: $? = 0
configure:12734: result: GNU/Linux ld.so
configure:12841: checking how to hardcode library paths into programs
configure:12866: result: immediate
configure:13406: checking whether stripping libraries is possible
configure:13411: result: yes
configure:13446: checking if libtool supports shared libraries
configure:13448: result: yes
configure:13451: checking whether to build shared libraries
configure:13472: result: yes
configure:13475: checking whether to build static libraries
configure:13479: result: no
configure:13502: checking how to run the C++ preprocessor
configure:13529: g++ -E  conftest.cpp
configure:13529: $? = 0
configure:13543: g++ -E  conftest.cpp
conftest.cpp:23:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:13543: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mesos"
| #define PACKAGE_TARNAME "mesos"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "mesos 1.3.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "mesos"
| #define VERSION "1.3.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:13568: result: g++ -E
configure:13588: g++ -E  conftest.cpp
configure:13588: $? = 0
configure:13602: g++ -E  conftest.cpp
conftest.cpp:23:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:13602: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mesos"
| #define PACKAGE_TARNAME "mesos"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "mesos 1.3.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "mesos"
| #define VERSION "1.3.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:13771: checking for ld used by g++
configure:13838: result: /usr/x86_64-suse-linux/bin/ld -m elf_x86_64
configure:13845: checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld
configure:13860: result: yes
configure:13915: checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:14920: result: yes
configure:14956: g++ -c -g -O2  conftest.cpp >&5
configure:14959: $? = 0
configure:15479: checking for g++ option to produce PIC
configure:15486: result: -fPIC -DPIC
configure:15494: checking if g++ PIC flag -fPIC -DPIC works
configure:15512: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:15516: $? = 0
configure:15529: result: yes
configure:15552: checking if g++ static flag -static works
configure:15580: result: yes
configure:15592: checking if g++ supports -c -o file.o
configure:15613: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:15617: $? = 0
configure:15639: result: yes
configure:15644: checking if g++ supports -c -o file.o
configure:15691: result: yes
configure:15721: checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:15757: result: yes
configure:15898: checking dynamic linker characteristics
configure:16569: result: GNU/Linux ld.so
configure:16622: checking how to hardcode library paths into programs
configure:16647: result: immediate
configure:16710: creating ./config.lt

## ------------------ ##
## Running config.lt. ##
## ------------------ ##
config.lt:681: creating libtool
configure:18949: Setting up CXXFLAGS for g++ version >= 4.8
configure:18975: checking whether C++ compiler accepts -fstack-protector-strong
configure:18994: g++ -c -g1 -O0 -Wno-unused-local-typedefs  -fstack-protector-strong  conftest.cpp >&5
configure:18994: $? = 0
configure:19002: result: yes
configure:19022: checking whether g++ supports C++11 features by default
configure:19316: g++ -c -g1 -O0 -Wno-unused-local-typedefs  conftest.cpp >&5
configure:19316: $? = 0
configure:19323: result: yes
configure:19333: checking whether g++ supports C++11 features with -std=c++11
configure:19629: g++ -c -g1 -O0 -Wno-unused-local-typedefs -std=c++11  conftest.cpp >&5
configure:19629: $? = 0
configure:19638: result: yes
configure:19696: g++ -c -g1 -O0 -Wno-unused-local-typedefs -std=c++11  conftest.cpp >&5
configure:19696: $? = 0
configure:19884: checking if compiler needs -Werror to reject unknown flags
configure:19900: gcc -c -g1 -O0 -Wno-unused-local-typedefs -Werror -Wunknown-warning-option -Wsizeof-array-argument  conftest.c >&5
gcc: error: unrecognized command line option '-Wunknown-warning-option'
configure:19900: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mesos"
| #define PACKAGE_TARNAME "mesos"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "mesos 1.3.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "mesos"
| #define VERSION "1.3.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CXX11 1
| /* end confdefs.h.  */
| int foo();
| int
| main ()
| {
| foo()
|   ;
|   return 0;
| }
configure:19905: result: no
configure:19971: checking for the pthreads library -lpthreads
configure:20009: gcc -o conftest -g1 -O0 -Wno-unused-local-typedefs     conftest.c -lpthreads  >&5
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
configure:20009: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mesos"
| #define PACKAGE_TARNAME "mesos"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "mesos 1.3.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "mesos"
| #define VERSION "1.3.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CXX11 1
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:20018: result: no
configure:19916: checking whether pthreads work without any flags
configure:20009: gcc -o conftest -g1 -O0 -Wno-unused-local-typedefs     conftest.c   >&5
/tmp/ccPpqyCR.o: In function `main':
/home/ceneblock/mesos-1.3.0/build/conftest.c:31: undefined reference to `pthread_create'
/home/ceneblock/mesos-1.3.0/build/conftest.c:32: undefined reference to `pthread_join'
/home/ceneblock/mesos-1.3.0/build/conftest.c:34: undefined reference to `__pthread_register_cancel'
/home/ceneblock/mesos-1.3.0/build/conftest.c:35: undefined reference to `__pthread_unregister_cancel'
collect2: error: ld returned 1 exit status
configure:20009: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mesos"
| #define PACKAGE_TARNAME "mesos"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "mesos 1.3.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "mesos"
| #define VERSION "1.3.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CXX11 1
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:20018: result: no
configure:19921: checking whether pthreads work with -Kthread
configure:20009: gcc -o conftest -g1 -O0 -Wno-unused-local-typedefs -Kthread    conftest.c   >&5
gcc: error: unrecognized command line option '-Kthread'; did you mean '-pthread'?
configure:20009: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mesos"
| #define PACKAGE_TARNAME "mesos"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "mesos 1.3.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "mesos"
| #define VERSION "1.3.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CXX11 1
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:20018: result: no
configure:19921: checking whether pthreads work with -kthread
configure:20009: gcc -o conftest -g1 -O0 -Wno-unused-local-typedefs -kthread    conftest.c   >&5
gcc: error: unrecognized command line option '-kthread'; did you mean '-pthread'?
configure:20009: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mesos"
| #define PACKAGE_TARNAME "mesos"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "mesos 1.3.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "mesos"
| #define VERSION "1.3.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CXX11 1
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:20018: result: no
configure:19971: checking for the pthreads library -llthread
configure:20009: gcc -o conftest -g1 -O0 -Wno-unused-local-typedefs     conftest.c -llthread  >&5
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot find -llthread
collect2: error: ld returned 1 exit status
configure:20009: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mesos"
| #define PACKAGE_TARNAME "mesos"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "mesos 1.3.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "mesos"
| #define VERSION "1.3.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CXX11 1
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:20018: result: no
configure:19921: checking whether pthreads work with -pthread
configure:20009: gcc -o conftest -g1 -O0 -Wno-unused-local-typedefs -pthread    conftest.c   >&5
configure:20009: $? = 0
configure:20018: result: yes
configure:20037: checking for joinable pthread attribute
configure:20052: gcc -o conftest -g1 -O0 -Wno-unused-local-typedefs -pthread   conftest.c   >&5
configure:20052: $? = 0
configure:20058: result: PTHREAD_CREATE_JOINABLE
configure:20068: checking if more special flags are required for pthreads
configure:20083: result: no
configure:20089: checking for PTHREAD_PRIO_INHERIT
configure:20106: gcc -o conftest -g1 -O0 -Wno-unused-local-typedefs -pthread   conftest.c   >&5
configure:20106: $? = 0
configure:20115: result: yes
configure:20232: Setting up build environment for x86_64 linux-gnu
configure:20368: checking for backtrace in -lunwind
configure:20393: g++ -o conftest -g1 -O0 -Wno-unused-local-typedefs -std=c++11   conftest.cpp -lunwind   -lrt >&5
configure:20393: $? = 0
configure:20402: result: yes
configure:20412: checking for main in -lgflags
configure:20431: g++ -o conftest -g1 -O0 -Wno-unused-local-typedefs -std=c++11   conftest.cpp -lgflags   -lrt -lunwind >&5
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot find -lgflags
collect2: error: ld returned 1 exit status
configure:20431: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mesos"
| #define PACKAGE_TARNAME "mesos"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "mesos 1.3.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "mesos"
| #define VERSION "1.3.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CXX11 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:20440: result: no
configure:20452: checking for gzread in -lz
configure:20477: g++ -o conftest -g1 -O0 -Wno-unused-local-typedefs -std=c++11   conftest.cpp -lz   -lrt -lunwind >&5
configure:20477: $? = 0
configure:20486: result: yes
configure:20547: checking for patch
configure:20563: found /usr/bin/patch
configure:20574: result: patch
configure:20606: checking fts.h usability
configure:20606: g++ -c -g1 -O0 -Wno-unused-local-typedefs -std=c++11  conftest.cpp >&5
configure:20606: $? = 0
configure:20606: result: yes
configure:20606: checking fts.h presence
configure:20606: g++ -E  conftest.cpp
configure:20606: $? = 0
configure:20606: result: yes
configure:20606: checking for fts.h
configure:20606: result: yes
configure:20624: checking for library containing fts_close
configure:20655: g++ -o conftest -g1 -O0 -Wno-unused-local-typedefs -std=c++11   conftest.cpp -lz  -lrt -lunwind >&5
configure:20655: $? = 0
configure:20672: result: none required
configure:20720: checking apr_pools.h usability
configure:20720: g++ -c -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -I/usr/include/apr-1 -I/usr/include/apr-1.0  conftest.cpp >&5
configure:20720: $? = 0
configure:20720: result: yes
configure:20720: checking apr_pools.h presence
configure:20720: g++ -E -I/usr/include/apr-1 -I/usr/include/apr-1.0  conftest.cpp
configure:20720: $? = 0
configure:20720: result: yes
configure:20720: checking for apr_pools.h
configure:20720: result: yes
configure:20725: checking for apr_initialize in -lapr-1
configure:20750: g++ -o conftest -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -I/usr/include/apr-1 -I/usr/include/apr-1.0   conftest.cpp -lapr-1  -lz  -lrt -lunwind >&5
configure:20750: $? = 0
configure:20759: result: yes
configure:20850: checking for curl_global_init in -lcurl
configure:20875: g++ -o conftest -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -I/usr/include/apr-1 -I/usr/include/apr-1.0   conftest.cpp -lcurl  -lapr-1 -lz  -lrt -lunwind >&5
configure:20875: $? = 0
configure:20884: result: yes
configure:21413: checking whether or not we can build with JNI
libtool: link: g++ -Wall -Werror -I/usr/lib64/jvm/java/include -I/usr/lib64/jvm/java/include/linux -o conftest conftest.cpp -Wl,-ljvm  -L/usr/lib64/jvm/java/jre/lib/amd64/server -Wl,-rpath -Wl,/usr/lib64/jvm/java/jre/lib/amd64/server
configure:21536: result: yes
configure:21563: checking for mvn
configure:21581: found /usr/bin/mvn
configure:21594: result: /usr/bin/mvn
configure:22673: checking for sasl_done in -lsasl2
configure:22698: g++ -o conftest -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -I/usr/include/apr-1 -I/usr/include/apr-1.0   conftest.cpp -lsasl2  -lcurl -lapr-1 -lz  -lrt -lunwind >&5
configure:22698: $? = 0
configure:22707: result: yes
configure:22725: checking SASL CRAM-MD5 support
configure:22794: result: yes
configure:23094: checking svn_version.h usability
configure:23094: g++ -c -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0  conftest.cpp >&5
configure:23094: $? = 0
configure:23094: result: yes
configure:23094: checking svn_version.h presence
configure:23094: g++ -E -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0  conftest.cpp
configure:23094: $? = 0
configure:23094: result: yes
configure:23094: checking for svn_version.h
configure:23094: result: yes
configure:23099: checking for svn_stringbuf_create_ensure in -lsvn_subr-1
configure:23124: g++ -o conftest -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   conftest.cpp -lsvn_subr-1  -lsasl2 -lcurl -lapr-1 -lz  -lrt -lunwind >&5
configure:23124: $? = 0
configure:23133: result: yes
configure:23163: checking svn_delta.h usability
configure:23163: g++ -c -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0  conftest.cpp >&5
configure:23163: $? = 0
configure:23163: result: yes
configure:23163: checking svn_delta.h presence
configure:23163: g++ -E -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0  conftest.cpp
configure:23163: $? = 0
configure:23163: result: yes
configure:23163: checking for svn_delta.h
configure:23163: result: yes
configure:23168: checking for svn_txdelta in -lsvn_delta-1
configure:23193: g++ -o conftest -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   conftest.cpp -lsvn_delta-1  -lsvn_subr-1 -lsasl2 -lcurl -lapr-1 -lz  -lrt -lunwind >&5
configure:23193: $? = 0
configure:23202: result: yes
configure:23231: checking whether to enable the XFS disk isolator
configure:23237: result: no
configure:23387: checking for deflate, gzread, gzwrite, inflate in -lz
configure:23412: g++ -o conftest -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   conftest.cpp -lz  -lsvn_delta-1 -lsvn_subr-1 -lsasl2 -lcurl -lapr-1 -lz  -lrt -lunwind >&5
configure:23412: $? = 0
configure:23421: result: yes
configure:23546: checking C++ standard library for undefined behaviour with selected optimization level
configure:23578: g++ -o conftest -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   conftest.cpp -lz -lsvn_delta-1 -lsvn_subr-1 -lsasl2 -lcurl -lapr-1 -lz  -lrt -lunwind >&5
configure:23578: $? = 0
configure:23578: ./conftest
configure:23578: $? = 0
configure:23580: result: no
configure:23659: checking for a Python interpreter with version >= 2.6
configure:23674: python -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.6', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:23677: $? = 0
configure:23683: result: python
configure:23691: checking for python
configure:23709: found /usr/bin/python
configure:23721: result: /usr/bin/python
configure:23745: checking for python version
configure:23752: result: 2.7
configure:23764: checking for python platform
configure:23771: result: linux2
configure:23778: checking for python script directory
configure:23786: result: ${prefix}/lib/python2.7/site-packages
configure:23795: checking for python extension module directory
configure:23803: result: ${exec_prefix}/lib64/python2.7/site-packages
configure:23826: checking for python2.7
configure:23856: result: /usr/bin/python
configure:23872: checking for a version of Python >= '2.1.0'
configure:23898: result: yes
configure:23906: checking for a version of Python >= '2.6'
configure:23912: result: yes
configure:23929: checking for the distutils Python package
configure:23933: result: yes
configure:23947: checking for Python include path
configure:23963: result: -I/usr/include/python2.7
configure:23970: checking for Python library path
configure:24047: result: -L/usr/lib64 -lpython2.7
configure:24054: checking for Python site-packages path
configure:24060: result: /usr/lib/python2.7/site-packages
configure:24067: checking python extra libraries
configure:24074: result: -lpthread -ldl  -lutil -lm
configure:24081: checking python extra linking flags
configure:24088: result: -Xlinker -export-dynamic
configure:24095: checking consistency of all components of python development environment
configure:24121: gcc -o conftest -g1 -O0 -Wno-unused-local-typedefs -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0  -I/usr/include/python2.7  conftest.c -lz -lsvn_delta-1 -lsvn_subr-1 -lsasl2 -lcurl -lapr-1 -lz  -lrt -lunwind -L/usr/lib64 -lpython2.7 -Xlinker -export-dynamic -lpthread -ldl  -lutil -lm >&5
configure:24121: $? = 0
configure:24138: result: yes
configure:24167: checking whether we can build usable Python eggs
configure:24242: result: yes
configure:24273: checking for an old installation of the Mesos egg (before 0.20.0)
configure:24285: result: no
configure:24757: checking that generated files are newer than configure
configure:24763: result: done
configure:24938: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by mesos config.status 1.3.0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on router3

config.status:1262: creating Makefile
config.status:1262: creating mesos.pc
config.status:1262: creating src/Makefile
config.status:1262: creating 3rdparty/Makefile
config.status:1262: creating 3rdparty/libprocess/Makefile
config.status:1262: creating 3rdparty/libprocess/include/Makefile
config.status:1262: creating 3rdparty/stout/Makefile
config.status:1262: creating 3rdparty/stout/include/Makefile
config.status:1262: creating 3rdparty/gmock_sources.cc
config.status:1262: creating bin/mesos.sh
config.status:1262: creating bin/mesos-agent.sh
config.status:1262: creating bin/mesos-local.sh
config.status:1262: creating bin/mesos-master.sh
config.status:1262: creating bin/mesos-slave.sh
config.status:1262: creating bin/mesos-tests.sh
config.status:1262: creating bin/mesos-agent-flags.sh
config.status:1262: creating bin/mesos-local-flags.sh
config.status:1262: creating bin/mesos-master-flags.sh
config.status:1262: creating bin/mesos-slave-flags.sh
config.status:1262: creating bin/mesos-tests-flags.sh
config.status:1262: creating bin/gdb-mesos-agent.sh
config.status:1262: creating bin/gdb-mesos-local.sh
config.status:1262: creating bin/gdb-mesos-master.sh
config.status:1262: creating bin/gdb-mesos-slave.sh
config.status:1262: creating bin/gdb-mesos-tests.sh
config.status:1262: creating bin/lldb-mesos-agent.sh
config.status:1262: creating bin/lldb-mesos-local.sh
config.status:1262: creating bin/lldb-mesos-master.sh
config.status:1262: creating bin/lldb-mesos-slave.sh
config.status:1262: creating bin/lldb-mesos-tests.sh
config.status:1262: creating bin/valgrind-mesos-agent.sh
config.status:1262: creating bin/valgrind-mesos-local.sh
config.status:1262: creating bin/valgrind-mesos-master.sh
config.status:1262: creating bin/valgrind-mesos-slave.sh
config.status:1262: creating bin/valgrind-mesos-tests.sh
config.status:1262: creating src/deploy/mesos-daemon.sh
config.status:1262: creating src/deploy/mesos-start-agents.sh
config.status:1262: creating src/deploy/mesos-start-cluster.sh
config.status:1262: creating src/deploy/mesos-start-masters.sh
config.status:1262: creating src/deploy/mesos-start-slaves.sh
config.status:1262: creating src/deploy/mesos-stop-agents.sh
config.status:1262: creating src/deploy/mesos-stop-cluster.sh
config.status:1262: creating src/deploy/mesos-stop-masters.sh
config.status:1262: creating src/deploy/mesos-stop-slaves.sh
config.status:1262: creating include/mesos/version.hpp
config.status:1262: creating src/java/generated/org/apache/mesos/MesosNativeLibrary.java
config.status:1262: creating mpi/mpiexec-mesos
config.status:1262: creating src/examples/java/test-exception-framework
config.status:1262: creating src/examples/java/test-executor
config.status:1262: creating src/examples/java/test-framework
config.status:1262: creating src/examples/java/test-multiple-executors-framework
config.status:1262: creating src/examples/java/test-log
config.status:1262: creating src/examples/java/v1-test-framework
config.status:1262: creating src/java/mesos.pom
config.status:1262: creating src/examples/python/test-executor
config.status:1262: creating src/examples/python/test-framework
config.status:1262: creating src/python/setup.py
config.status:1262: creating src/python/cli/setup.py
config.status:1262: creating src/python/interface/setup.py
config.status:1262: creating src/python/native_common/ext_modules.py
config.status:1262: creating src/python/executor/setup.py
config.status:1262: creating src/python/native/setup.py
config.status:1262: creating src/python/scheduler/setup.py
config.status:1431: linking src/python/native_common/ext_modules.py to src/python/executor/ext_modules.py
config.status:1431: linking src/python/native_common/ext_modules.py to src/python/scheduler/ext_modules.py
config.status:1450: executing depfiles commands
config.status:1450: executing libtool commands
configure:27378: Build option summary:
    CXX:        g++
    CXXFLAGS:   -g1 -O0 -Wno-unused-local-typedefs -std=c++11
    CPPFLAGS:   -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 
    LDFLAGS:    
    LIBS:       -lz -lsvn_delta-1 -lsvn_subr-1 -lsasl2 -lcurl -lapr-1 -lz  -lrt -lunwind


## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_JAVA_CPPFLAGS_set=
ac_cv_env_JAVA_CPPFLAGS_value=
ac_cv_env_JAVA_HOME_set=set
ac_cv_env_JAVA_HOME_value=/usr/lib64/jvm/java
ac_cv_env_JAVA_JVM_LIBRARY_set=
ac_cv_env_JAVA_JVM_LIBRARY_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_MAVEN_HOME_set=
ac_cv_env_MAVEN_HOME_value=
ac_cv_env_PROTOBUF_JAR_set=
ac_cv_env_PROTOBUF_JAR_value=
ac_cv_env_PYTHON_VERSION_set=
ac_cv_env_PYTHON_VERSION_value=
ac_cv_env_PYTHON_set=
ac_cv_env_PYTHON_value=
ac_cv_env_TEST_DRIVER_set=
ac_cv_env_TEST_DRIVER_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_apr_pools_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fts_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_svn_delta_h=yes
ac_cv_header_svn_version_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_apr_1_apr_initialize=yes
ac_cv_lib_curl_curl_global_init=yes
ac_cv_lib_gflags_main=no
ac_cv_lib_sasl2_sasl_done=yes
ac_cv_lib_svn_delta_1_svn_txdelta=yes
ac_cv_lib_svn_subr_1_svn_stringbuf_create_ensure=yes
ac_cv_lib_unwind_backtrace=yes
ac_cv_lib_z_deflate__gzread__gzwrite__inflate=yes
ac_cv_lib_z_gzread=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_MVN=/usr/bin/mvn
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_PATCHCOMMAND_TEST=patch
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_fts_close='none required'
ac_cv_target=x86_64-unknown-linux-gnu
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
am_cv_pathless_PYTHON=python
am_cv_python_platform=linux2
am_cv_python_pyexecdir='${exec_prefix}/lib64/python2.7/site-packages'
am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
am_cv_python_version=2.7
ax_cv_PTHREAD_PRIO_INHERIT=yes
ax_cv_check_cxxflags___fstack_protector_strong=yes
ax_cv_cxx_compile_cxx11=yes
ax_cv_cxx_compile_cxx11__std_cpp11=yes
ax_cv_cxx_compiler_vendor=gnu
ax_cv_cxx_compiler_version=7.1.1
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/x86_64-suse-linux/bin/ld
lt_cv_path_LDCXX='/usr/x86_64-suse-linux/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/ceneblock/mesos-1.3.0/missing aclocal-1.13'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/ceneblock/mesos-1.3.0/missing autoconf'
AUTOHEADER='${SHELL} /home/ceneblock/mesos-1.3.0/missing autoheader'
AUTOMAKE='${SHELL} /home/ceneblock/mesos-1.3.0/missing automake-1.13'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g1 -O0 -Wno-unused-local-typedefs'
CONFIGURE_ARGS=' '\''JAVA_HOME=/usr/lib64/jvm/java'\'' CXXFLAGS='\''-g1 -O0 -Wno-unused-local-typedefs -std=c++11'\'''
CPP='gcc -E'
CPPFLAGS='-I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 '
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g1 -O0 -Wno-unused-local-typedefs -std=c++11'
CYGPATH_W='echo'
DEBUG_FALSE=''
DEBUG_TRUE='#'
DEFS='-DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"1.3.0\" -DPACKAGE_STRING=\"mesos\ 1.3.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"1.3.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_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_FTS_H=1 -DHAVE_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_LIBCURL=1 -DMESOS_HAS_JAVA=1 -DHAVE_LIBSASL2=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBZ=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_HARDENING_FALSE='#'
ENABLE_HARDENING_TRUE=''
ENABLE_LIBEVENT_FALSE=''
ENABLE_LIBEVENT_TRUE='#'
ENABLE_PYTHON_DEPENDENCY_INSTALL_FALSE='#'
ENABLE_PYTHON_DEPENDENCY_INSTALL_TRUE=''
ENABLE_SSL_FALSE=''
ENABLE_SSL_TRUE='#'
ENABLE_STATIC_LIBPROCESS_FALSE='#'
ENABLE_STATIC_LIBPROCESS_TRUE=''
ENABLE_XFS_DISK_ISOLATOR_FALSE=''
ENABLE_XFS_DISK_ISOLATOR_TRUE='#'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GIT_REPO_FALSE=''
GIT_REPO_TRUE='#'
GMOCKSRC='gmock-all.cc'
GREP='/usr/bin/grep'
GTESTSRC='gtest-all.cc'
HAS_GPERFTOOLS_FALSE=''
HAS_GPERFTOOLS_TRUE='#'
HAS_JAVA_FALSE='#'
HAS_JAVA_TRUE=''
HAS_PYTHON_FALSE='#'
HAS_PYTHON_TRUE=''
HAVE_CXX11='1'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_MODULE_DEPENDENCIES_FALSE=''
INSTALL_MODULE_DEPENDENCIES_TRUE='#'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTALL_TESTS_FALSE=''
INSTALL_TESTS_TRUE='#'
JAVA=''
JAVAC=''
JAVA_CPPFLAGS='-I/usr/lib64/jvm/java/include -I/usr/lib64/jvm/java/include/linux'
JAVA_HOME='/usr/lib64/jvm/java'
JAVA_JVM_LIBRARY='/usr/lib64/jvm/java/jre/lib/amd64/server/libjvm.so'
LD='/usr/x86_64-suse-linux/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBS='-lz -lsvn_delta-1 -lsvn_subr-1 -lsasl2 -lcurl -lapr-1 -lz  -lrt -lunwind'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LINKGTEST_FALSE=''
LINKGTEST_TRUE='#'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /home/ceneblock/mesos-1.3.0/missing makeinfo'
MANIFEST_TOOL=':'
MAVEN_HOME=''
MESOS_MAJOR_VERSION='1'
MESOS_MINOR_VERSION='3'
MESOS_PATCH_VERSION='0'
MKDIR_P='/usr/bin/mkdir -p'
MODULE_CFLAGS=''
MODULE_LDFLAGS=''
MVN='/usr/bin/mvn'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OPTIMIZE_FALSE=''
OPTIMIZE_TRUE='#'
OS_FREEBSD_FALSE=''
OS_FREEBSD_TRUE='#'
OS_LINUX_FALSE='#'
OS_LINUX_TRUE=''
OTOOL64=''
OTOOL=''
PACKAGE='mesos'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='mesos'
PACKAGE_STRING='mesos 1.3.0'
PACKAGE_TARNAME='mesos'
PACKAGE_URL=''
PACKAGE_VERSION='1.3.0'
PATCHCOMMAND_TEST='patch'
PATH_SEPARATOR=':'
PROTOBUF_JAR='${MESOS_BUILD_DIR}/src/java/target/protobuf-java-2.6.1.jar'
PROTOCOMPILER=''
PROTOCOMPILER_TEST=''
PTHREAD_CC='gcc'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS=''
PYTHON='/usr/bin/python'
PYTHON_CFLAGS='-g1 -O0 -Wno-unused-local-typedefs -g1 -O0 -Wno-unused-local-typedefs -std=c++11'
PYTHON_CPPFLAGS='-I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 '
PYTHON_EGG_POSTFIX='-py2.7-linux-x86_64'
PYTHON_EGG_PUREPY_POSTFIX='-py2.7'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_EXTRA_LDFLAGS='-Xlinker -export-dynamic'
PYTHON_EXTRA_LIBS='-lpthread -ldl  -lutil -lm'
PYTHON_LDFLAGS=' '
PYTHON_PLATFORM='linux2'
PYTHON_PREFIX='${prefix}'
PYTHON_SITE_PKG='/usr/lib/python2.7/site-packages'
PYTHON_VERSION='2.7'
PYTHON_WHL_POSTFIX='-cp27-none-linux_x86_64'
PYTHON_WHL_PUREPY_POSTFIX='-py2-none-any'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STACK_PROTECTOR='-fstack-protector-strong'
STANDALONE_LIBPROCESS_FALSE=''
STANDALONE_LIBPROCESS_TRUE='#'
STANDALONE_STOUT_FALSE=''
STANDALONE_STOUT_TRUE='#'
STRIP='strip'
TEST_DRIVER=''
VERSION='1.3.0'
WITH_BUNDLED_BOOST_FALSE='#'
WITH_BUNDLED_BOOST_TRUE=''
WITH_BUNDLED_ELFIO_FALSE='#'
WITH_BUNDLED_ELFIO_TRUE=''
WITH_BUNDLED_GLOG_FALSE='#'
WITH_BUNDLED_GLOG_TRUE=''
WITH_BUNDLED_GMOCK_FALSE='#'
WITH_BUNDLED_GMOCK_TRUE=''
WITH_BUNDLED_HTTP_PARSER_FALSE='#'
WITH_BUNDLED_HTTP_PARSER_TRUE=''
WITH_BUNDLED_LEVELDB_FALSE='#'
WITH_BUNDLED_LEVELDB_TRUE=''
WITH_BUNDLED_LIBEV_FALSE='#'
WITH_BUNDLED_LIBEV_TRUE=''
WITH_BUNDLED_LIBPROCESS_FALSE='#'
WITH_BUNDLED_LIBPROCESS_TRUE=''
WITH_BUNDLED_NVML_FALSE='#'
WITH_BUNDLED_NVML_TRUE=''
WITH_BUNDLED_PICOJSON_FALSE='#'
WITH_BUNDLED_PICOJSON_TRUE=''
WITH_BUNDLED_PIP_FALSE='#'
WITH_BUNDLED_PIP_TRUE=''
WITH_BUNDLED_PROTOBUF_FALSE='#'
WITH_BUNDLED_PROTOBUF_TRUE=''
WITH_BUNDLED_SETUPTOOLS_FALSE='#'
WITH_BUNDLED_SETUPTOOLS_TRUE=''
WITH_BUNDLED_STOUT_FALSE='#'
WITH_BUNDLED_STOUT_TRUE=''
WITH_BUNDLED_WHEEL_FALSE='#'
WITH_BUNDLED_WHEEL_TRUE=''
WITH_BUNDLED_ZOOKEEPER_FALSE='#'
WITH_BUNDLED_ZOOKEEPER_TRUE=''
WITH_NETWORK_ISOLATOR_FALSE=''
WITH_NETWORK_ISOLATOR_TRUE='#'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
ax_pthread_config=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/ceneblock/mesos-1.3.0/install-sh'
libdir='${exec_prefix}/lib64'
libexecdir='${exec_prefix}/lib'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/mesos'
pkgpythondir='${pythondir}/mesos'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib64/python2.7/site-packages'
pythondir='${prefix}/lib/python2.7/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "mesos"
#define PACKAGE_TARNAME "mesos"
#define PACKAGE_VERSION "1.3.0"
#define PACKAGE_STRING "mesos 1.3.0"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "mesos"
#define VERSION "1.3.0"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_CXX11 1
#define HAVE_PTHREAD_PRIO_INHERIT 1
#define HAVE_PTHREAD 1
#define HAVE_LIBZ 1
#define HAVE_FTS_H 1
#define HAVE_APR_POOLS_H 1
#define HAVE_LIBAPR_1 1
#define HAVE_LIBCURL 1
#define MESOS_HAS_JAVA 1
#define HAVE_LIBSASL2 1
#define HAVE_SVN_VERSION_H 1
#define HAVE_LIBSVN_SUBR_1 1
#define HAVE_SVN_DELTA_H 1
#define HAVE_LIBSVN_DELTA_1 1
#define HAVE_LIBZ 1
#define HAVE_PYTHON "2.7"
#define MESOS_HAS_PYTHON 1

configure: exit 0

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by mesos config.status 1.3.0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 3rdparty/gmock_sources.cc

on router3

config.status:1262: creating 3rdparty/gmock_sources.cc

Reply via email to