Ivan Porto Carrero
2009-Jan-22 20:19 UTC
[Ironruby-core] Zlib::Inflate error when installing gems
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. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20090122/79dbe447/attachment.html>
Michael Letterle
2009-Jan-22 21:32 UTC
[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 <ivan at flanders.co.nz>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 > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > >-- Michael Letterle [Polymath Prokrammer] http://blog.prokrams.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20090122/40380b0c/attachment-0001.html>
Jim Deville
2009-Jan-22 21:58 UTC
[Ironruby-core] Zlib::Inflate error when installing gems
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: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Michael Letterle Sent: Thursday, January 22, 2009 1:32 PM To: ironruby-core at rubyforge.org 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 <ivan at flanders.co.nz<mailto:ivan at flanders.co.nz>> 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 baconERROR: While executing gem ... (TypeError) allocator undefined for Zlib::Inflate + C:\Users\Ivan Porto Carrero> gem install baconSuccessfully 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 baconSuccessfully 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 Ironruby-core at rubyforge.org<mailto:Ironruby-core at rubyforge.org> http://rubyforge.org/mailman/listinfo/ironruby-core -- Michael Letterle [Polymath Prokrammer] http://blog.prokrams.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20090122/fa47d50c/attachment.html>
Jimmy Schementi
2009-Jan-22 22:42 UTC
[Ironruby-core] Zlib::Inflate error when installing gems
Please open a bug in rubyforge against me, I''ll take a look at it. From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Jim Deville Sent: Thursday, January 22, 2009 1:59 PM To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] Zlib::Inflate error when installing gems 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: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Michael Letterle Sent: Thursday, January 22, 2009 1:32 PM To: ironruby-core at rubyforge.org 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 <ivan at flanders.co.nz<mailto:ivan at flanders.co.nz>> 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 baconERROR: While executing gem ... (TypeError) allocator undefined for Zlib::Inflate + C:\Users\Ivan Porto Carrero> gem install baconSuccessfully 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 baconSuccessfully 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 Ironruby-core at rubyforge.org<mailto:Ironruby-core at rubyforge.org> http://rubyforge.org/mailman/listinfo/ironruby-core -- Michael Letterle [Polymath Prokrammer] http://blog.prokrams.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20090122/f45a461f/attachment.html>