Your message dated Sun, 13 Apr 2025 00:02:35 +0000
with message-id <[email protected]>
and subject line Bug#1098121: fixed in xbae 4.60.4-11
has caused the Debian Bug report #1098121,
regarding xbae: ftbfs with GCC-15
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.)


-- 
1098121: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098121
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xbae
Version: 4.60.4-10
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15

[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/xbae_4.60.4-10_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

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

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html

[...]
  252 |     end = XmStringCreateSimple("End");
      |     ^~~
pattern.c:264:18: error: passing argument 1 of ‘XmStringFree’ makes pointer 
from integer without a cast [-Wint-conversion]
  264 |     XmStringFree(true);
      |                  ^~~~
      |                  |
      |                  _Bool
In file included from /usr/include/Xm/TextF.h:26,
                 from pattern.c:37:
/usr/include/Xm/Xm.h:1817:34: note: expected ‘XmString’ {aka ‘union 
__XmStringRec *’} but argument is of type ‘_Bool’
 1817 |                         XmString string) ;
      |                         ~~~~~~~~~^~~~~~
make[3]: *** [Makefile:409: pattern.o] Error 1
make[3]: *** Waiting for unfinished jobs....
input.c: In function ‘autoFillToggle’:
input.c:68:17: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
   68 |     int which = (int)cd;
      |                 ^
input.c: In function ‘convertCaseToggle’:
input.c:79:17: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
   79 |     int which = (int)cd;
      |                 ^
input.c: In function ‘overwriteModeToggle’:
input.c:90:17: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
   90 |     int which = (int)cd;
      |                 ^
input.c: In function ‘alignmentToggle’:
input.c:101:17: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  101 |     int which = (int)cd;
      |                 ^
input.c: In function ‘main’:
input.c:129:14: error: expected identifier or ‘(’ before ‘true’
  129 |     XmString true, false, begin, centre, end;
      |              ^~~~
input.c:163:10: error: lvalue required as left operand of assignment
  163 |     true = XmStringCreateSimple("True");
      |          ^
input.c:164:11: error: lvalue required as left operand of assignment
  164 |     false = XmStringCreateSimple("False");
      |           ^
input.c:243:5: error: ‘begin’ undeclared (first use in this function); did you 
mean ‘Region’?
  243 |     begin = XmStringCreateSimple("Begin");
      |     ^~~~~
      |     Region
input.c:243:5: note: each undeclared identifier is reported only once for each 
function it appears in
input.c:244:5: error: ‘centre’ undeclared (first use in this function)
  244 |     centre = XmStringCreateSimple("Centre");
      |     ^~~~~~
input.c:245:5: error: ‘end’ undeclared (first use in this function)
  245 |     end = XmStringCreateSimple("End");
      |     ^~~
input.c:257:18: error: passing argument 1 of ‘XmStringFree’ makes pointer from 
integer without a cast [-Wint-conversion]
  257 |     XmStringFree(true);
      |                  ^~~~
      |                  |
      |                  _Bool
In file included from /usr/include/Xm/TextF.h:26,
                 from input.c:37:
/usr/include/Xm/Xm.h:1817:34: note: expected ‘XmString’ {aka ‘union 
__XmStringRec *’} but argument is of type ‘_Bool’
 1817 |                         XmString string) ;
      |                         ~~~~~~~~~^~~~~~
