r60315 - /trunk/libopengl-perl/debian/changelog

chrisb at users.alioth.debian.org chrisb at users.alioth.debian.org
Wed Jul 14 20:51:59 UTC 2010


Author: chrisb
Date: Wed Jul 14 20:51:26 2010
New Revision: 60315

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60315
Log:
Tests failing - note added to changelog

Modified:
    trunk/libopengl-perl/debian/changelog

Modified: trunk/libopengl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libopengl-perl/debian/changelog?rev=60315&op=diff
==============================================================================
--- trunk/libopengl-perl/debian/changelog (original)
+++ trunk/libopengl-perl/debian/changelog Wed Jul 14 20:51:26 2010
@@ -1,4 +1,27 @@
 libopengl-perl (0.63+dfsg-1) UNRELEASED; urgency=low
+
+    TODO: manually running the (interactive?) test suite fails:
+
+PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
+
+#   Failed test 'require OpenGL;'
+#   at t/00_require.t line 3.
+#     Tried to require 'OpenGL'.
+#     Error:  Can't load '/build/chrisb-libopengl-perl_0.63+dfsg-1-amd64-q16MuE/libopengl-perl-0.63+dfsg/blib/arch/auto/OpenGL/OpenGL.so' for module OpenGL: /build/chrisb-libopengl-perl_0.63+dfsg-1-amd64-q16MuE/libopengl-perl-0.63+dfsg/blib/arch/auto/OpenGL/OpenGL.so: undefined symbol: glClampColorARB at /usr/lib/perl/5.10/DynaLoader.pm line 192.
+#  at (eval 4) line 2
+# Compilation failed in require at (eval 4) line 2.
+# Looks like you failed 1 test of 1.
+t/00_require.t .. 
+Dubious, test returned 1 (wstat 256, 0x100)
+Failed 1/1 subtests 
+
+    I suspect this is due to PERL_DL_NONLAZY forcing it to try resolving all
+    of the symbols, but I don't know enough about the package to decide if
+    this is harmless or not..
+
+    Also, I'm not sure what's "interactive" about these tests which means they
+    need to be disabled. AFAICS they run OK unattended, all they do is "use"
+    the module.
 
   * New upstream release
   * debian/copyright: updated reference to GPL-1 to include the version




More information about the Pkg-perl-cvs-commits mailing list