Your message dated Thu, 12 Jan 2012 15:33:14 +0000
with message-id <e1rlmeq-0004us...@franck.debian.org>
and subject line Bug#655568: fixed in sorl-thumbnail 11.12-2
has caused the Debian Bug report #655568,
regarding sorl-thumbnail: FTBFS: tries to download stuff from the Internet
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.)


-- 
655568: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655568
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sorl-thumbnail
Version: 11.12-1
Severity: serious
Justification: fails to build from source

sorl-thumbnail FTBFS:
|    debian/rules override_dh_auto_test
| make[1]: Entering directory 
`/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12'
| mkdir -p tmp-locales
| localedef -i en_US -c -f UTF-8 tmp-locales/en_US.UTF-8
| set -e; \
|       for python in python2.7 python2.6; do \
|         for name in pil pgmagick imagemagick graphicsmagick; do \
|               
LOCPATH=/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12/tmp-locales 
LC_ALL=en_US.UTF-8 PYTHONPATH=tests $python tests/runtests.py 
--settings=settings.$name ; \
|         done; \
|       done
| ...................E.............EE..
| ======================================================================
| ERROR: test_image_file_deserialize (thumbnail_tests.tests.SimpleTestCase)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File 
"/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12/tests/thumbnail_tests/tests.py",
 line 245, in test_image_file_deserialize
|     default.kvstore.set(im)
|   File 
"/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12/tests/thumbnail_tests/kvstore.py",
 line 32, in set
|     return super(TestKvStoreMixin, self).set(*args, **kwargs)
|   File 
"/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12/tests/../sorl/thumbnail/kvstores/base.py",
 line 32, in set
|     image_file.set_size() # make sure its got a size
|   File 
"/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12/tests/../sorl/thumbnail/images.py",
 line 108, in set_size
|     image = default.engine.get_image(self)
|   File 
"/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12/tests/../sorl/thumbnail/engines/pil_engine.py",
 line 12, in get_image
|     buf = StringIO(source.read())
|   File 
"/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12/tests/../sorl/thumbnail/images.py",
 line 121, in read
|     return self.storage.open(self.name).read()
|   File 
"/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12/tests/../sorl/thumbnail/images.py",
 line 169, in open
|     return urllib2.urlopen(name)
|   File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
|     return _opener.open(url, data, timeout)
|   File "/usr/lib/python2.7/urllib2.py", line 400, in open
|     response = self._open(req, data)
|   File "/usr/lib/python2.7/urllib2.py", line 418, in _open
|     '_open', req)
|   File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
|     result = func(*args)
|   File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open
|     return self.do_open(httplib.HTTPConnection, req)
|   File "/usr/lib/python2.7/urllib2.py", line 1177, in do_open
|     raise URLError(err)
| URLError: <urlopen error [Errno -2] Name or service not known>
|
| ======================================================================
| ERROR: testPortrait (thumbnail_tests.tests.TemplateTestCaseB)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File 
"/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12/tests/thumbnail_tests/tests.py",
 line 365, in testPortrait
|     'dims': 'x666',
|   File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 
183, in render_to_string
|     return t.render(Context(dictionary))
|   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 123, 
in render
|     return self._render(context)
|   File "/usr/lib/python2.7/dist-packages/django/test/utils.py", line 60, in 
instrumented_test_render
|     return self.nodelist.render(context)
|   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 744, 
in render
|     bits.append(self.render_node(node, context))
|   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 757, 
in render_node
|     return node.render(context)
|   File "/usr/lib/python2.7/dist-packages/django/template/defaulttags.py", 
line 394, in render
|     return strip_spaces_between_tags(self.nodelist.render(context).strip())
|   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 744, 
in render
|     bits.append(self.render_node(node, context))
|   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 757, 
in render_node
|     return node.render(context)
|   File "/usr/lib/python2.7/dist-packages/django/template/defaulttags.py", 
line 306, in render
|     var = self.var.eval(context)
|   File "/usr/lib/python2.7/dist-packages/django/template/defaulttags.py", 
line 851, in eval
|     return self.value.resolve(context, ignore_failures=True)
|   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 536, 
in resolve
|     new_obj = func(obj, *arg_vals)
|   File 
"/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12/tests/../sorl/thumbnail/templatetags/thumbnail.py",
 line 132, in is_portrait
|     image_file = default.kvstore.get_or_set(ImageFile(file_))
|   File 
"/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12/tests/../sorl/thumbnail/kvstores/base.py",
 line 49, in get_or_set
|     self.set(image_file)
|   File 
"/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12/tests/thumbnail_tests/kvstore.py",
 line 32, in set
|     return super(TestKvStoreMixin, self).set(*args, **kwargs)
|   File 
"/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12/tests/../sorl/thumbnail/kvstores/base.py",
 line 32, in set
|     image_file.set_size() # make sure its got a size
|   File 
"/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12/tests/../sorl/thumbnail/images.py",
 line 108, in set_size
|     image = default.engine.get_image(self)
|   File 
"/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12/tests/../sorl/thumbnail/engines/pil_engine.py",
 line 12, in get_image
|     buf = StringIO(source.read())
|   File 
"/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12/tests/../sorl/thumbnail/images.py",
 line 121, in read
|     return self.storage.open(self.name).read()
|   File 
"/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12/tests/../sorl/thumbnail/images.py",
 line 169, in open
|     return urllib2.urlopen(name)
|   File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
|     return _opener.open(url, data, timeout)
|   File "/usr/lib/python2.7/urllib2.py", line 400, in open
|     response = self._open(req, data)
|   File "/usr/lib/python2.7/urllib2.py", line 418, in _open
|     '_open', req)
|   File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
|     result = func(*args)
|   File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open
|     return self.do_open(httplib.HTTPConnection, req)
|   File "/usr/lib/python2.7/urllib2.py", line 1177, in do_open
|     raise URLError(err)
| URLError: <urlopen error [Errno -2] Name or service not known>
|
| ======================================================================
| ERROR: testUrl (thumbnail_tests.tests.TemplateTestCaseB)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File 
"/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12/tests/thumbnail_tests/tests.py",
 line 359, in testUrl
|     val = render_to_string('thumbnail3.html', {}).strip()
|   File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 
183, in render_to_string
|     return t.render(Context(dictionary))
|   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 123, 
in render
|     return self._render(context)
|   File "/usr/lib/python2.7/dist-packages/django/test/utils.py", line 60, in 
instrumented_test_render
|     return self.nodelist.render(context)
|   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 744, 
in render
|     bits.append(self.render_node(node, context))
|   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 757, 
in render_node
|     return node.render(context)
|   File "/usr/lib/python2.7/dist-packages/django/template/defaulttags.py", 
line 394, in render
|     return strip_spaces_between_tags(self.nodelist.render(context).strip())
|   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 744, 
in render
|     bits.append(self.render_node(node, context))
|   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 757, 
in render_node
|     return node.render(context)
|   File 
"/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12/tests/../sorl/thumbnail/templatetags/thumbnail.py",
 line 45, in render
|     return self._render(context)
|   File 
"/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12/tests/../sorl/thumbnail/templatetags/thumbnail.py",
 line 97, in _render
|     file_, geometry, **options
|   File 
"/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12/tests/../sorl/thumbnail/base.py",
 line 56, in get_thumbnail
|     source_image = default.engine.get_image(source)
|   File 
"/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12/tests/../sorl/thumbnail/engines/pil_engine.py",
 line 12, in get_image
|     buf = StringIO(source.read())
|   File 
"/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12/tests/../sorl/thumbnail/images.py",
 line 121, in read
|     return self.storage.open(self.name).read()
|   File 
"/build/sorl-thumbnail-OsSZAo/sorl-thumbnail-11.12/tests/../sorl/thumbnail/images.py",
 line 169, in open
|     return urllib2.urlopen(name)
|   File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
|     return _opener.open(url, data, timeout)
|   File "/usr/lib/python2.7/urllib2.py", line 400, in open
|     response = self._open(req, data)
|   File "/usr/lib/python2.7/urllib2.py", line 418, in _open
|     '_open', req)
|   File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
|     result = func(*args)
|   File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open
|     return self.do_open(httplib.HTTPConnection, req)
|   File "/usr/lib/python2.7/urllib2.py", line 1177, in do_open
|     raise URLError(err)
| URLError: <urlopen error [Errno -2] Name or service not known>
|
| ----------------------------------------------------------------------
| Ran 37 tests in 2.600s
|
| FAILED (errors=3)
| Running tests for 'settings.pil'
| Creating test database for alias 'default'...
| Destroying test database for alias 'default'...
| make[1]: *** [override_dh_auto_test] Error 1

--
Jakub Wilk



--- End Message ---
--- Begin Message ---
Source: sorl-thumbnail
Source-Version: 11.12-2

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:

python-sorl-thumbnail_11.12-2_all.deb
  to main/s/sorl-thumbnail/python-sorl-thumbnail_11.12-2_all.deb
sorl-thumbnail_11.12-2.debian.tar.gz
  to main/s/sorl-thumbnail/sorl-thumbnail_11.12-2.debian.tar.gz
sorl-thumbnail_11.12-2.dsc
  to main/s/sorl-thumbnail/sorl-thumbnail_11.12-2.dsc



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 655...@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 
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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 12 Jan 2012 16:00:34 +0100
Source: sorl-thumbnail
Binary: python-sorl-thumbnail
Architecture: source all
Version: 11.12-2
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-sorl-thumbnail - thumbnail support for the Django framework
Closes: 655568
Changes: 
 sorl-thumbnail (11.12-2) unstable; urgency=low
 .
   * Skip tests that require HTTP connections (Closes: #655568).
   * Change D-B to python2.6-argparse to force installation during build
     (this would otherwise be satisfied by python2.7 which provides
     python-argparse).
Checksums-Sha1: 
 c41979b3705c06272a7ef3db38dad0fcb77ab060 1595 sorl-thumbnail_11.12-2.dsc
 6b9da4eb8921ed3af7b566fa73b6534d36287b53 3862 
sorl-thumbnail_11.12-2.debian.tar.gz
 1318c6617564cfd210734f912a8bdeec95647f6a 61290 
python-sorl-thumbnail_11.12-2_all.deb
Checksums-Sha256: 
 fb67334b8c588e72b60df027cc1b6d45da4b7e69570fef64b635a5faa99f34f8 1595 
sorl-thumbnail_11.12-2.dsc
 3a915ea529a1085a25b5ca6ceefe99068af7fcb917a4a12268469ce6437e2b66 3862 
sorl-thumbnail_11.12-2.debian.tar.gz
 a3b44aeb2ab4b6df6412de4b9b7b3541e874708e3bb2b6c5c8f237ed652fa0cd 61290 
python-sorl-thumbnail_11.12-2_all.deb
Files: 
 487c923c636c0ab794b21ddbe4a78f0f 1595 python optional 
sorl-thumbnail_11.12-2.dsc
 e906c1d6bc7a68f893becab387e35f0e 3862 python optional 
sorl-thumbnail_11.12-2.debian.tar.gz
 b6e0f35b1326ccb24c65091afd1398da 61290 python optional 
python-sorl-thumbnail_11.12-2_all.deb

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

iEYEARECAAYFAk8O+VsACgkQVty5d8XpUzOZJQCfQmJr56SRXcmviQ498vbOodO+
BZIAmgMj1lPPCvfcsWnJx9yszPDQjliG
=oZmx
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to