Your message dated Sun, 05 Oct 2025 12:08:10 +0000
with message-id <[email protected]>
and subject line Bug#1097309: fixed in lm4tools 3:0.1.3-1.1
has caused the Debian Bug report #1097309,
regarding lm4tools: 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.)
--
1097309: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097309
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:lm4tools
Version: 3:0.1.3-1
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/lm4tools_0.1.3-1_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
[...]
dh_auto_clean -D lm4flash/
cd lm4flash && make -j8 clean
make[2]: Entering directory '/build/reproducible-path/lm4tools-0.1.3/lm4flash'
rm -f *.o lm4flash
make[2]: Leaving directory '/build/reproducible-path/lm4tools-0.1.3/lm4flash'
dh_auto_clean -D lmicdiusb/
cd lmicdiusb && make -j8 clean
make[2]: Entering directory '/build/reproducible-path/lm4tools-0.1.3/lmicdiusb'
rm -rf lmicdi lmicdi.o socket.o gdb.o
make[2]: Leaving directory '/build/reproducible-path/lm4tools-0.1.3/lmicdiusb'
make[1]: Leaving directory '/build/reproducible-path/lm4tools-0.1.3'
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory '/build/reproducible-path/lm4tools-0.1.3'
dh_auto_build -D lm4flash
cd lm4flash && make -j8 "INSTALL=install --strip-program=true"
make[2]: Entering directory '/build/reproducible-path/lm4tools-0.1.3/lm4flash'
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/lm4tools-0.1.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-I/usr/include/libusb-1.0 lm4flash.c -Wl,-z,relro -Wl,-z,now -lusb-1.0 -o
lm4flash
make[2]: Leaving directory '/build/reproducible-path/lm4tools-0.1.3/lm4flash'
dh_auto_build -D lmicdiusb
cd lmicdiusb && make -j8 "INSTALL=install --strip-program=true"
make[2]: Entering directory '/build/reproducible-path/lm4tools-0.1.3/lmicdiusb'
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/lm4tools-0.1.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-g -I/usr/include/libusb-1.0 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o lmicdi.o
lmicdi.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/lm4tools-0.1.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-g -I/usr/include/libusb-1.0 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o socket.o
socket.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/lm4tools-0.1.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-g -I/usr/include/libusb-1.0 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o gdb.o gdb.c
gdb.c: In function ‘gdb_statemachine’:
gdb.c:145:24: error: too many arguments to function ‘gdb_validate’; expected 0,
have 2
145 | if (gdb_validate(pGdbCtx->pResp, pGdbCtx->csum) == 0)
| ^~~~~~~~~~~~ ~~~~~~~~~~~~~~
gdb.c:50:1: note: declared here
50 | gdb_validate()
| ^~~~~~~~~~~~
make[2]: *** [<builtin>: gdb.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /usr/include/features.h:510,
from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/limits.h:26,
from /usr/lib/gcc/x86_64-linux-gnu/15/include/limits.h:210,
from /usr/lib/gcc/x86_64-linux-gnu/15/include/syslimits.h:9,
from /usr/lib/gcc/x86_64-linux-gnu/15/include/limits.h:34,
from /usr/include/libusb-1.0/libusb.h:44,
from lmicdi.h:39,
from socket.c:41:
In function ‘poll’,
inlined from ‘doGdb’ at socket.c:280:14,
inlined from ‘SocketIO’ at socket.c:416:13:
/usr/include/x86_64-linux-gnu/bits/poll2.h:44:10: warning: ‘iTimeoutms’ may be
used uninitialized [-Wmaybe-uninitialized]
44 | return __glibc_fortify (poll, __nfds, sizeof (*__fds),
| ^~~~~~~~~~~~~~~
socket.c: In function ‘SocketIO’:
socket.c:232:18: note: ‘iTimeoutms’ was declared here
232 | int rc, iTimeoutms, i;
| ^~~~~~~~~~
lmicdi.c: In function ‘main’:
lmicdi.c:363:5: warning: ‘iIf’ may be used uninitialized [-Wmaybe-uninitialized]
363 | libusb_release_interface(phDev, iIf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lmicdi.c:153:30: note: ‘iIf’ was declared here
153 | unsigned int iDev, iCfg, iIf, iAlt, iEndp;
| ^~~
make[2]: Leaving directory '/build/reproducible-path/lm4tools-0.1.3/lmicdiusb'
dh_auto_build: error: cd lmicdiusb && make -j8 "INSTALL=install
--strip-program=true" returned exit code 2
make[1]: *** [debian/rules:22: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/lm4tools-0.1.3'
make: *** [debian/rules:11: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: lm4tools
Source-Version: 3:0.1.3-1.1
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
lm4tools, 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.
Adrian Bunk <[email protected]> (supplier of updated lm4tools 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, 03 Oct 2025 22:58:56 +0300
Source: lm4tools
Architecture: source
Version: 3:0.1.3-1.1
Distribution: unstable
Urgency: medium
Maintainer: Agustin Henze <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1097309
Changes:
lm4tools (3:0.1.3-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTBFS with GCC 15. (Closes: #1097309)
Checksums-Sha1:
2a499cbe8d3b1669218c5cfded6bbcc40fa902c2 1946 lm4tools_0.1.3-1.1.dsc
e8dc0ed2f5fe8cceb1d66e85af50444aaedeaa37 4416 lm4tools_0.1.3-1.1.debian.tar.xz
Checksums-Sha256:
9181e3985416f35e62ab16905a0ce3ef89a85e57c0f96709ad7b76e462f8d757 1946
lm4tools_0.1.3-1.1.dsc
133c605c6b8dd5a25a16936caa21c0571989ca2139e87c187e1f2674bdc48618 4416
lm4tools_0.1.3-1.1.debian.tar.xz
Files:
0076fe6c85fe1dd68118fdb0e46208f2 1946 devel optional lm4tools_0.1.3-1.1.dsc
d9ab5a87776dafdaed45f52c8b25ec50 4416 devel optional
lm4tools_0.1.3-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjgLP0ACgkQiNJCh6LY
mLFfgQ/+KN//Ca4Q28Xw9DRn7TDw7VMJZSHuRLeOL/4Wtge59wQ15afN23h+UhBT
5Yx6KxWE7b7sStjUF18V1mBRkGnG8GrN9ZxFYMM5bOi7b6Br4tHy2YiFMgVzJJaC
y+HMnXAEOW8ZZRbRvFzJ20VnUtaOA5cTzIHssAP9KB2eWscPJg/bGClv9rEFbu9f
217YGc48lTM6Qx+hVx98pRe45Qukg+0jH1LHbReJl2JnJlVEveYsBnVeUGGI+NPJ
KL0PTVR/G+USHjbQTfUzKhunX0YJF1Ggk9ClZCyXctzoTgAHljuTRf9H9/sWmmcO
zTysdme4NPcx4z2IsDTrJog944qAyj784R3k5ck9DY3fB0dxPOZ0IdeiYicmSSUf
RJK5GwaKSsPpyQ+m9tFpXHSBDnEJxvTdGDuLbw/lLQ+wYl7uKCV52qzU3GINZsc3
iBN3v522NpW3t+Ct9XKg6+xwDm6xfT5Z23RFlKKSkm5apzpdAKCJJxwpQ/aQZL/z
4tx/99WDplnZqPDP8lmvyqexlpV/FGRNqakXXOgg58bwBwcIw+MBLDS7DyfzpHmJ
I/BN44gN3XgxhtWjiGNWITv/1vgkdTLi4kRytDCdGH4eMQ2XJDAJJLOYL7XlnyQ+
vAW+lqArjIXk6WwYojN+SdqD1AoTY2sSgGrK/7kygRXGd9pdvgU=
=MTjr
-----END PGP SIGNATURE-----
pgpAHU92QzC8X.pgp
Description: PGP signature
--- End Message ---