Your message dated Fri, 20 Sep 2024 20:41:03 +0000
with message-id <[email protected]>
and subject line Bug#1075027: fixed in gnome-shell-extension-manager 0.5.1-4
has caused the Debian Bug report #1075027,
regarding gnome-shell-extension-manager: 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.)


-- 
1075027: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075027
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gnome-shell-extension-manager
Version: 0.5.1-2
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/gnome-shell-extension-manager_0.5.1-2_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

[...]
../src/exm-window.c:327:23: warning: unused parameter ‘manager’ 
[-Wunused-parameter]
  327 | on_error (ExmManager *manager,
      |           ~~~~~~~~~~~~^~~~~~~
../src/exm-window.c: In function ‘do_version_check’:
../src/exm-window.c:385:12: warning: variable ‘version_string’ set but not used 
[-Wunused-but-set-variable]
  385 |     gchar *version_string;
      |            ^~~~~~~~~~~~~~
../src/exm-window.c:382:30: warning: unused parameter ‘self’ 
[-Wunused-parameter]
  382 | do_version_check (ExmWindow *self)
      |                   ~~~~~~~~~~~^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/gtk-4.0/gtk/css/gtkcssenumtypes.h:11,
                 from /usr/include/gtk-4.0/gtk/css/gtkcss.h:33,
                 from /usr/include/gtk-4.0/gtk/gtk.h:29,
                 from /usr/include/libadwaita-1/adwaita.h:9,
                 from ../src/exm-window.h:21,
                 from ../src/exm-window.c:20:
../src/exm-window.c: In function ‘exm_window_init’:
/usr/include/glib-2.0/gobject/gsignal.h:519:59: error: passing argument 3 of 
‘g_signal_connect_data’ from incompatible pointer type 
[-Wincompatible-pointer-types]
  519 |     g_signal_connect_data ((instance), (detailed_signal), (c_handler), 
(data), NULL, (GConnectFlags) 0)
      |                                                           ^~~~~~~~~~~
      |                                                           |
      |                                                           void 
(*)(ExmManager *, char *, ExmWindow *) {aka void (*)(struct _ExmManager *, char 
*, struct _ExmWindow *)}
../src/exm-window.c:407:5: note: in expansion of macro ‘g_signal_connect’
  407 |     g_signal_connect (self->manager, "error-occurred", on_error, self);
      |     ^~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gsignal.h:411:67: note: expected ‘GCallback’ {aka 
‘void (*)(void)’} but argument is of type ‘void (*)(ExmManager *, char *, 
ExmWindow *)’ {aka ‘void (*)(struct _ExmManager *, char *, struct _ExmWindow 
*)’}
  411 |                                                GCallback          
c_handler,
      |                                                
~~~~~~~~~~~~~~~~~~~^~~~~~~~~
[47/75] cc -Isrc/extension-manager.p -Isrc -I../src -I/usr/include/gtk-4.0 
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/graphene-1.0 
-I/usr/lib/x86_64-linux-gnu/graphene-1.0/include -I/usr/include/libadwaita-1 
-I/usr/include/appstream -I/usr/include/gio-unix-2.0 
-I/usr/include/json-glib-1.0 -I/usr/include/libsoup-3.0 
-I/usr/include/text-engine -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
-std=gnu11 -Werror=implicit-function-declaration -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protect
 ion -Wformat -Werror=format-security -fcf-protection -Wdate-time 
-D_FORTIFY_SOURCE=2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse 
-msse2 -MD -MQ src/extension-manager.p/exm-zoom-picture.c.o -MF 
src/extension-manager.p/exm-zoom-picture.c.o.d -o 
src/extension-manager.p/exm-zoom-picture.c.o -c ../src/exm-zoom-picture.c
../src/exm-zoom-picture.c: In function ‘exm_zoom_picture_finalize’:
../src/exm-zoom-picture.c:74:25: warning: unused variable ‘self’ 
[-Wunused-variable]
   74 |         ExmZoomPicture *self = (ExmZoomPicture *)object;
      |                         ^~~~
../src/exm-zoom-picture.c: In function ‘exm_zoom_picture_get_zoom_level_max’:
../src/exm-zoom-picture.c:151:54: warning: unused parameter ‘self’ 
[-Wunused-parameter]
  151 | exm_zoom_picture_get_zoom_level_max (ExmZoomPicture *self)
      |                                      ~~~~~~~~~~~~~~~~^~~~
../src/exm-zoom-picture.c: In function ‘exm_zoom_picture_get_zoom_level_min’:
../src/exm-zoom-picture.c:157:54: warning: unused parameter ‘self’ 
[-Wunused-parameter]
  157 | exm_zoom_picture_get_zoom_level_min (ExmZoomPicture *self)
      |                                      ~~~~~~~~~~~~~~~~^~~~
../src/exm-zoom-picture.c: In function ‘exm_zoom_picture_get_zoom_level_step’:
../src/exm-zoom-picture.c:163:55: warning: unused parameter ‘self’ 
[-Wunused-parameter]
  163 | exm_zoom_picture_get_zoom_level_step (ExmZoomPicture *self)
      |                                       ~~~~~~~~~~~~~~~~^~~~
../src/exm-zoom-picture.c: In function ‘on_gesture_begin’:
../src/exm-zoom-picture.c:284:53: warning: unused parameter ‘sequence’ 
[-Wunused-parameter]
  284 |                                   GdkEventSequence *sequence,
      |                                   ~~~~~~~~~~~~~~~~~~^~~~~~~~
../src/exm-zoom-picture.c: In function ‘on_drag_update’:
../src/exm-zoom-picture.c:322:33: warning: unused parameter ‘gesture’ 
[-Wunused-parameter]
  322 | on_drag_update (GtkGestureDrag *gesture,
      |                 ~~~~~~~~~~~~~~~~^~~~~~~
[48/75] cc -Isrc/extension-manager.p -Isrc -I../src -I/usr/include/gtk-4.0 
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/graphene-1.0 
-I/usr/lib/x86_64-linux-gnu/graphene-1.0/include -I/usr/include/libadwaita-1 
-I/usr/include/appstream -I/usr/include/gio-unix-2.0 
-I/usr/include/json-glib-1.0 -I/usr/include/libsoup-3.0 
-I/usr/include/text-engine -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
-std=gnu11 -Werror=implicit-function-declaration -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protect
 ion -Wformat -Werror=format-security -fcf-protection -Wdate-time 
-D_FORTIFY_SOURCE=2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse 
-msse2 -MD -MQ src/extension-manager.p/exm-comment-dialog.c.o -MF 
src/extension-manager.p/exm-comment-dialog.c.o.d -o 
src/extension-manager.p/exm-comment-dialog.c.o -c ../src/exm-comment-dialog.c
../src/exm-comment-dialog.c: In function ‘on_get_comments’:
../src/exm-comment-dialog.c:145:30: warning: cast between incompatible function 
types from ‘GtkWidget * (*)(ExmComment *)’ {aka ‘struct _GtkWidget * (*)(struct 
_ExmComment *)’} to ‘GtkWidget * (*)(void *, void *)’ {aka ‘struct _GtkWidget * 
(*)(void *, void *)’} [-Wcast-function-type]
  145 |                              (GtkListBoxCreateWidgetFunc) 
comment_factory,
      |                              ^
[49/75] cc -Isrc/extension-manager.p -Isrc -I../src -I/usr/include/gtk-4.0 
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/graphene-1.0 
-I/usr/lib/x86_64-linux-gnu/graphene-1.0/include -I/usr/include/libadwaita-1 
-I/usr/include/appstream -I/usr/include/gio-unix-2.0 
-I/usr/include/json-glib-1.0 -I/usr/include/libsoup-3.0 
-I/usr/include/text-engine -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
-std=gnu11 -Werror=implicit-function-declaration -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protect
 ion -Wformat -Werror=format-security -fcf-protection -Wdate-time 
-D_FORTIFY_SOURCE=2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse 
-msse2 -MD -MQ src/extension-manager.p/exm-comment-tile.c.o -MF 
src/extension-manager.p/exm-comment-tile.c.o.d -o 
src/extension-manager.p/exm-comment-tile.c.o -c ../src/exm-comment-tile.c
../src/exm-comment-tile.c: In function ‘exm_comment_tile_finalize’:
../src/exm-comment-tile.c:41:21: warning: unused variable ‘self’ 
[-Wunused-variable]
   41 |     ExmCommentTile *self = (ExmCommentTile *)object;
      |                     ^~~~
ninja: build stopped: subcommand failed.
dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j8 -v 
returned exit code 1
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: gnome-shell-extension-manager
Source-Version: 0.5.1-4
Done: Jeremy Bícha <[email protected]>

We believe that the bug you reported is fixed in the latest version of
gnome-shell-extension-manager, 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.
Jeremy Bícha <[email protected]> (supplier of updated 
gnome-shell-extension-manager 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: SHA512

Format: 1.8
Date: Fri, 20 Sep 2024 16:06:41 -0400
Source: gnome-shell-extension-manager
Built-For-Profiles: noudeb
Architecture: source
Version: 0.5.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<[email protected]>
Changed-By: Jeremy Bícha <[email protected]>
Closes: 1075027
Changes:
 gnome-shell-extension-manager (0.5.1-4) unstable; urgency=medium
 .
   * Cherry-pick several build fixes for gcc-14 (Closes: #1075027)
Checksums-Sha1:
 49dc033c6fa29e8c9f1a9ec646686d8f9706b141 2407 
gnome-shell-extension-manager_0.5.1-4.dsc
 56bf18a3ac19355daf8b4704bd1b64830390ee31 4948 
gnome-shell-extension-manager_0.5.1-4.debian.tar.xz
 20ba623104fabe2f947a326596dc250bf811e993 26652 
gnome-shell-extension-manager_0.5.1-4_source.buildinfo
Checksums-Sha256:
 42ec04fb7986e53d4d545aa1213ff3af23cd927568f41b22caea58a880509e3f 2407 
gnome-shell-extension-manager_0.5.1-4.dsc
 48c1d4c2f11f3ef9879572d2c40faa032b2ac159ac77d548afdb87f27db73389 4948 
gnome-shell-extension-manager_0.5.1-4.debian.tar.xz
 a910c5935fc95ef66491bfa0784f543417f3619de761b04ff7bf6c9e46804c9a 26652 
gnome-shell-extension-manager_0.5.1-4_source.buildinfo
Files:
 6e999303a5e1ac71a8a19ec6e5fe84fc 2407 gnome optional 
gnome-shell-extension-manager_0.5.1-4.dsc
 f611b559c742a8bf781b9e8422b4a175 4948 gnome optional 
gnome-shell-extension-manager_0.5.1-4.debian.tar.xz
 70b0f682dc07a5b3b41c9b396ef2c05b 26652 gnome optional 
gnome-shell-extension-manager_0.5.1-4_source.buildinfo

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

iQIzBAEBCgAdFiEETQvhLw5HdtiqzpaW5mx3Wuv+bH0FAmbt1e0ACgkQ5mx3Wuv+
bH1AHxAA0rxCKpaSZ4HZErlUeWW6AFC21ikEHbAAForAswSeJ6yMLzfj0gHxZCte
YTOsA5JHcTZ1ORAz8cwB3qb/x9Ec453oL6fcn8eEdLp/L5YiinfJskk+wA9E8kFj
AtjpD5qM1q2UU1WT0s9Tme2CmVKaJL6EPX/kBIMh3WVPk21c4IAS4vt1tZITJhvF
nq8Rl6inv8tFJVmEWBdSGwff3T030ZIdD9giy+1n34w9fZwuQUtlvtGqYEuEME5v
ogsXWOtoFW6Wb9FmkZ8YL4/O/sljxY4YKZ+VqWfH3+3KRlgCdV5JyylprphI01I1
aGQ66IKK7w1JY66s56OjDZ0nd6P6cLEF7sIln/F02LsnB8Mh7nO1uDTHNQJXnpv0
OOxq5FZBis9s+yvi8IgeCDQVm5w3G9d9ucRD3m9FhF3fWrLRigacgetl3CsqVswP
SlcnmRzA8uMCNTw/hdBaPD3EeRKbOQYCOvtqVGTvdZCwqjmB+w/+Bk0qLLPOal8A
Pyda/cA2R8MygBceVKG3kpz6RPvb8/5f8bVwYSSkos5bAmQzffhskDV51JsCAFDn
LXW0Tqn4iWqvDUoGTcL8PvpBsM07KdIXDNxb7CF6L66r5d/1oeZGk3Y7BxxZCzFU
TWyhuPAGuG6Wg6uiQC9cmCn/W7wCV32MGuP5XPFZAIosoVF/9qA=
=VA6I
-----END PGP SIGNATURE-----

Attachment: pgpkrnp5g6Nbe.pgp
Description: PGP signature


--- End Message ---

Reply via email to