Skip Menu |

This queue is for tickets about the Spreadsheet-Read-Ingester CPAN distribution.

Report information
The Basics
Id: 128554
Status: resolved
Priority: 0/
Queue: Spreadsheet-Read-Ingester

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

Bug Information
Severity: (no value)
Broken in:
  • 0.001
  • 0.002
  • 0.004
Fixed in: (no value)



Subject: Parser for XLSX is not installed
On some of my smokers the test suite fails: ... # Running Spreadsheet::Read::Ingester tests # Failed test 'Can create new object' # at t/01-basic.t line 32. # died: Parser for XLSX is not installed at /home/cpansand/.cpan/build/2019021822/Spreadsheet-Read-Ingester-0.002-MtXaEN/blib/lib/Spreadsheet/Read/Ingester.pm line 32. # Failed test 'created parsed file' # at t/01-basic.t line 38. # got: '2' # expected: '3' Use of uninitialized value in subroutine entry at t/01-basic.t line 49. can't create /home/cpansand/.spreadsheet_read_ingester/: Ist ein Verzeichnis at t/01-basic.t line 52. # Looks like you planned 7 tests but ran 2. # Looks like you failed 2 tests of 2 run. # Looks like your test exited with 21 just after 2. t/01-basic.t ... Dubious, test returned 21 (wstat 5376, 0x1500) Failed 7/7 subtests ...
Subject: Re: [rt.cpan.org #128554] Parser for XLSX is not installed
Date: Tue, 19 Feb 2019 05:55:11 -0500
To: bug-Spreadsheet-Read-Ingester [...] rt.cpan.org
From: Steve Dondley <s [...] dondley.com>
Thanks. Made a new release. On Tue, Feb 19, 2019 at 1:54 AM Slaven_Rezic via RT < bug-Spreadsheet-Read-Ingester@rt.cpan.org> wrote: Show quoted text
> Tue Feb 19 01:44:03 2019: Request 128554 was acted upon. > Transaction: Ticket created by SREZIC > Queue: Spreadsheet-Read-Ingester > Subject: Parser for XLSX is not installed > Broken in: 0.001, 0.002 > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=128554 > > > > On some of my smokers the test suite fails: > > ... > # Running Spreadsheet::Read::Ingester tests > > # Failed test 'Can create new object' > # at t/01-basic.t line 32. > # died: Parser for XLSX is not installed at > /home/cpansand/.cpan/build/2019021822/Spreadsheet-Read-Ingester-0.002-MtXaEN/blib/lib/Spreadsheet/Read/Ingester.pm > line 32. > > # Failed test 'created parsed file' > # at t/01-basic.t line 38. > # got: '2' > # expected: '3' > Use of uninitialized value in subroutine entry at t/01-basic.t line 49. > can't create /home/cpansand/.spreadsheet_read_ingester/: Ist ein > Verzeichnis at t/01-basic.t line 52. > # Looks like you planned 7 tests but ran 2. > # Looks like you failed 2 tests of 2 run. > # Looks like your test exited with 21 just after 2. > t/01-basic.t ... > Dubious, test returned 21 (wstat 5376, 0x1500) > Failed 7/7 subtests > ... >
-- Prometheus Labor Communications, Inc. http://prometheuslabor.com 413-572-1300 Communicate or Die: American Labor Unions and the Internet http://communicateordie.com
RT-Send-CC: s [...] dondley.com
On 2019-02-19 05:55:33, s@dondley.com wrote: Show quoted text
> Thanks. Made a new release. > > On Tue, Feb 19, 2019 at 1:54 AM Slaven_Rezic via RT < > bug-Spreadsheet-Read-Ingester@rt.cpan.org> wrote: >
> > Tue Feb 19 01:44:03 2019: Request 128554 was acted upon. > > Transaction: Ticket created by SREZIC > > Queue: Spreadsheet-Read-Ingester > > Subject: Parser for XLSX is not installed > > Broken in: 0.001, 0.002 > > Severity: (no value) > > Owner: Nobody > > Requestors: SREZIC@cpan.org > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=128554 > > > > > > > On some of my smokers the test suite fails: > > > > ... > > # Running Spreadsheet::Read::Ingester tests > > > > # Failed test 'Can create new object' > > # at t/01-basic.t line 32. > > # died: Parser for XLSX is not installed at > > /home/cpansand/.cpan/build/2019021822/Spreadsheet-Read-Ingester- > > 0.002-MtXaEN/blib/lib/Spreadsheet/Read/Ingester.pm > > line 32. > > > > # Failed test 'created parsed file' > > # at t/01-basic.t line 38. > > # got: '2' > > # expected: '3' > > Use of uninitialized value in subroutine entry at t/01-basic.t line > > 49. > > can't create /home/cpansand/.spreadsheet_read_ingester/: Ist ein > > Verzeichnis at t/01-basic.t line 52. > > # Looks like you planned 7 tests but ran 2. > > # Looks like you failed 2 tests of 2 run. > > # Looks like your test exited with 21 just after 2. > > t/01-basic.t ... > > Dubious, test returned 21 (wstat 5376, 0x1500) > > Failed 7/7 subtests > > ... > >
With 0.004 there are similar failures, now with CSV: ... # Running Spreadsheet::Read::Ingester tests # Failed test 'Can create new object' # at t/01-basic.t line 32. # died: CSV parser not installed at /usr/home/cpansand/.cpan/build/2019021912/Spreadsheet-Read-Ingester-0.004-2/blib/lib/Spreadsheet/Read/Ingester.pm line 32. # Failed test 'created parsed file' # at t/01-basic.t line 38. # got: '2' # expected: '3' Use of uninitialized value in subroutine entry at t/01-basic.t line 49. can't create /home/cpansand/.spreadsheet_read_ingester/: Is a directory at t/01-basic.t line 52. # Looks like your test exited with 21 just after 2. t/01-basic.t ... Dubious, test returned 21 (wstat 5376, 0x1500) Failed 7/7 subtests ...
Subject: Re: [rt.cpan.org #128554] Parser for XLSX is not installed
Date: Tue, 19 Feb 2019 14:43:29 -0500
To: bug-Spreadsheet-Read-Ingester [...] rt.cpan.org
From: Steve Dondley <s [...] dondley.com>
Ugh. OK. Thanks. Jeez, this simple is a bigger headache than I thought it would be. On Tue, Feb 19, 2019 at 1:47 PM Slaven_Rezic via RT < bug-Spreadsheet-Read-Ingester@rt.cpan.org> wrote: Show quoted text
> Queue: Spreadsheet-Read-Ingester > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=128554 > > > On 2019-02-19 05:55:33, s@dondley.com wrote:
> > Thanks. Made a new release. > > > > On Tue, Feb 19, 2019 at 1:54 AM Slaven_Rezic via RT < > > bug-Spreadsheet-Read-Ingester@rt.cpan.org> wrote: > >
> > > Tue Feb 19 01:44:03 2019: Request 128554 was acted upon. > > > Transaction: Ticket created by SREZIC > > > Queue: Spreadsheet-Read-Ingester > > > Subject: Parser for XLSX is not installed > > > Broken in: 0.001, 0.002 > > > Severity: (no value) > > > Owner: Nobody > > > Requestors: SREZIC@cpan.org > > > Status: new > > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=128554 > > > > > > > > > > On some of my smokers the test suite fails: > > > > > > ... > > > # Running Spreadsheet::Read::Ingester tests > > > > > > # Failed test 'Can create new object' > > > # at t/01-basic.t line 32. > > > # died: Parser for XLSX is not installed at > > > /home/cpansand/.cpan/build/2019021822/Spreadsheet-Read-Ingester- > > > 0.002-MtXaEN/blib/lib/Spreadsheet/Read/Ingester.pm > > > line 32. > > > > > > # Failed test 'created parsed file' > > > # at t/01-basic.t line 38. > > > # got: '2' > > > # expected: '3' > > > Use of uninitialized value in subroutine entry at t/01-basic.t line > > > 49. > > > can't create /home/cpansand/.spreadsheet_read_ingester/: Ist ein > > > Verzeichnis at t/01-basic.t line 52. > > > # Looks like you planned 7 tests but ran 2. > > > # Looks like you failed 2 tests of 2 run. > > > # Looks like your test exited with 21 just after 2. > > > t/01-basic.t ... > > > Dubious, test returned 21 (wstat 5376, 0x1500) > > > Failed 7/7 subtests > > > ... > > >
> > With 0.004 there are similar failures, now with CSV: > > ... > # Running Spreadsheet::Read::Ingester tests > > # Failed test 'Can create new object' > # at t/01-basic.t line 32. > # died: CSV parser not installed at > /usr/home/cpansand/.cpan/build/2019021912/Spreadsheet-Read-Ingester-0.004-2/blib/lib/Spreadsheet/Read/Ingester.pm > line 32. > > # Failed test 'created parsed file' > # at t/01-basic.t line 38. > # got: '2' > # expected: '3' > Use of uninitialized value in subroutine entry at t/01-basic.t line 49. > can't create /home/cpansand/.spreadsheet_read_ingester/: Is a directory at > t/01-basic.t line 52. > # Looks like your test exited with 21 just after 2. > t/01-basic.t ... > Dubious, test returned 21 (wstat 5376, 0x1500) > Failed 7/7 subtests > ... >
-- Prometheus Labor Communications, Inc. http://prometheuslabor.com 413-572-1300 Communicate or Die: American Labor Unions and the Internet http://communicateordie.com
RT-Send-CC: s [...] dondley.com
0.006 looks much better. Now it fails only for perl 5.8.x --- probably you have to set the perl minimum version to 5.010, or fix the incompatibility problem. Resolving this issue. On 2019-02-19 14:43:52, s@dondley.com wrote: Show quoted text
> Ugh. OK. Thanks. Jeez, this simple is a bigger headache than I thought > it > would be. > > On Tue, Feb 19, 2019 at 1:47 PM Slaven_Rezic via RT < > bug-Spreadsheet-Read-Ingester@rt.cpan.org> wrote: >
> > Queue: Spreadsheet-Read-Ingester > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=128554 > > > > > On 2019-02-19 05:55:33, s@dondley.com wrote:
> > > Thanks. Made a new release. > > > > > > On Tue, Feb 19, 2019 at 1:54 AM Slaven_Rezic via RT < > > > bug-Spreadsheet-Read-Ingester@rt.cpan.org> wrote: > > >
> > > > Tue Feb 19 01:44:03 2019: Request 128554 was acted upon. > > > > Transaction: Ticket created by SREZIC > > > > Queue: Spreadsheet-Read-Ingester > > > > Subject: Parser for XLSX is not installed > > > > Broken in: 0.001, 0.002 > > > > Severity: (no value) > > > > Owner: Nobody > > > > Requestors: SREZIC@cpan.org > > > > Status: new > > > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=128554 > > > > > > > > > > > > > On some of my smokers the test suite fails: > > > > > > > > ... > > > > # Running Spreadsheet::Read::Ingester tests > > > > > > > > # Failed test 'Can create new object' > > > > # at t/01-basic.t line 32. > > > > # died: Parser for XLSX is not installed at > > > > /home/cpansand/.cpan/build/2019021822/Spreadsheet-Read-Ingester- > > > > 0.002-MtXaEN/blib/lib/Spreadsheet/Read/Ingester.pm > > > > line 32. > > > > > > > > # Failed test 'created parsed file' > > > > # at t/01-basic.t line 38. > > > > # got: '2' > > > > # expected: '3' > > > > Use of uninitialized value in subroutine entry at t/01-basic.t > > > > line > > > > 49. > > > > can't create /home/cpansand/.spreadsheet_read_ingester/: Ist ein > > > > Verzeichnis at t/01-basic.t line 52. > > > > # Looks like you planned 7 tests but ran 2. > > > > # Looks like you failed 2 tests of 2 run. > > > > # Looks like your test exited with 21 just after 2. > > > > t/01-basic.t ... > > > > Dubious, test returned 21 (wstat 5376, 0x1500) > > > > Failed 7/7 subtests > > > > ... > > > >
> > > > With 0.004 there are similar failures, now with CSV: > > > > ... > > # Running Spreadsheet::Read::Ingester tests > > > > # Failed test 'Can create new object' > > # at t/01-basic.t line 32. > > # died: CSV parser not installed at > > /usr/home/cpansand/.cpan/build/2019021912/Spreadsheet-Read-Ingester- > > 0.004-2/blib/lib/Spreadsheet/Read/Ingester.pm > > line 32. > > > > # Failed test 'created parsed file' > > # at t/01-basic.t line 38. > > # got: '2' > > # expected: '3' > > Use of uninitialized value in subroutine entry at t/01-basic.t line > > 49. > > can't create /home/cpansand/.spreadsheet_read_ingester/: Is a > > directory at > > t/01-basic.t line 52. > > # Looks like your test exited with 21 just after 2. > > t/01-basic.t ... > > Dubious, test returned 21 (wstat 5376, 0x1500) > > Failed 7/7 subtests > > ... > >