Bug 90236 - svn-config fails
Summary: svn-config fails
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: subversion
Version: 9
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Joe Orton
QA Contact:
URL: http://subversion.tigris.org/issues/s...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-05-05 20:07 UTC by Crutcher Dunnavant
Modified: 2007-04-18 16:53 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2003-12-01 12:15:13 UTC
Embargoed:


Attachments (Terms of Use)

Description Crutcher Dunnavant 2003-05-05 20:07:19 UTC
Description of problem:

svn-config is generated at config time, and ends up containing the following lines:
LIBS="$(abs_builddir)/neon/src/libneon.la  -lz -lxml2 -lz -lm 
-L/usr/src/redhat/BUILD/subversion-r4503/apr-util -laprutil-0 -lgdbm -ldb-4.0
-lexpat  -L/usr/src/redhat/BUILD/subversion-r4503/apr -lapr-0 -lm -lcrypt -lnsl
 -ldl -ldb "
INCLUDES="-I$(abs_srcdir)/neon/src  
-I/usr/src/redhat/BUILD/subversion-r4503/apr/include  
-I/usr/src/redhat/BUILD/subversion-r4503/apr-util/include "

The $(abs_builddir) and $(abs_srcdir) lines don't work outside of the build
envirnoment, and as such other programs cannot use svn-config to get all the
libs they need.

Comment 1 Joe Orton 2003-05-18 19:39:38 UTC
Thanks for the report.  I don't think svn-config is actually finished yet, so it
might be wise not to package it.

Are any applications actually using this script?


Note You need to log in before you can comment on or make changes to this bug.