The file may be an accidental checkin, but the bug is real. I should be able to 
handle a file with ~ in the filename.

JD

From: [email protected] 
[mailto:[email protected]] On Behalf Of Michael Letterle
Sent: Thursday, January 22, 2009 1:32 PM
To: [email protected]
Subject: Re: [Ironruby-core] Zlib::Inflate error when installing gems

/USUALLY/ filenames ending in ~ are backup files.. are you sure the file causes 
issues is a critical file?
On Thu, Jan 22, 2009 at 3:19 PM, Ivan Porto Carrero 
<[email protected]<mailto:[email protected]>> wrote:
I think you are aware of the error.. but I'd like to mention on the list that 
you can get around it by first installing the gem in MRI that seems to make it 
go away.

> igem install bacon
ERROR:  While executing gem ... (TypeError)
    allocator undefined for Zlib::Inflate
+ C:\Users\Ivan Porto Carrero
> gem install bacon
Successfully installed bacon-1.1.0
1 gem installed
Installing ri documentation for bacon-1.1.0...
Installing RDoc documentation for bacon-1.1.0...
+ C:\Users\Ivan Porto Carrero
> igem install bacon
Successfully installed bacon-1.1.0
1 gem installed
Installing ri documentation for bacon-1.1.0...
Installing RDoc documentation for bacon-1.1.0...
ERROR:  While executing gem ... (TypeError)
    can't convert Array into String

To install the rails gem there is only one issue remaining and that has to do 
with a file in the actionmailer test fixtures. The name of the file ends in a ~ 
and apparently ironruby doesn't like that.


_______________________________________________
Ironruby-core mailing list
[email protected]<mailto:[email protected]>
http://rubyforge.org/mailman/listinfo/ironruby-core



--
Michael Letterle
[Polymath Prokrammer]
http://blog.prokrams.com

_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to