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

Only creating 32 programs #11

Open
StellarOrbit opened this issue Jul 31, 2021 · 3 comments
Open

Only creating 32 programs #11

StellarOrbit opened this issue Jul 31, 2021 · 3 comments

Comments

@StellarOrbit
Copy link

I am trying to convert a 64bit deb package to xbps and xdeb for the past few programs I have tried has only created 32 bit programs. Is there something I am missing here?

@Unixware
Copy link

you are "lucky" does NOT even install 32bit in my case

@toluschr
Copy link
Collaborator

toluschr commented Mar 25, 2024

you are "lucky" does NOT even install 32bit in my case

Void differentiates between a native 32bit package and a 64bit compatible "multilib" package. Have you looked into the readme section regarding "--arch" and "-m"?

You can use the flags like this:

xdeb -Sedf -m --arch=x86_64 /path/to/32bit_package.deb

@Unixware
Copy link

mea culpa ! S_O_R_R_Y !!!!
I was confused and used the --arch=x86 as parameter (the cr*p when you are using different platforms)
works as advertised !!

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