Package Details: grass 8.4.0-1

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)

Latest Comments

1 2 3 4 5 6 .. 16 Next › Last »

kikislater commented on 2025-02-05 16:05 (UTC)

Ok thank you for the report, I'm still running python 3.12 as I didn't upgrade yet and patch for the issue you linked is embeded in 8.4.1 which is not released. Btw I will update in a few days ...

Vassily commented on 2025-02-05 06:06 (UTC)

Hello kikislater! After last (2025.02.05) upgrade of my Manjaro Linux the GRASS GUI stopped working. I think the bug is related with the Python 3.13 version and was discussed in the https://github.com/OSGeo/grass/issues/4651. However, it is not clear to me how to fix it on my PC. Could you please help? Could you rebuild a new GRASS package with the necessary code fixes?

kikislater commented on 2023-12-03 06:56 (UTC) (edited on 2023-12-03 06:58 (UTC) by kikislater)

For the libgdal.so.33 you need to clear the cache or remove src and pkg folder inside build directory (e.g.: available in ~/.cache/yay/grass if you are using yay).

Yes there is an upstream issue with pdal related to this PR : https://github.com/PDAL/PDAL/pull/4139 affecting qgis as well among others. They didn't finished to work on it => https://github.com/PDAL/PDAL/pull/4267

Temporary workaround :

cd /usr/lib64
sudo ln -sf libpdalcpp.so.16 libpdalcpp.so

https://github.com/OSGeo/grass/issues/3220

jenia commented on 2023-12-03 00:07 (UTC)

Hello kikislater. I have the same error as below and I also found this extra line: error while loading shared libraries: libgdal.so.33: cannot open shared object file: No such file or directory make[4]

I have libgdal.so.44 installed instead. I think that might be the culprit.

cheese917 commented on 2023-11-23 18:22 (UTC) (edited on 2023-11-24 17:08 (UTC) by cheese917)

I had this error in Arch 6.6.2:

configure: error: *** Unable to locate suitable (>=1.7.1) PDAL library.
==> ERROR: A failure  occurred in build().
Aborting...

For reference I have PDAL 2.6.0 installed.

EDIT: I downgraded to PDAL 2.5.6 and everything installed fine.

kikislater commented on 2023-07-16 08:04 (UTC)

No bison, no flex ... The minimum prerequisite with AUR is to install base-devel package !

Slug commented on 2023-07-15 20:09 (UTC) (edited on 2023-07-15 20:46 (UTC) by Slug)

I had this failure installing today in manjaro 23.0.0

checking for a BSD-compatible install... /usr/bin/install -c

checking for flex... no

checking for lex... no

checking for bison... no

checking for byacc... no

checking for yacc... no

configure: error: *** Unable to locate yacc.

==> ERROR: A failure occurred in build().

Aborting...

EDIT : Solved. The package base-devel was needed ; it's found in manjaro official repositories (core)

https://packages.manjaro.org/?query=base-devel

kikislater commented on 2023-01-09 05:02 (UTC)

@glenjo Thanks and updated

glenjo commented on 2023-01-06 12:58 (UTC)

Package now compiles using python-wxpython package from Community repo.