Your message dated Mon, 15 Dec 2008 14:17:03 +0000
with message-id <e1lcefr-0002ri...@ries.debian.org>
and subject line Bug#406797: fixed in jabber-irc 0.1cvs20050420-3.3
has caused the Debian Bug report #406797,
regarding jabber-irc: Does not start
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.)


-- 
406797: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=406797
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: jabber-irc
Version: 0.1cvs20050420-3.2
Severity: important

When jabber-irc tries to start when configured as the documentation 
suggests, it fails with this output:

/usr/sbin/jabberd-irc:0: SyntaxWarning: name 'connection' is assigned to before 
global declaration
Invalid debugflag given: always
Invalid debugflag given: nodebuilder
DEBUG: 
DEBUG: Debug created for /usr/lib/python2.4/site-packages/xmpp/client.py
DEBUG:  flags defined: always,nodebuilder
DEBUG: socket       start Plugging <xmpp.transports.TCPsocket 
instance at 0x4035858c> into <xmpp.client.Component instance at 0x4035814c>
DEBUG: socket       start Successfully connected to remote host 
('127.0.0.1', 9000)
DEBUG: dispatcher   start Plugging <xmpp.dispatcher.Dispatcher 
instance at 0x4035874c> into <xmpp.client.Component instance at 0x4035814c>
DEBUG: dispatcher   info  Registering namespace "unknown"
DEBUG: dispatcher   info  Registering protocol "unknown" as 
xmpp.protocol.Protocol(unknown)
DEBUG: dispatcher   info  Registering protocol "default" as 
xmpp.protocol.Protocol(unknown)
DEBUG: dispatcher   info  Registering namespace 
"http://etherx.jabber.org/streams";
DEBUG: dispatcher   info  Registering protocol "unknown" as 
xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
DEBUG: dispatcher   info  Registering protocol "default" as 
xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
DEBUG: dispatcher   info  Registering namespace 
"jabber:component:accept"
DEBUG: dispatcher   info  Registering protocol "unknown" as 
xmpp.protocol.Protocol(jabber:component:accept)
DEBUG: dispatcher   info  Registering protocol "default" as 
xmpp.protocol.Protocol(jabber:component:accept)
DEBUG: dispatcher   info  Registering protocol "iq" as 
xmpp.protocol.Iq(jabber:component:accept)
DEBUG: dispatcher   info  Registering protocol "presence" as 
xmpp.protocol.Presence(jabber:component:accept)
DEBUG: dispatcher   info  Registering protocol "message" as 
xmpp.protocol.Message(jabber:component:accept)
DEBUG: dispatcher   info  Registering handler <bound method 
Dispatcher.streamErrorHandler of <xmpp.dispatcher.Dispatcher instance at 
0x4035874c>> for "error" type-> ns->(http://etherx.jabber.org/streams)
DEBUG: dispatcher   warn  Registering protocol "error" as 
xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
DEBUG: socket       sent  <?xml version='1.0'?>
  <stream:stream xmlns="jabber:component:accept" to="irc.localhost" 
version="1.0" xmlns:stream="http://etherx.jabber.org/streams"; >
DEBUG: socket       got   <?xml version='1.0'?>
  <stream:stream xmlns:stream='http://etherx.jabber.org/streams' id='45A9CBED' 
xmlns='jabber:component:accept' from='irc'>
DEBUG: dispatcher   info  Registering handler <bound method 
Transport.xmpp_message of <__main__.Transport instance at 0x4035834c>> for 
"message" type-> ns->(jabber:component:accept)
DEBUG: dispatcher   info  Registering handler <bound method 
Transport.xmpp_presence of <__main__.Transport instance at 0x4035834c>> for 
"presence" type-> ns->(jabber:component:accept)
DEBUG: dispatcher   info  Registering handler <bound method 
Transport.xmpp_iq_version of <__main__.Transport instance at 0x4035834c>> for 
"iq" type->get ns->jabber:iq:version(jabber:component:accept)
DEBUG: dispatcher   info  Registering handler <bound method 
Transport.xmpp_iq_agents of <__main__.Transport instance at 0x4035834c>> for 
"iq" type->get ns->jabber:iq:agents(jabber:component:accept)
DEBUG: dispatcher   info  Registering handler <bound method 
Transport.xmpp_iq_browse of <__main__.Transport instance at 0x4035834c>> for 
"iq" type->get ns->jabber:iq:browse(jabber:component:accept)
DEBUG: dispatcher   info  Registering handler <bound method 
Transport.xmpp_iq_mucadmin_set of <__main__.Transport instance at 0x4035834c>> 
for "iq" type->set 
ns->http://jabber.org/protocol/muc#admin(jabber:component:accept)
DEBUG: dispatcher   info  Registering handler <bound method 
Transport.xmpp_iq_mucadmin_get of <__main__.Transport instance at 0x4035834c>> 
for "iq" type->get 
ns->http://jabber.org/protocol/muc#admin(jabber:component:accept)
DEBUG: dispatcher   info  Registering handler <bound method 
Transport.xmpp_iq_register_set of <__main__.Transport instance at 0x4035834c>> 
for "iq" type->set ns->jabber:iq:register(jabber:component:accept)
DEBUG: dispatcher   info  Registering handler <bound method 
Transport.xmpp_iq_register_get of <__main__.Transport instance at 0x4035834c>> 
for "iq" type->get ns->jabber:iq:register(jabber:component:accept)
DEBUG: dispatcher   info  Registering handler <bound method 
Browser._DiscoveryHandler of <xmpp.browser.Browser instance at 0x40358d6c>> for 
"iq" type->get 
ns->http://jabber.org/protocol/disco#info(jabber:component:accept)
DEBUG: dispatcher   info  Registering handler <bound method 
Browser._DiscoveryHandler of <xmpp.browser.Browser instance at 0x40358d6c>> for 
"iq" type->get 
ns->http://jabber.org/protocol/disco#items(jabber:component:accept)
Traceback (most recent call last):
  File "/usr/sbin/jabberd-irc", line 1209, in ?
    if not connectxmpp(transport.register_handlers):
  File "/usr/sbin/jabberd-irc", line 320, in connectxmpp
    handlerreg()
  File "/usr/sbin/jabberd-irc", line 387, in register_handlers
    self.command = Commands()
TypeError: __init__() takes exactly 2 arguments (1 given)

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.26-3um
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages jabber-irc depends on:
ii  jabber-common                 0.4        Jabber server and transport (commo
ii  python                        2.4.4-2    An interactive high-level object-o
ii  python-irclib                 0.4.4-1.1  IRC client library for Python
ii  python-xmpp                   0.3.1-1.1  Python library for communication w

jabber-irc recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: jabber-irc
Source-Version: 0.1cvs20050420-3.3

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

jabber-irc_0.1cvs20050420-3.3.diff.gz
  to pool/main/j/jabber-irc/jabber-irc_0.1cvs20050420-3.3.diff.gz
jabber-irc_0.1cvs20050420-3.3.dsc
  to pool/main/j/jabber-irc/jabber-irc_0.1cvs20050420-3.3.dsc
jabber-irc_0.1cvs20050420-3.3_all.deb
  to pool/main/j/jabber-irc/jabber-irc_0.1cvs20050420-3.3_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 406...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexey Nezhdanov <snak...@gmail.com> (supplier of updated jabber-irc 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 ftpmas...@debian.org)


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

Format: 1.8
Date: Sun, 14 Dec 2008 12:18:55 +0300
Source: jabber-irc
Binary: jabber-irc
Architecture: source all
Version: 0.1cvs20050420-3.3
Distribution: testing
Urgency: low
Maintainer: Alexey Nezhdanov <snak...@users.sourceforge.net>
Changed-By: Alexey Nezhdanov <snak...@gmail.com>
Description: 
 jabber-irc - IRC transport for jabber
Closes: 406797
Changes: 
 jabber-irc (0.1cvs20050420-3.3) testing; urgency=low
 .
   * Fix for "jabber-irc: Does not start" bug. (Closes: #406797)
Checksums-Sha1: 
 d371695f23ec335776ea36503c51d95cd357adc9 1132 jabber-irc_0.1cvs20050420-3.3.dsc
 5837ba14e7c4a980279c5e98862d6ca2adca9eba 9669 
jabber-irc_0.1cvs20050420-3.3.diff.gz
 f35806bd9d8af88790eddb53b23e1e32db5ce638 19848 
jabber-irc_0.1cvs20050420-3.3_all.deb
Checksums-Sha256: 
 6294b4823dca88d1a8988c74f5558d3bd387f7554b321e9efe9c22124ff7f2e2 1132 
jabber-irc_0.1cvs20050420-3.3.dsc
 93c48ccef4d6ba0da5fd4f194bd9ff075a91efb5eec343d31f38210eb11b33ab 9669 
jabber-irc_0.1cvs20050420-3.3.diff.gz
 2d6833b7c0f6e972cedebfcd1455f3e7417bcdb82be225592163bebb8fe7190e 19848 
jabber-irc_0.1cvs20050420-3.3_all.deb
Files: 
 e1ee224376d2a434b260836700af1531 1132 net optional 
jabber-irc_0.1cvs20050420-3.3.dsc
 6d4b1aed83acce02905c7db8048d1738 9669 net optional 
jabber-irc_0.1cvs20050420-3.3.diff.gz
 2e4d4cd45abb001ae2aeb79e91c7564b 19848 net optional 
jabber-irc_0.1cvs20050420-3.3_all.deb

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

iD8DBQFJRmSUUHLQNqxYNSARAkSNAJ48tEtoV8aTOW8S6rdhWmclLn2gRQCeIsu6
d3PIflCCeHCu94j2M7C5X/o=
=7Zb7
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to