Package: perl
Version: 5.10.0-19
Severity: important

ext/threads/shared/t/waithires.t fails on some m68k real hardware,
although not on aranym. Hopefully this will get straightened out
with TLS.

Please disable this self-test on m68k for now.

Thanks,

Stephen

-- 
Stephen R. Marenka     If life's not fun, you're not doing it right!
<step...@marenka.net>
--- waithires.t.orig	2009-03-03 01:04:49.000000000 +0000
+++ waithires.t	2009-03-03 01:05:54.000000000 +0000
@@ -19,6 +19,10 @@
         print("1..0 # Skip: Time::HiRes not available.\n");
         exit(0);
     }
+    if ($^O eq 'linux' && $Config{archname} =~ /^m68k/) {
+        print("1..0 # Skip: no TLS on m68k yet <http://bugs.debian.org/>\n");
+        exit(0);
+    }
 }
 
 use ExtUtils::testlib;

Attachment: signature.asc
Description: Digital signature

Reply via email to