Any minqw32 is for windows and you are deploying to Linux servers so ya it will be a problem. You might want to take a closer look at your gemfile and see if there are any other windows specific gems in there.
Bob On Monday, April 30, 2012 6:09:30 PM UTC-4, jhstephenson wrote: > > Tried it without it and it did the same thing. > > On Monday, April 30, 2012 4:06:12 PM UTC-6, jhstephenson wrote: >> >> Any ideas on this? I tried a couple of things today and it still bombs >> out at the same place. >> >> As a side note. I installed the app on engineyard and had a few issues >> there too. The main one was that in gemfile.lock it references mysql2 >> (0.2.18-x86-mingw32), their support staff had me remove the "-x86-mingw32" >> part and then it worked. At least temporarily. Today it is not working so >> well. >> >> Could that cause a problem with Heroku as well? >> >> On Sunday, April 29, 2012 1:03:35 PM UTC-6, jhstephenson wrote: >>> >>> *Hobo 1.3.0 >>> * >>> On Sun, Apr 29, 2012 at 7:21 AM, Bryan Larsen <[email protected]> wrote: >>> >>>> What version of Hobo are you using? That's a really strange error >>>> because although DRYML does invoke a "building native extensions" >>>> step, it doesn't actually do any compilation, it just uses the step to >>>> ensure that we get an early failure with a nice error message if >>>> openssl isn't installed. >>>> >>>> Bryan >>>> >>>> On Fri, Apr 27, 2012 at 10:46 PM, jhstephenson <[email protected]> >>>> wrote: >>>> > I am trying to deploy a test app to Heroku but get the following: >>>> > >>>> > -----> Installing gem hobo from http://gems.github.com, >>>> http://rubygems.org >>>> > Building native extensions. This could take a while... >>>> > Depending on your version of ruby, you may need to install ruby >>>> > rdoc/ri data: >>>> > >>>> > <= 1.8.6 : unsupported >>>> > = 1.8.7 : gem install rdoc-data; rdoc-data --install >>>> > = 1.9.1 : gem install rdoc-data; rdoc-data --install >>>> > >= 1.9.2 : nothing to do! Yay! >>>> > Building native extensions. This could take a while... >>>> > ERROR: While executing gem ... (ArgumentError) >>>> > invalid byte sequence in US-ASCII >>>> > ! Heroku push rejected, failed to install gem >>>> > >>>> > To [email protected]:falling-sky-3336.git >>>> > ! [remote rejected] master -> master (pre-receive hook declined) >>>> > error: failed to push some refs to >>>> '[email protected]:falling-sky-3336.git' >>>> > >>>> > Any ideas? >>>> > >>>> > >>>> > -- >>>> > You received this message because you are subscribed to the Google >>>> Groups >>>> > "Hobo Users" group. >>>> > To view this discussion on the web visit >>>> > https://groups.google.com/d/msg/hobousers/-/qc3d5IGl-FcJ. >>>> > To post to this group, send email to [email protected]. >>>> > To unsubscribe from this group, send email to >>>> > [email protected]. >>>> > For more options, visit this group at >>>> > http://groups.google.com/group/hobousers?hl=en. >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Hobo Users" group. >>>> To post to this group, send email to [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]. >>>> For more options, visit this group at >>>> http://groups.google.com/group/hobousers?hl=en. >>>> >>>> >>> -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/hobousers/-/EGFgQylEJDYJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
