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

Re: compiling subversion 1.1.3 on QNX Neutrino 6.3.0 fails unless libtool is modified

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-02-25 20:55:41 CET

Leo Davis wrote:
> Hello,
>
> This is a bug report I was about to file.
>
> When I tried building subversion 1.1.3 on QNX Neutrino 6.3.0, I kept
> getting errors in libtool. In libtool, line 632, there's a pipe to "od
> -x". The QNX od does not recognize this option, and so it has to be
> changed to "od -t x2". A similar problem exists in apr/libtool.
>
> Updating to a more recent version of libtool will likely fix this problem.

"od -t x2" isn't portable either, but libtool 1.5.x seems to have found a
way to use "tr" to do the test, so yes, upgrading to 1.5 would fix this.

I think we have chosen to remain with 1.4.3 for all 1.1.x versions of
Subversion, to avoid risking breaking some platforms whilst fixing others.

However, libtool 1.5.x will be used for the Subversion 1.2.0-beta releases,
and adopted for the stable releases unless it breaks horribly somewhere.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 25 20:58:19 2005

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.