You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Bob Gustafson <bo...@rcnChicago.com> on 2002/12/16 01:40:36 UTC

diff versioning problem in config

I previously updated my stuff:

[root@hoho0 svn_new]# svn update
At revision 4134.
[root@hoho0 svn_new]#


I ran the command:

   sh conf.rdg.sh

Where conf.rdg.sh is

[root@hoho0 svn_new]# more conf.rdg.sh
./configure  \
            --with-apr=/usr/local/apache2 \
            --with-apr-util=/usr/local/apache2 \
            --with-berkeley-db=/usr/local/BerkeleyDB.4.1 \
            --with-ssl --with-zlib \
  2>&1 | tee config.out

# ./configure --enable-maintainer-mode \
[root@hoho0 svn_new]#

I got a lot of output from configure, but it ended in the lines: :-(

...
...
...
checking for working memcmp... yes
checking for vprintf... yes
checking for _doprnt... no
checking for diff... ./configure:
/usr/local/src/svn_new/ac-helpers/check-diff.sh: No such file or directory
configure: error: not found

Cannot find a diff in your PATH that supports the -u flag.
We recommend GNU diff (version 2.7 or later).
You can get it from ftp://ftp.gnu.org/pub/gnu/diffutils.

[root@hoho0 svn_new]#


However:

[root@hoho0 svn_new]# diff --version
diff (GNU diffutils) 2.7.2
Copyright 1988, 89, 92, 93, 94, 96, 1998 Free Software Foundation, Inc.

[root@hoho0 svn_new]#

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

Re: diff versioning problem in config

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On Sunday, December 15, 2002, at 08:40 PM, Bob Gustafson wrote:

> checking for working memcmp... yes
> checking for vprintf... yes
> checking for _doprnt... no
> checking for diff... ./configure:
> /usr/local/src/svn_new/ac-helpers/check-diff.sh: No such file or 
> directory
> configure: error: not found
>

rerun autogen.sh, the code to find gnu diff on your system has recently 
changed, and i believe the check-diff.sh script is no longer present.

-garrett


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