Your message dated Fri, 23 Aug 2024 05:04:17 +0000
with message-id <e1shmtb-005nw4...@fasolo.debian.org>
and subject line Bug#1074889: fixed in connman-gtk 1.1.1+git20180626.b72c6ab-4
has caused the Debian Bug report #1074889,
regarding connman-gtk: 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 ow...@bugs.debian.org
immediately.)


-- 
1074889: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074889
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:connman-gtk
Version: 1.1.1+git20180626.b72c6ab-3
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
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/connman-gtk_1.1.1+git20180626.b72c6ab-3_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

[...]
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28,
                 from /usr/include/gtk-3.0/gdk/gdk.h:32,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from ../src/dialog.c:23:
/usr/include/glib-2.0/gobject/gobject.h:599:64: note: expected ‘gpointer’ {aka 
‘void *’} but argument is of type ‘gboolean (*)(GtkWidget *)’ {aka ‘int 
(*)(struct _GtkWidget *)’}
  599 |                                                gpointer        data);
      |                                                ~~~~~~~~~~~~~~~~^~~~
../src/dialog.c: In function ‘token_new_list’:
../src/dialog.c:133:22: warning: comparison of integer expressions of different 
signedness: ‘int’ and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  133 |         for(i = 0; i < options->len; i++)
      |                      ^
