Your message dated Thu, 08 Jan 2026 17:49:09 +0000
with message-id <[email protected]>
and subject line Bug#1097855: fixed in scim 1.4.18+git20211204-0.3
has caused the Debian Bug report #1097855,
regarding scim: 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.)


-- 
1097855: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097855
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:scim
Version: 1.4.18+git20211204-0.2
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/scim_1.4.18+git20211204-0.2_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

[...]
i18nX.c: In function 'Xi18nXSend':
i18nX.c:279:25: warning: '%d' directive writing between 1 and 11 bytes into a 
region of size between 3 and 7 [-Wformat-overflow=]
  279 |              "_server%d_%d",
      |                         ^~
In function 'MakeNewAtom',
    inlined from 'Xi18nXSend' at i18nX.c:313:29:
i18nX.c:279:14: note: directive argument in the range [-2147483648, 20]
  279 |              "_server%d_%d",
      |              ^~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:970,
                 from FrameMgr.h:34,
                 from i18nX.c:36:
In function 'sprintf',
    inlined from 'MakeNewAtom' at i18nX.c:278:5,
    inlined from 'Xi18nXSend' at i18nX.c:313:29:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
'__builtin___sprintf_chk' output between 11 and 25 bytes into a destination of 
size 16
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/scim-1.4.18+git20211204=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c i18nX.c -o libXimd_la-i18nX.o 
>/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/scim-1.4.18+git20211204=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o libXimd_la-IMValues.lo `test -f 
'IMValues.c' || echo './'`IMValues.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/scim-1.4.18+git20211204=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c IMValues.c  -fPIC -DPIC -o 
.libs/libXimd_la-IMValues.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/scim-1.4.18+git20211204=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c IMValues.c -o libXimd_la-IMValues.o 
>/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/scim-1.4.18+git20211204=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o libXimd_la-i18nAttr.lo `test -f 
'i18nAttr.c' || echo './'`i18nAttr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/scim-1.4.18+git20211204=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c i18nAttr.c  -fPIC -DPIC -o 
.libs/libXimd_la-i18nAttr.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/scim-1.4.18+git20211204=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c i18nAttr.c -o libXimd_la-i18nAttr.o 
>/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/scim-1.4.18+git20211204=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o libXimd_la-i18nIMProto.lo `test 
-f 'i18nIMProto.c' || echo './'`i18nIMProto.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/scim-1.4.18+git20211204=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c i18nIMProto.c  -fPIC -DPIC -o 
.libs/libXimd_la-i18nIMProto.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/scim-1.4.18+git20211204=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c i18nIMProto.c -o 
libXimd_la-i18nIMProto.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/scim-1.4.18+git20211204=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o libXimd_la-IMConn.lo `test -f 
'IMConn.c' || echo './'`IMConn.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/scim-1.4.18+git20211204=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c IMConn.c  -fPIC -DPIC -o 
.libs/libXimd_la-IMConn.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/scim-1.4.18+git20211204=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c IMConn.c -o libXimd_la-IMConn.o 
>/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/scim-1.4.18+git20211204=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o libXimd_la-i18nClbk.lo `test -f 
'i18nClbk.c' || echo './'`i18nClbk.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/scim-1.4.18+git20211204=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c i18nClbk.c  -fPIC -DPIC -o 
.libs/libXimd_la-i18nClbk.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/scim-1.4.18+git20211204=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c i18nClbk.c -o libXimd_la-i18nClbk.o 
>/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/scim-1.4.18+git20211204=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o libXimd_la-i18nMethod.lo `test -f 
'i18nMethod.c' || echo './'`i18nMethod.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/scim-1.4.18+git20211204=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c i18nMethod.c  -fPIC -DPIC -o 
.libs/libXimd_la-i18nMethod.o
i18nMethod.c:84:28: error: initialization of 'int (*)(void)' from incompatible 
pointer type 'int (*)(struct _Xi18nCore *, TransportSW *, char *)' 
[-Wincompatible-pointer-types]
   84 |     {"X",               1, _Xi18nCheckXAddress},
      |                            ^~~~~~~~~~~~~~~~~~~
i18nMethod.c:84:28: note: (near initialization for '_TransR[0].checkAddr')
i18nMethod.c:79:13: note: '_Xi18nCheckXAddress' declared here
   79 | extern Bool _Xi18nCheckXAddress (Xi18n, TransportSW *, char *);
      |             ^~~~~~~~~~~~~~~~~~~
