Skip Menu |

This queue is for tickets about the Alien-LibGumbo CPAN distribution.

Report information
The Basics
Id: 89087
Status: open
Priority: 0/
Queue: Alien-LibGumbo

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

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



Subject: Window on Windows
When testing Alien::LibGumbo on Windows, a window appears asking which program to use to open autogen.sh. It is inconvenient for cpantesters. -- Alexandr Ciornii, http://chorny.net
Subject: Re: [rt.cpan.org #89087] Window on Windows
Date: Tue, 1 Oct 2013 16:40:53 +0400
To: bug-Alien-LibGumbo [...] rt.cpan.org
From: Ruslan Zakirov <ruz [...] bestpractical.com>
Hi, Thanks for the report. I don't have windows around. Any pointers and/or help fixing? On Tue, Oct 1, 2013 at 3:28 AM, Alexandr Ciornii via RT < bug-Alien-LibGumbo@rt.cpan.org> wrote: Show quoted text
> Mon Sep 30 19:28:15 2013: Request 89087 was acted upon. > Transaction: Ticket created by CHORNY > Queue: Alien-LibGumbo > Subject: Window on Windows > Broken in: 0.02 > Severity: Important > Owner: Nobody > Requestors: CHORNY@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=89087 > > > > When testing Alien::LibGumbo on Windows, a window appears asking which > program to use to open autogen.sh. It is inconvenient for cpantesters. > > -- > Alexandr Ciornii, http://chorny.net > >
-- Best regards, Ruslan.
On Tue Oct 01 08:41:15 2013, ruz@bestpractical.com wrote: Show quoted text
> Hi, > > Thanks for the report. I don't have windows around. Any pointers and/or > help fixing?
Add this to Build.PL die "OS unsupported: sh is missing" if $^O eq "MSWin32"; -- Alexandr Ciornii, http://chorny.net
This PR may resolve this issue: https://github.com/ruz/Alien-LibGumbo/pull/3 Many Alien::Base distros will actually work on Windows via Alien::MSYS if the upstream package supports the platform, so long as the AB based dist uses %c instead of %pconfigure (this is the default if not otherwise specified by the Build.PL). So it is better IMHO to update the offending distributions rather than disabling support for windows.