Details
-
Type:
Task
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6.5
-
Fix Version/s: JRuby 1.7.0.pre1
-
Component/s: None
-
Labels:None
-
Environment:Suse Linux SLES 11-SP2 on s390x architecture (64 bit)
-
Number of attachments :
Description
Apologies if this is not the right venue to post this question. I am trying to build the binaries for JFFI for the s390x architecture for JFFI 1.0.2 but receive the following error when I run 'ant jar test' and receive the following error after a while:
-build-native-library:
[exec] env: /bsc/jruby/jffi-1.0.2/jni/libffi/configure: No such file or directory
[exec] make: *** [/bsc/jruby/jffi-1.0.2/build/jni/libffi-s390x-linux/.libs/libffi_convenience.a] Error 127
[exec] Configuring libffi for s390x-linux
BUILD FAILED
/bsc/jruby/jffi-1.0.2/custom-build.xml:125: exec returned: 2
Can someone describe how ones goes about building binaries for specific architectures?
Thanks.
This probably isn't the best place for this question, but there's no issues support at the actual project (https://github.com/jnr/jffi).
I'll call Wayne's attention to this issue.
If you're able to investigate yourself, look under the jni/ subdir and see if you can get things to configure and (attempt to) build without using ant.