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.
