Your message dated Thu, 17 Apr 2014 21:42:37 +0000
with message-id <e1wau4r-0007hb...@franck.debian.org>
and subject line Bug#743101: fixed in python-colorama 0.2.5-0.2
has caused the Debian Bug report #743101,
regarding python-colorama: FTBFS: /bin/sh: 2: python3.4: not found
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.)


-- 
743101: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743101
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-colorama
Version: 0.2.5-0.1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140329 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»'
> set -e && for pyvers in 2.7; do \
>               python$pyvers setup.py install --install-layout=deb \
>                       --root /«PKGBUILDDIR»/debian/python-colorama; \
>       done
> running install
> running build
> running build_py
> running install_lib
> creating /«PKGBUILDDIR»/debian/python-colorama/usr/lib
> creating /«PKGBUILDDIR»/debian/python-colorama/usr/lib/python2.7
> creating /«PKGBUILDDIR»/debian/python-colorama/usr/lib/python2.7/dist-packages
> creating 
> /«PKGBUILDDIR»/debian/python-colorama/usr/lib/python2.7/dist-packages/colorama
> copying build/lib.linux-x86_64-2.7/colorama/ansi.py -> 
> /«PKGBUILDDIR»/debian/python-colorama/usr/lib/python2.7/dist-packages/colorama
> copying build/lib.linux-x86_64-2.7/colorama/__init__.py -> 
> /«PKGBUILDDIR»/debian/python-colorama/usr/lib/python2.7/dist-packages/colorama
> copying build/lib.linux-x86_64-2.7/colorama/win32.py -> 
> /«PKGBUILDDIR»/debian/python-colorama/usr/lib/python2.7/dist-packages/colorama
> copying build/lib.linux-x86_64-2.7/colorama/ansitowin32.py -> 
> /«PKGBUILDDIR»/debian/python-colorama/usr/lib/python2.7/dist-packages/colorama
> copying build/lib.linux-x86_64-2.7/colorama/winterm.py -> 
> /«PKGBUILDDIR»/debian/python-colorama/usr/lib/python2.7/dist-packages/colorama
> copying build/lib.linux-x86_64-2.7/colorama/initialise.py -> 
> /«PKGBUILDDIR»/debian/python-colorama/usr/lib/python2.7/dist-packages/colorama
> byte-compiling 
> /«PKGBUILDDIR»/debian/python-colorama/usr/lib/python2.7/dist-packages/colorama/ansi.py
>  to ansi.pyc
> byte-compiling 
> /«PKGBUILDDIR»/debian/python-colorama/usr/lib/python2.7/dist-packages/colorama/__init__.py
>  to __init__.pyc
> byte-compiling 
> /«PKGBUILDDIR»/debian/python-colorama/usr/lib/python2.7/dist-packages/colorama/win32.py
>  to win32.pyc
> byte-compiling 
> /«PKGBUILDDIR»/debian/python-colorama/usr/lib/python2.7/dist-packages/colorama/ansitowin32.py
>  to ansitowin32.pyc
> byte-compiling 
> /«PKGBUILDDIR»/debian/python-colorama/usr/lib/python2.7/dist-packages/colorama/winterm.py
>  to winterm.pyc
> byte-compiling 
> /«PKGBUILDDIR»/debian/python-colorama/usr/lib/python2.7/dist-packages/colorama/initialise.py
>  to initialise.pyc
> running install_egg_info
> Writing 
> /«PKGBUILDDIR»/debian/python-colorama/usr/lib/python2.7/dist-packages/colorama-0.2.5.egg-info
> set -e && for pyvers in 3.3 3.4; do \
>               python$pyvers setup.py install --install-layout=deb \
>                       --root /«PKGBUILDDIR»/debian/python3-colorama; \
>       done
> running install
> running build
> running build_py
> creating build/lib
> creating build/lib/colorama
> copying colorama/initialise.py -> build/lib/colorama
> copying colorama/winterm.py -> build/lib/colorama
> copying colorama/ansitowin32.py -> build/lib/colorama
> copying colorama/win32.py -> build/lib/colorama
> copying colorama/__init__.py -> build/lib/colorama
> copying colorama/ansi.py -> build/lib/colorama
> running install_lib
> creating /«PKGBUILDDIR»/debian/python3-colorama/usr
> creating /«PKGBUILDDIR»/debian/python3-colorama/usr/lib
> creating /«PKGBUILDDIR»/debian/python3-colorama/usr/lib/python3
> creating /«PKGBUILDDIR»/debian/python3-colorama/usr/lib/python3/dist-packages
> creating 
> /«PKGBUILDDIR»/debian/python3-colorama/usr/lib/python3/dist-packages/colorama
> copying build/lib/colorama/ansi.py -> 
> /«PKGBUILDDIR»/debian/python3-colorama/usr/lib/python3/dist-packages/colorama
> copying build/lib/colorama/__init__.py -> 
> /«PKGBUILDDIR»/debian/python3-colorama/usr/lib/python3/dist-packages/colorama
> copying build/lib/colorama/win32.py -> 
> /«PKGBUILDDIR»/debian/python3-colorama/usr/lib/python3/dist-packages/colorama
> copying build/lib/colorama/ansitowin32.py -> 
> /«PKGBUILDDIR»/debian/python3-colorama/usr/lib/python3/dist-packages/colorama
> copying build/lib/colorama/winterm.py -> 
> /«PKGBUILDDIR»/debian/python3-colorama/usr/lib/python3/dist-packages/colorama
> copying build/lib/colorama/initialise.py -> 
> /«PKGBUILDDIR»/debian/python3-colorama/usr/lib/python3/dist-packages/colorama
> byte-compiling 
> /«PKGBUILDDIR»/debian/python3-colorama/usr/lib/python3/dist-packages/colorama/ansi.py
>  to ansi.cpython-33.pyc
> byte-compiling 
> /«PKGBUILDDIR»/debian/python3-colorama/usr/lib/python3/dist-packages/colorama/__init__.py
>  to __init__.cpython-33.pyc
> byte-compiling 
> /«PKGBUILDDIR»/debian/python3-colorama/usr/lib/python3/dist-packages/colorama/win32.py
>  to win32.cpython-33.pyc
> byte-compiling 
> /«PKGBUILDDIR»/debian/python3-colorama/usr/lib/python3/dist-packages/colorama/ansitowin32.py
>  to ansitowin32.cpython-33.pyc
> byte-compiling 
> /«PKGBUILDDIR»/debian/python3-colorama/usr/lib/python3/dist-packages/colorama/winterm.py
>  to winterm.cpython-33.pyc
> byte-compiling 
> /«PKGBUILDDIR»/debian/python3-colorama/usr/lib/python3/dist-packages/colorama/initialise.py
>  to initialise.cpython-33.pyc
> running install_egg_info
> Writing 
> /«PKGBUILDDIR»/debian/python3-colorama/usr/lib/python3/dist-packages/colorama-0.2.5.egg-info
> /bin/sh: 2: python3.4: not found
> make[1]: *** [override_dh_auto_install] Error 127

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/03/29/python-colorama_0.2.5-0.1_unstable.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: python-colorama
Source-Version: 0.2.5-0.2

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

