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 0701C200B6F for ; Tue, 9 Aug 2016 23:19:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0448F160A6B; Tue, 9 Aug 2016 21:19:22 +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 71EBB160AA5 for ; Tue, 9 Aug 2016 23:19:21 +0200 (CEST) Received: (qmail 13429 invoked by uid 500); 9 Aug 2016 21:19:20 -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 13385 invoked by uid 99); 9 Aug 2016 21:19:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2016 21:19:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 832CF2C02A6 for ; Tue, 9 Aug 2016 21:19:20 +0000 (UTC) Date: Tue, 9 Aug 2016 21:19:20 +0000 (UTC) From: "Jie Yu (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (MESOS-6012) Cannot compile resource estimator modules against installed Mesos headers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 09 Aug 2016 21:19:22 -0000 [ https://issues.apache.org/jira/browse/MESOS-6012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-6012: -------------------------- Fix Version/s: 1.0.1 > Cannot compile resource estimator modules against installed Mesos headers > ------------------------------------------------------------------------- > > Key: MESOS-6012 > URL: https://issues.apache.org/jira/browse/MESOS-6012 > Project: Mesos > Issue Type: Bug > Components: modules > Affects Versions: 1.0.0 > Reporter: Matthias Bach > Priority: Blocker > Fix For: 1.0.1 > > > As of version 1.0.0 it is no longer possible to compile custom resource estimator modules against the installed Mesos headers. The error message that is occurs on attempt is: {{/usr/include/mesos/module/resource_estimator.hpp:23:46: fatal error: mesos/slave/resource_estimator.hpp: No such file or directory}}. > The root cause for this seems to be that on installation headers get moved from {{mesos/slave}} to {{mesos/agent}}. Thus, the header path in {{mesos/module/resource_estimator.hpp}} will resolve correctly during the Mesos build, but not when compiling code against the installed headers. -- This message was sent by Atlassian JIRA (v6.3.4#6332)