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 <[EMAIL PROTECTED]>

_______________________________________________
grassuser mailing list
grassuser@grass.itc.it
http://grass.itc.it/mailman/listinfo/grassuser

Reply via email to