Your message dated Mon, 07 Dec 2015 21:51:33 +0000
with message-id <e1a63gz-0005dc...@franck.debian.org>
and subject line Bug#807350: fixed in django-restricted-resource 2015.11-2
has caused the Debian Bug report #807350,
regarding django-restricted-resource: FTBFS with Django 1.9: 
django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.
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.)


-- 
807350: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807350
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: django-restricted-resource
Version: 2015.11-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

django-restricted-resource fails to build from source in unstable/amd64:

  [..]

      self.run_command(cmd)
    File "/usr/lib/python2.7/distutils/dist.py", line 972, in
    run_command
      cmd_obj.run()
    File "/usr/lib/python2.7/dist-packages/setuptools/command/test.py",
    line 157, in run
      self.with_project_on_sys_path(self.run_tests)
    File "/usr/lib/python2.7/dist-packages/setuptools/command/test.py",
    line 138, in with_project_on_sys_path
      func()
    File "/usr/lib/python2.7/dist-packages/setuptools/command/test.py",
    line 178, in run_tests
      testRunner=self._resolve_as_ep(self.test_runner),
    File "/usr/lib/python2.7/unittest/main.py", line 94, in __init__
      self.parseArgs(argv)
    File "/usr/lib/python2.7/unittest/main.py", line 149, in parseArgs
      self.createTests()
    File "/usr/lib/python2.7/unittest/main.py", line 158, in createTests
      self.module)
    File "/usr/lib/python2.7/unittest/loader.py", line 130, in
    loadTestsFromNames
      suites = [self.loadTestsFromName(name, module) for name in names]
    File "/usr/lib/python2.7/unittest/loader.py", line 115, in
    loadTestsFromName
      test = obj()
    File
    
"/home/lamby/temp/cdt.20151207215919.KS07bteFb8/django-restricted-resource-2015.11/django_restricted_resource/test_project/tests.py",
    line 24, in run_tests
      return
      run_tests_for("django_restricted_resource.test_project.settings")
    File "/usr/lib/python2.7/dist-packages/django_testproject/tests.py",
    line 58, in run_tests_for
      failures = runner(test_labels)
    File "/usr/lib/python2.7/dist-packages/django/test/runner.py", line
    532, in run_tests
      old_config = self.setup_databases()
    File "/usr/lib/python2.7/dist-packages/django/test/runner.py", line
    482, in setup_databases
      self.parallel, **kwargs
    File "/usr/lib/python2.7/dist-packages/django/test/runner.py", line
    726, in setup_databases
      serialize=connection.settings_dict.get("TEST",
      {}).get("SERIALIZE", True),
    File
    "/usr/lib/python2.7/dist-packages/django/db/backends/base/creation.py",
    line 70, in create_test_db
      run_syncdb=True,
    File
    "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py",
    line 91, in call_command
      app_name = get_commands()[name]
    File "/usr/lib/python2.7/dist-packages/django/utils/lru_cache.py",
    line 100, in wrapper
      result = user_function(*args, **kwds)
    File
    "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py",
    line 71, in get_commands
      for app_config in reversed(list(apps.get_app_configs())):
    File "/usr/lib/python2.7/dist-packages/django/apps/registry.py",
    line 137, in get_app_configs
      self.check_apps_ready()
    File "/usr/lib/python2.7/dist-packages/django/apps/registry.py",
    line 124, in check_apps_ready
      raise AppRegistryNotReady("Apps aren't loaded yet.")
  django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.
  debian/rules:8: recipe for target 'override_dh_auto_test' failed
  make[1]: *** [override_dh_auto_test] Error 1
  make[1]: Leaving directory
  
'/home/lamby/temp/cdt.20151207215919.KS07bteFb8/django-restricted-resource-2015.11'
  debian/rules:4: recipe for target 'build' failed
  make: *** [build] Error 2

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: django-restricted-resource.2015.11-1.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: django-restricted-resource
Source-Version: 2015.11-2

