Gentoo Archives: gentoo-science

From: Steven Trogdon <strogdon@×××××.edu>
To: gentoo-science <gentoo-science@l.g.o>
Subject: [gentoo-science] [sage-on-gentoo] gdmodule-0.56-r1
Date: Fri, 03 Dec 2010 21:52:09
Message-Id: 1291412985.26356.0@ledaig
1 Hello,
2
3 With the upgrade from gdmodule-0.56 -> gdmodule-0.56-r1 the following
4 sage test now fails
5
6 sage -t -long -force_lib "devel/sage/sage/matrix/matrix2.pyx"
7
8 as
9
10 **********************************************************************
11 File "/usr/share/sage/devel/sage/sage/matrix/matrix2.pyx", line 5463:
12 sage: M.visualize_structure(SAGE_TMP + "matrix.png")
13 Exception raised:
14 Traceback (most recent call last):
15 File "/usr/bin/ncadoctest.py", line 1231, in run_one_test
16 self.run_one_example(test, example, filename, compileflags)
17 File "/usr/bin/sagedoctest.py", line 38, in run_one_example
18 OrigDocTestRunner.run_one_example(self, test, example,
19 filename, compileflags)
20 File "/usr/bin/ncadoctest.py", line 1172, in run_one_example
21 compileflags, 1) in test.globs
22 File "<doctest __main__.example_83[3]>", line 1, in <module>
23 M.visualize_structure(SAGE_TMP + "matrix.png")###line 5463:
24 sage: M.visualize_structure(SAGE_TMP + "matrix.png")
25 File "matrix2.pyx", line 5520, in
26 sage.matrix.matrix2.Matrix.visualize_structure
27 (sage/matrix/matrix2.c:31006)
28 NotImplementedError: PNG Support Not Available
29 **********************************************************************
30
31 The 0.56-libs.patch that's the reason for the upgrade (which appears to
32 be the thing to do) actually prevents Sage from finding PNG support.
33 The older version still works.
34
35 Steve

Replies

Subject Author
Re: [gentoo-science] [sage-on-gentoo] gdmodule-0.56-r1 Christopher Schwan <cschwan@××××××××××××××××××.de>