You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Chengwei Yang (JIRA)" <ji...@apache.org> on 2014/03/28 10:26:15 UTC

[jira] [Commented] (MESOS-1158) make distcheck fail

    [ https://issues.apache.org/jira/browse/MESOS-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13950529#comment-13950529 ] 

Chengwei Yang commented on MESOS-1158:
--------------------------------------

patch uploaded, https://reviews.apache.org/r/19784/

> make distcheck fail
> -------------------
>
>                 Key: MESOS-1158
>                 URL: https://issues.apache.org/jira/browse/MESOS-1158
>             Project: Mesos
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.18.0
>            Reporter: Chengwei Yang
>            Assignee: Chengwei Yang
>            Priority: Blocker
>
> *$ make distcheck* fail, so the tarball generated by *make dist* can not build, fail like below
> {code}
> libtool: compile:  g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.19.0\" "-DPACKAGE_STRING=\"mesos 0.19.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.19.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 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src -Wall -Werror -DLIBDIR=\"/home/chengwei/Upstream/mesos.git/build/mesos-0.19.0/_inst/lib\" -DPKGLIBEXECDIR=\"/home/chengwei/Upstream/mesos.git/build/mesos-0.19.0/_inst/libexec/mesos\" -DPKGDATADIR=\"/home/chengwei/Upstream/mesos.git/build/mesos-0.19.0/_inst/share/mesos\" -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated -pthread -g -g2 -O2 -std=c++0x -MT local/libmesos_no_3rdparty_la-local.lo -MD -MP -MF local/.deps/libmesos_no_3rdparty_la-local.Tpo -c ../../src/local/local.cpp  -fPIC -DPIC -o local/.libs/libmesos_no_3rdparty_la-local.o
> ../../src/local/local.cpp:42:31: fatal error: master/repairer.hpp: No such file or directory
> compilation terminated.
> make[3]: *** [local/libmesos_no_3rdparty_la-local.lo] Error 1
> make[3]: Leaving directory `/home/chengwei/Upstream/mesos.git/build/mesos-0.19.0/_build/src'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/chengwei/Upstream/mesos.git/build/mesos-0.19.0/_build/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/chengwei/Upstream/mesos.git/build/mesos-0.19.0/_build'
> make: *** [distcheck] Error 1
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)