[GRASS5] Tag test 2

Hi all,

as I have tagged some missing directories for the stable tag
procedure tests, you will have to update your separate
"grass testbranch_5_0_0stable" tree like this:

cd testbranch_5_0_0stable # or whatever
cvs up -dP -r testbranch_5_0_0stable

(if you already checked it out).

Cheers

Markus

PS: For clarification: The cvsbranch.sh is only used to set the tags,
nothing else. So usually you won't run it. I just wanted to simplify
my tagging life.

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

Hi all,

again I had to add further directories to the pre-stable tree.
Now it seems to be complete (at least it compiles here).

Please update again (see below) and tell me, if the tagged
version is complete. Later, we make the release branch from this list of
files.

Cheers

Markus

On Tue, Mar 20, 2001 at 08:09:12PM +0000, Markus Neteler wrote:

Hi all,

as I have tagged some missing directories for the stable tag
procedure tests, you will have to update your separate
"grass testbranch_5_0_0stable" tree like this:

cd testbranch_5_0_0stable # or whatever
cvs up -dP -r testbranch_5_0_0stable

(if you already checked it out).

Cheers

Markus

PS: For clarification: The cvsbranch.sh is only used to set the tags,
nothing else. So usually you won't run it. I just wanted to simplify
my tagging life.

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

--
Markus Neteler * University of Hannover
Institute of Physical Geography and Landscape Ecology
Schneiderberg 50 * D-30167 Hannover * Germany
Tel: ++49-(0)511-762-4494 Fax: -3984

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

Hi Markus

Ok, I tested this and there are a few errors to report. First
src/raster/r.in.gdal requires a -shared option to the link line to
compile. This is a MIPSPro compiler option so I don't know if r.in.gdal
would compile properly on SGI with gcc. Also, I'm not sure just how to
handle this. I suppose this should be connected to configure somehow,
but I'm not sure how. If all else fails we can add a note in the INSTALL
file for SGI MIPSPro users.

Second, src.contrib/GMSL/NVIZ2.2 failed with the following error:

src/CMD/gmake5.0 src/libes/libimage
src/libes/libimage - directory not found
*** Error code 1 (bu21)
GISGEN failure at STEP: src.contrib/GMSL/NVIZ2.2

Third, src.garden/answers/src.answers/raster/r.fill.dir failed with the
following error:

src/CMD/gmake5.0 ../r.direct
./r.direct - directory not found
*** Error code 1 (bu21)
GISGEN failure at STEP: src.garden/answers/src.answers/raster/r.fill.dir

I don't know about these ones.

Other than that, grass runs and renders raster and vector files. But
that's all I tested. Hope this helps.

--
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'

Hi Justin,

On Thu, Mar 22, 2001 at 03:28:24PM +0700, Justin Hickey wrote:

Hi Markus

Ok, I tested this and there are a few errors to report. First
src/raster/r.in.gdal requires a -shared option to the link line to
compile. This is a MIPSPro compiler option so I don't know if r.in.gdal
would compile properly on SGI with gcc. Also, I'm not sure just how to
handle this. I suppose this should be connected to configure somehow,
but I'm not sure how. If all else fails we can add a note in the INSTALL
file for SGI MIPSPro users.

mhh, no idea. Hopefully Frank Warmerdam has a recommendation.

Second, src.contrib/GMSL/NVIZ2.2 failed with the following error:

src/CMD/gmake5.0 src/libes/libimage
src/libes/libimage - directory not found
*** Error code 1 (bu21)
GISGEN failure at STEP: src.contrib/GMSL/NVIZ2.2

Ok, I have added it to cvsbranch.sh.
You may check that out using the "testbranch_5_0_0stable" tag.

Third, src.garden/answers/src.answers/raster/r.fill.dir failed with the
following error:

src/CMD/gmake5.0 ../r.direct
./r.direct - directory not found
*** Error code 1 (bu21)
GISGEN failure at STEP: src.garden/answers/src.answers/raster/r.fill.dir

I don't know about these ones.

Yes, known problem. Roger Miller currently improves r.fill.dir, hopefully
we have a working version in a few days which will go into
src/raster/r.fill.dir
Then this bug will disappear (and the r.fill.dir run with FP).

Other than that, grass runs and renders raster and vector files. But
that's all I tested. Hope this helps.

Perfect. Seems we have it complete. I could compile as well.

Helena, did the Solaris2.8 bug disappear using my patch?

Regards

Markus

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

Hi Markus

Markus Neteler wrote:

On Thu, Mar 22, 2001 at 03:28:24PM +0700, Justin Hickey wrote:
> Second, src.contrib/GMSL/NVIZ2.2 failed with the following error:
>
> src/CMD/gmake5.0 src/libes/libimage
> src/libes/libimage - directory not found
> *** Error code 1 (bu21)
> GISGEN failure at STEP: src.contrib/GMSL/NVIZ2.2
Ok, I have added it to cvsbranch.sh.
You may check that out using the "testbranch_5_0_0stable" tag.

Another error now for NVIZ

src/CMD/gmake5.0 src/libes/ogsf
src/libes/ogsf - directory not found
*** Error code 1 (bu21)
GISGEN failure at STEP: src.contrib/GMSL/NVIZ2.2

--
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'

On Thu, Mar 22, 2001 at 05:08:05PM +0700, Justin Hickey wrote:

Hi Markus

Markus Neteler wrote:
> On Thu, Mar 22, 2001 at 03:28:24PM +0700, Justin Hickey wrote:
> > Second, src.contrib/GMSL/NVIZ2.2 failed with the following error:
> >
> > src/CMD/gmake5.0 src/libes/libimage
> > src/libes/libimage - directory not found
> > *** Error code 1 (bu21)
> > GISGEN failure at STEP: src.contrib/GMSL/NVIZ2.2
> Ok, I have added it to cvsbranch.sh.
> You may check that out using the "testbranch_5_0_0stable" tag.

Another error now for NVIZ

src/CMD/gmake5.0 src/libes/ogsf
src/libes/ogsf - directory not found
*** Error code 1 (bu21)
GISGEN failure at STEP: src.contrib/GMSL/NVIZ2.2

Thanks, added and tagged. Please retry...

Markus

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

Hi Markus

Markus Neteler wrote:

Thanks, added and tagged. Please retry...

OK, everything compiled except r.fill.dir. I was able to run NVIZ and I
tested rendering raster and vector commands. All seems well.

--
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'