Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925126 - sci-geosciences/qgis-3.28.10: require sci-libs/gdal[spatialite,sqlite] to use WFS
Summary: sci-geosciences/qgis-3.28.10: require sci-libs/gdal[spatialite,sqlite] to use...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sci-geo Project
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-02-21 06:55 UTC by Marco Genasci
Modified: 2024-04-11 12:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Genasci 2024-02-21 06:55:17 UTC
If gdal is compiled without spatialite and sqlite support by adding a WFS layer you get the following warning message:

2024-02-21T07:20:30     WARNING    Cannot create temporary SpatiaLite cache.: GDALCreate() failed: OGR was built without libspatialite support
             ... sorry, creating/writing any SpatiaLite DB is unsupported
             
and the layer will not be visible.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2024-04-11 12:43:01 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21035cc535fb3513a8d9126daf0c3f49a0e7d715

commit 21035cc535fb3513a8d9126daf0c3f49a0e7d715
Author:     Marco Genasci <fedeliallalinea@gmail.com>
AuthorDate: 2024-02-21 06:56:59 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2024-04-11 12:42:40 +0000

    sci-geosciences/qgis: add missing rdep sci-libs/gdal[spatialite,sqlite], add 3.36.1
    
    Co-authored-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
    Signed-off-by: Marco Genasci <fedeliallalinea@gmail.com>
    Closes: https://bugs.gentoo.org/893950
    Closes: https://bugs.gentoo.org/918437
    Closes: https://bugs.gentoo.org/925126
    Closes: https://github.com/gentoo/gentoo/pull/35458
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 sci-geosciences/qgis/Manifest           |   1 +
 sci-geosciences/qgis/qgis-3.36.1.ebuild | 285 ++++++++++++++++++++++++++++++++
 sci-geosciences/qgis/qgis-9999.ebuild   |  16 +-
 3 files changed, 295 insertions(+), 7 deletions(-)