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

s.minos.io x86_64 binaries compiled 32-bit? #12

Open
kupiakos opened this issue Feb 14, 2018 · 4 comments
Open

s.minos.io x86_64 binaries compiled 32-bit? #12

kupiakos opened this issue Feb 14, 2018 · 4 comments

Comments

@kupiakos
Copy link

kupiakos commented Feb 14, 2018

It seems that the binaries in the x86_64 directory (for example, bash), are compiled 32-bit:

$ ./static-get -x -a x86_64 bash
bash-4.4-1.tar.xz
bash-4.4-1/
$ file bash-4.4-1/bin/bash
bash-4.4-1/bin/bash: ELF 32-bit LSB  executable, Intel 80386, version 1 (SYSV), statically linked, stripped
@javier-lopez
Copy link
Member

javier-lopez commented Feb 14, 2018

Indeed that's the case, eventually Ive plans to add 64 bit support, however there is a fair amount of work to do it and right now I'm quite busy, I'll keep this report open to notify when it happens

@kupiakos
Copy link
Author

This should be clear. I would not have expected an explicit x86_64 architecture label to be compiled 32-bit, and had caused me problems. x86_64 should be reported as unsupported, rather than linking directly to i686.

@Neboer
Copy link

Neboer commented Nov 29, 2021

I agree. And if I can do something to help speed up the x86_64 support, I'll be happy to contribute. This is a great project, thanks all the people working on it.

@javier-lopez
Copy link
Member

@Neboer thank you for your support, this project has been mainly a single person project for some years now, I don't think x86_64 support is arriaving without anyone else taking the lead, I suspect x64 support would involve a new bootstrap base and editing the compile recipes, most of them only support x86. I'm happy to help in the review process, thought.

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

3 participants