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)