Your message dated Sun, 04 Aug 2024 05:19:18 +0000
with message-id <[email protected]>
and subject line Bug#1075061: fixed in haskell-libxml-sax 0.7.5-14
has caused the Debian Bug report #1075061,
regarding haskell-libxml-sax: ftbfs with GCC-14
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.)
--
1075061: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075061
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:haskell-libxml-sax
Version: 0.7.5-13
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-14
[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/haskell-libxml-sax_0.7.5-13_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
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-14/porting_to.html
[...]
+++ |+#include <stdlib.h>
9 |
|
9 |
| ^
cbits/hslibxml-shim.c:44:21: error:
warning: incompatible implicit declaration of built-in function ‘calloc’
[-Wbuiltin-declaration-mismatch]
44 | user_data = calloc(1, sizeof(UserData));
| ^~~~~~
|
44 | user_data = calloc(1, sizeof(UserData));
| ^
cbits/hslibxml-shim.c:44:21: error:
note: include ‘<stdlib.h>’ or provide a declaration of ‘calloc’
|
44 | user_data = calloc(1, sizeof(UserData));
| ^
cbits/hslibxml-shim.c: In function ‘hslibxml_on_warning’:
cbits/hslibxml-shim.c:395:9: error:
error: implicit declaration of function ‘free’
[-Wimplicit-function-declaration]
395 | free(msg);
| ^~~~
|
395 | free(msg);
| ^
cbits/hslibxml-shim.c:395:9: error:
note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
|
395 | free(msg);
| ^
cbits/hslibxml-shim.c:395:9: error:
warning: incompatible implicit declaration of built-in function ‘free’
[-Wbuiltin-declaration-mismatch]
|
395 | free(msg);
| ^
cbits/hslibxml-shim.c:395:9: error:
note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
|
395 | free(msg);
| ^
cbits/hslibxml-shim.c: In function ‘hslibxml_on_error’:
cbits/hslibxml-shim.c:420:9: error:
warning: incompatible implicit declaration of built-in function ‘free’
[-Wbuiltin-declaration-mismatch]
420 | free(msg);
| ^~~~
|
420 | free(msg);
| ^
cbits/hslibxml-shim.c:420:9: error:
note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
|
420 | free(msg);
| ^
`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-libxml-sax
Source-Version: 0.7.5-14
Done: Picca Frédéric-Emmanuel <[email protected]>
We believe that the bug you reported is fixed in the latest version of
haskell-libxml-sax, 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.
Picca Frédéric-Emmanuel <[email protected]> (supplier of updated
haskell-libxml-sax 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: Sun, 4 Aug 2024 06:52:02 CEST
Source: haskell-libxml-sax
Binary: libghc-libxml-sax-dev libghc-libxml-sax-doc libghc-libxml-sax-prof
Architecture: amd64 all source
Version: 0.7.5-14
Distribution: unstable
Urgency: medium
Maintainer: Debian Haskell Group
<[email protected]>
Changed-By: Picca Frédéric-Emmanuel <[email protected]>
Description:
libghc-libxml-sax-dev - bindings for libXML2 SAX
libghc-libxml-sax-doc - bindings for libXML2 SAX; documentation
libghc-libxml-sax-prof - bindings for libXML2 SAX; profiling libraries
Closes: 1075061
Changes:
haskell-libxml-sax (0.7.5-14) unstable; urgency=medium
.
* Fix compilation with gcc-14 (Closes: #1075061)
Checksums-Sha256:
de6f4a80c171c4cb1dc1a4d929c6f34d5228747acd79132735037a7c6791366e 9182
haskell-libxml-sax_0.7.5-14_amd64.buildinfo
16035ce2d167e16909469ddbd2bdd425e9a35449fb11c068075aa9489ea818a6 58432
libghc-libxml-sax-dev_0.7.5-14_amd64.deb
65b97e2c54ada7678942d20a84c244fab936f442a9f04643f4700bac5ee67eeb 55352
libghc-libxml-sax-doc_0.7.5-14_all.deb
615fc4937ce623e2a5d4615d970c98c6af20347e76da63e52627d1fc6be230e4 50192
libghc-libxml-sax-prof_0.7.5-14_amd64.deb
d14803debffc63f1bd0f70324c4fb9f66c1111d23873fe847d1b2b958f643d4c 2485
haskell-libxml-sax_0.7.5-14.dsc
b7b1e4066fdfce1ec43344c51d6fa62d92526d3002756921f27bace2d2d72e3c 5092
haskell-libxml-sax_0.7.5-14.debian.tar.xz
99141784cc0d6c5749f0df618b2d46922391eede09f4f9ccfc36fb58a9c16d51 8916
haskell-libxml-sax_0.7.5.orig.tar.gz
Checksums-Sha1:
44ef85a8faa0c33224a851797fe0db6ac617a70d 9182
haskell-libxml-sax_0.7.5-14_amd64.buildinfo
59f194dd367ad863314fb3f6280f2096fc32b97c 58432
libghc-libxml-sax-dev_0.7.5-14_amd64.deb
7519f4663ccbca828754c415d76a380c7f3cb659 55352
libghc-libxml-sax-doc_0.7.5-14_all.deb
66e010beafcfdf2e3f316dd16e5172fcabb05b96 50192
libghc-libxml-sax-prof_0.7.5-14_amd64.deb
3d10865c66fd6a70b23cdb39dc9c997fe4b992a0 2485 haskell-libxml-sax_0.7.5-14.dsc
c09efe97eae6b4361acc63c87dd884729b396341 5092
haskell-libxml-sax_0.7.5-14.debian.tar.xz
c29c5d807559c8bc90f6c8820f0079b00402f693 8916
haskell-libxml-sax_0.7.5.orig.tar.gz
Files:
d07e89c42ef80e9c632d142d518d69d5 9182 haskell optional
haskell-libxml-sax_0.7.5-14_amd64.buildinfo
f8191375c20988505ea5f442a95a1661 58432 haskell optional
libghc-libxml-sax-dev_0.7.5-14_amd64.deb
2ed69245807857a546ff0ffabefe9b22 55352 doc optional
libghc-libxml-sax-doc_0.7.5-14_all.deb
82db1c9816ca224545c09568515ac5e5 50192 haskell optional
libghc-libxml-sax-prof_0.7.5-14_amd64.deb
bbf495da7f516a92c622bf6b5739d1fa 2485 haskell optional
haskell-libxml-sax_0.7.5-14.dsc
71775a9fa5cb84eea1fea15e5fc4ecae 5092 - -
haskell-libxml-sax_0.7.5-14.debian.tar.xz
c2ee96657807cd75f400c58c7a7134d3 8916 - - haskell-libxml-sax_0.7.5.orig.tar.gz
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE2bRTt5m4gw2UXmoKW/VOXhK5ALsFAmavCWURHHBpY2NhQGRl
Ymlhbi5vcmcACgkQW/VOXhK5ALu47xAAxDB8rfEiL3gVSUaQzbX4ftvokEj0DErr
YYdJ26oBmR/VlZFlxnGOkRuL3gru6ekTkFYKDAIh/gF1KdhNEkCCGDmKe7AJHRCT
MueePTvq9+Rj+7YIGgt/RSayL4D32DP4KbaP7BLx7iRzQWk532Ot77HHXSLuevmE
t0BbFBCiosd2LwVMVBOZLe0A8piHmbiIBcaKf8N8gp2x3bzzP63mhsw/eSobMD0O
BF3kOtlH72JQhaGv6T9v/S81GsJpnw0HCQQqxdvNX8UpxF67Yl0fU4Oiyag4CAZH
WVWZsplVPfCFpAs7PulnzniB/UkvVPMHqmnGRysnJjP6ppymiW6TPWvoDSZaPdNA
E+C0OXSkqQZKi07ZgKbhUCRmg1eMrgU+ULzmy46R71o432A8RTHdF8cWqnuA9Rw7
i25dwqggay4ukcRLLpoDVs0eQJ3gtEkEzodkm+0xPfURc8Fdy0cH6pV3eAx1mYMT
6+XDVugS9ET3gNpZheaNsB8tgqWXYpCSSl5BMcTB5JwhkQiWymnMqDvRz0KW3b4z
UuScaoIEcQshpAu151oyXWsXzqkEUUH2Al1ZSga+p41H3aqQyspeURqsJ/8SfNw6
Y2+wfPSuE0bhBjBmr84q023xQN9X9rKP6gCBBDL4Py5BRXwqQqq0scNpmU9dhutG
eR0u/p6pNWs=
=7oN9
-----END PGP SIGNATURE-----
pgpfKbjaDNqNZ.pgp
Description: PGP signature
--- End Message ---
_______________________________________________
Pkg-haskell-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-haskell-maintainers