ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:117036] [Ruby master Bug#20321] `require': cannot load such file
@ 2024-03-01 23:30 Justman10000 (Justin Nogossek) via ruby-core
  2024-03-03  0:15 ` [ruby-core:117040] " nobu (Nobuyoshi Nakada) via ruby-core
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Justman10000 (Justin Nogossek) via ruby-core @ 2024-03-01 23:30 UTC (permalink / raw
  To: ruby-core; +Cc: Justman10000 (Justin Nogossek)

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)



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:117040] [Ruby master Bug#20321] `require': cannot load such file
  2024-03-01 23:30 [ruby-core:117036] [Ruby master Bug#20321] `require': cannot load such file Justman10000 (Justin Nogossek) via ruby-core
@ 2024-03-03  0:15 ` nobu (Nobuyoshi Nakada) via ruby-core
  2024-03-03 12:57 ` [ruby-core:117042] " Justman10000 (Justin Nogossek) via ruby-core
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: nobu (Nobuyoshi Nakada) via ruby-core @ 2024-03-03  0:15 UTC (permalink / raw
  To: ruby-core; +Cc: nobu (Nobuyoshi Nakada)

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)



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:117042] [Ruby master Bug#20321] `require': cannot load such file
  2024-03-01 23:30 [ruby-core:117036] [Ruby master Bug#20321] `require': cannot load such file Justman10000 (Justin Nogossek) via ruby-core
  2024-03-03  0:15 ` [ruby-core:117040] " nobu (Nobuyoshi Nakada) via ruby-core
@ 2024-03-03 12:57 ` Justman10000 (Justin Nogossek) via ruby-core
  2024-03-06  2:12 ` [ruby-core:117061] " kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Justman10000 (Justin Nogossek) via ruby-core @ 2024-03-03 12:57 UTC (permalink / raw
  To: ruby-core; +Cc: Justman10000 (Justin Nogossek)

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)



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:117061] [Ruby master Bug#20321] `require': cannot load such file
  2024-03-01 23:30 [ruby-core:117036] [Ruby master Bug#20321] `require': cannot load such file Justman10000 (Justin Nogossek) via ruby-core
  2024-03-03  0:15 ` [ruby-core:117040] " nobu (Nobuyoshi Nakada) via ruby-core
  2024-03-03 12:57 ` [ruby-core:117042] " Justman10000 (Justin Nogossek) via ruby-core
@ 2024-03-06  2:12 ` kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core
  2024-03-07 16:02 ` [ruby-core:117075] " Justman10000 (Justin Nogossek) via ruby-core
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core @ 2024-03-06  2:12 UTC (permalink / raw
  To: ruby-core; +Cc: kjtsanaktsidis (KJ Tsanaktsidis)

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)



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:117075] [Ruby master Bug#20321] `require': cannot load such file
  2024-03-01 23:30 [ruby-core:117036] [Ruby master Bug#20321] `require': cannot load such file Justman10000 (Justin Nogossek) via ruby-core
                   ` (2 preceding siblings ...)
  2024-03-06  2:12 ` [ruby-core:117061] " kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core
@ 2024-03-07 16:02 ` Justman10000 (Justin Nogossek) via ruby-core
  2024-03-07 18:17 ` [ruby-core:117080] " Justman10000 (Justin Nogossek) via ruby-core
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Justman10000 (Justin Nogossek) via ruby-core @ 2024-03-07 16:02 UTC (permalink / raw
  To: ruby-core; +Cc: Justman10000 (Justin Nogossek)

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)



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:117080] [Ruby master Bug#20321] `require': cannot load such file
  2024-03-01 23:30 [ruby-core:117036] [Ruby master Bug#20321] `require': cannot load such file Justman10000 (Justin Nogossek) via ruby-core
                   ` (3 preceding siblings ...)
  2024-03-07 16:02 ` [ruby-core:117075] " Justman10000 (Justin Nogossek) via ruby-core
@ 2024-03-07 18:17 ` Justman10000 (Justin Nogossek) via ruby-core
  2024-03-07 19:54 ` [ruby-core:117081] " kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Justman10000 (Justin Nogossek) via ruby-core @ 2024-03-07 18:17 UTC (permalink / raw
  To: ruby-core; +Cc: Justman10000 (Justin Nogossek)

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)



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:117081] [Ruby master Bug#20321] `require': cannot load such file
  2024-03-01 23:30 [ruby-core:117036] [Ruby master Bug#20321] `require': cannot load such file Justman10000 (Justin Nogossek) via ruby-core
                   ` (4 preceding siblings ...)
  2024-03-07 18:17 ` [ruby-core:117080] " Justman10000 (Justin Nogossek) via ruby-core
@ 2024-03-07 19:54 ` kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core
  2024-03-07 20:03 ` [ruby-core:117082] " Justman10000 (Justin Nogossek) via ruby-core
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core @ 2024-03-07 19:54 UTC (permalink / raw
  To: ruby-core; +Cc: kjtsanaktsidis (KJ Tsanaktsidis)

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)



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:117082] [Ruby master Bug#20321] `require': cannot load such file
  2024-03-01 23:30 [ruby-core:117036] [Ruby master Bug#20321] `require': cannot load such file Justman10000 (Justin Nogossek) via ruby-core
                   ` (5 preceding siblings ...)
  2024-03-07 19:54 ` [ruby-core:117081] " kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core
@ 2024-03-07 20:03 ` Justman10000 (Justin Nogossek) via ruby-core
  2024-03-07 20:05 ` [ruby-core:117083] " kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Justman10000 (Justin Nogossek) via ruby-core @ 2024-03-07 20:03 UTC (permalink / raw
  To: ruby-core; +Cc: Justman10000 (Justin Nogossek)

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)



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:117083] [Ruby master Bug#20321] `require': cannot load such file
  2024-03-01 23:30 [ruby-core:117036] [Ruby master Bug#20321] `require': cannot load such file Justman10000 (Justin Nogossek) via ruby-core
                   ` (6 preceding siblings ...)
  2024-03-07 20:03 ` [ruby-core:117082] " Justman10000 (Justin Nogossek) via ruby-core
@ 2024-03-07 20:05 ` kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core
  2024-03-08 13:06 ` [ruby-core:117089] " Justman10000 (Justin Nogossek) via ruby-core
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core @ 2024-03-07 20:05 UTC (permalink / raw
  To: ruby-core; +Cc: kjtsanaktsidis (KJ Tsanaktsidis)

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)



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:117089] [Ruby master Bug#20321] `require': cannot load such file
  2024-03-01 23:30 [ruby-core:117036] [Ruby master Bug#20321] `require': cannot load such file Justman10000 (Justin Nogossek) via ruby-core
                   ` (7 preceding siblings ...)
  2024-03-07 20:05 ` [ruby-core:117083] " kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core
@ 2024-03-08 13:06 ` Justman10000 (Justin Nogossek) via ruby-core
  2024-03-08 13:16 ` [ruby-core:117090] " kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Justman10000 (Justin Nogossek) via ruby-core @ 2024-03-08 13:06 UTC (permalink / raw
  To: ruby-core; +Cc: Justman10000 (Justin Nogossek)

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)



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:117090] [Ruby master Bug#20321] `require': cannot load such file
  2024-03-01 23:30 [ruby-core:117036] [Ruby master Bug#20321] `require': cannot load such file Justman10000 (Justin Nogossek) via ruby-core
                   ` (8 preceding siblings ...)
  2024-03-08 13:06 ` [ruby-core:117089] " Justman10000 (Justin Nogossek) via ruby-core
@ 2024-03-08 13:16 ` kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core
  2024-03-08 13:42 ` [ruby-core:117091] " Justman10000 (Justin Nogossek) via ruby-core
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core @ 2024-03-08 13:16 UTC (permalink / raw
  To: ruby-core; +Cc: kjtsanaktsidis (KJ Tsanaktsidis)

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)



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:117091] [Ruby master Bug#20321] `require': cannot load such file
  2024-03-01 23:30 [ruby-core:117036] [Ruby master Bug#20321] `require': cannot load such file Justman10000 (Justin Nogossek) via ruby-core
                   ` (9 preceding siblings ...)
  2024-03-08 13:16 ` [ruby-core:117090] " kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core
@ 2024-03-08 13:42 ` Justman10000 (Justin Nogossek) via ruby-core
  2024-03-08 18:04 ` [ruby-core:117093] " Justman10000 (Justin Nogossek) via ruby-core
  2024-03-12  7:02 ` [ruby-core:117111] " kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core
  12 siblings, 0 replies; 14+ messages in thread
From: Justman10000 (Justin Nogossek) via ruby-core @ 2024-03-08 13:42 UTC (permalink / raw
  To: ruby-core; +Cc: Justman10000 (Justin Nogossek)

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)



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:117093] [Ruby master Bug#20321] `require': cannot load such file
  2024-03-01 23:30 [ruby-core:117036] [Ruby master Bug#20321] `require': cannot load such file Justman10000 (Justin Nogossek) via ruby-core
                   ` (10 preceding siblings ...)
  2024-03-08 13:42 ` [ruby-core:117091] " Justman10000 (Justin Nogossek) via ruby-core
@ 2024-03-08 18:04 ` Justman10000 (Justin Nogossek) via ruby-core
  2024-03-12  7:02 ` [ruby-core:117111] " kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core
  12 siblings, 0 replies; 14+ messages in thread
From: Justman10000 (Justin Nogossek) via ruby-core @ 2024-03-08 18:04 UTC (permalink / raw
  To: ruby-core; +Cc: Justman10000 (Justin Nogossek)

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)



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:117111] [Ruby master Bug#20321] `require': cannot load such file
  2024-03-01 23:30 [ruby-core:117036] [Ruby master Bug#20321] `require': cannot load such file Justman10000 (Justin Nogossek) via ruby-core
                   ` (11 preceding siblings ...)
  2024-03-08 18:04 ` [ruby-core:117093] " Justman10000 (Justin Nogossek) via ruby-core
@ 2024-03-12  7:02 ` kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core
  12 siblings, 0 replies; 14+ messages in thread
From: kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core @ 2024-03-12  7:02 UTC (permalink / raw
  To: ruby-core; +Cc: kjtsanaktsidis (KJ Tsanaktsidis)

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)



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-03-12  7:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-01 23:30 [ruby-core:117036] [Ruby master Bug#20321] `require': cannot load such file Justman10000 (Justin Nogossek) via ruby-core
2024-03-03  0:15 ` [ruby-core:117040] " nobu (Nobuyoshi Nakada) via ruby-core
2024-03-03 12:57 ` [ruby-core:117042] " Justman10000 (Justin Nogossek) via ruby-core
2024-03-06  2:12 ` [ruby-core:117061] " kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core
2024-03-07 16:02 ` [ruby-core:117075] " Justman10000 (Justin Nogossek) via ruby-core
2024-03-07 18:17 ` [ruby-core:117080] " Justman10000 (Justin Nogossek) via ruby-core
2024-03-07 19:54 ` [ruby-core:117081] " kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core
2024-03-07 20:03 ` [ruby-core:117082] " Justman10000 (Justin Nogossek) via ruby-core
2024-03-07 20:05 ` [ruby-core:117083] " kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core
2024-03-08 13:06 ` [ruby-core:117089] " Justman10000 (Justin Nogossek) via ruby-core
2024-03-08 13:16 ` [ruby-core:117090] " kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core
2024-03-08 13:42 ` [ruby-core:117091] " Justman10000 (Justin Nogossek) via ruby-core
2024-03-08 18:04 ` [ruby-core:117093] " Justman10000 (Justin Nogossek) via ruby-core
2024-03-12  7:02 ` [ruby-core:117111] " kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).