[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Gem unpack problem

Alex Young

1/25/2007 11:32:00 AM

Does anybody have any idea why this happens?

$ gem unpack hoe-1.1.7.gem
ERROR: While executing gem ... (ArgumentError)
install directory "hoe-1.1.7" not absolute
$ gem unpack hoe
ERROR: While executing gem ... (ArgumentError)
install directory "hoe-1.1.7" not absolute
$ gem -v
0.9.1

This is on a relatively fresh Ubuntu install.

--
Alex

2 Answers

Rob Biedenharn

1/25/2007 1:35:00 PM

0


On Jan 25, 2007, at 6:31 AM, Alex Young wrote:

> Does anybody have any idea why this happens?
>
> $ gem unpack hoe-1.1.7.gem
> ERROR: While executing gem ... (ArgumentError)
> install directory "hoe-1.1.7" not absolute
> $ gem unpack hoe
> ERROR: While executing gem ... (ArgumentError)
> install directory "hoe-1.1.7" not absolute
> $ gem -v
> 0.9.1
>
> This is on a relatively fresh Ubuntu install.
>
> --
> Alex

https://rubyforge.org/tracker/...
func=detail&aid=7980&group_id=126&atid=575

Probably a bug. There's a suggested fix in the ticket comments.

-Rob

Rob Biedenharn http://agileconsult...
Rob@AgileConsultingLLC.com



Alex Young

1/25/2007 1:47:00 PM

0

Rob Biedenharn wrote:
>
> On Jan 25, 2007, at 6:31 AM, Alex Young wrote:
>
>> Does anybody have any idea why this happens?
>>
>> $ gem unpack hoe-1.1.7.gem
>> ERROR: While executing gem ... (ArgumentError)
>> install directory "hoe-1.1.7" not absolute
>> $ gem unpack hoe
>> ERROR: While executing gem ... (ArgumentError)
>> install directory "hoe-1.1.7" not absolute
>> $ gem -v
>> 0.9.1
>>
>> This is on a relatively fresh Ubuntu install.
>>
>> -- Alex
>
> https://rubyforge.org/tracker/index.php?func=detail&aid=7980&group_id=126&am...
>
>
> Probably a bug. There's a suggested fix in the ticket comments.
That looks like it. Thanks.

--
Alex