Skip Menu |

This queue is for tickets about the Text-Frundis CPAN distribution.

Report information
The Basics
Id: 113551
Status: open
Priority: 0/
Queue: Text-Frundis

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

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



Subject: Installation may fail (2.15)
On one of my smoker machines I observe that the installation step fails: ... CPAN::Reporter: Test result is 'pass', All tests successful. CPAN::Reporter: preparing a CPAN Testers report for Text-Frundis-2.15 CPAN::Reporter: sending test report with 'pass' via File ANASETO/Text-Frundis-2.15.tar.gz ./Build test -- OK Running Build install Building Text-Frundis !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ERROR: Can't create '/man/man1' mkdir /man: Zugriff verweigert at /usr/perl5.14.4/lib/site_perl/5.14.4/ExtUtils/Install.pm line 477. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! at /usr/perl5.14.4/lib/site_perl/5.14.4/Module/Build/Base.pm line 3558. Earlier in the Build.PL step there appeared the following warning: Use of uninitialized value in concatenation (.) or string at Build.PL line 45. So it seems that on this system $build->install_base is undefined.
On Sun Apr 03 12:05:39 2016, SREZIC wrote: Show quoted text
> On one of my smoker machines I observe that the installation step > fails: > > ... > CPAN::Reporter: Test result is 'pass', All tests successful. > CPAN::Reporter: preparing a CPAN Testers report for Text-Frundis-2.15 > CPAN::Reporter: sending test report with 'pass' via File > ANASETO/Text-Frundis-2.15.tar.gz > ./Build test -- OK > Running Build install > Building Text-Frundis > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > ERROR: Can't create '/man/man1' > mkdir /man: Zugriff verweigert at > /usr/perl5.14.4/lib/site_perl/5.14.4/ExtUtils/Install.pm line 477. > > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > at /usr/perl5.14.4/lib/site_perl/5.14.4/Module/Build/Base.pm line > 3558. > > > Earlier in the Build.PL step there appeared the following warning: > > Use of uninitialized value in concatenation (.) or string at Build.PL > line 45. > > So it seems that on this system $build->install_base is undefined.
Thanks for the report. As I'm not sure of the right fix, I will just disable man page installation if install_base is not defined for now.