Your message dated Thu, 15 Jan 2009 09:17:28 +0000
with message-id <e1lnolw-0003li...@ries.debian.org>
and subject line Bug#505618: fixed in matplotlib 0.98.5.2-1
has caused the Debian Bug report #505618,
regarding FTBFS with GCC 4.4: missing #include
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.)
--
505618: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505618
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: matplotlib
Version: 0.98.3-5
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.4
Tags: patch
Your package fails to build with the upcoming GCC 4.4. Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.
GCC 4.4 cleaned up some more C++ headers. You always have to #include
headers directly and cannot rely for things to be included indirectly.
You can reproduce this problem with gcc-snapshot from unstable.
> Automatic build of matplotlib_0.98.3-5 on em64t by sbuild/amd64 0.53
...
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -g -O2 -fPIC
> -I/usr/lib/python2.4/site-packages/numpy/core/include
> -I/usr/include/freetype2 -I/usr/include -I. -I/usr/include/python2.4 -c
> src/mplutils.cpp -o build/temp.linux-x86_64-2.4/src/mplutils.o
> cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
> Ada/C/ObjC but not for C++
> src/mplutils.cpp: In constructor 'Printf::Printf(const char*, ...)':
> src/mplutils.cpp:17: error: 'vsprintf' was not declared in this scope
> error: command 'gcc' failed with exit status 1
> make: *** [build-stamp-2.4] Error 1
--- src/mplutils.cpp~ 2008-11-13 20:51:52.000000000 +0000
+++ src/mplutils.cpp 2008-11-13 20:51:56.000000000 +0000
@@ -1,5 +1,6 @@
#include <iostream>
#include <cstdarg>
+#include <cstdio>
#include "mplutils.h"
void _VERBOSE(const std::string& s) {
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: matplotlib
Source-Version: 0.98.5.2-1
We believe that the bug you reported is fixed in the latest version of
matplotlib, which is due to be installed in the Debian FTP archive:
matplotlib_0.98.5.2-1.diff.gz
to pool/main/m/matplotlib/matplotlib_0.98.5.2-1.diff.gz
matplotlib_0.98.5.2-1.dsc
to pool/main/m/matplotlib/matplotlib_0.98.5.2-1.dsc
matplotlib_0.98.5.2.orig.tar.gz
to pool/main/m/matplotlib/matplotlib_0.98.5.2.orig.tar.gz
python-matplotlib-data_0.98.5.2-1_all.deb
to pool/main/m/matplotlib/python-matplotlib-data_0.98.5.2-1_all.deb
python-matplotlib-dbg_0.98.5.2-1_amd64.deb
to pool/main/m/matplotlib/python-matplotlib-dbg_0.98.5.2-1_amd64.deb
python-matplotlib-doc_0.98.5.2-1_all.deb
to pool/main/m/matplotlib/python-matplotlib-doc_0.98.5.2-1_all.deb
python-matplotlib_0.98.5.2-1_amd64.deb
to pool/main/m/matplotlib/python-matplotlib_0.98.5.2-1_amd64.deb
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 505...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sandro Tosi <mo...@debian.org> (supplier of updated matplotlib 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: Wed, 14 Jan 2009 22:09:58 +0100
Source: matplotlib
Binary: python-matplotlib python-matplotlib-data python-matplotlib-doc
python-matplotlib-dbg
Architecture: source all amd64
Version: 0.98.5.2-1
Distribution: experimental
Urgency: low
Maintainer: Debian Python Modules Team
<python-modules-team@lists.alioth.debian.org>
Changed-By: Sandro Tosi <mo...@debian.org>
Description:
python-matplotlib - Python based plotting system in a style similar to Matlab
python-matplotlib-data - Python based plotting system (data package)
python-matplotlib-dbg - Python based plotting system (debug extension)
python-matplotlib-doc - Python based plotting system (documentation package)
Closes: 490992 503148 505618
Changes:
matplotlib (0.98.5.2-1) experimental; urgency=low
.
[ Benjamin Drung ]
* debian/control
- Added python-pkg-resources to build dependency for version detection of
python-enthought-traits
- merged python-tk into GUI Python packages alternative dependency list
- add myself to uploaders
* Move content of debian/patches/setup.cfg.patch to
debian/setup.cfg to set the default backend to TkAgg
.
[ Sandro Tosi ]
* New upstream release
- Fixed histogram autoscaling bug when bins or range are given
explicitly; Closes: #503148
- fix a FTBFS if built with GCC 4.4; thanks to Martin Michlmayr for the
report and the patch; Closes: #505618
* debian/control
- switch Vcs-Browser field to viewsvn
- removed python from Depends since introduced by python:Depends
- depending on python-all-dbg for -dbg package (to install all dbg
interpreters)
- moved python-tk to the first position of multiple GUI bindings Depends
line
- moved 'dvipng' from Recommends to Suggests (to avoid texlive to be
automatically taken in); Closes: #490992
- bump build-depends in python-sphinx to at least 0.5.1 (upstream doc build
system requires it)
* debian/NEWS
- added to notify users about default backend (TkAgg)
- added note about 'dvipng' not installed automatically anymore
* debian/README.debian
- added information about changing backend
* debian/rules
- merging all "rm" calls into "dh_clean" call
- removed 'API_CHANGES' installation, since removed upstream
- doc building with '--small' option, to reduce doc size (removing hi-res
and pdf gallery images)
* debian/{control,rules,patches/*,README.source}
- moved from quilt to dpatch
* debian/patches/{matplotlibrc.template-typo.patch,
doc_graphviz_errors_fix.patch,bts-498229_axes3d_typo.patch}
- removed since merged upstream
* debian/docs
- removed since not needed (the same files were listed in debian/rules)
Checksums-Sha1:
816de523b48c8751323eed1c487198577ba5310b 2146 matplotlib_0.98.5.2-1.dsc
7e8483661d8b9004d0c23a6aba2806b4ecb885c7 11587992
matplotlib_0.98.5.2.orig.tar.gz
364cb230f705a8f5ab5a8f30cd704a57e7d7f17c 19071 matplotlib_0.98.5.2-1.diff.gz
4bebb7ba39973ba610985a8fd2a20063370ec06b 1130142
python-matplotlib-data_0.98.5.2-1_all.deb
75def29026c06ea4e22a8c94ca307efb3233f977 38284214
python-matplotlib-doc_0.98.5.2-1_all.deb
da6c27946ffdf6dfd07b97ba81ac6910fa3dfb85 2346806
python-matplotlib_0.98.5.2-1_amd64.deb
45105955964d3adac3ad61eff1242a8ac273681a 11046438
python-matplotlib-dbg_0.98.5.2-1_amd64.deb
Checksums-Sha256:
48e4616e7642faf1725b4d39fc4421b72f53ed7b9092059243d39218da474bf6 2146
matplotlib_0.98.5.2-1.dsc
8acebd8c39412a4b87d62cabebb71f8f4f4a59bef78019a773f4f0b9d7f5b272 11587992
matplotlib_0.98.5.2.orig.tar.gz
dc9aa867b385baa16c56c6fe9fa9329bdc134db495bf34dc06f4e34eb9910039 19071
matplotlib_0.98.5.2-1.diff.gz
bb25f68f4bd679621f3f4473ab2d15f0ed89aa860ea919ff80e7540a8d6a3f82 1130142
python-matplotlib-data_0.98.5.2-1_all.deb
87d4cae2a25799fb9303f3a1d9b7aa1facac93ae56dc39846074ea85c4a31db2 38284214
python-matplotlib-doc_0.98.5.2-1_all.deb
78f25f0a90a61417e7a86397caa57a6053100c575cd459973f7d15fd4a2673d4 2346806
python-matplotlib_0.98.5.2-1_amd64.deb
e75e5c35e19d31d25cf919c773281e412aa06aee1062779e8ccffffb8062f37a 11046438
python-matplotlib-dbg_0.98.5.2-1_amd64.deb
Files:
53b0debbd49baa1b8be39ab9499927c7 2146 python optional matplotlib_0.98.5.2-1.dsc
6e77ebba8107abff3164df1cca567b82 11587992 python optional
matplotlib_0.98.5.2.orig.tar.gz
0cfa19f38a52558045b98c07a8fcea82 19071 python optional
matplotlib_0.98.5.2-1.diff.gz
a5c8e61b955b3519f29b4cfefad4684b 1130142 python optional
python-matplotlib-data_0.98.5.2-1_all.deb
a21a5686a013ec06418afa11ad4f609f 38284214 doc optional
python-matplotlib-doc_0.98.5.2-1_all.deb
59933a5d62d3a4d58399c1fba041c2f0 2346806 python optional
python-matplotlib_0.98.5.2-1_amd64.deb
0f50986478a78cb41ec1b9cd08f09de4 11046438 python extra
python-matplotlib-dbg_0.98.5.2-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkludocACgkQAukwV0RN2VAboQCeICPjtcrUAgoH5ypAo0GvSq8n
OxIAn3GqGDcf0xydn9o3Qk6mEt5uUSr8
=YZo5
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team