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... |
From: Arlindo da S. <da...@al...> - 2009-10-07 18:26:07
|
On Wed, Oct 7, 2009 at 10:55 AM, Jose F Nieves <ni...@lt...>wrote: > Arlindo > > I cannot upload the bundle. I keep getting a Permission denied > > sftp> cd /home/frs/project/o/op/opengrads/grads2/2.0.a7.oga.2 > sftp> put grads-2.0.a7.oga.2-bundle-amd64-unknown-freebsd7.2.tar.gz > Uploading grads-2.0.a7.oga.2-bundle-amd64-unknown-freebsd7.2.tar.gz to > /home/pfs/project/o/op/opengrads/grads2/2.0.a7.oga.2/grads-2.0.a7.oga.2-bundle-amd64-unknown-freebsd7.2.tar.gz > Couldn't get handle: Permission denied > > Hmm... This new FRS may not be handling the permissions correctly. Another possibility is to do this through the web interface: 1) Logon to sf.net with your user name 2) Go to the File Manager page: https://sourceforge.net/project/admin/explorer.php?group_id=161773 3) click on grads2 4) RIGHT click on 2.0.a7.oga.2, select "Uploads here" from the popup menu 5) On the top of the diretory list (above the "Name" header), click on "Upload File", and upload the bundle. If this fails, put the tarball up somewhere and I'll upload it for you. (I'm cc'ing opengrads-devel because this is the general upload procedure on sf.net.) Let me know if this works, Arlindo > Jose > -- Arlindo da Silva da...@al... |