Skip Menu |

This queue is for tickets about the Search-Xapian CPAN distribution.

Maintainer(s)' notes

Important note

Do NOT report bugs here - if you do, your report won't be read by anybody. We've asked for this tracker to simply be disabled, but apparently that's not possible at present. So if you have a package on CPAN, you get a RT tracker whether you like it or not.

Instead, report bugs in the Xapian bug tracker.





























































































































































































































































































































































































































































































































































Report information
The Basics
Id: 44960
Status: resolved
Priority: 0/
Queue: Search-Xapian

People
Owner: Nobody in particular
Requestors: felix.ostmann [...] thewar.de
Cc:
AdminCc:

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



Subject: test fail on non-thread perl
t/thread.t ......... This Perl not built to support threads Compilation failed in require at t/thread.t line 16. BEGIN failed--compilation aborted at t/thread.t line 16. t/thread.t ......... Dubious, test returned 9 (wstat 2304, 0x900) No subtests run
Subject: Re: [rt.cpan.org #44960] test fail on non-thread perl
Date: Thu, 16 Apr 2009 14:47:52 +0100
To: Felix Antonius Wilhelm Ostmann via RT <bug-Search-Xapian [...] rt.cpan.org>
From: Olly Betts <olly [...] survex.com>
Note that I strongly prefer people not to report bugs using RT - to quote the README: Please report any bugs/suggestions to <xapian-discuss@lists.xapian.org> or use the Xapian bug tracker <http://xapian.org/bugs>. Please do NOT use the CPAN bug tracker or mail any of the authors individually. On Sat, Apr 11, 2009 at 03:08:40PM -0400, Felix Antonius Wilhelm Ostmann via RT wrote: Show quoted text
> t/thread.t ......... This Perl not built to support threads > Compilation failed in require at t/thread.t line 16. > BEGIN failed--compilation aborted at t/thread.t line 16. > t/thread.t ......... Dubious, test returned 9 (wstat 2304, 0x900) > No subtests run >
Fix like so: http://trac.xapian.org/changeset/12378 I don't have a non-threaded build to test with, but 'require threads' should fail for such a Perl at run time in the same way 'use threads' does at compile time). If I've missed some subtlety, please let me know. I'll backport this fix for 1.0.12.0. Could you close the RT ticket please? Cheers, Olly