You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Gustavo Schroeder <gu...@gmail.com> on 2007/06/21 19:53:38 UTC

make check error

Hi

Trying to build subversion-1.4.3 on a solaris10 box, while running
'make check' at the subversion source directory I get:

At least one test FAILED, checking /usr/share/src/subversion-1.4.3/tests.log
FAIL:  switch_tests.py 17: refresh the WC file system read-only attribute
At least one test was SKIPPED, checking
/usr/share/src/subversion-1.4.3/tests.log
SKIP:  utf8_tests.py 1: conversion of paths and logs to/from utf8
SKIP:  svnsync_tests.py 14: verify that unreadable content is not synced
SKIP:  svnsync_tests.py 15: verify that copies from unreadable dirs work
SKIP:  authz_tests.py 1: authz issue #2486 - open root
SKIP:  authz_tests.py 2: authz issue #2486 - open directory
SKIP:  authz_tests.py 3: broken authz files cause errors
SKIP:  authz_tests.py 4: test authz for read operations
SKIP:  authz_tests.py 5: test authz for write operations
SKIP:  authz_tests.py 6: test authz for checkout
SKIP:  authz_tests.py 7: test authz for log and tracing path changes
SKIP:  authz_tests.py 8: test authz for checkout and update
SKIP:  authz_tests.py 9: test authz for export with unreadable subfolder
SKIP:  authz_tests.py 10: test the authz validation rules

Any clue where I'm missing?
regards

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

Re: make check error

Posted by Andy Levy <an...@gmail.com>.
On 6/21/07, Gustavo Schroeder <gu...@gmail.com> wrote:
> Hi
>
> Trying to build subversion-1.4.3 on a solaris10 box, while running
> 'make check' at the subversion source directory I get:
>
> At least one test FAILED, checking /usr/share/src/subversion-1.4.3/tests.log
> FAIL:  switch_tests.py 17: refresh the WC file system read-only attribute
> At least one test was SKIPPED, checking
> /usr/share/src/subversion-1.4.3/tests.log
> SKIP:  utf8_tests.py 1: conversion of paths and logs to/from utf8
> SKIP:  svnsync_tests.py 14: verify that unreadable content is not synced
> SKIP:  svnsync_tests.py 15: verify that copies from unreadable dirs work
> SKIP:  authz_tests.py 1: authz issue #2486 - open root
> SKIP:  authz_tests.py 2: authz issue #2486 - open directory
> SKIP:  authz_tests.py 3: broken authz files cause errors
> SKIP:  authz_tests.py 4: test authz for read operations
> SKIP:  authz_tests.py 5: test authz for write operations
> SKIP:  authz_tests.py 6: test authz for checkout
> SKIP:  authz_tests.py 7: test authz for log and tracing path changes
> SKIP:  authz_tests.py 8: test authz for checkout and update
> SKIP:  authz_tests.py 9: test authz for export with unreadable subfolder
> SKIP:  authz_tests.py 10: test the authz validation rules
>
> Any clue where I'm missing?
> regards

make check doesn't work if you run as root (are you running as root)?
Or at least this was the case in the past. I don't know if things have
changed in the last 6-12 months.

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