[GRASS-user] 6.5svn make error

   I ran 'svn up' from the local source directory to get the latest and
greatest and it configured but fails at the end of building:

if [ 0 -eq 1 ] ; then make -C locale; fi
cp -f AUTHORS COPYING CHANGES REQUIREMENTS.html GPL.TXT contributors.csv
contributors_extra.csv translators.csv
/home/rshepard/GIS/GRASS/grass-6.5svn/dist./
cp -f /home/rshepard/GIS/GRASS/grass-6.5svn/bin./grass65
/home/rshepard/GIS/GRASS/grass-6.5svn/dist./grass65.tmp
/usr/bin/ginstall -c tools/mkhtml.sh
/home/rshepard/GIS/GRASS/grass-6.5svn/dist./tools/ 2>/dev/null
mkdir: cannot create directory
/home/rshepard/GIS/GRASS/grass-6.5svn/dist./tools/g.html2man/': File exists
make: *** [default] Error 1

   Haven't seen this before. Please point me to the fix so I can build 6.5.

TIA,

Rich

Rich wrote:

I ran 'svn up' from the local
source directory to get the latest and
greatest and it configured but fails at the end of
building:

if [ 0 -eq 1 ] ; then make -C locale; fi
cp -f AUTHORS COPYING CHANGES REQUIREMENTS.html GPL.TXT
contributors.csv
contributors_extra.csv translators.csv
/home/rshepard/GIS/GRASS/grass-6.5svn/dist./
cp -f /home/rshepard/GIS/GRASS/grass-6.5svn/bin./grass65

...

for some reason $ARCH is missing from the path names.

when you run ./configure, what does this line say?

GRASS is now configured for: [...]

Hamish

On Fri, 20 May 2011, Hamish wrote:

for some reason $ARCH is missing from the path names.

Hamish,

   Hmm-m-m.

when you run ./configure, what does this line say?

GRASS is now configured for: i686-pc-linux-gnu

Rich

On Fri, 20 May 2011, Hamish wrote:

for some reason $ARCH is missing from the path names.

Hamish,

   Rather than using 'svn up', I used the full checkout command. Only a
handful of files were updated, but the build completed without error.

Rich