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

diff versioning problem in config

From: Bob Gustafson <bobgus_at_rcnChicago.com>
Date: 2002-12-16 02:40:36 CET

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
Received on Mon Dec 16 02:41:13 2002

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.