xdeb-org / xdeb

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

Error (not a valid deb file) #7

Closed mike-of-earth closed 3 years ago

mike-of-earth commented 3 years ago

Information

I could be the package, but I've downloaded it 3 times and it still bombs. Made sure I was using the latest posted xdeb, not from the master. Deb file is softmaker-office-2021_1022-01_amd64

Package

Script output

[+] Synced shlibs tar (child): xz: Cannot exec: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now [-] Not a valid deb file

./xdeb -Sde softmaker-office-2021_1022-01_amd64.deb

[+] Synced shlibs tar (child): xz: Cannot exec: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now [-] Not a valid deb file

Describe the issue

The .deb file is in the /usrlocal/bin directory with xdeb. I installed all the listed xdeb dependencies. I did not set the xdeb pkgroot option, as it read like it was optional. This may very well be an error on my part... just thought this was the best place to get help. TIA!

toluschr commented 3 years ago

xbps-install xz. I'll add it to the dependencies. Try not to have the deb package in /usr/local/bin, but in a directory your user has write access to, like ~/downloads

mike-of-earth commented 3 years ago

That works! Awesome utility, thanks for all your hard work!