Am 06.02.2020 um 18:53 schrieb David Rothenberger:
On 2/3/2020 12:11 PM, Achim Gratz wrote:
I have done another update of my private Perl repository over the
weekend.  While not all maintainers will immediately be ready with their
updates due to external circumstances, I'd like to release the new Perl
version at the end of this week or maybe over the weekend.

I had a family emergency that required me to leave town unexpectedly,
but I hope to update the subversion-perl next week.

Regards,
David


I built subversion for X86_64 with new perl and for what I see the only tests that are failing are due to some misalignement between expected
location of needed files

svn_tests: E000002: Can't open file '/cygdrive/d/cyg_pub/devel/subversion/subversion-1.13.0-2.x86_64/src/subversion-1.13.0/subversion/tests/zlib.deflated': No such file or directory
FAIL:  checksum-test 4: zlib expansion test (zlib regression)

but

$ find subversion-1.13.0-2.x86_64/ -name zlib.deflated
subversion-1.13.0-2.x86_64/origsrc/subversion-1.13.0/subversion/tests/libsvn_subr/zlib.deflated
subversion-1.13.0-2.x86_64/src/subversion-1.13.0/subversion/tests/libsvn_subr/zlib.deflated

similar

START: config-test.exe
svn_tests: E000002: Can't open file '/cygdrive/d/cyg_pub/devel/subversion/subversion-1.13.0-2.x86_64/src/subversion-1.13.0/subversion/tests/config-test.cfg': No such file or directory

but

$ find subversion-1.13.0-2.x86_64/ -name config-test.cfg
subversion-1.13.0-2.x86_64/origsrc/subversion-1.13.0/subversion/tests/libsvn_subr/config-test.cfg
subversion-1.13.0-2.x86_64/src/subversion-1.13.0/subversion/tests/libsvn_subr/config-test.cfg

I will look later on this issues

Regards
Marco


Reply via email to