Your message dated Thu, 18 Aug 2016 21:51:18 +0000
with message-id <[email protected]>
and subject line Bug#830326: fixed in django-uwsgi 0.1.3-3
has caused the Debian Bug report #830326,
regarding django-uwsgi: FTBFS: ImportError: No module named 'sphinx_rtd_theme'
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 [email protected]
immediately.)
--
830326: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830326
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: django-uwsgi
Version: 0.1.3-2
Severity: serious
Tags: stretch sid
User: [email protected]
Usertags: qa-ftbfs-20160707 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/«PKGBUILDDIR»'
> dh_auto_build
> I: pybuild base:184: /usr/bin/python setup.py build
> running build
> running build_py
> creating /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi
> copying django_uwsgi/task.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi
> copying django_uwsgi/apps.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi
> copying django_uwsgi/decorators.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi
> copying django_uwsgi/wagtail_hooks.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi
> copying django_uwsgi/stats.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi
> copying django_uwsgi/cache.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi
> copying django_uwsgi/urls.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi
> copying django_uwsgi/mail.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi
> copying django_uwsgi/template.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi
> copying django_uwsgi/views.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi
> copying django_uwsgi/__init__.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi
> copying django_uwsgi/panels.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi
> creating /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi/management
> copying django_uwsgi/management/__init__.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi/management
> creating /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi/emperor
> copying django_uwsgi/emperor/apps.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi/emperor
> copying django_uwsgi/emperor/admin.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi/emperor
> copying django_uwsgi/emperor/models.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi/emperor
> copying django_uwsgi/emperor/__init__.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi/emperor
> creating
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi/management/commands
> copying django_uwsgi/management/commands/runuwsgi.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi/management/commands
> copying django_uwsgi/management/commands/__init__.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi/management/commands
> running egg_info
> writing requirements to django_uwsgi.egg-info/requires.txt
> writing django_uwsgi.egg-info/PKG-INFO
> writing top-level names to django_uwsgi.egg-info/top_level.txt
> writing dependency_links to django_uwsgi.egg-info/dependency_links.txt
> reading manifest file 'django_uwsgi.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '__pycache__' found under
> directory '*'
> writing manifest file 'django_uwsgi.egg-info/SOURCES.txt'
> creating /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi/templates
> creating
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi/templates/uwsgi
> copying django_uwsgi/templates/uwsgi/panel.html ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi/templates/uwsgi
> copying django_uwsgi/templates/uwsgi/uwsgi.html ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi/templates/uwsgi
> copying django_uwsgi/templates/uwsgi/wagtail_dashboard_item.html ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi/templates/uwsgi
> copying django_uwsgi/templates/uwsgi/wagtail_uwsgi.html ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/django_uwsgi/templates/uwsgi
> I: pybuild base:184: /usr/bin/python3 setup.py build
> running build
> running build_py
> creating /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi
> copying django_uwsgi/task.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi
> copying django_uwsgi/apps.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi
> copying django_uwsgi/decorators.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi
> copying django_uwsgi/wagtail_hooks.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi
> copying django_uwsgi/stats.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi
> copying django_uwsgi/cache.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi
> copying django_uwsgi/urls.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi
> copying django_uwsgi/mail.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi
> copying django_uwsgi/template.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi
> copying django_uwsgi/views.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi
> copying django_uwsgi/__init__.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi
> copying django_uwsgi/panels.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi
> creating /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi/management
> copying django_uwsgi/management/__init__.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi/management
> creating /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi/emperor
> copying django_uwsgi/emperor/apps.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi/emperor
> copying django_uwsgi/emperor/admin.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi/emperor
> copying django_uwsgi/emperor/models.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi/emperor
> copying django_uwsgi/emperor/__init__.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi/emperor
> creating
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi/management/commands
> copying django_uwsgi/management/commands/runuwsgi.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi/management/commands
> copying django_uwsgi/management/commands/__init__.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi/management/commands
> running egg_info
> writing django_uwsgi.egg-info/PKG-INFO
> writing requirements to django_uwsgi.egg-info/requires.txt
> writing dependency_links to django_uwsgi.egg-info/dependency_links.txt
> writing top-level names to django_uwsgi.egg-info/top_level.txt
> reading manifest file 'django_uwsgi.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '__pycache__' found under
> directory '*'
> writing manifest file 'django_uwsgi.egg-info/SOURCES.txt'
> creating /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi/templates
> creating
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi/templates/uwsgi
> copying django_uwsgi/templates/uwsgi/panel.html ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi/templates/uwsgi
> copying django_uwsgi/templates/uwsgi/uwsgi.html ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi/templates/uwsgi
> copying django_uwsgi/templates/uwsgi/wagtail_dashboard_item.html ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi/templates/uwsgi
> copying django_uwsgi/templates/uwsgi/wagtail_uwsgi.html ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/django_uwsgi/templates/uwsgi
> PYTHONPATH=. sphinx-build -b html -d docs/.build/.doctrees -N docs
> docs/.build/html
> Running Sphinx v1.4.4
> making output directory...
>
> Exception occurred:
> File "conf.py", line 8, in <module>
> ImportError: No module named 'sphinx_rtd_theme'
> The full traceback has been saved in /tmp/sphinx-err-fl1e3caa.log, if you
> want to report the issue to the developers.
> Please also report this if it was a user error, so that a better error
> message can be provided next time.
> A bug report can be filed in the tracker at
> <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
> make[1]: *** [override_dh_auto_build] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2016/07/07/django-uwsgi_0.1.3-2_unstable_reb.normal.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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: django-uwsgi
Source-Version: 0.1.3-3
We believe that the bug you reported is fixed in the latest version of
django-uwsgi, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Fladischer <[email protected]> (supplier of updated django-uwsgi 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 18 Aug 2016 21:37:45 +0200
Source: django-uwsgi
Binary: python-django-uwsgi python3-django-uwsgi python-django-uwsgi-doc
Architecture: source all
Version: 0.1.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team
<[email protected]>
Changed-By: Michael Fladischer <[email protected]>
Description:
python-django-uwsgi - uWSGI related tools for Django
python-django-uwsgi-doc - uWSGI related tools for Django (Documentation)
python3-django-uwsgi - uWSGI related tools for Django (Python3 version)
Closes: 830318 830326
Changes:
django-uwsgi (0.1.3-3) unstable; urgency=medium
.
[ Ondřej Nový ]
* Fixed VCS URL (https)
.
[ Michael Fladischer ]
* Add python3-sphinx-rtd-theme to Build-Depends (Closes:
830318,830326).
* Clean django_uwsgi.egg-info/SOURCES.txt to allow two builds in a
row.
* Bump Standards-Version to 3.9.8.
Checksums-Sha1:
88c6c3fc485685031577d8ab3496a2dd90cb6968 1904 django-uwsgi_0.1.3-3.dsc
0322047a6f379e841e552f2c6c631a1841178bd5 259966 django-uwsgi_0.1.3.orig.tar.gz
4fe0ab131f28ee08889dce300ebdfb496aa8f214 3348
django-uwsgi_0.1.3-3.debian.tar.xz
364d85ec82048df187a5b73cc590afd778b45009 263190
python-django-uwsgi-doc_0.1.3-3_all.deb
54b6e4ce5aa023584aa5782f2b75af493839b9bb 14160
python-django-uwsgi_0.1.3-3_all.deb
de5979f000aecde32b615aba35cf5b5c13702286 14280
python3-django-uwsgi_0.1.3-3_all.deb
Checksums-Sha256:
8fc59e0895704c1d772989cd3d76d14f4e7de650c3d763e0f3700df2caf18835 1904
django-uwsgi_0.1.3-3.dsc
186922e7adbe957c69c59f5a13b0f7bcc527fec138642524d66c3ee919f68279 259966
django-uwsgi_0.1.3.orig.tar.gz
637f515ecaff676c93d3b7731c38275d61d0661fb6a6a2474fdd94accbd961fc 3348
django-uwsgi_0.1.3-3.debian.tar.xz
b8cc71b051736e69004d839760e741d3e5bffd8d2fcf876113ebb889bcddefed 263190
python-django-uwsgi-doc_0.1.3-3_all.deb
2b8cd459a538b8ef378fbf896535464345b8d5d395374d7b6aad66afd10a0c06 14160
python-django-uwsgi_0.1.3-3_all.deb
3d4865c93f6ea0d8d92e85dbdbca0fccfcc2cc41d51bf0f9f1191c878383a118 14280
python3-django-uwsgi_0.1.3-3_all.deb
Files:
9826bf0e45f21c474fbcd7f25a7c4280 1904 python optional django-uwsgi_0.1.3-3.dsc
0a9352b899d768d467eed3ca0566f3d3 259966 python optional
django-uwsgi_0.1.3.orig.tar.gz
f5dbc7c69819bfdd59b72fa08520a8fd 3348 python optional
django-uwsgi_0.1.3-3.debian.tar.xz
47c0e42ed887456295c02f9901a707a7 263190 doc optional
python-django-uwsgi-doc_0.1.3-3_all.deb
9d937ee7f126a107b2598a3cb20f79ee 14160 python optional
python-django-uwsgi_0.1.3-3_all.deb
36a443ad4e6b8343786e0c5aea2e1e5c 14280 python optional
python3-django-uwsgi_0.1.3-3_all.deb
-----BEGIN PGP SIGNATURE-----
iQEcBAEBCgAGBQJXthWUAAoJEP/TyIuZfdFqbqYIALzfzy8BNQqAeJxLaeKKc8wq
BIwTdyDjOhhdtXOLiMxyr1HxuXMIQfV2oCO2bRQ0s6xLW2GjIZ3wvNgZ2DDACtFN
mGXgEOApYNlYP5G8CP1w9GnaJXtQtR+7jw+PWcJm9xr42t51kP4q90sHTIhGjD11
ROe1XzxzGiuHjSXMbbbnNl6Yszlw82zMvXetL/LMgQeHLWcIKH31rMDcpg0AkTop
choiyDnNSes2I3hRNPYZjTwTWS3fP6/ED2w6Kzqb9iBVM4KfQgzqs9E+tmw9NL1+
YmohAo2Y96k/ZwGAoYqOW/TETpEULCIfqZmtTufucUvoVnjDkc86jUWpdSzZSPY=
=mTYh
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team