Return-Path: X-Original-To: apmail-incubator-mesos-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-mesos-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7AC69D989 for ; Thu, 23 May 2013 20:47:20 +0000 (UTC) Received: (qmail 28165 invoked by uid 500); 23 May 2013 20:47:20 -0000 Delivered-To: apmail-incubator-mesos-dev-archive@incubator.apache.org Received: (qmail 28133 invoked by uid 500); 23 May 2013 20:47:20 -0000 Mailing-List: contact mesos-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mesos-dev@incubator.apache.org Delivered-To: mailing list mesos-dev@incubator.apache.org Received: (qmail 28122 invoked by uid 99); 23 May 2013 20:47:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 May 2013 20:47:20 +0000 Date: Thu, 23 May 2013 20:47:20 +0000 (UTC) From: "Benabbas Aboubakr El Hacen (JIRA)" To: mesos-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MESOS-464) mesos 0.10.0 fails to build on ubutu 13.04 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MESOS-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13665649#comment-13665649 ] Benabbas Aboubakr El Hacen commented on MESOS-464: -------------------------------------------------- how do i give signal to the framework that my first tasks were accomplished so that i can start the next one, and do you mean by spawning A and B launching both tasks at the same time ? > mesos 0.10.0 fails to build on ubutu 13.04 > -------------------------------------------- > > Key: MESOS-464 > URL: https://issues.apache.org/jira/browse/MESOS-464 > Project: Mesos > Issue Type: Bug > Components: general > Affects Versions: 0.10.0 > Environment: Ubuntu 13.04 32 bits, Ubuntu 12.04 LTS 32 bits > Reporter: Benabbas Aboubakr El Hacen > Labels: newbie > Fix For: 0.13.0 > > > I try to build mesos 0.10.0 on my machine by following the instructions on the README file, but when i run make I get the following : > //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// > In file included from ../third_party/boost-1.37.0/boost/uuid/random_generator.hpp:12:0, > from ../third_party/boost-1.37.0/boost/uuid/uuid_generators.hpp:17, > from ../../third_party/libprocess/include/stout/uuid.hpp:11, > from ../../src/master/master.cpp:31: > ../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp: In member function 'void boost::uuids::detail::seed_rng::sha1_random_digest_()': > ../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp:153:53: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] > make[2]: *** [master/libmesos_no_third_party_la-master.lo] Error 1 > make[2]: Leaving directory `/home/aboubakr/Development/mesos-0.10.0/build/src' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/home/aboubakr/Development/mesos-0.10.0/build/src' > make: *** [all-recursive] Error 1 > ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// > I tried to find a solution to that by reading the other issues posted before, but i could not understand them, besides they were for older version(12.04), I would be grateful if you tell me in details the steps needed to build mesos on my machine -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira