Your message dated Sat, 20 Feb 2010 03:25:39 +0100
with message-id <[email protected]>
and subject line not applicable anymore
has caused the Debian Bug report #559670,
regarding redmine: fails to install
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
559670: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559670
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: redmine
Version: 0.9.0~svn2907-1
Preparing to replace redmine 0.9.0~svn2798-1~bpo0804+1 (using
redmine_0.9.0~svn2907-1~bpo50+1_all.deb) ...
dpkg: error processing redmine_0.9.0~svn2907-1~bpo50+1_all.deb
(--install):
subprocess pre-installation script returned error exit status 10
dbconfig-common: flushing administrative password
Errors were encountered while processing:
redmine_0.9.0~svn2907-1~bpo50+1_all.deb
Looking at the preinst:
dpkg --compare-versions "$2" le "0.9.0~svn2819" || fCode=$?
This won't work as in all linux shells (but not the _proper_ ksh) all
pipelines are executed as a shell process. This needs to be rewritten
as:
if ! dpkg --compare-versions "$2" le "0.9.0~svn2819"; then
fCode=$?
fi
Not sure why the preinst is failing (twice in a row). Running preinst
by hand it all seems to work okay (and not even the first mv had
worked). The only thing I can think is that the sourcing of
/usr/share/debconf/confmodule failed (the file does exist). Indeed
replacing that with an empty file fixed the problem.
Thanks for packaging redmine :-)
Adrian
--
bitcube.co.uk - Linux infrastructure consultancy
Puppet, Debian, Red Hat, Ubuntu, CentOS, ...
--- End Message ---
--- Begin Message ---
The version referred to is not distributed in debian not in ubuntu.
And this bug is fixed anyway.
Closing.
Regards,
Jérémy Lal
signature.asc
Description: OpenPGP digital signature
--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ruby-extras-maintainers