Bug#409954: python-xml: Importing pyexpat fails with python2.4-dbg build

2007-02-06 Thread Kevin Campbell
Package: python-xml
Version: 0.8.4-6
Severity: important


Attempting to use python2.4-dbg to import expat fails. The normal build works 
without
any problems. The traceback to reproduce is shown below.

[EMAIL PROTECTED]:~/src/debpkgs/python2.4-2.4.4$ python2.4-dbg
Python 2.4.4 (#1, Jan 13 2007, 17:49:45)
[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2
Type help, copyright, credits or license for more information.
 from xml.parsers import expat
Traceback (most recent call last):
  File stdin, line 1, in ?
  File /usr/lib/python2.4/site-packages/_xmlplus/parsers/expat.py, line 4, in 
?
from pyexpat import *
ImportError: /usr/lib/python2.4/site-packages/_xmlplus/parsers/pyexpat.so: 
undefined symbol: Py_InitModule4

Additional library information is as follows

ii  python2.42.4.4-2 An 
interactive high-level object-oriented la
ii  python2.4-dbg2.4.4-2 Debug 
Build of the Python Interpreter (versi
ii  python2.4-dev2.4.4-2 Header 
files and a static library for Python
ii  python2.4-minimal2.4.4-2 A 
minimal subset of the Python language (ver
ii  expat1.95.8-3.3  XML 
parsing C library - example application
ii  libexpat11.95.8-3.3  XML 
parsing C library - runtime library
ii  libexpat1-dev1.95.8-3.3  XML 
parsing C library - development kit


-- 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.6.18-3-xen-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages python-xml depends on:
ii  python2.4.3-11   An interactive high-level object-o
ii  python-central0.5.9  register and build utility for Pyt

python-xml recommends no packages.

-- no debconf information


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



Bug#396186: bind9: Installation breaks with shadow passwords disabled

2006-10-30 Thread Kevin Campbell
Package: bind9
Version: 1:9.3.2-P1.0-1
Severity: important

The bind9 installation appears to fail when shadow passwords are disabled

Adding group `bind' (GID 112) ...
Done.
Adding system user `bind' (UID 107) ...
Adding new user `bind' (UID 107) with group `bind' ...
chage: the shadow password file is not present
/usr/bin/chage failed with return code 15, shadow not enabled, password aging 
cannot be set. Continuing.
Not creating home directory `/var/cache/bind'.
wrote key file /etc/bind/rndc.key
Starting domain name service...: bind.  

   
 
Enabling shadow passwords and removing / reinstalling resolves the issue.


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

Versions of packages bind9 depends on:
ii  adduser   3.97   Add and remove users and groups
ii  libbind9-01:9.3.2-P1.0-1 BIND9 Shared Library used by BIND
ii  libc6 2.3.6.ds1-4GNU C Library: Shared libraries
ii  libdns21  1:9.3.2-P1.0-1 DNS Shared Library used by BIND
ii  libisc11  1:9.3.2-P1.0-1 ISC Shared Library used by BIND
ii  libisccc0 1:9.3.2-P1.0-1 Command Channel Library used by BI
ii  libisccfg11:9.3.2-P1.0-1 Config File Handling Library used 
ii  liblwres9 1:9.3.2-P1.0-1 Lightweight Resolver Library used 
ii  libssl0.9.8   0.9.8c-3   SSL shared libraries
ii  lsb-base  3.1-15 Linux Standard Base 3.1 init scrip
ii  netbase   4.25   Basic TCP/IP networking system

bind9 recommends no packages.

-- no debconf information


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



Bug#341092: python2.3-sqlite: Python2.3 package uses decorators

2005-11-28 Thread Kevin Campbell
Package: python2.3-sqlite
Version: 1.0.1-2
Severity: grave
Justification: renders package unusable


The 2.3 package for python-sqlite downloads an egg for formencode which
uses decorators. These are not supported in python2.3 and as such the
package will not install.


Compiling
/usr/lib/python2.3/site-packages/FormEncode-0.3-py2.3.egg/formencode/formgen.py
...
  File
/usr/lib/python2.3/site-packages/FormEncode-0.3-py2.3.egg/formencode/formgen.py,
line 8
@dispatch.generic()
^
SyntaxError: invalid syntax

Compiling
/usr/lib/python2.3/site-packages/FormEncode-0.3-py2.3.egg/formencode/sqlformgen.py
...
  File
/usr/lib/python2.3/site-packages/FormEncode-0.3-py2.3.egg/formencode/sqlformgen.py,
line 11
@makeform.when('isinstance(obj, SQLObject) or (isinstance(obj, type)
and issubclass(obj, SQLObject))')
^
SyntaxError: invalid syntax

dpkg: error processing python2.3-sqlite (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of python-sqlite:
 python-sqlite depends on python2.3-sqlite; however:
  Package python2.3-sqlite is not configured yet.
dpkg: error processing python-sqlite (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 python2.3-sqlite
 python-sqlite


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.21-rc7-5um
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages python2.3-sqlite depends on:
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libsqlite0 2.8.16-1  SQLite shared library
ii  python2.3  2.3.5-3sarge1 An interactive high-level object-o

-- no debconf information


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