Skip to content
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

How to compile Jigasi on s390x platform #405

Open
tseeling opened this issue Mar 11, 2022 · 2 comments
Open

How to compile Jigasi on s390x platform #405

tseeling opened this issue Mar 11, 2022 · 2 comments

Comments

@tseeling
Copy link

I'd like to compile and run Jigasi on IBM s390x platform (Redhat Linux).
Maven compiles and builds a .zip file but it contains a libunix.so file with x86_64.
Mainly a cosmetic problem: the zip filename contains x64 but I'd like to have ${os.arch} here (s390x). How would I do that?
I cannot find a way to provide that library .so for s390x architecture and I don't see where it gets downloaded.
How can I build and include the s390x version into the Jigasi archive?
Can I get some pointers or suggestions please?

@damencho
Copy link
Member

You need to fix the dependencies to support that. I would day for now this is not supported.

@tseeling
Copy link
Author

You need to fix the dependencies to support that. I would say for now this is not supported.

Can you give me a pointer what dependency that is? I cannot even find any mention how that "libunix.so" is built during the maven run.
I can compile anything, e.g. built s6 for s390x from scratch, but I cannot find what I need for this library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants