Closed elwerene closed 3 years ago
Looks like our lzma compressor is incompatible :(
You can compile the create without default features which will disable lzma.
I'm on Cent OS 8.
$ rpm -qa |grep -i xz
xz-libs-5.2.4-3.el8.x86_64
xz-5.2.4-3.el8.x86_64
I can confirm it is fixed in the current version. Thanks!
Some of my crates can't be packaged with cargo-deb as the resulting tar archive is corrupt.
I made a minimal example: https://github.com/elwerene/cargo-deb-missing-files
Clone it and run
./test.sh
.On my computer I get this output as there's missing files in the tar archive:
I played around with file sizes and discovered, that it was no problem to have 10000 files with 10 bytes each, but more than a couple of files with 10k bytes each fail.