Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#42142 - [python2-matplotlib] import warning

Attached to Project: Community Packages
Opened by Filippo (Filippo) - Saturday, 27 September 2014, 12:34 GMT
Last edited by Balló György (City-busz) - Monday, 29 January 2018, 21:14 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Several warnings are triggered when importing matplotlib.pyplot

Additional info:
* package: python2-matplotlib-1.4.0-2


Steps to reproduce:
% python2 -c "import matplotlib.pyplot"
Value error parsing header in AFM: UnderlinePosition -41,5039
Value error parsing header in AFM: UnderlineThickness 43,9453
Value error parsing header in AFM: UnderlinePosition -41,5039
Value error parsing header in AFM: UnderlineThickness 43,9453
Value error parsing header in AFM: UnderlinePosition -41,5039
Value error parsing header in AFM: UnderlineThickness 43,9453
Value error parsing header in AFM: UnderlinePosition -41,5039
Value error parsing header in AFM: UnderlineThickness 43,9453
Value error parsing header in AFM: UnderlinePosition -41,5039
Value error parsing header in AFM: UnderlineThickness 43,9453
Value error parsing header in AFM: UnderlinePosition -41,5039
Value error parsing header in AFM: UnderlineThickness 43,9453
Value error parsing header in AFM: UnderlinePosition -41,5039
Value error parsing header in AFM: UnderlineThickness 43,9453
Value error parsing header in AFM: UnderlinePosition -41,5039
Value error parsing header in AFM: UnderlineThickness 43,9453
Value error parsing header in AFM: UnderlinePosition -41,5039
Value error parsing header in AFM: UnderlineThickness 43,9453
Value error parsing header in AFM: UnderlinePosition -41,5039
Value error parsing header in AFM: UnderlineThickness 43,9453
Value error parsing header in AFM: UnderlinePosition -41,5039
Value error parsing header in AFM: UnderlineThickness 43,9453
Value error parsing header in AFM: UnderlinePosition -41,5039
Value error parsing header in AFM: UnderlineThickness 43,9453
Value error parsing header in AFM: UnderlinePosition -41,5039
Value error parsing header in AFM: UnderlineThickness 43,9453
Value error parsing header in AFM: UnderlinePosition -41,5039
Value error parsing header in AFM: UnderlineThickness 43,9453
Value error parsing header in AFM: UnderlinePosition -41,5039
Value error parsing header in AFM: UnderlineThickness 43,9453
Value error parsing header in AFM: UnderlinePosition -41,5039
Value error parsing header in AFM: UnderlineThickness 43,9453
Value error parsing header in AFM: UnderlinePosition -41,5039
Value error parsing header in AFM: UnderlineThickness 43,9453
Value error parsing header in AFM: UnderlinePosition -41,5039
Value error parsing header in AFM: UnderlineThickness 43,9453
Value error parsing header in AFM: UnderlinePosition -41,5039
Value error parsing header in AFM: UnderlineThickness 43,9453
Value error parsing header in AFM: UnderlinePosition -41,5039
Value error parsing header in AFM: UnderlineThickness 43,9453
Value error parsing header in AFM: UnderlinePosition -41,5039
Value error parsing header in AFM: UnderlineThickness 43,9453
This task depends upon

Closed by  Balló György (City-busz)
Monday, 29 January 2018, 21:14 GMT
Reason for closing:  Upstream
Comment by Felix Yan (felixonmars) - Saturday, 27 September 2014, 13:34 GMT
Cannot reproduce here :(
Comment by Filippo (Filippo) - Saturday, 27 September 2014, 14:41 GMT
Is there something else that I can report ? (log, list of installed packages...)
Comment by Felix Yan (felixonmars) - Sunday, 12 October 2014, 02:38 GMT
Looks like related to your locale (which uses "," as decimal point). You may try something like this to confirm:

$ LC_NUMERIC=C python2 -c "import matplotlib.pyplot"
Comment by Filippo (Filippo) - Sunday, 12 October 2014, 13:35 GMT
I still have the same error !
Comment by Felix Yan (felixonmars) - Friday, 24 October 2014, 05:46 GMT
I would suggest to report to upstream then, if you haven't done so.
Comment by Eli Schwartz (eschwartz) - Monday, 29 January 2018, 20:57 GMT
matplotlib has undergone a major version release in the 3.5 years since this bug was filed. Is it still an issue? Was it ever reported upstream?
Comment by Balló György (City-busz) - Monday, 29 January 2018, 21:14 GMT
I'm closing this really old upstream bug. There is no reason to keep it open.

Loading...