Search Criteria
Package Details: grass 8.5.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/grass.git (read-only, click to copy) |
|---|---|
| Package Base: | grass |
| Description: | Geospatial data management and analysis, image processing, graphics/maps production, spatial modeling and visualization |
| Upstream URL: | http://grass.osgeo.org/ |
| Keywords: | analysis GIS remote sensing spatial |
| Licenses: | GPL |
| Submitter: | Scimmia |
| Maintainer: | kikislater |
| Last Packager: | kikislater |
| Votes: | 40 |
| Popularity: | 0.018105 |
| First Submitted: | 2015-09-06 15:10 (UTC) |
| Last Updated: | 2026-05-11 14:22 (UTC) |
Dependencies (30)
- bzip2 (bzip2-gitAUR)
- cairo (cairo-gitAUR)
- fftw (fftw-amdAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-qdoled-gen3AUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-woledAUR)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- gdal (gdal-hdf4AUR, gdal-libkml-filegdbAUR, gdal-libkmlAUR, gdal-ecwAUR)
- geos (geos-gitAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- glu (glu-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utils-macbookAUR, libglvnd)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libsvm
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libx11 (libx11-gitAUR)
- netcdf (netcdf-openmpi)
- openblas (openblas-gitAUR, openblas64-gitAUR, openblas-lapackAUR)
- pdal (pdal-gitAUR)
- proj (proj-gitAUR)
- python-gdal (python-gdal-hdf4AUR, python-gdal-libkml-filegdbAUR, python-gdal-libkmlAUR, python-gdal-ecwAUR)
- Show 10 more dependencies...
Required by (3)
- gdal-grass
- qgis-git (optional)
- qgis-grass-plugin
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 16 Next › Last »
Scimmia commented on 2020-03-10 05:31 (UTC)
See comments from November.
kikislater commented on 2020-03-10 05:19 (UTC)
Grass launch fine with 3.8.2.
Some errors are displayed :
Scimmia commented on 2020-02-27 14:12 (UTC)
python 3.8.2 is finally out and in the testing repo. Should hit Extra pretty quickly.
backerman commented on 2020-02-17 07:44 (UTC)
Please add
flexas a build dependency.kikislater commented on 2020-01-22 04:28 (UTC) (edited on 2020-01-22 07:31 (UTC) by kikislater)
Edit : grass gui will not work with python 3.8.1. Downgrade to python 3.8.0 or wait for 3.8.2, they will revert changes in 3.8.2 https://trac.osgeo.org/grass/ticket/4015
grass doesn't launch anymore, wxpython fail :
$ grass78
Default locale not found, using UTF-8
Default locale settings are missing. GRASS running with C locale.
Starting GRASS GIS...
Cleaning up temporary files...
Welcome to GRASS GIS 7.8.2
GRASS GIS homepage: https://grass.osgeo.org
This version running through: Bash Shell (/bin/bash)
Help is available with the command: g.manual -i
See the licence terms with: g.version -c
See citation options with: g.version -x
If required, restart the GUI with: g.gui wxpython
When ready to quit enter: exit
Launching <wxpython> GUI in the background, please wait...
GRASS 7.8.2 (newLocation):~ > Traceback (most recent call last):
File "/usr/lib/python3.8/ctypes/init.py", line 99, in CFUNCTYPE
KeyError: (<class 'ctypes.c_int'>, (<class 'grass.lib.ctypes_preamble.String'>,), 1)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/grass/gui/wxpython/wxgui.py", line 105, in OnInit
File "/opt/grass/gui/wxpython/lmgr/frame.py", line 51, in <module>
File "/opt/grass/gui/wxpython/lmgr/layertree.py", line 38, in <module>
File "/opt/grass/gui/wxpython/mapdisp/frame.py", line 33, in <module>
File "/opt/grass/gui/wxpython/mapdisp/toolbars.py", line 22, in <module>
File "/opt/grass/gui/wxpython/nviz/main.py", line 24, in <module>
File "/opt/grass/gui/wxpython/nviz/mapwindow.py", line 42, in <module>
File "/opt/grass/gui/wxpython/nviz/workspace.py", line 23, in <module>
File "/opt/grass/gui/wxpython/nviz/wxnviz.py", line 51, in <module>
File "/opt/grass/etc/python/grass/lib/gis.py", line 552, in <module>
File "/usr/lib/python3.8/ctypes/init.py", line 101, in CFUNCTYPE
TypeError: item 1 in argtypes passes a union by value, which is unsupported.
OnInit returned false, exiting...
kikislater commented on 2019-12-15 16:56 (UTC)
Wrong python version inside this grass package (symbolic link). It couldn't work like this. Python2 is deprecated in grass 7.8 Line 55 in PKGBUILD should be deleted, it's a nonsense to link python2 inside grass 7.8 ... Install some extension and you will see some problems !
Scimmia commented on 2019-12-15 15:21 (UTC)
No, everything using python3 calls python3 specifically
kikislater commented on 2019-12-15 08:13 (UTC) (edited on 2019-12-15 08:14 (UTC) by kikislater)
PKGBUILD needs refactor : 7.8 support python 3 not python 2.
Line 55 : # Fix for 3rd party python scripts ln -s ../../../usr/bin/python2 bin/python
Running grass :
~ > which python
/opt/grass/bin/python
:~ > ls -lsa /opt/grass/bin/python
0 lrwxrwxrwx 1 root root 24 15 déc. 08:42 /opt/grass/bin/python -> ../../../usr/bin/python2
loganj commented on 2019-11-22 21:48 (UTC)
Scimmia commented on 2019-11-12 15:08 (UTC) (edited on 2019-11-12 15:08 (UTC) by Scimmia)
Seems even 7.8.1 isn't totally ready for python 3.8 (time module changes). If it becomes an issue, let me know and I'll see about patching it.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 16 Next › Last »