Your message dated Fri, 05 Sep 2025 22:34:12 +0000
with message-id <[email protected]>
and subject line Bug#1096602: fixed in f2fs-tools 1.16.0-2
has caused the Debian Bug report #1096602,
regarding f2fs-tools: 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.)
--
1096602: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096602
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:f2fs-tools
Version: 1.16.0-1.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/f2fs-tools_1.16.0-1.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
[...]
config.status: creating man/Makefile
config.status: creating lib/Makefile
config.status: creating mkfs/Makefile
config.status: creating fsck/Makefile
config.status: creating tools/Makefile
config.status: creating tools/f2fs_io/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Leaving directory '/build/reproducible-path/f2fs-tools-1.16.0'
dh_auto_build
make -j8
make[1]: Entering directory '/build/reproducible-path/f2fs-tools-1.16.0'
make all-recursive
make[2]: Entering directory '/build/reproducible-path/f2fs-tools-1.16.0'
Making all in man
make[3]: Entering directory '/build/reproducible-path/f2fs-tools-1.16.0/man'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/reproducible-path/f2fs-tools-1.16.0/man'
Making all in lib
make[3]: Entering directory '/build/reproducible-path/f2fs-tools-1.16.0/lib'
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/f2fs-tools-1.16.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libf2fs_la-libf2fs.lo `test -f
'libf2fs.c' || echo './'`libf2fs.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/f2fs-tools-1.16.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libf2fs_la-libf2fs_io.lo `test -f
'libf2fs_io.c' || echo './'`libf2fs_io.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/f2fs-tools-1.16.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libf2fs_la-libf2fs_zoned.lo `test
-f 'libf2fs_zoned.c' || echo './'`libf2fs_zoned.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/f2fs-tools-1.16.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libf2fs_la-nls_utf8.lo `test -f
'nls_utf8.c' || echo './'`nls_utf8.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/f2fs-tools-1.16.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c libf2fs_zoned.c -o
libf2fs_la-libf2fs_zoned.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/f2fs-tools-1.16.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c libf2fs_io.c -o
libf2fs_la-libf2fs_io.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/f2fs-tools-1.16.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c nls_utf8.c -o libf2fs_la-nls_utf8.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/f2fs-tools-1.16.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c libf2fs.c -o libf2fs_la-libf2fs.o
In file included from libf2fs_zoned.c:11:
../include/f2fs_fs.h:107:25: error: two or more data types in declaration
specifiers
107 | typedef u8 bool;
| ^~~~
../include/f2fs_fs.h:107:1: warning: useless type name in empty declaration
107 | typedef u8 bool;
| ^~~~~~~
In file included from libf2fs.c:12:
../include/f2fs_fs.h:107:25: error: two or more data types in declaration
specifiers
107 | typedef u8 bool;
| ^~~~
../include/f2fs_fs.h:107:1: warning: useless type name in empty declaration
107 | typedef u8 bool;
| ^~~~~~~
In file included from libf2fs_io.c:42:
../include/f2fs_fs.h:107:25: error: two or more data types in declaration
specifiers
107 | typedef u8 bool;
| ^~~~
../include/f2fs_fs.h:107:1: warning: useless type name in empty declaration
107 | typedef u8 bool;
| ^~~~~~~
In file included from nls_utf8.c:29:
../include/f2fs_fs.h:107:25: error: two or more data types in declaration
specifiers
107 | typedef u8 bool;
| ^~~~
../include/f2fs_fs.h:107:1: warning: useless type name in empty declaration
107 | typedef u8 bool;
| ^~~~~~~
make[3]: *** [Makefile:477: libf2fs_la-libf2fs_zoned.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [Makefile:470: libf2fs_la-libf2fs_io.lo] Error 1
make[3]: *** [Makefile:484: libf2fs_la-nls_utf8.lo] Error 1
make[3]: *** [Makefile:463: libf2fs_la-libf2fs.lo] Error 1
make[3]: Leaving directory '/build/reproducible-path/f2fs-tools-1.16.0/lib'
make[2]: *** [Makefile:424: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/f2fs-tools-1.16.0'
make[1]: *** [Makefile:356: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/f2fs-tools-1.16.0'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:10: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: f2fs-tools
Source-Version: 1.16.0-2
Done: Vincent Cheng <[email protected]>
We believe that the bug you reported is fixed in the latest version of
f2fs-tools, 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.
Vincent Cheng <[email protected]> (supplier of updated f2fs-tools 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, 05 Sep 2025 14:56:29 -0700
Source: f2fs-tools
Built-For-Profiles: noudeb
Architecture: source
Version: 1.16.0-2
Distribution: unstable
Urgency: medium
Maintainer: Filesystems Group <[email protected]>
Changed-By: Vincent Cheng <[email protected]>
Closes: 1096602
Changes:
f2fs-tools (1.16.0-2) unstable; urgency=medium
.
* Add d/p/fix-gcc15-ftbfs.patch to fix FTBFS with gcc 15. (Closes: #1096602)
* d/control: Update build-dep on pkg-config => pkgconf.
* Updated Standards compliance to 4.7.2, no changes required.
Checksums-Sha1:
774a868cc660fa014e1d10d301dde2782857bbec 2266 f2fs-tools_1.16.0-2.dsc
d76e9122ad9fcd08b8d006fef137d4ecb7dbfdad 6384 f2fs-tools_1.16.0-2.debian.tar.xz
Checksums-Sha256:
5e49f5136b816afa52dffabded84dbcb06968e97654e28a7253b388e9363b36e 2266
f2fs-tools_1.16.0-2.dsc
d526c638716b54e2d068551e285396f96612c8034bb2616e3a37057cad72f76e 6384
f2fs-tools_1.16.0-2.debian.tar.xz
Files:
5fc2e2b881c8aa97860939fd12cf2474 2266 admin optional f2fs-tools_1.16.0-2.dsc
727b14fe7b6a7d675fee9e666c672577 6384 admin optional
f2fs-tools_1.16.0-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE1TqBWjy3ZZr4guOVju3MG6ofMv8FAmi7YNwACgkQju3MG6of
Mv8SshAAvGF+uHfCDjLEX5ZDOJfzxsaOLOFMSx/S9A1pXJa1HOhBISZ9NbrwLdcY
BD/hNe8x19nY863trheYcQpX41rUlUXhgbRpZiUXVhaY3mMysmkx24OMnYjtnRX/
6yUiXzgl9wYfbIcqm+BiUA6e9ckHtQBJQwWV9V7QZ15OZUwLURi45NDhtJ0zvhud
3djVOO1T5U4lfLajPlig2SBF1hx68f1cCmePgNM3LRBT2jmDE/7JP6rs25wvNmIn
JNYGn34VkuAI12EQIyheNCLKkxNCDwCZjFRPa36lg8fGUKw79c0KFLokXEaCBWHa
4+93m+HyAHi+zKo5mfNN3y8YIZ9CTWJLDgCLXxWLyD9KqjlUoMMcjNG3GiUaN+QN
cuXMKbFrpNP0kXrN9v0TO4LCJEif8UhX6d44vfGEv2TkPplZzyzjmEuZ9iLg3cK2
hEC80cNgeHYX9tN9CUYZOuLVtSGLP4/ObvaznrsbZGD6O6qkcNRtJsppz5OEJsmG
ufUiLXQ0SWZhof8nd0NoPgYkwV8+P6bQpqGqFl6ZA4Wk3ZwwTl94xLa7fH4RZ/+J
u2+0NqFNUfLon9UU6B2XoyAieGBCnvgMLz/BIGY0//7LorC9ZVl1kg1N4jTU230p
uhAaQT0UtAVRV2rcs3Hz0qcrt7rBHZx0YGMRm4fodAk3ehHv3/A=
=xxVu
-----END PGP SIGNATURE-----
pgpn1SwcstYQv.pgp
Description: PGP signature
--- End Message ---