You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Barry Scott <ba...@barrys-emacs.org> on 2004/09/27 20:48:00 UTC

1.1.0 RCx configure error

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?

Barry


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: 1.1.0 RCx configure error

Posted by Barry Scott <ba...@barrys-emacs.org>.
I don't have an account to log on apache. Can someone that does log  
this please?

Barry

On Sep 27, 2004, at 22:36, Joe Orton wrote:

> 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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: 1.1.0 RCx configure error

Posted by Barry Scott <ba...@barrys-emacs.org>.
I don't have an account to log on apache. Can someone that does log  
this please?

Barry

On Sep 27, 2004, at 22:36, Joe Orton wrote:

> 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


Re: 1.1.0 RCx configure error

Posted by Joe Orton <jo...@manyfish.co.uk>.
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

Re: 1.1.0 RCx configure error

Posted by Joe Orton <jo...@manyfish.co.uk>.
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