Your message dated Thu, 08 Aug 2024 16:08:53 +0000
with message-id <[email protected]>
and subject line Bug#1075598: fixed in ukwm 1.2.3-1
has caused the Debian Bug report #1075598,
regarding ukwm: ftbfs with GCC-14
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 [email protected]
immediately.)


-- 
1075598: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075598
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ukwm
Version: 1.2.2-1
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-14

[This bug is targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/ukwm_1.2.2-1_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-14/porting_to.html

[...]
   58 |     UkwmPlugin *object,
      |     ~~~~~~~~~~~~^~~~~~
default.c:523:62: error: passing argument 1 of 
‘ukwm_plugin_complete_activate_window_by_tab_list_index’ from incompatible 
pointer type [-Wincompatible-pointer-types]
  523 |       ukwm_plugin_complete_activate_window_by_tab_list_index(object, 
invocation);
      |                                                              ^~~~~~
      |                                                              |
      |                                                              MetaPlugin 
* {aka struct _MetaPlugin *}
./ukui_plugin_generated.h:58:17: note: expected ‘UkwmPlugin *’ {aka ‘struct 
_UkwmPlugin *’} but argument is of type ‘MetaPlugin *’ {aka ‘struct _MetaPlugin 
*’}
   58 |     UkwmPlugin *object,
      |     ~~~~~~~~~~~~^~~~~~
default.c:549:58: error: passing argument 1 of 
‘ukwm_plugin_complete_activate_window_by_tab_list_index’ from incompatible 
pointer type [-Wincompatible-pointer-types]
  549 |   ukwm_plugin_complete_activate_window_by_tab_list_index(object, 
invocation);
      |                                                          ^~~~~~
      |                                                          |
      |                                                          MetaPlugin * 
{aka struct _MetaPlugin *}
./ukui_plugin_generated.h:58:17: note: expected ‘UkwmPlugin *’ {aka ‘struct 
_UkwmPlugin *’} but argument is of type ‘MetaPlugin *’ {aka ‘struct _MetaPlugin 
*’}
   58 |     UkwmPlugin *object,
      |     ~~~~~~~~~~~~^~~~~~
default.c:527:23: warning: unused variable ‘tv2’ [-Wunused-variable]
  527 |   struct timeval tv1, tv2;
      |                       ^~~
default.c:527:18: warning: unused variable ‘tv1’ [-Wunused-variable]
  527 |   struct timeval tv1, tv2;
      |                  ^~~
default.c: At top level:
default.c:602:6: warning: no previous prototype for 
‘InitUkwmPluginDBusCommServer’ [-Wmissing-prototypes]
  602 | bool InitUkwmPluginDBusCommServer(void)
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
default.c:620:6: warning: no previous prototype for 
‘ukui_window_switch_monitor’ [-Wmissing-prototypes]
  620 | void ukui_window_switch_monitor(void)
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~
default.c: In function ‘start’:
default.c:702:47: error: passing argument 3 of ‘pthread_create’ from 
incompatible pointer type [-Wincompatible-pointer-types]
  702 |   err = pthread_create(&monitor_thread, NULL, 
ukui_window_switch_monitor, NULL);
      |                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                               |
      |                                               void (*)(void)
In file included from /usr/include/glib-2.0/glib/deprecated/gthread.h:126,
                 from /usr/include/glib-2.0/glib.h:115:
/usr/include/pthread.h:204:36: note: expected ‘void * (*)(void *)’ but argument 
is of type ‘void (*)(void)’
  204 |                            void *(*__start_routine) (void *),
      |                            ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
default.c: In function ‘on_dialog_closed’:
default.c:1168:3: warning: ‘g_spawn_check_exit_status’ is deprecated: Use 
'g_spawn_check_wait_status' instead [-Wdeprecated-declarations]
 1168 |   ok = g_spawn_check_exit_status (status, NULL);
      |   ^~
In file included from /usr/include/glib-2.0/glib.h:84:
/usr/include/glib-2.0/glib/gspawn.h:315:10: note: declared here
  315 | gboolean g_spawn_check_exit_status (gint      wait_status,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~
default.c: At top level:
default.c:1113:1: warning: ‘kill_switch_workspace’ defined but not used 
[-Wunused-function]
 1113 | kill_switch_workspace (MetaPlugin     *plugin)
      | ^~~~~~~~~~~~~~~~~~~~~
default.c:709:1: warning: ‘switch_workspace’ defined but not used 
[-Wunused-function]
  709 | switch_workspace (MetaPlugin *plugin,
      | ^~~~~~~~~~~~~~~~
make[5]: *** [Makefile:560: default_la-default.lo] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/compositor/plugins'
make[4]: *** [Makefile:2764: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:1678: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:487: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:417: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ukwm
Source-Version: 1.2.3-1
Done: handsome_feng <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ukwm, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
handsome_feng <[email protected]> (supplier of updated ukwm 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 08 Aug 2024 23:40:49 +0800
Source: ukwm
Architecture: source
Version: 1.2.3-1
Distribution: unstable
Urgency: medium
Maintainer: Kylin Team <[email protected]>
Changed-By: handsome_feng <[email protected]>
Closes: 1075598
Changes:
 ukwm (1.2.3-1) unstable; urgency=medium
 .
   *  Fix ftbfs with GCC-14. (Closes: #1075598)
Checksums-Sha1:
 cfb2d97e41c8cb317333d9626360aa5733a896c6 3271 ukwm_1.2.3-1.dsc
 7dac7af601f1c8e420e393e2df6da29132d0475b 4478925 ukwm_1.2.3.orig.tar.gz
 37cf111970b4b407c2a874c6d488e2c587bd2641 36092 ukwm_1.2.3-1.debian.tar.xz
 d37499ec91e54481d8218253ef39f933c5b7b8c8 18608 ukwm_1.2.3-1_source.buildinfo
Checksums-Sha256:
 6eeb6c5129b64c711685cb89e0d1945be756de6f7758533c4794d8c6e69fde23 3271 
ukwm_1.2.3-1.dsc
 3c09071e56b2d388b4c21b247c9d14b2a40c9395cec8b0008a87f1f996cd176f 4478925 
ukwm_1.2.3.orig.tar.gz
 3d5227ed778089d1dd353f9ea9d13fdebeb302df406535812c20e2f6b8dd3728 36092 
ukwm_1.2.3-1.debian.tar.xz
 665909a717e13b13bb523916e524f575aff0d1aa61e9cfb4580404e185ea10c5 18608 
ukwm_1.2.3-1_source.buildinfo
Files:
 8e97f0a9f8f58c251994a650bd7fcd0a 3271 x11 optional ukwm_1.2.3-1.dsc
 ab3caa48add2a0038ba7fab5b6f58234 4478925 x11 optional ukwm_1.2.3.orig.tar.gz
 48afa9ed05f72ecfdc472f85770e7cbf 36092 x11 optional ukwm_1.2.3-1.debian.tar.xz
 ef5484c42faec982f8e434da47f679ea 18608 x11 optional 
ukwm_1.2.3-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJPBAEBCAA5FiEEhsgAHpUwnacZWWSCm7hQwBMRHwwFAma056wbHGppYW5mZW5n
bGlAdWJ1bnR1a3lsaW4uY29tAAoJEJu4UMATER8MwDYQAIId9X4oC+RgC75xBgCm
pkj+hkRYIbzSl/O0P08mc6gN4OdkRqqXt58QjsQtPmuOLExxl9mMLVSpHe3SWEUL
0ITVFYqu2FdWe6SYt93jgPXt4aPTVhWWH4TSDGFaPkJjr/o7D+71kig9NkfkOxfw
VpqvxGvASwYejGB5c0vu3Zf/oga9ZL3Iqmne1Cvol6RKcuoELJhfFzUiW1RGnt1q
Q6p3exN56z7coGnnTaShjqSzqKlRomdlIgcGobFi7SnvMm/Plhw7oFzlstAa5ibm
wVz8+9myjYV0HWVovh/vSwFpsv4Y0u/YabxKlVHD0DS2x0ofSuTUMuuMTP85LnvD
qSVx3H+AAE4ObG2gItvVfWg1lhyRy5Aotp2hf70T2iq3yCqfISbstsJdql018vjs
5qrmOrcxL6q+ZeCHuahqHw9Tgn1X8RT5nrlybzxgPW0IzMNw1ngInARQ4kxMRzL8
4BLRrLJ99PdW1Bxt9zhIO/7SVjZoi1xzj8dczeDA9OHaRUe2RC7UlHtHlot24NSp
7uLbYe3mgToXhLN2MZIdQhFYnixvJaUz0L48vj4oXgIdnWFx/sYCI1XlZ7W3IFXo
fuZshgsgHmqGMNRxXz9m6tKpIxio/rqulZ9oVDHbhxpXjJNT/utOQvzlJAdQI3j0
BqcybZthbrRun20fthui9hvF
=aT8G
-----END PGP SIGNATURE-----

Attachment: pgpJbZcZXH0ai.pgp
Description: PGP signature


--- End Message ---

Reply via email to