Your message dated Sat, 29 Mar 2025 07:01:15 +0000 with message-id <E1tyQBv-0044ye-5C@fasolo.debian.org> and subject line Bug#1099573: fixed in qt6-declarative 6.8.2+dfsg-7 has caused the Debian Bug report #1099573, regarding qt6-declarative: Generalize libqt6quick6 symbol selection between 32 and 64 bit 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 owner@bugs.debian.org immediately.) -- 1099573: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1099573 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: qt6-declarative: Generalize libqt6quick6 symbol selection between 32 and 64 bit
- From: Samuel Thibault <sthibault@debian.org>
- Date: Wed, 5 Mar 2025 10:57:41 +0100
- Message-id: <[🔎] Z8ggFRczsCDSN7F9@begin>
Source: qt6-declarative Version: 6.8.2+dfsg-6 Severity: important Tags: patch Hello, In libqt6quick6.symbols.original, for QQuickRenderTarget::fromVulkanImage there is a mixture of 32/64 bit selection and explicit archs lists. (arch-bits=64)_ZN18QQuickRenderTarget15fromVulkanImageEP9VkImage_T13VkImageLayout8VkFormatRK5QSizei@Qt_6 6.7.2 (arch=amd64 arm64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN18QQuickRenderTarget15fromVulkanImageEP9VkImage_T13VkImageLayout8VkFormatS3_5QSizeii6QFlagsINS_4FlagEE@Qt_6 6.8.2 (arch-bits=64)_ZN18QQuickRenderTarget15fromVulkanImageEP9VkImage_T13VkImageLayoutRK5QSizei@Qt_6 6.7.2 (arch-bits=32)_ZN18QQuickRenderTarget15fromVulkanImageEy13VkImageLayout8VkFormatRK5QSizei@Qt_6 6.7.2 (arch=!amd64 !arm64 !loong64 !mips64el !ppc64 !ppc64el !riscv64 !s390x !sparc64)_ZN18QQuickRenderTarget15fromVulkanImageEy13VkImageLayout8VkFormatS1_5QSizeii6QFlagsINS_4FlagEE@Qt_6 6.8.2 (arch-bits=32)_ZN18QQuickRenderTarget15fromVulkanImageEy13VkImageLayoutRK5QSizei@Qt_6 6.7.2 In the source code these are defined next to each other: ./src/quick/items/qquickrendertarget.cpp QQuickRenderTarget QQuickRenderTarget::fromVulkanImage(VkImage image, VkImageLayout layout, VkFormat format, const QSize &pixelSize, int sampleCount) { [...] } QQuickRenderTarget QQuickRenderTarget::fromVulkanImage(VkImage image, VkImageLayout layout, const QSize &pixelSize, int sampleCount) { [...] } QQuickRenderTarget QQuickRenderTarget::fromVulkanImage(VkImage image, VkImageLayout layout, VkFormat format, VkFormat viewFormat, QSize pixelSize, int sampleCount, int arraySize, Flags flags) { [...] } So they should be selected the same, as the attached patch does, could you apply it? Thanks, Samuel -- System Information: Debian Release: trixie/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500, 'oldstable-proposed-updates-debug'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386, arm64 Kernel: Linux 6.13.0 (SMP w/8 CPU threads; PREEMPT) Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled -- Samuel <N> (* If you have a precise idea of the intended use of the following code, please <N> write to Eduardo.Gimenez@inria.fr and ask for the prize :-) <N> -- Eduardo (11/8/97) *) -+- N sur #ens-mim - et c'était un des développeurs -+---- debian/libqt6quick6.symbols.original 2025-03-05 09:45:01.000000000 +0000 +++ debian/libqt6quick6.symbols 2025-03-05 09:50:56.000000000 +0000 @@ -564,10 +564,10 @@ _ZN17QSGSimpleRectNodeC2Ev@Qt_6 6.6.0 _ZN18QQuickRenderTarget15fromPaintDeviceEP12QPaintDevice@Qt_6 6.6.0 (arch-bits=64)_ZN18QQuickRenderTarget15fromVulkanImageEP9VkImage_T13VkImageLayout8VkFormatRK5QSizei@Qt_6 6.7.2 - (arch=amd64 arm64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN18QQuickRenderTarget15fromVulkanImageEP9VkImage_T13VkImageLayout8VkFormatS3_5QSizeii6QFlagsINS_4FlagEE@Qt_6 6.8.2 + (arch-bits=64)_ZN18QQuickRenderTarget15fromVulkanImageEP9VkImage_T13VkImageLayout8VkFormatS3_5QSizeii6QFlagsINS_4FlagEE@Qt_6 6.8.2 (arch-bits=64)_ZN18QQuickRenderTarget15fromVulkanImageEP9VkImage_T13VkImageLayoutRK5QSizei@Qt_6 6.7.2 (arch-bits=32)_ZN18QQuickRenderTarget15fromVulkanImageEy13VkImageLayout8VkFormatRK5QSizei@Qt_6 6.7.2 - (arch=!amd64 !arm64 !loong64 !mips64el !ppc64 !ppc64el !riscv64 !s390x !sparc64)_ZN18QQuickRenderTarget15fromVulkanImageEy13VkImageLayout8VkFormatS1_5QSizeii6QFlagsINS_4FlagEE@Qt_6 6.8.2 + (arch-bits=32)_ZN18QQuickRenderTarget15fromVulkanImageEy13VkImageLayout8VkFormatS1_5QSizeii6QFlagsINS_4FlagEE@Qt_6 6.8.2 (arch-bits=32)_ZN18QQuickRenderTarget15fromVulkanImageEy13VkImageLayoutRK5QSizei@Qt_6 6.7.2 _ZN18QQuickRenderTarget15setDepthTextureEP11QRhiTexture@Qt_6 6.8.2 _ZN18QQuickRenderTarget17fromOpenGLTextureEjRK5QSizei@Qt_6 6.6.0
--- End Message ---
--- Begin Message ---
- To: 1099573-close@bugs.debian.org
- Subject: Bug#1099573: fixed in qt6-declarative 6.8.2+dfsg-7
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sat, 29 Mar 2025 07:01:15 +0000
- Message-id: <E1tyQBv-0044ye-5C@fasolo.debian.org>
- Reply-to: Pino Toscano <pino@debian.org>
Source: qt6-declarative Source-Version: 6.8.2+dfsg-7 Done: Pino Toscano <pino@debian.org> We believe that the bug you reported is fixed in the latest version of qt6-declarative, 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 1099573@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Pino Toscano <pino@debian.org> (supplier of updated qt6-declarative 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 29 Mar 2025 06:39:10 +0100 Source: qt6-declarative Architecture: source Version: 6.8.2+dfsg-7 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Changed-By: Pino Toscano <pino@debian.org> Closes: 1099573 1099824 Changes: qt6-declarative (6.8.2+dfsg-7) unstable; urgency=medium . * Team upload. * Bump Standards-Version to 4.7.2, no changes required. * Update symbols file for 32 vs 64 bits. (Closes: #1099573, #1099824) Checksums-Sha1: a8573d2e7cdfd97f74eb4c901bd7c39da2ef99a6 6905 qt6-declarative_6.8.2+dfsg-7.dsc 3d48bb4c7f625825d01a4fc1fd6a06bfd30fd540 50892 qt6-declarative_6.8.2+dfsg-7.debian.tar.xz 5d429f865d747f8ccfc9641808482befa1e35d87 11178 qt6-declarative_6.8.2+dfsg-7_source.buildinfo Checksums-Sha256: 2d2c888bb6fb90bdd31e0321fafd6de32f5c1d1773e8702dd16ded6dc42f7699 6905 qt6-declarative_6.8.2+dfsg-7.dsc d952029a8ddf415362b8d6a1500e3ce132766e813cb78903f6a4b05c4078e0a5 50892 qt6-declarative_6.8.2+dfsg-7.debian.tar.xz 9d6bf5dfa08bdd8f1b290b14887b285ecd9ef731869172477f9a30c2c0b1de32 11178 qt6-declarative_6.8.2+dfsg-7_source.buildinfo Files: 8a1029aadf78b702dcceb9dc914419b0 6905 libs optional qt6-declarative_6.8.2+dfsg-7.dsc 98106df905219d8a78ebecdd2a5e9c2a 50892 libs optional qt6-declarative_6.8.2+dfsg-7.debian.tar.xz d74b56bd1751611117e5ba77bfe9a9fd 11178 libs optional qt6-declarative_6.8.2+dfsg-7_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAmfnh9EACgkQLRkciEOx P01w8A//XdohXwDEYvXmHEvXbqc7b738lOaf2ixgj3Y5JrrJRfqWWA4Aom27Vc/w WV62D+lT4E3GhXbD7mupGWFnfYBcQtFFz7Vs1bZ1rJvPYhfCDv0C5RTvz9RcnzH6 yXY4x+WdKzGU+DZeqw9fW1wIFUsxOoJPBaRR6mXZ/UFxFlyr3Prhl+aGk8t9V25i wGOGZ1Ym4hhGDuEKDZmLYQ4tpitmgtTc4hfHwo0jlLYnH0B2ZNzSv7mltSzCNPgA q/Dh4aufjjUbcWJ14d+z3gz+Vc1Jhkv2SnvxlzPLq3bMO8Dlv4/fhVrEuHyf/ubB +ri3eWyPVG8bjkOM64Jl0bCAxbHv5sFQs/nqx7New4AUdrE5+xsn0KRSfz1JgPup RyrK+EJitblbvO1dtAlXlgsq56j1KTmVUPyzQEDaP6X+6dnztf+ap7i98f0P7ke7 67Mof3P+LCBap6qRaSDezU5DbWH3qttv4lx+CQVgM6gDfaTGPdNrgsTQbvGo9PrP ap09VXQvRW8qmA8CWJHpPdbW8gDBnbXhVAMdRkdd1rNC11tsQ9DThRgdTaY3hI7p J0nXZc5zu8Fr9vvNlNV9BqMQ0A/F7eG7mxVbkj2npdtGYFftRKKSSrh6lCHVswSz TKdN9dKEdHWyh9AcnuIYn3VnaoETbMJVSa6iasglz7OgTuk7Qq0= =j+rs -----END PGP SIGNATURE-----Attachment: pgpHnY5MjM_EZ.pgp
Description: PGP signature
--- End Message ---