-
Notifications
You must be signed in to change notification settings - Fork 354
Description
Hi
I'm trying to install plugin in redmine 3.3.2-2 but in my installation the plugin told to update bundle
in start of upadate, I have this error (json did not installed):
FYI : I'll try to install 'sudo apt-get install libgmp3-dev' but with any result
`bundle update json
Fetching gem metadata from https://rubygems.org/...........
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Resolving dependencies......
Using rake 12.0.0
Using i18n 0.8.0
Installing json 1.8.6 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
/home/redmine/redmine-3.3.2-2/ruby/bin/ruby extconf.rb
creating Makefile
make "DESTDIR=" clean
sh: 1: make: not found
make "DESTDIR="
sh: 1: make: not found
make failed, exit code 127
Gem files will remain installed in /home/redmine/redmine-3.3.2-2/ruby/lib/ruby/gems/2.1.0/gems/json-1.8.6 for inspection.
Results logged to /home/redmine/redmine-3.3.2-2/ruby/lib/ruby/gems/2.1.0/extensions/x86_64-linux/2.1.0-static/json-1.8.6/gem_make.out
An error occurred while installing json (1.8.6), and Bundler cannot continue.
Make sure that gem install json -v '1.8.6'
succeeds before bundling.
`
Thanks a lot