Your message dated Thu, 26 Jan 2006 04:32:06 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#349447: fixed in apt-proxy 1.9.33
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 23 Jan 2006 01:48:40 +0000
>From [EMAIL PROTECTED] Sun Jan 22 17:48:40 2006
Return-path: <[EMAIL PROTECTED]>
Received: from p15163250.pureserver.info ([82.165.43.81] helo=arthur.pweis.com)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1F0qoy-0007W3-BD
        for [EMAIL PROTECTED]; Sun, 22 Jan 2006 17:48:40 -0800
Received: from zaphod (authenticated)
        by arthur.pweis.com with esmtps (Exim 4.50 #1 (Debian))
        id 1F0qow-0007ec-0h
        for <[EMAIL PROTECTED]>; Mon, 23 Jan 2006 02:48:38 +0100
Received: from pweis by zaphod with local (Exim 4.60 #1 (Debian))
        id 1F0qos-0004IE-W6
        for <[EMAIL PROTECTED]>; Sun, 22 Jan 2006 20:48:35 -0500
Date: Sun, 22 Jan 2006 20:48:34 -0500
From: Philipp Weis <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: apt-proxy: Does not work with twisted 2.1.
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="gBBFr7Ir9EOA20Yy"
Content-Disposition: inline
X-Reportbug-Version: 3.18
User-Agent: Mutt/1.5.11
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02


--gBBFr7Ir9EOA20Yy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: apt-proxy
Version: 1.9.32
Severity: grave
Justification: renders package unusable

Hi,

I just upgraded to the latest version of twisted in unstable
(2.1.0-2), which seems to be incompatible with apt-proxy.

At first, there is a dependency problem, as apt-proxy should depend on
python-twisted-web. After I installed this package manually, I was
able to get apt-proxy running. It does not do anything at all, though.
As soon as I try to update my package list, I get the following in
apt-proxy.log:

2006/01/22 20:36 EST [-] Log opened.
2006/01/22 20:36 EST [-] twistd 2.1.0 (/usr/bin/python2.3 2.3.5) starting up
2006/01/22 20:36 EST [-] reactor class: twisted.internet.selectreactor.Sele=
ctReactor
2006/01/22 20:36 EST [-] Loading /usr/sbin/apt-proxy...
2006/01/22 20:36 EST [-] /usr/lib/python2.3/site-packages/twisted/manhole/t=
elnet.py:8: exceptions.DeprecationWarning: As of Twisted 2.1, twisted.proto=
cols.telnet is deprecated.  See twisted.conch.telnet for the current, suppo=
rted API.
2006/01/22 20:36 EST [-] WARNING: apt-proxy has not been tested under this =
version of twisted (2.1.0).
2006/01/22 20:36 EST [-] WARNING: although it should work without problem.
2006/01/22 20:36 EST [-] Loaded.
2006/01/22 20:36 EST [-] apt_proxy.apt_proxy.Factory starting on 9999
2006/01/22 20:36 EST [-] Starting factory <apt_proxy.apt_proxy.Factory inst=
ance at 0xb789b64c>
2006/01/22 20:36 EST [-] set uid/gid 107/65534
2006/01/22 20:36 EST [Channel,0,127.0.0.1] Traceback (most recent call last=
):
          File "/usr/lib/python2.3/site-packages/twisted/python/log.py", li=
ne 58, in callWithLogger
            return callWithContext({"system": lp}, func, *args, **kw)
          File "/usr/lib/python2.3/site-packages/twisted/python/log.py", li=
ne 43, in callWithContext
            return context.call({ILogContext: newCtx}, func, *args, **kw)
          File "/usr/lib/python2.3/site-packages/twisted/python/context.py"=
, line 59, in callWithContext
            return self.currentContext().callWithContext(ctx, func, *args, =
**kw)
          File "/usr/lib/python2.3/site-packages/twisted/python/context.py"=
, line 37, in callWithContext
            return func(*args,**kw)
        --- <exception caught here> ---
          File "/usr/lib/python2.3/site-packages/twisted/internet/selectrea=
ctor.py", line 139, in _doReadOrWrite
            why =3D getattr(selectable, method)()
          File "/usr/lib/python2.3/site-packages/twisted/internet/tcp.py", =
line 347, in doRead
            return self.protocol.dataReceived(data)
          File "/usr/lib/python2.3/site-packages/twisted/protocols/basic.py=
", line 232, in dataReceived
            why =3D self.lineReceived(line)
          File "/usr/lib/python2.3/site-packages/twisted/web/http.py", line=
 961, in lineReceived
            self.allContentReceived()
          File "/usr/lib/python2.3/site-packages/apt_proxy/apt_proxy.py", l=
ine 1669, in allContentReceived
            http.HTTPChannel.allContentReceived(self)
          File "/usr/lib/python2.3/site-packages/twisted/web/http.py", line=
 1002, in allContentReceived
            req.requestReceived(command, path, version)
          File "/usr/lib/python2.3/site-packages/twisted/web/http.py", line=
 557, in requestReceived
            self.process()
          File "/usr/lib/python2.3/site-packages/apt_proxy/apt_proxy.py", l=
ine 1406, in process
            self.fetch()
          File "/usr/lib/python2.3/site-packages/apt_proxy/apt_proxy.py", l=
ine 1485, in fetch
            d =3D self.check_cached()
          File "/usr/lib/python2.3/site-packages/apt_proxy/apt_proxy.py", l=
ine 1577, in check_cached
            verifier.deferred.arm()
        exceptions.AttributeError: Deferred instance has no attribute 'arm'


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (600, 'unstable'), (570, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: LANG=3Den_US.UTF-8, LC_CTYPE=3Den_US.UTF-8 (charmap=3DUTF-8)

Versions of packages apt-proxy depends on:
ii  adduser                       3.80       Add and remove users and groups
ii  bzip2                         1.0.3-2    high-quality block-sorting fil=
e co
ii  debconf [debconf-2.0]         1.4.68     Debian configuration managemen=
t sy
ii  logrotate                     3.7.1-2    Log rotation utility
ii  python                        2.3.5-5    An interactive high-level obje=
ct-o
ii  python-apt                    0.6.16     Python interface to libapt-pkg
ii  python-bsddb3                 3.3.0-6    Python interface to libdb3
ii  python-twisted                2.0.1-3    Event-based framework for inte=
rnet
ii  python2.3                     2.3.5-9    An interactive high-level obje=
ct-o

apt-proxy recommends no packages.

-- debconf information excluded

--=20
Philipp Weis          [EMAIL PROTECTED]

--gBBFr7Ir9EOA20Yy
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFD1DXyzxf2HvbDMkkRAjL4AJ9xDYN8qzX8VsbZZHYDXZSbDQofMwCgoZJA
KE/p56F1StH2+EcyHtrPL3Y=
=rNZQ
-----END PGP SIGNATURE-----

--gBBFr7Ir9EOA20Yy--

---------------------------------------
Received: (at 349447-close) by bugs.debian.org; 26 Jan 2006 12:40:41 +0000
>From [EMAIL PROTECTED] Thu Jan 26 04:40:41 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1F26II-0002MT-Mg; Thu, 26 Jan 2006 04:32:06 -0800
From: Chris Halls <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#349447: fixed in apt-proxy 1.9.33
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 26 Jan 2006 04:32:06 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

Source: apt-proxy
Source-Version: 1.9.33

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

apt-proxy_1.9.33.dsc
  to pool/main/a/apt-proxy/apt-proxy_1.9.33.dsc
apt-proxy_1.9.33.tar.gz
  to pool/main/a/apt-proxy/apt-proxy_1.9.33.tar.gz
apt-proxy_1.9.33_all.deb
  to pool/main/a/apt-proxy/apt-proxy_1.9.33_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.
Chris Halls <[EMAIL PROTECTED]> (supplier of updated apt-proxy 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, 26 Jan 2006 11:59:56 +0000
Source: apt-proxy
Binary: apt-proxy
Architecture: source all
Version: 1.9.33
Distribution: unstable
Urgency: low
Maintainer: Otavio Salvador <[EMAIL PROTECTED]>
Changed-By: Chris Halls <[EMAIL PROTECTED]>
Description: 
 apt-proxy  - Debian archive proxy and partial mirror builder development
Closes: 310326 349447 349596
Changes: 
 apt-proxy (1.9.33) unstable; urgency=low
 .
   [ Chris Halls ]
   * Update for twisted 2.1.0.  Thanks Tuncer Ayazi and Andreas Pakulat for
     their patches and suggestions.
   * Depend on python-twisted-web if using twisted > 2.0.1 (Closes: #349596)
   * Remove use of deprecated arm calls (Closes: #349447)
   * Rework apt-proxy.conf manpage. Thanks to Roey Katz for all the
     suggestions
   * debian/rules: swap dh_python and dh_installinit calls, so that
     update-python-modules is called before init script in postinst
 .
   [ Debconf Translations ]
   * Yuriy Talakan <[EMAIL PROTECTED]>: ru.po (closes: #310326)
Files: 
 a6696787eef867148e865c68e8d8eeb2 636 admin extra apt-proxy_1.9.33.dsc
 bd6633e303251c60b6a9f29192a0e061 79107 admin extra apt-proxy_1.9.33.tar.gz
 21db74e4ef7f0388a401d454d0aed5c7 64786 admin extra apt-proxy_1.9.33_all.deb

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

iD8DBQFD2LxzexmdExmX588RAu5MAJ0W41cRzJ5GiF40cx9wAuGTE+QgHACeK5Qc
s9U40QolH42W7NbelVeJwbc=
=1SIU
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to