Package Details: qgis-git 3.99_master.r89692.9a4f6e79aff-1

Git Clone URL: https://aur.archlinux.org/qgis-git.git (read-only, click to copy)
Package Base: qgis-git
Description: Geographic Information System (GIS) that supports vector, raster & database formats - Development master
Upstream URL: http://qgis.org/
Keywords: GIS Qt5
Licenses: GPL
Provides: qgis
Submitter: okanisis
Maintainer: gaelic (Fincer, qs9rx)
Last Packager: qs9rx
Votes: 18
Popularity: 0.47
First Submitted: 2015-08-20 03:06 (UTC)
Last Updated: 2025-01-24 21:35 (UTC)

Dependencies (42)

Required by (1)

Sources (1)

Pinned Comments

gaelic commented on 2017-03-06 20:58 (UTC) (edited on 2018-07-22 09:39 (UTC) by gaelic)

Please note:

This is the master branch of qgis (3.30) which may not be able to compile because of upstream problems or rapid changes in dependencies.

Latest Comments

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

petronny commented on 2019-02-28 09:51 (UTC)

I'm getting

-- Found Python site-packages: /usr/lib/python3.7/site-packages
Traceback (most recent call last):
  File "/build/qgis-git/src/qgis/cmake/FindPyQt5.py", line 34, in <module>
    import PyQt5.pyqtconfig
ModuleNotFoundError: No module named 'PyQt5.pyqtconfig'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/build/qgis-git/src/qgis/cmake/FindPyQt5.py", line 38, in <module>
    import sipconfig # won't work for SIP v5
ModuleNotFoundError: No module named 'sipconfig'
Traceback (most recent call last):
  File "/build/qgis-git/src/qgis/cmake/FindSIP.py", line 33, in <module>
    import sipconfig
ModuleNotFoundError: No module named 'sipconfig'
CMake Error at cmake/FindSIP.cmake:54 (MESSAGE):
  Could not find SIP
Call Stack (most recent call first):
  CMakeLists.txt:793 (FIND_PACKAGE)


-- Configuring incomplete, errors occurred!
See also "/build/qgis-git/src/qgis/build/CMakeFiles/CMakeOutput.log".
See also "/build/qgis-git/src/qgis/build/CMakeFiles/CMakeError.log".
==> ERROR: A failure occurred in build().

with extra-x86_64-build. Could you test the PKGBUILD in a clean chroot too?

qs9rx commented on 2019-02-12 17:41 (UTC)

ocl-icd is a dependency now, due to OpenCL being introduced for some algorithms.

denkijin commented on 2019-02-01 03:07 (UTC)

gaelic: thanks for this PKGBUILD, yet

I needed python-sip-pyqt5 for this to build, FYI

Scimmia commented on 2018-12-27 17:01 (UTC) (edited on 2018-12-27 17:01 (UTC) by Scimmia)

-# Maintainer: Doug Newgard <scimmia at archlinux dot info>
-# Maintainer: XavierCLL <xavier.corredor.llano (a) gmail.com>
-# Contributor: SaultDon <sault.don gmail>
-# Contributor: Lantald < lantald at gmx.com >
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-# Contributor: Eric Forgeot < http://esclinux.tk >
-
-# Globe Plugin and Map Server are disabled in cmake by default.
-# Uncomment them in the build() portion if you'd like them enabled.
-# You will also need to install osgearth or fcgi, respectively, before building.
+# Maintainer: gaelic

What an asshat

petronny commented on 2018-12-11 07:12 (UTC)

-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- Found exiv2: /usr/lib/libexiv2.so
CMake Error at src/providers/wms/CMakeLists.txt:1 (FIND_PACKAGE):
  By not providing "FindQt5XmlPatterns.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt5XmlPatterns", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5XmlPatterns"
  with any of the following names:

    Qt5XmlPatternsConfig.cmake
    qt5xmlpatterns-config.cmake

  Add the installation prefix of "Qt5XmlPatterns" to CMAKE_PREFIX_PATH or set
  "Qt5XmlPatterns_DIR" to a directory containing one of the above files.  If
  "Qt5XmlPatterns" provides a separate development package or SDK, be sure it
  has been installed.


-- Configuring incomplete, errors occurred!
See also "/build/qgis-git/src/qgis/build/CMakeFiles/CMakeOutput.log".
See also "/build/qgis-git/src/qgis/build/CMakeFiles/CMakeError.log".
==> ERROR: A failure occurred in build().

We may need qt5-xmlpatterns?

petronny commented on 2018-11-14 03:52 (UTC)

-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
EXIV2_INCLUDE_DIR=EXIV2_INCLUDE_DIR-NOTFOUND
EXIV2_LIBRARY=EXIV2_LIBRARY-NOTFOUND
CMake Error at cmake/FindEXIV2.cmake:21 (MESSAGE):
  Could not find exiv2
Call Stack (most recent call first):
  src/analysis/CMakeLists.txt:198 (FIND_PACKAGE)


-- Configuring incomplete, errors occurred!
See also "/build/qgis-git/src/qgis/build/CMakeFiles/CMakeOutput.log".
See also "/build/qgis-git/src/qgis/build/CMakeFiles/CMakeError.log".
==> ERROR: A failure occurred in build().
    Aborting...

A new dependency is needed now...

geosam commented on 2018-10-28 03:19 (UTC)

Update please to 3.5 branch https://gist.github.com/samtux/b0ab178672b95ee04de235f475f8c4f8

geosam commented on 2018-10-26 16:04 (UTC)

@petronny and @gaelic. The patch qgis-3-fix-sip-name.patch is not necessary, please update the PKGBUILD.

petronny commented on 2018-10-26 03:30 (UTC)

==> 正在开始 prepare()...
patching file python/CMakeLists.txt
Hunk #1 FAILED at 174.
Hunk #2 FAILED at 198.
Hunk #3 FAILED at 227.
Hunk #4 FAILED at 257.
4 out of 4 hunks FAILED -- saving rejects to file python/CMakeLists.txt.rej
patching file python/plugins/processing/gui/NumberInputPanel.py
Hunk #1 FAILED at 27.
1 out of 1 hunk FAILED -- saving rejects to file python/plugins/processing/gui/NumberInputPanel.py.rej
patching file src/python/qgspythonutilsimpl.cpp
Hunk #1 FAILED at 104.
1 out of 1 hunk FAILED -- saving rejects to file src/python/qgspythonutilsimpl.cpp.rej

Fincer commented on 2018-09-27 08:13 (UTC)

Allright, I fixed the PKGBUILD, keeping 'qgis-git' arguments as well. Link here:

https://pastebin.com/raw/8Nc20AT9

In addition, I had to apply the following patch (which is named as 'qgis-3-fix-sip-name.patch' in the PKGBUILD):

https://issues.qgis.org/attachments/download/13041/qgis-3.2.1-fix-sip-name.patch