1.617 smoke results

"Martin J. Evans" <[email protected]>
Newsgroups gmane.comp.lang.perl.modules.dbi.sybase.devel
Organization Easysoft Limited
Message-ID <[email protected]>
I've been testing 1.617 on our development system and have not encountered any problems as yet. However, I notice a few UNKNOWN smoke reports like the following one (on mac):

http://www.cpantesters.org/cpan/report/ddd9ac12-5074-11e1-823e-1c11842dab9b

It appears the archname on some Perls for OSX is "archname=darwin-debug-nothreads" when useithreads=undef and DBI does:

$::opt_thread = 1;	# thread if we can, use "-nothread" to disable
if ($Config{useithreads}) {
    $::opt_thread = 1;
} else {
   if ($Config{archname} =~ /thread/ && $::opt_thread) {
      ...
      die "*** ABORTED.\n";
   }
   $::opt_thread = 0;
}

Any reason not to change that to exclude "nothread".

Martin
-- 
Martin J. Evans
Easysoft Limited
http://www.easysoft.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.