Skip Menu |

This queue is for tickets about the local-lib CPAN distribution.

Report information
The Basics
Id: 69200
Status: rejected
Priority: 0/
Queue: local-lib

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

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



Subject: OS X - unexpected behaviour

Message body is not shown because it is too large.

Subject: MyConfig.pm
$CPAN::Config = { 'applypatch' => q[], 'auto_commit' => q[0], 'build_cache' => q[100], 'build_dir' => q[/Users/leegoddard/.cpan/build], 'build_dir_reuse' => q[0], 'build_requires_install_policy' => q[yes], 'bzip2' => q[/usr/bin/bzip2], 'cache_metadata' => q[1], 'check_sigs' => q[0], 'commandnumber_in_prompt' => q[1], 'connect_to_internet_ok' => q[1], 'cpan_home' => q[/Users/leegoddard/.cpan], 'ftp_passive' => q[1], 'ftp_proxy' => q[], 'getcwd' => q[cwd], 'gpg' => q[/usr/local/bin/gpg], 'gzip' => q[/usr/bin/gzip], 'halt_on_failure' => q[0], 'histfile' => q[/Users/leegoddard/.cpan/histfile], 'histsize' => q[100], 'http_proxy' => q[], 'inactivity_timeout' => q[0], 'index_expire' => q[1], 'inhibit_startup_message' => q[0], 'keep_source_where' => q[/Users/leegoddard/.cpan/sources], 'load_module_verbosity' => q[none], 'make' => q[/usr/bin/make], 'make_arg' => q[], 'make_install_arg' => q[], 'make_install_make_command' => q[/usr/bin/make], 'makepl_arg' => q[], 'mbuild_arg' => q[], 'mbuild_install_arg' => q[], 'mbuild_install_build_command' => q[./Build], 'mbuildpl_arg' => q[], 'no_proxy' => q[], 'pager' => q[/usr/bin/less], 'patch' => q[/usr/bin/patch], 'perl5lib_verbosity' => q[none], 'prefer_external_tar' => q[1], 'prefer_installer' => q[MB], 'prefs_dir' => q[/Users/leegoddard/.cpan/prefs], 'prerequisites_policy' => q[follow], 'scan_cache' => q[atstart], 'shell' => q[/bin/bash], 'show_unparsable_versions' => q[0], 'show_upload_date' => q[0], 'show_zero_versions' => q[0], 'tar' => q[/usr/bin/tar], 'tar_verbosity' => q[none], 'term_is_latin' => q[1], 'term_ornaments' => q[1], 'test_report' => q[0], 'trust_test_report_history' => q[0], 'unzip' => q[/usr/bin/unzip], 'urllist' => [q[http://mirror.tje.me.uk/pub/mirrors/ftp.cpan.org/], q[http://mirror.ihost.md/CPAN/], q[http://mirror.ibcp.fr/pub/CPAN/]], 'use_sqlite' => q[0], 'version_timeout' => q[15], 'wget' => q[/usr/local/bin/wget], 'yaml_load_code' => q[0], 'yaml_module' => q[YAML], }; 1; __END__
You forgot to put the relevant bits in your shell rc file.
Subject: Re: [rt.cpan.org #69200] OS X - unexpected behaviour
Date: Thu, 14 Jul 2011 08:22:43 +0200
To: bug-local-lib [...] rt.cpan.org
From: Lee Goddard <leegee [...] gmail.com>
On 14/07/2011 04:31, Chris Nehren via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=69200 > > > You forgot to put the relevant bits in your shell rc file.
I thought I followed the instructions to the letter, but maybe I didn't. I don't know OS X at all. But .bashrc has this: eval $(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib) export PERL_LOCAL_LIB_ROOT="/Users/leegoddard/perl5"; export PERL_MB_OPT="--install_base /Users/leegoddard/perl5"; export PERL_MM_OPT="INSTALL_BASE=/Users/leegoddard/perl5"; export PERL5LIB="/Users/leegoddard/perl5/lib/perl5/darwin-multi-ld-2level:/Users/leegoddard/perl5/lib/perl5"; export PATH="/Users/leegoddard/perl5/bin:$PATH";
Subject: Re: [rt.cpan.org #69200] OS X - unexpected behaviour
Date: Thu, 14 Jul 2011 08:36:46 +0200
To: bug-local-lib [...] rt.cpan.org
From: Lee Goddard <leegee [...] gmail.com>
Re-opened automatically, in error - please close this ticket. I"ll redo the install step-by-step with great care, and file again if appropriate. Thanks in anticipation for what looks like it will be a very helpful module. On 14/07/2011 08:23, lee@leegoddard.net via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=69200> > > > > On 14/07/2011 04:31, Chris Nehren via RT wrote:
>> <URL: https://rt.cpan.org/Ticket/Display.html?id=69200> >> >> You forgot to put the relevant bits in your shell rc file.
> I thought I followed the instructions to the letter, but maybe I didn't. > > I don't know OS X at all. But .bashrc has this: > > eval $(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib) > > export PERL_LOCAL_LIB_ROOT="/Users/leegoddard/perl5"; > export PERL_MB_OPT="--install_base /Users/leegoddard/perl5"; > export PERL_MM_OPT="INSTALL_BASE=/Users/leegoddard/perl5"; > export > PERL5LIB="/Users/leegoddard/perl5/lib/perl5/darwin-multi-ld-2level:/Users/leegoddard/perl5/lib/perl5"; > export PATH="/Users/leegoddard/perl5/bin:$PATH"; > > > >