Package: libqt5location5
Version: 5.15.8+dfsg-3
Severity: grave
Tags: bookworm
Justification: renders package unusable
X-Debbugs-Cc: raym...@orphiction.nl

Dear Maintainer,

Tiles are not loaded by qtlocation without this change.

The maintainer already showed that is fix is possible using unstable. A similar
fix is created for bookworm and now tiles are loaded as expected.


-- System Information:
Debian Release: 12.1
  APT prefers stable-security
  APT policy: (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-11-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libqt5location5 depends on:
ii  libc6                                  2.36-9+deb12u1
ii  libgcc-s1                              12.2.0-14
ii  libqt5core5a [qtbase-abi-5-15-8]       5.15.8+dfsg-11
ii  libqt5gui5                             5.15.8+dfsg-11
ii  libqt5positioning5                     5.15.8+dfsg-3
ii  libqt5positioningquick5                5.15.8+dfsg-3
ii  libqt5qml5 [qtdeclarative-abi-5-15-8]  5.15.8+dfsg-3
ii  libqt5qmlmodels5                       5.15.8+dfsg-3
ii  libqt5quick5-gles                      5.15.8+dfsg-1
ii  libstdc++6                             12.2.0-14

libqt5location5 recommends no packages.

libqt5location5 suggests no packages.

-- no debconf information
Index: 
qtlocation-everywhere-src-5.15.8/src/location/labs/qsg/qgeomapobjectqsgsupport.cpp
===================================================================
--- 
qtlocation-everywhere-src-5.15.8.orig/src/location/labs/qsg/qgeomapobjectqsgsupport.cpp
     2022-11-10 21:42:35.000000000 +0100
+++ 
qtlocation-everywhere-src-5.15.8/src/location/labs/qsg/qgeomapobjectqsgsupport.cpp
  2023-08-22 12:03:25.950516809 +0200
@@ -158,7 +158,7 @@
     if (!root)
         return;
 
-    if (m_mapObjectsRootNode && m_mapObjectsRootNode->parent())
+    if (m_mapObjectsRootNode && !m_mapObjectsRootNode->parent())
         root->appendChildNode(m_mapObjectsRootNode.get());
 
     if (!m_mapObjectsRootNode) {

Reply via email to