Bug 36603 - Совсем не работает bundle
Summary: Совсем не работает bundle
Status: CLOSED WORKSFORME
Alias: None
Product: Sisyphus
Classification: Development
Component: bundle (show other bugs)
Version: unstable
Hardware: all Linux
: P3 blocker
Assignee: majioa@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-16 11:59 MSK by Anton Farygin
Modified: 2019-04-16 15:17 MSK (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Farygin 2019-04-16 11:59:34 MSK
На чистую систему поставил bundle. Пытаюсь запустить:
$ bundle install
Traceback (most recent call last):
        2: from /usr/bin/bundle:10:in `<main>'
        1: from /usr/lib/ruby/rubygems/core_ext/kernel_require.rb:59:in `require'
/usr/lib/ruby/rubygems/core_ext/kernel_require.rb:59:in `require': cannot load such file -- bundler (LoadError)

$ bundle install
Traceback (most recent call last):
        2: from /usr/bin/bundle:10:in `<main>'
        1: from /usr/lib/ruby/rubygems/core_ext/kernel_require.rb:59:in `require'
/usr/lib/ruby/rubygems/core_ext/kernel_require.rb:59:in `require': cannot load such file -- bundler (LoadError
Comment 1 Anton Farygin 2019-04-16 12:00:00 MSK
$ rpm -qa|grep bundle
ruby-bundler-2.0.1-alt1.noarch
bundle-2.0.1-alt1.noarch
Comment 2 Andrey Cherepanov 2019-04-16 15:17:12 MSK
$ hsh --initroot-only
$ hsh-install bundle
$ hsh-shell
$ cd ~/tmp
$ touch Gemfile
$ bundle
The Gemfile specifies no dependencies
Resolving dependencies...
Bundle complete! 0 Gemfile dependencies, 1 gem now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
$ bundle install
The Gemfile specifies no dependencies
Bundle complete! 0 Gemfile dependencies, 1 gem now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.