Your message dated Tue, 26 Aug 2025 06:49:56 +0000
with message-id <[email protected]>
and subject line Bug#1096910: fixed in kbuild 1:0.1.9998svn3686+dfsg-2
has caused the Debian Bug report #1096910,
regarding kbuild: 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.)
--
1096910: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096910
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:kbuild
Version: 1:0.1.9998svn3614+dfsg-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/kbuild_0.1.9998svn3614+dfsg-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
[...]
mv -f $depbase.Tpo $depbase.Po
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/glob.c: In
function ‘next_brace_sub’:
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/glob.c:323:1:
warning: old-style function definition [-Wold-style-definition]
323 | next_brace_sub (begin)
| ^~~~~~~~~~~~~~
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/glob.c: In
function ‘glob’:
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/glob.c:370:1:
warning: old-style function definition [-Wold-style-definition]
370 | glob (pattern, flags, errfunc, pglob)
| ^~~~
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/glob.c: In
function ‘globfree’:
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/glob.c:1097:1:
warning: old-style function definition [-Wold-style-definition]
1097 | globfree (pglob)
| ^~~~~~~~
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/glob.c: In
function ‘collated_compare’:
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/glob.c:1113:1:
warning: old-style function definition [-Wold-style-definition]
1113 | collated_compare (a, b)
| ^~~~~~~~~~~~~~~~
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/glob.c: In
function ‘prefix_array’:
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/glob.c:1135:1:
warning: old-style function definition [-Wold-style-definition]
1135 | prefix_array (dirname, array, n)
| ^~~~~~~~~~~~
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/glob.c: In
function ‘__glob_pattern_p’:
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/glob.c:1203:1:
warning: old-style function definition [-Wold-style-definition]
1203 | __glob_pattern_p (pattern, quote)
| ^~~~~~~~~~~~~~~~
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/glob.c: In
function ‘glob_in_dir’:
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/glob.c:1245:1:
warning: old-style function definition [-Wold-style-definition]
1245 | glob_in_dir (pattern, directory, flags, errfunc, pglob)
| ^~~~~~~~~~~
depbase=`echo fnmatch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I.
-I/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob -I..
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -MT fnmatch.o -MD -MP -MF $depbase.Tpo
-c -o fnmatch.o
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/fnmatch.c &&\
mv -f $depbase.Tpo $depbase.Po
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/fnmatch.c:124:14:
error: conflicting types for ‘getenv’; have ‘char *(void)’
124 | extern char *getenv ();
| ^~~~~~
In file included from
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/fnmatch.c:40:
/usr/include/stdlib.h:773:14: note: previous declaration of ‘getenv’ with type
‘char *(const char *)’
773 | extern char *getenv (const char *__name) __THROW __nonnull ((1)) __wur;
| ^~~~~~
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/fnmatch.c: In
function ‘__strchrnul’:
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/fnmatch.c:135:1:
warning: old-style function definition [-Wold-style-definition]
135 | __strchrnul (s, c)
| ^~~~~~~~~~~
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/fnmatch.c: In
function ‘internal_fnmatch’:
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/fnmatch.c:159:1:
warning: old-style function definition [-Wold-style-definition]
159 | internal_fnmatch (pattern, string, no_leading_period, flags)
| ^~~~~~~~~~~~~~~~
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/fnmatch.c:299:33:
error: too many arguments to function ‘getenv’; expected 0, have 1
299 | posixly_correct = getenv ("POSIXLY_CORRECT") != NULL ? 1
: -1;
| ^~~~~~ ~~~~~~~~~~~~~~~~~
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/fnmatch.c:124:14:
note: declared here
124 | extern char *getenv ();
| ^~~~~~
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/fnmatch.c: In
function ‘fnmatch’:
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/src/kmk/glob/fnmatch.c:481:1:
warning: old-style function definition [-Wold-style-definition]
481 | fnmatch (pattern, string, flags)
| ^~~~~~~
make[5]: *** [Makefile:369: fnmatch.o] Error 1
make[5]: Leaving directory
'/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/out/linux.amd64/release/bootstrap/kmk/glob'
make[4]: *** [Makefile:1224: all-recursive] Error 1
make[4]: Leaving directory
'/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/out/linux.amd64/release/bootstrap/kmk'
make[3]: *** [Makefile:738: all] Error 2
make[3]: Leaving directory
'/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/out/linux.amd64/release/bootstrap/kmk'
make[2]: *** [bootstrap.gmk:176:
/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg/out/linux.amd64/release/bootstrap/kmk/kmk]
Error 2
make[2]: Leaving directory
'/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg'
kBuild/env.sh: info: rc=2: make -f bootstrap.gmk
SRCDIR=/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg ASH=/bin/bash
ECHO=/bin/echo MKDIR=/bin/mkdir CP=/bin/cp RM=/bin/rm INSTALL=/usr/bin/install
YACC=/usr/bin/byacc
make[1]: *** [debian/rules:21: override_dh_auto_build] Error 2
make[1]: Leaving directory
'/build/reproducible-path/kbuild-0.1.9998svn3614+dfsg'
make: *** [debian/rules:12: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: kbuild
Source-Version: 1:0.1.9998svn3686+dfsg-2
Done: Gianfranco Costamagna <[email protected]>
We believe that the bug you reported is fixed in the latest version of
kbuild, 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.
Gianfranco Costamagna <[email protected]> (supplier of updated kbuild
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: SHA256
Format: 1.8
Date: Tue, 26 Aug 2025 07:52:23 +0200
Source: kbuild
Built-For-Profiles: noudeb
Architecture: source
Version: 1:0.1.9998svn3686+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Virtualbox Team <[email protected]>
Changed-By: Gianfranco Costamagna <[email protected]>
Closes: 1096910
Changes:
kbuild (1:0.1.9998svn3686+dfsg-2) unstable; urgency=medium
.
* Fix build with new gcc-15 (Closes: #1096910)
Checksums-Sha1:
a6b3ed402026072a5fd4980104a9368f01641300 2111 kbuild_0.1.9998svn3686+dfsg-2.dsc
dd316b584de264810d986a917bffcabe39b3fb98 13068
kbuild_0.1.9998svn3686+dfsg-2.debian.tar.xz
3f0068bab4c42cf13a028830a17da5a0274b3823 7393
kbuild_0.1.9998svn3686+dfsg-2_source.buildinfo
Checksums-Sha256:
b219899a7f9c5ee1f3624015795b3bb6866d548eb607dd4988553b399ec5ab16 2111
kbuild_0.1.9998svn3686+dfsg-2.dsc
80cb99a74fdee1145be920280217ec83e30ca97e4ab305407d5193e648fa4dd6 13068
kbuild_0.1.9998svn3686+dfsg-2.debian.tar.xz
0f4fb604391905e6a5528a3fa26a521573be44d385878c3837b0cadb561fd9a9 7393
kbuild_0.1.9998svn3686+dfsg-2_source.buildinfo
Files:
af6b7dae91b16f82158425be6bca0852 2111 devel optional
kbuild_0.1.9998svn3686+dfsg-2.dsc
23aefc2a2fd1e40ada816e0fe7959360 13068 devel optional
kbuild_0.1.9998svn3686+dfsg-2.debian.tar.xz
b413c2317004d98c40e2a525cd075535 7393 devel optional
kbuild_0.1.9998svn3686+dfsg-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAmitVDIACgkQ808JdE6f
XdmxDw//RkiQzBTrJz+01i/o3gkYq7SA8tfsL1/SDEwTeVISJjdB640dEMIgErna
7voyOOr4+SiTtEtN36FjNsD4Y2v/HsQj2IQWUazjEWcIYKzGMtXfNcgAnabLOqkU
MJ1c6tJcZl4kHKai74McWG1bZ02ablZN4jhF/YlZeWfzCjUmd8/ecr8IXca0Ti0b
LUxpaSAYuHwc/DkJ5BIz54A0n3jJYdN+GNI+nluxMZrbOk0E6MkZ6rAOs8Rw3YHq
w73YnTeVk95za0knk8y/Yu5HoI017z8EXj+zOytNMYrkXGE5qyWYfUt7zKRLh1z7
lxdZ4SJN9gx/V+IfkBrIvxx3LQi+itBYMv3VBbpCK8TaRdshYzTELC2nXpsmwnfm
0cmps9XaKg/I3+kTSDfDbZ6jtZU/wO/Ly8UTudk2dXAd4f5vMjZdFvHBj71K8i3u
HAi3WPLD6vLUJ7IbO7WWjdj0VVjtTWL98HNr187YIHIeKGkvf1VBYc4u+6mR1LFh
HWaOQ67hp+BaoSnn94KeHQIbJ+OXNnywgSs4LY7NyEeLnAyn8dVRwoL4cxvPQNT9
+l6EayB9knlVq0+xFAkH74PyDpa/TrDg20nxJ5d5LwGD0nVzxtwWtbqJe/0qF00E
wJjBrojyHgMOEHugweeYYDhwYLk+VWjx5/zlGMI70fyMm4xOwSU=
=A/xP
-----END PGP SIGNATURE-----
pgpaOP8lddXL_.pgp
Description: PGP signature
--- End Message ---