Project

General

Profile

Actions

Bug #17142

open

Ruby fails to build in AIX

Added by Ayappan (Ayappan Perumal) over 3 years ago. Updated almost 3 years ago.

Status:
Open
Assignee:
-
Target version:
-
[ruby-core:99839]

Description

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.

Updated by jeremyevans0 (Jeremy Evans) over 3 years ago

  • 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

Updated by ReiOdaira (Rei Odaira) over 3 years ago

Are you using GCC to build ruby? What was the error you hit?

Actions #3

Updated by jeremyevans0 (Jeremy Evans) about 3 years ago

  • Status changed from Open to Closed

Updated by nagachika (Tomoyuki Chikanaga) almost 3 years ago

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

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0