Re: locks-test fail when building subversion-1.10.0 from sources under Linux (Ubuntu 16)

2018-05-01 Thread Branko Čibej
On 01.05.2018 20:13, Juan Gabriel Covas wrote: > >   > >   > > Ok, my mistake. > >   > > >>> SUMMARY: All tests successful. > >   > > I got “success” for all the tests from “make check” command after > compiling svn from sources NOT using the root account. > >   > > First I tried to ensure the buil

RE: locks-test fail when building subversion-1.10.0 from sources under Linux (Ubuntu 16)

2018-05-01 Thread Juan Gabriel Covas
Ok, my mistake. >>> SUMMARY: All tests successful. I got “success” for all the tests from “make check” command after compiling svn from sources NOT using the root account. First I tried to ensure the build process was using the “apr” and “apr-util” compiled from the subversion-1.10 sources d

Re: locks-test fail when building subversion-1.10.0 from sources under Linux (Ubuntu 16)

2018-05-01 Thread Philip Martin
Juan Gabriel Covas writes: > Thanks for your input. > > # ./fs-test 14 > PASS: lt-fs-test 14: set/get txn props, commit, validate new rev props > >>Does it always fail? > > Always Pass when executed individually. Oops! I gave the wrong executable name. It should be ./locks-test 14 >>What

ApacheCon North America 2018 schedule is now live.

2018-05-01 Thread Rich Bowen
Dear Apache Enthusiast, We are pleased to announce our schedule for ApacheCon North America 2018. ApacheCon will be held September 23-27 at the Montreal Marriott Chateau Champlain in Montreal, Canada. Registration is open! The early bird rate of $575 lasts until July 21, at which time it goe

Re: locks-test fail when building subversion-1.10.0 from sources under Linux (Ubuntu 16)

2018-05-01 Thread Branko Čibej
On 01.05.2018 13:43, Juan Gabriel Covas wrote: > >   > > Thanks for your input. > >   > > >> Extract from fails.log: > > >> [[[ > > >> svn_tests: E26: Expected error but got SVN_NO_ERROR > > >> FAIL:  lt-locks-test 14: lock/unlock when 'write-lock' couldn't be > obtained > > >> ]]] > >   > > >T

RE: locks-test fail when building subversion-1.10.0 from sources under Linux (Ubuntu 16)

2018-05-01 Thread Juan Gabriel Covas
Thanks for your input. >> Extract from fails.log: >> [[[ >> svn_tests: E26: Expected error but got SVN_NO_ERROR >> FAIL: lt-locks-test 14: lock/unlock when 'write-lock' couldn't be obtained >> ]]] >That's odd. You can run just that one test: > cd subversion/tests/libsvn_fs > ./fs-test 14

Re: locks-test fail when building subversion-1.10.0 from sources under Linux (Ubuntu 16)

2018-05-01 Thread Philip Martin
Juan Gabriel Covas writes: > svn_tests: E26: Expected error but got SVN_NO_ERROR > FAIL: lt-locks-test 14: lock/unlock when 'write-lock' couldn't be obtained > PASS: lt-locks-test 15: lock parent and it's child > END: locks-test > ELAPSED: locks-test 0:00:03.594386 > > Extract from fails.lo

locks-test fail when building subversion-1.10.0 from sources under Linux (Ubuntu 16)

2018-05-01 Thread Juan Gabriel Covas
Hello, First time for me building subversion from sources (Linux). I’ve upgraded a server from 1.9 to 1.10 and things seem ok, but I have just one test from “make check” failing. I’m just wondering if it’s a problem or it may be ignored. Followed instructions at http://blog.ashodnakashian.co