Skip Menu |

This queue is for tickets about the Gtk2-Ex-Carp CPAN distribution.

Report information
The Basics
Id: 129425
Status: open
Priority: 0/
Queue: Gtk2-Ex-Carp

People
Owner: gbrown [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Fails without X display
See subject. Excerpt of test log: ... PERL_DL_NONLAZY=1 "/usr/perl5.18.4p/bin/perl5.18.4" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Gtk-WARNING **: cannot open display: at /home/cpansand/.cpan/build/2019050415/Gtk2-1.24992-0/blib/lib/Gtk2.pm line 168. t/use.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests ... Probably it's best to skip the test suite if there's no display available (e.g. like it's done in the Tk test suite).
Are you using this module or was this bug found by an automated test? Gtk2 is obsolete so I don't think fixing this bug is worth doing unless someone is still using it. On Sat May 04 03:03:58 2019, SREZIC wrote: Show quoted text
> See subject. Excerpt of test log: > > ... > PERL_DL_NONLAZY=1 "/usr/perl5.18.4p/bin/perl5.18.4" "- > MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef > *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" > t/*.t > Gtk-WARNING **: cannot open display: at > /home/cpansand/.cpan/build/2019050415/Gtk2-1.24992-0/blib/lib/Gtk2.pm > line 168. > t/use.t .. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/1 subtests > ... > > Probably it's best to skip the test suite if there's no display > available (e.g. like it's done in the Tk test suite).
On 2019-05-08 23:19:28, GBROWN wrote: Show quoted text
> Are you using this module or was this bug found by an automated test?
This problem was discovered by looking over fail reports of my smoker systems. Show quoted text
> Gtk2 is obsolete so I don't think fixing this bug is worth doing > unless someone is still using it.
This is news to me. I am aware that Gtk3 exists. But still CPAN modules get released with Gtk2 as a dependency, see https://metacpan.org/requires/distribution/Gtk2?sort=[[2,1]]&size=100 Regards, Slaven Show quoted text
> On Sat May 04 03:03:58 2019, SREZIC wrote:
> > See subject. Excerpt of test log: > > > > ... > > PERL_DL_NONLAZY=1 "/usr/perl5.18.4p/bin/perl5.18.4" "- > > MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef > > *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" > > t/*.t > > Gtk-WARNING **: cannot open display: at > > /home/cpansand/.cpan/build/2019050415/Gtk2-1.24992-0/blib/lib/Gtk2.pm > > line 168. > > t/use.t .. > > Dubious, test returned 1 (wstat 256, 0x100) > > Failed 1/1 subtests > > ... > > > > Probably it's best to skip the test suite if there's no display > > available (e.g. like it's done in the Tk test suite).