[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Error when tryinh to install cached_model

abhishek

1/15/2007 5:16:00 AM

hi to all
when i m trying to install cached_model using gem so i m getting error
like below

$sudo gem install cached_model --include-dependencies
Illegal instruction (core dumped)

2 Answers

abhishek

1/15/2007 5:54:00 AM

0

Hi All!

The actual problem seems to be that cached_model requires hoe. Hoe
requires zentest.

So far so good... but unfortunately zentest seems to require hoe! So
it's a dependency loop. Anyone have any ideas as to how to break out of
this loop?

Regards,
-A
abhishek@uzanto.com wrote:
> hi to all
> when i m trying to install cached_model using gem so i m getting error
> like below
>
> $sudo gem install cached_model --include-dependencies
> Illegal instruction (core dumped)

Eric Hodel

1/15/2007 6:11:00 AM

0

On Jan 14, 2007, at 21:55, abhishek wrote:
> abhishek@uzanto.com wrote:
>> hi to all
>> when i m trying to install cached_model using gem so i m getting
>> error
>> like below
>>
>> $sudo gem install cached_model --include-dependencies
>> Illegal instruction (core dumped)
>
> The actual problem seems to be that cached_model requires hoe. Hoe
> requires zentest.
>
> So far so good... but unfortunately zentest seems to require hoe! So
> it's a dependency loop. Anyone have any ideas as to how to break
> out of
> this loop?

The mirrors should be cleared out now, but you may need to delete
your source cache in /path/to/ruby/lib/1.8/gems/source_cache to get
an updated copy.

If that doesn't work, see the third message of the above "Hoe
poisoned in Rubyforge" message for a workaround involving directly
downloading and installing hoe.

--
Eric Hodel - drbrain@segment7.net - http://blog.se...

A: Yes
Q: Is top-posting bad?
— Derek Milhous Zumsteg