Your message dated Thu, 12 Jul 2007 14:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#432727: fixed in offlineimap 5.99.1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: offlineimap
Version: 5.99.0
Severity: important
Tags: patch

offlineimap 5.99.0 fails to start with the following traceback:

$ offlineimap 
Thread 'Account sync turbo' terminated with exception:
Traceback (most recent call last):
  File "/var/lib/python-support/python2.4/offlineimap/threadutil.py", line 153, 
in run
    Thread.run(self)
  File "threading.py", line 422, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/var/lib/python-support/python2.4/offlineimap/accounts.py", line 118, 
in syncrunner
    self.sync()
  File "/var/lib/python-support/python2.4/offlineimap/accounts.py", line 133, 
in sync
    remoterepos.syncfoldersto(localrepos)
  File "/var/lib/python-support/python2.4/offlineimap/repository/Base.py", line 
130, in syncfoldersto
    srcfolders = src.getfolders()
  File "/var/lib/python-support/python2.4/offlineimap/repository/IMAP.py", line 
170, in getfolders
    imapobj = self.imapserver.acquireconnection()
  File "/var/lib/python-support/python2.4/offlineimap/imapserver.py", line 183, 
in acquireconnection
    imapobj = UsefulIMAP4(self.hostname, self.port)
  File "imaplib.py", line 160, in __init__
    self.open(host, port)
  File "/var/lib/python-support/python2.4/offlineimap/imapserver.py", line 52, 
in open
    imaplibutil.new_open(self, host, port)
  File "/var/lib/python-support/python2.4/offlineimap/imaplibutil.py", line 
116, in new_open
    self.sock = socket.socket(af, socktype, proto)
UnboundLocalError: local variable 'af' referenced before assignment

Trivial one-liner:

--- imaplibutil.py~     2007-07-04 09:01:00.000000000 -0400
+++ imaplibutil.py      2007-07-11 11:49:57.000000000 -0400
@@ -113,7 +113,6 @@
         self.port = port
         res = socket.getaddrinfo(host, port, socket.AF_UNSPEC,
                                  socket.SOCK_STREAM)
-        self.sock = socket.socket(af, socktype, proto)
 
         # Try each address returned by getaddrinfo in turn until we
         # manage to connect to one.

Cheers,

Eloy.-

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (600, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages offlineimap depends on:
ii  python                        2.4.4-6    An interactive high-level object-o
ii  python-support                0.6.4      automated rebuilding support for p

offlineimap recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: offlineimap
Source-Version: 5.99.1

We believe that the bug you reported is fixed in the latest version of
offlineimap, which is due to be installed in the Debian FTP archive:

offlineimap_5.99.1.dsc
  to pool/main/o/offlineimap/offlineimap_5.99.1.dsc
offlineimap_5.99.1.tar.gz
  to pool/main/o/offlineimap/offlineimap_5.99.1.tar.gz
offlineimap_5.99.1_all.deb
  to pool/main/o/offlineimap/offlineimap_5.99.1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
John Goerzen <[EMAIL PROTECTED]> (supplier of updated offlineimap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 12 Jul 2007 01:03:08 -0500
Source: offlineimap
Binary: offlineimap
Architecture: source all
Version: 5.99.1
Distribution: unstable
Urgency: low
Maintainer: John Goerzen <[EMAIL PROTECTED]>
Changed-By: John Goerzen <[EMAIL PROTECTED]>
Description: 
 offlineimap - IMAP/Maildir synchronization and reader support
Closes: 432727 432843
Changes: 
 offlineimap (5.99.1) unstable; urgency=low
 .
   * Remove suggestion on python-tk.  Closes: #432843.
   * Fix non-SSL connection bug introduced in 5.99.0.
     Thanks to Eloy Paris for pinpointing it.  Closes: #432727.
Files: 
 aa68cc1a6e4e2a359e5cc4021b9294da 693 mail optional offlineimap_5.99.1.dsc
 4b77943d589fea757c0b71a7aba104fe 90233 mail optional offlineimap_5.99.1.tar.gz
 8282a7063521280673e1ced10c1c09ef 141144 mail optional 
offlineimap_5.99.1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGliisTvSuJuBy3ggRAgeFAJ4qVKKu2ajRqslAXsbUdhTSRMmzxwCfXyir
LB9ttjQnbN4jhOG7/zbav/I=
=BWfl
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to