Skip Menu |

This queue is for tickets about the Catalyst-Devel CPAN distribution.

Report information
The Basics
Id: 45784
Status: rejected
Priority: 0/
Queue: Catalyst-Devel

People
Owner: Nobody in particular
Requestors: janus [...] errornet.de
Cc:
AdminCc:

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



Subject: Makefile.PL calls auto_install()
The Makefile.PL calls auto_install() though it shouldn't. Please remove it to avoid the following never ending loop (until you ^C it): Cannot determine perl version info from lib/Catalyst/Devel.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... Sorry, we have to rerun the configuration dialog for CPAN.pm due to some missing parameters... The following questions are intended to help you with the configuration. The CPAN module needs a directory of its own to cache important index files and maybe keep a temporary mirror of CPAN files. This may be a site-wide or a personal directory. First of all, I'd like to create this directory. Where? <cpan_home> CPAN build and cache directory? [/.cpan] /.cpan systrace: deny user: simon, prog: /usr/bin/perl, pid: 28573(0)[0], policy: /usr/bin/env, filters: 195, syscall: native-fswrite(136), filename: /.cpan Couldn't create directory /.cpan. Please retry. CPAN build and cache directory? [/.cpan] /.cpan systrace: deny user: simon, prog: /usr/bin/perl, pid: 28573(0)[0], policy: /usr/bin/env, filters: 195, syscall: native-fswrite(136), filename: /.cpan Couldn't create directory /.cpan. Please retry. CPAN build and cache directory? [/.cpan] /.cpan systrace: deny user: simon, prog: /usr/bin/perl, pid: 28573(0)[0], policy: /usr/bin/env, filters: 195, syscall: native-fswrite(136), filename: /.cpan Couldn't create directory /.cpan. Please retry. CPAN build and cache directory? [/.cpan] /.cpan systrace: deny user: simon, prog: /usr/bin/perl, pid: 28573(0)[0], policy: /usr/bin/env, filters: 195, syscall: native-fswrite(136), filename: /.cpan Couldn't create directory /.cpan. Please retry. CPAN build and cache directory? [/.cpan] /.cpan ^C
Fixed by using a Module::Install version that doesn't screw up auto_install.