jordansissel / fpm

Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.
http://fpm.readthedocs.io/en/latest/
Other
11.14k stars 1.07k forks source link

deb to rpm fails with invalid compression type #647

Open robinbowes opened 10 years ago

robinbowes commented 10 years ago

Am trying to convert the sublime text editor deb to rpm:

#  fpm -s deb -t rpm sublime-text_build-3059_amd64.deb 
Invalid package configuration: Unknown compression type 'gz'  {:level=>:error}

This is fpm 1.0.2, gem-installed on Fedora 20

jordansissel commented 10 years ago

What version of fpm? I feel like this was a bug that got fixed, just want to make sure ;) (On my phone so I can't test this just now)

On Friday, February 21, 2014, Robin Bowes notifications@github.com wrote:

Am trying to convert the sublime text editor debhttp://c758482.r82.cf2.rackcdn.com/sublime-text_build-3059_amd64.debto rpm:

fpm -s deb -t rpm sublime-text_build-3059_amd64.deb

Invalid package configuration: Unknown compression type 'gz' {:level=>:error}

This is fpm 1.0.2, gem-installed on Fedora 20

Reply to this email directly or view it on GitHubhttps://github.com/jordansissel/fpm/issues/647 .

robinbowes commented 10 years ago

First I did "gem install fpm" and got 1.0.2. Then I cloned the github repo and built the gem.

I saw the same thing with both installs.