Bug#1015629: marked as done (qt6-webchannel: ftbfs with LTO (link time optimization) enabled)

2022-11-05 Thread Debian Bug Tracking System
Your message dated Sat, 05 Nov 2022 09:19:53 +
with message-id 
and subject line Bug#1015629: fixed in qt6-webchannel 6.4.0-2
has caused the Debian Bug report #1015629,
regarding qt6-webchannel: ftbfs with LTO (link time optimization) enabled
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1015629: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015629
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:qt6-webchannel
Version: 6.2.4-2
Severity: minor
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-lto

This package currently fails to build (at least on the amd64
architecture) with link time optimizations enabled.  For a background
for LTO please see

https://wiki.debian.org/ToolChain/LTO

The goal is to enable this optimization by default in an upcoming
Debian release in dpkg-buildflags for 64bit architectures.  The goal
is to get this package to build with link time optimizations, or to
explicitly disable link time optimizations for this package build.

To reproduce the build failure, enable the lto optimization in
testing/unstable by adding "optimize=+lto" to DEB_BUILD_MAINT_OPTIONS
in the debian/rules file, or if this macro is unset, just set it:

export DEB_BUILD_MAINT_OPTIONS = optimize=+lto

Please try to fix the build with lto enabled, fixing the packaging or
forwarding the issue upstream. If the issue cannot be fixed,
explicitly disallow building the package with lto by adding to your
rules file:

export DEB_BUILD_MAINT_OPTIONS = optimize=-lto

or adding that string to your existing setting of DEB_BUILD_MAINT_OPTIONS.

The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/dpkglto/qt6-webchannel_6.2.4-2_unstable_dpkglto.log
The last lines of the build log are at the end of this report.

[...]
-- Installing: 
/<>/debian/tmp/usr/lib/x86_64-linux-gnu/cmake/Qt6BuildInternals/StandaloneTests/QtWebChannelTestsConfig.cmake
-- Up-to-date: /<>/debian/tmp/usr/lib/x86_64-linux-gnu
-- Up-to-date: /<>/debian/tmp/usr/lib/x86_64-linux-gnu/cmake
-- Up-to-date: /<>/debian/tmp/usr/lib/x86_64-linux-gnu/cmake/Qt6Qml
-- Up-to-date: 
/<>/debian/tmp/usr/lib/x86_64-linux-gnu/cmake/Qt6Qml/QmlPlugins
-- Up-to-date: 
/<>/debian/tmp/usr/lib/x86_64-linux-gnu/cmake/Qt6WebChannel
-- Up-to-date: 
/<>/debian/tmp/usr/lib/x86_64-linux-gnu/cmake/Qt6BuildInternals
-- Up-to-date: 
/<>/debian/tmp/usr/lib/x86_64-linux-gnu/cmake/Qt6BuildInternals/StandaloneTests
-- Up-to-date: /<>/debian/tmp/usr/lib/x86_64-linux-gnu/qt6
-- Up-to-date: /<>/debian/tmp/usr/lib/x86_64-linux-gnu/qt6/mkspecs
-- Up-to-date: 
/<>/debian/tmp/usr/lib/x86_64-linux-gnu/qt6/mkspecs/modules
-- Up-to-date: /<>/debian/tmp/usr/lib/x86_64-linux-gnu/qt6/qml
-- Up-to-date: 
/<>/debian/tmp/usr/lib/x86_64-linux-gnu/qt6/qml/QtWebChannel
-- Installing: 
/<>/debian/tmp/usr/lib/x86_64-linux-gnu/libQt6WebChannel.prl
   debian/rules execute_after_dh_auto_install
make[1]: Entering directory '/<>'
# Reproducible builds: remove build paths from .prl files
sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' 
debian/tmp/usr/lib/x86_64-linux-gnu/libQt6*.prl
make[1]: Leaving directory '/<>'
   dh_install -O--buildsystem=cmake\+ninja
   dh_installdocs -O--buildsystem=cmake\+ninja
   dh_installchangelogs -O--buildsystem=cmake\+ninja
   dh_installsystemduser -O--buildsystem=cmake\+ninja
   dh_perl -O--buildsystem=cmake\+ninja
   dh_link -O--buildsystem=cmake\+ninja
   dh_strip_nondeterminism -O--buildsystem=cmake\+ninja
   dh_compress -O--buildsystem=cmake\+ninja
   dh_fixperms -O--buildsystem=cmake\+ninja
   dh_missing -O--buildsystem=cmake\+ninja
   dh_dwz -a -O--buildsystem=cmake\+ninja
   dh_strip -a -O--buildsystem=cmake\+ninja
   dh_makeshlibs -a -O--buildsystem=cmake\+ninja
dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols 
file: see diff output below
dpkg-gensymbols: warning: debian/libqt6webchannel6/DEBIAN/symbols doesn't match 
completely debian/libqt6webchannel6.symbols
--- debian/libqt6webchannel6.symbols (libqt6webchannel6_6.2.4-2_amd64)
+++ dpkg-gensymbolsma_sxK   2022-06-10 09:04:12.937948118 +
@@ -111,7 +111,7 @@
  _ZNK20QMetaObjectPublisher12blockUpdatesEv@Base 6.2.1
  _ZNK20QMetaObjectPublisher12unwrapObjectERK7QString@Base 6.2.1
  _ZNK20QMetaObjectPublisher13unwrapVariantERK8QVariant@Base 6.2.1
- 
_ZNK20QMetaObjectPublisher14PropertyUpdate15propertyIndicesERK5QHashIi4QSetIiEE@Base
 6.2.1
+#MISSING: 6.2.4-2# 
_ZNK20QMetaObjectPublisher14PropertyUpdate15propertyIndicesERK5QHashIi4QSetIiEE@Base
 6.2.1
  _ZNK20QMetaObjectPublisher15conversionScoreERK10QJsonValuei@Base 6.2.1
  _ZNK20QMe

Bug#1023077: marked as done (qt6-webchannel FTCBFS: does not pass QT_HOST_PATH to cmake)

2022-11-05 Thread Debian Bug Tracking System
Your message dated Sat, 05 Nov 2022 09:19:53 +
with message-id 
and subject line Bug#1023077: fixed in qt6-webchannel 6.4.0-2
has caused the Debian Bug report #1023077,
regarding qt6-webchannel FTCBFS: does not pass QT_HOST_PATH to cmake
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1023077: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023077
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: qt6-webchannel
Version: 6.3.1-2
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

qt6-webchannel fails to cross build from source, because it does not
pass QT_HOST_PATH to cmake. Please consider applying the attached patch
to fix that.

