Bug 53857 - /usr/lib/ruby/bin/ruby: No such file or directory -- irb (LoadError)
Summary: /usr/lib/ruby/bin/ruby: No such file or directory -- irb (LoadError)
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: ruby (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: majioa@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-15 19:09 MSK by Vitaly Chikunov
Modified: 2025-04-15 19:09 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 Vitaly Chikunov 2025-04-15 19:09:37 MSK
Каждый апгрейд системы, это решение новых загадок с ruby.

в проекте где используется bundler:

debuginfo:~/debuginfer$ bundle show
Gems included by the bundle:
  * bundler (2.4.18)
  * ffi (1.17.2)
  * ffi-libarchive (1.1.14)
  * rack (3.1.13)
  * rocksdb-ruby (1.0.4)
  * sys-filesystem (1.5.3)
  * thread (0.2.2)
  * zlib (3.2.1)
debuginfo:~/debuginfer$ irb
irb(main):001> require 'bundler/setup'
/usr/lib/ruby/bin/ruby: No such file or directory -- irb (LoadError)
debuginfo:~/debuginfer$