Skip Menu |

This queue is for tickets about the ExtUtils-XSpp CPAN distribution.

Report information
The Basics
Id: 66564
Status: resolved
Priority: 0/
Queue: ExtUtils-XSpp

People
Owner: Nobody in particular
Requestors: nxadm [...] apt-get.be
Cc:
AdminCc:

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



Subject: distribution has read-only fails that break the installation
While installing the module through cpanminus, I ran into this error: Building and testing ExtUtils-XSpp-0.16 Building ExtUtils-XSpp 4 shift/reduce conflicts Cannot open lib/ExtUtils/XSpp/Grammar.pm for writing. Could not open file 'lib/ExtUtils/XSpp/Grammar.pm' for rw: Permission denied at inc/My/Build.pm line 20. -> FAIL Installing ExtUtils::XSpp failed. See /home/claudio/.cpanm/build.log for details. Fix: $ chmod -R u+w /home/claudio/.cpanm/latest-build/ExtUtils-XSpp-0.16/lib Running perl 5.12.3 on Ubuntu 10.10, 64-bit. Thank you.
Should be fixed in 0.1601: now it does not try to rebuild Grammar.pm if it is read-only (there is no point in rebuilding the grammar at installation time, and it would need a check for Parse::Yapp anyway). Thanks! Mattia