Skip Menu |

This queue is for tickets about the Test-Smoke CPAN distribution.

Report information
The Basics
Id: 2786
Status: resolved
Priority: 0/
Queue: Test-Smoke

People
Owner: abeltje [...] cpan.org
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 1.17
  • 1.17.02
Fixed in: (no value)



Subject: Configure ...Error 'mktest': invalid option '-Duse64bitint' at E:\new\smoke2\lib/Test/Smoke/Util.pm line 215, <TST> line 656.
Configure ...Error 'mktest': invalid option '-Duse64bitint' at E:\new\smoke2\lib/Test/Smoke/Util.pm line 215, <TST> line 656. Whats up? I never modified perl56x.cfg or any other *.cfg's which is where this value comes from. I look at Util.pm but %opt_map doesn't have it (sub Configure_win32) The only other place (besides the various .cfg files) this is mentioned is in get_config. I wanna smoke me some perl-5.6.x
From: Abe Timmerman <abeltje [...] cpan.org>
To: bug-Test-Smoke [...] rt.cpan.org
Subject: Re: [cpan #2786] Configure ...Error 'mktest': invalid option '-Duse64bitint' at E:\new\smoke2\lib/Test/Smoke/Util.pm line 215, <TST> line 656.
Date: Thu, 12 Jun 2003 11:31:43 +0200
RT-Send-Cc:
Op een zonnige lentedag (Thursday 12 June 2003 10:46), schreef via RT: Show quoted text
> This message about Test-Smoke was sent to you by PODMASTER > <PODMASTER@cpan.org> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=2786 > > > Configure ...Error 'mktest': invalid option '-Duse64bitint' at > E:\new\smoke2\lib/Test/Smoke/Util.pm line 215, <TST> line 656. > > Whats up? > I never modified perl56x.cfg or any other *.cfg's which is where this value > comes from.
Yup, most of the perl5.6.x options are invalid for Win32. This is explained in the documentation for F<configsmoke.pl> and there is also a solution offered: http://search.cpan.org/author/ABELTJE/Test-Smoke/configsmoke.pl#CONFIGURATION I'll close this ticket. Show quoted text
> I look at Util.pm but %opt_map doesn't have it (sub Configure_win32) > The only other place (besides the various .cfg files) > this is mentioned is in get_config. > > I wanna smoke me some perl-5.6.x
I haven't tried to smoke 5.6.x on Win32 because it doesn't even *build* on linux/openbsd. http://archive.develooper.com/daily-build-reports@perl.org/msg05512.html http://archive.develooper.com/daily-build-reports@perl.org/msg05501.html good luck, Abe -- Amsterdam Perl Mongers http://amsterdam.pm.org #! /usr/bin/perl tie *STDIN, JAPH => qw(Just another Perl hacker);print while <STDIN>; sub JAPH::TIEHANDLE {$~=shift;bless \($^=join$/,@_),$~} sub JAPH::READLINE {$/=$^=~s/^(.+)\n?//?$1:undef;$\=$^eq""?"\n":" ";$/}