Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 441278 - Please stabilize =dev-python/matplotlib-1.1.1
Summary: Please stabilize =dev-python/matplotlib-1.1.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Keywording and Stabilization (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Python Gentoo Team
URL: http://packages.gentoo.org/package/de...
Whiteboard:
Keywords: STABLEREQ
Depends on: 442298
Blocks:
  Show dependency tree
 
Reported: 2012-11-03 07:11 UTC by Paweł Hajdan, Jr. (RETIRED)
Modified: 2013-01-30 19:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (no PIL installed) (build.log.tar,16.28 KB, application/octet-stream)
2012-11-24 13:04 UTC, mike
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2012-11-03 07:11:55 UTC
Is it OK to stabilize =dev-python/matplotlib-1.1.1 ?

If so, please CC all arches which have stable keywords

for older versions of this package and add STABLEREQ keyword

to the bug.
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2012-11-05 13:27:50 UTC
done. 

Arch teams please stabalise dev-python/matplotlib-1.1.1

KEYWORDS=amd64 ppc x86
Comment 2 Anthony Basile gentoo-dev 2012-11-06 01:19:09 UTC
stable ppc
Comment 3 Agostino Sarubbo gentoo-dev 2012-11-06 10:58:43 UTC
amd64 stable
Comment 4 mike 2012-11-24 13:04:25 UTC
Created attachment 330436 [details]
build log (no PIL installed)

x86 not ok (repoman ok, compilation not ok)

There seems to be a forgotten dependency to
dev-python/imaging (PIL). But there are
test failures with PIL after all:


Summary output (no PIL installed):

Ran 1068 tests in 558.029s

FAILED (KNOWNFAIL=2, errors=1040)
 * ERROR: dev-python/matplotlib-1.1.1 failed (test phase):
 *   Testing failed with CPython 2.7 in testing() function
 *
 * Call stack:
 *     ebuild.sh, line   93:  Called src_test
 *   environment, line 5078:  Called python_execute_function 'testing'
 *   environment, line 3405:  Called die
 * The specific snippet of code:
 *                       die "${failure_message}";


Summary output (PIL installed):


======================================================================
FAIL: matplotlib.tests.test_mathtext.mathfont_stix_14_test.test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/var/tmp/portage/dev-python/matplotlib-1.1.1/work/matplotlib-1.1.1/test-2.7/lib/python/matplotlib/testing/decorators.py", line 36, in failer
    result = f(*args, **kwargs)
  File "/var/tmp/portage/dev-python/matplotlib-1.1.1/work/matplotlib-1.1.1/test-2.7/lib/python/matplotlib/testing/decorators.py", line 140, in do_test
    '(RMS %(rms).3f)'%err)
ImageComparisonFailure: images not close: /var/tmp/portage/dev-python/matplotlib-1.1.1/work/matplotlib-1.1.1/test-2.7/lib/result_images/test_mathtext/mathfont_stix_14.png vs. /var/tmp/portage/dev-python/matplotlib-1.1.1/work/matplotlib-1.1.1/test-2.7/lib/result_images/test_mathtext/expected-mathfont_stix_14.png (RMS 3377.889)

======================================================================
FAIL: matplotlib.tests.test_delaunay.test_gauss.test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/var/tmp/portage/dev-python/matplotlib-1.1.1/work/matplotlib-1.1.1/test-2.7/lib/python/matplotlib/testing/decorators.py", line 36, in failer
    result = f(*args, **kwargs)
  File "/var/tmp/portage/dev-python/matplotlib-1.1.1/work/matplotlib-1.1.1/test-2.7/lib/python/matplotlib/testing/decorators.py", line 140, in do_test
    '(RMS %(rms).3f)'%err)
ImageComparisonFailure: images not close: /var/tmp/portage/dev-python/matplotlib-1.1.1/work/matplotlib-1.1.1/test-2.7/lib/result_images/test_delaunay/gauss-lin-con.png vs. /var/tmp/portage/dev-python/matplotlib-1.1.1/work/matplotlib-1.1.1/test-2.7/lib/result_images/test_delaunay/expected-gauss-lin-con.png (RMS 11.180)

======================================================================
FAIL: matplotlib.tests.test_delaunay.test_trig.test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/var/tmp/portage/dev-python/matplotlib-1.1.1/work/matplotlib-1.1.1/test-2.7/lib/python/matplotlib/testing/decorators.py", line 36, in failer
    result = f(*args, **kwargs)
  File "/var/tmp/portage/dev-python/matplotlib-1.1.1/work/matplotlib-1.1.1/test-2.7/lib/python/matplotlib/testing/decorators.py", line 140, in do_test
    '(RMS %(rms).3f)'%err)
ImageComparisonFailure: images not close: /var/tmp/portage/dev-python/matplotlib-1.1.1/work/matplotlib-1.1.1/test-2.7/lib/result_images/test_delaunay/trig-lin-con.png vs. /var/tmp/portage/dev-python/matplotlib-1.1.1/work/matplotlib-1.1.1/test-2.7/lib/result_images/test_delaunay/expected-trig-lin-con.png (RMS 15.395)

----------------------------------------------------------------------
Ran 1068 tests in 373.642s

FAILED (KNOWNFAIL=534, failures=3)
 * ERROR: dev-python/matplotlib-1.1.1 failed (test phase):
 *   Testing failed with CPython 2.7 in testing() function
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_test
 *   environment, line 5080:  Called python_execute_function 'testing'
 *   environment, line 3407:  Called die
 * The specific snippet of code:
 *                       die "${failure_message}";
Comment 5 Agostino Sarubbo gentoo-dev 2013-01-30 19:00:34 UTC
x86 stable. Last arch, closing