Search Criteria
Package Details: grass 8.4.0-1
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: | 38 |
Popularity: | 0.000000 |
First Submitted: | 2015-09-06 15:10 (UTC) |
Last Updated: | 2024-07-30 06:17 (UTC) |
Dependencies (28)
- bzip2 (bzip2-gitAUR)
- cairo (cairo-gitAUR)
- fftw
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gdal (gdal-libkmlAUR, gdal-libkml-filegdbAUR, gdal-hdf4AUR, gdal-ecwAUR)
- geos (geos-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- glu (glu-gitAUR)
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglpAUR, amdgpu-pro-oglp-legacyAUR, libglvnd)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libx11 (libx11-gitAUR)
- netcdf (netcdf-openmpi)
- pdal (pdal-gitAUR)
- proj (proj-gitAUR)
- python-gdal (python-gdal-libkmlAUR, python-gdal-libkml-filegdbAUR, python-gdal-hdf4AUR, python-gdal-ecwAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-pillow (python-pillow-gitAUR)
- Show 8 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 »
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.
kikislater commented on 2019-09-30 06:43 (UTC)
There is a ton of problems using 7.8. There is no LTS version on AUR. May be it should be good to use it : Latest stable long term support (LTS) release: GRASS GIS 7.6 source : https://grass.osgeo.org/
Scimmia commented on 2019-09-15 08:03 (UTC)
7.8 PKGBUILD is up. I can't say I'm positive about the deps, mostly the python ones, but it builds in a clean chroot and runs with some limited testing. If anyone runs into issues, let me know.
crust123 commented on 2019-08-31 00:17 (UTC) (edited on 2019-08-31 00:33 (UTC) by crust123)
Python2 is end of life (EOL; https://pythonclock.org/) and it is likely python2-gdal was removed in preparation for this. GRASS 7.8 will move things to python3 however GRASS 7.8 has yet to be released(https://grass.osgeo.org/download/software/sources/#g78x). If you are desperate, you could work you way though a downgrade (https://wiki.archlinux.org/index.php/Downgrading_packages) but this can be a pain and not recommended.
(Edit: python2-gdal found its way into the AUR)
mludwig commented on 2019-08-30 09:45 (UTC)
Install failed: dependency python2-gdal not available
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 16 Next › Last »