Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BCA5F200D08 for ; Tue, 8 Aug 2017 05:35:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BB2D21665F4; Tue, 8 Aug 2017 03:35:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0C5B71665F0 for ; Tue, 8 Aug 2017 05:35:09 +0200 (CEST) Received: (qmail 98144 invoked by uid 500); 8 Aug 2017 03:35:09 -0000 Mailing-List: contact issues-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list issues@mesos.apache.org Received: (qmail 98135 invoked by uid 99); 8 Aug 2017 03:35:09 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2017 03:35:09 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 8DD3E1A0684 for ; Tue, 8 Aug 2017 03:35:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.001 X-Spam-Level: X-Spam-Status: No, score=-100.001 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 6JMAibMcu4DY for ; Tue, 8 Aug 2017 03:35:04 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id DDBE960DB3 for ; Tue, 8 Aug 2017 03:35:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 4DE7DE0996 for ; Tue, 8 Aug 2017 03:35:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 331542415E for ; Tue, 8 Aug 2017 03:35:00 +0000 (UTC) Date: Tue, 8 Aug 2017 03:35:00 +0000 (UTC) From: "Chun-Hung Hsiao (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (MESOS-7758) Stout doesn't build standalone. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 08 Aug 2017 03:35:10 -0000 [ https://issues.apache.org/jira/browse/MESOS-7758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chun-Hung Hsiao reassigned MESOS-7758: -------------------------------------- Assignee: Chun-Hung Hsiao > Stout doesn't build standalone. > ------------------------------- > > Key: MESOS-7758 > URL: https://issues.apache.org/jira/browse/MESOS-7758 > Project: Mesos > Issue Type: Bug > Components: build, stout > Reporter: James Peach > Assignee: Chun-Hung Hsiao > > Stout doesn't build in a standalone configuration: > {noformat} > $ cd ~/src/mesos/3rdparty/stout > $ ./bootstrap > $ cd ~/build/stout > $ ~/src/mesos/3rdparty/stout/configure > ... > $ make > ... > make[1]: Leaving directory '/home/vagrant/build/stout/3rdparty' > make[1]: Entering directory '/home/vagrant/build/stout/3rdparty' > make[1]: *** No rule to make target 'googlemock-build-stamp'. Stop. > make[1]: Leaving directory '/home/vagrant/build/stout/3rdparty' > make: *** [Makefile:1902: 3rdparty/googletest-release-1.8.0/googlemock-build-stamp] Error 2 > {noformat} > Note that the build expects {{3rdparty/googletest-release-1.8.0/googlemock-build-stamp}}, but {{googletest}} hasn't been staged yet: > {noformat} > [vagrant@fedora-26 stout]$ ls -l 3rdparty/ > total 44 > drwxr-xr-x. 3 vagrant vagrant 4096 Jan 18 2016 boost-1.53.0 > -rw-rw-r--. 1 vagrant vagrant 0 Jul 5 06:16 boost-1.53.0-stamp > drwxrwxr-x. 8 vagrant vagrant 4096 Aug 15 2016 elfio-3.2 > -rw-rw-r--. 1 vagrant vagrant 0 Jul 5 06:16 elfio-3.2-stamp > drwxr-xr-x. 10 vagrant vagrant 4096 Jul 5 06:16 glog-0.3.3 > -rw-rw-r--. 1 vagrant vagrant 0 Jul 5 06:16 glog-0.3.3-build-stamp > -rw-rw-r--. 1 vagrant vagrant 0 Jul 5 06:16 glog-0.3.3-stamp > -rw-rw-r--. 1 vagrant vagrant 734 Jul 5 06:03 gmock_sources.cc > -rw-rw-r--. 1 vagrant vagrant 25657 Jul 5 06:03 Makefile > {noformat} -- This message was sent by Atlassian JIRA (v6.4.14#64029)