Skip Menu |

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

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

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

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



Subject: Module::Build moans about a PREFIX when installed via CPAN
Hi there, On a new Perl installation, installed in my home directory, I just couldn't get Module::Build installed via the CPAN that ships with 5.8.6, nor the head CPANPLUS (well, close, anyway - 0.50_02). Installing via CPAN made it moan about PREFIX being set; installing via cpanp got into a bad state very quickly. I've attached the xterm log so you can see what happened.
Download cpanp.log
application/octet-stream 42.7k

Message body not shown because it is not plain text.

Hi Sam, A few issues here. One is that the '~' characters in the commands you fed the Makefile.PL aren't being expanded, which is a bug in Module::Build (or maybe a design flaw in MakeMaker 10 years ago, since it messes with people's heads about what shell expansion does & doesn't do...). I'll see what I can do about that. Another issue is that PREFIX simply isn't supported in M::B, at least not right now. This may get resolved soon (see https://rt.cpan.org/Ticket/Display.html?id=8759). I think all the other stuff in your shell transcript is caused by these two issues. -Ken
[KWILLIAMS - Mon Dec 27 00:03:29 2004]: Show quoted text
> A few issues here. One is that the '~' characters in the commands you > fed the Makefile.PL aren't being expanded
I've added a separate bug for this. 13381. Show quoted text
> Another issue is that PREFIX simply isn't supported in M::B, at least > not right now.
PREFIX is now supported in the CVS version. This ticket should be resolved.