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

Joshua Randall updated MESOS-6079:
----------------------------------
    Attachment: mesos-1.0.0-MESOS-6079.patch

Patch to configure.ac to move the with_svn handling block (which sets LDFLAGS 
if necessary) up above the point where PYTHON_LDFLAGS is set from LDFLAGS. 
Fixes MESOS-6079. 

> Cannot build `--with-svn` (python executor linking fails - unable to find 
> -lsvn_delta-1)
> ----------------------------------------------------------------------------------------
>
>                 Key: MESOS-6079
>                 URL: https://issues.apache.org/jira/browse/MESOS-6079
>             Project: Mesos
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 1.0.0
>         Environment: Linux x86_64 with gcc 4.9.1, autoconf 2.69, 
> automake/aclocal 1.15, apr 1.5.2, python 2.7.10, zlib 1.2.8, subversion 
> 1.8.11, sasl 2.1.26 (all installed in custom prefixes)
>            Reporter: Joshua Randall
>            Priority: Minor
>              Labels: build, easyfix, patch
>         Attachments: mesos-1.0.0-MESOS-6079.patch
>
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> When libsvn_delta-1 is not available in a system linker path, the build fails 
> when linking the python executor. This appears to be because that linking 
> step is using PYTHON_LDFLAGS rather than LDFLAGS, and at the time in 
> configure.ac when PYTHON_LDFLAGS is set, it only contains the `-L` lib dir 
> entry as indicated by `--with-apr` but not the one indicated by `--with-svn` 
> for subversion. 
> I have fixed this locally by moving the with_svn block up above the 
> PYTHON_LDFLAGS block in configure.ac - will post patch. 



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

Reply via email to