Ho finito per occuparmi di un software che doveva essere distribuito usando dpkg. Il pacchetto .deb funziona bene sull'ambiente di test ma non riesce nella gestione temporanea. Entrambi eseguono la stessa versione di Ubuntu ma non sono sicuro al 100% del resto delle configurazioni. Come eseguire il debug di questo problema dpkg ulteriormente?
L'installazione non riesce in questo modo:
sudo dpkg -i --debug=7337 package.deb
D000010: ensure_pathname_nonexisting `/var/lib/dpkg/tmp.ci'
(Reading database ... 201812 files and directories currently installed.)
Unpacking myProprietarySoftware (from package.deb) ...
D000001: process_archive oldversionstatus=not installed
D000002: fork/exec /var/lib/dpkg/tmp.ci/preinst ( install )
dpkg: error processing package.deb (--install):
subprocess new pre-installation script returned error exit status 1
D000002: maintainer_script_new nonexistent postrm `/var/lib/dpkg/tmp.ci/postrm'
D000010: ensure_pathname_nonexisting `/var/lib/dpkg/tmp.ci'
D000010: ensure_pathname_nonexisting running rm -rf
D000010: ensure_pathname_nonexisting `/var/lib/dpkg/reassemble.deb'
Errors were encountered while processing:
package.deb