After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 727085 - t/GtkSocket-GtkPlug.t sometimes times out on Debian/kFreeBSD
t/GtkSocket-GtkPlug.t sometimes times out on Debian/kFreeBSD
Status: RESOLVED FIXED
Product: gnome-perl
Classification: Bindings
Component: Gtk2
unspecified
Other FreeBSD
: Normal normal
: ---
Assigned To: gtk2-perl-bugs
gtk2-perl-bugs
Depends on:
Blocks:
 
 
Reported: 2014-03-26 12:17 UTC by intrigeri
Modified: 2014-05-30 10:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description intrigeri 2014-03-26 12:17:52 UTC
Hi,

since early 2012 (1.242), the libgtk2-perl package build on Debian/kFreeBSD (both 32-bit and 64-bit) sometimes fails.

The end of the failed build log always is:

t/GtkSimpleMenu.t .................. ok
t/GtkSizeGroup.t ................... ok
Xlib:  extension "RANDR" missing on display ":99".
Xlib:  extension "RANDR" missing on display ":99".
E: Caught signal ‘Terminated’: terminating immediately
make: *** [build-arch] Terminated
make[2]: *** [test_dynamic] Terminated
make[1]: *** [override_dh_auto_test] Terminated
Build killed with signal TERM after 150 minutes of inactivity

... so I'm inclined to believe that t/GtkSocket-GtkPlug.t sometimes times out.

Any idea what could trigger this? Note that this never happens with our Linux architectures.

Full build logs can be found there:
https://buildd.debian.org/status/logs.php?pkg=libgtk2-perl&arch=kfreebsd-i386

I'll forward this to the Debian kFreeBSD porters, in case they have an idea.
Comment 1 intrigeri 2014-03-26 12:31:40 UTC
FTR, this is tracked as https://bugs.debian.org/742687 in Debian.
Comment 2 Torsten Schoenfeld 2014-05-29 21:04:40 UTC
There have been many reports in the past of this test causing spurious failures, so I've now simply disabled it:

https://git.gnome.org/browse/perl-Gtk2/commit/?id=e5a2004f41c82efb31e7823a9c44f29180d52be2

Let us know if that still doesn't fix your builds.
Comment 3 intrigeri 2014-05-30 10:36:38 UTC
(In reply to comment #2)
> Let us know if that still doesn't fix your builds.

Thank you! I've just cherry-picked this commit, and uploaded to Debian as 1.2491-3. I'll let you know how it goes.