[GRASS5] GRASS 6.0.2RC3 released

GRASS 6.0.2RC3 released

Two important fixes made it necessary to create a new
package.

GRASS 6.0.2RC3 was released today:
     http://grass.itc.it/grass60/source/
       12043 Jan 3 14:12 AUTHORS
      134279 Jan 3 14:12 ChangeLog_6.0.2RC3.gz
          56 Jan 3 14:12 grass-6.0.2RC3.md5sum
     8655932 Jan 3 14:12 grass-6.0.2RC3.tar.gz
        6687 Jan 3 14:12 INSTALL
        6489 Jan 3 14:12 REQUIREMENTS.html
       10343 Jan 3 14:12 SUBMITTING

It will be available from the mirror sites within
48h from now.

New in RC3:
    * bugfix for 'builddemolocation target' in Makefile
      when building as root (RPMs etc)
    * version year fixed to 2006

Please test as much as possible. If everything works
as expected, we can release it officially, otherwise
a release candidate 4 will be necessary.

Announcement with list of changes:
http://grass.itc.it/announces/announce_grass602.html

Best regards

Markus

On Tue, Jan 03, 2006 at 02:20:22PM +0100, Markus Neteler wrote:

GRASS 6.0.2RC3 released

...

    * bugfix for 'builddemolocation target' in Makefile
      when building as root (RPMs etc)

Unfortunately I still have the following problem:

[root@bild-mandriva2006 dist.i686-pc-linux-gnu]# ls -l dist.i686-pc-linux-gnu/
insgesamt 40
drwxr-sr-x 3 1338 204 4096 Jan 3 14:21 demolocation/
drwxr-xr-x 3 root root 4096 Jan 3 14:22 docs/
drwxr-xr-x 4 root root 4096 Jan 3 14:22 bwidget/
drwxr-xr-x 2 root root 4096 Jan 3 14:22 fonts/
[...]

Although 'tar' is used in the 'builddemolocation' target in the
main Makefile, the owner is still preserved (1338 above).
It must be the owner compiling GRASS (here, root), otherwise the
virtual session to generate the HTML manuals fails.

Any ideas?

Should
id -un
be used to make a chown of demolocation/ after copying it?

Markus

Markus Neteler wrote:

> GRASS 6.0.2RC3 released
...
> * bugfix for 'builddemolocation target' in Makefile
> when building as root (RPMs etc)

Unfortunately I still have the following problem:

[root@bild-mandriva2006 dist.i686-pc-linux-gnu]# ls -l dist.i686-pc-linux-gnu/
insgesamt 40
drwxr-sr-x 3 1338 204 4096 Jan 3 14:21 demolocation/
drwxr-xr-x 3 root root 4096 Jan 3 14:22 docs/
drwxr-xr-x 4 root root 4096 Jan 3 14:22 bwidget/
drwxr-xr-x 2 root root 4096 Jan 3 14:22 fonts/
[...]

Although 'tar' is used in the 'builddemolocation' target in the
main Makefile, the owner is still preserved (1338 above).
It must be the owner compiling GRASS (here, root), otherwise the
virtual session to generate the HTML manuals fails.

Any ideas?

       -o, --no-same-owner
              do not attempt to restore ownership when extracting; -o exhibits
              this behavior when extracting an archive

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

On Tue, Jan 03, 2006 at 05:13:44PM +0000, Glynn Clements wrote:

Markus Neteler wrote:

> > GRASS 6.0.2RC3 released
> ...
> > * bugfix for 'builddemolocation target' in Makefile
> > when building as root (RPMs etc)
>
> Unfortunately I still have the following problem:
>
> [root@bild-mandriva2006 dist.i686-pc-linux-gnu]# ls -l dist.i686-pc-linux-gnu/
> insgesamt 40
> drwxr-sr-x 3 1338 204 4096 Jan 3 14:21 demolocation/
> drwxr-xr-x 3 root root 4096 Jan 3 14:22 docs/
> drwxr-xr-x 4 root root 4096 Jan 3 14:22 bwidget/
> drwxr-xr-x 2 root root 4096 Jan 3 14:22 fonts/
> [...]
>
> Although 'tar' is used in the 'builddemolocation' target in the
> main Makefile, the owner is still preserved (1338 above).
> It must be the owner compiling GRASS (here, root), otherwise the
> virtual session to generate the HTML manuals fails.
>
> Any ideas?

       -o, --no-same-owner
              do not attempt to restore ownership when extracting; -o exhibits
              this behavior when extracting an archive

