Project

General

Profile

Actions

Bug #11937

closed

did_you_mean and other bundled gems are not installed by make install

Added by Eregon (Benoit Daloze) over 8 years ago. Updated over 8 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.4.0dev (2015-12-30 trunk 53388) [x86_64-linux]
[ruby-core:72652]

Description

did_you_mean and other bundled gems are not installed when doing a regular local build:

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

.../bin/ruby -e 'require "did_you_mean"'
=> LoadError

make update-gems before make install will make it work,
but this should be automatic (if no gems in gems/, download them and when gems/bundled_gems change fetch the new ones)
or at least documented.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0