You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "David Forsythe (JIRA)" <ji...@apache.org> on 2015/12/21 06:48:46 UTC

[jira] [Updated] (MESOS-4212) Fix includes in stout/os/freebsd.hpp

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

David Forsythe updated MESOS-4212:
----------------------------------
    Description: 
The includes in freebsd.hpp are sloppy, and break the FreeBSD build with some recent changes.

{code}
../../3rdparty/libprocess/3rdparty/stout/include/stout/os/freebsd.hpp:37:9: error: no member named 'sysctl' in namespace 'os'
    os::sysctl(CTL_KERN, KERN_PROC, KERN_PROC_ALL).table();
    ~~~~^
../../3rdparty/libprocess/3rdparty/stout/include/stout/os/freebsd.hpp:67:9: error: no member named 'sysctl' in namespace 'os'
    os::sysctl(CTL_KERN, KERN_PROC, KERN_PROC_ALL).table();
    ~~~~^
{code}

  was:
The imports in freebsd.hpp are sloppy, and break the FreeBSD build with some recent changes.

{code}
../../3rdparty/libprocess/3rdparty/stout/include/stout/os/freebsd.hpp:37:9: error: no member named 'sysctl' in namespace 'os'
    os::sysctl(CTL_KERN, KERN_PROC, KERN_PROC_ALL).table();
    ~~~~^
../../3rdparty/libprocess/3rdparty/stout/include/stout/os/freebsd.hpp:67:9: error: no member named 'sysctl' in namespace 'os'
    os::sysctl(CTL_KERN, KERN_PROC, KERN_PROC_ALL).table();
    ~~~~^
{code}

        Summary: Fix includes in stout/os/freebsd.hpp  (was: Fix imports in stout/os/freebsd.hpp)

> Fix includes in stout/os/freebsd.hpp
> ------------------------------------
>
>                 Key: MESOS-4212
>                 URL: https://issues.apache.org/jira/browse/MESOS-4212
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: David Forsythe
>            Assignee: David Forsythe
>
> The includes in freebsd.hpp are sloppy, and break the FreeBSD build with some recent changes.
> {code}
> ../../3rdparty/libprocess/3rdparty/stout/include/stout/os/freebsd.hpp:37:9: error: no member named 'sysctl' in namespace 'os'
>     os::sysctl(CTL_KERN, KERN_PROC, KERN_PROC_ALL).table();
>     ~~~~^
> ../../3rdparty/libprocess/3rdparty/stout/include/stout/os/freebsd.hpp:67:9: error: no member named 'sysctl' in namespace 'os'
>     os::sysctl(CTL_KERN, KERN_PROC, KERN_PROC_ALL).table();
>     ~~~~^
> {code}



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