Debian distribution maintenance software
pp.
David Prévot <taf...@debian.org> (supplier of updated python-colorama 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: Sat, 12 Apr 2014 15:26:28 -0400
Source: python-colorama
Binary: python-colorama python3-colorama
Architecture: source all
Version: 0.2.5-0.2
Distribution: unstable
Urgency: medium
Maintainer: Khalid El Fathi <kha...@elfathi.fr>
Changed-By: David Prévot <taf...@debian.org>
Description: 
 python-colorama - Cross-platform colored terminal text in Python - Python 2.x
 python3-colorama - Cross-platform colored terminal text in Python - Python 3.x
Closes: 743101
Changes: 
 python-colorama (0.2.5-0.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Build-depend on python3-all to avoid FTBFS (Closes: #743101)
Checksums-Sha1: 
 e319bf4ad65e3486faec4fafcd8c486b771776d7 1703 python-colorama_0.2.5-0.2.dsc
 bb2f2596bed8d67e809c2e298376ba7176fde0a0 2932 
python-colorama_0.2.5-0.2.debian.tar.xz
 0016c428ba63bf34664830207c14f905cd0fcba8 18480 
python-colorama_0.2.5-0.2_all.deb
 7345b806561db1fbd6089c0493dbd5791ec7fb14 11928 
python3-colorama_0.2.5-0.2_all.deb
Checksums-Sha256: 
 cfcfea71899e4af96a23b13357ff139d2d18d4ab9d33550edcbe8b8f11c6e0be 1703 
python-colorama_0.2.5-0.2.dsc
 d7ad651c391b187fcc57b9c2a3bb6c3d691ec6d933d55542df3ed438ed92e1fa 2932 
python-colorama_0.2.5-0.2.debian.tar.xz
 6342d37155e5b21feb5879c53cb1b1dbc620681742b45a3d131b84d9e868621c 18480 
python-colorama_0.2.5-0.2_all.deb
 1df5590120503dea402fa3133b907ac2bbc84cb6888d2b3971cb97a81cb9c00e 11928 
python3-colorama_0.2.5-0.2_all.deb
Files: 
 45dea0a6932e3d2fd379c5acf70f3390 1703 python optional 
python-colorama_0.2.5-0.2.dsc
 61dcafbfbfe34ed27f6271f2fa334cfc 2932 python optional 
python-colorama_0.2.5-0.2.debian.tar.xz
 f9f98a29000b607f532eba6572239c14 18480 python optional 
python-colorama_0.2.5-0.2_all.deb
 4aa6f6111640ca2ea47d6cc17a3cef5f 11928 python optional 
python3-colorama_0.2.5-0.2_all.deb

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

iQEcBAEBCAAGBQJTSZoMAAoJEAWMHPlE9r08ZykIAKKGnnN/8f1rmJqcR+YukYBJ
4O5a//FCP9WMt7+6Ra8kN8eb+1pYS0pQsITKc7v+laReO3aEclzGvX7EF/kI2Oo0
dwAC2EJkvvup/s9i16wMGbivxPWDAu7C3mLjvH4KfzCPqDPyU55jfgiEeHKi7YOn
eoz437HOPG0LyzFHUpxunZxWt1QALdqNKtjRIX8z0uiIGytwf2ts8qWHT2TOskEj
zr/8NIkQFnkTSXxM2cSxgVfG3OoW5TBOtdrCWpxJL39Jo1wz0kVqQ2pC7Tz9pNhj
2HfcMHTMuybh4T0wKcG27rmKDm5tt+/q+xj4yQ1B7ZctTKyn1TjtTvjYxhkoGPw=
=4QO3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to