Package Details: qgis-ltr 3.34.7-1

Git Clone URL: https://aur.archlinux.org/qgis-ltr.git (read-only, click to copy)
Package Base: qgis-ltr
Description: Geographic Information System (GIS); Long Term Release
Upstream URL: https://qgis.org/
Keywords: GIS
Licenses: GPL-2.0-or-later
Conflicts: qgis
Provides: qgis
Submitter: okanisis
Maintainer: buzo
Last Packager: buzo
Votes: 16
Popularity: 0.001368
First Submitted: 2015-07-08 16:37 (UTC)
Last Updated: 2024-05-24 17:45 (UTC)

Required by (3)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 Next › Last »

Scimmia commented on 2018-06-10 14:14 (UTC)

That's a partial update issue. Not supported.

rancidfrog commented on 2018-06-10 14:02 (UTC)

When I try to install package I get:

Traceback (most recent call last):
  File "../../../../../scripts/pyuic-wrapper.py", line 26, in <module>
    import qgis.PyQt.uic.pyuic
  File "/home/ne/.cache/aurman/qgis-ltr/src/qgis-2.18.20/build/output/python/qgis/__init__.py", line 27, in <module>
    from qgis.core import QgsFeature, QgsGeometry
  File "/home/ne/.cache/aurman/qgis-ltr/src/qgis-2.18.20/build/output/python/qgis/core/__init__.py", line 30, in <module>
    from qgis._core import *
ImportError: /usr/lib/libspatialite.so.7: undefined symbol: GEOSCoordSeq_getSize_r
make[2]: *** [python/plugins/GdalTools/tools/CMakeFiles/zzz-GdalTools-2-depend.dir/build.make:118: python/plugins/GdalTools/tools/ui_dialogAbout.py] Error 1
make[1]: *** [CMakeFiles/Makefile2:4346: python/plugins/GdalTools/tools/CMakeFiles/zzz-GdalTools-2-depend.dir/all] Error 2
make: *** [Makefile:152: all] Error 2

qgis from arch package repository installs fine, but i get the same when on launch, does not start: ImportError: /usr/lib/libspatialite.so.7: undefined symbol: GEOSCoordSeq_getSize_r

Any ideas why?

Scimmia commented on 2018-06-08 13:12 (UTC)

Whoever gave you that "fix" is an idiot. The correct fix is to rebuild against the new lib.

quipa commented on 2018-06-08 09:12 (UTC) (edited on 2018-06-08 09:27 (UTC) by quipa)

After asystem update (Manjaro Linux), having problems with libproj

$ qgis
qgis: error while loading shared libraries: libproj.so.12: cannot open shared object file: No such file or directory

Noticed the following in case it's useful:

$ ls /usr/lib/ | grep libproj
libproj.so
libproj.so.13
libproj.so.13.0.1

As a temporary fixed suggested on the qgis Gitter/IRC channel ran the following:

$ sudo ln -s -T /usr/lib/libproj.so /usr/lib/libproj.so /usr/lib/libproj.so.12

kikislater commented on 2018-05-10 07:57 (UTC) (edited on 2018-05-10 07:57 (UTC) by kikislater)

Easy way to run native building Qgis 2 and Qgis 3 on Archlinux at the same time :

http://geomatips.blogspot.com/2018/05/how-to-run-qgis-2-and-qgis-3-at-same.html

kikislater commented on 2018-04-28 14:51 (UTC)

Easy way IMO is to run qgis-ltr in a docker container https://github.com/kartoza/docker-qgis-desktop

znmeb commented on 2018-04-25 22:47 (UTC)

Count me as another vote for being able to install QGIS 2.18 and 3.x at the same time with different names. A package named qgis-ltr should install an executable named qgis-ltr and a package named qgis should install an executable named qgis.

cbertelli commented on 2018-03-03 10:35 (UTC)

@kikislater @Scimmia: I asked the same on version 3, the LTR is the right place to ask, anyway I thought about it. I think Scimmia would have a bad time finding out all the places where something should be changed and what happens when LTR will have a minor upgrade? It's an effort we should ask upstream to QGIS developers. Version 3 is too much different from the preceding version. It needs less plugins and conflicts with most. Anyway I keep thinking that having a separate version 2/LTR installed is a good idea. From a developer's point of view it may not make sense, but if you are working with QGIS, switching between the two version is at least very inconvenient.

kikislater commented on 2018-02-26 14:35 (UTC)

Better to have both installed ...