Your message dated Tue, 23 Feb 2016 16:21:50 +0000
with message-id <e1ayfig-0002o7...@franck.debian.org>
and subject line Bug#808757: fixed in flask-script 2.0.5-1
has caused the Debian Bug report #808757,
regarding flask-script: FTBFS: plugin distutils failed with: exit code=5
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.)


-- 
808757: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808757
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: flask-script
Version: 0.6.7-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,

flask-script fails to build from source in unstable/amd64:

  [..]

   debian/rules build
  dh build --with python2,python3 --buildsystem=pybuild
     dh_testdir -O--buildsystem=pybuild
     dh_auto_configure -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
  I: pybuild base:184: python3.4 setup.py config 
  running config
     dh_auto_build -O--buildsystem=pybuild
  I: pybuild base:184: /usr/bin/python setup.py build 
  running build
  running build_py
  creating 
/home/lamby/temp/cdt.20151222132840.9gWlqxJ6G7/flask-script-0.6.7/.pybuild/pythonX.Y_2.7/build/flask_script
  copying flask_script/__init__.py -> 
/home/lamby/temp/cdt.20151222132840.9gWlqxJ6G7/flask-script-0.6.7/.pybuild/pythonX.Y_2.7/build/flask_script
  copying flask_script/_compat.py -> 
/home/lamby/temp/cdt.20151222132840.9gWlqxJ6G7/flask-script-0.6.7/.pybuild/pythonX.Y_2.7/build/flask_script
  copying flask_script/cli.py -> 
/home/lamby/temp/cdt.20151222132840.9gWlqxJ6G7/flask-script-0.6.7/.pybuild/pythonX.Y_2.7/build/flask_script
  copying flask_script/commands.py -> 
/home/lamby/temp/cdt.20151222132840.9gWlqxJ6G7/flask-script-0.6.7/.pybuild/pythonX.Y_2.7/build/flask_script
  I: pybuild base:184: /usr/bin/python3.5 setup.py build 
  running build
  running build_py
  creating 
/home/lamby/temp/cdt.20151222132840.9gWlqxJ6G7/flask-script-0.6.7/.pybuild/pythonX.Y_3.5/build/flask_script
  copying flask_script/__init__.py -> 
/home/lamby/temp/cdt.20151222132840.9gWlqxJ6G7/flask-script-0.6.7/.pybuild/pythonX.Y_3.5/build/flask_script
  copying flask_script/_compat.py -> 
/home/lamby/temp/cdt.20151222132840.9gWlqxJ6G7/flask-script-0.6.7/.pybuild/pythonX.Y_3.5/build/flask_script
  copying flask_script/cli.py -> 
/home/lamby/temp/cdt.20151222132840.9gWlqxJ6G7/flask-script-0.6.7/.pybuild/pythonX.Y_3.5/build/flask_script
  copying flask_script/commands.py -> 
/home/lamby/temp/cdt.20151222132840.9gWlqxJ6G7/flask-script-0.6.7/.pybuild/pythonX.Y_3.5/build/flask_script
  I: pybuild base:184: /usr/bin/python3 setup.py build 
  running build
  running build_py
  creating 
/home/lamby/temp/cdt.20151222132840.9gWlqxJ6G7/flask-script-0.6.7/.pybuild/pythonX.Y_3.4/build/flask_script
  copying flask_script/__init__.py -> 
/home/lamby/temp/cdt.20151222132840.9gWlqxJ6G7/flask-script-0.6.7/.pybuild/pythonX.Y_3.4/build/flask_script
  copying flask_script/_compat.py -> 
/home/lamby/temp/cdt.20151222132840.9gWlqxJ6G7/flask-script-0.6.7/.pybuild/pythonX.Y_3.4/build/flask_script
  copying flask_script/cli.py -> 
/home/lamby/temp/cdt.20151222132840.9gWlqxJ6G7/flask-script-0.6.7/.pybuild/pythonX.Y_3.4/build/flask_script
  copying flask_script/commands.py -> 
/home/lamby/temp/cdt.20151222132840.9gWlqxJ6G7/flask-script-0.6.7/.pybuild/pythonX.Y_3.4/build/flask_script
     dh_auto_test -O--buildsystem=pybuild
  I: pybuild base:184: cd 
/home/lamby/temp/cdt.20151222132840.9gWlqxJ6G7/flask-script-0.6.7/.pybuild/pythonX.Y_2.7/build;
 python2.7 -m pytest 
  ============================= test session starts 
==============================
  platform linux2 -- Python 2.7.11, pytest-2.8.5, py-1.4.31, pluggy-0.3.1
  rootdir: /home/lamby/temp/cdt.20151222132840.9gWlqxJ6G7/flask-script-0.6.7, 
