[
https://issues.apache.org/jira/browse/MESOS-2236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jie Yu reassigned MESOS-2236:
-----------------------------
Assignee: Jie Yu
> Compilation failure on GCC 4.4.7
> --------------------------------
>
> Key: MESOS-2236
> URL: https://issues.apache.org/jira/browse/MESOS-2236
> Project: Mesos
> Issue Type: Bug
> Components: build
> Affects Versions: 0.22.0
> Environment: Centos 6, GCC version: 4.4.7
> Reporter: Yan Xu
> Assignee: Jie Yu
>
> Seems to be related to this:
> https://github.com/apache/mesos/commit/0a08019c2180777f9ab0c338372f560dd1436d62
> {noformat:title=}
> g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\"
> -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\"
> -DPACKAGE_BUGREPORT=\"\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1
> -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1
> -DHAVE_LIBCURL=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I./src
> -I3rdparty/gmock-1.6.0/gtest/include -I3rdparty/gmock-1.6.0/include
> -I./include -I./3rdparty/stout/include -I3rdparty/boost-1.53.0
> -I3rdparty/libev-4.15 -I3rdparty/picojson-4f93734 -I3rdparty/glog-0.3.3/src
> -I3rdparty/ry-http-parser-1c3624a -I/usr/include/subversion-1
> -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -std=c++0x -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
> './'`src/tests/process_tests.cpp
> In file included from src/tests/process_tests.cpp:12:
> ./include/process/collect.hpp: In function
> 'process::Future<std::tr1::tuple<process::Future<T>, process::Future<X> > >
> process::await(const process::Future<T>&, const process::Future<X>&) [with T1
> = int, T2 = bool]':
> src/tests/process_tests.cpp:1205: instantiated from here
> ./include/process/collect.hpp:292: error: no matching function for call to
> 'bind(<unresolved overloaded function type>,
> std::tr1::tuple<process::Future<int>, process::Future<bool> >)'
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)