Your message dated Sun, 08 Jul 2012 12:47:15 +0000
with message-id <e1snqtp-0002co...@franck.debian.org>
and subject line Bug#669486: fixed in django-auth-ldap 1.0.19-1
has caused the Debian Bug report #669486,
regarding django-auth-ldap: FTBFS: django.core.exceptions.ImproperlyConfigured: 
settings.DATABASES is improperly configured. Please supply the ENGINE value. 
Check settings documentation for more details.
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.)


-- 
669486: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669486
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: django-auth-ldap
Version: 1.0.18-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120419 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory `/«PKGBUILDDIR»'
> django-admin startproject testproject
> cp debian/settings.py testproject/settings.py
> for python in python2.7 python2.6; do \
>         rm -f testproject/test.db3 ; \
>         PYTHONPATH=".:src" $python testproject/manage.py syncdb 
> --settings=testproject.settings --noinput ;\
>         PYTHONPATH=".:src" $python testproject/manage.py test 
> --settings=testproject.settings ; \
>       done
> Traceback (most recent call last):
>   File "testproject/manage.py", line 10, in <module>
>     execute_from_command_line(sys.argv)
>   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
> line 443, in execute_from_command_line
>     utility.execute()
>   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
> line 382, in execute
>     self.fetch_command(subcommand).run_from_argv(self.argv)
>   File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", 
> line 196, in run_from_argv
>     self.execute(*args, **options.__dict__)
>   File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", 
> line 232, in execute
>     output = self.handle(*args, **options)
>   File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", 
> line 371, in handle
>     return self.handle_noargs(**options)
>   File 
> "/usr/lib/python2.7/dist-packages/django/core/management/commands/syncdb.py", 
> line 57, in handle_noargs
>     cursor = connection.cursor()
>   File "/usr/lib/python2.7/dist-packages/django/db/backends/dummy/base.py", 
> line 15, in complain
>     raise ImproperlyConfigured("settings.DATABASES is improperly configured. "
> django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly 
> configured. Please supply the ENGINE value. Check settings documentation for 
> more details.
> Creating test database for alias 'default'...
> Traceback (most recent call last):
>   File "testproject/manage.py", line 10, in <module>
>     execute_from_command_line(sys.argv)
>   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
> line 443, in execute_from_command_line
>     utility.execute()
>   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
> line 382, in execute
>     self.fetch_command(subcommand).run_from_argv(self.argv)
>   File 
> "/usr/lib/python2.7/dist-packages/django/core/management/commands/test.py", 
> line 49, in run_from_argv
>     super(Command, self).run_from_argv(argv)
>   File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", 
> line 196, in run_from_argv
>     self.execute(*args, **options.__dict__)
>   File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", 
> line 232, in execute
>     output = self.handle(*args, **options)
>   File 
> "/usr/lib/python2.7/dist-packages/django/core/management/commands/test.py", 
> line 72, in handle
>     failures = test_runner.run_tests(test_labels)
>   File "/usr/lib/python2.7/dist-packages/django/test/simple.py", line 381, in 
> run_tests
>     old_config = self.setup_databases()
>   File "/usr/lib/python2.7/dist-packages/django/test/simple.py", line 317, in 
> setup_databases
>     self.verbosity, autoclobber=not self.interactive)
>   File "/usr/lib/python2.7/dist-packages/django/db/backends/creation.py", 
> line 256, in create_test_db
>     self._create_test_db(verbosity, autoclobber)
>   File "/usr/lib/python2.7/dist-packages/django/db/backends/creation.py", 
> line 321, in _create_test_db
>     cursor = self.connection.cursor()
>   File "/usr/lib/python2.7/dist-packages/django/db/backends/dummy/base.py", 
> line 15, in complain
>     raise ImproperlyConfigured("settings.DATABASES is improperly configured. "
> django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly 
> configured. Please supply the ENGINE value. Check settings documentation for 
> more details.
> Traceback (most recent call last):
>   File "testproject/manage.py", line 10, in <module>
>     execute_from_command_line(sys.argv)
>   File "/usr/lib/python2.6/dist-packages/django/core/management/__init__.py", 
> line 443, in execute_from_command_line
>     utility.execute()
>   File "/usr/lib/python2.6/dist-packages/django/core/management/__init__.py", 
> line 382, in execute
>     self.fetch_command(subcommand).run_from_argv(self.argv)
>   File "/usr/lib/python2.6/dist-packages/django/core/management/base.py", 
> line 196, in run_from_argv
>     self.execute(*args, **options.__dict__)
>   File "/usr/lib/python2.6/dist-packages/django/core/management/base.py", 
> line 232, in execute
>     output = self.handle(*args, **options)
>   File "/usr/lib/python2.6/dist-packages/django/core/management/base.py", 
> line 371, in handle
>     return self.handle_noargs(**options)
>   File 
> "/usr/lib/python2.6/dist-packages/django/core/management/commands/syncdb.py", 
> line 57, in handle_noargs
>     cursor = connection.cursor()
>   File "/usr/lib/python2.6/dist-packages/django/db/backends/dummy/base.py", 
> line 15, in complain
>     raise ImproperlyConfigured("settings.DATABASES is improperly configured. "
> django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly 
> configured. Please supply the ENGINE value. Check settings documentation for 
> more details.
> Creating test database for alias 'default'...
> Traceback (most recent call last):
>   File "testproject/manage.py", line 10, in <module>
>     execute_from_command_line(sys.argv)
>   File "/usr/lib/python2.6/dist-packages/django/core/management/__init__.py", 
> line 443, in execute_from_command_line
>     utility.execute()
>   File "/usr/lib/python2.6/dist-packages/django/core/management/__init__.py", 
> line 382, in execute
>     self.fetch_command(subcommand).run_from_argv(self.argv)
>   File 
> "/usr/lib/python2.6/dist-packages/django/core/management/commands/test.py", 
> line 49, in run_from_argv
>     super(Command, self).run_from_argv(argv)
>   File "/usr/lib/python2.6/dist-packages/django/core/management/base.py", 
> line 196, in run_from_argv
>     self.execute(*args, **options.__dict__)
>   File "/usr/lib/python2.6/dist-packages/django/core/management/base.py", 
> line 232, in execute
>     output = self.handle(*args, **options)
>   File 
> "/usr/lib/python2.6/dist-packages/django/core/management/commands/test.py", 
> line 72, in handle
>     failures = test_runner.run_tests(test_labels)
>   File "/usr/lib/python2.6/dist-packages/django/test/simple.py", line 381, in 
> run_tests
>     old_config = self.setup_databases()
>   File "/usr/lib/python2.6/dist-packages/django/test/simple.py", line 317, in 
> setup_databases
>     self.verbosity, autoclobber=not self.interactive)
>   File "/usr/lib/python2.6/dist-packages/django/db/backends/creation.py", 
> line 256, in create_test_db
>     self._create_test_db(verbosity, autoclobber)
>   File "/usr/lib/python2.6/dist-packages/django/db/backends/creation.py", 
> line 321, in _create_test_db
>     cursor = self.connection.cursor()
>   File "/usr/lib/python2.6/dist-packages/django/db/backends/dummy/base.py", 
> line 15, in complain
>     raise ImproperlyConfigured("settings.DATABASES is improperly configured. "
> django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly 
> configured. Please supply the ENGINE value. Check settings documentation for 
> more details.
> make[1]: *** [override_dh_auto_test] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2012/04/19/django-auth-ldap_1.0.18-1_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



--- End Message ---
--- Begin Message ---
Source: django-auth-ldap
Source-Version: 1.0.19-1

We believe that the bug you reported is fixed in the latest version of
django-auth-ldap, which is due to be installed in the Debian FTP archive.

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 669...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Fladischer <fladischermich...@fladi.at> (supplier of updated 
django-auth-ldap 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, 08 Jul 2012 14:07:46 +0200
Source: django-auth-ldap
Binary: python-django-auth-ldap python-django-auth-ldap-doc
Architecture: source all
Version: 1.0.19-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Michael Fladischer <fladischermich...@fladi.at>
Description: 
 python-django-auth-ldap - Django LDAP authentication backend
 python-django-auth-ldap-doc - Django LDAP authentication backend 
(documentation)
Closes: 669486
Changes: 
 django-auth-ldap (1.0.19-1) unstable; urgency=low
 .
   * New upstream release.
   * Fix tests for django (>= 1.4) FTBFS (Closes: #669486).
   * Bump dependency on python-django to (>= 1.2).
Checksums-Sha1: 
 a624e09ea8f80639cb2060aa1882665f176434c9 1596 django-auth-ldap_1.0.19-1.dsc
 97e8585fa97577d808a5a9a92025220fed20f223 31549 
django-auth-ldap_1.0.19.orig.tar.gz
 241c3f7a018e131f052573ad3f2e28b01f220633 3507 
django-auth-ldap_1.0.19-1.debian.tar.gz
 885ce66f8dbfd50c534ebce1704ebef957fcccaa 22794 
python-django-auth-ldap_1.0.19-1_all.deb
 03d37db470d10281466570e5b6507194c3eabe71 48482 
python-django-auth-ldap-doc_1.0.19-1_all.deb
Checksums-Sha256: 
 ec7eeff44d9a806df12402d57542bc1587cba4bf7f684add288d9ec2af962133 1596 
django-auth-ldap_1.0.19-1.dsc
 db9ba2d367f7a39e8e6474440cf4ef0290ea51c87116ba8d59191051a46fe462 31549 
django-auth-ldap_1.0.19.orig.tar.gz
 95becce6ffb17cd4fec1e7e016ebdf7df8eb5b019322e6a5ee8b23cccf9bd61d 3507 
django-auth-ldap_1.0.19-1.debian.tar.gz
 b5cd6a1c3686a0c062dfc4658831952d2a9bd7abba365164471d0b8e1d04f7a2 22794 
python-django-auth-ldap_1.0.19-1_all.deb
 619ba9aa5c8bb369174f57c21816a377d842a05aea7533230b07401edf307ecb 48482 
python-django-auth-ldap-doc_1.0.19-1_all.deb
Files: 
 9f6c2a37c1a440846ca2573224cb14b5 1596 python optional 
django-auth-ldap_1.0.19-1.dsc
 af361ba74c47fcf8bd344ef008294d89 31549 python optional 
django-auth-ldap_1.0.19.orig.tar.gz
 4c1bbf4f721b9bfa55c2c45e81b585e4 3507 python optional 
django-auth-ldap_1.0.19-1.debian.tar.gz
 ffec3c6b7e79ce85bc3baab8bccedab8 22794 python optional 
python-django-auth-ldap_1.0.19-1_all.deb
 a27552568c6e34d34090ee3bc850f27b 48482 doc optional 
python-django-auth-ldap-doc_1.0.19-1_all.deb

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

iEYEARECAAYFAk/5ftAACgkQJKAUGKwVtQxiOACfRdhg3D7UaBaIsNsrU7p3hIcb
L1YAn2IxiCsJAo6+AI26J6vIrjfZzKDf
=1jpX
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to