The related issue is Change build to always enable Nvidia GPU support for Linux <https://issues.apache.org/jira/browse/MESOS-5630> Last time my local build break before Kevin send out the email, and then find this change.
On Mon, Jun 20, 2016 at 12:11 AM, Zhitao Li <[email protected]> wrote: > Hi Kevin, > > Thanks for letting us know. It seems like this is not called out in > upgrades.md, so can you please document this additional dependency there? > > Also, can you include the link to the JIRA or patch requiring this > dependency so we can have some contexts? > > Thanks! > > On Sat, Jun 18, 2016 at 10:25 AM, Kevin Klues <[email protected]> wrote: > > > Hello all, > > > > Just an FYI that the newest libmesos now has an external dependence on > > libelf on Linux. This dependence can be installed via the following > > packages: > > > > CentOS 6/7: yum install elfutils-libelf.x86_64 > > Ubuntu14.04: apt-get install libelf1 > > > > Alternatively you can install from source: > > https://directory.fsf.org/wiki/Libelf > > > > For developers, you will also need to install the libelf headers in > > order to build master. This dependency can be installed via: > > > > CentOS: elfutils-libelf-devel.x86_64 > > Ubuntu: libelf-dev > > > > Alternatively, you can install from source: > > https://directory.fsf.org/wiki/Libelf > > > > The getting started guide and the support/docker_build.sh scripts have > > been updated appropriately, but you may need to update your local > > environment if you don't yet have these packages installed. > > > > -- > > ~Kevin > > > > > > -- > Cheers, > > Zhitao Li > -- Best Regards, Haosdent Huang
