ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:99839] [Ruby master Bug#17142] Ruby fails to build in AIX
@ 2020-09-02 14:05 ayappap2
  2020-10-28 22:48 ` [ruby-core:100627] " merch-redmine
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ayappap2 @ 2020-09-02 14:05 UTC (permalink / raw)
  To: ruby-core

Issue #17142 has been reported by Ayappan (Ayappan Perumal).

----------------------------------------
Bug #17142: Ruby fails to build in AIX 
https://bugs.ruby-lang.org/issues/17142

* Author: Ayappan (Ayappan Perumal)
* Status: Open
* Priority: Normal
* ruby -v: 2.7.1
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN
----------------------------------------
Ruby fails to build in AIX in 64bit mode.

This commit https://github.com/ruby/ruby/commit/f47c38245ff6976c5d1fc27a79f239bba00fc333 essentially broke the 64bit build.

The asm code is not applicable for AIX it seems. Probably we need to add a !defined(_AIX) check on this.



-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:100627] [Ruby master Bug#17142] Ruby fails to build in AIX
  2020-09-02 14:05 [ruby-core:99839] [Ruby master Bug#17142] Ruby fails to build in AIX ayappap2
@ 2020-10-28 22:48 ` merch-redmine
  2020-10-29  5:50 ` [ruby-core:100637] " Rei.Odaira
  2021-03-20  7:08 ` [ruby-core:102954] " nagachika00
  2 siblings, 0 replies; 4+ messages in thread
From: merch-redmine @ 2020-10-28 22:48 UTC (permalink / raw)
  To: ruby-core

Issue #17142 has been updated by jeremyevans0 (Jeremy Evans).

Backport changed from 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN to 2.5: DONTNEED, 2.6: DONTNEED, 2.7: REQUIRED

I've added a pull request to fix this, though I don't have the ability to test on AIX: https://github.com/ruby/ruby/pull/3717

----------------------------------------
Bug #17142: Ruby fails to build in AIX 
https://bugs.ruby-lang.org/issues/17142#change-88262

* Author: Ayappan (Ayappan Perumal)
* Status: Open
* Priority: Normal
* ruby -v: 2.7.1
* Backport: 2.5: DONTNEED, 2.6: DONTNEED, 2.7: REQUIRED
----------------------------------------
Ruby fails to build in AIX in 64bit mode.

This commit https://github.com/ruby/ruby/commit/f47c38245ff6976c5d1fc27a79f239bba00fc333 essentially broke the 64bit build.

The asm code is not applicable for AIX it seems. Probably we need to add a !defined(_AIX) check on this.



-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:100637] [Ruby master Bug#17142] Ruby fails to build in AIX
  2020-09-02 14:05 [ruby-core:99839] [Ruby master Bug#17142] Ruby fails to build in AIX ayappap2
  2020-10-28 22:48 ` [ruby-core:100627] " merch-redmine
@ 2020-10-29  5:50 ` Rei.Odaira
  2021-03-20  7:08 ` [ruby-core:102954] " nagachika00
  2 siblings, 0 replies; 4+ messages in thread
From: Rei.Odaira @ 2020-10-29  5:50 UTC (permalink / raw)
  To: ruby-core

Issue #17142 has been updated by ReiOdaira (Rei Odaira).


Are you using GCC to build ruby?

----------------------------------------
Bug #17142: Ruby fails to build in AIX 
https://bugs.ruby-lang.org/issues/17142#change-88273

* Author: Ayappan (Ayappan Perumal)
* Status: Open
* Priority: Normal
* ruby -v: 2.7.1
* Backport: 2.5: DONTNEED, 2.6: DONTNEED, 2.7: REQUIRED
----------------------------------------
Ruby fails to build in AIX in 64bit mode.

This commit https://github.com/ruby/ruby/commit/f47c38245ff6976c5d1fc27a79f239bba00fc333 essentially broke the 64bit build.

The asm code is not applicable for AIX it seems. Probably we need to add a !defined(_AIX) check on this.



-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:102954] [Ruby master Bug#17142] Ruby fails to build in AIX
  2020-09-02 14:05 [ruby-core:99839] [Ruby master Bug#17142] Ruby fails to build in AIX ayappap2
  2020-10-28 22:48 ` [ruby-core:100627] " merch-redmine
  2020-10-29  5:50 ` [ruby-core:100637] " Rei.Odaira
@ 2021-03-20  7:08 ` nagachika00
  2 siblings, 0 replies; 4+ messages in thread
From: nagachika00 @ 2021-03-20  7:08 UTC (permalink / raw)
  To: ruby-core

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

Status changed from Closed to Open

I reopen this ticket since the pull request (https://github.com/ruby/ruby/pull/3717) was not merged yet.

----------------------------------------
Bug #17142: Ruby fails to build in AIX 
https://bugs.ruby-lang.org/issues/17142#change-91019

* Author: Ayappan (Ayappan Perumal)
* Status: Open
* Priority: Normal
* ruby -v: 2.7.1
* Backport: 2.5: DONTNEED, 2.6: DONTNEED, 2.7: REQUIRED
----------------------------------------
Ruby fails to build in AIX in 64bit mode.

This commit https://github.com/ruby/ruby/commit/f47c38245ff6976c5d1fc27a79f239bba00fc333 essentially broke the 64bit build.

The asm code is not applicable for AIX it seems. Probably we need to add a !defined(_AIX) check on this.



-- 
https://bugs.ruby-lang.org/

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

end of thread, other threads:[~2021-03-20  7:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-02 14:05 [ruby-core:99839] [Ruby master Bug#17142] Ruby fails to build in AIX ayappap2
2020-10-28 22:48 ` [ruby-core:100627] " merch-redmine
2020-10-29  5:50 ` [ruby-core:100637] " Rei.Odaira
2021-03-20  7:08 ` [ruby-core:102954] " nagachika00

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).