would you mind to apply it to CVS? I don't get it
working (maybe order of parameters or whatever).

Thanks

Markus

Markus Neteler wrote:

> > > GRASS 6.0.2RC3 released
> > ...
> > > * bugfix for 'builddemolocation target' in Makefile
> > > when building as root (RPMs etc)
> >
> > Unfortunately I still have the following problem:
> >
> > [root@bild-mandriva2006 dist.i686-pc-linux-gnu]# ls -l dist.i686-pc-linux-gnu/
> > insgesamt 40
> > drwxr-sr-x 3 1338 204 4096 Jan 3 14:21 demolocation/
> > drwxr-xr-x 3 root root 4096 Jan 3 14:22 docs/
> > drwxr-xr-x 4 root root 4096 Jan 3 14:22 bwidget/
> > drwxr-xr-x 2 root root 4096 Jan 3 14:22 fonts/
> > [...]
> >
> > Although 'tar' is used in the 'builddemolocation' target in the
> > main Makefile, the owner is still preserved (1338 above).
> > It must be the owner compiling GRASS (here, root), otherwise the
> > virtual session to generate the HTML manuals fails.
> >
> > Any ideas?
>
> -o, --no-same-owner
> do not attempt to restore ownership when extracting; -o exhibits
> this behavior when extracting an archive

would you mind to apply it to CVS? I don't get it
working (maybe order of parameters or whatever).

Done.

Someone on a system whose tar isn't GNU tar should check it for
compatibility.

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

On Wed, Jan 04, 2006 at 04:38:03PM +0000, Glynn Clements wrote:

Markus Neteler wrote:

> > > > GRASS 6.0.2RC3 released
> > > ...
> > > > * bugfix for 'builddemolocation target' in Makefile
> > > > when building as root (RPMs etc)
> > >
> > > Unfortunately I still have the following problem:
> > >
> > > [root@bild-mandriva2006 dist.i686-pc-linux-gnu]# ls -l dist.i686-pc-linux-gnu/
> > > insgesamt 40
> > > drwxr-sr-x 3 1338 204 4096 Jan 3 14:21 demolocation/
> > > drwxr-xr-x 3 root root 4096 Jan 3 14:22 docs/
> > > drwxr-xr-x 4 root root 4096 Jan 3 14:22 bwidget/
> > > drwxr-xr-x 2 root root 4096 Jan 3 14:22 fonts/
> > > [...]
> > >
> > > Although 'tar' is used in the 'builddemolocation' target in the
> > > main Makefile, the owner is still preserved (1338 above).
> > > It must be the owner compiling GRASS (here, root), otherwise the
> > > virtual session to generate the HTML manuals fails.
> > >
> > > Any ideas?
> >
> > -o, --no-same-owner
> > do not attempt to restore ownership when extracting; -o exhibits
> > this behavior when extracting an archive
>
> would you mind to apply it to CVS? I don't get it
> working (maybe order of parameters or whatever).

Done.

Thanks, also done for GRASS 6.0-CVS (for RC4 or final).

Someone on a system whose tar isn't GNU tar should check it for
compatibility.

Right.

Markus

Strange, in trying out 6.0.2RC3, I'm getting a compilation error on all machines that I haven't seen mention of:

[smitch@gracilis r.le.setup]$ make
Makefile:16: warning: overriding commands for target `clean'
../../../include/Make/Rules.make:35: warning: ignoring old commands for target `
clean'
echo "<HR>" >> r.le.setup.tmp.html
echo "<P><a href=index.html>Help Index</a>" >> r.le.setup.tmp.html
echo "</body></html>" >> r.le.setup.tmp.html
mkdir -p /home/smitch/src/grass-6.0.2RC3/dist.i686-pc-linux-gnu/docs/html
mv -f r.le.setup.tmp.html /home/smitch/src/grass-6.0.2RC3/dist.i686-pc-linux-gnu
/docs/html/r.le.setup.html
/usr/bin/install -c *.png *.jpg /home/smitch/src/grass-6.0.2RC3/dist.i686-pc-li
nux-gnu/docs/html 2> /dev/null ; true
make -C polytocell
make[1]: Entering directory `/home/smitch/src/grass-6.0.2RC3/raster/r.le/r.le.se
tup/polytocell'
gcc -Wl,--export-dynamic -L/home/smitch/src/grass-6.0.2RC3/dist.i686-pc-linux-gn
u/lib -o /home/smitch/src/grass-6.0.2RC3/dist.i686-pc-linux-gnu/bin/bmif_to_ce
ll bmf_to_cll.o -lgrass_gis -lgrass_datetime -lz -lm -lz
bmf_to_cll.o: file not recognized: File format not recognized
collect2: ld returned 1 exit status
make[1]: *** [/home/smitch/src/grass-6.0.2RC3/dist.i686-pc-linux-gnu/bin/bmif_to
_cell] Error 1
make[1]: Leaving directory `/home/smitch/src/grass-6.0.2RC3/raster/r.le/r.le.set
up/polytocell'
make: *** [default] Error 2
[smitch@gracilis r.le.setup]$ gcc --version
gcc (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)

The above is on a Fedora Core 2 machine - I got the same error on a FC4 machine. Also a similar error on a Mac (OS X 10.4, gcc 4):

[smitch@stipa:~/src/grass-6.0.2RC3/raster/r.le/r.le.setup]$ make
Makefile:16: warning: overriding commands for target `clean'
../../../include/Make/Rules.make:35: warning: ignoring old commands for target `clean'
echo "<HR>" >> r.le.setup.tmp.html
echo "<P><a href=index.html>Help Index</a>" >> r.le.setup.tmp.html
echo "</body></html>" >> r.le.setup.tmp.html
mkdir -p /Users/smitch/src/grass-6.0.2RC3/dist.powerpc-apple-darwin8.3.0/docs/html
mv -f r.le.setup.tmp.html /Users/smitch/src/grass-6.0.2RC3/dist.powerpc-apple-darwin8.3.0/docs/html/r.le.setup.html
/usr/bin/install -c *.png *.jpg /Users/smitch/src/grass-6.0.2RC3/dist.powerpc-apple-darwin8.3.0/docs/html 2> /dev/null ; true
make -C polytocell
gcc -L/usr/X11R6/lib -L/sw/lib -L/Users/smitch/src/grass-6.0.2RC3/dist.powerpc-apple-darwin8.3.0/lib -o /Users/smitch/src/grass-6.0.2RC3/dist.powerpc-apple-darwin8.3.0/bin/bmif_to_cell bmf_to_cll.o -lgrass_gis -lgrass_datetime -lz -lz
/usr/bin/ld: bmf_to_cll.o bad magic number (not a Mach-O file)
collect2: ld returned 1 exit status
make[1]: *** [/Users/smitch/src/grass-6.0.2RC3/dist.powerpc-apple-darwin8.3.0/bin/bmif_to_cell] Error 1
make: *** [default] Error 2

All other modules compiled cleanly.

Cheers,
Scott Mitchell

On 3-Jan-06, at 08:20, Markus Neteler wrote:

GRASS 6.0.2RC3 released

Two important fixes made it necessary to create a new
package.

GRASS 6.0.2RC3 was released today:
     http://grass.itc.it/grass60/source/
       12043 Jan 3 14:12 AUTHORS
      134279 Jan 3 14:12 ChangeLog_6.0.2RC3.gz
          56 Jan 3 14:12 grass-6.0.2RC3.md5sum
     8655932 Jan 3 14:12 grass-6.0.2RC3.tar.gz
        6687 Jan 3 14:12 INSTALL
        6489 Jan 3 14:12 REQUIREMENTS.html
       10343 Jan 3 14:12 SUBMITTING

It will be available from the mirror sites within
48h from now.

New in RC3:
    * bugfix for 'builddemolocation target' in Makefile
      when building as root (RPMs etc)
    * version year fixed to 2006

Please test as much as possible. If everything works
as expected, we can release it officially, otherwise
a release candidate 4 will be necessary.

Announcement with list of changes:
http://grass.itc.it/announces/announce_grass602.html

Best regards

Markus

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

gigi lol!
Huh, hi!

somebody created "cool" 6.0.2RC3 version - precompiled source :wink:
Download rc3 from grass.itc.it, untar, ls
raster/r.le/r.le.setup/polytocell will give not only *.c but also *.o
:slight_smile: This version is compiled for AMD64.

Solution: before make run make clean.

Nice day 2 all.
Maris.

2006/1/6, Scott Mitchell <smitch@mac.com>:

Strange, in trying out 6.0.2RC3, I'm getting a compilation error on
all machines that I haven't seen mention of:

[smitch@gracilis r.le.setup]$ make
Makefile:16: warning: overriding commands for target `clean'
../../../include/Make/Rules.make:35: warning: ignoring old commands
for target `
clean'
echo "<HR>" >> r.le.setup.tmp.html
echo "<P><a href=index.html>Help Index</a>" >> r.le.setup.tmp.html
echo "</body></html>" >> r.le.setup.tmp.html
mkdir -p /home/smitch/src/grass-6.0.2RC3/dist.i686-pc-linux-gnu/docs/
html
mv -f r.le.setup.tmp.html /home/smitch/src/grass-6.0.2RC3/dist.i686-
pc-linux-gnu
/docs/html/r.le.setup.html
/usr/bin/install -c *.png *.jpg /home/smitch/src/grass-6.0.2RC3/
dist.i686-pc-li
nux-gnu/docs/html 2> /dev/null ; true
make -C polytocell
make[1]: Entering directory `/home/smitch/src/grass-6.0.2RC3/raster/
r.le/r.le.se
tup/polytocell'
gcc -Wl,--export-dynamic -L/home/smitch/src/grass-6.0.2RC3/dist.i686-
pc-linux-gn
u/lib -o /home/smitch/src/grass-6.0.2RC3/dist.i686-pc-linux-gnu/bin/
bmif_to_ce
ll bmf_to_cll.o -lgrass_gis -lgrass_datetime -lz -lm -lz
bmf_to_cll.o: file not recognized: File format not recognized
collect2: ld returned 1 exit status
make[1]: *** [/home/smitch/src/grass-6.0.2RC3/dist.i686-pc-linux-gnu/
bin/bmif_to
_cell] Error 1
make[1]: Leaving directory `/home/smitch/src/grass-6.0.2RC3/raster/
r.le/r.le.set
up/polytocell'
make: *** [default] Error 2
[smitch@gracilis r.le.setup]$ gcc --version
gcc (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)

The above is on a Fedora Core 2 machine - I got the same error on a
FC4 machine. Also a similar error on a Mac (OS X 10.4, gcc 4):

[smitch@stipa:~/src/grass-6.0.2RC3/raster/r.le/r.le.setup]$ make
Makefile:16: warning: overriding commands for target `clean'
../../../include/Make/Rules.make:35: warning: ignoring old commands
for target `clean'
echo "<HR>" >> r.le.setup.tmp.html
echo "<P><a href=index.html>Help Index</a>" >> r.le.setup.tmp.html
echo "</body></html>" >> r.le.setup.tmp.html
mkdir -p /Users/smitch/src/grass-6.0.2RC3/dist.powerpc-apple-
darwin8.3.0/docs/html
mv -f r.le.setup.tmp.html /Users/smitch/src/grass-6.0.2RC3/
dist.powerpc-apple-darwin8.3.0/docs/html/r.le.setup.html
/usr/bin/install -c *.png *.jpg /Users/smitch/src/grass-6.0.2RC3/
dist.powerpc-apple-darwin8.3.0/docs/html 2> /dev/null ; true
make -C polytocell
gcc -L/usr/X11R6/lib -L/sw/lib -L/Users/smitch/src/grass-6.0.2RC3/
dist.powerpc-apple-darwin8.3.0/lib -o /Users/smitch/src/
grass-6.0.2RC3/dist.powerpc-apple-darwin8.3.0/bin/bmif_to_cell
bmf_to_cll.o -lgrass_gis -lgrass_datetime -lz -lz
/usr/bin/ld: bmf_to_cll.o bad magic number (not a Mach-O file)
collect2: ld returned 1 exit status
make[1]: *** [/Users/smitch/src/grass-6.0.2RC3/dist.powerpc-apple-
darwin8.3.0/bin/bmif_to_cell] Error 1
make: *** [default] Error 2