../src/dialog.c: In function ‘ask_tokens_sync’:
../src/dialog.c:197:22: warning: comparison of integer expressions of different 
signedness: ‘int’ and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  197 |         for(i = 0; i < elements->len; i++) {
      |                      ^
../src/dialog.c:217:22: warning: comparison of integer expressions of different 
signedness: ‘int’ and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  217 |         for(i = 0; i < elements->len; i++) {
      |                      ^
../src/dialog.c: In function ‘dialog_ask_tokens’:
../src/dialog.c:234:45: warning: ISO C forbids empty initializer braces before 
C23 [-Wpedantic]
  234 |         struct token_window_params params = {};
      |                                             ^
[23/25] cc -Isrc/connman-gtk.p -Isrc -I../src -I. -I.. -I/usr/include/gtk-3.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/gio-unix-2.0 
-I/usr/include/cloudproviders -I/usr/include/atk-1.0 
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
-I/usr/include/libproxy -I/usr/include/p11-kit-1 -I/usr/include/libxml2 
-I/usr/include/pskc -I/usr/include/PCSC -fdiagnostics-color=always 
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -fstack-protector -pedantic 
-Wstrict-prototypes -Wundef -Werror-implicit-function-declaration -Wformat 
-Wformat-security -Werror=format
 -security -Wconversion -Wno-unused-parameter -Wunreachable-code -Wall -W -g 
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-pthread -MD -MQ src/connman-gtk.p/wireless.c.o -MF 
src/connman-gtk.p/wireless.c.o.d -o src/connman-gtk.p/wireless.c.o -c 
../src/wireless.c
In file included from ../src/wireless.c:29:
../src/style.h:40:1: warning: function declaration isn’t a prototype 
[-Wstrict-prototypes]
   40 | void style_init();
      | ^~~~
In file included from /usr/include/glib-2.0/glib/gtypes.h:34,
                 from /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from ../src/wireless.c:21:
../src/wireless.c: In function ‘technology_wireless_free’:
/usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h:103:34: warning: 
conversion to ‘guint’ {aka ‘unsigned int’} from ‘int’ may change the sign of 
the result [-Wsign-conversion]
  103 | #define GPOINTER_TO_INT(p)      ((gint)  (glong) (p))
      |                                 ~^~~~~~~~~~~~~~~~~~~~
../src/wireless.c:71:25: note: in expansion of macro ‘GPOINTER_TO_INT’
   71 |         g_source_remove(GPOINTER_TO_INT(tech->data));
      |                         ^~~~~~~~~~~~~~~
../src/wireless.c: In function ‘technology_wireless_init’:
../src/wireless.c:80:14: warning: conversion to ‘int’ from ‘guint’ {aka 
‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   80 |         id = g_timeout_add_seconds(WIRELESS_SCAN_INTERVAL,
      |              ^~~~~~~~~~~~~~~~~~~~~
../src/wireless.c: In function ‘check_ssid’:
../src/wireless.c:94:19: warning: conversion from ‘size_t’ {aka ‘long unsigned 
int’} to ‘int’ may change value [-Wconversion]
   94 |         int len = strlen(str);
      |                   ^~~~~~
../src/wireless.c: In function ‘check_pass’:
../src/wireless.c:102:19: warning: conversion from ‘size_t’ {aka ‘long unsigned 
int’} to ‘int’ may change value [-Wconversion]
  102 |         int len = strlen(str);
      |                   ^~~~~~
[24/25] cc -Isrc/connman-gtk.p -Isrc -I../src -I. -I.. -I/usr/include/gtk-3.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/gio-unix-2.0 
-I/usr/include/cloudproviders -I/usr/include/atk-1.0 
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
-I/usr/include/libproxy -I/usr/include/p11-kit-1 -I/usr/include/libxml2 
-I/usr/include/pskc -I/usr/include/PCSC -fdiagnostics-color=always 
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -fstack-protector -pedantic 
-Wstrict-prototypes -Wundef -Werror-implicit-function-declaration -Wformat 
-Wformat-security -Werror=format
 -security -Wconversion -Wno-unused-parameter -Wunreachable-code -Wall -W -g 
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-pthread -MD -MQ src/connman-gtk.p/service.c.o -MF 
src/connman-gtk.p/service.c.o.d -o src/connman-gtk.p/service.c.o -c 
../src/service.c
In file included from ../src/service.c:30:
../src/style.h:40:1: warning: function declaration isn’t a prototype 
[-Wstrict-prototypes]
   40 | void style_init();
      | ^~~~
../src/service.c: In function ‘service_get_property_int’:
../src/service.c:615:19: warning: conversion from ‘gint64’ {aka ‘long int’} to 
‘int’ may change value [-Wconversion]
  615 |         int out = variant_to_int(prop);
      |                   ^~~~~~~~~~~~~~
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:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: connman-gtk
Source-Version: 1.1.1+git20180626.b72c6ab-4
Done: Nick Morrott <ni...@debian.org>

We believe that the bug you reported is fixed in the latest version of
connman-gtk, 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 1074...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nick Morrott <ni...@debian.org> (supplier of updated connman-gtk 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: Fri, 23 Aug 2024 05:26:43 +0100
Source: connman-gtk
Architecture: source
Version: 1.1.1+git20180626.b72c6ab-4
Distribution: unstable
Urgency: medium
Maintainer: Nick Morrott <ni...@debian.org>
Changed-By: Nick Morrott <ni...@debian.org>
Closes: 1074889
Changes:
 connman-gtk (1.1.1+git20180626.b72c6ab-4) unstable; urgency=medium
 .
   * d/control:
     - Declare compliance with Debian Policy 4.7.0
     - Remove unnecessary B-D version constraints
   * d/copyright:
     - Bump years of Debian copyright
   * d/patches:
     - Add patch incompatible-pointer-type (Closes: #1074889)
Checksums-Sha1:
 ebfe6f45e8b2d212461eb0c0a5162f03093d2461 2089 
connman-gtk_1.1.1+git20180626.b72c6ab-4.dsc
 796c0662d04700c38b92d18ac0557bbf94675dfd 33752 
connman-gtk_1.1.1+git20180626.b72c6ab-4.debian.tar.xz
 3e75d76858369e5ba25156b163a3f1b05508cb71 18114 
connman-gtk_1.1.1+git20180626.b72c6ab-4_amd64.buildinfo
Checksums-Sha256:
 62dba83d4ecbca8eededab07a471504c176a6dec9079bd707c756f2f096eb527 2089 
connman-gtk_1.1.1+git20180626.b72c6ab-4.dsc
 afb6c21a328f0cbc84cb54a6cb37079913ce13e56c7ef7036bed7d24b2c1e7d5 33752 
connman-gtk_1.1.1+git20180626.b72c6ab-4.debian.tar.xz
 fd9fafbe39b0b0938e0528cab22d9605ab1b15ce04a6447f6267248f59653aab 18114 
connman-gtk_1.1.1+git20180626.b72c6ab-4_amd64.buildinfo
Files:
 5aed2458aac7efd26c5a99b708f37d19 2089 net optional 
connman-gtk_1.1.1+git20180626.b72c6ab-4.dsc
 bf25b24b9459f187bd72a941cd98a106 33752 net optional 
connman-gtk_1.1.1+git20180626.b72c6ab-4.debian.tar.xz
 21237c36be62118e5cf61f2d80386da7 18114 net optional 
connman-gtk_1.1.1+git20180626.b72c6ab-4_amd64.buildinfo

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

iQIzBAEBCgAdFiEEIrPZe+nomMkP9lI7PptZrG7C01kFAmbIEqQACgkQPptZrG7C
01l4kw/9HnBbyHjznSZ8U/ADN3YfDCf23qiqBmnhPIYi+tBG4mQ9U1nj6nPIxDCG
on4g0bwg0nG6tOES885B/v0ZNdeW8k9bbmYJosZ6a+oabfF3DDH0a/tIFXUTKKoE
Xa4DeYR2COOGpar99858ln9V+3312yOjDknIkG9LiTuEiyNurNDW4jfaoG9S0aJB
aaZFJ7g8aIe1xNhNKD1Epm7l9h1sv40BGMMZXKdPIq581Y09NEsY8rEBaOhTEKN6
ra7PxvPwwgqBat+iuedn6TP9cIOXawRoH+3hGBnzOkBfV0KM6wkCV7jyGRz6wzYh
Jdpx0bPds5gES/y7txP8e0Jb1szF0rHdX6iVUe0+8praLto/Oaa9aX/1ovy3P8HN
YQKvTbPlboLpr25nkEuATGspLlKAsql/UXgV2Z+y0H/NBno7BqnwiNAQD/Xfa9Vj
l7yfbEx0I8zEfVjGyVnb+SyOu7Nm1SDao2ON29EKDImR2DtkiI/DiuMGvShInqHT
tofF6LJnX6Po823WCTIsjCg2yYlkA6dEhhSK8OycI9Unj6UkXtgwtLIZNpwPmTVp
vW91RBM/CKk+H744KMZ18za8YTs6sNJedCAN1HECVtezgj62JU8b3u9gdahs+Ls4
H6ZkypQs7OuVz7WcWaP2SZIrxhJRrtf6pIEyoy9Sfnj8mYI5lsE=
=gOMl
-----END PGP SIGNATURE-----

Attachment: pgpRIfz7p4Pqa.pgp
Description: PGP signature


--- End Message ---

Reply via email to