On Thu, Oct 30, 2008 at 06:49:06PM +0200, Shlomi Fish wrote:
> Hi all!
> 
> I'm getting the following problem:
> 
> http://www.shlomifish.org/Files/files/code/smoking-C-A-S-Tangram.txt
> 
> when running
> 
> {{{
> ~/apps/perl-5.10.0/bin/perl  -MCPANPLUS::YACSmoke -e 
> 'CPANPLUS::YACSmoke::test("B/BO/BOBTFISH/Catalyst-Authentication-Store-Tangram-0.005.tar.gz")'
>  
> > yacsmoke-dump.txt 2>&1
> }}}
> 
> What should I do about it?
> 

I know we tried various things yesterday when you mentioned this on freenode 
#perl

I did see this in the output:

[MSG] Known uninstallable prereqs Catalyst-Runtime-5.7015 - aborting install
[MSG] Will not install prerequisite 'Catalyst' -- Note that the overall install 
may fail due to this

You should probably remove your cpansmoke.dat.* files ( they will be in your 
.cpanplus directory )

Either that or reset the mark for that distribution.

To check what the mark is:

~/apps/perl-5.10.0/bin/perl  -MCPANPLUS::YACSmoke -e 
'CPANPLUS::YACSmoke::test("Catalyst::Runtime");'

To reset:

~/apps/perl-5.10.0/bin/perl  -MCPANPLUS::YACSmoke -e 
'CPANPLUS::YACSmoke::test("Catalyst::Runtime","none");'

Cheers,

-- 
Chris Williams
aka BinGOs
PGP ID 0x4658671F
http://www.gumbynet.org.uk
==========================

Attachment: pgpi3AXtU2FtI.pgp
Description: PGP signature

Reply via email to