Your message dated Wed, 27 Jun 2012 09:20:21 +0000
with message-id <e1sjoq9-0004ml...@franck.debian.org>
and subject line Bug#669482: fixed in django-openid-auth 0.4-1
has caused the Debian Bug report #669482,
regarding django-openid-auth: 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.)
--
669482: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669482
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: django-openid-auth
Version: 0.3-2
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»'
> set -e; \
> for python in python2.7 python2.6; do \
> PYTHONPATH="." $python example_consumer/manage.py test
> --settings=example_consumer.settings django_openid_auth ; \
> done
> Creating test database for alias 'default'...
> Traceback (most recent call last):
> File "example_consumer/manage.py", line 11, in <module>
> execute_manager(settings)
> File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py",
> line 459, in execute_manager
> 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.
> 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-openid-auth_0.3-2_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-openid-auth
Source-Version: 0.4-1
We believe that the bug you reported is fixed in the latest version of
django-openid-auth, which is due to be installed in the Debian FTP archive:
django-openid-auth_0.4-1.debian.tar.gz
to main/d/django-openid-auth/django-openid-auth_0.4-1.debian.tar.gz
django-openid-auth_0.4-1.dsc
to main/d/django-openid-auth/django-openid-auth_0.4-1.dsc
django-openid-auth_0.4.orig.tar.gz
to main/d/django-openid-auth/django-openid-auth_0.4.orig.tar.gz
python-django-auth-openid_0.4-1_all.deb
to main/d/django-openid-auth/python-django-auth-openid_0.4-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 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-openid-auth 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: SHA256
Format: 1.8
Date: Wed, 27 Jun 2012 08:25:19 +0200
Source: django-openid-auth
Binary: python-django-auth-openid
Architecture: source all
Version: 0.4-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-openid - provides optional OpenID integration for Django
Closes: 669482
Changes:
django-openid-auth (0.4-1) unstable; urgency=low
.
* New upstream release.
* Lower dependency on python-django to (>= 1.1.2).
* Bump B-D on python-all to (>= 2.6) and XS-P-V to >= 2.6.
* Fix tests for django (>= 1.4) FTBFS (Closes: #669482).
- Add patch for Django 1.2 style DATABASE configuration
- Bump B-D on python-django to (>= 1.2) because of new configuration
* Fix DEP5 lintian format warnings.
* Fix DEP5 copyright line format in d/copyright.
* Make sure .pyc files are not used.
* Run wrap-and-sort.
* Change order of my name.
* Update DEP-5 URL to 1.0.
* Fix d/watch for HTTPS URLs.
* Bump Standards-Version to 3.9.3.
* Update years in d/copyright.
* Include openid.txt in documentation.
Checksums-Sha1:
912caaa04fd1a8b164d69c06115878ac0184c098 2174 django-openid-auth_0.4-1.dsc
6514607c22e7896881246a7dbbba84f4df9de0a9 77703
django-openid-auth_0.4.orig.tar.gz
0a96b18f94ea6bc6913bb26da2200fd6f42948d7 3694
django-openid-auth_0.4-1.debian.tar.gz
46772d747d9fcc8585c6ed3243ad7219162d97b2 35336
python-django-auth-openid_0.4-1_all.deb
Checksums-Sha256:
7a872cb8250799c4597890381548b5bcc40239e3c788f07e8ab6f94e7fa26f4a 2174
django-openid-auth_0.4-1.dsc
923c2a9652f23bee367a6578f39d0881eaeb7aca2ec8f810f523b16e38679d05 77703
django-openid-auth_0.4.orig.tar.gz
7496fe75fc9d433143a5daf8ff337f56b493ea140c6a3b048e562071a8d96bfb 3694
django-openid-auth_0.4-1.debian.tar.gz
f0d76e35132e85f7033e8931c85f7330a9fcd7bdbc2a74cb49ca40302e2722d3 35336
python-django-auth-openid_0.4-1_all.deb
Files:
c652854f6f5580f1841bb09b13f39641 2174 python optional
django-openid-auth_0.4-1.dsc
038883913aa70c7fc49fbfa30f5d1d2c 77703 python optional
django-openid-auth_0.4.orig.tar.gz
a1a9e6e24aeee8e6c5a55de5538c211c 3694 python optional
django-openid-auth_0.4-1.debian.tar.gz
6bd45c238686a214f226b7fabbff9d00 35336 python optional
python-django-auth-openid_0.4-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJP6s2VAAoJEC1Os6YBVHX1KzkQAJSqQrUiem/qK+TMHKg+vNN5
9EnGckmkqX4soNrL3epTsgIzsHfUT99VzHnjsW5BtGF5jl7hmzU/FGk4CZb5Kxk2
kchbQKLNPm7avUJQ+daEB2vcaU4NlB/aNEh8vEG1OK1Hf4lpzVLzyZ2dPFdcUe0t
yEUI5Ok3aGu8LoCy+bBSvvgbNOoT/4AfYJdswxrodJ+FJu7SYOaiqN9xqua6jx5a
pvAyXtjfzqHoiCedOTRoi70sqWlyQRbgNN0wPUqpxrZecNjsJN4WHEkBvQSGbsnJ
pEPxLKABQR2yJqVakYu5pDYr+rq1SgFfHR4MrMQR4vsGIHpu1yz5zoNl6qfWOacZ
IKjCgqkHcJjEkU8AkvnnWieY5sAxdoRpjo/lMinVBnf7qvxFSTzaWIbwB20nBZzs
s0S3K0023PdBqrjN0x4AjmJkaBMDGZk0ybs3F9z5QGWJRwHOOUDt11P4kJ9R0vXe
ZX4LQ65WoOAJwjBk6SM0PZdBoBn/uMsUrwRZt0XJzzMH0tBUJEQYhQNFGXILDmOv
sx/BdsEwXgtAxQc8W5pIKqiKd5V9tB1WCFAFuGTk9dafPRB8w+Durq/ois4Se8wN
dapNNpGoo5qDuSpK6B6JJ8m+lD948uyKZsvOt9Pf9y3cMz6L2eo+OPlh7MilG7Jw
eMwd0ONSS/QXHvutLXFd
=Zv1I
-----END PGP SIGNATURE-----
--- End Message ---