Helmut
diff --minimal -Nru qt6-webchannel-6.3.1/debian/changelog 
qt6-webchannel-6.3.1/debian/changelog
--- qt6-webchannel-6.3.1/debian/changelog   2022-08-15 19:24:11.0 
+0200
+++ qt6-webchannel-6.3.1/debian/changelog   2022-10-30 00:51:53.0 
+0200
@@ -1,3 +1,10 @@
+qt6-webchannel (6.3.1-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Pass QT_HOST_PATH. (Closes: #-1)
+
+ -- Helmut Grohne   Sun, 30 Oct 2022 00:51:53 +0200
+
 qt6-webchannel (6.3.1-2) unstable; urgency=medium
 
   [ Patrick Franz ]
diff --minimal -Nru qt6-webchannel-6.3.1/debian/rules 
qt6-webchannel-6.3.1/debian/rules
--- qt6-webchannel-6.3.1/debian/rules   2021-11-25 00:17:42.0 +0100
+++ qt6-webchannel-6.3.1/debian/rules   2022-10-30 00:51:52.0 +0200
@@ -3,12 +3,19 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+extra_cmake_args :=
+
+ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
+extra_cmake_args += -DQT_HOST_PATH=/usr
+endif
+
 %:
dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja
 
 override_dh_auto_configure:
dh_auto_configure -- \
-   -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
+   -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
+   $(extra_cmake_args)
 
 execute_after_dh_auto_install:
# Reproducible builds: remove build paths from .prl files
--- End Message ---
--- Begin Message ---
Source: qt6-webchannel
Source-Version: 6.4.0-2
Done: Patrick Franz 

We believe that the bug you reported is fixed in the latest version of
qt6-webchannel, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1023...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Patrick Franz  (supplier of updated qt6-webchannel package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 05 Nov 2022 10:02:45 +0100
Source: qt6-webchannel
Architecture: source
Version: 6.4.0-2
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Patrick Franz 
Closes: 1015629 1023077
Changes:
 qt6-webchannel (6.4.0-2) experimental; urgency=medium
 .
   [ Patrick Franz ]
   * Enable link time optimization (Closes: #1015629).
   * Pass QT_HOST_PATH to cmake in cross-builds, thx to Helmut Grohne
 (Closes: #1023077).
Checksums-Sha1:
 68dc120944ec912b987c6043954c2515c8d1dca3 2437 qt6-webchannel_6.4.0-2.dsc
 53cc484842a7832e247baeaca70d0592e6ae49e1 5916 
qt6-webchannel_6.4.0-2.debian.tar.xz
 a496f7c19066ad3eae6ec1e8e894beac75dac65e 8983 
qt6-webchannel_6.4.0-2_source.buildinfo
Checksums-Sha256:
 97a1dde59a27910da2f74d6ecda635c52c07f473ff0aac22ad432a8c6feb9ed9 2437 
qt6-webchannel_6.4.0-2.dsc
 619c276ba5f614ea796513856af725726e41eba057b63d194fe30ae4b9b7863b 5916 
qt6-webchannel_6.4.0-2.debian.tar.xz
 888465c8ff7ef6f5dc7018ef4bcd24dca58138041066596d5262b3e6b16594fb 8983 
qt6-webchannel_6.4.0-2_source.buildinfo
Files:
 2e243b486bf2016f6db5de72cc4b50bb 2437 libs optional qt6-webchannel_6.4.0-2.dsc
 5b1174a4626d8f5231cc49dc3dfc7eac 5916 libs optional 
qt6-webchannel_6.4.0-2.debian.tar.xz
 53a3b03edcf2bfe2d94e83d3fd74ba51 8983 libs optional 
qt6-webchannel_6.4.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEYodBXDR68cxZHu3Knp96YDB3/lYFAmNmJwUACgkQnp96YDB3
/la0FQ//RUI6ReZq846d+HMwA9ZlryqZsPF0GI16XPGqDJWSbR9WxZAFLIjB0k7Y
PcxxSVFuWJjre0R2ujXmSzWOY5SGXvWEIFUT3aZ4U7WOyZc3dX+zAw+ZU8tVv3gs
e5Dk7fPzZdRQBa84g7R++Nw9TpggCnbEG6CHjRZMFfZfA1ENSLYAIKh0qchb

Processing of qt6-webchannel_6.4.0-2_source.changes

2022-11-05 Thread Debian FTP Masters
qt6-webchannel_6.4.0-2_source.changes uploaded successfully to localhost
along with the files:
  qt6-webchannel_6.4.0-2.dsc
  qt6-webchannel_6.4.0-2.debian.tar.xz
  qt6-webchannel_6.4.0-2_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



qt6-webchannel_6.4.0-2_source.changes ACCEPTED into experimental

2022-11-05 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 05 Nov 2022 10:02:45 +0100
Source: qt6-webchannel
Architecture: source
Version: 6.4.0-2
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Patrick Franz 
Closes: 1015629 1023077
Changes:
 qt6-webchannel (6.4.0-2) experimental; urgency=medium
 .
   [ Patrick Franz ]
   * Enable link time optimization (Closes: #1015629).
   * Pass QT_HOST_PATH to cmake in cross-builds, thx to Helmut Grohne
 (Closes: #1023077).
Checksums-Sha1:
 68dc120944ec912b987c6043954c2515c8d1dca3 2437 qt6-webchannel_6.4.0-2.dsc
 53cc484842a7832e247baeaca70d0592e6ae49e1 5916 
qt6-webchannel_6.4.0-2.debian.tar.xz
 a496f7c19066ad3eae6ec1e8e894beac75dac65e 8983 
qt6-webchannel_6.4.0-2_source.buildinfo
Checksums-Sha256:
 97a1dde59a27910da2f74d6ecda635c52c07f473ff0aac22ad432a8c6feb9ed9 2437 
qt6-webchannel_6.4.0-2.dsc
 619c276ba5f614ea796513856af725726e41eba057b63d194fe30ae4b9b7863b 5916 
qt6-webchannel_6.4.0-2.debian.tar.xz
 888465c8ff7ef6f5dc7018ef4bcd24dca58138041066596d5262b3e6b16594fb 8983 
qt6-webchannel_6.4.0-2_source.buildinfo
Files:
 2e243b486bf2016f6db5de72cc4b50bb 2437 libs optional qt6-webchannel_6.4.0-2.dsc
 5b1174a4626d8f5231cc49dc3dfc7eac 5916 libs optional 
qt6-webchannel_6.4.0-2.debian.tar.xz
 53a3b03edcf2bfe2d94e83d3fd74ba51 8983 libs optional 
qt6-webchannel_6.4.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEYodBXDR68cxZHu3Knp96YDB3/lYFAmNmJwUACgkQnp96YDB3
/la0FQ//RUI6ReZq846d+HMwA9ZlryqZsPF0GI16XPGqDJWSbR9WxZAFLIjB0k7Y
PcxxSVFuWJjre0R2ujXmSzWOY5SGXvWEIFUT3aZ4U7WOyZc3dX+zAw+ZU8tVv3gs
e5Dk7fPzZdRQBa84g7R++Nw9TpggCnbEG6CHjRZMFfZfA1ENSLYAIKh0qchbh1eQ
gqHTjeApOFvxOGSaDd/KbVu6MmRf8jj+WcGv5JFpzeMfd6sJhiihm2rdm8E9V2T+
18QzeoYPi5lAbUmzP06a1lkTgpESL8TMxM+aNG/v0w9RlkjCXGLREDTzh428t5LL
P3mr599+PT/QpF4EHBVX5mX8JYzO1mY7UvNYZBq1jmzkIthSr//tPZlQwm9DMyFu
XYXZs2jRida/JO0Z32ap+3Uy9rAAdf+wq9Jjb4ye7xNpZhb4TWTtRhbxIIcjHKW2
KTlW46ehQISUhO3ZMlMbIVD/O5677L7EZ1GUwkIMwbkgXkwucvdD3/pVuxi0LiYw
tL4uoVJp29+v9EEGBuSSqViW1dEtf0Ez6yV+O1I7tT24ttNbCYCN56E1SNOTnhQy
CV12do3ySKepkFItoVBH3dxUlYOjNL9wFRG539LZmZmSoaedNh7ojOKR8n3hC5n4
p1CSefZ5U5uYqbc/2iDxPDGSoiuOQqQmtflYu6PGwG6/piVhIJQ=
=3p4i
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#1023088: marked as done (qt6-wayland FTCBFS: does not pass QT_HOST_PATH and more)

2022-11-05 Thread Debian Bug Tracking System
Your message dated Sat, 05 Nov 2022 10:20:08 +
with message-id 
and subject line Bug#1023088: fixed in qt6-wayland 6.4.0-2
has caused the Debian Bug report #1023088,
regarding qt6-wayland FTCBFS: does not pass QT_HOST_PATH and more
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1023088: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023088
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: qt6-wayland
Version: 6.3.1-2
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

qt6-wayland fails to cross build from source. The immediate failure is a
missing QT_HOST_PATH variable. Beyond that, it also needs
QT_HOST_PATH_CMAKE_DIR and the relevant cmake files from a native
qt6-wayland-dev. Surprisingly qt6-wayland-dev does not yet depend on
qt6-wayland-dev-tools even though its cmake files reference the
contained tool. I think this is a missing runtime dependency. Finally,
we also need to tell qt6-wayland to cross build its tools. I'm attaching
a patch that makes qt6-wayland cross buildable for your convenience.

Helmut
diff --minimal -Nru qt6-wayland-6.3.1/debian/changelog 
qt6-wayland-6.3.1/debian/changelog
--- qt6-wayland-6.3.1/debian/changelog  2022-08-15 19:24:06.0 +0200
+++ qt6-wayland-6.3.1/debian/changelog  2022-10-30 00:56:48.0 +0200
@@ -1,3 +1,14 @@
+qt6-wayland (6.3.1-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: (Closes: #-1)
++ Pass QT_HOST_PATH and QT_HOST_PATH_CMAKE_DIR.
++ Depend on a native version of ourselves.
++ qt6-wayland-dev needs to depend on qt6-wayland-dev-tools.
++ Do build tools when cross compiling.
+
+ -- Helmut Grohne   Sun, 30 Oct 2022 00:56:48 +0200
+
 qt6-wayland (6.3.1-2) unstable; urgency=medium
 
   [ Patrick Franz ]
diff --minimal -Nru qt6-wayland-6.3.1/debian/control 
qt6-wayland-6.3.1/debian/control
--- qt6-wayland-6.3.1/debian/control2022-08-15 18:52:08.0 +0200
+++ qt6-wayland-6.3.1/debian/control2022-10-30 00:56:48.0 +0200
@@ -24,6 +24,7 @@
qt6-base-private-dev (>= 6.3.1+dfsg~),
qt6-declarative-dev (>= 6.3.1+dfsg~),
qt6-declarative-private-dev (>= 6.3.1+dfsg~),
+   qt6-wayland-dev:native ,
xauth ,
xvfb ,
zlib1g-dev,
@@ -144,6 +146,7 @@
  libqt6waylandeglclienthwintegration6 (= ${binary:Version}),
  libqt6waylandeglcompositorhwintegration6 (= ${binary:Version}),
  libqt6wlshellintegration6 (= ${binary:Version}),
+ qt6-wayland-dev-tools (= ${binary:Version}),
  ${misc:Depends},
 Description: Qt 6 Wayland - development files
  Qt is a cross-platform C++ application framework. Qt's primary feature
diff --minimal -Nru qt6-wayland-6.3.1/debian/rules 
qt6-wayland-6.3.1/debian/rules
--- qt6-wayland-6.3.1/debian/rules  2021-12-13 22:33:29.0 +0100
+++ qt6-wayland-6.3.1/debian/rules  2022-10-30 00:56:48.0 +0200
@@ -4,12 +4,22 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+extra_cmake_args :=
+
+ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
+extra_cmake_args += \
+   -DQT_HOST_PATH=/usr \
+   -DQT_HOST_PATH_CMAKE_DIR=/usr/lib/${DEB_BUILD_MULTIARCH}/cmake \
+   -DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=ON
+endif
+
 %:
dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja
 
 override_dh_auto_configure:
dh_auto_configure -- \
-   -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
+   -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
+   $(extra_cmake_args)
 
 execute_after_dh_auto_install:
# Reproducible builds: remove build paths from .prl files
--- End Message ---
--- Begin Message ---
Source: qt6-wayland
Source-Version: 6.4.0-2
Done: Patrick Franz 

We believe that the bug you reported is fixed in the latest version of
qt6-wayland, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1023...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Patrick Franz  (supplier of updated qt6-wayland package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Da

Bug#1015627: marked as done (qt6-wayland: ftbfs with LTO (link time optimization) enabled)

2022-11-05 Thread Debian Bug Tracking System
Your message dated Sat, 05 Nov 2022 10:20:08 +
with message-id 
and subject line Bug#1015627: fixed in qt6-wayland 6.4.0-2
has caused the Debian Bug report #1015627,
regarding qt6-wayland: ftbfs with LTO (link time optimization) enabled
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1015627: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015627
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:qt6-wayland
Version: 6.2.4-2
Severity: minor
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-lto

This package currently fails to build (at least on the amd64
architecture) with link time optimizations enabled.  For a background
for LTO please see

https://wiki.debian.org/ToolChain/LTO

The goal is to enable this optimization by default in an upcoming
Debian release in dpkg-buildflags for 64bit architectures.  The goal
is to get this package to build with link time optimizations, or to
explicitly disable link time optimizations for this package build.

To reproduce the build failure, enable the lto optimization in
testing/unstable by adding "optimize=+lto" to DEB_BUILD_MAINT_OPTIONS
in the debian/rules file, or if this macro is unset, just set it:

export DEB_BUILD_MAINT_OPTIONS = optimize=+lto

Please try to fix the build with lto enabled, fixing the packaging or
forwarding the issue upstream. If the issue cannot be fixed,
explicitly disallow building the package with lto by adding to your
rules file:

export DEB_BUILD_MAINT_OPTIONS = optimize=-lto

or adding that string to your existing setting of DEB_BUILD_MAINT_OPTIONS.

The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/dpkglto/qt6-wayland_6.2.4-2_unstable_dpkglto.log
The last lines of the build log are at the end of this report.

[...]
- _ZTVN15QtWaylandServer22zqt_texture_sharing_v18ResourceE@Base 6.2.2
+#MISSING: 6.2.4-2# 
_ZTVN15QtWaylandServer22zqt_texture_sharing_v18ResourceE@Base 6.2.2
  _ZTVN15QtWaylandServer22zqt_texture_sharing_v1E@Base 6.2.2
- _ZTVN15QtWaylandServer22zxdg_output_manager_v18ResourceE@Base 6.2.2
+#MISSING: 6.2.4-2# 
_ZTVN15QtWaylandServer22zxdg_output_manager_v18ResourceE@Base 6.2.2
  _ZTVN15QtWaylandServer22zxdg_output_manager_v1E@Base 6.2.2
- _ZTVN15QtWaylandServer23qt_hardware_integration8ResourceE@Base 6.2.2
+#MISSING: 6.2.4-2# 
_ZTVN15QtWaylandServer23qt_hardware_integration8ResourceE@Base 6.2.2
  _ZTVN15QtWaylandServer23qt_hardware_integrationE@Base 6.2.2
- _ZTVN15QtWaylandServer23qt_text_input_method_v18ResourceE@Base 6.2.2
+#MISSING: 6.2.4-2# 
_ZTVN15QtWaylandServer23qt_text_input_method_v18ResourceE@Base 6.2.2
  _ZTVN15QtWaylandServer23qt_text_input_method_v1E@Base 6.2.2
- _ZTVN15QtWaylandServer25zwp_text_input_manager_v28ResourceE@Base 6.2.2
+#MISSING: 6.2.4-2# 
_ZTVN15QtWaylandServer25zwp_text_input_manager_v28ResourceE@Base 6.2.2
  _ZTVN15QtWaylandServer25zwp_text_input_manager_v2E@Base 6.2.2
- _ZTVN15QtWaylandServer26zxdg_decoration_manager_v18ResourceE@Base 6.2.2
+#MISSING: 6.2.4-2# 
_ZTVN15QtWaylandServer26zxdg_decoration_manager_v18ResourceE@Base 6.2.2
  _ZTVN15QtWaylandServer26zxdg_decoration_manager_v1E@Base 6.2.2
- _ZTVN15QtWaylandServer27zwp_idle_inhibit_manager_v18ResourceE@Base 6.2.2
+#MISSING: 6.2.4-2# 
_ZTVN15QtWaylandServer27zwp_idle_inhibit_manager_v18ResourceE@Base 6.2.2
  _ZTVN15QtWaylandServer27zwp_idle_inhibit_manager_v1E@Base 6.2.2
- _ZTVN15QtWaylandServer27zxdg_toplevel_decoration_v18ResourceE@Base 6.2.2
+#MISSING: 6.2.4-2# 
_ZTVN15QtWaylandServer27zxdg_toplevel_decoration_v18ResourceE@Base 6.2.2
  _ZTVN15QtWaylandServer27zxdg_toplevel_decoration_v1E@Base 6.2.2
- _ZTVN15QtWaylandServer31qt_text_input_method_manager_v18ResourceE@Base 6.2.2
+#MISSING: 6.2.4-2# 
_ZTVN15QtWaylandServer31qt_text_input_method_manager_v18ResourceE@Base 6.2.2
  _ZTVN15QtWaylandServer31qt_text_input_method_manager_v1E@Base 6.2.2
- _ZTVN15QtWaylandServer6wl_shm8ResourceE@Base 6.2.2
+#MISSING: 6.2.4-2# _ZTVN15QtWaylandServer6wl_shm8ResourceE@Base 6.2.2
  _ZTVN15QtWaylandServer6wl_shmE@Base 6.2.2
- _ZTVN15QtWaylandServer7wl_seat8ResourceE@Base 6.2.2
+#MISSING: 6.2.4-2# _ZTVN15QtWaylandServer7wl_seat8ResourceE@Base 6.2.2
  _ZTVN15QtWaylandServer7wl_seatE@Base 6.2.2
- _ZTVN15QtWaylandServer8wl_shell8ResourceE@Base 6.2.2
+#MISSING: 6.2.4-2# _ZTVN15QtWaylandServer8wl_shell8ResourceE@Base 6.2.2
  _ZTVN15QtWaylandServer8wl_shellE@Base 6.2.2
- _ZTVN15QtWaylandServer8wl_touch8ResourceE@Base 6.2.2
+#MISSING: 6.2.4-2# _ZTVN15QtWaylandServer8wl_touch8ResourceE@Base 6.2.2
  _ZTVN15QtWaylandServer8wl_touchE@Base 6.2.2
- _ZTVN15QtWaylandServer9wl_buffer8ResourceE@B

Processing of qt6-wayland_6.4.0-2_source.changes

2022-11-05 Thread Debian FTP Masters
qt6-wayland_6.4.0-2_source.changes uploaded successfully to localhost
along with the files:
  qt6-wayland_6.4.0-2.dsc
  qt6-wayland_6.4.0-2.debian.tar.xz
  qt6-wayland_6.4.0-2_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



qt6-wayland_6.4.0-2_source.changes ACCEPTED into experimental

2022-11-05 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 05 Nov 2022 11:03:07 +0100
Source: qt6-wayland
Architecture: source
Version: 6.4.0-2
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Patrick Franz 
Closes: 1015627 1023088
Changes:
 qt6-wayland (6.4.0-2) experimental; urgency=medium
 .
   [ Patrick Franz ]
   * Enable link time optimization (Closes: #1015627).
   * Fix FTCBFS, thx to Helmut Grohne (Closes: #1023088):
 + Pass QT_HOST_PATH and QT_HOST_PATH_CMAKE_DIR.
 + Depend on a native version of ourselves.
 + qt6-wayland-dev needs to depend on qt6-wayland-dev-tools.
 + Do build tools when cross compiling.
Checksums-Sha1:
 adbae17a842d2b053f29252957ff5a6aad0ce50f 3311 qt6-wayland_6.4.0-2.dsc
 e8e04221334677458b4ee76be3132be2e1d6e069 46164 
qt6-wayland_6.4.0-2.debian.tar.xz
 ea582a24be3fe953359575db8caaa976c73682c5 9435 
qt6-wayland_6.4.0-2_source.buildinfo
Checksums-Sha256:
 5e971a743b48185d34faaf42e0caab3936c6cc666b01471a1459908c9df7db45 3311 
qt6-wayland_6.4.0-2.dsc
 4c80889f1733d749776641e622dca9d2ecb5c077dec0c20dad8ba36d8e2ae786 46164 
qt6-wayland_6.4.0-2.debian.tar.xz
 036650f4024af5e9e19d3203a8e86490b9ff63363d88b850d96fe5ce8679048e 9435 
qt6-wayland_6.4.0-2_source.buildinfo
Files:
 66f9b7172d102cfe0cced403ece2 3311 libs optional qt6-wayland_6.4.0-2.dsc
 ddec9eaa101761301ab2de8ec5272452 46164 libs optional 
qt6-wayland_6.4.0-2.debian.tar.xz
 916ebad17821a1798e02ef88d5dcd030 9435 libs optional 
qt6-wayland_6.4.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEYodBXDR68cxZHu3Knp96YDB3/lYFAmNmNZwACgkQnp96YDB3
/lZ2eBAAtXhB0q0EJtYGZD2CJSRBheRpTQYtTUGRc8Np0Ja2Bp3wXf+4TVOtHb23
oVX9bhMpcqXJpuj3dozISEjDW3rNbvejznbP0FXYu2rE4xxSPCOWYN3YuKu2bgDB
TmCzM0Syuu5Ol0Y0fTha54Ycmkw1rEBA05ACu6AulpcPMIGz2RyDpFhcSNUClZ4P
Ek7n/cdeJ7KubqqIgFbMc1iAtoix4bYuvQVjDG7yFeSfP2YKEdm5Lgmb8u72tVQq
QC82/TOzcpJ/MI+WfJP7mHTQYNZAjZk3yPjd8Ig9p8bZanO6VzSrAZ+toG8ODcW0
IH8tzBEUBpBUmckO/6BtSGFpWn1KTW1zXm9wQqrzIVj1Bw9mIECiWrG5z7otDfIw
xx/prGyjLyOz63NxhqFc+UufC4oyAJsWUVMqRmw/oo1YUyierGPtSHvVdMY6//Vi
JROgvi5UD3xugHRF2WVhSi5wqK0sSF+H5ICtdQwxhtXxpWkOo3Sj9pLY+RzHYdc9
UjME0SxveXbfpMGPgJVr/VR4VnCxZwjeK/NX/cry8vSAck5Ne4eLleAkmjdBvL5R
GzNcJagG0zvxAUq83w5WUIAzH/DKDybaaZaSJo3NdE6G+cLK2qB35sO9vFV7T3k3
ifkCbSxFa3lqH+Be/TbnFIXsOcxNAZqB8hbMA2ZoNdyf0pdwjtM=
=MOHS
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of qt6-tools_6.4.0-3_source.changes

2022-11-05 Thread Debian FTP Masters
qt6-tools_6.4.0-3_source.changes uploaded successfully to localhost
along with the files:
  qt6-tools_6.4.0-3.dsc
  qt6-tools_6.4.0-3.debian.tar.xz
  qt6-tools_6.4.0-3_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



qt6-tools_6.4.0-3_source.changes ACCEPTED into experimental

2022-11-05 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 05 Nov 2022 11:42:25 +0100
Source: qt6-tools
Architecture: source
Version: 6.4.0-3
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Patrick Franz 
Changes:
 qt6-tools (6.4.0-3) experimental; urgency=medium
 .
   [ Patrick Franz ]
   * Force build with clang-15.
Checksums-Sha1:
 e9cd45d4d73f2c60a3116a498f25363890fcf067 3133 qt6-tools_6.4.0-3.dsc
 716f90cc0b5c82c7a3c5bc3bedbf328b78a6d8fe 37452 qt6-tools_6.4.0-3.debian.tar.xz
 a9eda7d2333d739a6d0dd14ca8acc25eb1301635 8963 
qt6-tools_6.4.0-3_source.buildinfo
Checksums-Sha256:
 238fd14a256abf36dd9a84da3d8c4babb60bcb185146a03f85b59e36b8b35bd7 3133 
qt6-tools_6.4.0-3.dsc
 63d20b628d2d294a12d28abcdd6beba24cbe96662688d33744aca670272dcccb 37452 
qt6-tools_6.4.0-3.debian.tar.xz
 e1ada70697a11da9dc25fae0c6cfffb0f354b499a5c02b7290cdb7334d5e37dc 8963 
qt6-tools_6.4.0-3_source.buildinfo
Files:
 270c8849dc9e9f0100b2d5f55684d035 3133 libs optional qt6-tools_6.4.0-3.dsc
 fc351f9d6e02c31d977230c1004a31f4 37452 libs optional 
qt6-tools_6.4.0-3.debian.tar.xz
 8569abe5e3fd1b62fa81171858c66426 8963 libs optional 
qt6-tools_6.4.0-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEYodBXDR68cxZHu3Knp96YDB3/lYFAmNmP1cACgkQnp96YDB3
/lYhWg//Q2uuHSeecajAYIp2i4kHFcy1jrRwR8bnOLAWK/ek5gi+R6u494he1MHr
96oYkayqeuBT8BG2wUyvbeq7fQkZMmLNSDvOLdUc/BBu/8jLu64RVoJlgHCBoxXD
uDfAF2wdr7MVvKAJ0xjja+UPfbgiFDRGnUWOGc6bxiK6Ja+KUPX70rkXLO7nySYI
mTbiYWQ8a3bIHT6eZNl6NJBhbpiMwjhedUnz5xRoN+hfexb4PXFURnZfcIB+f6Ym
nxS7zsM2bkku/KNaNj5M80+VdqiZD4fFKy/pMR4h6HGa326IfhXYLhpfQHlDN7Uy
FB7ehn0pNWx0WNDvwfAmzcVBiOzxpt9Q59weQhpMNv23rMEStxw65Mhlk4RfQIkb
73ImTcuPc23oRAjXn4+ZOxS14CoP6yQ4Qirs2t2Oju7+tBVNVUE6HJZCCzsN3zaN
+qRaabgmDDcAegmqu2uA2CwfQ7yU1cJwh3z0Z5tvtGwsI6p+eH0PjHZ+O00ZWcE9
VMcOWDcWqCtoBpX5zALvgNH7PY1uBdMw+795+H+zsKxMVcFEt+QoVYUZv+1N2LRe
rp7+fhq4Z6gxvx6szVbasOTtxNdJEOK/Z56WmnL4rnOxRBui8G7gumaC0sndgiyC
cCnfNvC15QXnEqF7tfempyfGXZmZuGB0MPDCgwLR+3oFsFA3o9s=
=C7Ag
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#1012422: marked as done (plasma-systemmonitor: plasma system monitor doesn't start anymore)

2022-11-05 Thread Debian Bug Tracking System
Your message dated Sat, 05 Nov 2022 15:55:40 +0100
with message-id <2660113.mvXUDI8C0e@grummly>
and subject line Closing #1012422 plasma-systemmonitor: plasma system monitor 
doesn't start anymore
has caused the Debian Bug report #1012422,
regarding plasma-systemmonitor: plasma system monitor doesn't start anymore
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1012422: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012422
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: plasma-systemmonitor
Version: 5.24.90-2
Severity: important

Dear Maintainer,

After upgrading the plasma-systemmonitor to version 5.24.5-1 and then to
5.24.90-2, I can't start it anymore. straces shows that is exists with 0.

statx(AT_FDCWD,
"/home/adrian/.local/share/flatpak/exports/share/icons/hicolor/symbolic/apps",
AT_STATX_SYNC_AS_STAT, STATX_ALL, {stx_mask=STATX_ALL|STATX_MNT_ID,
stx_attributes=0, stx_mode=S_IFDIR|0755, stx_size=4096, ...}) = 0
statx(AT_FDCWD, "/var/lib/flatpak/exports/share/icons/hicolor/symbolic/apps",
AT_STATX_SYNC_AS_STAT, STATX_ALL, {stx_mask=STATX_ALL|STATX_MNT_ID,
stx_attributes=0, stx_mode=S_IFDIR|0755, stx_size=4096, ...}) = 0
statx(AT_FDCWD, "/usr/share/icons/hicolor/symbolic/apps",
AT_STATX_SYNC_AS_STAT, STATX_ALL, {stx_mask=STATX_ALL|STATX_MNT_ID,
stx_attributes=0, stx_mode=S_IFDIR|0755, stx_size=4096, ...}) = 0
write(5, "\1\0\0\0\0\0\0\0", 8) = 8
write(5, "\1\0\0\0\0\0\0\0", 8) = 8
write(7, "\1\0\0\0\0\0\0\0", 8) = 8
futex(0x7ffd541a53c0, FUTEX_WAIT_PRIVATE, 0, NULL) = 0
write(7, "\1\0\0\0\0\0\0\0", 8) = 8
futex(0x561f95668b90, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL,
FUTEX_BITSET_MATCH_ANY) = 0
futex(0x561f95668b40, FUTEX_WAKE_PRIVATE, 1) = 0
write(7, "\1\0\0\0\0\0\0\0", 8) = 8
futex(0x7f2f55be2880, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7ffd541a53e0, FUTEX_WAIT_PRIVATE, 0, NULL) = 0
write(7, "\1\0\0\0\0\0\0\0", 8) = 8
futex(0x561f9563ce90, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL,
FUTEX_BITSET_MATCH_ANY) = 0
futex(0x561f9563ce40, FUTEX_WAKE_PRIVATE, 1) = 0
write(7, "\1\0\0\0\0\0\0\0", 8) = 8
futex(0x561f95640a20, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL,
FUTEX_BITSET_MATCH_ANY) = 0
futex(0x561f956409d0, FUTEX_WAKE_PRIVATE, 1) = 0
msync(0x7f2f4988d000, 10547304, MS_ASYNC|MS_INVALIDATE) = 0
munmap(0x7f2f4988d000, 10547304)= 0
write(7, "\1\0\0\0\0\0\0\0", 8) = 8
futex(0x7ffd541a5530, FUTEX_WAIT_PRIVATE, 0, NULL) = 0
write(7, "\1\0\0\0\0\0\0\0", 8) = 8
futex(0x561f955dc6a8, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x561f955d3a70, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL,
FUTEX_BITSET_MATCH_ANY) = 0
futex(0x561f955d3a20, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f2f4b14e040, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f2f4b123070, FUTEX_WAKE_PRIVATE, 2147483647) = 0
getpid()= 456284
exit_group(0)   = ?
+++ exited with 0 +++


*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armhf

Kernel: Linux 5.17.0-1-amd64 (SMP w/24 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:ro
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages plasma-systemmonitor depends on:
ii  ksystemstats 5.24.5-1
ii  libc62.33-7
ii  libkf5configcore55.94.0-3
ii  libkf5configgui5 5.94.0-3
ii  libkf5coreaddons55.94.0-1
ii  libkf5dbusaddons55.94.0-1
ii  libkf5globalaccel-bin5.94.0-1
ii  libkf5globalaccel5   5.94.0-1
ii  libkf5i18n5  5.94.0-1
ii  libkf5itemmodels55.94.0-1
ii  libkf5kiogui55.94.0-1
ii  libkf5newstuffcore5  5.94.0-2
ii  libkf5service-bin  

Processing of qt6-svg_6.4.0-2_source.changes

2022-11-05 Thread Debian FTP Masters
qt6-svg_6.4.0-2_source.changes uploaded successfully to localhost
along with the files:
  qt6-svg_6.4.0-2.dsc
  qt6-svg_6.4.0-2.debian.tar.xz
  qt6-svg_6.4.0-2_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#1015623: marked as done (qt6-svg: ftbfs with LTO (link time optimization) enabled)

2022-11-05 Thread Debian Bug Tracking System
Your message dated Sat, 05 Nov 2022 16:24:06 +
with message-id 
and subject line Bug#1015623: fixed in qt6-svg 6.4.0-2
has caused the Debian Bug report #1015623,
regarding qt6-svg: ftbfs with LTO (link time optimization) enabled
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1015623: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015623
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:qt6-svg
Version: 6.2.4-2
Severity: minor
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-lto

This package currently fails to build (at least on the amd64
architecture) with link time optimizations enabled.  For a background
for LTO please see

https://wiki.debian.org/ToolChain/LTO

The goal is to enable this optimization by default in an upcoming
Debian release in dpkg-buildflags for 64bit architectures.  The goal
is to get this package to build with link time optimizations, or to
explicitly disable link time optimizations for this package build.

To reproduce the build failure, enable the lto optimization in
testing/unstable by adding "optimize=+lto" to DEB_BUILD_MAINT_OPTIONS
in the debian/rules file, or if this macro is unset, just set it:

export DEB_BUILD_MAINT_OPTIONS = optimize=+lto

Please try to fix the build with lto enabled, fixing the packaging or
forwarding the issue upstream. If the issue cannot be fixed,
explicitly disallow building the package with lto by adding to your
rules file:

export DEB_BUILD_MAINT_OPTIONS = optimize=-lto

or adding that string to your existing setting of DEB_BUILD_MAINT_OPTIONS.

The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/dpkglto/qt6-svg_6.2.4-2_unstable_dpkglto.log
The last lines of the build log are at the end of this report.

[...]
   dh_dwz -a -O--buildsystem=cmake\+ninja
   dh_strip -a -O--buildsystem=cmake\+ninja
   dh_makeshlibs -a -O--buildsystem=cmake\+ninja
dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols 
file: see diff output below
dpkg-gensymbols: warning: debian/libqt6svg6/DEBIAN/symbols doesn't match 
completely debian/libqt6svg6.symbols
--- debian/libqt6svg6.symbols (libqt6svg6_6.2.4-2_amd64)
+++ dpkg-gensymbolshXjbHD   2022-06-10 09:02:21.605764770 +
@@ -247,7 +247,7 @@
  _ZNK11QSvgHandler8selectorEv@Base 6.2.0
  _ZNK11QSvgPolygon4typeEv@Base 6.2.0
  _ZNK11QSvgPolygon6boundsEP8QPainterR15QSvgExtraStates@Base 6.2.0
- _ZNK12QPaintDevice7devTypeEv@Base 6.2.0
+#MISSING: 6.2.4-2# _ZNK12QPaintDevice7devTypeEv@Base 6.2.0
  _ZNK12QSvgPolyline4typeEv@Base 6.2.0
  _ZNK12QSvgPolyline6boundsEP8QPainterR15QSvgExtraStates@Base 6.2.0
  _ZNK12QSvgRenderer10metaObjectEv@Base 6.2.0
@@ -286,7 +286,7 @@
  _ZNK16QSvgTinyDocument13elementExistsERK7QString@Base 6.2.0
  _ZNK16QSvgTinyDocument15boundsOnElementERK7QString@Base 6.2.0
  _ZNK16QSvgTinyDocument19transformForElementERK7QString@Base 6.2.0
- _ZNK16QSvgTinyDocument4sizeEv@Base 6.2.0
+#MISSING: 6.2.4-2# _ZNK16QSvgTinyDocument4sizeEv@Base 6.2.0
  _ZNK16QSvgTinyDocument4typeEv@Base 6.2.0
  _ZNK16QSvgTinyDocument7svgFontERK7QString@Base 6.2.0
  _ZNK16QSvgTinyDocument8animatedEv@Base 6.2.0
@@ -357,17 +357,17 @@
  _ZTI21QSvgFillStyleProperty@Base 6.2.0
  _ZTI21QSvgViewportFillStyle@Base 6.2.0
  _ZTI5QSvgG@Base 6.2.0
- _ZTI7QBitmap@Base 6.2.0
+#MISSING: 6.2.4-2# _ZTI7QBitmap@Base 6.2.0
  _ZTI7QSvgArc@Base 6.2.0
  _ZTI8QSvgDefs@Base 6.2.0
- _ZTI8QSvgFont@Base 6.2.0
+#MISSING: 6.2.4-2# _ZTI8QSvgFont@Base 6.2.0
  _ZTI8QSvgLine@Base 6.2.0
  _ZTI8QSvgNode@Base 6.2.0
  _ZTI8QSvgPath@Base 6.2.0
  _ZTI8QSvgRect@Base 6.2.0
  _ZTI8QSvgText@Base 6.2.0
  _ZTI9QSvgImage@Base 6.2.0
- _ZTI9QSvgTspan@Base 6.2.0
+#MISSING: 6.2.4-2# _ZTI9QSvgTspan@Base 6.2.0
  _ZTS10QSvgCircle@Base 6.2.0
  _ZTS10QSvgSwitch@Base 6.2.0
  _ZTS11QSvgEllipse@Base 6.2.0
@@ -430,17 +430,17 @@
  _ZTV21QSvgFillStyleProperty@Base 6.2.0
  _ZTV21QSvgViewportFillStyle@Base 6.2.0
  _ZTV5QSvgG@Base 6.2.0
- _ZTV7QBitmap@Base 6.2.0
+#MISSING: 6.2.4-2# _ZTV7QBitmap@Base 6.2.0
  _ZTV7QSvgArc@Base 6.2.0
  _ZTV8QSvgDefs@Base 6.2.0
- _ZTV8QSvgFont@Base 6.2.0
+#MISSING: 6.2.4-2# _ZTV8QSvgFont@Base 6.2.0
  _ZTV8QSvgLine@Base 6.2.0
  _ZTV8QSvgNode@Base 6.2.0
  _ZTV8QSvgPath@Base 6.2.0
  _ZTV8QSvgRect@Base 6.2.0
  _ZTV8QSvgText@Base 6.2.0
  _ZTV9QSvgImage@Base 6.2.0
- _ZTV9QSvgTspan@Base 6.2.0
+#MISSING: 6.2.4-2# _ZTV9QSvgTspan@Base 6.2.0
  
(optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI10QByteArrayE10getCopyCtrEvENUlPKNS_18QMetaTypeInterfaceEPvPKvE_4_FUNES5_S6_S8_@Base
 6.2.0
  
(optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI10QByteArrayE10getMoveCtrEvENUlPKNS_1

Bug#1023074: marked as done (qt6-svg FTCBFS: does not pass QT_HOST_PATH)

2022-11-05 Thread Debian Bug Tracking System
Your message dated Sat, 05 Nov 2022 16:24:06 +
with message-id 
and subject line Bug#1023074: fixed in qt6-svg 6.4.0-2
has caused the Debian Bug report #1023074,
regarding qt6-svg FTCBFS: does not pass QT_HOST_PATH
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1023074: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023074
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: qt6-svg
Version: 6.3.1-2
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

qt6-svg fails to cross build from source, because it does not pass
QT_HOST_PATH. Please consider applying the attached patch to fix that.

Helmut
diff --minimal -Nru qt6-svg-6.3.1/debian/changelog 
qt6-svg-6.3.1/debian/changelog
--- qt6-svg-6.3.1/debian/changelog  2022-08-15 19:23:56.0 +0200
+++ qt6-svg-6.3.1/debian/changelog  2022-10-30 00:40:25.0 +0200
@@ -1,3 +1,10 @@
+qt6-svg (6.3.1-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Pass QT_HOST_PATH. (Closes: #-1)
+
+ -- Helmut Grohne   Sun, 30 Oct 2022 00:40:25 +0200
+
 qt6-svg (6.3.1-2) unstable; urgency=medium
 
   [ Patrick Franz ]
diff --minimal -Nru qt6-svg-6.3.1/debian/rules qt6-svg-6.3.1/debian/rules
--- qt6-svg-6.3.1/debian/rules  2021-12-02 09:24:06.0 +0100
+++ qt6-svg-6.3.1/debian/rules  2022-10-30 00:40:25.0 +0200
@@ -4,12 +4,19 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+extra_cmake_args :=
+
+ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
+extra_cmake_args += -DQT_HOST_PATH=/usr
+endif
+
 %:
dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja
 
 override_dh_auto_configure:
dh_auto_configure -- \
-   -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
+   -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
+   $(extra_cmake_args)

 execute_after_dh_auto_install:
# Reproducible builds: remove build paths from .prl files
--- End Message ---
--- Begin Message ---
Source: qt6-svg
Source-Version: 6.4.0-2
Done: Patrick Franz 

We believe that the bug you reported is fixed in the latest version of
qt6-svg, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1023...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Patrick Franz  (supplier of updated qt6-svg package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 05 Nov 2022 16:58:45 +0100
Source: qt6-svg
Architecture: source
Version: 6.4.0-2
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Patrick Franz 
Closes: 1015623 1023074
Changes:
 qt6-svg (6.4.0-2) experimental; urgency=medium
 .
   [ Patrick Franz ]
   * Enable link time optimization (Closes: #1015623).
   * Pass QT_HOST_PATH to cmake in cross-builds, thx to Helmut Grohne
 (Closes: #1023074).
Checksums-Sha1:
 dac031503950d75160f0eae5b8bb55c671877872 2279 qt6-svg_6.4.0-2.dsc
 c5fb7e683a92edaa71bfddc9f0d068adeb212903 8540 qt6-svg_6.4.0-2.debian.tar.xz
 b407cb4bcfa162233263641ba0e6b573ad2f1498 8965 qt6-svg_6.4.0-2_source.buildinfo
Checksums-Sha256:
 98d92b241f4dc11078c055cb539632dc7ff45a03d0a291c685eced920edb6fd3 2279 
qt6-svg_6.4.0-2.dsc
 05aaccc19291fd277b0b0ff6a545f3f09b3a0be8dc89a890a9e1bf0c4573516d 8540 
qt6-svg_6.4.0-2.debian.tar.xz
 f7412061d4cab1a00f4052df60c51d56997ff1d6a7a8ce57968e52de6c5672e1 8965 
qt6-svg_6.4.0-2_source.buildinfo
Files:
 3b7c498b1483542deb594a9c0a8d0ffb 2279 libs optional qt6-svg_6.4.0-2.dsc
 887c0bfecfbd13f396dd5311ebc1f9bf 8540 libs optional 
qt6-svg_6.4.0-2.debian.tar.xz
 a5016894adebfb1888e292cb0de58f03 8965 libs optional 
qt6-svg_6.4.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEYodBXDR68cxZHu3Knp96YDB3/lYFAmNmiI4ACgkQnp96YDB3
/lZpQxAAi//4slQgkaGr2wedFAtA0GIQ0MQbXrxKbeC+Yky873Kt66mewEIiIWJ+
QWJhgts4+36zp3pgM6BH78Ro9cC298Cz4wsHGHmRGjO4GJOtqKIElL2pU63gNmRv
nJkC/NTH79rWHvxkRaNx7y5jFMbuSCrZ3sl4cs+Jz1ZpCPrso3/kmdoLovUPCyTi
zQx1omCr/WxPx9WgzsmKLG9DY7q1fRM/q5SUHbelvawFx8tFlT62uLNzKuPitbI/
2zQJg1MCan5ADq+BC9NUcrfc++Vsbqx33xcCZ+BskeJv2JWLkPTizdlioIWeF3w/
BHwBHo7/MA9U7UytYkNf/bMRKUQsRpzpmoihdTdzUgdHtfdspy1Pyx7LEE5f5QG6
Wn0IrmWXFPXj2yMF

qt6-svg_6.4.0-2_source.changes ACCEPTED into experimental

2022-11-05 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 05 Nov 2022 16:58:45 +0100
Source: qt6-svg
Architecture: source
Version: 6.4.0-2
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Patrick Franz 
Closes: 1015623 1023074
Changes:
 qt6-svg (6.4.0-2) experimental; urgency=medium
 .
   [ Patrick Franz ]
   * Enable link time optimization (Closes: #1015623).
   * Pass QT_HOST_PATH to cmake in cross-builds, thx to Helmut Grohne
 (Closes: #1023074).
Checksums-Sha1:
 dac031503950d75160f0eae5b8bb55c671877872 2279 qt6-svg_6.4.0-2.dsc
 c5fb7e683a92edaa71bfddc9f0d068adeb212903 8540 qt6-svg_6.4.0-2.debian.tar.xz
 b407cb4bcfa162233263641ba0e6b573ad2f1498 8965 qt6-svg_6.4.0-2_source.buildinfo
Checksums-Sha256:
 98d92b241f4dc11078c055cb539632dc7ff45a03d0a291c685eced920edb6fd3 2279 
qt6-svg_6.4.0-2.dsc
 05aaccc19291fd277b0b0ff6a545f3f09b3a0be8dc89a890a9e1bf0c4573516d 8540 
qt6-svg_6.4.0-2.debian.tar.xz
 f7412061d4cab1a00f4052df60c51d56997ff1d6a7a8ce57968e52de6c5672e1 8965 
qt6-svg_6.4.0-2_source.buildinfo
Files:
 3b7c498b1483542deb594a9c0a8d0ffb 2279 libs optional qt6-svg_6.4.0-2.dsc
 887c0bfecfbd13f396dd5311ebc1f9bf 8540 libs optional 
qt6-svg_6.4.0-2.debian.tar.xz
 a5016894adebfb1888e292cb0de58f03 8965 libs optional 
qt6-svg_6.4.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEYodBXDR68cxZHu3Knp96YDB3/lYFAmNmiI4ACgkQnp96YDB3
/lZpQxAAi//4slQgkaGr2wedFAtA0GIQ0MQbXrxKbeC+Yky873Kt66mewEIiIWJ+
QWJhgts4+36zp3pgM6BH78Ro9cC298Cz4wsHGHmRGjO4GJOtqKIElL2pU63gNmRv
nJkC/NTH79rWHvxkRaNx7y5jFMbuSCrZ3sl4cs+Jz1ZpCPrso3/kmdoLovUPCyTi
zQx1omCr/WxPx9WgzsmKLG9DY7q1fRM/q5SUHbelvawFx8tFlT62uLNzKuPitbI/
2zQJg1MCan5ADq+BC9NUcrfc++Vsbqx33xcCZ+BskeJv2JWLkPTizdlioIWeF3w/
BHwBHo7/MA9U7UytYkNf/bMRKUQsRpzpmoihdTdzUgdHtfdspy1Pyx7LEE5f5QG6
Wn0IrmWXFPXj2yMFIhGIqn4cDLJOQBNRfA7gnG3+NN7KKOwXKgox8Qec3VaF1Yd/
/WtuvxIJyH5cQvumLtJkyT18sA1PTFEaDJqJdeGocZ1froYeL45ziMhOK3F71Rhq
GW6IpeAhyJWRb/K5cpvttGgRswwakMoujWe8p1ubcC6HwfY3a/B30iCJk5rhQcRD
vvAAV1pQbkZEUdS7cSrzfZJHRUI9QrZMI7gnfRRrwdI7nxMp/ZSMfOD5DzYz31b4
glXZRtUUeme771tz+XmClSdTV8XWSDBlxsYk4ElmvQPzDTz/SDA=
=AP47
-END PGP SIGNATURE-


Thank you for your contribution to Debian.