[GRASS-user] gis.m compile error in latest cvs

Moskovitz, Bob Bob.Moskovitz at conservation.ca.gov
Thu Nov 1 00:53:32 EDT 2007


Thanks Glynn for the info.  I added the options to my .cvsrc file and I was able to update from cvs and compile without any problems.


-----Original Message-----
From: Glynn Clements [mailto:glynn at gclements.plus.com]
Sent: Wed 10/31/2007 6:27 PM
To: Moskovitz, Bob
Cc: Grassuser (E-mail)
Subject: Re: [GRASS-user] gis.m compile error in latest cvs
 

Moskovitz, Bob wrote:

> I just tried to compile grass fresh from cvs and got the error below when I tried to compile it.  
>  
> Bob
>  
> if [ ! -d /home/bobm/src/gis/grass6/dist.x86_64-unknown-linux-gnu/etc/gm ]; then mkdir -p /home/bobm/src/gis/grass6/dist.x86_64-unknown-linux-gnu/etc/gm; fi; /usr/bin/install -c  description.html /home/bobm/src/gis/grass6/dist.x86_64-unknown-linux-gnu/docs/html/gis.m.html
> for file in *.tcl ; do /usr/bin/install -c  $file /home/bobm/src/gis/grass6/dist.x86_64-unknown-linux-gnu/etc/gm/ ; done
> for file in *.gif ; do /usr/bin/install -c  -m 644 $file /home/bobm/src/gis/grass6/dist.x86_64-unknown-linux-gnu/etc/gm/ ; done
> for file in docs/gm_*.html ; do /usr/bin/install -c  -m 644 $file /home/bobm/src/gis/grass6/dist.x86_64-unknown-linux-gnu/docs/html/ ; done
> /usr/bin/install: cannot stat `docs/gm_*.html': No such file or directory

I have no problems; the docs directory is definitely there.

Maybe you need "cvs update -d" to create the directories? Or you may
have updated just as the directory was being committed.

The -d update option is almost always desirable, so it should go into
your ~/.cvsrc file. Useful ~/.cvsrc options are:

	cvs -z3
	checkout -P
	update -dP
	diff -u

-- 
Glynn Clements <glynn at gclements.plus.com>





More information about the grass-user mailing list