You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by kf...@collab.net on 2003/12/23 20:08:02 UTC

Re: make check failures for 0.35.1

No, these are not known errors.  I don't have a 0.35.1 build handy at
the moment.  Can you do

   $ cd /usr/src/subversion-0.35.1/subversion/tests/clients/cmdline
   $ ./export_tests.py -v

Also, why does it say externals_tests had a failure, but then not show
it in the "FAIL:" lines that followed?

-Karl

Joerg Hessdoerfer <Jo...@sea-gmbh.com> writes:
> I just compiled BDB 4.2.52, httpd 2.0.48 and subversion 0.35.1, and did a 
> 'make check'.
> This is on a up-to-date debian woody-i386.
>  
> I'm getting the following output:
> 
> joelap:/usr/src/subversion-0.35.1# make check
> [...]
> Running all tests in export_tests.py...FAILURE
> Running all tests in externals_tests.py...FAILURE
> [...]
> At least one test FAILED, checking /usr/src/subversion-0.35.1/tests.log
> FAIL:  export_tests.py 2: export the greek tree
> FAIL:  export_tests.py 3: export working copy
> FAIL:  export_tests.py 4: export working copy with mods
> FAIL:  export_tests.py 6: export with keyword translation
> FAIL:  export_tests.py 7: export with eol translation
> FAIL:  export_tests.py 8: export working copy with keyword translation
> FAIL:  export_tests.py 9: export working copy with property mods
> FAIL:  export_tests.py 10: export working copy at base revision
> make: *** [check] Error 1
> joelap:/usr/src/subversion-0.35.1#
> 
> All other tests passed, so I deleted the output. Is this a known error or due 
> to misconfiguration?
> 
> I used the following configure switches for apache:
> ./configure --prefix=/usr/local/apache2 --enable-dav=shared --with-dbm=db4 
> --with-berkeley-db=/usr/local/BerkeleyDB.4.2
> 
> and for subversion:
> ./configure --prefix=/usr/local --with-apxs=/usr/local/apache2/bin/apxs 
> --with-berkeley-db=/usr/local/BerkeleyDB.4.2
> 
> Thanks,
> 	Joerg
> -- 
> Leading SW developer  - S.E.A GmbH
> Mail: joerg.hessdoerfer@sea-gmbh.com
> WWW:  http://www.sea-gmbh.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

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

Re: make check failures for 0.35.1

Posted by Ben Collins-Sussman <su...@collab.net>.
On Tue, 2003-12-23 at 15:56, Joerg Hessdoerfer wrote:

> Dunno. I've attached tests.log, anyways.

You've got a bad build.  A bunch of the export tests are missing an apr
symbol:  'apr_file_mtime_set'.  That means you've linked against an old
version of apr.



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

Re: make check failures for 0.35.1

Posted by Joerg Hessdoerfer <Jo...@sea-gmbh.com>.
Hi,

[...]
>
>    $ cd /usr/src/subversion-0.35.1/subversion/tests/clients/cmdline
>    $ ./export_tests.py -v
>

Ok, did that. See attachment #1.

> Also, why does it say externals_tests had a failure, but then not show
> it in the "FAIL:" lines that followed?
>

Dunno. I've attached tests.log, anyways.

[...]

Greetings,
	Joerg
-- 
Leading SW developer  - S.E.A GmbH
Mail: joerg.hessdoerfer@sea-gmbh.com
WWW:  http://www.sea-gmbh.com