[Bug 655518] Re: package phamm-ldap 0.5.15-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2010-10-06 Thread xbradx
** Attachment added: AptOrdering.txt https://bugs.launchpad.net/bugs/655518/+attachment/1674572/+files/AptOrdering.txt ** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/655518/+attachment/1674573/+files/Dependencies.txt ** Attachment added: Df.txt

[Bug 655518] Re: package phamm-ldap 0.5.15-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2010-10-06 Thread Michael Vogt
Here is the error message: Setting up phamm (0.5.15-1) ... dpkg: error processing phamm (--configure): subprocess installed post-installation script returned error exit status 10 This indicates some debconf error but given the amount of similar bugs it looks like a wider issue. -- package

[Bug 655518] Re: package phamm-ldap 0.5.15-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2010-10-06 Thread Michael Vogt
I can not install phamm in a clean chroot, output with DEBCONF_DEBUG=developer: # apt-get install phamm Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package phamm r...@top:/# vi /etc/apt/sources.list r...@top:/# apt-get update

[Bug 655518] Re: package phamm-ldap 0.5.15-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2010-10-06 Thread Michael Vogt
So it appears that: db_get slapd/domain || true if [ -n $RET ]; then basedn=dc=`echo $RET | sed 's/^\.//; s/\./,dc=/g'` fi if giving: 10 slapd/domain doesn't exist and that results in a odd basedn variable. -- package phamm-ldap 0.5.15-1 failed to

[Bug 655518] Re: package phamm-ldap 0.5.15-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2010-10-06 Thread Launchpad Bug Tracker
This bug was fixed in the package phamm - 0.5.18-2ubuntu1 --- phamm (0.5.18-2ubuntu1) maverick; urgency=low * debian/phamm.config: - fix incorrect use of dh_get that causes upgrade/install failures with odd error messages (LP: #655518) -- Michael Vogt