On Sun, 22 Oct 2006, Vincent [UTF-8] Lönngren wrote:

Package: med-common
Version: 0.12
Severity: normal

[EMAIL PROTECTED]:~$ LANG=C sudo dpkg --configure med-common
Setting up med-common (0.12) ...
/etc/cdd/cdd.conf: 14: source: not found
dpkg: error processing med-common (--configure):
subprocess post-installation script returned error exit status 127
Errors were encountered while processing:
med-common

This problem causes installation to fail. I decided to wait with
reporting it in case it was fixed in 0.12, but it's still there. During
the upgrade, this also happened:

Well, there was in fact no need to wait.  The problem is not
med-common but cdd-common that uses probably a bashism in its
config file.  Which is your default shell?  Could you try to
replace all occurences of "source" in /etc/cdd/cdd.conf by
a simple '.' so that it looks as:

------------------
# unset it if no DBBACKEND is wanted (no use of Roles)
DBBACKEND=unixgroups

SHAREDIR=${SHAREDIR:-/usr/share/cdd}

# unset (NOT set it to false!) for disable dryrun
#DRYRUN=true
# This would print debugging information
#DRYRUN="echo DRYRUN: "
#DEBUG=1

# Utility functions, backend indep
. ${SHAREDIR}/cdd-utils
. ${SHAREDIR}/cdd-actions

# actual action performed by choosen backend
. ${SHAREDIR}/${DBBACKEND}/cdd-actions
----------------------------------

Thanks for your bug report

             Andreas.

--
http://fam-tille.de

Reply via email to