Your message dated Fri, 23 Aug 2024 05:49:31 +0000 with message-id <E1shNAx-005vCH-Bq@fasolo.debian.org> and subject line Bug#1079119: fixed in kf6-kwindowsystem 6.5.0-2 has caused the Debian Bug report #1079119, regarding kf6-kwindowsystem: FTBFS on non-linux 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.) -- 1079119: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1079119 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: kf6-kwindowsystem: FTBFS on non-linux
- From: Samuel Thibault <sthibault@debian.org>
- Date: Tue, 20 Aug 2024 12:28:47 +0200
- Message-id: <[🔎] 20240820102847.agnsrrvbmbt4a7uz@begin>
Source: kf6-kwindowsystem Version: 6.5.0-1 Severity: important Tags: patch ftbfs Hello, Apparently wayland now needs to be explicitly disabled for non-linux builds, could you apply the attached patch to fix this? Thanks, Samuel -- System Information: Debian Release: trixie/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'unreleased'), (500, 'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500, 'oldstable-proposed-updates-debug'), (500, 'oldstable-proposed-updates'), (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.10.0 (SMP w/8 CPU threads; PREEMPT) Kernel taint flags: 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--- debian/rules.original 2024-08-20 11:19:13.000000000 +0200 +++ debian/rules 2024-08-20 11:20:05.000000000 +0200 @@ -3,11 +3,15 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all +ifneq ($(DEB_HOST_ARCH_OS),linux) +WAYLAND = -DKWINDOWSYSTEM_WAYLAND=OFF +endif + %: dh $@ override_dh_auto_configure: - dh_auto_configure -- -DBUILD_QCH=ON -DBUILD_TESTING=OFF + dh_auto_configure -- -DBUILD_QCH=ON -DBUILD_TESTING=OFF $(WAYLAND) override_dh_auto_test: # Disable auto tests at build time --- debian/libkf6windowsystem6.symbols.original 2024-08-20 11:49:40.000000000 +0200 +++ debian/libkf6windowsystem6.symbols 2024-08-20 11:50:32.000000000 +0200 @@ -259,21 +259,21 @@ _ZN14KStartupInfoIdaSERKS_@Base 6.0.0 _ZN14KUserTimestamp13userTimestampEv@Base 6.0.0 _ZN14KUserTimestamp19updateUserTimestampEm@Base 6.0.0 - _ZN14KWaylandExtras11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.0.0 - _ZN14KWaylandExtras11qt_metacastEPKc@Base 6.0.0 - _ZN14KWaylandExtras12exportWindowEP7QWindow@Base 6.0.0 - _ZN14KWaylandExtras14unexportWindowEP7QWindow@Base 6.0.0 - _ZN14KWaylandExtras14windowExportedEP7QWindowRK7QString@Base 6.0.0 - _ZN14KWaylandExtras15lastInputSerialEP7QWindow@Base 6.0.0 - _ZN14KWaylandExtras16staticMetaObjectE@Base 6.0.0 - _ZN14KWaylandExtras25requestXdgActivationTokenEP7QWindowjRK7QString@Base 6.0.0 - _ZN14KWaylandExtras25xdgActivationTokenArrivedEiRK7QString@Base 6.0.0 - _ZN14KWaylandExtras4selfEv@Base 6.0.0 - _ZN14KWaylandExtrasC1Ev@Base 6.0.0 - _ZN14KWaylandExtrasC2Ev@Base 6.0.0 - _ZN14KWaylandExtrasD0Ev@Base 6.0.0 - _ZN14KWaylandExtrasD1Ev@Base 6.0.0 - _ZN14KWaylandExtrasD2Ev@Base 6.0.0 + (arch=linux-any)_ZN14KWaylandExtras11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.0.0 + (arch=linux-any)_ZN14KWaylandExtras11qt_metacastEPKc@Base 6.0.0 + (arch=linux-any)_ZN14KWaylandExtras12exportWindowEP7QWindow@Base 6.0.0 + (arch=linux-any)_ZN14KWaylandExtras14unexportWindowEP7QWindow@Base 6.0.0 + (arch=linux-any)_ZN14KWaylandExtras14windowExportedEP7QWindowRK7QString@Base 6.0.0 + (arch=linux-any)_ZN14KWaylandExtras15lastInputSerialEP7QWindow@Base 6.0.0 + (arch=linux-any)_ZN14KWaylandExtras16staticMetaObjectE@Base 6.0.0 + (arch=linux-any)_ZN14KWaylandExtras25requestXdgActivationTokenEP7QWindowjRK7QString@Base 6.0.0 + (arch=linux-any)_ZN14KWaylandExtras25xdgActivationTokenArrivedEiRK7QString@Base 6.0.0 + (arch=linux-any)_ZN14KWaylandExtras4selfEv@Base 6.0.0 + (arch=linux-any)_ZN14KWaylandExtrasC1Ev@Base 6.0.0 + (arch=linux-any)_ZN14KWaylandExtrasC2Ev@Base 6.0.0 + (arch=linux-any)_ZN14KWaylandExtrasD0Ev@Base 6.0.0 + (arch=linux-any)_ZN14KWaylandExtrasD1Ev@Base 6.0.0 + (arch=linux-any)_ZN14KWaylandExtrasD2Ev@Base 6.0.0 _ZN14KWindowEffects11slideWindowEP7QWindowNS_17SlideFromLocationEi@Base 6.0.0 _ZN14KWindowEffects16enableBlurBehindEP7QWindowbRK7QRegion@Base 6.0.0 _ZN14KWindowEffects17isEffectAvailableENS_6EffectE@Base 6.0.0 @@ -527,7 +527,7 @@ _ZNK14KStartupInfoIdeqERKS_@Base 6.0.0 _ZNK14KStartupInfoIdltERKS_@Base 6.0.0 _ZNK14KStartupInfoIdneERKS_@Base 6.0.0 - _ZNK14KWaylandExtras10metaObjectEv@Base 6.0.0 + (arch=linux-any)_ZNK14KWaylandExtras10metaObjectEv@Base 6.0.0 _ZNK15KSelectionOwner10metaObjectEv@Base 6.0.0 _ZNK15KSelectionOwner11ownerWindowEv@Base 6.0.0 _ZNK16KStartupInfoData11descriptionEv@Base 6.0.0 @@ -559,7 +559,7 @@ _ZTI12KStartupInfo@Base 6.0.0 _ZTI13KWindowShadow@Base 6.0.0 _ZTI13KWindowSystem@Base 6.0.0 - _ZTI14KWaylandExtras@Base 6.0.0 + (arch=linux-any)_ZTI14KWaylandExtras@Base 6.0.0 _ZTI15KSelectionOwner@Base 6.0.0 _ZTI17KSelectionWatcher@Base 6.0.0 _ZTI20KWindowShadowPrivate@Base 6.0.0 @@ -576,7 +576,7 @@ _ZTS12KStartupInfo@Base 6.0.0 _ZTS13KWindowShadow@Base 6.0.0 _ZTS13KWindowSystem@Base 6.0.0 - _ZTS14KWaylandExtras@Base 6.0.0 + (arch=linux-any)_ZTS14KWaylandExtras@Base 6.0.0 _ZTS15KSelectionOwner@Base 6.0.0 _ZTS17KSelectionWatcher@Base 6.0.0 _ZTS20KWindowShadowPrivate@Base 6.0.0 @@ -593,7 +593,7 @@ _ZTV12KStartupInfo@Base 6.0.0 _ZTV13KWindowShadow@Base 6.0.0 _ZTV13KWindowSystem@Base 6.0.0 - _ZTV14KWaylandExtras@Base 6.0.0 + (arch=linux-any)_ZTV14KWaylandExtras@Base 6.0.0 _ZTV15KSelectionOwner@Base 6.0.0 _ZTV17KSelectionWatcher@Base 6.0.0 _ZTV20KWindowShadowPrivate@Base 6.0.0
--- End Message ---
--- Begin Message ---
- To: 1079119-close@bugs.debian.org
- Subject: Bug#1079119: fixed in kf6-kwindowsystem 6.5.0-2
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Fri, 23 Aug 2024 05:49:31 +0000
- Message-id: <E1shNAx-005vCH-Bq@fasolo.debian.org>
- Reply-to: Pino Toscano <pino@debian.org>
Source: kf6-kwindowsystem Source-Version: 6.5.0-2 Done: Pino Toscano <pino@debian.org> We believe that the bug you reported is fixed in the latest version of kf6-kwindowsystem, 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 1079119@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 kf6-kwindowsystem 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: Fri, 23 Aug 2024 07:32:00 +0200 Source: kf6-kwindowsystem Architecture: source Version: 6.5.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Changed-By: Pino Toscano <pino@debian.org> Closes: 1079119 Changes: kf6-kwindowsystem (6.5.0-2) unstable; urgency=medium . * Team upload. * CI: update/simplify configuration. * Fix the build on non-Linux architectures: (Closes: #1079119) - pass -DKWINDOWSYSTEM_WAYLAND=OFF to cmake to disable the Wayland support, as it is Linux-specific - mark symbols of Wayland-only classes as Linux-only Checksums-Sha1: c317f9c739bac5e02f054c60b88637f7eafa326b 3265 kf6-kwindowsystem_6.5.0-2.dsc 2c9c69a54ad3a83eee8277b597a282461fb38e2a 18720 kf6-kwindowsystem_6.5.0-2.debian.tar.xz 70fdef359999dc7d01d19582b61c2c07768cdd12 13006 kf6-kwindowsystem_6.5.0-2_source.buildinfo Checksums-Sha256: 417b55ee7731130053fd5bb53a27235feb558151531171df7f758b48d6cd4fef 3265 kf6-kwindowsystem_6.5.0-2.dsc dafea893b68f40c255b1213bd2361b683016fc546ace2647b4fb79aa33a7b6ae 18720 kf6-kwindowsystem_6.5.0-2.debian.tar.xz ad1e8cc2ed09ad4041d0f00c0cff081314bc52dd7fce867dad7034118bfb8461 13006 kf6-kwindowsystem_6.5.0-2_source.buildinfo Files: 588255e056732c55fdb90cefda3691fa 3265 libs optional kf6-kwindowsystem_6.5.0-2.dsc 3189255797dbe8ff9978d7a3ef391a43 18720 libs optional kf6-kwindowsystem_6.5.0-2.debian.tar.xz 58b1508a1512ceb34d34f0136ee44f4b 13006 libs optional kf6-kwindowsystem_6.5.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAmbIHvcACgkQLRkciEOx P00ZYg//TEP0OXvN3UxKBja6vm6dw2RQorTMto+aYxs11RMMYz5B2276yGrytdrV V34xrits4aEDPDQTD4r1PfWL6F+RGILkWgVtcVpKUjTKlttgW9AOSyBIK8J93Fft lu0MjljGBj63WjTZ/cOgOKLrX362+LuwdddPfetNBEdWane60qDB4zccs4K9wSr4 ko9ixcwP+Y582tozYi3oIJptuvUNnAuhkAvD+QrKRZATf2qi3Mk+o/jauxSqJ/f1 2vgUZgEt4Qva+Tzr3qULmQs6HtIYsiTbQgSToLTBDtouP00qvPZjX4iMsli1lUsX J/5Dnk2ytDHFRQ86PozyP7OyfLB3HNO5roX4SQ0/trUq9vgfk/AfKc/skoUUBpKr SpslRVHYrlcU+HaGbntfJ5wvqILZpB1idxX+WN2TOkvwilE+rJqfGv/OebXLscht FtkCmSag2b8sUH7OJWK6vBUQPxrjJlycDa3g3ZZ2sepuevQWgTAIJ7nIZnpMFawy h8ec1BKeszfn8y6rQfiPPUWk0NZt7x+YVnY6mQW0TetDT15L7BY8CVa3wT4uuQIv sW1x59I7jIkQecKEpDjL/Zqx8JJi34/9rCtJtf0o0KKnhS/Ak824cLb6VRkZTsK9 2EplCkLlljjHxGQ0QcmLAWlrSyHLwXZDXlEm810H3lCPbj1tkZ8= =7uyd -----END PGP SIGNATURE-----Attachment: pgpJsGxTE3eXK.pgp
Description: PGP signature
--- End Message ---