You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benno Evers (JIRA)" <ji...@apache.org> on 2018/11/15 11:08:00 UTC

[jira] [Created] (MESOS-9389) Cannot build python support using clang 8

Benno Evers created MESOS-9389:
----------------------------------

             Summary: Cannot build python support using clang 8
                 Key: MESOS-9389
                 URL: https://issues.apache.org/jira/browse/MESOS-9389
             Project: Mesos
          Issue Type: Bug
         Environment: Fedora 28 w/ autotools build and clang
            Reporter: Benno Evers


Trying to compile latest mesos master with python support enabled on a Fedora 28 machine leads to the following configuration error:

{noformat}
$ ../configure CC=clang CXX=clang++
[...]
checking whether we can build usable Python eggs... clang-8: error: unknown argument: '-fstack-clash-protection'
clang-8: error: unknown argument: '-fstack-clash-protection'
error: command 'clang' failed with exit status 1
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)