Project

General

Profile

Actions

Bug #13724

closed

make install does not install bundled gems

Added by Eregon (Benoit Daloze) almost 7 years ago. Updated about 4 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 2.5.0dev (2017-07-06 trunk 59273) [x86_64-linux]
[ruby-core:81938]

Description

I believe the usual way to build C (autoconf) software is

autoconf
./configure --prefix=...
make
make install

However, such a sequence does not download nor install bundled gems.
One needs to "make up" before "make install".
This is also not documented in "make help" nor in the README:
https://github.com/ruby/ruby#how-to-compile-and-install

As a consequence many people who build ruby from the source repository might get a ruby without the usual bundled gems (and therefore different from a release).

As an example, did_you_mean does not work without "make up":

$ ruby -e 'p [].eac'

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0