[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn ingores DESTDIR, was: link error with 1.7.3

From: <roderich.schupp_at_googlemail.com>
Date: Mon, 12 Mar 2012 07:18:36 -0700 (PDT)

On Mar 12, 9:51 am, Stefan Sperling <s..._at_elego.de> wrote:
> Well,is libtool is constructing a linker command that which
> contains -L /usr/lib64 which causes the linker to pick up svn
> libraries that are already installed there.

It's most likely not libtool itself that's to blame here.
May bet is on some misconfigured pkg-config (*.pc) file
(or some old-style foo-config script) that leaks "-L /usr/lib64"
into your build.

> You should uninstall previously installed subversion libraries
> before the build.

Not very helpful. Probably better to set up a chroot environment
for a clean build. The cost of setting one up would probably
outweigh the pain of having to check for "contamination"
after every build with just a few builds.

> You could also try to force a shared library version number
> increment. Both sets of libraries have number 1 so are considered

That's a totally separate issue. You can't bump the so version
for every trial build.

> But every downstream packager handles this
> differently so there is no point in us doing this.

That's one of the lamest excuses I've heard in a long time.

Cheers, Roderich
Received on 2012-03-12 15:19:10 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.