inifile: 
  collected 0 items
  
  ========================= no tests ran in 0.00 seconds 
=========================
  E: pybuild pybuild:274: test: plugin distutils failed with: exit code=5: cd 
/home/lamby/temp/cdt.20151222132840.9gWlqxJ6G7/flask-script-0.6.7/.pybuild/pythonX.Y_2.7/build;
 python2.7 -m pytest 
  dh_auto_test: pybuild --test --test-pytest -i python{version} -p 2.7 --dir . 
returned exit code 13
  debian/rules:10: recipe for target 'build' failed
  make: *** [build] Error 25

  [..]

The full build log is attached.


Regards,

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

Attachment: flask-script.0.6.7-1.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: flask-script
Source-Version: 2.0.5-1

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

Debian distribution maintenance software
pp.
Orestis Ioannou <ores...@oioannou.com> (supplier of updated flask-script 
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: Thu, 18 Feb 2016 05:10:26 +0100
Source: flask-script
Binary: python-flask-script python3-flask-script
Architecture: source
Version: 2.0.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Orestis Ioannou <ores...@oioannou.com>
Description:
 python-flask-script - set of utilities for use with the Flask framework
 python3-flask-script - set of utilities for use with the Flask framework and 
Python 3
Closes: 803093 808757
Changes:
 flask-script (2.0.5-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release (Closes: #803093)
   * Pump up standards version
   * Use pytest to run tests (Closes: #808757)
   * Vcs fields switched to git due to the svn-> git transition
   * Use watch file from pypi.debian.net
   * Wrap-and-sort'ed control and copyright
Checksums-Sha1:
 5192f2d2ea5e5d810c5fd84004cff99e3a753bdd 2226 flask-script_2.0.5-1.dsc
 848706d0157fb05a45f3b78304d9f0f6b29452c5 42580 flask-script_2.0.5.orig.tar.gz
 4ce49297073d407bf177f8ef0f7c156edd9b3d3a 2672 
flask-script_2.0.5-1.debian.tar.xz
Checksums-Sha256:
 4209c53d74cec39dcb78c3c42f5b0e3515a03281925a724904bcac7577ebd7d2 2226 
flask-script_2.0.5-1.dsc
 cef76eac751396355429a14c38967bb14d4973c53e07dec94af5cc8fb017107f 42580 
flask-script_2.0.5.orig.tar.gz
 e386df4d4a960f7dd3c040f61a925d8c9eca0a65a811c80023ef405adcaee6b1 2672 
flask-script_2.0.5-1.debian.tar.xz
Files:
 d603f357d8b6453ef5582c406fa04744 2226 python optional flask-script_2.0.5-1.dsc
 e5c73d3b7937f5b88942f342f9617029 42580 python optional 
flask-script_2.0.5.orig.tar.gz
 fad064b1c0bbecabe2cd77c0bba437b2 2672 python optional 
flask-script_2.0.5-1.debian.tar.xz

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

iQIcBAEBCAAGBQJWzHZeAAoJEEsEP825REVAK2cP/RV8mFzHQwCj1VblI4NMFmQp
5YMiEupGBUtdtOmCzjmuEMVzNkXtEbouofvuQkvteE5Zn4lQxmo2NWE76UXvXAaL
KX7NUYwWZT/tTQ1zF3PdW8c5la+2lqvzo2OH7GBgTYaLAL3FoIfgvXeA/Dgb90Yk
5namaasioaEkhUbw51VsiQVo4djEkW/mx//5LitCbOfPByiT4OpDY14PlvZQPrDu
K4ZqruD1BryRF33h8ljWSagi1loHZko1AVVlSubT/LrLNg5IhvOviz1Nh4KTa3CV
B1DtmO2QCVpr1Ee2jf6SPHBbIWk2TaKeHOjmRIu/7OsRGLTToAe8NftLJMm4gqmj
gfyTxWhTiRkrBieMrMSTM2mfp+5NlWF3xA46hj5llgjH0iHpSBaj2RqqmOIlVdS1
coGxT10F+/MQrrlGpV9GTNr9dh1zHoZJwatwVYFfG0nx4lXZ3euk7KUBeRkDGyTZ
O/pyQFulEVmDW7Zuonu1qtfcw3aDa5DgpznM2LPlnyRlY6d4tjz7TCxqrwSQj+f9
gNfg7NHoIF1jKjtuYfelTWyhrojUQYs+68u4kFTjEzpJIH4GuhklOJl/oVrN4TfN
ypFuAgS3x8H26PVjwXT2QAVO50eQEgkyL3Ar3Y9SzBnNaVCdQQepJmnEKTCba1Cf
XvDRRHwFt6rGbr1zI8kq
=ZAan
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to