[GRASS-dev] [GRASS GIS] #2940: Compiling Grass-7.0.3 under FreeBSD: tplot directory (with log)

GRASS GIS trac at osgeo.org
Sat Jul 22 07:02:58 PDT 2017


#2940: Compiling Grass-7.0.3 under FreeBSD: tplot directory (with log)
----------------------+-------------------------
  Reporter:  pieside  |      Owner:  grass-dev@…
      Type:  defect   |     Status:  new
  Priority:  normal   |  Milestone:  7.2.2
 Component:  Default  |    Version:  7.2.0
Resolution:           |   Keywords:  FreeBSD
       CPU:  x86-64   |   Platform:  Other Unix
----------------------+-------------------------

Comment (by neteler):

 Replying to [comment:11 lbartoletti]:
 > Normally, Python is already present.
 > It does not matter, I'll start from scratch. Here's what I get by
 compiling directly
 [https://raw.githubusercontent.com/lbartoletti/grass7/master/build_log
 log].

 Here is a line from your log, appearing for most t.* modules:

 {{{
 gmake[5]: Entering directory
 '/usr/home/Loic/grass7/work/grass-7.2.0/temporal/t.create'
 /usr/bin/install -c  t.create.py
 /usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/scripts/t.create
 if [ "/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/scripts/t.create" != "" ] ; then
 GISRC=/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/demolocation/.grassrc72
 GISBASE=/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0 PATH="/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64
 -portbld-freebsd11.0/bin:/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64
 -portbld-freebsd11.0/bin:/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64
 -portbld-freebsd11.0/scripts:$PATH"
 PYTHONPATH="/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/etc/python:/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64
 -portbld-freebsd11.0/gui/wxpython:$PYTHONPATH"
 LD_LIBRARY_PATH="/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64
 -portbld-freebsd11.0/bin:/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64
 -portbld-freebsd11.0/bin:/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64
 -portbld-
 freebsd11.0/scripts:/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64
 -portbld-freebsd11.0/lib:/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64
 -portbld-freebsd11.0/lib:" LC_ALL=C
 /usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/scripts/t.create --html-description < /dev/null | grep -v
 '</body>\|</html>' > t.create.tmp.html ; fi
 Traceback (most recent call last):
   File "/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/scripts/t.create", line 62, in <module>
     import grass.temporal as tgis
   File "/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/etc/python/grass/temporal/__init__.py", line 3, in <module>
     from .core import *
   File "/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/etc/python/grass/temporal/core.py", line 45, in <module>
     from .c_libraries_interface import *
   File "/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/etc/python/grass/temporal/c_libraries_interface.py", line 28,
 in <module>
     from grass.pygrass.rpc.base import RPCServerBase
   File "/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/etc/python/grass/pygrass/rpc/__init__.py", line 21, in
 <module>
     from grass.pygrass.vector import *
   File "/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/etc/python/grass/pygrass/vector/__init__.py", line 13, in
 <module>
     from grass.pygrass.vector.vector_type import VTYPE
   File "/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/etc/python/grass/pygrass/vector/vector_type.py", line 9, in
 <module>
     from grass.pygrass.vector import geometry as geo
   File "/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/etc/python/grass/pygrass/vector/geometry.py", line 12, in
 <module>
     import numpy as np
   File "/usr/local/lib/python2.7/site-packages/numpy/__init__.py", line
 142, in <module>
     from . import add_newdocs
   File "/usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py", line
 13, in <module>
     from numpy.lib import add_newdoc
   File "/usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py",
 line 8, in <module>
     from .type_check import *
   File "/usr/local/lib/python2.7/site-packages/numpy/lib/type_check.py",
 line 11, in <module>
     import numpy.core.numeric as _nx
   File "/usr/local/lib/python2.7/site-packages/numpy/core/__init__.py",
 line 14, in <module>
     from . import multiarray
 ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by
 /usr/local/lib/gcc5/libgfortran.so.3 not found
 gmake[5]: *** [../..//include/Make/Html.make:14: t.create.tmp.html] Error
 1
 }}}

 ... to be fixed on your server.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2940#comment:12>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list