Your message dated Sun, 13 Oct 2013 12:33:40 +0000
with message-id <e1vvkrc-0002za...@franck.debian.org>
and subject line Bug#719065: fixed in matplotlib 1.3.1-1
has caused the Debian Bug report #719065,
regarding mnemosyne: Fails at startup (possibly due to error in
python-matplotlib).
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.)
--
719065: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719065
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mnemosyne
Version: 2.2.1-1
Justification: renders package unusable
Severity: grave
Dear Maintainer,
Mnemosyne fails at startup (it worked just fine yesterday).
I suppose that this problem is caused by python-matplotlib but as I lack
experience with python I can't really help.
Here is error message:
$ mnemosyne
An unexpected error has occurred.
Please forward the following info to the developers:
Traceback (innermost last):
File "/usr/bin/mnemosyne", line 155, in <module>
debug_file=options.debug_file)
File "/usr/lib/python2.7/dist-packages/mnemosyne/libmnemosyne/__init__.py",
line 164, in initialise
self.register_components()
File "/usr/lib/python2.7/dist-packages/mnemosyne/libmnemosyne/__init__.py",
line 215, in register_components
exec("from %s import %s" % (module_name, class_name))
File "<string>", line 1, in <module>
File
"/usr/lib/python2.7/dist-packages/mnemosyne/pyqt_ui/statistics_wdgts_plotting.py",
line 8, in <module>
from matplotlib.figure import Figure
File "/usr/lib/pymodules/python2.7/matplotlib/figure.py", line 34, in <module>
import matplotlib.colorbar as cbar
File "/usr/lib/pymodules/python2.7/matplotlib/colorbar.py", line 29,
in <module>
import matplotlib.collections as collections
File "/usr/lib/pymodules/python2.7/matplotlib/collections.py", line
23, in <module>
import matplotlib.backend_bases as backend_bases
File "/usr/lib/pymodules/python2.7/matplotlib/backend_bases.py",
line 50, in <module>
import matplotlib.textpath as textpath
File "/usr/lib/pymodules/python2.7/matplotlib/textpath.py", line 11,
in <module>
import matplotlib.font_manager as font_manager
File "/usr/lib/pymodules/python2.7/matplotlib/font_manager.py", line
1356, in <module>
_rebuild()
File "/usr/lib/pymodules/python2.7/matplotlib/font_manager.py", line
1341, in _rebuild
fontManager = FontManager()
File "/usr/lib/pymodules/python2.7/matplotlib/font_manager.py", line
1004, in __init__
self.ttflist = createFontList(self.ttffiles)
File "/usr/lib/pymodules/python2.7/matplotlib/font_manager.py", line
584, in createFontList
prop = ttfFontProperty(font)
File "/usr/lib/pymodules/python2.7/matplotlib/font_manager.py", line
398, in ttfFontProperty
sfnt4 = sfnt4.decode('ascii').lower()
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc6 in position
0: ordinal not in range(128)
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (600, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.10-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages mnemosyne depends on:
ii libicu48 4.8.1.1-12
ii libqt4-sql-sqlite 4:4.8.5+dfsg-2
ii python 2.7.5-3
ii python-cherrypy3 3.2.2-2
ii python-matplotlib 1.3.0-1
ii python-qt4 4.10.2-2
ii python-qt4-sql 4.10.2-2
mnemosyne recommends no packages.
mnemosyne suggests no packages.
-- no debconf information
--
darkestkhan
------------------------------------------
Feel free to CC me.
jid: darkestk...@gmail.com
May The Source be with You.
--- End Message ---
--- Begin Message ---
Source: matplotlib
Source-Version: 1.3.1-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.
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 719...@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...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 13 Oct 2013 10:47:22 +0200
Source: matplotlib
Binary: python-matplotlib python3-matplotlib python-matplotlib-data
python-matplotlib-doc python-matplotlib-dbg python3-matplotlib-dbg
Architecture: source all amd64
Version: 1.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team
<python-modules-t...@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)
python3-matplotlib - Python based plotting system in a style similar to Matlab
(Python
python3-matplotlib-dbg - Python based plotting system (debug extension, Python
3)
Closes: 719065 719384 720549 725047 725048
Changes:
matplotlib (1.3.1-1) unstable; urgency=low
.
* New upstream release
* Acknowledge NMU, thanks Anton Gladky; Closes: #719065, #719384
* debian/patches/70_fix_UnicodeDecodeError.patch
- removed, merged upstream
* debian/{control, README.debian}
- added nose and tornado to Suggests, needed to require matplotlib with
pkg_resources; thanks to Javi Merino for the report; Closes: #725048
* debian/control
- added ghostscript and inkscape to Suggests (to run tests) and
python-imaging to Recommends (enhance mpl usage); thanks to Tobias Megies
for the report; Closes: #725047
- added python{,3}-tornato to b-d, needed for tests
* debian/{control, patches/70_bts720549_try_StayPuft_for_xkcd.patch}
- try also StayPuft font when using xkcd style function; thanks to Elena
Grandi for the report; Closes: #720549
Checksums-Sha1:
e6be298081facb6b8468fb9dde1adb8635b6dd4b 2585 matplotlib_1.3.1-1.dsc
8578afc86424392591c0ee03f7613ffa9b6f68ee 42163182 matplotlib_1.3.1.orig.tar.gz
1ef505a61cefef965b2b4b08eeca75ffbbf88b39 26297 matplotlib_1.3.1-1.debian.tar.gz
0544eedb0f7056b9022686329e5138e9e1650b0a 2812910
python-matplotlib-data_1.3.1-1_all.deb
7698dca98b87dc549dd9a66b541f95f1e09262a8 57003754
python-matplotlib-doc_1.3.1-1_all.deb
856eb633aa5f7d253bba2366013d0068dbace231 1531080
python-matplotlib_1.3.1-1_amd64.deb
83d44486f177fb21821276a63129d2473e3ec208 1458406
python3-matplotlib_1.3.1-1_amd64.deb
19c92843995293db00611c3ff2251bdb0c3dcc31 7505482
python-matplotlib-dbg_1.3.1-1_amd64.deb
c3bdc8bc8dcc14afb8619cc9abd44253c44abf39 663740
python3-matplotlib-dbg_1.3.1-1_amd64.deb
Checksums-Sha256:
1a974b63fb0358655fb92b06fb55d5b4289b4b06b0aafdd1b4a1858f068ee80e 2585
matplotlib_1.3.1-1.dsc
ea16679d9476ab2757102e80327f31eb8e6c2cb09e2be89715c02e4e8fbdaf6a 42163182
matplotlib_1.3.1.orig.tar.gz
5e5991c7a9f2fa69bbfcccbd6d9c335267ab8d01556f49930ebf978c714f596b 26297
matplotlib_1.3.1-1.debian.tar.gz
283f285f7df64fa987a8979358dba81a7d4b4372d294427c66bf27f901155d13 2812910
python-matplotlib-data_1.3.1-1_all.deb
cf5d25244aac6089ed2b422da7453863223956c00a7bd9ef474d13458df9f4be 57003754
python-matplotlib-doc_1.3.1-1_all.deb
0ee5cb8b19e2d6c5a7c13106823659b5cbecb5d755297ec2a1a1b67734d4af81 1531080
python-matplotlib_1.3.1-1_amd64.deb
7695b9f6375ca230435d78280c41232408611f015c3626a30cc7ffad940c2e09 1458406
python3-matplotlib_1.3.1-1_amd64.deb
1ce74e8c4f763da126bb735d1dc95e90222138bb3782c15e120852bceb3759f1 7505482
python-matplotlib-dbg_1.3.1-1_amd64.deb
e5546196e1e6d33b66890318f1dd18f31941ba0cae8b38302084ee9cc638d323 663740
python3-matplotlib-dbg_1.3.1-1_amd64.deb
Files:
b41fa6646f960ec1310401005ead69ff 2585 python optional matplotlib_1.3.1-1.dsc
444624ad58de05f9029b0b5811e11c17 42163182 python optional
matplotlib_1.3.1.orig.tar.gz
380ce17a47fe0920fdc49eefc85d6271 26297 python optional
matplotlib_1.3.1-1.debian.tar.gz
5fa01afbbd483f2b310b92f52e7110e8 2812910 python optional
python-matplotlib-data_1.3.1-1_all.deb
aa2223873feba35b61a4d4887cdfad14 57003754 doc optional
python-matplotlib-doc_1.3.1-1_all.deb
8a31a8d642e2653db307fecf19d29572 1531080 python optional
python-matplotlib_1.3.1-1_amd64.deb
e8acada84d978723da2cfe8e6d535619 1458406 python optional
python3-matplotlib_1.3.1-1_amd64.deb
f2d5c4229bc99f3d7ae0a77619ee6f40 7505482 debug extra
python-matplotlib-dbg_1.3.1-1_amd64.deb
d82db8a2fd9318c59911edee4f694d03 663740 debug extra
python3-matplotlib-dbg_1.3.1-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
iEYEARECAAYFAlJahboACgkQAukwV0RN2VBt/wCghQ0mPM/aCjOvorc/szwqe47Q
qEkAnieMRDN2XR+GrG/xzhH3adlCJgMb
=R5uy
-----END PGP SIGNATURE-----
--- End Message ---