Your message dated Tue, 14 Aug 2007 21:17:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#436112: fixed in apt-proxy 1.9.36.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: apt-proxy
Version: 1.9.36
Severity: grave
Tags: patch
Justification: renders package unusable
Starting apt-proxy fails with AttributeError: 'module' object has no
attribute 'CPU', see attached log.
--- packages.py 2007-08-04 19:12:36.000000000 +0300
+++ /usr/lib/python2.4/site-packages/apt_proxy/packages.py 2007-08-04
19:12:53.000000000 +0300
@@ -103,7 +103,7 @@
"""
DEFAULT_APT_CONFIG = {
#'APT' : '',
- 'APT::Architecture' : apt_pkg.CPU,
+ #'APT::Architecture' : apt_pkg.CPU,
#'APT::Default-Release' : 'unstable',
'Dir':'.', # /
With this it works fine.
-- System Information:
Debian Release: lenny/sid
APT prefers oldstable
APT policy: (500, 'oldstable'), (99, 'unstable'), (1, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-1-k7 (SMP w/2 CPU cores)
Locale: LANG=uk_UA.UTF-8, LC_CTYPE=uk_UA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages apt-proxy depends on:
ii adduser 3.104 add and remove users and groups
ii bzip2 1.0.3-7 high-quality block-sorting file co
ii debconf [debconf-2.0] 1.5.14 Debian configuration management sy
ii logrotate 3.7.1-3 Log rotation utility
ii python 2.4.4-6 An interactive high-level object-o
ii python-apt 0.7.3.1 Python interface to libapt-pkg
ii python-central 0.5.14 register and build utility for Pyt
ii python-twisted-web 0.7.0-1 An HTTP protocol implementation to
apt-proxy recommends no packages.
-- debconf-show failed
2007/08/04 18:59 +0300 [-] Log opened.
2007/08/04 18:59 +0300 [-] twistd 2.5.0 (/usr/bin/python 2.4.4) starting up
2007/08/04 18:59 +0300 [-] reactor class: <class
'twisted.internet.selectreactor.SelectReactor'>
2007/08/04 18:59 +0300 [-] Loading /usr/sbin/apt-proxy...
2007/08/04 18:59 +0300 [-]
/usr/lib/python2.4/site-packages/twisted/manhole/telnet.py:8:
exceptions.DeprecationWarning: As of Twisted 2.1, twisted.protocols.telnet is
deprecated. See twisted.conch.telnet for the current, supported API.
2007/08/04 18:59 +0300 [-] Traceback (most recent call last):
2007/08/04 18:59 +0300 [-] File
"/usr/lib/python2.4/site-packages/twisted/application/app.py", line 218, in
getApplication
2007/08/04 18:59 +0300 [-] application = service.loadApplication(filename,
style, passphrase)
2007/08/04 18:59 +0300 [-] File
"/usr/lib/python2.4/site-packages/twisted/application/service.py", line 341, in
loadApplication
2007/08/04 18:59 +0300 [-] application = sob.loadValueFromFile(filename,
'application', passphrase)
2007/08/04 18:59 +0300 [-] File
"/usr/lib/python2.4/site-packages/twisted/persisted/sob.py", line 215, in
loadValueFromFile
2007/08/04 18:59 +0300 [-] exec fileObj in d, d
2007/08/04 18:59 +0300 [-] File "/usr/sbin/apt-proxy", line 19, in ?
2007/08/04 18:59 +0300 [-] from apt_proxy.apt_proxy_conf import apConfig
2007/08/04 18:59 +0300 [-] File
"/usr/lib/python2.4/site-packages/apt_proxy/apt_proxy_conf.py", line 17, in ?
2007/08/04 18:59 +0300 [-] from apt_proxy import Backend
2007/08/04 18:59 +0300 [-] File
"/usr/lib/python2.4/site-packages/apt_proxy/apt_proxy.py", line 26, in ?
2007/08/04 18:59 +0300 [-] import fetchers, cache, packages
2007/08/04 18:59 +0300 [-] File
"/usr/lib/python2.4/site-packages/apt_proxy/packages.py", line 98, in ?
2007/08/04 18:59 +0300 [-] class AptPackages:
2007/08/04 18:59 +0300 [-] File
"/usr/lib/python2.4/site-packages/apt_proxy/packages.py", line 104, in
AptPackages
2007/08/04 18:59 +0300 [-] DEFAULT_APT_CONFIG = {
2007/08/04 18:59 +0300 [-] AttributeError: 'module' object has no attribute
'CPU'
2007/08/04 18:59 +0300 [-] Failed to load application: 'module' object has no
attribute 'CPU'
2007/08/04 18:59 +0300 [-] Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/twisted/application/app.py",
line 379, in run
runApp(config)
File "/usr/lib/python2.4/site-packages/twisted/scripts/twistd.py",
line 23, in runApp
_SomeApplicationRunner(config).run()
File "/usr/lib/python2.4/site-packages/twisted/application/app.py",
line 157, in run
self.application = self.createOrGetApplication()
File "/usr/lib/python2.4/site-packages/twisted/application/app.py",
line 207, in createOrGetApplication
application = getApplication(self.config, passphrase)
--- <exception caught here> ---
File "/usr/lib/python2.4/site-packages/twisted/application/app.py",
line 218, in getApplication
application = service.loadApplication(filename, style, passphrase)
File
"/usr/lib/python2.4/site-packages/twisted/application/service.py", line 341, in
loadApplication
application = sob.loadValueFromFile(filename, 'application',
passphrase)
File "/usr/lib/python2.4/site-packages/twisted/persisted/sob.py",
line 215, in loadValueFromFile
exec fileObj in d, d
File "/usr/sbin/apt-proxy", line 19, in ?
from apt_proxy.apt_proxy_conf import apConfig
File "/usr/lib/python2.4/site-packages/apt_proxy/apt_proxy_conf.py",
line 17, in ?
from apt_proxy import Backend
File "/usr/lib/python2.4/site-packages/apt_proxy/apt_proxy.py", line
26, in ?
import fetchers, cache, packages
File "/usr/lib/python2.4/site-packages/apt_proxy/packages.py", line
98, in ?
class AptPackages:
File "/usr/lib/python2.4/site-packages/apt_proxy/packages.py", line
104, in AptPackages
DEFAULT_APT_CONFIG = {
exceptions.AttributeError: 'module' object has no attribute 'CPU'
2007/08/04 18:59 +0300 [-]
--- End Message ---
--- Begin Message ---
Source: apt-proxy
Source-Version: 1.9.36.1
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.36.1.dsc
to pool/main/a/apt-proxy/apt-proxy_1.9.36.1.dsc
apt-proxy_1.9.36.1.tar.gz
to pool/main/a/apt-proxy/apt-proxy_1.9.36.1.tar.gz
apt-proxy_1.9.36.1_all.deb
to pool/main/a/apt-proxy/apt-proxy_1.9.36.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.
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: Tue, 14 Aug 2007 21:58:45 +0100
Source: apt-proxy
Binary: apt-proxy
Architecture: source all
Version: 1.9.36.1
Distribution: unstable
Urgency: low
Maintainer: Chris Halls <[EMAIL PROTECTED]>
Changed-By: Chris Halls <[EMAIL PROTECTED]>
Description:
apt-proxy - Debian archive proxy and partial mirror builder
Closes: 436011 436112
Changes:
apt-proxy (1.9.36.1) unstable; urgency=low
.
* Work around breakage caused by ABI change in python_apt.
(Closes: #436011, #436112). This is also related to #285360, which is not
yet fixed
Files:
d12822a8398c43f84c6fe36b1af45f63 730 admin extra apt-proxy_1.9.36.1.dsc
c231f68ef0508b69bb175a619101f617 107449 admin extra apt-proxy_1.9.36.1.tar.gz
1d814fd162082b543d5ccbf477aae6af 84092 admin extra apt-proxy_1.9.36.1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGwhkKexmdExmX588RAn8RAJ9Z7GsiRHdH8XRMtVKm1M7c1thAXgCeMZKg
U1UwZHW65VGT7SR6CgRvAA0=
=FQ21
-----END PGP SIGNATURE-----
--- End Message ---