Skip Menu |

This queue is for tickets about the CatalystX-VCS-Lookup CPAN distribution.

Report information
The Basics
Id: 113177
Status: resolved
Priority: 0/
Queue: CatalystX-VCS-Lookup

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.01
Fixed in: 0.04



Subject: Tests fail with recent svn
See subject. A sample report: http://www.cpantesters.org/cpan/report/d89b142e-8b13-11e5-9512-8049d0a11fa4 I can reproduce it with svn 1.8.10.
On 2016-03-19 08:14:35, SREZIC wrote: Show quoted text
> See subject. A sample report: > http://www.cpantesters.org/cpan/report/d89b142e-8b13-11e5-9512- > 8049d0a11fa4 > > I can reproduce it with svn 1.8.10.
It still works with svn as found in Debian/wheezy (oldstable), which has svn 1.6.17. It fails on freebsd systems (svn 1.8.14) and Debian/jessie (stable; svn 1.8.10).
Just has been fixed at 0.02, please let me know the result.
On 2016-03-21 09:02:24, LONERR wrote: Show quoted text
> Just has been fixed at 0.02, please let me know the result.
Now it seems to be the other way around: it passes with newer svn and fails with older svn. On a debian/wheezy system: svn: The path '/tmpfs/.cpan-build-cpansand/2016032112/CatalystX-VCS-Lookup-0.02-YeCF_L/t/svn' appears to be part of a Subversion 1.7 or greater working copy. Please upgrade your Subversion client to use this working copy. [warn] VCS::Lookup is unable to fetch SVN info # Failed test 'revision' # at t/12-svn.t line 29. # got: '' # expected: '5' # Looks like you failed 1 test of 3. t/12-svn.t ... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/3 subtests
Just have made a support for Subversion pre-1.7, please try.
On 2016-03-22 07:13:03, LONERR wrote: Show quoted text
> Just have made a support for Subversion pre-1.7, please try.
Now it fails on my freebsd systems: Use of uninitialized value $ver in numeric lt (<) at t/12-svn.t line 17. svn: E155036: Die Arbeitskopie in »/usr/home/eserte/.cpan/build/2016032212/CatalystX-VCS-Lookup-0.03-EeChQy/t/svn« ist zu alt (Format 10) für die Verwendung mit der Version »1.8.13 (r1667537)« (erwartet Format 31). Sie müssen die Arbeitskopie zuerst in ein neues Format bringen. [warn] VCS::Lookup is unable to fetch SVN info # Failed test 'revision' # at t/12-svn.t line 30. # got: '' # expected: '5' # Looks like you failed 1 test of 3. t/12-svn.t ... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/3 subtests
On 2016-03-22 14:08:01, SREZIC wrote: Show quoted text
> On 2016-03-22 07:13:03, LONERR wrote:
> > Just have made a support for Subversion pre-1.7, please try.
> > Now it fails on my freebsd systems: > > Use of uninitialized value $ver in numeric lt (<) at t/12-svn.t line > 17. > svn: E155036: Die Arbeitskopie in > »/usr/home/eserte/.cpan/build/2016032212/CatalystX-VCS-Lookup-0.03- > EeChQy/t/svn« > ist zu alt (Format 10) für die Verwendung mit der Version »1.8.13 > (r1667537)« (erwartet Format 31). Sie müssen die Arbeitskopie zuerst > in ein neues Format bringen. > > [warn] VCS::Lookup is unable to fetch SVN info > > # Failed test 'revision' > # at t/12-svn.t line 30. > # got: '' > # expected: '5' > # Looks like you failed 1 test of 3. > t/12-svn.t ... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/3 subtests
It could be a locale problem: with a German locale (LC_ALL=de_DE.UTF-8 or so) tests are failing, and with an English locale everything's fine.
On 2016-03-22 14:13:40, SREZIC wrote: Show quoted text
> On 2016-03-22 14:08:01, SREZIC wrote:
> > On 2016-03-22 07:13:03, LONERR wrote:
> > > Just have made a support for Subversion pre-1.7, please try.
> > > > Now it fails on my freebsd systems: > > > > Use of uninitialized value $ver in numeric lt (<) at t/12-svn.t line > > 17. > > svn: E155036: Die Arbeitskopie in > > »/usr/home/eserte/.cpan/build/2016032212/CatalystX-VCS-Lookup-0.03- > > EeChQy/t/svn« > > ist zu alt (Format 10) für die Verwendung mit der Version »1.8.13 > > (r1667537)« (erwartet Format 31). Sie müssen die Arbeitskopie zuerst > > in ein neues Format bringen. > > > > [warn] VCS::Lookup is unable to fetch SVN info > > > > # Failed test 'revision' > > # at t/12-svn.t line 30. > > # got: '' > > # expected: '5' > > # Looks like you failed 1 test of 3. > > t/12-svn.t ... > > Dubious, test returned 1 (wstat 256, 0x100) > > Failed 1/3 subtests
> > It could be a locale problem: with a German locale (LC_ALL=de_DE.UTF-8 > or so) tests are failing, and with an English locale everything's > fine.
Yes, same problem on my debian/jessie system if a German locale is in effect.
I've got it. Please try the 0.04
On 2016-03-23 03:09:15, LONERR wrote: Show quoted text
> I've got it. Please try the 0.04
Yes, all green now: http://matrix.cpantesters.org/?dist=CatalystX-VCS-Lookup+0.04