You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Soren 'Frank' Munch <sm...@u5.com> on 2005/07/01 13:58:15 UTC

buildcheck.sh "warnings"

Hi,

I am a little confused over the messages from ./autogen.sh, running from 
unpacked tarball for 1.2.0 on FreeBSD 5.4

./autogen.sh runs through, but it says:

...
buildcheck: local copy of find_apr.m4 does not match APR's copy.
            An updated copy of find_apr.m4 may need to be checked in.
buildcheck: local copy of PrintPath does not match APR's copy.
            An updated copy of PrintPath may need to be checked in.
buildcheck: local copy of find_apu.m4 does not match APRUTIL's copy.
            An updated copy of find_apu.m4 may need to be checked in.
...

So I looked into build/buildcheck.sh and saw that the tests used were:

cmp  ./build/ac-macros/find_apr.m4 ./apr/build/find_apr.m4
cmp  ./build/PrintPath ./apr/build/PrintPath
cmp  ./build/ac-macros/find_apu.m4 ./apr-util/build/find_apu.m4

so, in other words, the comparison is between two files right out of the the 
tarball. So I assume that the message has nothing to do with anything I did 
and simply should be ignored.

Right?

I'd be curious why the messages are there, if anyone knows, and how would I 
"check in" the files if somehow needed?

- - -

I also got

"libtoolize not found in path"

Should I worry about that?

Thanks in advance.

Frank
U5com

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

Re: buildcheck.sh "warnings"

Posted by Soren 'Frank' Munch <sm...@u5.com>.
> Why are you running ./autogen.sh at all?  

Hmm!  "Having Read TFM (i.e. INSTALL) as the devil reads the Bible" may be the 
most correct answer. I always install from my old notes - and they 
said ./autogen.sh.  :-)

Thanks!

Soren 'Frank'

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

Re: buildcheck.sh "warnings"

Posted by Ben Collins-Sussman <su...@collab.net>.
On Jul 1, 2005, at 8:58 AM, Soren 'Frank' Munch wrote:

>
> Hi,
>
> I am a little confused over the messages from ./autogen.sh, running  
> from
> unpacked tarball for 1.2.0 on FreeBSD 5.4
>
> ./autogen.sh runs through, but it says:


Why are you running ./autogen.sh at all?  Are you planning to create  
your own distribution of subversion?

./autogen.sh is something that only subversion develeopers need to  
run.  It requires that specific versions of autoconf, libtool,  
python, and other things be installed.  Developers run autogen.sh,  
which generates 'configure', and then package up the tarball.  End  
users of the tarball need only run './configure && make'.


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