Skip Menu |

This queue is for tickets about the Perl-Dist-Strawberry CPAN distribution.

Report information
The Basics
Id: 55336
Status: open
Priority: 0/
Queue: Perl-Dist-Strawberry

People
Owner: Nobody in particular
Requestors: csjewell [...] cpan.org
Cc:
AdminCc: kmx [...] cpan.org

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



Subject: [TRACKING] The bitness of the why - 64-bit XS module support tracking.
This bug is intended for tracking modules that either fail "dmake" or SEGV "dmake test" in 64-bit perls but work in 32-bit perls. Links will be in "refers to". First one is Win32::XS, RT's 42685 and 45943.
I meant Win32::API.
Adding Alien::wxWidgets (since we'll eventually want to release a 64-bit Professional, which wants Padre, which wants that module) - RT#53584
Net::LibIDN
- perl crashes during tests (32bit is OK)
- needs extlib libidn - see kmx package dir

Win32::GUI
- fails even to compile on 64bit

Math::Pari
- perl crashes during tests (32bit is OK)
- the problem is that underlaying libpari is not Win64 ready - wrongly assumes sizeof(long) == sizeof(void*)

Tk
- fails even to compile on 64bit

On Mon Mar 08 12:04:40 2010, KMX wrote: Show quoted text
> Net::LibIDN > - perl crashes during tests (32bit is OK) > - needs extlib libidn - see kmx package dir > > Win32::GUI > - fails even to compile on 64bit > > Math::Pari > - perl crashes during tests (32bit is OK) > - the problem is that underlaying libpari is not Win64 ready - wrongly > assumes > sizeof(long) == sizeof(void*) > > Tk > - fails even to compile on 64bit
Added the Math::Pari bug where this was talked about to the Refers to - the other 3 need reported (but before you do on Tk, did you check _502?) and then the same needs done. You're an AdminCC on this bug for that purpose.
Crypt::Blowfish
http://rt.cpan.org/Public/Bug/Display.html?id=55173

Crypt::IDEA
http://rt.cpan.org/Public/Bug/Display.html?id=55158

I have already sumbitted patches for both.

--
kmx


Wx - another 64bit troule maker
- no RT created yet
- I am able to fix Alien::wxWidgets to build on Win64
- however was not able to properly build Wx

--
kmx
Devel::Caller - another 64bit troule maker
- perl.exe crashes during tests
- http://rt.cpan.org/Ticket/Display.html?id=56044
Dne St 10.bře.2010 17:35:55, KMX napsal(a):
Show quoted text
> Wx - another 64bit troule maker
> - no RT created yet
I have just created Wx RT http://rt.cpan.org/Ticket/Display.html?id=56058
On Mon Mar 29 10:42:04 2010, KMX wrote: Show quoted text
> Dne St 10.bře.2010 17:35:55, KMX napsal(a):
> > Wx - another 64bit troule maker > > - no RT created yet
> I have just created Wx RT http://rt.cpan.org/Ticket/Display.html?id=56058
I assume when you tried Wx, that Alien::wxWidgets 0.50_02 was installed first, correct?
Subject: Re: [rt.cpan.org #55336] [TRACKING] The bitness of the why - 64-bit XS module support tracking.
Date: Tue, 30 Mar 2010 07:01:06 +0200
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: kmx <kmx [...] volny.cz>
Dne 29.3.2010 21:32, Curtis Jewell via RT napsal(a): Show quoted text
> On Mon Mar 29 10:42:04 2010, KMX wrote: >
>> Dne St 10.bře.2010 17:35:55, KMX napsal(a): >>
>>> Wx - another 64bit troule maker >>> - no RT created yet >>>
>> I have just created Wx RT http://rt.cpan.org/Ticket/Display.html?id=56058 >>
> I assume when you tried Wx, that Alien::wxWidgets 0.50_02 was installed > first, correct? >
Yes 0.50_02 + wx2.8.10 -- kmx
Current status (Oct 2014)

Win32::GUI
- patched version needed http://strawberryperl.com/package/kmx/perl-modules-patched/Win32-GUI-1.06_patched4.tar.gz

Wx
- freeze during tests see https://rt.cpan.org/Public/Bug/Display.html?id=94519

Math::Pari
- no support for 64bit Windows

Math::Pari dependants therefore also fail to install on 64bit w
- Crypt::RSA, Crypt::Random, ...
- note: there is alternative Alt::Crypt::RSA
Win32::GUI fixed