Re: [GRASS-dev] compiling in debian 8 fails in r.sunmask and r.support

2018-02-23 Thread Helmut Kudrnovsky
Helmut Kudrnovsky wrote
> hi,
> 
> fresh svn up and make clean, any idea why compilations may fail:
> 
> --
> Started compilation: Fr 23. Feb 16:55:33 CET 2018
> --
> Errors in:
> /home/bugs/dev/cpp/grass7_trunk/raster/r.sunmask
> /home/bugs/dev/cpp/grass7_trunk/raster/r.support
> --
> In case of errors please change into the directory with error and run
> 'make'.
> If you get multiple errors, you need to deal with them in the order they
> appear in the error log. If you get an error building a library, you will
> also get errors from anything which uses the library.
> --
> Finished compilation: Fr 23. Feb 17:08:15 CET 2018
> Makefile:57: die Regel für Ziel „default“ scheiterte
> make: *** [default] Fehler 1
> bugs@nada:~/dev/cpp/grass7_trunk$ cd raster/r.sun
> r.sun/  r.sunhours/ r.sunmask/  
> bugs@nada:~/dev/cpp/grass7_trunk$ cd raster/r.sunmask/
> bugs@nada:~/dev/cpp/grass7_trunk/raster/r.sunmask$ make
> if [
> "/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin/r.sunmask"
> !=
> "" ] ; then
> GISRC=/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/demolocation/.grassrc75
> GISBASE=/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu
> PATH="/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/scripts:$PATH"
> PYTHONPATH="/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/etc/python:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/gui/wxpython:$PYTHONPATH"
> LD_LIBRARY_PATH="/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/scripts:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/lib:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/lib:"
> LC_ALL=C LANG=C LANGUAGE=C
> /home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin/r.sunmask
> --html-description < /dev/null | grep -v '
> 
> \|
> 
> ' >
> r.sunmask.tmp.html ; fi
> /bin/sh: 1:
> /home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin/r.sunmask:
> Permission denied
> ../../include/Make/Html.make:14: die Regel für Ziel „r.sunmask.tmp.html“
> scheiterte
> make: *** [r.sunmask.tmp.html] Fehler 1
> rm r.sunmask.tmp.html
> bugs@nada:~/dev/cpp/grass7_trunk/raster/r.sunmask$ cd ..
> bugs@nada:~/dev/cpp/grass7_trunk/raster$ cd r.support
> bugs@nada:~/dev/cpp/grass7_trunk/raster/r.support$ make
> if [
> "/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin/r.support"
> !=
> "" ] ; then
> GISRC=/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/demolocation/.grassrc75
> GISBASE=/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu
> PATH="/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/scripts:$PATH"
> PYTHONPATH="/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/etc/python:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/gui/wxpython:$PYTHONPATH"
> LD_LIBRARY_PATH="/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/scripts:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/lib:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/lib:"
> LC_ALL=C LANG=C LANGUAGE=C
> /home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin/r.support
> --html-description < /dev/null | grep -v '
> 
> \|
> 
> ' >
> r.support.tmp.html ; fi
> /bin/sh: 1:
> /home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin/r.support:
> Permission denied
> ../../include/Make/Html.make:14: die Regel für Ziel „r.support.tmp.html“
> scheiterte
> make: *** [r.support.tmp.html] Fehler 1
> rm r.support.tmp.html
> bugs@nada:~/dev/cpp/grass7_trunk/raster/r.support$ 
> 
> 
> 
> 
> -
> best regards
> Helmut
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Dev-f3991897.html
> ___
> grass-dev mailing list

> grass-dev@.osgeo

> https://lists.osgeo.org/mailman/listinfo/grass-dev

sorry for the noise, a second make clean/make distclean helped; compiling
now without an issue



-
best regards
Helmut
--
Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Dev-f3991897.html
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] compiling in debian 8 fails in r.sunmask and r.support

2018-02-23 Thread Helmut Kudrnovsky
hi,

fresh svn up and make clean, any idea why compilations may fail:

--
Started compilation: Fr 23. Feb 16:55:33 CET 2018
--
Errors in:
/home/bugs/dev/cpp/grass7_trunk/raster/r.sunmask
/home/bugs/dev/cpp/grass7_trunk/raster/r.support
--
In case of errors please change into the directory with error and run
'make'.
If you get multiple errors, you need to deal with them in the order they
appear in the error log. If you get an error building a library, you will
also get errors from anything which uses the library.
--
Finished compilation: Fr 23. Feb 17:08:15 CET 2018
Makefile:57: die Regel für Ziel „default“ scheiterte
make: *** [default] Fehler 1
bugs@nada:~/dev/cpp/grass7_trunk$ cd raster/r.sun
r.sun/  r.sunhours/ r.sunmask/  
bugs@nada:~/dev/cpp/grass7_trunk$ cd raster/r.sunmask/
bugs@nada:~/dev/cpp/grass7_trunk/raster/r.sunmask$ make
if [
"/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin/r.sunmask" !=
"" ] ; then
GISRC=/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/demolocation/.grassrc75
GISBASE=/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu
PATH="/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/scripts:$PATH"
PYTHONPATH="/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/etc/python:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/gui/wxpython:$PYTHONPATH"
LD_LIBRARY_PATH="/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/scripts:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/lib:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/lib:"
LC_ALL=C LANG=C LANGUAGE=C
/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin/r.sunmask
--html-description < /dev/null | grep -v '\|' >
r.sunmask.tmp.html ; fi
/bin/sh: 1:
/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin/r.sunmask:
Permission denied
../../include/Make/Html.make:14: die Regel für Ziel „r.sunmask.tmp.html“
scheiterte
make: *** [r.sunmask.tmp.html] Fehler 1
rm r.sunmask.tmp.html
bugs@nada:~/dev/cpp/grass7_trunk/raster/r.sunmask$ cd ..
bugs@nada:~/dev/cpp/grass7_trunk/raster$ cd r.support
bugs@nada:~/dev/cpp/grass7_trunk/raster/r.support$ make
if [
"/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin/r.support" !=
"" ] ; then
GISRC=/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/demolocation/.grassrc75
GISBASE=/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu
PATH="/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/scripts:$PATH"
PYTHONPATH="/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/etc/python:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/gui/wxpython:$PYTHONPATH"
LD_LIBRARY_PATH="/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/scripts:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/lib:/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/lib:"
LC_ALL=C LANG=C LANGUAGE=C
/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin/r.support
--html-description < /dev/null | grep -v '\|' >
r.support.tmp.html ; fi
/bin/sh: 1:
/home/bugs/dev/cpp/grass7_trunk/dist.x86_64-pc-linux-gnu/bin/r.support:
Permission denied
../../include/Make/Html.make:14: die Regel für Ziel „r.support.tmp.html“
scheiterte
make: *** [r.support.tmp.html] Fehler 1
rm r.support.tmp.html
bugs@nada:~/dev/cpp/grass7_trunk/raster/r.support$ 




-
best regards
Helmut
--
Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Dev-f3991897.html
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev