Re: Source Code Build Errors?

2021-02-17 Thread Daniel Shahaf
Alan Fry wrote on Tue, Feb 16, 2021 at 20:16:34 -0500: > On Tue, Feb 16, 2021 at 7:32 PM Alan Fry wrote: > > FAIL: commit_tests.py 48: set revision props during remote property edit > > FAIL: prop_tests.py 1: write/read props in wc only (ps, pl, pdel, pe) > > FAIL: prop_tests.py 16: property

Re: Source Code Build Errors?

2021-02-17 Thread Daniel Shahaf
Alan Fry wrote on Tue, Feb 16, 2021 at 19:32:24 -0500: > On Mon, Feb 15, 2021 at 1:38 PM Daniel Shahaf > wrote: > > > Alan Fry wrote on Mon, Feb 08, 2021 at 18:34:01 -0500: > > > It seems that, in my case in subversion/tests/libsvn_fs/locks-test.c > > (line > > > 1134), the test expects an

Re: Source Code Build Errors?

2021-02-16 Thread Alan Fry
I was missing a link that patched up 'python' to python3. Seems I have a successful build: XFAIL: wc_tests.py 6: add file with not-parent symlink Summary of test results: 2521 tests PASSED 161 tests SKIPPED 80 tests XFAILED (17 WORK-IN-PROGRESS) Python version: 3.8.5. SUMMARY: All tests

Re: Source Code Build Errors?

2021-02-16 Thread Alan Fry
On Mon, Feb 15, 2021 at 1:38 PM Daniel Shahaf wrote: > Alan Fry wrote on Mon, Feb 08, 2021 at 18:34:01 -0500: > > It seems that, in my case in subversion/tests/libsvn_fs/locks-test.c > (line > > 1134), the test expects an error, however it succeeds. Again, I'm not a > > linux person, so I spent

Re: Source Code Build Errors?

2021-02-15 Thread Daniel Shahaf
Alan Fry wrote on Mon, Feb 08, 2021 at 18:34:01 -0500: > It seems that, in my case in subversion/tests/libsvn_fs/locks-test.c (line > 1134), the test expects an error, however it succeeds. Again, I'm not a > linux person, so I spent an hour trying to figure out what executable is > actually

Re: Source Code Build Errors?

2021-02-08 Thread Alan Fry
Trying to start back up now that work has slowed a bit. I rebuilt everything and (understandably) ended up with the same result. Is there anyone that knows the tests? It seems that, in my case in subversion/tests/libsvn_fs/locks-test.c (line 1134), the test expects an error, however it

Re: Source Code Build Errors?

2020-12-01 Thread Daniel Shahaf
Alan Fry wrote on Tue, 01 Dec 2020 03:02 +00:00: > On Mon, Nov 30, 2020 at 9:15 PM Alan Fry wrote: > > After some digging and using the references from this group, I'm down to > > just one error in the fails file (below). I'm still digging into this. > > Does anyone have hints on where / what

Re: Source Code Build Errors?

2020-11-30 Thread Alan Fry
This is an interesting fault. The test is to lock paths and generate an error. In my build, it fails... because the svn_fs_lock_many call returns success. /* Trying to lock some paths. We don't really care about error; the test shouldn't crash. */ target =

Re: Source Code Build Errors?

2020-11-30 Thread Alan Fry
Thanks for all who are helping. After some digging and using the references from this group, I'm down to just one error in the fails file (below). I'm still digging into this. Does anyone have hints on where / what library might cause this one to fault? Since this is clearly a low level call,

Re: Source Code Build Errors?

2020-11-28 Thread Alan Fry
Thanks for the information. I'll give this a shot. On Wed, Nov 25, 2020 at 10:00 AM Daniel Sahlberg < daniel.l.sahlb...@gmail.com> wrote: > Den tis 24 nov. 2020 kl 19:06 skrev Alan Fry : > >> Having some time finally to work on building SVN (thanks all who helped >> me get this far), I setup a

Re: Source Code Build Errors?

2020-11-26 Thread Adam Humpherys
it working last. https://gist.github.com/ahwm/47dca1ae4290094a539d5dcc30338fb9 From: Alan Fry Sent: Thursday, November 26, 2020 17:47 To: Branko Čibej Cc: Subversion Developers Subject: Re: Source Code Build Errors? Excellent, thank you. So the target is &quo

Re: Source Code Build Errors?

2020-11-26 Thread Alan Fry
Excellent, thank you. So the target is "all tests succeeded". And thank you, I'll dive into the tests.log file. I'm sure the errors are due to the build that I'm trying, not actual faults in the code. On Tue, Nov 24, 2020 at 1:45 PM Branko Čibej wrote: > On 24.11.2020 19:05, Alan Fry wrote:

Re: Source Code Build Errors?

2020-11-25 Thread Daniel Sahlberg
Den tis 24 nov. 2020 kl 19:06 skrev Alan Fry : > Having some time finally to work on building SVN (thanks all who helped me > get this far), I setup a VM with Ubuntu. (Also setup a Windows 10 machine > w/ Visual studio, but have not started on that effort yet). > As for building on Windows, I

Re: Source Code Build Errors?

2020-11-24 Thread Daniel Shahaf
Branko Čibej wrote on Tue, 24 Nov 2020 18:44 +00:00: > On 24.11.2020 19:05, Alan Fry wrote: > > Having some time finally to work on building SVN (thanks all who > > helped me get this far), I setup a VM with Ubuntu.  (Also setup a > > Windows 10 machine w/ Visual studio, but have not started on

Re: Source Code Build Errors?

2020-11-24 Thread Branko Čibej
On 24.11.2020 19:05, Alan Fry wrote: Having some time finally to work on building SVN (thanks all who helped me get this far), I setup a VM with Ubuntu.  (Also setup a Windows 10 machine w/ Visual studio, but have not started on that effort yet). Knowing little about linux, I managed to get

Source Code Build Errors?

2020-11-24 Thread Alan Fry
Having some time finally to work on building SVN (thanks all who helped me get this far), I setup a VM with Ubuntu. (Also setup a Windows 10 machine w/ Visual studio, but have not started on that effort yet). Knowing little about linux, I managed to get this far, the results of make checks Last