Skip Menu |

This queue is for tickets about the SNMP-LogParser CPAN distribution.

Report information
The Basics
Id: 106986
Status: resolved
Priority: 0/
Queue: SNMP-LogParser

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

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



Subject: make install tries to install to /etc
Building SNMP-LogParser !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ERROR: Can't create '/etc/logparser' Do not have write permissions on '/etc/logparser' !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! at /usr/local/perl-forge/v/5.22.0/site/lib/Module/Build/Base.pm line 3559. NITO/SNMP-LogParser-1.24743.tar.gz ./Build install -- NOT OK ---- I don't think "./Build install" should attempt installing at the system level. Such integration should be left to OS/vendor-specific system administration. Or if so desired, there could be a separate target, say, "install_system" that does this questionable step, if really necessary. But such attempts should not be done by bare "install".
Agreed this is a bug. Working on a patch On Wed Sep 09 09:52:59 2015, JHI wrote: Show quoted text
> Building SNMP-LogParser > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > ERROR: Can't create '/etc/logparser' > Do not have write permissions on '/etc/logparser' > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > at /usr/local/perl-forge/v/5.22.0/site/lib/Module/Build/Base.pm line > 3559. > NITO/SNMP-LogParser-1.24743.tar.gz > ./Build install -- NOT OK > ---- > > I don't think "./Build install" should attempt installing at the > system level. Such integration should be left to OS/vendor-specific > system administration. > > Or if so desired, there could be a separate target, say, > "install_system" that does this questionable step, if really > necessary. > > But such attempts should not be done by bare "install".
See patched version on 1.27835 On Thu Sep 17 14:45:47 2015, NITO wrote: Show quoted text
> > Agreed this is a bug. > > Working on a patch > > On Wed Sep 09 09:52:59 2015, JHI wrote:
> > Building SNMP-LogParser > > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > > ERROR: Can't create '/etc/logparser' > > Do not have write permissions on '/etc/logparser' > > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > > at /usr/local/perl-forge/v/5.22.0/site/lib/Module/Build/Base.pm line > > 3559. > > NITO/SNMP-LogParser-1.24743.tar.gz > > ./Build install -- NOT OK > > ---- > > > > I don't think "./Build install" should attempt installing at the > > system level. Such integration should be left to OS/vendor-specific > > system administration. > > > > Or if so desired, there could be a separate target, say, > > "install_system" that does this questionable step, if really > > necessary. > > > > But such attempts should not be done by bare "install".
> >
Solved