Skip Menu |

This queue is for tickets about the Gtk2 CPAN distribution.

Report information
The Basics
Id: 50190
Status: resolved
Priority: 0/
Queue: Gtk2

People
Owner: Nobody in particular
Requestors: salvatore.bonaccorso [...] gmail.com
Cc:
AdminCc:

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



Subject: FTBFS: Failures in GtkPrintSettings test
Hi I'm forwarding a bugreport reported in Debian BTS [1]. [1] http://bugs.debian.org/549465 ---(snip)------------------------------------------------ Package: libgtk2-perl Version: 1:1.221-3 Severity: serious From my pbuilder build log: ... debian/rules override_dh_auto_test make[1]: Entering directory `/tmp/buildd/libgtk2-perl-1.221' GTK_IM_MODULE= xvfb-run -s -noreset dh_auto_test make[2]: Entering directory `/tmp/buildd/libgtk2-perl-1.221' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00.Gtk2..........................# Testing Gtk2 1.221 # Running against gtk+ 2.18.1 # Compiled against gtk+ 2.18.1 # and pango 1.26.0 Xlib: extension "RANDR" missing on display ":99.0". ok ... t/GtkPrintSettings.................Xlib: extension "RANDR" missing on display ":99.0". # Failed test at t/GtkPrintSettings.t line 121. # got: '150' # expected: '0' # Failed test at t/GtkPrintSettings.t line 125. # got: '300' # expected: '0' # Failed test at t/GtkPrintSettings.t line 126. # got: '300' # expected: '0' # Looks like you failed 3 tests of 26. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 21, 23-24 Failed 3/26 tests, 88.46% okay ... t/version-checks...................ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/GtkPrintSettings.t 3 768 26 3 21 23-24 4 tests and 108 subtests skipped. Failed 1/217 test scripts. 3/4705 subtests failed. Files=217, Tests=4705, 20 wallclock secs (16.08 cusr + 2.37 csys = 18.45 CPU) Failed 1/217 test programs. 3/4705 subtests failed. make[2]: *** [test_dynamic] Error 255 make[2]: Leaving directory `/tmp/buildd/libgtk2-perl-1.221' dh_auto_test: make returned exit code 2 make[1]: *** [override_dh_auto_test] Error 1 make[1]: Leaving directory `/tmp/buildd/libgtk2-perl-1.221' make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 --------------------------------------------------------- Any idea what we are missing, what is 'broken'? Bests Salvatore
On Sun Oct 04 08:26:21 2009, https://launchpad.net/~carnil wrote: Show quoted text
> t/GtkPrintSettings.................Xlib: extension "RANDR" missing on > display ":99.0". > > # Failed test at t/GtkPrintSettings.t line 121. > # got: '150' > # expected: '0' > > # Failed test at t/GtkPrintSettings.t line 125. > # got: '300' > # expected: '0' > > # Failed test at t/GtkPrintSettings.t line 126. > # got: '300' > # expected: '0'
These are due to bad assumptions in the test itself. Fixed in git: <http://git.gnome.org/browse/perl-Gtk2/commit/?id=07fc971d35>. Thanks for the report.