Your message dated Thu, 09 Oct 2008 18:47:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#501617: fixed in matplotlib 0.98.1-1+lenny3
has caused the Debian Bug report #501617,
regarding matplotlib in lenny FTBFS
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.)
--
501617: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501617
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: matplotlib
Version: 0.98.1-1+lenny2
Severity: serious
Tags: patch
Matplotlib FTBFS in lenny due to a recent change in the platform
identifier for alpha, hppa, mips, mipsel and sparc. The attached
patch is an update to debian/patches/build_fix.patch which fixes
the problem.
Thiemo
Index: matplotlib-0.98.1/setupext.py
===================================================================
--- matplotlib-0.98.1.orig/setupext.py 2008-10-08 23:11:20.000000000 +0000
+++ matplotlib-0.98.1/setupext.py 2008-10-08 23:15:16.000000000 +0000
@@ -47,8 +47,12 @@
basedir = {
'win32' : ['win32_static',],
- 'linux2' : ['/usr/local', '/usr'],
- 'linux' : ['/usr/local', '/usr',],
+ 'linux2-alpha' : ['/usr'],
+ 'linux2-hppa' : ['/usr'],
+ 'linux2-mips' : ['/usr'],
+ 'linux2-sparc' : ['/usr'],
+ 'linux2' : ['/usr'],
+ 'linux' : ['/usr',],
'cygwin' : ['/usr/local', '/usr',],
'darwin' : ['/sw/lib/freetype2', '/sw/lib/freetype219', '/usr/local',
'/usr', '/sw', '/usr/X11R6'],
@@ -56,8 +60,8 @@
'freebsd5' : ['/usr/local', '/usr'],
'freebsd6' : ['/usr/local', '/usr'],
'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',],
- 'gnukfreebsd5' : ['/usr/local', '/usr'],
- 'gnukfreebsd6' : ['/usr/local', '/usr'],
+ 'gnukfreebsd5' : ['/usr'],
+ 'gnukfreebsd6' : ['/usr'],
'aix5' : ['/usr/local'],
}
@@ -976,6 +980,10 @@
tk_inc = os.path.normpath(os.path.join(tk_lib_dir,
'../../include'))
+ if not os.path.exists(tk_inc):
+ tk_inc = os.path.normpath(os.path.join(tk_lib_dir,
+ '../../../include/tcl' + tk_ver))
+
if not os.path.exists(os.path.join(tk_inc, 'tk.h')):
tk_inc = tcl_inc
@@ -993,10 +1001,10 @@
return tcl_lib, tcl_inc, tk_lib, tk_inc
def hardcoded_tcl_config():
- tcl_inc = "/usr/local/include"
- tk_inc = "/usr/local/include"
- tcl_lib = "/usr/local/lib"
- tk_lib = "/usr/local/lib"
+ tcl_inc = "/usr/include/tcl8.4"
+ tk_inc = "/usr/include/tcl8.4"
+ tcl_lib = "/usr/lib"
+ tk_lib = "/usr/lib"
return tcl_lib, tcl_inc, tk_lib, tk_inc
def add_tk_flags(module):
--- End Message ---
--- Begin Message ---
Source: matplotlib
Source-Version: 0.98.1-1+lenny3
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.1-1+lenny3.diff.gz
to pool/main/m/matplotlib/matplotlib_0.98.1-1+lenny3.diff.gz
matplotlib_0.98.1-1+lenny3.dsc
to pool/main/m/matplotlib/matplotlib_0.98.1-1+lenny3.dsc
python-matplotlib-data_0.98.1-1+lenny3_all.deb
to pool/main/m/matplotlib/python-matplotlib-data_0.98.1-1+lenny3_all.deb
python-matplotlib-doc_0.98.1-1+lenny3_all.deb
to pool/main/m/matplotlib/python-matplotlib-doc_0.98.1-1+lenny3_all.deb
python-matplotlib_0.98.1-1+lenny3_amd64.deb
to pool/main/m/matplotlib/python-matplotlib_0.98.1-1+lenny3_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Debian Python Modules Team <[EMAIL PROTECTED]> (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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 08 Oct 2008 19:05:46 -0500
Source: matplotlib
Binary: python-matplotlib python-matplotlib-data python-matplotlib-doc
Architecture: source all amd64
Version: 0.98.1-1+lenny3
Distribution: testing-proposed-updates
Urgency: medium
Maintainer: Debian Python Modules Team <[EMAIL PROTECTED]>
Changed-By: Debian Python Modules Team <[EMAIL PROTECTED]>
Description:
python-matplotlib - Python based plotting system in a style similar to Matlab
python-matplotlib-data - Python based plotting system (data package)
python-matplotlib-doc - Python based plotting system (documentation package)
Closes: 501617
Changes:
matplotlib (0.98.1-1+lenny3) testing-proposed-updates; urgency=medium
.
[ Kumar Appaiah ]
* Patch from Thiemo Seufer: new build_fix.patch to detect new
sys.platform identifiers on mips, mipsel, hppa, alpha and sparc.
(Closes: #501617)
Checksums-Sha1:
7df8d4d5980e4969f3dd68fe6102e6d07411b401 1735 matplotlib_0.98.1-1+lenny3.dsc
7d9697b3548273ca5171a3e1f3bedb3460148992 18241
matplotlib_0.98.1-1+lenny3.diff.gz
a99035906fa225980f10de9eb67732ba514efbf6 1116932
python-matplotlib-data_0.98.1-1+lenny3_all.deb
333a4694e2c03b9f966ff758176b14c49bc3005b 1069802
python-matplotlib-doc_0.98.1-1+lenny3_all.deb
de82f56f36303e83778d5c1a478eec8017cd0ff1 2229590
python-matplotlib_0.98.1-1+lenny3_amd64.deb
Checksums-Sha256:
8ebc75a7540ec8cdc51502bae1152a102c9d93259272aba7b5569a54ef53ad29 1735
matplotlib_0.98.1-1+lenny3.dsc
b106cf6cf90e8817dd35cce2a5143d26eabd80938bc59153d47ed9964891a555 18241
matplotlib_0.98.1-1+lenny3.diff.gz
0ff757cbf957a9a1559e44170bb9af55a3abc37630536b6feea727fd86038181 1116932
python-matplotlib-data_0.98.1-1+lenny3_all.deb
15eb23f980e444253780a49919901bece9483a3f4dd3ec662d67a75566cff98f 1069802
python-matplotlib-doc_0.98.1-1+lenny3_all.deb
d1ff07e6e11fe99d86a82d9c01f778808871deb98b7123f2eeb29c172cbfeae3 2229590
python-matplotlib_0.98.1-1+lenny3_amd64.deb
Files:
8e14ce1ad667b4422d5d4af9d67f47b8 1735 python optional
matplotlib_0.98.1-1+lenny3.dsc
b06f529dde09e12e87093ad28aa178c5 18241 python optional
matplotlib_0.98.1-1+lenny3.diff.gz
12cfad080aba6203c47bdef7811c6c68 1116932 python optional
python-matplotlib-data_0.98.1-1+lenny3_all.deb
18a3aa5662689ff4461550baf21db05e 1069802 doc optional
python-matplotlib-doc_0.98.1-1+lenny3_all.deb
fa4af314accf7068ec47ded48d551d32 2229590 python optional
python-matplotlib_0.98.1-1+lenny3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkjuTVkACgkQB01zfu119ZmDewCfQkbjrNNuNEwfmH+jgweannug
FPYAnjuVIAJzL09+iCD0/Crj8NPN9rz7
=9gKq
-----END PGP SIGNATURE-----
--- End Message ---