Skip Menu |

This queue is for tickets about the Gtk2 CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: he [...] NetBSD.org
Cc:
AdminCc:

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



Subject: Some tests fail on NetBSD/4.99.72 with perl 5.10.0
Date: Tue, 18 Nov 2008 23:21:44 +0100 (CET)
To: bug-Gtk2 [...] rt.cpan.org
From: Havard Eidnes <he [...] NetBSD.org>
Hi, while trying to update this package in NetBSD's pkgsrc, I find that 4 of the tests fail on NetBSD/4.99.72 ("almost 5.0_BETA") using perl 5.10.0 and gtk+ 2.14.4. Output from "perl -V" follows below, below the output from "make test". I also attach the list of packages this build environment (a chroot) currently has installed. Fam has not been turned on locally, which is responsible for some of the warnings but possibly not the errors. I even installed the gnome-icon-theme package which has several files called something with stock_edit, but apparently they're not found by the test. They are in: chroot: {1313} pkg_info -L gnome-icon-theme | egrep stock_edit /usr/pkg/share/icons/gnome/16x16/stock/generic/stock_edit.png /usr/pkg/share/icons/gnome/16x16/stock/image/stock_edit-points.png /usr/pkg/share/icons/gnome/16x16/stock/object/stock_edit-bookmark.png /usr/pkg/share/icons/gnome/16x16/stock/text/stock_edit-contour.png /usr/pkg/share/icons/gnome/16x16/stock/text/stock_edit-headers-and-footers.png /usr/pkg/share/icons/gnome/24x24/stock/generic/stock_edit.png /usr/pkg/share/icons/gnome/24x24/stock/image/stock_edit-points.png /usr/pkg/share/icons/gnome/24x24/stock/object/stock_edit-bookmark.png /usr/pkg/share/icons/gnome/24x24/stock/text/stock_edit-contour.png /usr/pkg/share/icons/gnome/24x24/stock/text/stock_edit-headers-and-footers.png /usr/pkg/share/icons/gnome/48x48/stock/generic/stock_edit.png chroot: {1314} Your guidance would be appreciated. Best regards, - HÃ¥vard

Message body is not shown because it is too large.

Message body is not shown because it is too large.

On Tue Nov 18 17:20:16 2008, he@NetBSD.org wrote: Show quoted text
> while trying to update this package in NetBSD's pkgsrc, I find that 4 > of the tests fail on NetBSD/4.99.72 ("almost 5.0_BETA") using perl > 5.10.0 and gtk+ 2.14.4. Output from "perl -V" follows below, below > the output from "make test". I also attach the list of packages this > build environment (a chroot) currently has installed. > > Fam has not been turned on locally, which is responsible for some of > the warnings but possibly not the errors.
I think I fixed both test failures in SVN now (both, trunk and the stable branch). Thanks for the report! Show quoted text
> I even installed the gnome-icon-theme package which has several files > called something with stock_edit, but apparently they're not found by > the test.
I've seen multiple reports of this, and that's why the tests are supposed to check for an icon's presence before using it. I don't know *why* the icon isn't found on your system. But I'm pretty sure that the issue is not related to the Perl bindings.