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

[PATCH] Search for libtoolize, not libtool

From: James McCoy <jamessan_at_debian.org>
Date: Tue, 23 Sep 2014 22:45:19 -0400

Hi,

build/buildcheck.sh performs a search for a variant of libtool in order
to verify an acceptable version is available. However, the similar
code in autogen.sh looks for and uses a variant of libtoolize.

Since libtoolize is the tool actually performing useful work between the
two, and buildcheck.sh fails the build if libtool isn't found, updating
buildcheck.sh to look for libtoolize seems appropriate. This specific
build failure does occur[0] when trying to cross-build subversion with
Ubuntu's (and soon Debian's) Multi-Archified libtool packages[1].

The attached patch, proposed by Helmut Grohne[2], makes said change to
buildcheck.sh.

[0]: https://people.debian.org/~doko/logs/20140912/failed-libtool/subversion_1.8.10-1_unstable_jdk-libtool.log
[1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682045
[2]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761789#12

-- 
James
GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy <jamessan_at_debian.org>

Received on 2014-09-24 04:43:34 CEST

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.