If you are the original designer of alien, do you think, because of its experimental situation at the moment, alien will once - though perhaps very difficult - have a possibility - and possible with other programs - to convert an exe file into a deb or rpm file?

No. --Joey


When trying to convert Novell iFolder (http://sourceforge.net/projects/ifolder/) package to deb (according to http://www.x2b4.com/howto/how-to-install-ifolder-on-ubuntu-server/), but on Debian lenny - I'm getting messages like this:

syn:~# alien --scripts ifolder3-enterprise-3.8.0.9328.1-3.1.i586.rpm

warning: ifolder3-enterprise-3.8.0.9328.1-3.1.i586.rpm: Header V3 DSA signature:NOKEY, key ID 3a9159a7

warning: ifolder3-enterprise-3.8.0.9328.1-3.1.i586.rpm: Header V3 DSA signature:NOKEY, key ID 3a9159a7

Unpacking of 'ifolder3-enterprise-3.8.0.9328.1-3.1.i586.rpm' failed at /usr/share/perl5/Alien/Package/Rpm.pm line 155.

What am I doing wrong ?

rpm2cpio seems to be failing. Perhaps you need a newer version? If you pass the --veryverbose option to alien it will show you any error output from rpm2cpio, which should help. --Joey