Send grass-windows mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.osgeo.org/mailman/listinfo/grass-windows
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of grass-windows digest..."
Today's Topics:
1. Re: r.shaded.relief problems (Frank Broniewski)
2. Re: r.shaded.relief problems (Markus Neteler)
3. Re: r.shaded.relief problems (Frank Broniewski)
----------------------------------------------------------------------
Message: 1
Date: Sat, 21 Nov 2009 19:21:06 +0100
From: "Frank Broniewski" <[email protected]>
Subject: Re: [GRASS-windows] r.shaded.relief problems
To: "WinGRASS" <[email protected]>
Message-ID: <4f3c354ba6d64d8598ae7f022eb31...@fishtank>
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
reply-type=response
Ok, after digging around a little I found out that installing the latest
msys version (1.0.11) fixes my problems. This msys version contains some
Vista specific fixes ...
BTW I tested the WinGRASS and OSGEO4W versions and had on both the same
problems. It may be a good idea to upgrade the supplied version (osgeo4w
Snapshot-2007.01.19-1) with the current msys producution release.
Frank
--------------------------------------------------
From: "Frank Broniewski" <[email protected]>
Sent: Friday, November 20, 2009 8:58 AM
To: "WinGRASS" <[email protected]>
Subject: [GRASS-windows] r.shaded.relief problems
> Hello list,
>
> I recently installed the latest wingrass (6.4.0svn (2009)) release on my
> Windows Vista 64 machine. The installation went well. But unfortunately I
> discovered, that I cannot launch r.shaded.relief and some others, namely
> r.tileset, g.manual and r.patch. There may be others by I haven't tested
> all the commands. The r.patch is different from the others and I have
> found the bug report for this problems, so I suppose I just need to wait
> or disable the UAC, wich unfortunately is not an option in our company.
>
> For the other two commands I get a similar output as following:
>
> Traceback (most recent call last):
> File "C:/GRASS/etc/wxpython/wxgui.py", line 521, in
> OnMenuCmd
>
> menuform.GUI().ParseCommand(cmd, parentframe=self)
> File "C:\GRASS\etc\wxpython\gui_modules\menuform.py", line
> 1812, in ParseCommand
>
> xml.sax.parseString(getInterfaceDescription(cmd[0]).decode(e
> nc).encode("utf-8"),
> File "C:\GRASS\etc\wxpython\gui_modules\menuform.py", line
> 1751, in getInterfaceDescription
>
> raise IOError, _("Unable to fetch interface description for
> command '%s'.") % cmd
> IOError
> :
> Unable to fetch interface description for command
> 'r.shaded.relief'.
>
> Is this a known problem? Running the command from the GRASS command line
> points to a problem with the batch file. Running the command with
> the --help switch gives no output, but instead a new prompt:
> "C:/GRASS/msys/bin/sh.exe"-2.04$
> You can cancel this with CTRL+C. r.shaded.relief.bat is indeed a batch
> file wich calls a file in /scripts/. I noticed some other batch files and
> all the batch files I tested do not work. There are no spaces in my
> directory paths, users home dir is /users/frank, the mapset path has also
> no spaces (D:\Frank\Dokumente\GISDataBase\demolocation).
> I tested some variants in the grass command shell and it seems that there
> is a problem with the /msys/sh.exe. Calling r.fillnulls (as an example)
> from within sh.exe gives the following errors:
>
> "c:/GRASS/msys/bin/sh.exe"-2.04$ c:/GRASS/scripts/r.fillnulls
> 0 [main] sh.exe" 3288 sync_with_child: child 2800(0x124) died before
> initi
> alization with status code 0x0
> 383 [main] sh.exe" 3288 sync_with_child: *** child state waiting for
> longjmp
>
> "c:/GRASS/msys/bin/sh.exe": fork: Resource temporarily unavailable
> "c:/GRASS/msys/bin/sh.exe"-2.04$
>
>
> Unfortunately this is as far as I can debug. So I hope that there is
> someone who can give me a hint on how to deal with that problem.
>
> Many thanks
>
> Frank
> _______________________________________________
> grass-windows mailing list
> [email protected]
> http://lists.osgeo.org/mailman/listinfo/grass-windows
>
------------------------------
Message: 2
Date: Sat, 21 Nov 2009 19:59:15 +0100
From: Markus Neteler <[email protected]>
Subject: Re: [GRASS-windows] r.shaded.relief problems
To: Frank Broniewski <[email protected]>
Cc: WinGRASS <[email protected]>
Message-ID:
<[email protected]>
Content-Type: text/plain; charset=ISO-8859-1
Frank,
On Sat, Nov 21, 2009 at 7:21 PM, Frank Broniewski <[email protected]> wrote:
> Ok, after digging around a little I found out that installing the latest
> msys version (1.0.11) fixes my problems. This msys version contains some
> Vista specific fixes ...
>
> BTW I tested the WinGRASS and OSGEO4W versions and had on both the same
> problems. It may be a good idea to upgrade the supplied version (osgeo4w
> Snapshot-2007.01.19-1) with the current msys producution release.
would you mind to open a related ticket here:
http://trac.osgeo.org/osgeo4w/
thanks
Markus
------------------------------
Message: 3
Date: Sun, 22 Nov 2009 00:10:48 +0100
From: "Frank Broniewski" <[email protected]>
Subject: Re: [GRASS-windows] r.shaded.relief problems
To: "Markus Neteler" <[email protected]>
Cc: WinGRASS <[email protected]>
Message-ID: <15874c13627f4ab79e42e7abae6cb...@fishtank>
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
reply-type=original
Please see http://trac.osgeo.org/osgeo4w/ticket/118
I left most of the dropdowns on default, not knowing what so set there
exactly :-)
Frank
--------------------------------------------------
From: "Markus Neteler" <[email protected]>
Sent: Saturday, November 21, 2009 7:59 PM
To: "Frank Broniewski" <[email protected]>
Cc: "WinGRASS" <[email protected]>
Subject: Re: [GRASS-windows] r.shaded.relief problems
> Frank,
>
> On Sat, Nov 21, 2009 at 7:21 PM, Frank Broniewski <[email protected]>
> wrote:
>> Ok, after digging around a little I found out that installing the latest
>> msys version (1.0.11) fixes my problems. This msys version contains some
>> Vista specific fixes ...
>>
>> BTW I tested the WinGRASS and OSGEO4W versions and had on both the same
>> problems. It may be a good idea to upgrade the supplied version (osgeo4w
>> Snapshot-2007.01.19-1) with the current msys producution release.
>
> would you mind to open a related ticket here:
> http://trac.osgeo.org/osgeo4w/
>
> thanks
> Markus
>
------------------------------
_______________________________________________
grass-windows mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-windows
End of grass-windows Digest, Vol 39, Issue 13
*********************************************