All other modules compiled cleanly.

Cheers,
Scott Mitchell

On 3-Jan-06, at 08:20, Markus Neteler wrote:

> GRASS 6.0.2RC3 released
>
> Two important fixes made it necessary to create a new
> package.
>
> GRASS 6.0.2RC3 was released today:
> http://grass.itc.it/grass60/source/
> 12043 Jan 3 14:12 AUTHORS
> 134279 Jan 3 14:12 ChangeLog_6.0.2RC3.gz
> 56 Jan 3 14:12 grass-6.0.2RC3.md5sum
> 8655932 Jan 3 14:12 grass-6.0.2RC3.tar.gz
> 6687 Jan 3 14:12 INSTALL
> 6489 Jan 3 14:12 REQUIREMENTS.html
> 10343 Jan 3 14:12 SUBMITTING
>
> It will be available from the mirror sites within
> 48h from now.
>
> New in RC3:
> * bugfix for 'builddemolocation target' in Makefile
> when building as root (RPMs etc)
> * version year fixed to 2006
>
> Please test as much as possible. If everything works
> as expected, we can release it officially, otherwise
> a release candidate 4 will be necessary.
>
> Announcement with list of changes:
> http://grass.itc.it/announces/announce_grass602.html
>
> Best regards
>
> Markus
>
> _______________________________________________
> grass5 mailing list
> grass5@grass.itc.it
> http://grass.itc.it/mailman/listinfo/grass5

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

On Fri, Jan 06, 2006 at 11:20:14AM +0200, M?ris Narti?s wrote:

gigi lol!
Huh, hi!

somebody created "cool" 6.0.2RC3 version - precompiled source :wink:
Download rc3 from grass.itc.it, untar, ls
raster/r.le/r.le.setup/polytocell will give not only *.c but also *.o
:slight_smile: This version is compiled for AMD64.

Damn. This should not have happened.

Solution: before make run make clean.

No, the problem is that 'make clean' fails here.
I'll submit a fix and package RC4.

Markus

On Thu, Jan 05, 2006 at 05:16:39PM -0500, Scott Mitchell wrote:

Strange, in trying out 6.0.2RC3, I'm getting a compilation error on
all machines that I haven't seen mention of:

[smitch@gracilis r.le.setup]$ make
Makefile:16: warning: overriding commands for target `clean'
../../../include/Make/Rules.make:35: warning: ignoring old commands
for target `
clean'
echo "<HR>" >> r.le.setup.tmp.html
echo "<P><a href=index.html>Help Index</a>" >> r.le.setup.tmp.html
echo "</body></html>" >> r.le.setup.tmp.html
mkdir -p /home/smitch/src/grass-6.0.2RC3/dist.i686-pc-linux-gnu/docs/
html
mv -f r.le.setup.tmp.html /home/smitch/src/grass-6.0.2RC3/dist.i686-
pc-linux-gnu
/docs/html/r.le.setup.html
/usr/bin/install -c *.png *.jpg /home/smitch/src/grass-6.0.2RC3/
dist.i686-pc-li
nux-gnu/docs/html 2> /dev/null ; true
make -C polytocell
make[1]: Entering directory `/home/smitch/src/grass-6.0.2RC3/raster/
r.le/r.le.se
tup/polytocell'
gcc -Wl,--export-dynamic -L/home/smitch/src/grass-6.0.2RC3/dist.i686-
pc-linux-gn
u/lib -o /home/smitch/src/grass-6.0.2RC3/dist.i686-pc-linux-gnu/bin/
bmif_to_ce
ll bmf_to_cll.o -lgrass_gis -lgrass_datetime -lz -lm -lz
bmf_to_cll.o: file not recognized: File format not recognized
collect2: ld returned 1 exit status
make[1]: *** [/home/smitch/src/grass-6.0.2RC3/dist.i686-pc-linux-gnu/
bin/bmif_to
_cell] Error 1
make[1]: Leaving directory `/home/smitch/src/grass-6.0.2RC3/raster/
r.le/r.le.set
up/polytocell'
make: *** [default] Error 2
[smitch@gracilis r.le.setup]$ gcc --version
gcc (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)

