Your message dated Fri, 27 May 2011 17:56:43 +0200
with message-id <[email protected]>
and subject line Bug fixed in 2.0.0-1
has caused the Debian Bug report #509696,
regarding upgrade to 1.2 fails
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.)
--
509696: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509696
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
package: Pootle
Version: 1.2.0-1
Initial upgrade from pootle 1.1 to pootle 1.2 causes the init.d script
to die silently without Pootle running. Nothing found in logs about a
problem.
It turns out that the jToolkit installed had a deprecated library. But
that should not have been fatal to Pootle.
/var/lib/python-support/python2.5/jToolkit/data/dates.py:27:
DeprecationWarning: The sre module is deprecated, please import re.
import sre
Python-Levenshtein not found. Continuing with built-in (slower) fuzzy
matching.
Applying this patch resolves the silent failure and allows later init.d
piping to log the warning/errors that occur.
--- /etc/init.d/pootle.dpkg-new 2008-09-27 08:28:45.000000000 +1200
+++ /etc/init.d/pootle 2008-12-25 12:04:45.000000000 +1300
@@ -43,7 +43,7 @@
chmod 755 /var/run/pootle
fi
echo -n "Starting $DESC..."
- if LC_ALL=C start-stop-daemon --start --quiet \
+ if LC_ALL=C start-stop-daemon --start \
--oknodo \
--pidfile $PIDFILE \
--exec /usr/bin/python \
--- End Message ---
--- Begin Message ---
Version: 2.0.0-1
This bug was fixed along with the init.d script rewrite in 2.0.0-1.
--
signature.asc
Description: Digital signature
--- End Message ---