Skip Menu |

This queue is for tickets about the Cache-FastMmap CPAN distribution.

Report information
The Basics
Id: 16501
Status: resolved
Priority: 0/
Queue: Cache-FastMmap

People
Owner: Nobody in particular
Requestors: ash_rtcpan [...] firemirror.com (weekly)
babywafn [...] gmail.com
Cc:
AdminCc:

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



Subject: Docs should mention Win32 incompatibility
There really should be a mention SOMEWHERE (preferably somewhere immediately visible) that Cache::FastMmap is not compatible with Win32 (and possibly other systems?). This will save many people a lot of time and frustration in trying to install the module in various ways (ppm, cpan, compiling manually, etc.) which will not work.
From: ash_cpan <+> firemirror.com
On Wed Dec 14 22:36:05 2005, guest wrote: Show quoted text
> There really should be a mention SOMEWHERE (preferably somewhere > immediately visible) that Cache::FastMmap is not compatible with > Win32 (and possibly other systems?). This will save many people a > lot of time and frustration in trying to install the module in > various ways (ppm, cpan, compiling manually, etc.) which will not > work.
It does now! I have written a native Win32 support - I tested with Vanilla perl 5.8.8, and have reports of it compiling with MSVC 7 (2003) (I think ActiveState but not sure.)

Message body is not shown because it is too large.

RT-Send-CC: ash_cpan [...] firemirror.com
On Thu Nov 09 13:21:11 2006, ASH wrote: Show quoted text
> It does now! I have written a native Win32 support - I tested with > Vanilla perl 5.8.8, and have reports of it compiling with MSVC 7 (2003) > (I think ActiveState but not sure.)
These two files didn't reach patch, can you include them in another attachment? Only in Cache-FastMmap-1.14-win32/Cache-FastMmap-CImpl: unix.c Only in Cache-FastMmap-1.14-win32/Cache-FastMmap-CImpl: win32.c -- Serguei Trouchelle
From: ash_cpan <+> firemirror.com
On Wed Nov 15 15:32:09 2006, STRO wrote: Show quoted text
> On Thu Nov 09 13:21:11 2006, ASH wrote: >
> > It does now! I have written a native Win32 support - I tested with > > Vanilla perl 5.8.8, and have reports of it compiling with MSVC 7
> (2003)
> > (I think ActiveState but not sure.)
> > These two files didn't reach patch, can you include them in another > attachment? > > Only in Cache-FastMmap-1.14-win32/Cache-FastMmap-CImpl: unix.c > Only in Cache-FastMmap-1.14-win32/Cache-FastMmap-CImpl: win32.c
Gah - stupid diff. Complete tar ball located at http://perlitist.com/static/Cache-FastMmap-1.15.tar.gz Since Rob doesn't seem to be around any more I'll see if I can get pause perms to release a new version. Ash
Subject: Re: [rt.cpan.org #16501] Docs should mention Win32 incompatibility
Date: Fri, 17 Nov 2006 13:28:52 +1100
To: <bug-Cache-FastMmap [...] rt.cpan.org>
From: "Robert Mueller" <robm [...] fastmail.fm>
I'm around, I've just been busy recently and haven't had time to include your updates. I will get around to it, but not in the next week or two sorry. Rob Show quoted text
----- Original Message ----- From: "Ash Berlin via RT" <bug-Cache-FastMmap@rt.cpan.org> To: <undisclosed-recipients:> Sent: Friday, November 17, 2006 3:46 AM Subject: [rt.cpan.org #16501] Docs should mention Win32 incompatibility
> > Queue: Cache-FastMmap > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=16501 > > > On Wed Nov 15 15:32:09 2006, STRO wrote:
>> On Thu Nov 09 13:21:11 2006, ASH wrote: >>
>> > It does now! I have written a native Win32 support - I tested with >> > Vanilla perl 5.8.8, and have reports of it compiling with MSVC 7
>> (2003)
>> > (I think ActiveState but not sure.)
>> >> These two files didn't reach patch, can you include them in another >> attachment? >> >> Only in Cache-FastMmap-1.14-win32/Cache-FastMmap-CImpl: unix.c >> Only in Cache-FastMmap-1.14-win32/Cache-FastMmap-CImpl: win32.c
> > Gah - stupid diff. > > Complete tar ball located at > http://perlitist.com/static/Cache-FastMmap-1.15.tar.gz > > Since Rob doesn't seem to be around any more I'll see if I can get pause > perms to release a new version. > > Ash > >
Show quoted text
> > These two files didn't reach patch, can you include them in another > > attachment?
Show quoted text
> > Only in Cache-FastMmap-1.14-win32/Cache-FastMmap-CImpl: unix.c > > Only in Cache-FastMmap-1.14-win32/Cache-FastMmap-CImpl: win32.c
Show quoted text
> Gah - stupid diff. > > Complete tar ball located at > http://perlitist.com/static/Cache-FastMmap-1.15.tar.gz
Don't want to be a pain, but this tar.gz missed win32.c -- Serguei Trouchelle
From: ash_cpan <+> firemirror.com
On Fri Nov 17 15:01:45 2006, STRO wrote: Show quoted text
> > > These two files didn't reach patch, can you include them in another > > > attachment?
>
> > > Only in Cache-FastMmap-1.14-win32/Cache-FastMmap-CImpl: unix.c > > > Only in Cache-FastMmap-1.14-win32/Cache-FastMmap-CImpl: win32.c
>
> > Gah - stupid diff. > > > > Complete tar ball located at > > http://perlitist.com/static/Cache-FastMmap-1.15.tar.gz
> > Don't want to be a pain, but this tar.gz missed win32.c
Man - I suck :) Really, there this time. same URL as above. Rob, glad to hear you're still with us
From: ddascalescu+perl [...] gmail.com
On Thu Nov 09 13:21:11 2006, ASH wrote: Show quoted text
> On Wed Dec 14 22:36:05 2005, guest wrote:
> > There really should be a mention SOMEWHERE (preferably somewhere > > immediately visible) that Cache::FastMmap is not compatible with > > Win32 (and possibly other systems?).
> > It does now! I have written a native Win32 support - I tested with > Vanilla perl 5.8.8, and have reports of it compiling with MSVC 7 (2003) > (I think ActiveState but not sure.)
Is there an up-to-date version of Cache::FastMmap that builds on Win32? 1.28 fails on Strawberry (http://www.nntp.perl.org/group/perl.cpan.testers/2009/01/msg3165703.html) and there are no PASSes for it on Windows in the CPAN Testers matrix.
As mentioned in <https://rt.cpan.org/Ticket/Display.html?id=45210>, i've just uploaded 1.29 with the Windows patches.