[GRASS5] Re: CVS update: grass/src/general/init

Hello Huidae

grass@intevation.de wrote:

Date: Wednesday October 11, 2000 @ 16:20
Author: cho

Update of /grassrepository/grass/src/general/init
In directory intevation.de:/tmp/cvs-serv8316

Modified Files:
        Gmakefile
Log Message:
create $(BIN)/grass5 shell first then
if $(UNIX_BIN)/grass5 exists and writeable copy $(BIN)/grass5 to
$(UNIX_BIN)/grass5.

This process is useful for non-root GRASS install. Only $(BIN) is
required to be writeable.

This change has caused a crash on my system. Here is the error message
that was reported.

GISGEN: src/general/init - Thu Oct 12 11:50:49 TST 2000

#################################################################
/usr1/grass/grass64/grass/src/general/init
  mkdir OBJ.mips-sgi-irix6.5
  make -f OBJ.mips-sgi-irix6.5/make.rules

/usr1/grass/grass64/grass/bin/grass5 not found
*** Error code 1 (bu21)
GISGEN failure at STEP: src/general/init

Please check your changes. This module compiled fine for me before. I'm
not sure what the problem is but my definitions of BIN and UNIX_BIN are
as follows (if this helps)

BIN = /usr1/grass/grass64/grass/bin
UNIX_BIN = /usr1/grass/grass64/grass/bin

As you can see they are the same.

--
Sincerely,

Jazzman (a.k.a. Justin Hickey) e-mail: jhickey@hpcc.nectec.or.th
High Performance Computing Center
National Electronics and Computer Technology Center (NECTEC)
Bangkok, Thailand

People who think they know everything are very irritating to those
of us who do. ---Anonymous

Jazz and Trek Rule!!!

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

I just had a similar problem. /usr/local/grass-5.0b/bin/grass5 not
found.

Using touch && chmod the problem was resolved. So, what's supposed to
make this "grass5" file if 'init' doesn't?

--
/bin/sh ~/.signature:
Command not found

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

On Thu, Oct 12, 2000 at 12:05:51PM +0700, Justin Hickey wrote:

Hello Huidae

grass@intevation.de wrote:
>
> Date: Wednesday October 11, 2000 @ 16:20
> Author: cho
>
> Update of /grassrepository/grass/src/general/init
> In directory intevation.de:/tmp/cvs-serv8316
>
> Modified Files:
> Gmakefile
> Log Message:
> create $(BIN)/grass5 shell first then
> if $(UNIX_BIN)/grass5 exists and writeable copy $(BIN)/grass5 to
> $(UNIX_BIN)/grass5.
>
> This process is useful for non-root GRASS install. Only $(BIN) is
> required to be writeable.

This change has caused a crash on my system. Here is the error message
that was reported.

GISGEN: src/general/init - Thu Oct 12 11:50:49 TST 2000

#################################################################
/usr1/grass/grass64/grass/src/general/init
  mkdir OBJ.mips-sgi-irix6.5
  make -f OBJ.mips-sgi-irix6.5/make.rules

/usr1/grass/grass64/grass/bin/grass5 not found
*** Error code 1 (bu21)
GISGEN failure at STEP: src/general/init

Please check your changes. This module compiled fine for me before. I'm
not sure what the problem is but my definitions of BIN and UNIX_BIN are
as follows (if this helps)

BIN = /usr1/grass/grass64/grass/bin
UNIX_BIN = /usr1/grass/grass64/grass/bin

As you can see they are the same.

Hi Huidae, hi Justin,

just to report: now it compiles o.k. (thanks to your new patch).

Markus

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'