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 21:36:24 UTC

RC4 compile problem on FreeBSD 4.10

I'm seeing the following errors from the build of 1.1.0-RC4 on FreeBSD  
4.10,
I can build RC3 without problem.

/usr/local/bin/bash  
/u/barry/subversion/FreeBSD_torment/subversion-1.1.0-rc4/libtool  
--silent --mode=compile gcc -D_REENTRANT -D_THREAD_SAFE  -g -O2  -g -O2  
  -DNEON_ZLIB  -I/usr/local/include/apache2 -I./subversion/include  
-I./subversion  
-I/u/barry/subversion/FreeBSD_torment/subversion-1.1.0-rc4/neon/src  
-I/usr/local/svn/include/neon  
-I/u/barry/subversion/FreeBSD_torment/subversion-1.1.0-rc4/apr/include   
   
-I/u/barry/subversion/FreeBSD_torment/subversion-1.1.0-rc4/apr-util/ 
include -I/usr/local/include/db42 -I/usr/local/include -o  
subversion/mod_dav_svn/file_revs.lo -c  
/u/barry/subversion/FreeBSD_torment/subversion-1.1.0-rc4/subversion/ 
mod_dav_svn/file_revs.c
/u/barry/subversion/FreeBSD_torment/subversion-1.1.0-rc4/subversion/ 
mod_dav_svn/file_revs.c: In function `dav_svn__file_revs_report':
/u/barry/subversion/FreeBSD_torment/subversion-1.1.0-rc4/subversion/ 
mod_dav_svn/file_revs.c:225: syntax error before `start'
/u/barry/subversion/FreeBSD_torment/subversion-1.1.0-rc4/subversion/ 
mod_dav_svn/file_revs.c:248: `start' undeclared (first use in this  
function)
/u/barry/subversion/FreeBSD_torment/subversion-1.1.0-rc4/subversion/ 
mod_dav_svn/file_revs.c:248: (Each undeclared identifier is reported  
only once
/u/barry/subversion/FreeBSD_torment/subversion-1.1.0-rc4/subversion/ 
mod_dav_svn/file_revs.c:248: for each function it appears in.)
/u/barry/subversion/FreeBSD_torment/subversion-1.1.0-rc4/subversion/ 
mod_dav_svn/file_revs.c:250: `end' undeclared (first use in this  
function)
gmake: *** [subversion/mod_dav_svn/file_revs.lo] Error 1

Any idea what might be wrong?

Barry


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

Re: RC4 compile problem on FreeBSD 4.10 and Windows

Posted by Ben Collins-Sussman <su...@collab.net>.
On Oct 4, 2004, at 1:18 PM, Barry Scott wrote:

> This also breaks building on Windows, MSVC6.
>
> Why didn't you release a RC4a this this fix in it?

Because it didn't seem worth a whole separate release.


> Seems like you put every one that is testing RC4 to unnessesary
> extra work

Actually, the number of people who were both (1) testing RC4 and (2) 
using gcc < 3.0 or MSVC6 were a very small group of people.  That's why 
we decided not to bother with an RC5.


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

Re: RC4 compile problem on FreeBSD 4.10 and Windows

Posted by Barry Scott <ba...@barrys-emacs.org>.
This also breaks building on Windows, MSVC6.

Why didn't you release a RC4a this this fix in it?
Seems like you put every one that is testing RC4 to unnessesary
extra work to find out you know about this problem and then
apply the patch.

Barry

On Sep 28, 2004, at 03:12, Ben Collins-Sussman wrote:

>
> On Sep 27, 2004, at 4:36 PM, Barry Scott wrote:
>>
>> Any idea what might be wrong?
>
> Yes.  RC4 has a typo that breaks on gcc 2.9x, or any compiler that's 
> doing strict C syntax checking.  It's silly and embarrassing, and is 
> already fixed.  You can retrieve the patch-fix by running
>
>    svn diff -r11116:11117  http://svn.collab.net/repos/svn/trunk
>
>
>
> ---------------------------------------------------------------------
> 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: RC4 compile problem on FreeBSD 4.10

Posted by Ben Collins-Sussman <su...@collab.net>.
On Sep 27, 2004, at 4:36 PM, Barry Scott wrote:
>
> Any idea what might be wrong?

Yes.  RC4 has a typo that breaks on gcc 2.9x, or any compiler that's 
doing strict C syntax checking.  It's silly and embarrassing, and is 
already fixed.  You can retrieve the patch-fix by running

    svn diff -r11116:11117  http://svn.collab.net/repos/svn/trunk



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