[
https://issues.apache.org/jira/browse/MESOS-5400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15336700#comment-15336700
]
Kevin Klues commented on MESOS-5400:
------------------------------------
{noformat}
commit 7c0f57ff0ecb2b0e3e2cfe5eeca80e53d791c2d3
Author: Kevin Klues [email protected]
Date: Fri Jun 17 01:32:29 2016 -0400
Added missing `stout/elf.hpp` file to `nobase_include_HEADERS`.
Without this, files that #included `stout/elf.hpp` would fail with a
`make distcheck` because this file was not being installed properly
from a `make install`.
Review: https://reviews.apache.org/r/48838/
{noformat}
> Add preliminary support for parsing ELF files in stout.
> -------------------------------------------------------
>
> Key: MESOS-5400
> URL: https://issues.apache.org/jira/browse/MESOS-5400
> Project: Mesos
> Issue Type: Improvement
> Reporter: Kevin Klues
> Assignee: Kevin Klues
> Priority: Minor
> Fix For: 1.0.0
>
>
> The upcoming Nvidia GPU support for docker containers in Mesos relies on
> consolidating all Nvidia shared libraries into a common location for
> injecting a volume into a container.
> As part of this, we need some preliminary parsing capabilities for ELF file
> to infer things about each shared library we are consolidating.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)