Your message dated Tue, 14 Jan 2025 13:27:54 +0000
with message-id <e1txgxw-003i0y...@fasolo.debian.org>
and subject line Bug#1075540: fixed in startup-notification 0.12-8
has caused the Debian Bug report #1075540,
regarding startup-notification: 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.)


-- 
1075540: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075540
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:startup-notification
Version: 0.12-6
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/startup-notification_0.12-6_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

[...]
test-send-xmessage.c:60:39: error: passing argument 3 of 
‘sn_internal_broadcast_xmessage’ makes integer from pointer without a cast 
[-Wint-conversion]
   60 |                                   argv[1],
      |                                   ~~~~^~~
      |                                       |
      |                                       char *
In file included from test-send-xmessage.c:27:
../libsn/sn-xmessages.h:51:56: note: expected ‘xcb_atom_t’ {aka ‘unsigned int’} 
but argument is of type ‘char *’
   51 |                                        xcb_atom_t      message_type,
      |                                        ~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test-send-xmessage-xcb.c:55:39: error: passing argument 3 of 
‘sn_internal_broadcast_xmessage’ makes integer from pointer without a cast 
[-Wint-conversion]
   55 |                                   argv[1],
      |                                   ~~~~^~~
      |                                       |
      |                                       char *
In file included from test-send-xmessage-xcb.c:28:
../libsn/sn-xmessages.h:51:56: note: expected ‘xcb_atom_t’ {aka ‘unsigned int’} 
but argument is of type ‘char *’
   51 |                                        xcb_atom_t      message_type,
      |                                        ~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test-send-xmessage.c:61:39: error: passing argument 4 of 
‘sn_internal_broadcast_xmessage’ makes integer from pointer without a cast 
[-Wint-conversion]
   61 |                                   argv[2],
      |                                   ~~~~^~~
      |                                       |
      |                                       char *
../libsn/sn-xmessages.h:52:56: note: expected ‘xcb_atom_t’ {aka ‘unsigned int’} 
but argument is of type ‘char *’
   52 |                                        xcb_atom_t      
message_type_begin,
      |                                        
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
test-send-xmessage-xcb.c:56:39: error: passing argument 4 of 
‘sn_internal_broadcast_xmessage’ makes integer from pointer without a cast 
[-Wint-conversion]
   56 |                                   argv[2],
      |                                   ~~~~^~~
      |                                       |
      |                                       char *
../libsn/sn-xmessages.h:52:56: note: expected ‘xcb_atom_t’ {aka ‘unsigned int’} 
but argument is of type ‘char *’
   52 |                                        xcb_atom_t      
