Package Details: qgis-ltr 3.34.4-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
Conflicts: qgis
Provides: qgis
Submitter: okanisis
Maintainer: buzo
Last Packager: buzo
Votes: 16
Popularity: 0.003560
First Submitted: 2015-07-08 16:37 (UTC)
Last Updated: 2024-03-09 16:59 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 13 Next › Last »

aubin commented on 2021-05-08 10:29 (UTC) (edited on 2021-05-08 10:30 (UTC) by aubin)

Hi, trying to build it. This is a new Arch installation (and I'm new here and it may show..). Tried in a clean chroot as well with same results.

Determining if the function openpty exists failed with the following output: Change Dir: /home/user/qgis-ltr/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/ninja cmTC_40aa3 && [1/2] Building C object CMakeFiles/cmTC_40aa3.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_40aa3 FAILED: cmTC_40aa3 : && /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DCHECK_FUNCTION_EXISTS=openpty -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now CMakeFiles/cmTC_40aa3.dir/CheckFunctionExists.c.o -o cmTC_40aa3 && : /usr/bin/ld: CMakeFiles/cmTC_40aa3.dir/CheckFunctionExists.c.o: in function main': CheckFunctionExists.c:(.text.startup+0x11): undefined reference toopenpty' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed.

selokichtli commented on 2021-03-09 01:42 (UTC)

I'm sorry to bother you. It was trying to build with an incorrect sip version from pip. When I saw it in chroot, it became clear. Thanks for the suggestion. I'm a bit embarrassed, ngl.

buzo commented on 2021-03-07 14:01 (UTC)

selokichtli: Sorry, I cannot find an error message in the quoted text. Are your packages all at the latest version? You could also try to build in a clean chroot, which I did without an error.

selokichtli commented on 2021-03-07 02:51 (UTC) (edited on 2021-03-07 02:55 (UTC) by selokichtli)

Can't build this new version. python-sip package is giving me several errors you have dealt before with or, at least, I think you have had from what I could gather on github issues related with this problem. My system is up to date and I did not try any modification to your PKGBUILD. I will be around, errors look like this:

FAILED: python/gui/sip_guipart0.cpp python/gui/sip_guipart1.cpp python/gui/sip_guipart2.cpp python/gui/sip_guipart3.cpp python/gui/sip_guipart4.cpp python/gui/sip_guipart5.cpp python/gui/sip_guipart6.cpp python/gui/sip_guipart7.cpp python/gui/sip_guipart8.cpp python/gui/sip_guipart9.cpp python/gui/sip_guipart10.cpp cd /tmp/trizen-user/qgis-ltr/src/build/python && /usr/bin/cmake -E echo && /usr/bin/cmake -E touch /tmp/trizen-user/qgis-ltr/src/build/python/gui/sip_guipart0.cpp /tmp/trizen-user/qgis-ltr/src/build/python/gui/sip_guipart1.cpp /tmp/trizen-user/qgis-ltr/src/build/python/gui/sip_guipart2.cpp /tmp/trizen-user/qgis-ltr/src/build/python/gui/sip_guipart3.cpp /tmp/trizen-user/qgis-ltr/src/build/python/gui/sip_guipart4.cpp /tmp/trizen-user/qgis-ltr/src/build/python/gui/sip_guipart5.cpp /tmp/trizen-user/qgis-ltr/src/build/python/gui/sip_guipart6.cpp /tmp/trizen-user/qgis-ltr/src/build/python/gui/sip_guipart7.cpp /tmp/trizen-user/qgis-ltr/src/build/python/gui/sip_guipart8.cpp /tmp/trizen-user/qgis-ltr/src/build/python/gui/sip_guipart9.cpp /tmp/trizen-user/qgis-ltr/src/build/python/gui/sip_guipart10.cpp && None -w -e -x ANDROID -x ARM -x MOBILITY_LOCATION -x VECTOR_MAPPED_TYPE -n PyQt5.sip -t Qt_5_15_0 -t WS_X11 -g -o -a /tmp/trizen-user/qgis-ltr/src/build/python/qgis.gui.api -n PyQt5.sip -y /tmp/trizen-user/qgis-ltr/src/build/output/python/qgis/_gui.pyi -I /usr/lib/python3.9/site-packages/PyQt5/bindings -j 11 -c /tmp/trizen-user/qgis-ltr/src/build/python/gui -I /tmp/trizen-user/qgis-ltr/src/build/python/gui -I /usr/lib/python3.9/site-packages/PyQt5/bindings -I /tmp/trizen-user/qgis-ltr/src/qgis-3.16.4/python /tmp/trizen-user/qgis-ltr/src/build/python/gui/gui.sip && /usr/bin/sip-module --target-dir /tmp/trizen-user/qgis-ltr/src/build/python/gui --sip-h PyQt5.sip

buzo commented on 2021-02-21 09:30 (UTC)

Version 3.16 is going to replace 3.10 as LTR version. I will switch as soon as qgis in community is not at 3.16 any more.

kikislater commented on 2020-12-22 06:59 (UTC) (edited on 2020-12-22 06:59 (UTC) by kikislater)

For users who want to use saga gis package inside ltr release. Replace version in Saga Algorithm Provider :

sed -i 's/2.3/7.8/' /usr/share/qgis/python/plugins/processing/algs/saga/SagaAlgorithmProvider.py

Replace 7.8 by version you use ...

buzo commented on 2020-07-26 16:01 (UTC)

Thanks selokichtli, I have changed the build to Ninja instead of Make.

selokichtli commented on 2020-07-21 03:09 (UTC) (edited on 2020-07-21 20:51 (UTC) by selokichtli)

Finally built it, the linked github issue was indeed related. I just edited the PKGBUILD so the condition in line 597 to 599 in src/core/CMakeLits.txt wouldn't apply. I used sed to modify the file. Either you get rid of the whole conditional or disable the $ -> $$ replace.

In the link the fix is to just use -GNinja, it could work I guess.

||||||||||||||||||| ORIGINAL POST: Can't build this package in a recently installed and fully updated system. Errors during compilation appear soon as: [ 0%] Linking CXX shared library ../../output/lib/libqgis_native.so [ 0%] Built target qgis_native [ 0%] Generating gps/moc_qgsqtlocationconnection.cpp make[2]: No hay ninguna regla para construir el objetivo '.../.cache/yay/qgis-ltr/src/qgis-3.10.7/resources/function_help/json/$$area', necesario para 'src/core/qgsexpression_texts.cpp'. Alto. make[1]: [CMakeFiles/Makefile2:4569: src/core/CMakeFiles/qgis_core.dir/all] Error 2 make: *** [Makefile:182: all] Error 2

I think it may be related to the newer CMake version. Maybe related to this issue? https://github.com/qgis/QGIS/issues/37850

buzo commented on 2020-06-18 14:57 (UTC)

Build has been fixed.

buzo commented on 2020-06-09 18:07 (UTC)

GiuseppeSchnee: Indeed. There is a patch in qgis (community) for this error, but there is more unfortunately. I have filed a bug upstream.