i18nMethod.c: In function 'CheckIMName':
i18nMethod.c:480:17: error: too many arguments to function 
'_TransR[i].checkAddr'; expected 0, have 3
  480 |             if (_TransR[i].checkAddr (i18n_core,
      |                 ^~~~~~~               ~~~~~~~~~
In file included from i18nMethod.c:41:
Xi18n.h:76:19: note: declared here
   76 |     Bool        (*checkAddr) ();
      |                   ^~~~~~~~~
make[6]: *** [Makefile:662: libXimd_la-i18nMethod.lo] Error 1
make[6]: Leaving directory 
'/build/reproducible-path/scim-1.4.18+git20211204/modules/FrontEnd/IMdkit'
make[5]: *** [Makefile:727: all-recursive] Error 1
make[5]: Leaving directory 
'/build/reproducible-path/scim-1.4.18+git20211204/modules/FrontEnd'
make[4]: *** [Makefile:509: all-recursive] Error 1
make[4]: Leaving directory 
'/build/reproducible-path/scim-1.4.18+git20211204/modules'
make[3]: *** [Makefile:652: all-recursive] Error 1
make[3]: Leaving directory '/build/reproducible-path/scim-1.4.18+git20211204'
make[2]: *** [Makefile:555: all] Error 2
make[2]: Leaving directory '/build/reproducible-path/scim-1.4.18+git20211204'
dh_auto_build: error: make -j1 returned exit code 2
make[1]: *** [debian/rules:19: override_dh_auto_build] Error 255
make[1]: Leaving directory '/build/reproducible-path/scim-1.4.18+git20211204'
make: *** [debian/rules:8: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: scim
Source-Version: 1.4.18+git20211204-0.3
Done: Florian Ernst <[email protected]>

We believe that the bug you reported is fixed in the latest version of
scim, 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.
Florian Ernst <[email protected]> (supplier of updated scim 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: Mon, 29 Dec 2025 18:10:04 +0100
Source: scim
Architecture: source
Version: 1.4.18+git20211204-0.3
Distribution: unstable
Urgency: medium
Maintainer: Rolf Leggewie <[email protected]>
Changed-By: Florian Ernst <[email protected]>
Closes: 1097855
Changes:
 scim (1.4.18+git20211204-0.3) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * add d/patches/071bf29d5125343d1f4fb7d024b22342171a5174.patch to fix FTBFS
     with GCC 15 (Closes: #1097855)
   * d/control: s#pkg-config#pkgconf# while I'm at it
Checksums-Sha1:
 eea88093b147882adbd2c8d8c8fe487eb94b1b75 2581 scim_1.4.18+git20211204-0.3.dsc
 4a962d76da13373f5e15dd2ccf85cf291038e497 27992 
scim_1.4.18+git20211204-0.3.debian.tar.xz
 516a0c353ff1f0c25425577b77f28cff4482d637 20469 
scim_1.4.18+git20211204-0.3_amd64.buildinfo
Checksums-Sha256:
 9e03b8fd56b30190581d96c98ee3b3b0b64b7dc557bb411e7b5753dfbd87cde7 2581 
scim_1.4.18+git20211204-0.3.dsc
 54e1c680b43549a6db56b50850eb4801a18dc8ce536df7bd336695f0825825d8 27992 
scim_1.4.18+git20211204-0.3.debian.tar.xz
 7909f862caee8b6a61d92372cc87416acab8fd8b37d979b560c32d7371a62ea9 20469 
scim_1.4.18+git20211204-0.3_amd64.buildinfo
Files:
 bf63c40d40215f641b80a4e3a6721753 2581 utils optional 
scim_1.4.18+git20211204-0.3.dsc
 cfd007aeea2957998b09837a00dddfcc 27992 utils optional 
scim_1.4.18+git20211204-0.3.debian.tar.xz
 8d0fc9e09f66632c5db5a2e1c5d98f30 20469 utils optional 
scim_1.4.18+git20211204-0.3_amd64.buildinfo

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

iQIzBAEBCgAdFiEEBn03XtJwVyplJ26xBjdBuvXdHs4FAmlStokACgkQBjdBuvXd
Hs7x2w/+IzrxahIxKRk1aU6tajeesCw3TsCMr3ksaa8wxyXu1H5JnI9SybEsms0C
ADlMju55LkR0s+KcGJUWi1xfzEKg0I5VCh21TUh8jmGE/xZPCnuGo9VHVg+qOQrs
pC4YqL+R4C9uugRbLx5Yh4HvD78pwCiS1o+r1Y7StfvAxKE6cBcKRVLOCtbTK1dg
WoI2zSpiu/t3p5hAu99E8Lvsee/3kSLhpaoYgN97AnrLLPAHailpmc/3UT4Iway9
X1EhlDWq9OVfCeXZx3wt8OsuMMXa4DllROSm/zbAqi2nn05Fv7ok8Hu+A1r0ejii
Ou7lOf4d3h4vShngO6tRzIXBqaEw2RfZLOT9PNdwpvyBh3BGC7OQyyatxkgU3yuo
ZZcaoHdZyd6S2EpNTgTJ3UHmZRvp7UrBlIDNV/djyByHxuwGb4y/2IHOI3wDW/2t
UAxPSbyWrI+Wu4ghEh8ilvUZc+u+xLkyLEwTb6aWxxR5pCznGPKvjyhgSHrikDAv
dNq8BEeXd/R7OvSFPqFAo8xG79sD9mALXiJjwsJADEGzBVB9dZXxTNjr6h6Cccro
Ynw0Lror1al/ou90idscFb4v8GXSJYX2BI2mc4u9eV8PS94zOFpa6u84he6jrATq
Bx7hwjyJOvn3hz2uWTNGUGJzDa2WroBf4I7w/SS5OXGuRd2OKwk=
=TJt9
-----END PGP SIGNATURE-----

Attachment: pgp0lpvE5hIKU.pgp
Description: PGP signature


--- End Message ---

Reply via email to