Your message dated Wed, 05 Oct 2016 01:49:05 +0000
with message-id <e1brbkt-0000q5...@franck.debian.org>
and subject line Bug#834678: fixed in sorl-thumbnail 12.3+git20160928-1
has caused the Debian Bug report #834678,
regarding sorl-thumbnail: FTBFS in testing (failing tests)
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.)


-- 
834678: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834678
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:sorl-thumbnail
Version: 12.3-3
Severity: serious

Dear maintainer:

I tried to build this package with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --with python2,python3,sphinxdoc --buildsystem=pybuild
   dh_testdir -i -O--buildsystem=pybuild
   dh_update_autotools_config -i -O--buildsystem=pybuild
   dh_auto_configure -i -O--buildsystem=pybuild
I: pybuild base:184: python2.7 setup.py config 
running config
I: pybuild base:184: python3.5 setup.py config 
running config
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build
I: pybuild base:184: /usr/bin/python setup.py build 

[... snipped ...]


cls = <class 'django.db.models.base.ModelBase'>, name = 'ContentType'
bases = (<class 'django.db.models.base.Model'>,)
attrs = {'__str__': <function __str__ at 0x7f8e3b7fce60>, 'app_label': 
<django.db.models.fields.CharField>, 'get_all_objects_f...r_this_type at 
0x7f8e3b80e0c8>, 'get_object_for_this_type': <function get_object_for_this_type 
at 0x7f8e3b80e050>, ...}

    def __new__(cls, name, bases, attrs):
        super_new = super(ModelBase, cls).__new__
    
        # Also ensure initialization is only performed for subclasses of Model
        # (excluding Model class itself).
        parents = [b for b in bases if isinstance(b, ModelBase)]
        if not parents:
            return super_new(cls, name, bases, attrs)
    
        # Create the class.
        module = attrs.pop('__module__')
        new_class = super_new(cls, name, bases, {'__module__': module})
        attr_meta = attrs.pop('Meta', None)
        abstract = getattr(attr_meta, 'abstract', False)
        if not attr_meta:
            meta = getattr(new_class, 'Meta', None)
        else:
            meta = attr_meta
        base_meta = getattr(new_class, '_meta', None)
    
        app_label = None
    
        # Look for an application configuration to attach the model to.
        app_config = apps.get_containing_app_config(module)
    
        if getattr(meta, 'app_label', None) is None:
            if app_config is None:
                if not abstract:
                    raise RuntimeError(
                        "Model class %s.%s doesn't declare an explicit "
                        "app_label and isn't in an application in "
>                       "INSTALLED_APPS." % (module, name)
                    )
E                   RuntimeError: Model class 
django.contrib.contenttypes.models.ContentType doesn't declare an explicit 
app_label and isn't in an application in INSTALLED_APPS.

/usr/lib/python2.7/dist-packages/django/db/models/base.py:113: RuntimeError
=============== 13 failed, 50 passed, 2 skipped in 2.07 seconds ================
debian/rules:22: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:10: recipe for target 'build-indep' failed
make: *** [build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2
--------------------------------------------------------------------------------

Because this source package only generates "Arch: all" packages, this
is the same as a FTBFS bug in the usual sense and the fact that I was
using "dpkg-buildpackage -A" is quite irrelevant.

For this particular package, I've also checked that it fails to build
from source in the reproducible builds site:

https://tests.reproducible-builds.org/

Thanks.

--- End Message ---
--- Begin Message ---
Source: sorl-thumbnail
Source-Version: 12.3+git20160928-1

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

Debian distribution maintenance software
pp.
W. Martin Borgert <deba...@debian.org> (supplier of updated sorl-thumbnail 
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: Wed, 05 Oct 2016 01:23:42 +0000
Source: sorl-thumbnail
Binary: python-sorl-thumbnail python3-sorl-thumbnail python-sorl-thumbnail-doc
Architecture: source all
Version: 12.3+git20160928-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: W. Martin Borgert <deba...@debian.org>
Description:
 python-sorl-thumbnail - thumbnail support for the Django framework
 python-sorl-thumbnail-doc - thumbnail support for the Django framework 
(Documentation)
 python3-sorl-thumbnail - thumbnail support for the Django framework (Python3 
version)
Closes: 834678
Changes:
 sorl-thumbnail (12.3+git20160928-1) unstable; urgency=medium
 .
   * New upstream git snapshot (Closes: #834678).
   * Add support for Wand engine.
   * Update patches for unittest suite.
Checksums-Sha1:
 eaf76ca928c4344be6bc25fe462b1591db304cfd 2664 
sorl-thumbnail_12.3+git20160928-1.dsc
 c5c474b91991acc8392d73c081aca22fd3fa01ea 530006 
sorl-thumbnail_12.3+git20160928.orig.tar.gz
 19fb98aca8daad422638f88bdf47bef4752bcb97 6724 
sorl-thumbnail_12.3+git20160928-1.debian.tar.xz
 bc050f5a832f2a9133109060ec58f23ae0695efc 47626 
python-sorl-thumbnail-doc_12.3+git20160928-1_all.deb
 7f2ef634bf8cde0ff9dc6a51a925cb9427b3775a 32390 
python-sorl-thumbnail_12.3+git20160928-1_all.deb
 5cda9280a6ab70d7e9ab963fc7a80840328f9ab7 32506 
python3-sorl-thumbnail_12.3+git20160928-1_all.deb
Checksums-Sha256:
 4aa128fbf456c1b20cb96a80e39a7a31fc17c99cdd18a4317d42b1ded3f24960 2664 
sorl-thumbnail_12.3+git20160928-1.dsc
 acfb2863540bd0c157115d7f5f7b19d103e0d4846fa5c994a820e802925d8e98 530006 
sorl-thumbnail_12.3+git20160928.orig.tar.gz
 0f0a5b0cac9ef49b6dc781e05133a61aaefe9c9ecd207f9fc74dfb51fdaea321 6724 
sorl-thumbnail_12.3+git20160928-1.debian.tar.xz
 1ffcf24f9052fb811bd883a8efff1074a5beb85c6a63674762ee7ddbdfa454d2 47626 
python-sorl-thumbnail-doc_12.3+git20160928-1_all.deb
 55be890687be6f34628d1f231f9a52b80b3aa1928fcf091ab025caacd328dd10 32390 
python-sorl-thumbnail_12.3+git20160928-1_all.deb
 3eab34b2893f71199dd89f5633db24d89215d9e0046518613489c7e052a6fa17 32506 
python3-sorl-thumbnail_12.3+git20160928-1_all.deb
Files:
 c7db444d83c603d92e3ee029b0544b13 2664 python optional 
sorl-thumbnail_12.3+git20160928-1.dsc
 bc25fbea01dd1a7cd70b092b442c0d39 530006 python optional 
sorl-thumbnail_12.3+git20160928.orig.tar.gz
 7e8415ef6c78c1992bf0327b0b55bbe6 6724 python optional 
sorl-thumbnail_12.3+git20160928-1.debian.tar.xz
 61d9ebc4588c0a97085a42d996c22fdf 47626 doc optional 
python-sorl-thumbnail-doc_12.3+git20160928-1_all.deb
 b340c61a955c8e80436d6c8e17ef564a 32390 python optional 
python-sorl-thumbnail_12.3+git20160928-1_all.deb
 5ec847efe00a6790478502734f9c6e5f 32506 python optional 
python3-sorl-thumbnail_12.3+git20160928-1_all.deb

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCAAGBQJX9FeTAAoJEOPgocKGuWPqzH4QAI2Y5WbdF4y+RQGvx3ooWEBy
xrkw6zdGaxSS7mEt/kK32aRIhtOJVHM1EvSr162P6lmRIMDBaIkJoVSCOdnQdOJI
wpq7KFLB0oXL5msxAtdYufTr5/vObJSsaIstjKRehAQNHji7NK/xLq33L6kAP8mS
PpyTsfJsmeCwMJvAgWO4mfNuGxoHbUhjLJW7Nn75AY+97xZWpfaHa0/QGP/kzMf5
dNnxS0B7C24Z3P1P/hV/4Bu6ZlH6MovD3wusJass3CH0SFQy30uST3dY1rCdmO8y
7ksz8gDC7L07sW4Z1Oiy93Qswx4TxTM0iv1ywGd0m8S5c+sj9OvlnsfT9KwnzXy2
NclP7suxLIsoEtIfO16uosc3bcptt8ZoRp3W3aKiGbZaR4LCeXh9eVhVNG8XZr0g
5lb+Iixd3jfvNU7YUl0X7dZFOGsDS+6NB+dl3+GtdWzVGRLDLH+yVOcQTJCqPtIr
00xnChU6CLiBLPBkGkPVIqQ8yJmCUGvcja58AWk0J4wCX6d0EaoHPoCujpwpKXpB
/7l39tfBtpaORudzF27B68TPAuuqmHMLn+S2YxubsHQJDcrvA4Qpfgppt68mpNs8
yHGkIf8qNgW7G6IxDKUDCckQfEc2upoEOE+mLDvsiSPX8Qy6mv1+NQhCWaZF9A1e
ghyVHHN9+z41NtrEBolz
=aVXM
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to