This repository has been archived by the owner on Nov 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Can't run on nanobox: can't modify frozen Array #28
Comments
@tarcieri it looks like it's failing on this line: https://github.com/crypto-rb/rbnacl-libsodium/blob/master/ext/rbnacl/extconf.rb#L22 it looks like we are trying to append to a frozen array. this was introduced by fb8bfb6 |
With the
|
Building from github doesn't work. The git submodule for libsodium doesn't have the configure script, so it's going to fail. I'll post a comment on your other issue regarding that. |
FYI: I plan on deprecating this gem. Therefore I am closing all other open issues. Please discuss any concerns on #29. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying to run this on nanobox.io. At first I was getting the "TypeError: no implicit conversion of nil into String" error found on #25. I then updated the Gemfile to fetch the latest revision from github, and now I get this error:
Isolated repo here: https://github.com/steveklebanoff/libsodium-nanobox-example/blob/master/README.md
The text was updated successfully, but these errors were encountered: