[ 
https://issues.apache.org/jira/browse/MESOS-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14013194#comment-14013194
 ] 

Till Toenshoff commented on MESOS-1385:
---------------------------------------

When running {{python-config --cflags}}, you will see that your python 
distribution was built using that specific flag. The use of these build flags 
is enforced by distutils onto your compiler setup within the Mesos build phase, 
unfortunately a constant source of issues.

> clang: error: unknown argument: '-fstack-protector-strong'
> ----------------------------------------------------------
>
>                 Key: MESOS-1385
>                 URL: https://issues.apache.org/jira/browse/MESOS-1385
>             Project: Mesos
>          Issue Type: Bug
>          Components: build
>         Environment: Fedora 20
> clang 3.4
>            Reporter: Vinson Lee
>            Assignee: Timothy St. Clair
>            Priority: Blocker
>
> {noformat}
> checking consistency of all components of python development environment... 
> yes
> 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
> configure: error: no
> -------------------------------------------------------------------
> It appears we were unable to build a usable native Python egg.
> There are two possible workarounds for this issue:
>     1. Disable python bindings by configuring with --disable-python.
>     2. Use an alternative Python installation that was built using
>        the same build setup as Mesos.
> -------------------------------------------------------------------
> {noformat}



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

Reply via email to