You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2019/04/29 09:27:50 UTC

[jira] [Issue Comment Deleted] (MESOS-6079) Cannot build `--with-svn` (python executor linking fails - unable to find -lsvn_delta-1)

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

Gavin updated MESOS-6079:
-------------------------
    Comment: was deleted

(was: www.rtat.net)

> 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
(v7.6.3#76005)