Your message dated Sat, 04 Oct 2025 06:34:22 +0000
with message-id <[email protected]>
and subject line Bug#1096800: fixed in haskell-system-fileio 0.3.16.4-6.1
has caused the Debian Bug report #1096800,
regarding haskell-system-fileio: 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.)
--
1096800: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096800
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:haskell-system-fileio
Version: 0.3.16.4-6
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/haskell-system-fileio_0.3.16.4-6_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
[...]
| ^^^^
lib/Filesystem.hs:95:1: warning: [-Wunused-imports]
The import of ‘System.IO.Error’ is redundant
except perhaps to import instances from ‘System.IO.Error’
To import instances alone, use: import System.IO.Error()
|
95 | import System.IO.Error (IOError)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/Filesystem.hs:928:1: warning: [-Wunused-top-binds]
Defined but not used: ‘throwErrnoPathIfMinus1’
|
928 | throwErrnoPathIfMinus1 loc path = CError.throwErrnoPathIfMinus1 loc
(encodeString path)
| ^^^^^^^^^^^^^^^^^^^^^^
In file included from /usr/include/dirent.h:25,
from lib/hssystemfileio-unix.c:9:0: error:
/usr/include/features.h:197:3: error:
warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
_DEFAULT_SOURCE" [-Wcpp]
197 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
_DEFAULT_SOURCE"
| ^~~~~~~
|
197 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
_DEFAULT_SOURCE"
| ^
lib/hssystemfileio-unix.c:19:1: error:
error: conflicting types for ‘hssystemfileio_alloc_dirent’; have ‘struct
dirent *(void *)’
19 | hssystemfileio_alloc_dirent(void *void_dir)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
|
19 | hssystemfileio_alloc_dirent(void *void_dir)
| ^
In file included from lib/hssystemfileio-unix.c:1:0: error:
lib/hssystemfileio-unix.h:7:1: error:
note: previous declaration of ‘hssystemfileio_alloc_dirent’ with type
‘struct dirent *(void)’
7 | hssystemfileio_alloc_dirent();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
|
7 | hssystemfileio_alloc_dirent();
| ^
lib/hssystemfileio-unix.c: In function ‘hssystemfileio_readdir’:
lib/hssystemfileio-unix.c:57:17: error:
warning: ‘readdir_r’ is deprecated [-Wdeprecated-declarations]
57 | int rc = readdir_r(dir, dirent, &dirent_result);
| ^~~
|
57 | int rc = readdir_r(dir, dirent, &dirent_result);
| ^
/usr/include/dirent.h:185:12: error:
note: declared here
185 | extern int readdir_r (DIR *__restrict __dirp,
| ^~~~~~~~~
|
185 | extern int readdir_r (DIR *__restrict __dirp,
| ^
`x86_64-linux-gnu-gcc' failed in phase `C Compiler'. (Exit code: 1)
-e: error: debian/hlibrary.setup build --builddir=dist-ghc returned exit code 1
at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 877.
Debian::Debhelper::Dh_Lib::error("debian/hlibrary.setup build
--builddir=dist-ghc returned exit"...) called at
/usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 616
Debian::Debhelper::Dh_Lib::error_exitcode("debian/hlibrary.setup build
--builddir=dist-ghc") called at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm
line 479
Debian::Debhelper::Dh_Lib::doit("debian/hlibrary.setup", "build",
"--builddir=dist-ghc") called at
/usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 656
Debian::Debhelper::Buildsystem::Haskell::Recipes::build_recipe() called
at -e line 1
make: *** [/usr/share/cdbs/1/class/hlibrary.mk:158: build-ghc-stamp] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: haskell-system-fileio
Source-Version: 0.3.16.4-6.1
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
haskell-system-fileio, 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 haskell-system-fileio
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: Thu, 02 Oct 2025 20:34:33 +0300
Source: haskell-system-fileio
Architecture: source
Version: 0.3.16.4-6.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Haskell Group
<[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1096800
Changes:
haskell-system-fileio (0.3.16.4-6.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Backport upstream fix for FTBFS with GCC 15. (Closes: #1096800)
Checksums-Sha1:
fe4006055a3f37209f57c4db8eee9d74f20c495d 2526
haskell-system-fileio_0.3.16.4-6.1.dsc
9e3e5b899535137abb63ab741c9fc80b240ab676 3644
haskell-system-fileio_0.3.16.4-6.1.debian.tar.xz
Checksums-Sha256:
682608fdf1f9087774a78ec944fa278fbf897e5376eb271d3ed0aa904a5a8d8d 2526
haskell-system-fileio_0.3.16.4-6.1.dsc
8be3615848e036e98e31e8470d541883be4e6c74636f856af0dffb434ae8477e 3644
haskell-system-fileio_0.3.16.4-6.1.debian.tar.xz
Files:
4789499f2d5bd89b7079d96e0756efe7 2526 haskell optional
haskell-system-fileio_0.3.16.4-6.1.dsc
48eeab9335b98b6ea5e05da43ea26a6d 3644 haskell optional
haskell-system-fileio_0.3.16.4-6.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjeuT4ACgkQiNJCh6LY
mLFfVRAAt3mVl8Z3dR5h3BoQd486YFqMaPB4aKz47HR4xdUT7zABs9tawsMznpbz
7k1xwP35l7/5sBMWODW9p5e+oqcI3V1u2dLpbu2jVmVrMu2VATgmOEicoj5fGXtN
EYTyAAyfZlkLM40I6JPv4QezfN25z8exE+R0IS63NF6iCohf8MBSBjZl3Sw0iHxx
tkG+u1/AKUMa4ldzz7g2HShuh6XI6pJHIlJli42hrkwoZf0jYIHZY/D0wl9oF8z4
mLb8JYaEhYf9EuislEUjpaSR/4i46KfxIbEVhDMc1LQoyWhjsDx+/Tc3wDf0h1Nq
KduOk42tOeOfZHHZLwxdF6HxRcLsMHOfOS+RAP7q+wc2zFUfulYrQ9cL6NAwBxu2
ZZQB71BLIHPkjvmLNl+rlFjTBM1hC2cmThQRqzeEyhxBwEnx/T9jw8QTkXLH+Z2+
89AwhKrdgACxt4uL882BY2lg1D4y7Uwb32N01f/jRKjYnl6LA415F6aQFKswNft2
srpA7aiNd0rdypBuDJE0fclCV/56BXlhwOdyy49FG55D4hRVxZyv87TKvfmyanJD
KqABeeoOmtKe4LQxq0mteCmZ/dUNWuIrtbN8dbJkdlOfFmg4rp1uBauXAtBI6jjk
1w5N66OBBpm826R9uFK09ORTjwsNKUj+zIshfP3UgCmNmiMKV0g=
=aPpl
-----END PGP SIGNATURE-----
pgpVIQ0nvQJQ1.pgp
Description: PGP signature
--- End Message ---