Skip Menu |

This queue is for tickets about the Test-SubCalls CPAN distribution.

Report information
The Basics
Id: 15246
Status: resolved
Priority: 0/
Queue: Test-SubCalls

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

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



Subject: Broken install: installdir fixed
Why does the distribution want to be installed to /usr/local/share/perl/5.8.7 ? My CPAN diretory is in my home directory, not in /usr/local. I have no problem with install of other modules. Here is the output from my attempted install with CPAN: -------------------------------------------------------------------- Running make for A/AD/ADAMK/Test-SubCalls-0.02.tar.gz Is already unwrapped into directory /home/dolmen/.cpan/build/Test-SubCalls-0.02 CPAN.pm: Going to build A/AD/ADAMK/Test-SubCalls-0.02.tar.gz /usr/bin/perl -Iinc Makefile.PL --config= --installdeps=Test::Builder::Tester,1.02,Test::More,0.60,Hook::LexWrap,0.20 *** Installing dependencies... *** You are not allowed to write to the directory '/usr/local/share/perl/5.8.7'; the installation may fail due to insufficient permissions. ==> Should we try to re-execute the autoinstall process with 'sudo'? [y] --------------------------------------------------------------------
Date: Mon, 24 Oct 2005 05:10:46 +1000
From: Adam Kennedy <adam [...] phase-n.com>
To: bug-Test-SubCalls [...] rt.cpan.org
Subject: Re: [cpan #15246] Broken install: installdir fixed
RT-Send-Cc:
There's nothing specific at all in the module that might do that. It might be due to your installer interacting badly with Module::Install... try installing something else of mine like CSS::Tiny and see what happens. Adam K Guest via RT wrote: Show quoted text
> This message about Test-SubCalls was sent to you by guest <> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=15246 > > > Why does the distribution want to be installed to /usr/local/share/perl/5.8.7 ? > My CPAN diretory is in my home directory, not in /usr/local. > I have no problem with install of other modules. > > Here is the output from my attempted install with CPAN: > -------------------------------------------------------------------- > Running make for A/AD/ADAMK/Test-SubCalls-0.02.tar.gz > Is already unwrapped into directory /home/dolmen/.cpan/build/Test-SubCalls-0.02 > > CPAN.pm: Going to build A/AD/ADAMK/Test-SubCalls-0.02.tar.gz > > /usr/bin/perl -Iinc Makefile.PL --config= --installdeps=Test::Builder::Tester,1.02,Test::More,0.60,Hook::LexWrap,0.20 > *** Installing dependencies... > *** You are not allowed to write to the directory '/usr/local/share/perl/5.8.7'; > the installation may fail due to insufficient permissions. > > ==> Should we try to re-execute the autoinstall process with 'sudo'? [y] > --------------------------------------------------------------------
From: dolmen [...] cpan.org
Show quoted text
> It might be due to your installer interacting badly with > Module::Install... try installing something else of mine like > CSS::Tiny > and see what happens.
CSS::Tiny was installed without problem. The issue seems to be in Module::Install. I'll discuss with its author. Olivier Mengué.