ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:115117] [Ruby master Bug#19967] Already installed libruby.dylib is used for test on macOS
@ 2023-10-20 12:12 nobu (Nobuyoshi Nakada) via ruby-core
  2024-02-24 15:23 ` [ruby-core:116928] " nagachika (Tomoyuki Chikanaga) via ruby-core
  2025-01-24 11:47 ` [ruby-core:120780] " saagarjha (Saagar Jha) via ruby-core
  0 siblings, 2 replies; 3+ messages in thread
From: nobu (Nobuyoshi Nakada) via ruby-core @ 2023-10-20 12:12 UTC (permalink / raw)
  To: ruby-core; +Cc: nobu (Nobuyoshi Nakada)

Issue #19967 has been reported by nobu (Nobuyoshi Nakada).

----------------------------------------
Bug #19967: Already installed libruby.dylib is used for test on macOS
https://bugs.ruby-lang.org/issues/19967

* Author: nobu (Nobuyoshi Nakada)
* Status: Assigned
* Priority: Normal
* Assignee: nobu (Nobuyoshi Nakada)
* Backport: 3.0: REQUIRED, 3.1: REQUIRED, 3.2: REQUIRED
----------------------------------------
On macOS, in the case of `--enable-shared` and `--disable-load-relative`, already install libruby.dylib is used during tests if exists.
This is because since [Bug #14992], `DYLD_FALLBACK_LIBRARY_PATH` is used instead of `DYLD_LIBRARY_PATH`.
The latter environment variable is used preferentially, whereas the former is used as a fallback, as the name implies.



-- 
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] 3+ messages in thread

* [ruby-core:116928] [Ruby master Bug#19967] Already installed libruby.dylib is used for test on macOS
  2023-10-20 12:12 [ruby-core:115117] [Ruby master Bug#19967] Already installed libruby.dylib is used for test on macOS nobu (Nobuyoshi Nakada) via ruby-core
@ 2024-02-24 15:23 ` nagachika (Tomoyuki Chikanaga) via ruby-core
  2025-01-24 11:47 ` [ruby-core:120780] " saagarjha (Saagar Jha) via ruby-core
  1 sibling, 0 replies; 3+ messages in thread
From: nagachika (Tomoyuki Chikanaga) via ruby-core @ 2024-02-24 15:23 UTC (permalink / raw)
  To: ruby-core; +Cc: nagachika (Tomoyuki Chikanaga)

Issue #19967 has been updated by nagachika (Tomoyuki Chikanaga).

Backport changed from 3.0: REQUIRED, 3.1: REQUIRED, 3.2: REQUIRED to 3.0: REQUIRED, 3.1: REQUIRED, 3.2: DONE

ruby_3_2 3960d894d98d20540e646a0d6c2186a2d676b96c merged revision(s) 665b4c5b2a31078d7db0173ad60daad0b463c1fd,642875e474b4e6a13770b1dbbc33d466ba5e0718,54b9b80b84760717aadb8bf67f638785ed895a58,361bce8d2c4c90a01eb3b7365a87dec0d93bb2b6.

----------------------------------------
Bug #19967: Already installed libruby.dylib is used for test on macOS
https://bugs.ruby-lang.org/issues/19967#change-106964

* Author: nobu (Nobuyoshi Nakada)
* Status: Closed
* Assignee: nobu (Nobuyoshi Nakada)
* Backport: 3.0: REQUIRED, 3.1: REQUIRED, 3.2: DONE
----------------------------------------
On macOS, in the case of `--enable-shared` and `--disable-load-relative`, already install libruby.dylib is used during tests if exists.
This is because since [Bug #14992], `DYLD_FALLBACK_LIBRARY_PATH` is used instead of `DYLD_LIBRARY_PATH`.
The latter environment variable is used preferentially, whereas the former is used as a fallback, as the name implies.



-- 
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] 3+ messages in thread

* [ruby-core:120780] [Ruby master Bug#19967] Already installed libruby.dylib is used for test on macOS
  2023-10-20 12:12 [ruby-core:115117] [Ruby master Bug#19967] Already installed libruby.dylib is used for test on macOS nobu (Nobuyoshi Nakada) via ruby-core
  2024-02-24 15:23 ` [ruby-core:116928] " nagachika (Tomoyuki Chikanaga) via ruby-core
@ 2025-01-24 11:47 ` saagarjha (Saagar Jha) via ruby-core
  1 sibling, 0 replies; 3+ messages in thread
From: saagarjha (Saagar Jha) via ruby-core @ 2025-01-24 11:47 UTC (permalink / raw)
  To: ruby-core; +Cc: saagarjha (Saagar Jha)

Issue #19967 has been updated by saagarjha (Saagar Jha).


Hi! Sorry if this is the wrong place to ask (it's my first time here), but does this not break the --enable-load-relative case? Wasn't the commit that this reverts added to make sure mkmf works for those builds?

----------------------------------------
Bug #19967: Already installed libruby.dylib is used for test on macOS
https://bugs.ruby-lang.org/issues/19967#change-111648

* Author: nobu (Nobuyoshi Nakada)
* Status: Closed
* Assignee: nobu (Nobuyoshi Nakada)
* Backport: 3.0: REQUIRED, 3.1: REQUIRED, 3.2: DONE
----------------------------------------
On macOS, in the case of `--enable-shared` and `--disable-load-relative`, already install libruby.dylib is used during tests if exists.
This is because since [Bug #14992], `DYLD_FALLBACK_LIBRARY_PATH` is used instead of `DYLD_LIBRARY_PATH`.
The latter environment variable is used preferentially, whereas the former is used as a fallback, as the name implies.



-- 
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/lists/ruby-core.ml.ruby-lang.org/

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

end of thread, other threads:[~2025-01-24 11:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-20 12:12 [ruby-core:115117] [Ruby master Bug#19967] Already installed libruby.dylib is used for test on macOS nobu (Nobuyoshi Nakada) via ruby-core
2024-02-24 15:23 ` [ruby-core:116928] " nagachika (Tomoyuki Chikanaga) via ruby-core
2025-01-24 11:47 ` [ruby-core:120780] " saagarjha (Saagar Jha) 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 NNTP newsgroup(s).