xdeb-org / xdeb

XDEB - Convert deb (Debian) packages to xbps (Void Linux)
MIT License
305 stars 16 forks source link

Only creating 32 programs #11

Open StellarOrbit opened 2 years ago

StellarOrbit commented 2 years ago

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 commented 3 months ago

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

toluschr commented 3 months ago

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 commented 3 months ago

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 !!