[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Pkg-grass-general] testing debiangis



On Wed, Jan 19, 2005 at 08:27:40AM -0500, Steve Halasz wrote:
> Hi Paolo,
> 
> On Wed, 2005-01-19 at 12:06 +0100, Paolo Cavallini wrote:
...
> Or do you already have GISBASE set and it's still giving the error? I
> found that for some reason grass6 didn't like my grass57 database. I'm
> not sure yet if that is expected behavior, but I had to start fresh in a
> new directory.

Huh? What's the error?

> > - grass depends on xterm, but the package does not require this dependency
> 
> I don't think this is true. I can run grass on the command line without
> even running X. Maybe I should switch all the X-related depends to
> suggests?

I think it does:

cd grass60/lib/init
grep xterm *
epsg_option.tcl:                                        exec -- xterm -e $env(GISBASE)/etc/make_location_epsg.sh \

cd grass60/display/d.m
grep xterm *
d.m.tcl:    eval exec -- xterm -e $env(GISBASE)/etc/grass-run.sh $cmd $args &

[etc ?]

Should this become a global variable?

> I also wonder if the dependency on csh is really required. I've removed
> it from my system and haven't noticed any ill effects. bash is an
> Essential package that is guaranteed to be installed. Is bash not
> sufficient?
> 
> > - in the grass startup sreen, epsg codes should be found 
> > in /usr/share/proj/epsg instead of  /usr/local/share/proj/epsg
> 
> I'll look into this.

Here is the beast:
cd grass60/lib/init
grep proj/epsg *
 epsg_option.tcl:        set browsedepsg "/usr/local/share/proj/epsg"
 epsg_option.tcl:                set browsedepsg "/usr/local/share/proj/epsg"

Better solutions welcome (before beta2...).
 
[...]

Markus



Reply to: