Skip Menu |

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

Report information
The Basics
Id: 72590
Status: open
Priority: 0/
Queue: Alien-wxWidgets

People
Owner: Nobody in particular
Requestors: olson [...] mcs.anl.gov
Cc:
AdminCc:

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



Subject: Bug in noninteractive wxWidgets build
If you configure Build.PL using the command line: perl Build.PL -wxWidgets-version 2.9.2 -wxWidgets-build-opengl -wxWidgets-build - wxWidgets-source tar.bz2 the build does not progress properly because the invocations of _askyn in Build.PL don't consider "1" to be a "yes" answer; when you pass a flag using say -wxWidgets-build the value being considered is 1. The simple attached diff fixes theproblem.
Subject: diff
Download diff
application/octet-stream 321b

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #72590] Bug in noninteractive wxWidgets build
Date: Mon, 21 Nov 2011 20:03:10 +0000
To: bug-Alien-wxWidgets [...] rt.cpan.org
From: Mark Dootson <mark.dootson [...] znix.com>
Many thanks Applied to svn at revision: 3127 On 21/11/2011 19:05, Robert Olson via RT wrote: Show quoted text
> Mon Nov 21 14:05:06 2011: Request 72590 was acted upon. > Transaction: Ticket created by RDO > Queue: Alien-wxWidgets > Subject: Bug in noninteractive wxWidgets build > Broken in: 0.54 > Severity: Important > Owner: Nobody > Requestors: olson@mcs.anl.gov > Status: new > Ticket<URL: https://rt.cpan.org/Ticket/Display.html?id=72590> > > > If you configure Build.PL using the command line: > > perl Build.PL -wxWidgets-version 2.9.2 -wxWidgets-build-opengl -wxWidgets-build - > wxWidgets-source tar.bz2 > > the build does not progress properly because the invocations of _askyn in Build.PL don't > consider "1" to be a "yes" answer; when you pass a flag using say -wxWidgets-build the value > being considered is 1. > > The simple attached diff fixes theproblem.