[ruby-core:117036] [Ruby master Bug#20321] `require': cannot load such file

Issue #20321 has been reported by Justman10000 (Justin Nogossek). ---------------------------------------- Bug #20321: `require': cannot load such file https://bugs.ruby-lang.org/issues/20321 * Author: Justman10000 (Justin Nogossek) * Status: Open * Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN ---------------------------------------- Hi, have this, when i would compile Ruby:
internal:<RUBY_PATH>/lib/rubygems/core_ext/kernel_require.rb:9:in `require': cannot load such file -- monitor (LoadError)

Issue #20321 has been updated by nobu (Nobuyoshi Nakada). Status changed from Open to Feedback What did you try to do at that time? And could you show more error logs around the line? ---------------------------------------- Bug #20321: `require': cannot load such file https://bugs.ruby-lang.org/issues/20321#change-107110 * Author: Justman10000 (Justin Nogossek) * Status: Feedback * Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN ---------------------------------------- Hi, have this, when i would compile Ruby:
internal:<RUBY_PATH>/lib/rubygems/core_ext/kernel_require.rb:9:in `require': cannot load such file -- monitor (LoadError)

Issue #20321 has been updated by Justman10000 (Justin Nogossek). nobu (Nobuyoshi Nakada) wrote in #note-1:
What did you try to do at that time? And could you show more error logs around the line?
The commands: ```shell version=3.3 underVersion=3.3.0 wget https://cache.ruby-lang.org/pub/ruby/$version/ruby-$underVersion.tar.gz gunzip ruby-$underVersion.tar.gz tar xvf ruby-$underVersion.tar mv ruby-$underVersion /usr/local/ruby rm -r ruby-$underVersion.tar cd /usr/local/ruby bash configure --disable-install-rdoc --disable-install-capi --prefix=/usr/local --with-ext=psych make install ``` ---------------------------------------- Bug #20321: `require': cannot load such file https://bugs.ruby-lang.org/issues/20321#change-107113 * Author: Justman10000 (Justin Nogossek) * Status: Feedback * Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN ---------------------------------------- Hi, have this, when i would compile Ruby:
internal:<RUBY_PATH>/lib/rubygems/core_ext/kernel_require.rb:9:in `require': cannot load such file -- monitor (LoadError)

Issue #20321 has been updated by kjtsanaktsidis (KJ Tsanaktsidis). Can you run with `make V=1 install` instead of `make install`, and attach the full compiler output? That should give a clearer idea of what stage of the build is going wrong. ---------------------------------------- Bug #20321: `require': cannot load such file https://bugs.ruby-lang.org/issues/20321#change-107135 * Author: Justman10000 (Justin Nogossek) * Status: Feedback * Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN ---------------------------------------- Hi, have this, when i would compile Ruby:
internal:<RUBY_PATH>/lib/rubygems/core_ext/kernel_require.rb:9:in `require': cannot load such file -- monitor (LoadError)

Issue #20321 has been updated by Justman10000 (Justin Nogossek). kjtsanaktsidis (KJ Tsanaktsidis) wrote in #note-3:
Can you run with `make V=1 install` instead of `make install`, and attach the full compiler output? That should give a clearer idea of what stage of the build is going wrong.
Working! But, what do the *V=1*? ---------------------------------------- Bug #20321: `require': cannot load such file https://bugs.ruby-lang.org/issues/20321#change-107149 * Author: Justman10000 (Justin Nogossek) * Status: Feedback * Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN ---------------------------------------- Hi, have this, when i would compile Ruby:
internal:<RUBY_PATH>/lib/rubygems/core_ext/kernel_require.rb:9:in `require': cannot load such file -- monitor (LoadError)

Issue #20321 has been updated by Justman10000 (Justin Nogossek). And i have now this:
`read': No such file or directory @ rb_sysopen - .ruby-version.sample
---------------------------------------- Bug #20321: `require': cannot load such file https://bugs.ruby-lang.org/issues/20321#change-107154 * Author: Justman10000 (Justin Nogossek) * Status: Feedback * Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN ---------------------------------------- Hi, have this, when i would compile Ruby:
internal:<RUBY_PATH>/lib/rubygems/core_ext/kernel_require.rb:9:in `require': cannot load such file -- monitor (LoadError)

Issue #20321 has been updated by kjtsanaktsidis (KJ Tsanaktsidis). V=1 make the ruby build system print out all the commands it is running. Can you attach the complete output of all of the commands you used to build Ruby please? ---------------------------------------- Bug #20321: `require': cannot load such file https://bugs.ruby-lang.org/issues/20321#change-107155 * Author: Justman10000 (Justin Nogossek) * Status: Feedback * Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN ---------------------------------------- Hi, have this, when i would compile Ruby:
internal:<RUBY_PATH>/lib/rubygems/core_ext/kernel_require.rb:9:in `require': cannot load such file -- monitor (LoadError)

Issue #20321 has been updated by Justman10000 (Justin Nogossek). kjtsanaktsidis (KJ Tsanaktsidis) wrote in #note-6:
V=1 make the ruby build system print out all the commands it is running.
Can you attach the complete output of all of the commands you used to build Ruby please?
```shell wget http://ftp.ruby-lang.org/pub/ruby/3.3/ruby-3.3.0.zip unzip ruby-3.3.0.zip mv ruby-3.3.0 /usr/local/ruby cd /usr/local/ruby bash configure make V=1 install ``` ---------------------------------------- Bug #20321: `require': cannot load such file https://bugs.ruby-lang.org/issues/20321#change-107156 * Author: Justman10000 (Justin Nogossek) * Status: Feedback * Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN ---------------------------------------- Hi, have this, when i would compile Ruby:
internal:<RUBY_PATH>/lib/rubygems/core_ext/kernel_require.rb:9:in `require': cannot load such file -- monitor (LoadError)

Issue #20321 has been updated by kjtsanaktsidis (KJ Tsanaktsidis). I need the output that those commands printed, though. ---------------------------------------- Bug #20321: `require': cannot load such file https://bugs.ruby-lang.org/issues/20321#change-107157 * Author: Justman10000 (Justin Nogossek) * Status: Feedback * Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN ---------------------------------------- Hi, have this, when i would compile Ruby:
internal:<RUBY_PATH>/lib/rubygems/core_ext/kernel_require.rb:9:in `require': cannot load such file -- monitor (LoadError)

Issue #20321 has been updated by Justman10000 (Justin Nogossek). kjtsanaktsidis (KJ Tsanaktsidis) wrote in #note-8:
I need the output that those commands printed, though.
Get [here](https://dist.justman10000.de/log) ---------------------------------------- Bug #20321: `require': cannot load such file https://bugs.ruby-lang.org/issues/20321#change-107163 * Author: Justman10000 (Justin Nogossek) * Status: Feedback * Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN ---------------------------------------- Hi, have this, when i would compile Ruby:
internal:<RUBY_PATH>/lib/rubygems/core_ext/kernel_require.rb:9:in `require': cannot load such file -- monitor (LoadError)

Issue #20321 has been updated by kjtsanaktsidis (KJ Tsanaktsidis). Maybe I’m missing something but it looks like your build worked? I can’t see any error message and the build finishes by installing everything to the right place in /usr/local ---------------------------------------- Bug #20321: `require': cannot load such file https://bugs.ruby-lang.org/issues/20321#change-107164 * Author: Justman10000 (Justin Nogossek) * Status: Feedback * Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN ---------------------------------------- Hi, have this, when i would compile Ruby:
internal:<RUBY_PATH>/lib/rubygems/core_ext/kernel_require.rb:9:in `require': cannot load such file -- monitor (LoadError)

Issue #20321 has been updated by Justman10000 (Justin Nogossek). kjtsanaktsidis (KJ Tsanaktsidis) wrote in #note-10:
Maybe I’m missing something but it looks like your build worked? I can’t see any error message and the build finishes by installing everything to the right place in /usr/local
Yes, but the error mentioned above occurs ---------------------------------------- Bug #20321: `require': cannot load such file https://bugs.ruby-lang.org/issues/20321#change-107165 * Author: Justman10000 (Justin Nogossek) * Status: Feedback * Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN ---------------------------------------- Hi, have this, when i would compile Ruby:
internal:<RUBY_PATH>/lib/rubygems/core_ext/kernel_require.rb:9:in `require': cannot load such file -- monitor (LoadError)

Issue #20321 has been updated by Justman10000 (Justin Nogossek). Has been done ---------------------------------------- Bug #20321: `require': cannot load such file https://bugs.ruby-lang.org/issues/20321#change-107167 * Author: Justman10000 (Justin Nogossek) * Status: Feedback * Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN ---------------------------------------- Hi, have this, when i would compile Ruby:
internal:<RUBY_PATH>/lib/rubygems/core_ext/kernel_require.rb:9:in `require': cannot load such file -- monitor (LoadError)

Issue #20321 has been updated by kjtsanaktsidis (KJ Tsanaktsidis).
Yes, but the error mentioned above occurs
I don't get it - what are you doing that make this error happen then? ---------------------------------------- Bug #20321: `require': cannot load such file https://bugs.ruby-lang.org/issues/20321#change-107187 * Author: Justman10000 (Justin Nogossek) * Status: Feedback * Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN ---------------------------------------- Hi, have this, when i would compile Ruby:
internal:<RUBY_PATH>/lib/rubygems/core_ext/kernel_require.rb:9:in `require': cannot load such file -- monitor (LoadError)
participants (3)
-
Justman10000 (Justin Nogossek)
-
kjtsanaktsidis (KJ Tsanaktsidis)
-
nobu (Nobuyoshi Nakada)