Your message dated Sun, 28 Sep 2025 09:49:50 +0000
with message-id <[email protected]>
and subject line Bug#1096699: fixed in gfarm2fs 1.2.16-1.1
has caused the Debian Bug report #1096699,
regarding gfarm2fs: 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.)
--
1096699: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096699
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gfarm2fs
Version: 1.2.16-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/gfarm2fs_1.2.16-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
[...]
gfarm2fs.c:98:56: warning: comparison between two arrays [-Warray-compare]
98 | if (ret_errno == EINVAL || fuse_opname == OP_RELEASE) {
\
| ^~
gfarm2fs.c:1603:17: note: in expansion of macro ‘gfarm2fs_check_error’
1603 | gfarm2fs_check_error(GFARM_MSG_2000037, OP_GETXATTR,
| ^~~~~~~~~~~~~~~~~~~~
gfarm2fs.c:98:56: note: use ‘&OP_GETXATTR[0] == &OP_RELEASE[0]’ to compare the
addresses
98 | if (ret_errno == EINVAL || fuse_opname == OP_RELEASE) {
\
| ^~
gfarm2fs.c:1603:17: note: in expansion of macro ‘gfarm2fs_check_error’
1603 | gfarm2fs_check_error(GFARM_MSG_2000037, OP_GETXATTR,
| ^~~~~~~~~~~~~~~~~~~~
gfarm2fs.c: In function ‘gfarm2fs_listxattr’:
gfarm2fs.c:98:56: warning: comparison between two arrays [-Warray-compare]
98 | if (ret_errno == EINVAL || fuse_opname == OP_RELEASE) {
\
| ^~
gfarm2fs.c:1621:17: note: in expansion of macro ‘gfarm2fs_check_error’
1621 | gfarm2fs_check_error(GFARM_MSG_2000084, OP_LISTXATTR,
| ^~~~~~~~~~~~~~~~~~~~
gfarm2fs.c:98:56: note: use ‘&OP_LISTXATTR[0] == &OP_RELEASE[0]’ to compare the
addresses
98 | if (ret_errno == EINVAL || fuse_opname == OP_RELEASE) {
\
| ^~
gfarm2fs.c:1621:17: note: in expansion of macro ‘gfarm2fs_check_error’
1621 | gfarm2fs_check_error(GFARM_MSG_2000084, OP_LISTXATTR,
| ^~~~~~~~~~~~~~~~~~~~
gfarm2fs.c:98:56: warning: comparison between two arrays [-Warray-compare]
98 | if (ret_errno == EINVAL || fuse_opname == OP_RELEASE) {
\
| ^~
gfarm2fs.c:1627:17: note: in expansion of macro ‘gfarm2fs_check_error’
1627 | gfarm2fs_check_error(GFARM_MSG_2000038, OP_LISTXATTR,
| ^~~~~~~~~~~~~~~~~~~~
gfarm2fs.c:98:56: note: use ‘&OP_LISTXATTR[0] == &OP_RELEASE[0]’ to compare the
addresses
98 | if (ret_errno == EINVAL || fuse_opname == OP_RELEASE) {
\
| ^~
gfarm2fs.c:1627:17: note: in expansion of macro ‘gfarm2fs_check_error’
1627 | gfarm2fs_check_error(GFARM_MSG_2000038, OP_LISTXATTR,
| ^~~~~~~~~~~~~~~~~~~~
gfarm2fs.c: In function ‘gfarm2fs_removexattr’:
gfarm2fs.c:98:56: warning: comparison between two arrays [-Warray-compare]
98 | if (ret_errno == EINVAL || fuse_opname == OP_RELEASE) {
\
| ^~
gfarm2fs.c:1644:17: note: in expansion of macro ‘gfarm2fs_check_error’
1644 | gfarm2fs_check_error(GFARM_MSG_2000085, OP_REMOVEXATTR,
| ^~~~~~~~~~~~~~~~~~~~
gfarm2fs.c:98:56: note: use ‘&OP_REMOVEXATTR[0] == &OP_RELEASE[0]’ to compare
the addresses
98 | if (ret_errno == EINVAL || fuse_opname == OP_RELEASE) {
\
| ^~
gfarm2fs.c:1644:17: note: in expansion of macro ‘gfarm2fs_check_error’
1644 | gfarm2fs_check_error(GFARM_MSG_2000085, OP_REMOVEXATTR,
| ^~~~~~~~~~~~~~~~~~~~
gfarm2fs.c:98:56: warning: comparison between two arrays [-Warray-compare]
98 | if (ret_errno == EINVAL || fuse_opname == OP_RELEASE) {
\
| ^~
gfarm2fs.c:1650:9: note: in expansion of macro ‘gfarm2fs_check_error’
1650 | gfarm2fs_check_error(GFARM_MSG_2000039, OP_REMOVEXATTR,
| ^~~~~~~~~~~~~~~~~~~~
gfarm2fs.c:98:56: note: use ‘&OP_REMOVEXATTR[0] == &OP_RELEASE[0]’ to compare
the addresses
98 | if (ret_errno == EINVAL || fuse_opname == OP_RELEASE) {
\
| ^~
gfarm2fs.c:1650:9: note: in expansion of macro ‘gfarm2fs_check_error’
1650 | gfarm2fs_check_error(GFARM_MSG_2000039, OP_REMOVEXATTR,
| ^~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/build/reproducible-path/gfarm2fs-1.2.16'
make[2]: *** [Makefile:674: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/gfarm2fs-1.2.16'
make[1]: *** [Makefile:433: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/gfarm2fs-1.2.16'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:14: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: gfarm2fs
Source-Version: 1.2.16-1.1
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
gfarm2fs, 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 gfarm2fs 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, 26 Sep 2025 19:26:31 +0300
Source: gfarm2fs
Architecture: source
Version: 1.2.16-1.1
Distribution: unstable
Urgency: medium
Maintainer: Dmitry Smirnov <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1096699
Changes:
gfarm2fs (1.2.16-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Build with -std=gnu17 to workaround FTBFS with GCC 15.
(Closes: #1096699)
Checksums-Sha1:
732acff454b54c57df14640b335912b81809cd48 1907 gfarm2fs_1.2.16-1.1.dsc
9df8cae1d33a76398078fd23aff22dd1d03732bf 4660 gfarm2fs_1.2.16-1.1.debian.tar.xz
Checksums-Sha256:
f2b950a41c380a50b1743813fa4ab4e1f45e25c10beb6b3e05bc2fd07e6c341f 1907
gfarm2fs_1.2.16-1.1.dsc
bed82038a54c24707e144a55b1605395761fb4c37d677d452db2640394cea924 4660
gfarm2fs_1.2.16-1.1.debian.tar.xz
Files:
5331317a5281859c33e9a1b0761aa4c6 1907 net optional gfarm2fs_1.2.16-1.1.dsc
14e9391ababb57935a224dd28dcf369e 4660 net optional
gfarm2fs_1.2.16-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjW6fEACgkQiNJCh6LY
mLHd6Q//XZ156SIjAAz4lMEOyZng39VD5ukwMkFkGPMO1wRdYKNga++aY2ERBcRw
65fggV8FIvtaqbC2Qe2An3zbm7kS6/zeK3P1nADs4EHVN3fYmiM2O79pWB64YP45
XrqMmeAGUHB3XWughugzbc45fBK+Lfr905K+Ns1fUJERiQNyTK00bBvws7ixQGlm
brIfOT+znRv4dk9YItx08DNG0SehHJ2fhactNRdIZnhtmJTjWEM+/Qdt1CuLqBEs
L6mQCbvu2son+RDMgDybzwLV+MNXlR6xA/7+fPStmKnQYRYRwyCnjD9pFS0V8WsD
w48h6Uj2D8yLe+ovky0s39XbiW0wv+VG6t22mL8EF0fpV6YPto0vylo5MX00CejQ
yTSpYKxASzNlUHWElGb+on/QXQzvOOXrYocuMKApqoHVco/GL2X0eVFy/eczmOFz
a9hlULE3j2/g2w2nqsG7sB6AWV8xxBsOGX320Rh8PSl3nppXQTCdNqyThpb1S3zW
ccqFc7iYmId7vwHzoEnzDaqUA4ThF3/StK52H3PKOVy01icZQYiOGW8VMSYcTX9T
Z2uoa8Ivz1rFtkQRJGM8ipzWQAenBo6qn6jT7wlv+y6yzWRVdE+IFXKwcV63LyLY
2T8NiU/2GUzEkx7sf6Yv7JF0htupPCZsGXvKC36CW7P+aK1hn4E=
=qiKF
-----END PGP SIGNATURE-----
pgpuDA5hppv0m.pgp
Description: PGP signature
--- End Message ---