Justman10000 (Justin Nogossek)
- Login: Justman10000
- Registered on: 03/01/2024
- Last sign in: 03/08/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/08/2024
-
06:04 PM Ruby Bug #20321: `require': cannot load such file
- Has been done
-
01:42 PM Ruby Bug #20321: `require': cannot load such file
- 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... -
01:06 PM Ruby Bug #20321: `require': cannot load such file
- kjtsanaktsidis (KJ Tsanaktsidis) wrote in #note-8:
> I need the output that those commands printed, though.
Get [here](https://dist.justman10000.de/log)
03/07/2024
-
08:03 PM Ruby Bug #20321: `require': cannot load such file
- kjtsanaktsidis (KJ Tsanaktsidis) wrote in #note-6:
> V=1 make the ruby build system print out all the commands it is running.
> ...
```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.... -
06:17 PM Ruby Bug #20321: `require': cannot load such file
- And i have now this:
> `read': No such file or directory @ rb_sysopen - .ruby-version.sample -
04:02 PM Ruby Bug #20321: `require': cannot load such file
- 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.
Worki...
03/03/2024
-
12:57 PM Ruby Bug #20321: `require': cannot load such file
- nobu (Nobuyoshi Nakada) wrote in #note-1:
> What did you try to do at that time?
> ...
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-...
03/01/2024
-
11:30 PM Ruby Bug #20321 (Feedback): `require': cannot load such file
- 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)