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 4AEAD95E2 for ; Fri, 14 Oct 2011 00:10:36 +0000 (UTC) Received: (qmail 57912 invoked by uid 500); 14 Oct 2011 00:10:36 -0000 Delivered-To: apmail-incubator-mesos-dev-archive@incubator.apache.org Received: (qmail 57569 invoked by uid 500); 14 Oct 2011 00:10:35 -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 57306 invoked by uid 99); 14 Oct 2011 00:10:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Oct 2011 00:10:35 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Oct 2011 00:10:32 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id DCDA4307F71 for ; Fri, 14 Oct 2011 00:10:11 +0000 (UTC) Date: Fri, 14 Oct 2011 00:10:11 +0000 (UTC) From: "Michael Armbrust (Created) (JIRA)" To: mesos-dev@incubator.apache.org Message-ID: <1542622452.12098.1318551011905.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (MESOS-37) Compilation broken on Ubuntu Lucid (twitter branch) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Compilation broken on Ubuntu Lucid (twitter branch) --------------------------------------------------- Key: MESOS-37 URL: https://issues.apache.org/jira/browse/MESOS-37 Project: Mesos Issue Type: Bug Reporter: Michael Armbrust The first problem is as follows: WAR [20111013-16:53:27.595] deploylib: /bin/sh: pushd: not found WAR [20111013-16:53:27.595] deploylib: python2.6: can't open file 'setup.py': [Errno 2] No such file or directory WAR [20111013-16:53:27.595] deploylib: /bin/sh: popd: not found WAR [20111013-16:53:27.595] deploylib: make[1]: *** [../lib/python/mesos.py] Error 127 WAR [20111013-16:53:27.595] deploylib: make: *** [src] Error 2 WAR [20111013-16:53:27.595] deploylib: install: cannot stat `./bin/killtree.sh': No such file or directory WAR [20111013-16:53:27.595] deploylib: make: *** [install] Error 1 I was able to work around this issue by running "rm /bin/sh; ln -s /bin/bash /bin/sh". However then I ran into this issue: g++ -o ../../bin/tests/process_spawn process_spawn.cpp process_spawn.cpp: In function 'void dummywait()': process_spawn.cpp:16: error: 'getchar' was not declared in this scope process_spawn.cpp:16: error: 'EOF' was not declared in this scope process_spawn.cpp:17: error: 'INT_MAX' was not declared in this scope make[2]: *** [../../bin/tests/process_spawn] Error 1 make[2]: Leaving directory `/home/ubuntu/mesos/src/tests' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/ubuntu/mesos/src' make: *** [src] Error 2 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira