Your message dated Mon, 23 Apr 2012 15:48:13 +0000
with message-id <e1smlur-0007ui...@franck.debian.org>
and subject line Bug#669493: fixed in django-picklefield 0.2.1-1
has caused the Debian Bug report #669493,
regarding django-picklefield: 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.)


-- 
669493: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669493
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: django-picklefield
Version: 0.2.0-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
> echo 'DATABASE_ENGINE = "sqlite3"' > testproject/settings.py
> echo 'INSTALLED_APPS = ["picklefield"]' >> testproject/settings.py
> set -e; \
>       for python in python2.7 python2.6; do \
>         PYTHONPATH=".:src" $python testproject/manage.py test 
> --settings=testproject.settings; \
>       done
> 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.
> 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-picklefield_0.2.0-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-picklefield
Source-Version: 0.2.1-1

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

django-picklefield_0.2.1-1.debian.tar.gz
  to main/d/django-picklefield/django-picklefield_0.2.1-1.debian.tar.gz
django-picklefield_0.2.1-1.dsc
  to main/d/django-picklefield/django-picklefield_0.2.1-1.dsc
django-picklefield_0.2.1.orig.tar.gz
  to main/d/django-picklefield/django-picklefield_0.2.1.orig.tar.gz
python-django-picklefield_0.2.1-1_all.deb
  to main/d/django-picklefield/python-django-picklefield_0.2.1-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-picklefield 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: Mon, 23 Apr 2012 15:00:01 +0200
Source: django-picklefield
Binary: python-django-picklefield
Architecture: source all
Version: 0.2.1-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-picklefield - Pickled object field for Django
Closes: 669493
Changes: 
 django-picklefield (0.2.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Fix tests for django (>= 1.4) FTBFS (Closes: #669493).
     - Add our own settings.py for the tests
     - Bump B-D on python-django to (>= 1.2)
Checksums-Sha1: 
 c8cd1637af956f4640be87812b18250b30cab0c9 2194 django-picklefield_0.2.1-1.dsc
 796bc4a375cca2cec55127af10a96eaf816d0fd4 8939 
django-picklefield_0.2.1.orig.tar.gz
 38544030248a5c4faebed9c75dfef2055b8b8d22 3144 
django-picklefield_0.2.1-1.debian.tar.gz
 d1b6ce93c5257f93af387569adca83aaaa18bad3 14816 
python-django-picklefield_0.2.1-1_all.deb
Checksums-Sha256: 
 20a3575b44990b66c864349c29bbc114a7b082c6f6205ed7eeced8ff3130f76e 2194 
django-picklefield_0.2.1-1.dsc
 87fac7dd5873eab33a52e86863dd32b4bfeb65401ea438e81e5acb74836bb337 8939 
django-picklefield_0.2.1.orig.tar.gz
 d16c6e870502910abaf6de318ea2f144f014e124d6788fd7f28ee472bc50937d 3144 
django-picklefield_0.2.1-1.debian.tar.gz
 45b1b8209fefa039b56a0f529f7d1521673260d6f7eb37325696a0ad2c9f59c8 14816 
python-django-picklefield_0.2.1-1_all.deb
Files: 
 7fd6df887cee242bf54426d13049b5ee 2194 python optional 
django-picklefield_0.2.1-1.dsc
 6b539d50a020716890a4c01eeb27db3e 8939 python optional 
django-picklefield_0.2.1.orig.tar.gz
 0b1aad36ecac07ab9a62b0fd3420874b 3144 python optional 
django-picklefield_0.2.1-1.debian.tar.gz
 c688e3e038b9b2bc16a6a13d144cbcd4 14816 python optional 
python-django-picklefield_0.2.1-1_all.deb

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

iQIcBAEBCAAGBQJPlXezAAoJEC1Os6YBVHX1ZHUP/1g1feAKbhI9H3e5Vz4Rj7Na
xULrd1aI5N9vSVnLDWUd8TcfkCrtmG3Q0y74TarCmcyHfSGreqJs3DsT2MYVscZf
dJfc5+eGXPabO0KXtHDF4cvssJ+JHcOF8Jvloc/EKxCRbuv/mTtmny5xV1mLHs5D
ahzI1oS9al7zuWXxoiL6BcNdTS8w1UIVjf+mH2VsMi9FRgM9OLRp0yo1Sn/k1k9v
FUmPQxC/W1FS13ESY5GLDZTWtw+Ak4albCI83HM8BKERLDzlCQVccO9IVMN8nRzz
hyprixAyOLJqyxo8Nhpc54F0inoeOrQbT9ynVtqpL+mV5txFCRHlRfb0fWlIyCYj
weGR3rKfrdoYODwv60VT0HACe/vlH80VIQf09XBT9YDGr8m9FCsCCDFeo153aDkD
YJ7GWn16UJJMNwJ15tZdo4FQGlP/VwLRABdH20u8vezqG4YUxAEUvLfetoa+wlOo
RlRVu1+8K2IfyVbKPi+9JabdrIqipazEKLk30IMgalw0SbxuUBw1WqyAxb6TGQxb
JnD8p1Yp0p66XgC6e0SiaGhUzGnOsX8Hs8r0YovW+JK/PgPYjxE8dr3fQg/xEQfe
b1MrRY0qGAWEtj5c40WP7oYq+r3JLSvVXi+8yMieQ453IuLGuOgmKI/7se8GcaGL
FEWGqXdfVFxtqENv+LqY
=8jZq
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to