Skip Menu |

This queue is for tickets about the Module-Build CPAN distribution.

Report information
The Basics
Id: 27576
Status: resolved
Priority: 0/
Queue: Module-Build

People
Owner: Nobody in particular
Requestors: Niall.oReilly [...] ucd.ie
Cc:
AdminCc:

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



CC: Niall O'Reilly <Niall.oReilly [...] ucd.ie>
Subject: find_perl_interpreter doesn't actually find it on RH ES 3.4 (Taroon)
Date: Thu, 14 Jun 2007 13:33:21 +0100
To: bug-Module-Build [...] rt.cpan.org
From: Niall O'Reilly <Niall.oReilly [...] ucd.ie>
Hello. It wasn't clear to me that this matches any of the active bugs. Show quoted text
> Be sure to include at least the following information: > > Distribution name and version (For example, "DBIx-SearchBuilder-0.46")
Module-Build-0.2808 Show quoted text
> Perl version (Find this by running the command perl -v)
This is perl, v5.8.0 built for i386-linux-thread-multi Show quoted text
> Operating System vendor and version (Find this by running the > command uname -a)
glendoo(noreilly)375: uname -a Linux glendoo.ucd.ie 2.4.21-27.ELsmp #1 SMP Wed Dec 1 21:59:02 EST 2004 i686 i686 i386 GNU/Linux glendoo(noreilly)376: cat /etc/redhat-release Red Hat Enterprise Linux ES release 3 (Taroon Update 4) Show quoted text
> Details about your operating environment that might be related to > the issue being described > Exact cut and pasted error or warning messages > The shortest, clearest code you can manage to write which > reproduces the bug described.
glendoo(noreilly)369: tar xzf Tarballs/Module-Build-0.2808.tar.gz glendoo(noreilly)370: cd Module-Build-0.2808/ /usr/local/src/Module-Build-0.2808 glendoo(noreilly)371: perl Build.PL Can't locate the perl binary used to run this script in (/usr/bin / usr/bin /usr/bin /usr/kerberos/bin /usr/bin /bin /usr/sbin /sbin /usr/ X11R6/bin /usr/local/sbin /usr/local/bin /home/glendoo/noreilly/bin) glendoo(noreilly)372: /usr/bin/perl Build.PL Can't locate the perl binary used to run this script in (/usr/bin / usr/bin /usr/bin /usr/kerberos/bin /usr/bin /bin /usr/sbin /sbin /usr/ X11R6/bin /usr/local/sbin /usr/local/bin /home/glendoo/noreilly/bin) Show quoted text
> A patch against the latest released version of this distribution > which fixes this bug.
Sorry, can't manage that yet ... An ugly work-around is described at <http://www.perlmonks.org/? node_id=586914>. Best regards, Niall O'Reilly University College Dublin IT Services PGP key ID: AE995ED9 (see www.pgp.net) Fingerprint: 23DC C6DE 8874 2432 2BE0 3905 7987 E48D AE99 5ED9
Download PGP.sig
application/pgp-signature 186b

Message body not shown because it is not plain text.

From: KWILLIAMS [...] cpan.org
Thanks for the report. I wonder if this could be a locale issue? That happens every third Tuesday on RH systems. Try setting your "LC_ALL" environment variable to "C" and see whether that makes a difference. -Ken
CC: Niall O'Reilly <Niall.oReilly [...] ucd.ie>
Subject: Re: [rt.cpan.org #27576] find_perl_interpreter doesn't actually find it on RH ES 3.4 (Taroon)
Date: Tue, 19 Jun 2007 08:00:29 +0100
To: bug-Module-Build [...] rt.cpan.org
From: Niall O'Reilly <Niall.oReilly [...] ucd.ie>
On 15 Jun 2007, at 04:04, Ken_Williams via RT wrote: Show quoted text
> I wonder if this could be a locale issue? That > happens every third Tuesday on RH systems. Try setting your "LC_ALL" > environment variable to "C" and see whether that makes a difference.
Sure enough! Thanks for the prompt and useful response. It's probably worth adding a sentence to both INSTALL and README files, something like the following. On certain platforms, it is necessary to set up the locale for Perl before creating and running the Build script. Setting your "LC_ALL" environment variable to "C" may be what's needed. Thanks again. Best regards, Niall O'Reilly University College Dublin IT Services PGP key ID: AE995ED9 (see www.pgp.net) Fingerprint: 23DC C6DE 8874 2432 2BE0 3905 7987 E48D AE99 5ED9
Download PGP.sig
application/pgp-signature 186b

Message body not shown because it is not plain text.

Subject: redhat and/or locale issue
RT-Send-CC: module-build [...] perl.org
This is "notabug", but we'll make it a TODO for the documentation.