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

subversion 1.2.0 fails a number of self tests

From: Donald R Laster Jr <laster_at_dlaster.com>
Date: 2005-05-26 02:36:19 CEST

Folks,

  I downloaded and do the initial building of subversion 1.2.0 and have run it a problem. The builds run okay but the "make check" fail a number of tests. The 1.1.4 version passes all of the tests. I am using the software under the following envirment

        Slackware 10.1 (Linux svn 2.4.29 #6 Thu Jan 20 16:30:37 PST 2005 i686 unknown unknown GNU/Linux)
        httpd-2.0.53
        apr-0.9.6
        apr-util-0.9.6
        apr-iconv-0.9.5
        openssl-0.9.7g
        Berkeley DB 4.2.52
        gcc-3.3.4

Subversion 1.1.4 has been built and installed with the same software. The files svn_build.log is a log of the configuration, make and make check in a 'script" log file. svn_configure is the script used to run configure.

  Any help is appreciated.

       Don

-- 
===========================================================================
Donald R. Laster Jr. 
Senior Consulting Engineer
DOT4 Inc.
===========================================================================


#!/bin/sh
#
 OPTS=""
#OPTS="${OPTS} --prefix=/usr/local/subversion-1.1.4 "
 OPTS="${OPTS} --prefix=/usr/local/subversion-1.2.0 "
 OPTS="${OPTS} --disable-subdir-config"
 OPTS="${OPTS} --enable-shared "
 OPTS="${OPTS} --enable-dso "
#OPTS="${OPTS} --enable-javahl "
 OPTS="${OPTS} --with-ssl "
 OPTS="${OPTS} --with-pic "
 OPTS="${OPTS} --with-editor=/usr/bin/vi "
 OPTS="${OPTS} --with-zlib "
#
 OPTS="${OPTS} --with-berkeley-db=/usr/include/db4:/usr/bin"
#
#OPTS="${OPTS} --with-apache=/home/laster/HTTPD/httpd-2.0.53 "
#OPTS="${OPTS} --with-apache=/usr/local/apache2"
 OPTS="${OPTS} --with-apxs=/usr/local/apache2/bin/apxs"
#
#OPTS="${OPTS} --with-apr-util=/home/laster/SubVersion/subversion-1.2.0-rc4/apr-util"
#OPTS="${OPTS} --with-apr=/home/laster/SubVersion/subversion-1.2.0-rc4/apr"
#
 OPTS="${OPTS} --with-apr-util=/usr/local/apr/bin/apu-config"
 OPTS="${OPTS} --with-apr=/usr/local/apr/bin/apr-config"
 OPTS="${OPTS} --with-iconv=/usr/local/apr/bin/iconv"
#
#OPTS="${OPTS} --with-neon=/usr/local/bin/neon-config"
#OPTS="${OPTS} --with-neon=/usr/local/bin"
 OPTS="${OPTS} --with-neon=/usr/local"
 OPTS="${OPTS} --disable-neon-version-check"
#
#OPTS="${OPTS} --enable-swig-bindings=all "
#
 ./configure ${OPTS}
#
 if [ "$*" = "build" ] ; then
   make external-all
   make local-all
   make
   make check
 fi

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

Received on Thu May 26 02:38:11 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.