Your message dated Tue, 23 Sep 2025 16:36:04 +0000
with message-id <[email protected]>
and subject line Bug#1098047: fixed in usb-modeswitch 2.6.2-1
has caused the Debian Bug report #1098047,
regarding usb-modeswitch: 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.)
--
1098047: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098047
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:usb-modeswitch
Version: 2.6.1-4
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/usb-modeswitch_2.6.1-4_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
[...]
----------------
Sufficient free space for build
User Environment
----------------
APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=C.UTF-8
LC_ALL=C.UTF-8
LOGNAME=user42
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SHELL=/bin/sh
USER=user42
dpkg-buildpackage
-----------------
Command: dpkg-buildpackage --sanitize-env -us -uc -b
dpkg-buildpackage: info: source package usb-modeswitch
dpkg-buildpackage: info: source version 2.6.1-4
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Thorsten Alteholz
<[email protected]>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
debian/rules clean
dh clean
dh_auto_clean
make -j8 distclean
make[1]: Entering directory '/build/reproducible-path/usb-modeswitch-2.6.1'
/bin/rm -f usb_modeswitch
/bin/rm -f usb_modeswitch_dispatcher
/bin/rm -f dispatcher.h
make[1]: Leaving directory '/build/reproducible-path/usb-modeswitch-2.6.1'
dh_clean
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/usb-modeswitch-2.6.1'
dh_auto_build -- CC=x86_64-linux-gnu-gcc all-with-dynlink-dispatcher
make -j8 "INSTALL=install --strip-program=true" CC=x86_64-linux-gnu-gcc
all-with-dynlink-dispatcher
make[2]: Entering directory '/build/reproducible-path/usb-modeswitch-2.6.1'
x86_64-linux-gnu-gcc -o usb_modeswitch usb_modeswitch.c -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/usb-modeswitch-2.6.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-Wno-deprecated-declarations `x86_64-linux-gnu-pkg-config --libs --cflags
libusb-1.0` -Wl,-z,relro -Wl,-z,now
./make_string.sh usb_modeswitch_dispatcher.tcl > dispatcher.h
usb_modeswitch.c: In function ‘main’:
usb_modeswitch.c:573:28: error: too many arguments to function
‘get_current_config_value’; expected 0, have 1
573 | currentConfigVal = get_current_config_value(dev);
| ^~~~~~~~~~~~~~~~~~~~~~~~ ~~~
In file included from usb_modeswitch.c:59:
usb_modeswitch.h:55:5: note: declared here
55 | int get_current_config_value();
| ^~~~~~~~~~~~~~~~~~~~~~~~
usb_modeswitch.c:775:52: error: too many arguments to function
‘get_current_config_value’; expected 0, have 1
775 | currentConfigVal =
get_current_config_value(dev);
|
^~~~~~~~~~~~~~~~~~~~~~~~ ~~~
usb_modeswitch.h:55:5: note: declared here
55 | int get_current_config_value();
| ^~~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:30: usb_modeswitch] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/build/reproducible-path/usb-modeswitch-2.6.1'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true"
CC=x86_64-linux-gnu-gcc all-with-dynlink-dispatcher returned exit code 2
make[1]: *** [debian/rules:16: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/usb-modeswitch-2.6.1'
make: *** [debian/rules:13: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: usb-modeswitch
Source-Version: 2.6.2-1
Done: Thorsten Alteholz <[email protected]>
We believe that the bug you reported is fixed in the latest version of
usb-modeswitch, 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.
Thorsten Alteholz <[email protected]> (supplier of updated usb-modeswitch
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: Tue, 23 Sep 2025 17:57:14 +0200
Source: usb-modeswitch
Architecture: source
Version: 2.6.2-1
Distribution: unstable
Urgency: medium
Maintainer: Thorsten Alteholz <[email protected]>
Changed-By: Thorsten Alteholz <[email protected]>
Closes: 1098047
Changes:
usb-modeswitch (2.6.2-1) unstable; urgency=medium
.
* New upstream release. (Closes: #1098047)
* debian/watch: update to use xml file now
* debian/control: use standard 4.7.2 (no changes)
Checksums-Sha1:
f7889558ef35282facd1426ee7c7a9de6279f41a 2135 usb-modeswitch_2.6.2-1.dsc
d6381f8c12e4b1032a9fa445cee9992d50489477 45424
usb-modeswitch_2.6.2.orig.tar.bz2
d4f3cf68462ac8f8c2196da90dbcf69401904278 12844
usb-modeswitch_2.6.2-1.debian.tar.xz
d20749b0a8570316e8efb89f1dd760f6126376bf 6511
usb-modeswitch_2.6.2-1_amd64.buildinfo
Checksums-Sha256:
1c0cf312f4aba94583cd0197524e1f58fefed0d11cd538fe380f198c70e4b175 2135
usb-modeswitch_2.6.2-1.dsc
f7abd337784a9d1bd39cb8a587518aff6f2a43d916145eafd80b1b8b7146db66 45424
usb-modeswitch_2.6.2.orig.tar.bz2
9600cada64b5173903a64983fd4eae52b69d7ed9cc8d581038eeef974d417acb 12844
usb-modeswitch_2.6.2-1.debian.tar.xz
dd60c01b4d07991b8927de8d35be11ba4056a6078f56220c108cd57afdf8edb9 6511
usb-modeswitch_2.6.2-1_amd64.buildinfo
Files:
e475d5ad2220b173dc12d72200040d48 2135 comm optional usb-modeswitch_2.6.2-1.dsc
cf3b9f052fe49b02b385848eedc7264f 45424 comm optional
usb-modeswitch_2.6.2.orig.tar.bz2
2dfc6c1f113ab832966684c0514fac0d 12844 comm optional
usb-modeswitch_2.6.2-1.debian.tar.xz
928234febf4d362088a5e87749acf628 6511 comm optional
usb-modeswitch_2.6.2-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAmjSyK5fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh
bHRlaG9sei5kZQAKCRCW/KwNOHtYRyx2D/wOLCJsj2XNx1IxohfKgavb0aia+2N8
7dX4mxthVh4i6uRoFPJhXmLU3Fd6eY+DxzDssRnIb0GUkoxKA4UvzzMAx6A/fIrb
d0xWo3nt8SmdD6s0QfPHgyTy1oZogCZMNLKYZ+HJsejfQUq/k7GJZT+1QS5HqfRO
27A6thiMGOu9gdrOaytlf+y7iuSreye8ye9KynQRD0ZbUsB4X/L1YVFGDZ7T0OGD
KScE+J14I8QW9AkFBiNodcdYKBLXMjMHWVDJzmZZvTbtM5Tmlfqw0OqAJxtaNrhQ
UchIF3ewrxeS37OKndC8o1FxaozXV1NQg9pNDWwOdSVKI+LZDOsu8mtbnds8NVhx
IES+dJ9VYC8vctsATJSjUxLDx8W8xecd5acFG3uAqd6Kpy2qiKw/titpPuYEnGW7
h7fTexlIRz21adyAtXxY1jZVOGlIRxaZaZH0ngatOMkJj5c0+z+e1w13Zyu7l4Iu
7cb53bbPGs4VohIRIdj4ogeWuDQyCoCOFpOsssZ9dpcHn7ljI1LE5OWgi+RC2XuW
018qB5oLvpd/hKtR59MEwFER8wsh2xzst8jQBY/b6hKul9mr2guxIStDdUG2h+bo
7AfYMZLZoec7EzbZfPlxw0geDUleQcS+vO4F1m8rIklXB+YpnnDBGCNCa7Ndy2+I
Y96mX/KLWNXAYQ==
=aAbm
-----END PGP SIGNATURE-----
pgpzClKYP14KO.pgp
Description: PGP signature
--- End Message ---