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

Problems building package with supplied libtool in 0.33.1

From: Christian Schaffner <chris01_at_users.sourceforge.net>
Date: 2003-11-19 18:30:55 CET

Dear SVN Developers

I am doing the fink (<http://fink.sf.net>) package for svn on MacOS X.
With the latest 0.33.1 release we had some problems with libtool: 'make
check' was failing during the creation of the package when there was no
svn library already installed in the default location. 'make check'
should be directed to the libraries that were just built in the package
creation area.

We (myself with the help of Peter O'Gorman who is a libtool developer)
managed to fix it by introducing this line after configure in the
compile script:

  ./configure %c
  perl -pi -e 's/^fast_install=yes/fast_install=needless/g' libtool
  make
  make check

Peter O'Gorman was suggesting that maybe a patched libtool was used
during the creation of the 0.33.1 tarball. Version 0.33.0 didn't have
these problems. What do you think?

Thanks for your help,
Chris.

PS: I am often on #fink and #svn as chris01

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 19 18:33:32 2003

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

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