Joshua Randall created MESOS-6079:
-------------------------------------

             Summary: 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


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