delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2004/10/31/15:05:47

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Date: Sun, 31 Oct 2004 12:05:38 -0800
From: Yitzchak Scott-Thoennes <sthoenna AT efn DOT org>
To: cygwin AT cygwin DOT com
Subject: Re: CPAN module in Cygwin
Message-ID: <20041031200538.GA5664@efn.org>
References: <20041030201408 DOT 5926 DOT qmail AT web52203 DOT mail DOT yahoo DOT com>
Mime-Version: 1.0
In-Reply-To: <20041030201408.5926.qmail@web52203.mail.yahoo.com>
User-Agent: Mutt/1.4.1i
Organization: bs"d
X-IsSubscribed: yes

On Sat, Oct 30, 2004 at 01:14:08PM -0700, Elvin Peterson <elvin_peterson AT yahoo DOT com> wrote:
> Hello,
>    The CPAN command:
> 
> perl -MCPAN -e shell 
> 
> fails with:
> 
> Cannot open >/usr/lib/perl5/5.8.5/CPAN/Config.pm at
> /usr/lib/perl5/5.8.5/CPAN.pm line 1219
> 
> CPAN::Config::_configpmtest('/usr/lib/perl5/5.8.5/CPAN',
> '/usr/lib/perl5/5.8.5/CPAN/Config.pm') called at
> /usr/lib/perl5/5.8.5/CPAN.pm line 1253
> 	CPAN::Config::load('CPAN::Config') called at
> /usr/lib/perl5/5.8.5/CPAN.pm line 92
> 	CPAN::shell() called at -e line 1
> 
> It looks like it is trying to write to a file owned by
> Administrator.  Is there a workaround to install
> modules as a user?

After a *very* quick look at CPAN.pm, it looks like your
CPAN/Config.pm is incomplete, so it tries to rebuild it, but trips up
because it is not expecting the Config.pm file to not be writable when
the CPAN/ directory is writable.

This is IMO a CPAN bug.

You can find out what's missing by:

perl -MCPAN::Config -MCPAN -wle'print for CPAN::Config->missing_config_data'

As a workaround, you may just want to copy it to ~/.cpan/CPAN/Config.pm and use

perl -Mlib=$HOME/.cpan -MCPAN -eshell

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019