You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "haosdent (JIRA)" <ji...@apache.org> on 2016/09/21 16:23:20 UTC

[jira] [Created] (MESOS-6217) PAGE_SIZE was not declared in PPC64LE

haosdent created MESOS-6217:
-------------------------------

             Summary: PAGE_SIZE was not declared in PPC64LE
                 Key: MESOS-6217
                 URL: https://issues.apache.org/jira/browse/MESOS-6217
             Project: Mesos
          Issue Type: Bug
            Reporter: haosdent
            Assignee: haosdent


When compile Mesos in PPC64LE, get this error

{code}
../../src/slave/containerizer/mesos/isolators/gpu/isolator.cpp  -fPIC -DPIC -o slave/containerizer/mesos/isolators/gpu/.libs/libmesos_no_3rdparty_la-isolator.o
../../src/slave/containerizer/mesos/isolators/cgroups/subsystems/memory.cpp: In member function 'virtual process::Future<Nothing> mesos::internal::slave::MemorySubsystem::update(const mesos::ContainerID&, const mesos::Resources&)':
../../src/slave/containerizer/mesos/isolators/cgroups/subsystems/memory.cpp:230:55: error: 'PAGE_SIZE' was not declared in this scope
   Bytes initialLimit(static_cast<uint64_t>(LONG_MAX / PAGE_SIZE * PAGE_SIZE));
                                                       ^
{code}





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