[GRASS5] Pre April/2001 'grass5' mailing list messages?

Thanks to Morten Hulden we have 4000 mails more in the grass5 list archive.
The old mails 1999-4/2001 from the "minordomo" times are mostly
restored:
http://grass.itc.it/pipermail/grass5/

A few messages seem to be missing due to downtimes of Morten's server,
may I ask to check your archives for

    pre- April 2000 'grass5' emails?

Then we could try to get that complete and ask the 'gmane.org' people
to archive all 'grass5' mails back to 1999.

BTW: Also 140 'sqlgrass' mails we have restored.

Markus

How to conditionalize the GDAL check?

H

-----------------------------------------------------------------------
File: [Grass] / grass / src / scripts / contrib / Gmakefile
Revision: 1.29, Fri Sep 19 10:19:41 2003 UTC (3 days ago) by markus
Branch: MAIN
CVS Tags: HEAD
Changes since 1.28: +1 -0 lines

added r.out.gdal
-----------------------------------------------------------------------

latest GRASS 5.3 CVS:

./configure --without-gdal
make

[...]
#################################################################
/usr/src/grass/grass53-CVS/src/scripts/contrib/i.spectral
  make -f OBJ.i686-pc-linux-gnu/make.rules

make[1]: Entering directory `/usr/src/grass/grass53-CVS/src/scripts/contrib/i.spectral'
cp i.spectral /usr/src/grass/grass53-CVS/dist.i686-pc-linux-gnu/scripts
make[1]: Leaving directory `/usr/src/grass/grass53-CVS/src/scripts/contrib/i.spectral'
cp i.image.mosaic/i.image.mosaic /usr/src/grass/grass53-CVS/dist.i686-pc-linux-gnu/scripts
cp i.tasscap/i.tasscap.tm4 /usr/src/grass/grass53-CVS/dist.i686-pc-linux-gnu/scripts
cp i.tasscap/i.tasscap.tm5 /usr/src/grass/grass53-CVS/dist.i686-pc-linux-gnu/scripts
cp i.tm.dehaze/i.tm.dehaze /usr/src/grass/grass53-CVS/dist.i686-pc-linux-gnu/scripts
cp ps.add.pagesize/ps.add.pagesize /usr/src/grass/grass53-CVS/dist.i686-pc-linux-gnu/scripts
cp r.edge.dig/r.edge.dig /usr/src/grass/grass53-CVS/dist.i686-pc-linux-gnu/scripts
cp r.fillnulls/r.fillnulls /usr/src/grass/grass53-CVS/dist.i686-pc-linux-gnu/scripts
cp r.mpatch/r.mpatch /usr/src/grass/grass53-CVS/dist.i686-pc-linux-gnu/scripts
cp r.out.bil/r.out.bil /usr/src/grass/grass53-CVS/dist.i686-pc-linux-gnu/scripts
cp r.out.gdal/r.out.gdal /usr/src/grass/grass53-CVS/dist.i686-pc-linux-gnu/scripts
cp: cannot stat `r.out.gdal/r.out.gdal': No such file or directory
make: *** [all] Error 1

On Mon, Sep 22, 2003 at 10:25:08PM +1200, Hamish wrote:

How to conditionalize the GDAL check?

It's just a script and doesn't need to be conditionalized.
I assume that you forgot to use '-dP' to get the
subdirectory. Possible?

[...]

cp r.out.bil/r.out.bil /usr/src/grass/grass53-CVS/dist.i686-pc-linux-gnu/scripts
cp r.out.gdal/r.out.gdal /usr/src/grass/grass53-CVS/dist.i686-pc-linux-gnu/scripts
cp: cannot stat `r.out.gdal/r.out.gdal': No such file or directory
make: *** [all] Error 1

cd /usr/src/grass/grass53-CVS/src/scripts/contrib
cvs up -dP

...should solve the problem.

Markus

> How to conditionalize the GDAL check?

It's just a script and doesn't need to be conditionalized.
I assume that you forgot to use '-dP' to get the
subdirectory. Possible?

Very.

cd /usr/src/grass/grass53-CVS/src/scripts/contrib
cvs up -dP

...should solve the problem.

It does.

thanks,
Hamish