Skip Menu |

This queue is for tickets about the Graph-Writer-DSM CPAN distribution.

Report information
The Basics
Id: 116589
Status: resolved
Priority: 0/
Queue: Graph-Writer-DSM

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

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



From: gregoa [...] cpan.org
Subject: libgraph-writer-dsm-perl: FTBFS: Tests failures
We have the following bug reported to the Debian package of Graph-Writer-DSM (https://bugs.debian.org/832862): It doesn't seem to be a bug in the packaging, so you may want to take a look. Thanks! My hunch hints to "removal of . from @INC" in combination with use base ... ------8<-----------8<-----------8<-----------8<-----------8<----- Source: libgraph-writer-dsm-perl Version: 0.006-1 Severity: serious Tags: stretch sid User: debian-qa@lists.debian.org Usertags: qa-ftbfs-20160728 qa-ftbfs Justification: FTBFS on amd64 Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): Show quoted text
> Dubious, test returned 255 (wstat 65280, 0xff00) > No subtests run > > Test Summary Report > ------------------- > t/Graph/Writer/DSM.t (Wstat: 65280 Tests: 0 Failed: 0) > Non-zero exit status: 255 > Parse errors: No plan found in TAP output > t/Graph/Writer/DSM/HTML.t (Wstat: 65280 Tests: 0 Failed: 0) > Non-zero exit status: 255 > Parse errors: No plan found in TAP output > Files=2, Tests=0, 0 wallclock secs ( 0.01 usr + 0.01 sys = 0.02 CPU) > Result: FAIL > Failed 2/2 test programs. 0/0 subtests failed. > make[1]: *** [test_dynamic] Error 255 > Makefile:845: recipe for target 'test_dynamic' failed
The full build log is available from: http://people.debian.org/~lucas/logs/2016/07/28/libgraph-writer-dsm-perl_0.006-1_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures. ------8<-----------8<-----------8<-----------8<-----------8<----- Thanks for considering, gregor herrmann, Debian Perl Group
Here's a patch.
Subject: parent-not-base.patch
Description: use parent.pm instead of base.pm The later has issues in the aftermath of the .-in-@INC security issue. Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=116589 Bug-Debian: https://bugs.debian.org/832862 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=116589 Author: gregor herrmann <gregoa@debian.org> Last-Update: 2016-08-18 --- a/t/Graph/Writer/DSM.t +++ b/t/Graph/Writer/DSM.t @@ -1,5 +1,5 @@ package Test::Graph::Writer::DSM; -use base qw(t::Graph::Writer::DSM::Test); +use parent qw(t::Graph::Writer::DSM::Test); use Test::Most 'no_plan'; use Test::File; use Graph; --- a/t/Graph/Writer/DSM/HTML.t +++ b/t/Graph/Writer/DSM/HTML.t @@ -1,5 +1,5 @@ package Test::Graph::Writer::DSM::HTML; -use base qw(t::Graph::Writer::DSM::Test); +use parent qw(t::Graph::Writer::DSM::Test); use Test::Most 'no_plan'; use Test::File; use Graph;
Subject: Re: [rt.cpan.org #116589] libgraph-writer-dsm-perl: FTBFS: Tests failures
Date: Sat, 20 Aug 2016 00:33:16 +0200
To: Joenio Costa via RT <bug-Graph-Writer-DSM [...] rt.cpan.org>
From: gregor herrmann <gregoa [...] debian.org>
On Fri, 19 Aug 2016 12:06:13 -0400, Joenio Costa via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=116589 > > > done in 0.007 (I'm uploading to CPAN right now)!
Thanks! And uploaded to Debian :) Cheers, gregor -- .''`. Homepage https://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - https://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Trio Infernal: Austrian Lullaby
Download signature.asc
application/pgp-signature 949b

Message body not shown because it is not plain text.