[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 02:09:45 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:8 lbartoletti]:
> Hi,
>
> I've tried to build grass 7.2 on our poudriere system (FreeBSD 11 amd 64
without success). Here the
[https://gist.githubusercontent.com/lbartoletti/dee8bb053df33682f82af9bae834fdb8/raw/bb9e8b80deadfacf4d7b8b96c8808141d329a3d1/gistfile1.txt
log] and the [https://forums.freebsd.org/threads/56558/#post-334096
discussion on FreeBSD Forum.]
>
> I can't be present at FOSS4G-E code sprint, but if something can help us
:)
Yes :)
So, the log contains:
{{{
env: python: No such file or directory
}}}
The reason is that there is not link from python2.7 --> python on your
system (or it is not in $PATH), so that the first line in GRASS' Python
scripts fails:
{{{
#!/usr/bin/env python
}}}
A lot of the errors there might be secondary ones due to this link
missing.
Can you add this link, try again and report here?
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2940#comment:10>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list