Please add support for —to-ipk for Yocto ARMv8 opkg environment
Missing support for zstd archives
Ownership problem *.deb ==> *.rpm
The patch is great. I think we also need an option for additional exclusions.
Permission denied when /tmp mounted noexec
The fix didn't work for me. File conflict while installing. The lines %dir "/usr/share/applications/" is not accepted by Fedora 32. My spec file contains this: %files %dir "/opt/astap/" "/opt/astap/astap" "/opt/astap/astap.ico" "/opt/astap/copyright.txt" "/opt/astap/deep_sky.csv" "/opt/astap/variable_stars.csv" %dir "/usr/share/applications/" "/usr/share/applications/ASTAP.desktop" "/usr/local/bin/astap" Only after removing %dir "/usr/share/applications/" line it works. I assume since the ownership...
The fix didn't work for me. File conflict while installing. The lines %dir "/usr/share/applications/" is not accepted by Fedora 32. My spec file contains this: %files %dir "/opt/astap/" "/opt/astap/astap" "/opt/astap/astap.ico" "/opt/astap/copyright.txt" "/opt/astap/deep_sky.csv" "/opt/astap/variable_stars.csv" %dir "/usr/share/applications/" "/usr/share/applications/ASTAP.desktop" "/usr/local/bin/astap" Only after removing %Dir lines it works. I have disabled the line 451 in Rpm.pm where the %Dir...
Is the newer version ready? It seems that I can not find it here: https://sourceforge.net/projects/alien-pkg-convert/files/ Thank you very much. Steven
I cannot find out when the last version of alien was released and weather it is still maintained. I do not expect updates frequently but I would like to ensure I can rely on alien for years to come and ensure it work on many linux distros today and in the future.
pull request: Use rpm2archive if available
just install dpkg package to use dpkg-deb -x for unpacking
just install dpkg package to use dpkg-deb -x for unpacking
alien does not support data.tar.xz
Thank you for supporting/providing alien; I have used it successfully many times over the years. Recently, I encountered an issue trying to convert a .deb to tarball (deb was qtsipm_9.1.18_linux64.deb) with alien reporting an error: no entry data.tar.gz in archive gzip: stin: unexpected end of file tar: This does not look like a tar archive tar: Exiting with failure status due to previous errors Error executing "ar -p 'qtsimp_9.1.18_linux64.deb' data.tar.gz | gzip -dc | tar tf -": at XXX/Alien/Package.pm...
Thank you for submitting your fix. I will post the amended version. -------- Original...
I've written a fix, which adds a list of directories to be excluded from the generated...
Generated RPM files un-necessarily conflict with package "filesystem"