You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Yan Xu (JIRA)" <ji...@apache.org> on 2014/05/29 20:37:01 UTC

[jira] [Resolved] (MESOS-1429) Error with clang 3.4 + '-fstack-protector-strong'

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

Yan Xu resolved MESOS-1429.
---------------------------

    Resolution: Fixed

> Error with clang 3.4 + '-fstack-protector-strong'
> -------------------------------------------------
>
>                 Key: MESOS-1429
>                 URL: https://issues.apache.org/jira/browse/MESOS-1429
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Yan Xu
>
> {noformat:title=clang version, os:fedora-20}
> [mesos-fedora-20-clang] $ /bin/sh -xe /tmp/hudson7845793344874482551.sh
> + clang --version
> clang version 3.4 (tags/RELEASE_34/final)
> Target: x86_64-redhat-linux-gnu
> Thread model: posix
> + clang++ --version
> clang version 3.4 (tags/RELEASE_34/final)
> Target: x86_64-redhat-linux-gnu
> Thread model: posix
> + export CC=clang
> + CC=clang
> + export CXX=clang++
> + CXX=clang++
> {noformat}
> {noformat:title=error}
> checking whether we can build usable Python eggs... clang: error: unknown argument: '-fstack-protector-strong'
> clang: error: unknown argument: '-fstack-protector-strong'
> error: command 'clang' failed with exit status 1
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)