Closed qgib closed 5 years ago
Author Name: Jürgen Fischer (@jef-n)
Looks like it crashes in PROJ called from GDAL called from QGIS. PROJ and GDAL were apparently rebuilt in the last few days and QGIS yesterday. Are you using the latest packages? Might be a packaging issue - can you file it there?
Author Name: christian faure (christian faure)
Jürgen Fischer wrote:
Looks like it crashes in PROJ called from GDAL called from QGIS. PROJ and GDAL were apparently rebuilt in the last few days and QGIS yesterday. Are you using the latest packages? Might be a packaging issue - can you file it there?
Thanks, From repo it seem latest version
GDAL
Version: 2.4.0-98.4-x86_64
GDAL Change log
gdal - GDAL/OGR - a translator library for raster and vector geospatial data formats
Thu Mar 7 09:00:00 2019
Bruno Friedmann <bruno@ioda-net.ch>
- Fix boo#1128276 by providing correct Obsolete
Sat Feb 23 09:00:00 2019
John Vandenberg <jayvdb@gmail.com>
- Use the Python package name 'GDAL' as used by upstream
Wed Jan 30 09:00:00 2019
Wolfgang Bauer <wbauer@tmo.at>
- Add upstream patches to fix build with the latest poppler in
Tumbleweed:
* Poppler-revision-version-management.patch
* add-support-for-poppler-0.72.0-and-0.73.0.patch
Mon Dec 24 09:00:00 2018
Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 2.4.0:
* In a nutshell:
- New GDAL drivers:
...
For PROJ it seem to have 2 versions Package PROJ5 5.2.0-1.1 and Package PROJ 6.0.0-38.1 and both show mostly same file list
i've removed PROJ5, but problem remains
Change Log of PROJ
proj - Cartographic projection software
Mon Apr 1 08:00:00 2019
Kai Pastor <dg0yt@darc.de>
- Fix datumgrid packaging
Mon Mar 25 08:00:00 2019
Martin Pluskal <mpluskal@suse.com>
- Enable tests
- Fix previous changelog entry
Mon Mar 11 09:00:00 2019
Martin Pluskal <mpluskal@suse.com>
- Update to version 6.0.0 and datumgrid 1.7
* See provided NEWS for list of all changes
The NEWS show
6.0.0 Release Notes
-------------------
PROJ 6 has undergone extensive changes to increase its functional scope from a
cartographic projection engine with so-called "early-binding" geodetic datum
transformation capabilities to a more complete library supporting coordinate
transformations and coordinate reference systems.
As a foundation for other enhancements, PROJ now includes a C++ implementation
of the modelisation propopsed by the ISO-19111:2019 standard / OGC Abstract
Specification Topic 2: "Referencing By Coordinates", for geodetic reference
frames (datums), coordinate reference systems and coordinate operations.
Construction and query of those geodetic objects is available through a new C++
API, and also accessible for the most part from bindings in the C API.
Those geodetic objects can be imported and exported from and into the OGC
Well-Known Text format (WKT) in its different variants: ESRI WKT, GDAL WKT 1,
WKT2:2015 (ISO 19162:2015) and WKT2:2018 (ISO 19162:2018). Import and export of
CRS objects from and into PROJ strings is also supported. This functionality
was previously available in the GDAL software library (except WKT2 support
which is a new feature), and is now an integral part of PROJ.
A unified database of geodetic objects, coordinate reference systems and their
metadata, and coordinate operations between those CRS is now available in a
SQLite3 database file, proj.db. This includes definitions imported from the
IOGP EPSG dataset (v9.6.0 release), the IGNF (French national mapping agency)
geodetic registry and the ESRI projection engine database. PROJ is now the
reference software in the "OSGeo C stack" for this CRS and coordinate operation
database, whereas previously this functionality was spread over PROJ, GDAL and
libgeotiff, and used CSV or other adhoc text-based formats.
Late-binding coordinate operation capabilities, that takes metadata such as
area of use and accuracy into account, has been added. This can avoid in a
number of situations the past requirement of using WGS84 as a pivot system,
which could cause unneeded accuracy loss, or was not doable at all sometimes
when transformation to WGS84 was not available. Those late-binding capabilities
are now used by the proj_create_crs_to_crs() function and the cs2cs utility.
A new command line utility, projinfo, has been added to query information about
a geodetic object of the database, import and export geodetic objects from/into
WKT and PROJ strings, and display coordinate operations available between two
CRSs.
UPDATES
-------
o Removed projects.h as a public interface (#10894)
o Deprecated the proj_api.h interface. The header file is still available
but will be removed with the next major version release of PROJ. It is
now required to define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H before the
interface can be used (#10895)
o Removed support for the nmake build system (#10897)
o Removed support for the proj_def.dat defaults file (#10260)
o C++11 required for building PROJ (#11263)
o Added build dependency on SQLite 3.7 (#11235)
o Added projinfo command line application (#11249)
o Added many functions to proj.h for handling ISO19111 functionality (#11235)
o Added C++ API exposing ISO19111 functionality (#11235)
o Updated cs2cs to use late-binding features (#11242)
o Removed the nad2bin application. Now available in the proj-datumgrid
git repository (#11296)
o Removed support for Chebyshev polynomials in proj (#11286)
o Removed proj_geocentric_latitude from proj.h API (#11230)
o Changed behaviour of proj: Now only allow initialization of
projections (#11222)
o Changed behaviour of tmerc: Now default to the Extended Transverse
Mercator algorithm (etmerc). Old implementation available by adding
+approx (#10463)
o Chaged behaviour: Default ellipsoid now set to GRS80 (was WGS84) (#11270)
o Allow multiple directories in PROJ_LIB environment variable (#11341)
o Added Lambert Conic Conformal (2SP Michigan) projection (#11202)
o Added Bertin1953 projection (#11193)
o Added Tobler-Mercator projection (#11213)
o Added Molodensky-Badekas transform (#11220)
o Added push and pop coordinate operations (#11310)
o Removed +t_obs parameter from helmert and deformation (#11324)
o Added +dt parameter to deformation as replacement for
removed +t_obs (#11324)
...
QGIS version 3.6.0-3.3-x86_64
QGIS ChangeLog:
qgis - QGIS is a Geographic Information System (GIS)
Thu Apr 4 08:00:00 2019
Christophe Giboudeaux <christophe@krop.fr>
- Fix the build requirements for the Tumbleweed repo, pg_config
is now in postgresqlXX-server-devel (bsc#1131494)
Fri Mar 22 09:00:00 2019
Guillaume GARDET <guillaume.gardet@opensuse.org>
- Force usage of proj5 as proj (version 6) is not supported yet
Wed Feb 27 09:00:00 2019
Bruno Friedmann <bruno@ioda-net.ch>
- Update to 3.6.0 version
- Cleanup of spec and history
- Added libexiv2-devel as new BuildRequires
- Fix python3-GDAL new name
Mon Jan 21 09:00:00 2019
Nicolas Rochard <nrochard@gmail.com>
- Update to 3.4.4
...
Author Name: Jürgen Fischer (@jef-n)
christian faure wrote:
Jürgen Fischer wrote:
… Might be a packaging issue - can you file it there? … For PROJ it seem to have 2 versions Package PROJ5 5.2.0-1.1 and Package PROJ 6.0.0-38.1 and both show mostly same file list
i've removed PROJ5, but problem remains … QGIS ChangeLog: … Thu Apr 4 08:00:00 2019 Christophe Giboudeaux christophe@krop.fr
- Fix the build requirements for the Tumbleweed repo, pg_config is now in postgresqlXX-server-devel (bsc#1131494) Fri Mar 22 09:00:00 2019 Guillaume GARDET guillaume.gardet@opensuse.org
- Force usage of proj5 as proj (version 6) is not supported yet
From the changelog it looks like it's still using proj 5 - so removing proj 5 is a bad idea.
Anyway, it still looks like a opensuse packaging problem and not an actual QGIS issue.
Author Name: christian faure (christian faure)
Jürgen Fischer wrote:
christian faure wrote:
Jürgen Fischer wrote:
… Might be a packaging issue - can you file it there? … For PROJ it seem to have 2 versions Package PROJ5 5.2.0-1.1 and Package PROJ 6.0.0-38.1 and both show mostly same file list
i've removed PROJ5, but problem remains … QGIS ChangeLog: … Thu Apr 4 08:00:00 2019 Christophe Giboudeaux christophe@krop.fr
- Fix the build requirements for the Tumbleweed repo, pg_config is now in postgresqlXX-server-devel (bsc#1131494) Fri Mar 22 09:00:00 2019 Guillaume GARDET guillaume.gardet@opensuse.org
- Force usage of proj5 as proj (version 6) is not supported yet
From the changelog it looks like it's still using proj 5 - so removing proj 5 is a bad idea.
Anyway, it still looks like a opensuse packaging problem and not an actual QGIS issue.
Thanks for this! i've removed Proj v6, reinstalled v5 and created symlink libproj.so.15 pointing to libproj.so.13 and QGis is working! Solved!
Author Name: Giovanni Manghi (@gioman)
Author Name: christian faure (christian faure) Original Redmine Issue: 21781 Affected QGIS version: 3.6.0 Redmine category:unknown
QGis 3.6.0 installed from repo https://download.opensuse.org/repositories/Application:/Geo is crashing after display main window.
Any workaround?