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

Re: 1.1.0 RCx configure error

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2004-09-27 23:36:23 CEST

On Mon, Sep 27, 2004 at 09:48:00PM +0100, Barry Scott wrote:
> I just noticed the follow when I configure RC3 or RC4 on FreeBSD 4.10
> Release
>
> checking for utimes... yes
> /u/barry/subversion/FreeBSD_torment/subversion-1.1.0-rc4/apr/configure:
> line 17796: test: 4.10-RELEASE: integer expression expected
> checking for sigaction... yes
>
> do you need a bug report?

Yes please, at http://issues.apache.org/bugzilla/enter_bug.cgi?product=APR

The os_version code did not anticipate two-digit minor versions, no idea
what the best fix is...

case $host in
    *freebsd*)
        # 3.4-RELEASE: 340 4.1.1-RELEASE: 411
        os_version=`uname -r | sed -e 's/\(.\)\.\(.\)\.\(.\).*/\1\2\3/' | sed -e 's/\(.\)\.\(.\)\-.*/\1\20/'`
 
joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 27 23:36:44 2004

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.