message_type_begin,
      |                                        
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
In file included from test-send-xmessage-xcb.c:30:
test-boilerplate.h: At top level:
test-boilerplate.h:111:1: warning: ‘error_trap_pop’ defined but not used 
[-Wunused-function]
  111 | error_trap_pop (SnDisplay *display,
      | ^~~~~~~~~~~~~~
test-boilerplate.h:104:1: warning: ‘error_trap_push’ defined but not used 
[-Wunused-function]
  104 | error_trap_push (SnDisplay *display,
      | ^~~~~~~~~~~~~~~
test-boilerplate.h:79:1: warning: ‘x_error_handler’ defined but not used 
[-Wunused-function]
   79 | x_error_handler (Display     *xdisplay,
      | ^~~~~~~~~~~~~~~
make[3]: *** [Makefile:522: test-send-xmessage.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [Makefile:522: test-send-xmessage-xcb.o] Error 1
test-launcher.c: In function ‘slowly_obtain_timestamp’:
test-launcher.c:69:42: warning: pointer targets in passing argument 7 of 
‘XChangeProperty’ differ in signedness [-Wpointer-sign]
   69 |                      8, PropModeReplace, name, strlen (name));
      |                                          ^~~~
      |                                          |
      |                                          char *
In file included from /usr/include/X11/Xlib.h:47,
                 from ../libsn/sn-common.h:30,
                 from ../libsn/sn-launchee.h:30,
                 from ../libsn/sn.h:30,
                 from test-launcher.c:26:
/usr/include/X11/Xlib.h:2089:5: note: expected ‘const unsigned char *’ but 
argument is of type ‘char *’
 2089 |     _Xconst unsigned char*      /* data */,
      |     ^
make[3]: Leaving directory '/<<PKGBUILDDIR>>/test'
make[2]: *** [Makefile:629: check-am] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/test'
make[1]: *** [Makefile:472: check-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: error: make -j8 check "TESTSUITEFLAGS=-j8 --verbose" VERBOSE=1 
returned exit code 2
make: *** [debian/rules:7: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: startup-notification
Source-Version: 0.12-8
Done: Simon McVittie <s...@debian.org>

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

Debian distribution maintenance software
pp.
Simon McVittie <s...@debian.org> (supplier of updated startup-notification 
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: Tue, 14 Jan 2025 11:07:03 +0000
Source: startup-notification
Architecture: source
Version: 0.12-8
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<pkg-gnome-maintain...@lists.alioth.debian.org>
Changed-By: Simon McVittie <s...@debian.org>
Closes: 930156 1075540
Changes:
 startup-notification (0.12-8) unstable; urgency=medium
 .
   * Team upload
 .
   [ Rebecca N. Palmer ]
   * d/p/gcc-14-compat-1075540.patch:
    Unbreak test tools, allowing building with gcc-14 (Closes: #1075540)
 .
   [ Simon McVittie ]
   * Update Lintian overrides
   * d/control: -dev package depends on pkgconf in preference to pkg-config
   * d/libstartup-notification0.symbols: Add Build-Depends-Package
   * d/control: Opt-in to dpkg build API v1
   * Remove Josselin Mouette from Uploaders, with thanks for previous work
     (Closes: #930156)
   * d/tests: Add a superficial autopkgtest
   * d/salsa-ci.yml: Add
Checksums-Sha1:
 1150090fec803f2c3d51ce17f6f725ca06930832 2459 startup-notification_0.12-8.dsc
 e7aed6ec04493e618e957aba83132665d18b6741 7392 
startup-notification_0.12-8.debian.tar.xz
 3c3d38b41260085f9ba682f39dae024e1fbea160 6240 
startup-notification_0.12-8_source.buildinfo
Checksums-Sha256:
 522b4fecfead41ea6deeeec3a5db4457c0e6a35a06ccade47769832fcad2ea18 2459 
startup-notification_0.12-8.dsc
 f8a671043cf86975c7e9da45b5534d4da9a7f426490e969d93037829c2254d9f 7392 
startup-notification_0.12-8.debian.tar.xz
 e59d13499fb1f6f75b16ae7d044161636064ea210a7f89758ce4c49244a99540 6240 
startup-notification_0.12-8_source.buildinfo
Files:
 d9e1409b73e60ac1b6b818956499c074 2459 x11 optional 
startup-notification_0.12-8.dsc
 b59df5492e0b8b3e61c3a5ec1ca778b9 7392 x11 optional 
startup-notification_0.12-8.debian.tar.xz
 57ab05bd5d0ee4e999d54487579475d4 6240 x11 optional 
startup-notification_0.12-8_source.buildinfo

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

iQIzBAEBCgAdFiEEegc60a5pT6Jb/2LlI1wJnT6zMHYFAmeGXhQACgkQI1wJnT6z
MHaFqQ/8DsSrkZa283acC6dN3p0ii/WKz1GZ/1lVc7fx0Weit9ertFUgf6x9Vv5+
gWjZTTvL8PGFIt+wgUvEDkjfsKMzkvvfA49iVSh2xHSwUwcPixyx02u8kEjjgtt7
jKhTq6BSNs0hCn4oduVyZ5TowP/rhihHjiwU9eCskpQCYr9pBmCObm+O98Pp5Iwh
jXqiA6frKxOo7djE09Q0+68z/S0gGYFBQQJ+Ooqx5sQyon1GKHwDzF7nA2BEWpAo
+imnbtX/J1I910eDfnA4kOqOBwo2uXhBP70v0HHIEgKJ+WDzTAbQGGm3CFsYabOO
/cOIB1Ac0hyIj94Bjtew3nqsYnLVKJ/QBLgkQQwNUW6CKuD9FzSsKTKR3iSUAFUZ
+ZvaGPYWCF46oR6lY/NmGgqL43F9AnFEF4izovYw1fPJylQgV1Ie8dpR0PJH3jO9
+1fWM4KrPmG5TKKNDiZm2wPymWuUI5aTac/O+QtUAm9iFUh89zDpIE2vKXpu69tR
zSHlLwubAOFRy85GVdoLNnNFSq+zo99cXJsDqU8nQeVtFOmra0zKEDoegEamqveD
O/l2UwrZF6+3IzZVRIdmtBsnBrtVmbDnoogv2Oy9kjvDJ3fnAj9cjriF1dX8Xzku
JIq6ctSs42hbLker41rP6cO/aFAZ+fFG1xB6RmBn6rl9B1Yaxto=
=seke
-----END PGP SIGNATURE-----

Attachment: pgpIEbmiun9VD.pgp
Description: PGP signature


--- End Message ---

Reply via email to