Skip Menu |

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

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

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

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



Subject: failure when installing under local::lib
When using local::lib to install to a non-system path, the install fails. The installation needs to account for non-system base install paths. I get the following failure during install: Running Build install Prepending /home/eqhmcow/.cpan/build/Module-Build-Tiny-0.023-ASAZoX/blib/arch /home/eqhmcow/.cpan/build/Module-Build-Tiny-0.023-ASAZoX/blib/lib to PERL5LIB for 'install' !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ERROR: Can't create '/usr/local/man/man3' Do not have write permissions on '/usr/local/man/man3' !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! at lib/Module/Build/Tiny.pm line 104. LEONT/Module-Build-Tiny-0.023.tar.gz ./Build install -- NOT OK
Subject: Re: [rt.cpan.org #86052] failure when installing under local::lib
Date: Tue, 11 Jun 2013 11:25:27 +0200
To: bug-Module-Build-Tiny [...] rt.cpan.org
From: Leon Timmermans <fawaka [...] gmail.com>
On Tue, Jun 11, 2013 at 4:39 AM, Daniel Scott Sterling via RT <bug-Module-Build-Tiny@rt.cpan.org> wrote: Show quoted text
> When using local::lib to install to a non-system path, the install fails. The installation needs to account for non-system base install paths. > > I get the following failure during install: > > Running Build install > Prepending /home/eqhmcow/.cpan/build/Module-Build-Tiny-0.023-ASAZoX/blib/arch /home/eqhmcow/.cpan/build/Module-Build-Tiny-0.023-ASAZoX/blib/lib to PERL5LIB for 'install' > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > ERROR: Can't create '/usr/local/man/man3' > Do not have write permissions on '/usr/local/man/man3' > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > at lib/Module/Build/Tiny.pm line 104. > LEONT/Module-Build-Tiny-0.023.tar.gz > ./Build install -- NOT OK
I suspect your local::lib setup is too old. What variable are you setting in your .bashrc? PERL_MB_OPT or MODULEBUILDRC? In case of the latter, you should upgrade to the former. Any recent version of local::lib (1.006008+) can fix that for you. Leon
RT-Send-CC: fawaka [...] gmail.com
On Tue Jun 11 05:26:02 2013, fawaka@gmail.com wrote: Show quoted text
> I suspect your local::lib setup is too old. What variable are you > setting in your .bashrc? PERL_MB_OPT or MODULEBUILDRC? In case of the > latter, you should upgrade to the former. Any recent version of > local::lib (1.006008+) can fix that for you.
Yup, upgrading local::lib fixed this. Thank you -- Dan