Salve, ho installato alien per poter convertire gli rpm in deb ma per qualsiasi rpm mi appare il seguente errore (ho un ubuntu 64bit):
alex@ubuntu:~/Desktop$ sudo alien --to-deb xdt-0.9.8-1.i386.rpm
Package build failed. Here's the log:
dh_testdir
dh_testdir
dh_testroot
dh_clean -k -d
dh_installdirs
dh_installdocs
dh_installchangelogs
find . -maxdepth 1 -mindepth 1 -not -name debian -print0 | \
xargs -0 -r -i cp -a {} debian/xdt
dh_compress
dh_makeshlibs
dh_installdeb
dh_shlibdeps
dpkg-shlibdeps: warning: could not find path for libgdk_pixbuf.so.2
dpkg-shlibdeps: warning: unable to find dependency information for shared librar y libglib-1.2 (soname 0, path /usr/lib32/libglib-1.2.so.0, dependency field Depe nds)
dpkg-shlibdeps: warning: unable to find dependency information for shared librar y libgdk-1.2 (soname 0, path /usr/lib32/libgdk-1.2.so.0, dependency field Depend s)
dpkg-shlibdeps: warning: unable to find dependency information for shared librar y libX11 (soname 6, path /usr/lib32/libX11.so.6, dependency field Depends)
dpkg-shlibdeps: warning: unable to find dependency information for shared librar y libgtk-1.2 (soname 0, path /usr/lib32/libgtk-1.2.so.0, dependency field Depend s)
dpkg-shlibdeps: warning: unable to find dependency information for shared librar y libXi (soname 6, path /usr/lib32/libXi.so.6, dependency field Depends)
dpkg-shlibdeps: warning: unable to find dependency information for shared librar y libXext (soname 6, path /usr/lib32/libXext.so.6, dependency field Depends)
dpkg-shlibdeps: warning: could not find any packages for (libgdk_pixbuf.so.2)
dpkg-shlibdeps: warning: unable to find dependency information for shared librar y libgdk_pixbuf (soname 2, path , dependency field Depends)
dh_gencontrol
dpkg-gencontrol: error: current build architecture amd64 does not appear in pack age's list (i386)
dh_gencontrol: command returned error code 65280
make: *** [binary-arch] Error 1
find: xdt-0.9.8: No such file or directory
alex@ubuntu:~/Desktop$
Potete aiutarmi?
Grazie

