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

Switch_tests.py failes

From: Giulio T <giulio.troccoli_at_uk.linedata.com>
Date: Mon, 16 Feb 2009 13:51:20 +0000

Hello everybody,

I am building Subversion 1.4.4 on CentOS 5.2 (in a VM). When I run 'make check' one test, switch_tests.py, fails.

FAIL: switch_tests.py 17: refresh the WC file system read-only attribute

The following is what I have done

[root_at_ln1sub01]# cd /usr/local/src
[root_at_ln1sub01]# gunzip -c /root/downloads/subversion-deps-1.4.4.tar.gz | tar xvf -
[root_at_ln1sub01]# cd /usr/local/src/subversion-1.4.4/apr
[root_at_ln1sub01]# ./configure --enable-shared
[root_at_ln1sub01]# make; make check; make install
[root_at_ln1sub01]# cd /usr/local/src/subversion-1.4.4/zlib
[root_at_ln1sub01]# ./configure --shared
[root_at_ln1sub01]# make; make check; make install
[root_at_ln1sub01]# cd /usr/local/src/subversion-1.4.4/apr-util/xml/expat
[root_at_ln1sub01]# ./configure --enable-shared
[root_at_ln1sub01]# make; make install
[root_at_ln1sub01]# cd /usr/local/src/subversion-1.4.4/apr-util
[root_at_ln1sub01]# ./configure --enable-shared --with-apr=/usr/local/apr
[root_at_ln1sub01]# make; make check; make install
[root_at_ln1sub01]# cd /usr/local/src/subversion-1.4.4/neon
[root_at_ln1sub01]# ./configure --enable-shared
[root_at_ln1sub01]# make; make check; make install

[root_at_ln1sub01]# cd /usr/local/src
[root_at_ln1sub01]# gunzip -c /root/cd-content/httpd-2.0.52.tar.gz | tar xvf -
[root_at_ln1sub01]# cd /usr/local/src/httpd-2.0.52
[root_at_ln1sub01]# ./configure --enable-shared \
> --enable-http \
> --enable-dav \
> --enable-cgi \
> --enable-dav-fs \
> --enable-vhost-alias \
> --with-apr=/usr/local/apr \
> --with-apr-util=/usr/local/apr
[root_at_ln1sub01]# make; make install

[root_at_ln1sub01]# cd /usr/local/src
[root_at_ln1sub01]# gunzip -c /root/cd-content/subversion-1.4.4.tar.gz | tar xvf -
[root_at_ln1sub01]# cd /usr/local/src/subversion-1.4.4
[root_at_ln1sub01]# ./configure --enable-shared \
> --without-barkeley-db \
> --with-apr=/usr/local/apr \
> --with-apr-util=/usr/local/apr \
> --with-neon=/usr/local
[root_at_ln1sub01]# make; make check

Is it something I should worry about? Is there something wrong with the scripts? (I don't know Python at all).

-------------------
Giulio Troccoli
Technical Consultant

T +44 (0)20 7360 1914 F +44 (0)20 7360 1974 BB +44 (0)777 194 7414
E giulio.troccoli_at_uk.linedata.com W www.linedata.com
MSN Messenger giulio_at_troccoli.it

Linedata Services (UK) Ltd
Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB
Registered in England and Wales No 3027851 VAT Reg No 778499447

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1170819

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-16 16:19:46 CET

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.