make[3]: *** [Makefile:409: input.o] Error 1
make[3]: Leaving directory '/build/reproducible-path/xbae-4.60.4/examples/input'
make[2]: *** [Makefile:391: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/xbae-4.60.4/examples'
make[1]: *** [Makefile:507: all-recursive] Error 1
make[1]: Leaving directory '/build/reproducible-path/xbae-4.60.4'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: xbae
Source-Version: 4.60.4-11
Done: Nicholas Breen <[email protected]>

We believe that the bug you reported is fixed in the latest version of
xbae, 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.
Nicholas Breen <[email protected]> (supplier of updated xbae 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: Sat, 12 Apr 2025 15:18:21 -0700
Source: xbae
Architecture: source
Version: 4.60.4-11
Distribution: unstable
Urgency: medium
Maintainer: Nicholas Breen <[email protected]>
Changed-By: Nicholas Breen <[email protected]>
Closes: 1098121
Changes:
 xbae (4.60.4-11) unstable; urgency=medium
 .
   * Build with -std=gnu17. (Closes: #1098121)
   * Update S-V to 4.7.2.
Checksums-Sha1:
 c0c1bc6d5356a74875e4b902a847bd1691f30d10 1919 xbae_4.60.4-11.dsc
 f286fd02d3754a80dadb162654c363670e2ffbc5 10612 xbae_4.60.4-11.debian.tar.xz
 3f50cfb146ae16ddf36243fb8ff63c6588f45075 8053 xbae_4.60.4-11_source.buildinfo
Checksums-Sha256:
 68f73e3419e0223f9f4a352e6e2f3ddb75cfcaef3472f8f618a2b7ffb17f3213 1919 
xbae_4.60.4-11.dsc
 d0095863eef5d2f7e50180f3400d8cdf6f0b3af1d89851de11f47e981b4e274a 10612 
xbae_4.60.4-11.debian.tar.xz
 cbe60b32f5891bd3c2cc4a498dfcf8c31a1b27c891fa851a012332820404f1ed 8053 
xbae_4.60.4-11_source.buildinfo
Files:
 3ce537bfcd8f958c338d3d2f31648df3 1919 libs optional xbae_4.60.4-11.dsc
 e8de50b50442e46b624c8fafbe6e26eb 10612 libs optional 
xbae_4.60.4-11.debian.tar.xz
 cc1f35706fd64261424480023a4eb90c 8053 libs optional 
xbae_4.60.4-11_source.buildinfo

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

iQJGBAEBCgAwFiEEhD5fph5gYziYdtLl7kr9aexlEI8FAmf65t0SHG5icmVlbkBk
ZWJpYW4ub3JnAAoJEO5K/WnsZRCPI1cQAKMxf3C1fB2B6GoizLyqEXks86Mfcx8w
PqJNYhCaYauAm/P4cwFYILdyq6BlMMiZPOilorM2lXq49hToREW6YbZoTUZUyvry
VZVMZ/GQFYTcpqYeBBrufGMPOeJXF8teItDZ/8jC0ZNjejJ8eJAT3TXL8kmfZSCx
3cQCnJIlChdTiKe3IfsF5bVPG05YrVCzH63nwQflayAKnPHbkzBd1wEQEKmkxcqw
eTJG6Gzvkxs/4OlvqCAQUPSp/HiKjBuyShFzXWpy48B41L2BzM/2NudszSYllVri
8dQa8iCtN9V1h/GDk76VAkOqnp7BMNjekmGiRHJQkK9O10N1jVfVeqHCsUg6VpSB
6SaAlKNdEVJl/8Vd/mnuNdxfwsATNshSlRi7H6AyO1k6R9c4dsJB3LgDWRdBG8mI
C4KB0lI+T9a5wwkk/FXVxzqFkOKOgEDDaEwbF2plJBv+K6UTjJNXP3ZSiLqzxqCW
cz6jcxJ7j/92n6xd4opJFFQ68UIUHCfiu3nA76t5+WCFUsh2sMwpD9D1HJMDU4PR
OZPChxzXA0sH4RetQveM4Ums0XwiA61KBliej9jUUolJ//Gf5ohc1J8V3X75XfYV
0oSDSJ/CD+H7S3F0nVeaVVvKr0e2ckgSwEpC2rUW9sXGzZOdQBrwSF153zDdA327
HFvg/+ey/Pge
=TMRX
-----END PGP SIGNATURE-----

Attachment: pgp0kYLSkR9lf.pgp
Description: PGP signature


--- End Message ---

Reply via email to