From: Arlindo da S. <da...@al...> - 2009-09-30 17:05:24
|
On Wed, Sep 30, 2009 at 12:26 PM, Jose F Nieves <ni...@lt...>wrote: > Arlindo > > make gex-check is giving me this > > Has gxyat been built? Look for gxyat.gex in extensions/gxyat: 1) If gxyat.gex does not exist: % cd extensions/gxyat % make and send me output 2) If gxyat exists, start grads % opengrads/Contents/grads -bl ... ga-> q udc ga-> gxyat and send me the output of that. My guess is that gxyat could not be built for some reason, perhaps cairo related. Arlindo > > Jose > > test_gxyat_pdf (gxyat.ut.ut) ... ERROR > test_gxyat_png (gxyat.ut.ut) ... ERROR > test_gxyat_ps (gxyat.ut.ut) ... ERROR > test_gxyat_svg (gxyat.ut.ut) ... ERROR > test_set_rgba (gxyat.ut.ut) ... ERROR > > > > ====================================================================== > ERROR: test_gxyat_pdf (gxyat.ut.ut) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/home/work/grads/build/grads-2.0.a7.oga.1/extensions/gxyat/ut.py", > line 53, in test_gxyat_pdf > self.ga("gxyat -v /tmp/ps.pdf") > File "lib/grads/gacore.py", line 220, in cmd > GrADSError: 'GrADS returned rc=99 for <gxyat -v /tmp/ps.pdf>' > > ====================================================================== > ERROR: test_gxyat_png (gxyat.ut.ut) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/home/work/grads/build/grads-2.0.a7.oga.1/extensions/gxyat/ut.py", > line 28, in test_gxyat_png > self.ga("gxyat -v /tmp/ps.png") > File "lib/grads/gacore.py", line 220, in cmd > GrADSError: 'GrADS returned rc=99 for <gxyat -v /tmp/ps.png>' > > ====================================================================== > ERROR: test_gxyat_ps (gxyat.ut.ut) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/home/work/grads/build/grads-2.0.a7.oga.1/extensions/gxyat/ut.py", > line 40, in test_gxyat_ps > self.ga("gxyat -v /tmp/ps.ps") > File "lib/grads/gacore.py", line 220, in cmd > GrADSError: 'GrADS returned rc=99 for <gxyat -v /tmp/ps.ps>' > > ====================================================================== > ERROR: test_gxyat_svg (gxyat.ut.ut) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/home/work/grads/build/grads-2.0.a7.oga.1/extensions/gxyat/ut.py", > line 66, in test_gxyat_svg > self.ga("gxyat -v /tmp/ps.svg") > File "lib/grads/gacore.py", line 220, in cmd > GrADSError: 'GrADS returned rc=99 for <gxyat -v /tmp/ps.svg>' > > ====================================================================== > ERROR: test_set_rgba (gxyat.ut.ut) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/home/work/grads/build/grads-2.0.a7.oga.1/extensions/gxyat/ut.py", > line 77, in test_set_rgba > self.ga("set_rgba 60 125 125 125 0 1") > File "lib/grads/gacore.py", line 220, in cmd > GrADSError: 'GrADS returned rc=1 for <set_rgba 60 125 125 125 0 1>' > > > -- Arlindo da Silva da...@al... |