[ 
https://issues.apache.org/jira/browse/MESOS-5414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15299864#comment-15299864
 ] 

Till Toenshoff commented on MESOS-5414:
---------------------------------------

{noformat}
commit 9b2c2b201c809047f53f19289631366e8d836162
Author: Kevin Klues <klue...@gmail.com>
Date:   Wed May 25 12:30:33 2016 +0200

    Reverted adding libelf as a default dynamic library in libprocess.

    The libelf library is not a standard library installed on all Linux
    systems, and it is not a library required to build libprocess in
    general. It is only required for subsystems that happen to use the
    <stout/elf.hpp> header. As such, we should only require this
    dependency for those specific subsystems. If we ever decide to build
    something into libprocess that depends on libelf by default, we can
    revisit this issue then.

    Review: https://reviews.apache.org/r/47609/
{noformat}

{noformat}

commit b771a90d97929fd97a803c3d6341d86313e3dd44
Author: Kevin Klues <klue...@gmail.com>
Date:   Wed May 25 12:30:40 2016 +0200

    Reverted adding libelf as a default dynamic library in stout.

    The libelf library is not a standard library installed on all Linux
    systems, and it is not a library required to build stout in
    general. It is only required for subsystems that happen to use the
    <stout/elf.hpp> header. As such, we should only require this
    dependency for those specific subsystems. If we ever decide to build
    something into stout that depends on libelf by default, we can
    revisit this issue then.

    Review: https://reviews.apache.org/r/47610/
{noformat}


> configure failed on ubuntu and centos
> -------------------------------------
>
>                 Key: MESOS-5414
>                 URL: https://issues.apache.org/jira/browse/MESOS-5414
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Guangya Liu
>            Assignee: Kevin Klues
>            Priority: Blocker
>             Fix For: 0.29.0
>
>
> Check out latest code.
> {code}
> ./bootstrap
> mkdir build
> cd build
> ../configure
> checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
> checking if more special flags are required for pthreads... no
> checking for PTHREAD_PRIO_INHERIT... yes
> configure: Setting up build environment for x86_64 linux-gnu
> checking for backtrace in -lunwind... no
> checking for main in -lgflags... no
> checking for gzread in -lz... no
> configure: error: cannot find libz
> -------------------------------------------------------------------
> libz is required for mesos to build.
> -------------------------------------------------------------------
> {code}
> Seems this was caused by https://reviews.apache.org/r/47484/ cc [~bmahler] 
> [~klueska]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to