You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building native extensions. This could take a while..
current` directory: /var/lib/gems/3.0.0/gems/websocket-driver-0.7.5/ext/websocket-driver
["/usr/bin/ruby3.0", "-I", "/usr/lib/ruby/vendor_ruby", "-r", "./siteconf20221207-1980-sxqm8n.rb", "extconf.rb"]
creating Makefile
current directory: /var/lib/gems/3.0.0/gems/websocket-driver-0.7.5/ext/websocket-driver
["make", "DESTDIR=", "clean"]
current directory: /var/lib/gems/3.0.0/gems/websocket-driver-0.7.5/ext/websocket-driver
["make", "DESTDIR="]
ERROR: Error installing websocket-driver:
ERROR: Failed to build gem native extension.
current directory: /var/lib/gems/3.0.0/gems/websocket-driver-0.7.5/ext/websocket-driver
/usr/bin/ruby3.0 -I /usr/lib/ruby/vendor_ruby -r ./siteconf20221207-1980-sxqm8n.rb extconf.rb
current directory: /var/lib/gems/3.0.0/gems/websocket-driver-0.7.5/ext/websocket-driver
make DESTDIR= clean
current directory: /var/lib/gems/3.0.0/gems/websocket-driver-0.7.5/ext/websocket-driver
make DESTDIR=
make failedNo such file or directory - make
Gem files will remain installed in /var/lib/gems/3.0.0/gems/websocket-driver-0.7.5 for inspection.
Results logged to /var/lib/gems/3.0.0/extensions/x86_64-linux/3.0.0/websocket-driver-0.7.5/gem_make.out
Other versions I have also tried all lead to the same error
The text was updated successfully, but these errors were encountered:
This looks as though you don't have make installed, which is required for building native extensions. The best way to get the C build toolchain installed on Ubuntu is to install the build-essential package.
Wanted to install Ruby on Rails normally, installation failed on websocket-driver.
Output:
Other versions I have also tried all lead to the same error
The text was updated successfully, but these errors were encountered: