You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/10/16 20:55:41 UTC

[jira] [Resolved] (MESOS-664) Type resolution issue on 32 bit systems

     [ https://issues.apache.org/jira/browse/MESOS-664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kone resolved MESOS-664.
------------------------------

       Resolution: Fixed
    Fix Version/s: 0.15.0
         Assignee: Benjamin Mahler  (was: Vinod Kone)

Fixed at commit 56a54f536b2d6b2b2bd80fdfd665d1cd5980a9c1


> Type resolution issue on 32 bit systems
> ---------------------------------------
>
>                 Key: MESOS-664
>                 URL: https://issues.apache.org/jira/browse/MESOS-664
>             Project: Mesos
>          Issue Type: Bug
>          Components: build
>         Environment: 32 bit Linux systems
>            Reporter: Kevin Lyda
>            Assignee: Benjamin Mahler
>            Priority: Minor
>              Labels: 32bit, build-failure
>             Fix For: 0.15.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Cast call to min for 32 bit systems.
> The call to min(ssize_t, long int) won't compile on 32 bit systems because ssize_t resolves to int on those systems. h/t to woggle on irc for helping me find this.



--
This message was sent by Atlassian JIRA
(v6.1#6144)