[ruby-core:102954] [Ruby master Bug#17142] Ruby fails to build in AIX
From:
nagachika00@...
Date:
2021-03-20 07:08:53 UTC
List:
ruby-core #102954
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/ Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>