Scott,

this are leftover files from my last test before posting
the release candidate. The Makefile there was lacking a
functional celan target, I have fixed that now in CVS.

To continue, you simply need to remove the .o files in that
directory.

Please let us know if other problems arise with RC3.

...

All other modules compiled cleanly.

Very good. Could you also do some tests?
At bottom of my "GRASS workshop at OSG'05" web page
http://mpa.itc.it/markus/osg05/
you find some suggestions:
-> A protocol to test the GRASS6/QGIS etc installations:
    http://mpa.itc.it/markus/osg05/testing_grass6_software.txt

Markus

Great. I can confirm that RC4 fixed the object file problem, and I got a completely clean compile. I'll run some tests tomorrow.

Cheers,
Scott

----
Scott Mitchell, Assistant Professor, Carleton University
Department of Geography & Environmental Studies, Loeb A209
Mailing: Loeb B349, 1125 Colonel By Dr., Ottawa, ON K1S 5B6 Canada
1-613-520-2600 x2695 Fax: 613-520-4301 Scott_Mitchell@carleton.ca

On Jan 6, 2006, at 13:24, Markus Neteler wrote:

On Thu, Jan 05, 2006 at 05:16:39PM -0500, Scott Mitchell wrote:

Strange, in trying out 6.0.2RC3, I'm getting a compilation error on
all machines that I haven't seen mention of:

[smitch@gracilis r.le.setup]$ make
Makefile:16: warning: overriding commands for target `clean'
../../../include/Make/Rules.make:35: warning: ignoring old commands
for target `
clean'
echo "<HR>" >> r.le.setup.tmp.html
echo "<P><a href=index.html>Help Index</a>" >> r.le.setup.tmp.html
echo "</body></html>" >> r.le.setup.tmp.html
mkdir -p /home/smitch/src/grass-6.0.2RC3/dist.i686-pc-linux-gnu/docs/
html
mv -f r.le.setup.tmp.html /home/smitch/src/grass-6.0.2RC3/dist.i686-
pc-linux-gnu
/docs/html/r.le.setup.html
/usr/bin/install -c *.png *.jpg /home/smitch/src/grass-6.0.2RC3/
dist.i686-pc-li
nux-gnu/docs/html 2> /dev/null ; true
make -C polytocell
make[1]: Entering directory `/home/smitch/src/grass-6.0.2RC3/raster/
r.le/r.le.se
tup/polytocell'
gcc -Wl,--export-dynamic -L/home/smitch/src/grass-6.0.2RC3/dist.i686-
pc-linux-gn
u/lib -o /home/smitch/src/grass-6.0.2RC3/dist.i686-pc-linux-gnu/bin/
bmif_to_ce
ll bmf_to_cll.o -lgrass_gis -lgrass_datetime -lz -lm -lz
bmf_to_cll.o: file not recognized: File format not recognized
collect2: ld returned 1 exit status
make[1]: *** [/home/smitch/src/grass-6.0.2RC3/dist.i686-pc-linux-gnu/
bin/bmif_to
_cell] Error 1
make[1]: Leaving directory `/home/smitch/src/grass-6.0.2RC3/raster/
r.le/r.le.set
up/polytocell'
make: *** [default] Error 2
[smitch@gracilis r.le.setup]$ gcc --version
gcc (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)

Scott,

this are leftover files from my last test before posting
the release candidate. The Makefile there was lacking a
functional celan target, I have fixed that now in CVS.

To continue, you simply need to remove the .o files in that
directory.

Please let us know if other problems arise with RC3.

...

All other modules compiled cleanly.

Very good. Could you also do some tests?
At bottom of my "GRASS workshop at OSG'05" web page
http://mpa.itc.it/markus/osg05/
you find some suggestions:
-> A protocol to test the GRASS6/QGIS etc installations:
    http://mpa.itc.it/markus/osg05/testing_grass6_software.txt

