[QGIS-Developer] Deploying 3.10.8 LTR on Debian 10

2020-07-23 Thread Patrick Dunford
Gidday I am currently experiencing startup crash running Qgis 3.10.8 LTR from Debian packages on two of my computers that have Debian 10.4 with the KDE desktop environment installed, but it runs fine on one of my computers with Debian 10.4 with the LXQAt desktop environment installed. The is

Re: [QGIS-Developer] Deploying 3.10.8 LTR on Debian 10

2020-07-23 Thread Sebastiaan Couwenberg
On 7/23/20 1:18 PM, Patrick Dunford wrote: > Is there some kind of script I could run that would print out a list of > all the Qgis library dependencies and their version numbers. This oneliner should help: for pkg_version in $(dpkg -l | grep qgis | grep ^ii | awk '{print $2"="$3}'); do apt-cach

Re: [QGIS-Developer] Deploying 3.10.8 LTR on Debian 10

2020-07-24 Thread Patrick Dunford
OK I am not sure that is exactly what I want, the output looks like the package list in the qgis web site where the packages are stored. What I need is the version of each dependency which is actually on my computer now. So example Package: libqgisgrass7-3.10.7 Depends: libc6 (>= 2.14), libexpat1

Re: [QGIS-Developer] Deploying 3.10.8 LTR on Debian 10

2020-07-24 Thread Sebastiaan Couwenberg
On 7/25/20 1:39 AM, Patrick Dunford wrote: > OK I am not sure that is exactly what I want, the output looks like the > package list in the qgis web site where the packages are stored. What I > need is the version of each dependency which is actually on my computer now. So you expand the logic to c

Re: [QGIS-Developer] Deploying 3.10.8 LTR on Debian 10

2020-07-25 Thread Patrick Dunford
Tks. I am not a perl scripter, normally using Python. dpkg-query generating a CSV file fed into a custom script to compare two computers version lists is what I'm working on at the moment which is easier for me to maintain. On 25/07/20 4:54 pm, Sebastiaan Couwenberg wrote: On 7/25/20 1:39 AM,

Re: [QGIS-Developer] Deploying 3.10.8 LTR on Debian 10

2020-07-27 Thread Patrick Dunford
OK so comparing dependencies has not found any that appear significant. Only differences found were in a couple of OpenJDK packages. Methodology: 1. Create a list of packages and versions from the entire system using dpkg-query:     dpkg-query -W -f='${binary:Package}|${Version}\n' >pkglist.

Re: [QGIS-Developer] Deploying 3.10.8 LTR on Debian 10

2020-08-15 Thread Patrick Dunford
Good day The issue seems to be resolved fo both stable and LTR since new builds appeared on the Qgis server on August 8. ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-develope