Package Details: grass 8.3.1-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.000008
First Submitted: 2015-09-06 15:10 (UTC)
Last Updated: 2023-11-11 13:04 (UTC)

Latest Comments

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

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.

skualos commented on 2022-11-14 06:07 (UTC) (edited on 2022-11-14 10:03 (UTC) by skualos)

@kikislater Thanks. I've been trying several times this last couple months, hoping that some package update would fix it. But still have the same errors. I am now manually running makepkg -si from a clean folder.

I found this page c-undefined-reference-to-yylex that says it has to do with the 2.6.x version of flex. But the oldest version I could find for arch is 2.6.4-2, which gave me the same error.

I also found the exact same issue in this Grass Github discussions: Bug Unable to install on HPC. GRASS 8.0 · Discussion #2115 · OSGeo/grass, but there is no solution

peippo commented on 2022-10-03 18:32 (UTC)

Hi! Could you add postgresql-libs to the depends(), configure fails without it. Thanks!