Your message dated Sun, 09 Oct 2011 12:17:34 +0000
with message-id <e1rcsjy-0000tz...@franck.debian.org>
and subject line Bug#641865: Removed package(s) from unstable
has caused the Debian Bug report #640608,
regarding Pootle is not compatible with django 1.3
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 ow...@bugs.debian.org
immediately.)


-- 
640608: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640608
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
package: pootle
severity: grave

After a safe-upgrade and dist-upgrade to wheezy from squeeze my Pootle setup does not work and leaves the following in the Apache error log:

[Wed May 25 20:29:08 2011] [error] [client 81.170.177.108] mod_wsgi (pid=5264): 
Exception occurred processing WSGI script '/usr/share/doc/pootle/wsgi.py'.
[Wed May 25 20:29:08 2011] [error] [client 81.170.177.108] Traceback (most 
recent call last):
[Wed May 25 20:29:08 2011] [error] [client 81.170.177.108]   File 
"/usr/lib/pymodules/python2.6/django/core/handlers/wsgi.py", line 250, in 
__call__
[Wed May 25 20:29:08 2011] [error] [client 81.170.177.108]     
self.load_middleware()
[Wed May 25 20:29:08 2011] [error] [client 81.170.177.108]   File 
"/usr/lib/pymodules/python2.6/django/core/handlers/base.py", line 47, in 
load_middleware
[Wed May 25 20:29:08 2011] [error] [client 81.170.177.108]     raise 
exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' % 
(mw_module, e))
[Wed May 25 20:29:08 2011] [error] [client 81.170.177.108] ImproperlyConfigured: Error 
importing middleware pootle_misc.middleware.siteconfig: "No module named 
thread_support"

this is my apache virtual host
<VirtualHost *:80>
        ServerAdmin brot...@bsnet.se
        ServerName pootle.lxde.bsnet.se
        # point at the wsgi loader script
        WSGIScriptAlias / /usr/share/doc/pootle/wsgi.py

        # directly serve static files like css and images, no need to go 
through mod_wsgi and django
        Alias /html /usr/share/pootle/html
        <Directory /usr/share/pootle/html>
                Order deny,allow
                Allow from all
        </Directory>
        LogLevel warn
        ErrorLog /var/log/apache2/pootle-error.log
        CustomLog /var/log/apache2/pootle-access.log combined

        # Allow downloading translation files directly
        Alias /export /var/lib/pootle/po
        <Directory /var/lib/pootle/po>
                Order deny,allow
                Allow from all
        </Directory>
</VirtualHost>


found this build log that hilighted the error earlier.
http://piuparts.debian.org/sid/fail/pootle_2.0.5-0.3.log

--
/brother
http://martin.bagge.nu
A vigenere cipher with the Key "BRUCESCHNEIER" is in fact unbreakable.



--- End Message ---
--- Begin Message ---
Version: 2.0.5-0.3+rm

Dear submitter,

as the package pootle has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/641865

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)


--- End Message ---

Reply via email to