[GRASS-dev] Error creating EPSG location using latest cvs

I encountered an error creating a new Location from the grass63 gui using
EPSG code #4326 (Geographic WGS84). I checked the path of my epsg file, and
it's fine. Even grepping code 4326 within the epsg file is OK:

child process exited abnormally
child process exited abnormally
    while executing
"exec -- $env(GISBASE)/etc/grass-xterm-wrapper -e
$env(GISBASE)/etc/make_location_epsg.sh $epsg_code $epsgLocation $locpath

@stdout 2>@stderr"

    invoked from within
".optPopup.submit invoke"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 [list $w invoke]"
    (procedure "tk::ButtonUp" line 22)
    invoked from within
"tk::ButtonUp .optPopup.submit"
    (command bound to event)

Has there been any updates made to proj/gdal lately that may have affected
this?

~ Eric.

On Wed, Sep 27, 2006 at 10:01:51AM -0300, Patton, Eric wrote:

I encountered an error creating a new Location from the grass63 gui using
EPSG code #4326 (Geographic WGS84). I checked the path of my epsg file, and
it's fine. Even grepping code 4326 within the epsg file is OK:

child process exited abnormally
child process exited abnormally
    while executing
"exec -- $env(GISBASE)/etc/grass-xterm-wrapper -e
$env(GISBASE)/etc/make_location_epsg.sh $epsg_code $epsgLocation $locpath
>@stdout 2>@stderr"
    invoked from within
".optPopup.submit invoke"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 [list $w invoke]"
    (procedure "tk::ButtonUp" line 22)
    invoked from within
"tk::ButtonUp .optPopup.submit"
    (command bound to event)

Has there been any updates made to proj/gdal lately that may have affected
this?

Eric,

I just tried, it works (yesterday (my time) gis.m etc were broken).
Please update from CVS again, hopefully it works again.
The recent update to EPSG 6.11 shouldn't harm at all.

Markus