develooper Front page | perl.perl5.porters | Postings from February 2003

Re: Cygwin smoke

From:
alian
Date:
February 25, 2003 12:58
Subject:
Re: Cygwin smoke
Message ID:
3E5BD8D3.70405@cpan.org
>>Here a solution for Test-Smoke-1.16_20, who can be found here:
>>
>>--- mktest.pl.orig      Tue Feb 25 13:08:12 2003
>>+++ mktest.pl   Tue Feb 25 13:08:59 2003
>>@@ -334,6 +334,7 @@
>>              if ( $perlio ne 'locale' ) {
>>                  $ENV{PERLIO} = $perlio;
>>                  is_win32 and $ENV{PERLIO} .= " :crlf";
>>+                $^O eq 'cygwin' and $ENV{PERLIO} .= " :crlf";
> 
> 
> That doesn't look right to me. We are talking about one (1) test. 
> I don't have (enough of) cygwin to check if 
> 
> 	$ PERLIO='perlio :crlf' make test
> 
> doesn't give more problems (as it should), than it takes away...

I test this. Here a smoke I start this morning with this patch:
    18771     Configuration (common) -Dcf_email=alian@cpan.org
------------ 
----------------------------------------------------------------
O - O -      -Uuseperlio
O O O O
O O O O      -Dusemultiplicity
O O O O      -Duse64bitint
O O O O      -Duse64bitall
O O O O      -Duselongdouble
O O O O      -Dusemorebits
O O O O      -Duse64bitall -Duselongdouble
| | | +----- PERLIO = perlio -DDEBUGGING
| | +------- PERLIO = stdio  -DDEBUGGING
| +--------- PERLIO = perlio
+----------- PERLIO = stdio

It's good to see a cygwin smoke with no error. But without this patch we 
can't see that.




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About