If I compile the latest GRASS v7, 'make' gets to a point in the compile
and stops indefinitely. Does this happen for anyone else?
(I would report it in trac, but I don't have my password with me and it
sounds difficult to reset.)
Configure:
./configure --with-freetype
--with-freetype-includes=/usr/local/include/freetype2 --with-opengl=aqua
--without-tcltk --with-libs=/usr/local/lib --enable-64bit --enable-shared
--with-cxx --with-python --with-openmp --with-sqlite
Make:
[...]
VERSION_NUMBER=7.0.svn
/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/tools/g.html2man.py
/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/docs/html/displaydrivers.html
/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/docs/man/man1/displaydrivers.1
make -C d.barscale || echo
/usr/local/grass/grass7_trunk/display/d.barscale >>
/usr/local/grass/grass7_trunk/error.log
test -d OBJ.x86_64-apple-darwin12.3.0 || mkdir -p
OBJ.x86_64-apple-darwin12.3.0
gcc -g -O2
-I/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/include
-I/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/include
-D_FILE_OFFSET_BITS=64 -DPACKAGE=\""grassmods"\"
-I/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/include
-I/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/include -o
OBJ.x86_64-apple-darwin12.3.0/draw_scale.o -c draw_scale.c
gcc -g -O2
-I/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/include
-I/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/include
-D_FILE_OFFSET_BITS=64 -DPACKAGE=\""grassmods"\"
-I/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/include
-I/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/include -o
OBJ.x86_64-apple-darwin12.3.0/main.o -c main.c
: && gcc
-L/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/lib
-L/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/lib
-L/usr/local/lib -o
/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/bin/d.barscale
OBJ.x86_64-apple-darwin12.3.0/draw_scale.o
OBJ.x86_64-apple-darwin12.3.0/main.o -lgrass_display.7.0.svn
-lgrass_gis.7.0.svn
if [
"/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/bin/d.barscale"
!= "" ] ; then
GISRC=/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/demolocation/.grassrc70
GISBASE=/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0
PATH="/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/bin:/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/bin:$PATH"
PYTHONPATH="/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/etc/python:/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/etc/python:$PYTHONPATH"
DYLD_LIBRARY_PATH="/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/bin:/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/lib:/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/lib:"
LC_ALL=C
/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/bin/d.barscale
--html-description < /dev/null | grep -v '</body>\|</html>' >
d.barscale.tmp.html ; fi
^Cmake[3]: *** Deleting file `d.barscale.tmp.html'
make[3]: *** [d.barscale.tmp.html] Error 130
make[2]: *** [d.barscale] Interrupt: 2
make[1]: *** [subdirs] Interrupt: 2
make: *** [default] Interrupt: 2
grass7_trunk sprice$
Hamish
June 15, 2013, 7:32am
2
d.barscale is the first of the display modules, did the db/ modules build ok before that? or were the display modules the
first ones to try to be built?
Hamish
Seth wrote:
If I compile the latest GRASS v7,
'make' gets to a point in the compile
and stops indefinitely. Does this happen for anyone else?
(I would report it in trac, but I don't have my password
with me and it
sounds difficult to reset.)
Configure:
./configure --with-freetype
--with-freetype-includes=/usr/local/include/freetype2
--with-opengl=aqua
--without-tcltk --with-libs=/usr/local/lib --enable-64bit
--enable-shared
--with-cxx --with-python --with-openmp --with-sqlite
Make:
[...]
VERSION_NUMBER=7.0.svn
/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/tools/g.html2man.py
/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/docs/html/displaydrivers.html
/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/docs/man/man1/displaydrivers.1
make -C d.barscale || echo
/usr/local/grass/grass7_trunk/display/d.barscale >>
/usr/local/grass/grass7_trunk/error.log
test -d OBJ.x86_64-apple-darwin12.3.0 || mkdir -p
OBJ.x86_64-apple-darwin12.3.0
gcc -g -O2
-I/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/include
-I/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/include
-D_FILE_OFFSET_BITS=64 -DPACKAGE=\""grassmods"\"
-I/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/include
-I/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/include
-o
OBJ.x86_64-apple-darwin12.3.0/draw_scale.o -c draw_scale.c
gcc -g -O2
-I/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/include
-I/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/include
-D_FILE_OFFSET_BITS=64 -DPACKAGE=\""grassmods"\"
-I/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/include
-I/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/include
-o
OBJ.x86_64-apple-darwin12.3.0/main.o -c main.c
: && gcc
-L/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/lib
-L/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/lib
-L/usr/local/lib -o
/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/bin/d.barscale
OBJ.x86_64-apple-darwin12.3.0/draw_scale.o
OBJ.x86_64-apple-darwin12.3.0/main.o
-lgrass_display.7.0.svn
-lgrass_gis.7.0.svn
if [
"/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/bin/d.barscale"
!= "" ] ; then
GISRC=/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/demolocation/.grassrc70
GISBASE=/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0
PATH="/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/bin:/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/bin:$PATH"
PYTHONPATH="/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/etc/python:/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/etc/python:$PYTHONPATH"
DYLD_LIBRARY_PATH="/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/bin:/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/lib:/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/lib:"
LC_ALL=C
/usr/local/grass/grass7_trunk/dist.x86_64-apple-darwin12.3.0/bin/d.barscale
--html-description < /dev/null | grep -v
'</body>\|</html>' >
d.barscale.tmp.html ; fi
^Cmake[3]: *** Deleting file `d.barscale.tmp.html'
make[3]: *** [d.barscale.tmp.html] Error 130
make[2]: *** [d.barscale] Interrupt: 2
make[1]: *** [subdirs] Interrupt: 2
make: *** [default] Interrupt: 2
grass7_trunk sprice$
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev