[GRASS5] FW: error messages from GRASS compilation - fedora core 4

We've successfully compiled grass 6.1 on our fedora core 4 workstation
several times over the past few weeks.

Today, when we tried it with an update from the cvs this morning, we hit an
error we haven't seen before with the lister.

I've copied it below, along with the output of running make in the lister
directory.

Could anyone advise?

Thanks
Michael
______________________________
Michael Barton, Professor of Anthropology
School of Human Evolution and Social Change
Arizona State University
Tempe, AZ 85287-2402
USA

voice: 480-965-6262; fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton

------ Forwarded Message

From: Isaac Ullah <isaac.ullah@asu.edu>
Date: Wed, 19 Oct 2005 12:02:07 -0700
To: Michael Barton <Michael.Barton@asu.edu>
Subject: error messages from GRASS compilation

Michael,

The error messages recieved when running "make" for the newly updated
GRASS source code are below:

Started compilation: Wed Oct 19 11:45:25 MST 2005
--
Errors in:
/root/grass-6.1.cvs_src_snapshot_2005_08_27/general/manage/lister
--
Finished compilation: Wed Oct 19 11:51:49 MST 2005
(In case of errors please change into the directory with error and run
'make')
[root@ANTHMLDLAB1 grass-6.1.cvs_src_snapshot_2005_08_27]# cd general
[root@ANTHMLDLAB1 general]# cd manage
[root@ANTHMLDLAB1 manage]# ls
cmd CVS lib lister list.h Makefile
[root@ANTHMLDLAB1 manage]# cd lister
[root@ANTHMLDLAB1 lister]# make
gcc -Wl,--export-dynamic -L/usr/lib
-L/root/grass-6.1.cvs_src_snapshot_2005_08_27/dist.i686-pc-linux-gnu/lib
-Wl,-rpath-link,/root/grass-6.1.cvs_src_snapshot_2005_08_27/dist.i686-pc-linux
-gnu/lib
-L/usr/lib -o
/root/grass-6.1.cvs_src_snapshot_2005_08_27/dist.i686-pc-linux-gnu/etc/lister/
cell
OBJ.i686-pc-linux-gnu/cell.o -lgrass_vect -lgrass_dig2 -lgrass_dgl
-lgrass_rtree -lgrass_linkm -lgrass_dbmiclient -lgrass_dbmibase
-L/usr/local/lib -lgdal -lgrass_dbmiclient -lgrass_dbmibase -lgrass_gis
-lgrass_datetime -lz -lm -lz
/usr/bin/ld: cannot open output file
/root/grass-6.1.cvs_src_snapshot_2005_08_27/dist.i686-pc-linux-gnu/etc/lister/
cell:
No such file or directory
collect2: ld returned 1 exit status
make: ***
[/root/grass-6.1.cvs_src_snapshot_2005_08_27/dist.i686-pc-linux-gnu/etc/lister
/cell]
Error 1
[root@ANTHMLDLAB1 lister]# ls
cell.c CVS Makefile OBJ.i686-pc-linux-gnu vector.c

------ End of Forwarded Message

Michael Barton wrote:

We've successfully compiled grass 6.1 on our fedora core 4 workstation
several times over the past few weeks.

Today, when we tried it with an update from the cvs this morning, we hit an
error we haven't seen before with the lister.

I've copied it below, along with the output of running make in the lister
directory.

Could anyone advise?

There was a bug in the general/manage/lister/Makefile. Fixed now in CVS
(maybe it should be done in a different
way, but it seems to work now).

Markus