Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=901872 --- Comment #1 from Paulo Andrade <paulo.cesar.pereira.de.andrade@xxxxxxxxx> --- This module is required by my sagemath work in progress package. Without it: -%<- $ sage -t /usr/lib64/sagemath/devel/sage/sage/matrix/matrix2.pyx sage -t "devel/sage/sage/matrix/matrix2.pyx" ********************************************************************** File "/usr/lib64/sagemath/devel/sage/sage/matrix/matrix2.pyx", line 7336: sage: M.visualize_structure(os.path.join(SAGE_TMP, "matrix.png")) Exception raised: Traceback (most recent call last): File "/usr/lib64/sagemath/local/bin/ncadoctest.py", line 1231, in run_one_test self.run_one_example(test, example, filename, compileflags) File "/usr/lib64/sagemath/local/bin/sagedoctest.py", line 38, in run_one_example OrigDocTestRunner.run_one_example(self, test, example, filename, compileflags) File "/usr/lib64/sagemath/local/bin/ncadoctest.py", line 1172, in run_one_example compileflags, 1) in test.globs File "<doctest __main__.example_91[3]>", line 1, in <module> M.visualize_structure(os.path.join(SAGE_TMP, "matrix.png"))###line 7336: sage: M.visualize_structure(os.path.join(SAGE_TMP, "matrix.png")) File "matrix2.pyx", line 7338, in sage.matrix.matrix2.Matrix.visualize_structure (sage/matrix/matrix2.c:38883) ImportError: No module named gd ********************************************************************** 1 items had failures: 1 of 5 in __main__.example_91 ***Test Failed*** 1 failures. For whitespace errors, see the file /home/pcpa/.sage/tmp/matrix2_4456.py [16.4 s] ---------------------------------------------------------------------- The following tests failed: sage -t "devel/sage/sage/matrix/matrix2.pyx" Total time for all tests: 16.4 seconds -%<- With it: -%<- $ sage -t /usr/lib64/sagemath/devel/sage/sage/matrix/matrix2.pyx sage -t "devel/sage/sage/matrix/matrix2.pyx" [35.1 s] ---------------------------------------------------------------------- All tests passed! Total time for all tests: 35.1 seconds -%<- -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=MDT1ANrISw&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review