We believe that the bug you reported is fixed in the latest version of
django-restricted-resource, 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 807...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Neil Williams <codeh...@debian.org> (supplier of updated 
django-restricted-resource 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...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 07 Dec 2015 21:12:15 +0000
Source: django-restricted-resource
Binary: python-django-restricted-resource
Architecture: source all
Version: 2015.11-2
Distribution: unstable
Urgency: medium
Maintainer: Debian LAVA team <pkg-linaro-lava-de...@lists.alioth.debian.org>
Changed-By: Neil Williams <codeh...@debian.org>
Description:
 python-django-restricted-resource - Django Base model for ownership and access 
control
Closes: 807350
Changes:
 django-restricted-resource (2015.11-2) unstable; urgency=medium
 .
   * Change the call to the tests in package build to use the
     internal manage.py for django1.9 compatibility. (Closes: #807350)
Checksums-Sha1:
 93b69f638de00b73df519ca3b5d31467f7946dd7 2389 
django-restricted-resource_2015.11-2.dsc
 1ef73685e78daee6ac87c0ab290504b1664185b9 2692 
django-restricted-resource_2015.11-2.debian.tar.xz
 3473cabc0563aac24978ca2fb5f37642d7fbd19d 9558 
python-django-restricted-resource_2015.11-2_all.deb
Checksums-Sha256:
 d6677c3b5189fba6bde3eaf6bc6915fd4202dcfa68164b70797eea526d18bd4d 2389 
django-restricted-resource_2015.11-2.dsc
 db48b8e6914d85812ce397b1097c7c8f1bc86dc5b4c70e08b95548efd6886d17 2692 
django-restricted-resource_2015.11-2.debian.tar.xz
 a231d78353753abcf5690db2857452b671af4ae97afea942992c3250097a0d10 9558 
python-django-restricted-resource_2015.11-2_all.deb
Files:
 ae473530c761b01ffe63f68632dc5801 2389 python optional 
django-restricted-resource_2015.11-2.dsc
 d7eafbb5041bf2f38c7c4e3c0e8bd13e 2692 python optional 
django-restricted-resource_2015.11-2.debian.tar.xz
 39d5c0bcc8dbec639e1828b606d77384 9558 python optional 
python-django-restricted-resource_2015.11-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWZfagAAoJEPFn5DyBQ7aCI3cP/joOhiCdIGxh/5dFD3GeNnde
AXNavcdwt3uIP3kkU2UWrCt/TsQWrnP81bIEMssa2ZuDe5WhYlcslHtU3CibtXm9
Te591WFIoIrG2AMjDcm3pWW7wqgOiZvhAFqMC23GgS0J2gqbJ2q/kKD4AbK7PKJD
VPi4j4e+AqdUzgj7KspJB+eofmHRAwCrunxTvxSUoH3qMXTt7LIqXFjN8vqz+47j
YVgth2K/LyTIqy3dTAcuR9rDpOfrk4AWeAY4gxMd/DQArbpctLlOXYLtJTVAwKaM
Lp/zctCLnLuWe+WJcJyyOO82b9/CzlavgJkghEcWhTVPDYnxQ+KRP651VHDRdJFA
gA2kixA9PdchlJCvks8QDmyYEfbWGcjLYgF/vaAdyWZD6S6OSekjgryvHZBE4Uxn
93lwHZdX4hiSxRAgZUtfk6qv//ibBP3CFNFsyyy+HzP0C/5NSIXttG+fHSE67p/V
LnWfqCsz+BY7836kva+NJzbYWGj1CvdnKmWUll1hgJHKuZCGqL3ltJzd0yreUThu
dLH6QtE9MBKgHvrkumX1VNIOKaLr/8+7nvSEnooo4OB7rddpX4bl9uIdLFL/H5Ov
H3kDzguEy0SaMzzvKX0x5YcVc1UsvRsOhKoehV21hVDl68wsIbVIlZsq0/9rXc/H
w1EZVCnx4AlpMVg50hg3
=Y/iV
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to