Markus

RC4 compiled and ran fine for me under Linux FC2 and Mac OS 10.4. The only qualification is that I couldn't test things depending on GDAL-grass (e.g. loading a raster into GQIS), as I've managed to break that and am having troubles compiling the plugin. But GRASS itself is working fine, and QGIS loaded GRASS vectors fine. Also tried a few "random" raster processing modules.

Cheers,
Scott

----
Scott Mitchell, Assistant Professor, Carleton University
Department of Geography & Environmental Studies, Loeb A209
Mailing: Loeb B349, 1125 Colonel By Dr., Ottawa, ON K1S 5B6 Canada
1-613-520-2600 x2695 Fax: 613-520-4301 Scott_Mitchell@carleton.ca

On Jan 7, 2006, at 19:23, Scott Mitchell wrote:

Great. I can confirm that RC4 fixed the object file problem, and I got a completely clean compile. I'll run some tests tomorrow.

Cheers,
Scott

----
Scott Mitchell, Assistant Professor, Carleton University
Department of Geography & Environmental Studies, Loeb A209
Mailing: Loeb B349, 1125 Colonel By Dr., Ottawa, ON K1S 5B6 Canada
1-613-520-2600 x2695 Fax: 613-520-4301 Scott_Mitchell@carleton.ca

On Jan 6, 2006, at 13:24, Markus Neteler wrote:

On Thu, Jan 05, 2006 at 05:16:39PM -0500, Scott Mitchell wrote:

Strange, in trying out 6.0.2RC3, I'm getting a compilation error on
all machines that I haven't seen mention of:

[smitch@gracilis r.le.setup]$ make
Makefile:16: warning: overriding commands for target `clean'
../../../include/Make/Rules.make:35: warning: ignoring old commands
for target `
clean'
echo "<HR>" >> r.le.setup.tmp.html
echo "<P><a href=index.html>Help Index</a>" >> r.le.setup.tmp.html
echo "</body></html>" >> r.le.setup.tmp.html
mkdir -p /home/smitch/src/grass-6.0.2RC3/dist.i686-pc-linux-gnu/docs/
html
mv -f r.le.setup.tmp.html /home/smitch/src/grass-6.0.2RC3/dist.i686-
pc-linux-gnu
/docs/html/r.le.setup.html
/usr/bin/install -c *.png *.jpg /home/smitch/src/grass-6.0.2RC3/
dist.i686-pc-li
nux-gnu/docs/html 2> /dev/null ; true
make -C polytocell
make[1]: Entering directory `/home/smitch/src/grass-6.0.2RC3/raster/
r.le/r.le.se
tup/polytocell'
gcc -Wl,--export-dynamic -L/home/smitch/src/grass-6.0.2RC3/dist.i686-
pc-linux-gn
u/lib -o /home/smitch/src/grass-6.0.2RC3/dist.i686-pc-linux-gnu/bin/
bmif_to_ce
ll bmf_to_cll.o -lgrass_gis -lgrass_datetime -lz -lm -lz
bmf_to_cll.o: file not recognized: File format not recognized
collect2: ld returned 1 exit status
make[1]: *** [/home/smitch/src/grass-6.0.2RC3/dist.i686-pc-linux-gnu/
bin/bmif_to
_cell] Error 1
make[1]: Leaving directory `/home/smitch/src/grass-6.0.2RC3/raster/
r.le/r.le.set
up/polytocell'
make: *** [default] Error 2
[smitch@gracilis r.le.setup]$ gcc --version
gcc (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)

Scott,

this are leftover files from my last test before posting
the release candidate. The Makefile there was lacking a
functional celan target, I have fixed that now in CVS.

To continue, you simply need to remove the .o files in that
directory.

Please let us know if other problems arise with RC3.

...

All other modules compiled cleanly.

Very good. Could you also do some tests?
At bottom of my "GRASS workshop at OSG'05" web page
http://mpa.itc.it/markus/osg05/
you find some suggestions:
-> A protocol to test the GRASS6/QGIS etc installations:
    http://mpa.itc.it/markus/osg05/testing_grass6_software.txt

Markus

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