-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[macOS] Build does not respect env settings and picks an arbitrary Ruby from system prefix which is prone to failure #215
Comments
Any update on this? P. S. Opened a ticket on Trac too: https://trac.macports.org/ticket/70129 |
|
@jneen Thank you. Directory structure is fine since we successfully build numerous Ruby ports, but you gave me an idea: it seems from the log that |
Honestly I think this is a bug: Line 8 in 8ddb728
There should be something to pick the right Ruby from environment, but instead it hardcodes ruby .
|
UPD. Unfortunately, fixing that does not help. Here is the Makefile (on 10.8 x86_64):
And it fails:
|
UPD2. Ah, perhaps here it should be fixed too: |
Bingo, the bug is here: numo-narray/ext/numo/narray/depend.erb Line 24 in 8ddb728
|
I can confirm that after patching in the right Ruby, this builds both on x86_64 and PowerPC. |
@jneen Is there some way to inform the build which specific Ruby to use? We have fixed |
cogen.rb: syntax error, unexpected ':', expecting kEND
The text was updated successfully, but these errors were encountered: