You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Kapil Arya (JIRA)" <ji...@apache.org> on 2015/06/23 05:11:00 UTC

[jira] [Comment Edited] (MESOS-2917) Specify correct libnl version for configure check

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

Kapil Arya edited comment on MESOS-2917 at 6/23/15 3:10 AM:
------------------------------------------------------------

The fix is to do a AC_LIB_CHECK for `rtnl_u32_get_classid` which was added in 3.2.26 (released on 3/30/2015).

Here are the RRs:
Updated configure check: https://reviews.apache.org/r/35762/
Updated docs: https://reviews.apache.org/r/35765/


was (Author: karya):
The fix is to do a AC_LIB_CHECK for `rtnl_u32_get_classid` which was added in 3.2.26 (released on 3/30/2015).

Here is the RR: https://reviews.apache.org/r/35762/

> Specify correct libnl version for configure check
> -------------------------------------------------
>
>                 Key: MESOS-2917
>                 URL: https://issues.apache.org/jira/browse/MESOS-2917
>             Project: Mesos
>          Issue Type: Bug
>          Components: build, isolation
>            Reporter: Kapil Arya
>            Assignee: Kapil Arya
>            Priority: Blocker
>              Labels: mesosphere
>             Fix For: 0.23.0
>
>
> Currently configure.ac lists 3.2.24 as the required libnl version. However, https://reviews.apache.org/r/31503 caused the minimum required version to be bumped to 3.2.26. The configure check thus fails to error out during execution and the dependency is captured only during the build step.



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