Skip Menu |

This queue is for tickets about the Gtk2 CPAN distribution.

Report information
The Basics
Id: 49831
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 due t/GtkTreeView.t test
Hi! I'm forwarding a bugreport reported in Debian: http://bugs.debian.org/545616 ---(snip)--- Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part: Show quoted text
> [...] > t/GtkTreeDnd.......................ok > t/GtkTreeModel.....................ok > t/GtkTreeModelFilter...............ok > t/GtkTreeModelIface................ok > t/GtkTreeModelSort.................ok > t/GtkTreeSelection.................Xlib: extension "RANDR" missing on
display ":99.0". Show quoted text
> ok > t/GtkTreeSortable..................ok > t/GtkTreeStore.....................ok > t/GtkTreeView-Dnd..................skipped > all skipped: this test is interactive > t/GtkTreeView......................Xlib: extension "RANDR" missing on
display ":99.0". Show quoted text
> Can't call method "to_string" on an undefined value at t/GtkTreeView.t
line 233. Show quoted text
> # Looks like you planned 123 tests but only ran 41. > # Looks like your test died just after 41. > dubious > Test returned status 255 (wstat 65280, 0xff00) > DIED. FAILED tests 42-123 > Failed 82/123 tests, 33.33% okay > t/GtkUIManager.....................Xlib: extension "RANDR" missing on
display ":99.0". Show quoted text
> ok > t/GtkVBox..........................ok > t/GtkVButtonBox....................ok > t/GtkViewport......................ok > t/GtkVolumeButton..................Xlib: extension "RANDR" missing on
display ":99.0". Show quoted text
> ok > t/GtkVPaned........................ok > t/GtkVRuler........................ok > t/GtkVScale........................Xlib: extension "RANDR" missing on
display ":99.0". Show quoted text
> ok > t/GtkVScrollbar....................ok > t/GtkVSeparator....................ok > t/GtkWidget........................Xlib: extension "RANDR" missing on
display ":99.0". Show quoted text
> ok > t/pango-compat.....................Xlib: extension "RANDR" missing on
display ":99.0". Show quoted text
> ok > t/PangoAttributes..................Xlib: extension "RANDR" missing on
display ":99.0". Show quoted text
> ok > t/PangoCairo.......................ok > t/PangoContext.....................Xlib: extension "RANDR" missing on
display ":99.0". Show quoted text
> ok > t/PangoFont........................Xlib: extension "RANDR" missing on
display ":99.0". Show quoted text
> ok > t/PangoFontMap.....................Xlib: extension "RANDR" missing on
display ":99.0". Show quoted text
> ok > t/PangoFontset.....................Xlib: extension "RANDR" missing on
display ":99.0". Show quoted text
> ok > t/PangoGravity.....................ok > t/PangoLayout......................Xlib: extension "RANDR" missing on
display ":99.0". Show quoted text
> ok > t/PangoMatrix......................ok > t/PangoRenderer....................Xlib: extension "RANDR" missing on
display ":99.0". Show quoted text
> ok > t/PangoScript......................Xlib: extension "RANDR" missing on
display ":99.0". Show quoted text
> ok > t/PangoTabs........................ok > t/PangoTypes.......................ok > t/set-scroll-adjustments-signal....Xlib: extension "RANDR" missing on
display ":99.0". Show quoted text
> ok > t/version-checks...................ok > Failed Test Stat Wstat Total Fail List of Failed >
------------------------------------------------------------------------------- Show quoted text
> t/GtkTreeView.t 255 65280 123 164 42-123 > 4 tests and 105 subtests skipped. > Failed 1/217 test scripts. 82/4705 subtests failed. > Files=217, Tests=4705, 31 wallclock secs (13.38 cusr + 2.66 csys =
16.04 CPU) Show quoted text
> Failed 1/217 test programs. 82/4705 subtests failed. > make[2]: *** [test_dynamic] Error 255
---(snap)--- http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=22;filename=gtktreeview_expand;att=1;bug=545616 Would it be possible to integrate that in the next upload (if you agree with the patch)? Bests Salvatore Kristian Rietveld and Daniel Leidert prepared a patch:
I'm sorry the message screwed a bit up ... here is the last part again: Show quoted text
> Kristian Rietveld and Daniel Leidert prepared a patch: > http://bugs.debian.org/cgi- > bin/bugreport.cgi?msg=22;filename=gtktreeview_expand;att=1;bug=545616 > > Would it be possible to integrate that in the next upload (if you > agree > with the patch)?
Bests Salvatore
On Sat Sep 19 03:28:33 2009, https://launchpad.net/~carnil wrote: Show quoted text
> I'm forwarding a bugreport reported in Debian: > http://bugs.debian.org/545616
I just committed your patch to git: <http://git.gnome.org/browse/perl-Gtk2/commit/?id=937cb014>. I had already applied another patch to fix this issue, but your patch is better. Thanks for tracking this down.