On 10/26/2010 10:18 PM, Stefan Hornburg (Racke) wrote:
package: sympa
version: 6.1.1~dfsg-1
severity: grave

Aliaswrapper has moved to /usr/lib/sympa/sbin/aliaswrapper which causes
failure
of postinst script:

Setting up sympa (6.1.1~dfsg-1) ...
dbconfig-common: writing config to /etc/dbconfig-common/sympa.conf
dbconfig-common: flushing administrative password
chmod: cannot access `/usr/lib/sympa/bin/aliaswrapper': No such file or
directory
dpkg: error processing sympa (--install):
subprocess installed post-installation script returned error exit status 1
Processing triggers for man-db ...
Errors were encountered while processing:
sympa

Regards
Racke


The attached patch seems to fix the issue.

Regards
        Racke

--
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team

diff --git a/debian/rules b/debian/rules
index 4c31a02..74eb7b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,6 +46,7 @@ DEB_CONFIGURE_PREFIX = /usr/lib/sympa
 DEB_CONFIGURE_EXTRA_FLAGS = \
 	--enable-fhs \
 	--sysconfdir=/etc/sympa \
+	--with-sbindir=/usr/lib/sympa/bin \
 	--with-cgidir=/usr/lib/cgi-bin/sympa \
 	--datadir=/usr/share \
 	--localedir=/usr/lib/sympa/locale \

Reply via email to