Your message dated Sun, 07 Jul 2024 19:04:31 +0000
with message-id <[email protected]>
and subject line Bug#1075179: fixed in liblouisutdml 2.12.0-6
has caused the Debian Bug report #1075179,
regarding liblouisutdml: 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.)
--
1075179: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075179
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:liblouisutdml
Version: 2.12.0-5
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/liblouisutdml_2.12.0-5_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
[...]
/usr/include/libxml2/libxml/parser.h:959:17: note: declared here
959 | xmlThrDefKeepBlanksDefaultValue(int v);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
transcriber.c:4023:7: warning: ‘xmlThrDefLineNumbersDefaultValue’ is deprecated
[-Wdeprecated-declarations]
4023 | xmlThrDefLineNumbersDefaultValue (1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/libxml2/libxml/parser.h:969:17: note: declared here
969 | xmlThrDefLineNumbersDefaultValue(int v);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
transcriber.c: In function ‘processDaisyDoc’:
transcriber.c:4065:3: warning: ‘initGenericErrorDefaultFunc’ is deprecated
[-Wdeprecated-declarations]
4065 | initGenericErrorDefaultFunc (NULL);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/libxml2/libxml/valid.h:15,
from /usr/include/libxml2/libxml/parser.h:19:
/usr/include/libxml2/libxml/xmlerror.h:894:5: note: declared here
894 | initGenericErrorDefaultFunc (xmlGenericErrorFunc *handler);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
transcriber.c: In function ‘freeDaisyDoc’:
transcriber.c:4083:3: warning: ‘initGenericErrorDefaultFunc’ is deprecated
[-Wdeprecated-declarations]
4083 | initGenericErrorDefaultFunc (NULL);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/libxml2/libxml/xmlerror.h:894:5: note: declared here
894 | initGenericErrorDefaultFunc (xmlGenericErrorFunc *handler);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../java/Jliblouisutdml.c: In function ‘louisForBack’:
../java/Jliblouisutdml.c:1089:19: error: passing argument 6 of ‘lou_translate’
from incompatible pointer type [-Wincompatible-pointer-types]
1089 | #define typeformX typeformY
| ^~~~~~~~~
| |
| jbyte * {aka signed char *}
../java/Jliblouisutdml.c:1145:39: note: in expansion of macro ‘typeformX’
1145 | &outlenX, typeformX, NULL,
| ^~~~~~~~~
/usr/include/liblouis/liblouis.h:130:40: note: expected ‘formtype *’ {aka
‘short unsigned int *’} but argument is of type ‘jbyte *’ {aka ‘signed char *’}
130 | int *outlen, formtype *typeform, char *spacing, int
*outputPos, int *inputPos,
| ~~~~~~~~~~^~~~~~~~
../java/Jliblouisutdml.c:1089:19: error: passing argument 6 of
‘lou_backTranslate’ from incompatible pointer type
[-Wincompatible-pointer-types]
1089 | #define typeformX typeformY
| ^~~~~~~~~
| |
| jbyte * {aka signed char *}
../java/Jliblouisutdml.c:1150:43: note: in expansion of macro ‘typeformX’
1150 | &outlenX, typeformX, NULL,
| ^~~~~~~~~
/usr/include/liblouis/liblouis.h:172:58: note: expected ‘formtype *’ {aka
‘short unsigned int *’} but argument is of type ‘jbyte *’ {aka ‘signed char *’}
172 | widechar *outbuf, int *outlen, formtype *typeform, char
*spacing, int *outputPos,
| ~~~~~~~~~~^~~~~~~~
../java/Jliblouisutdml.c: In function
‘Java_org_liblouis_LibLouisUTDML_registerLogCallback’:
../java/Jliblouisutdml.c:1377:29: error: passing argument 1 of
‘lbu_registerLogCallback’ from incompatible pointer type
[-Wincompatible-pointer-types]
1377 | lbu_registerLogCallback(javaLbuLogCallbackFunc);
| ^~~~~~~~~~~~~~~~~~~~~~
| |
| void (*)(int, const char *)
./liblouisutdml.h:171:61: note: expected ‘logcallback’ {aka ‘void
(*)(logLevels, const char *)’} but argument is of type ‘void (*)(int, const
char *)’
171 | LBUAPI void EXPORT_CALL lbu_registerLogCallback(logcallback callback);
| ~~~~~~~~~~~~^~~~~~~~
make[4]: *** [Makefile:1365: liblouisutdml_la-Jliblouisutdml.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I..
-DLBU_PATH=\"/usr/share/liblouisutdml/lbu_files/\"
-DLIBLOUIS_TABLES_PATH=\"/usr/share/liblouis/tables/\" -DLBULIB -Wdate-time
-D_FORTIFY_SOURCE=2 -I/usr/lib/jvm/java-17-openjdk-amd64/include
-I/usr/lib/jvm/java-17-openjdk-amd64/include/linux
-I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux
-I/usr/include/liblouis -I/usr/include/libxml2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c transcriber.c -o
liblouisutdml_la-transcriber.o >/dev/null 2>&1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/liblouisutdml'
make[3]: *** [Makefile:1046: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/liblouisutdml'
make[2]: *** [Makefile:1065: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 --assume-new=file2brl.1 returned exit code 2
make[1]: *** [debian/rules:34: override_dh_auto_build-arch] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:18: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: liblouisutdml
Source-Version: 2.12.0-6
Done: Samuel Thibault <[email protected]>
We believe that the bug you reported is fixed in the latest version of
liblouisutdml, 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.
Samuel Thibault <[email protected]> (supplier of updated liblouisutdml
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, 07 Jul 2024 20:31:20 +0200
Source: liblouisutdml
Architecture: source
Version: 2.12.0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team <[email protected]>
Changed-By: Samuel Thibault <[email protected]>
Closes: 1075179
Changes:
liblouisutdml (2.12.0-6) unstable; urgency=medium
.
* patches/gcc-14, gcc-14.2: Fix build with gcc 14. (Closes: Bug#1075179)
Checksums-Sha1:
1ffb85b7087290bb830e6ce0e89125d3f228716a 2671 liblouisutdml_2.12.0-6.dsc
150b46fd0e33288f19f786f78ef8ab5eaa5ce7d8 9672
liblouisutdml_2.12.0-6.debian.tar.xz
ba47e4bf826bc636d16829893bd2f50a48bb8294 12232
liblouisutdml_2.12.0-6_amd64.buildinfo
Checksums-Sha256:
af7db76113c90bb71c66d14cd3a14d2a4575e889ef2c05be321ef3deb8c30409 2671
liblouisutdml_2.12.0-6.dsc
086e461938c9b3da98224b42068117f4161f545a7e2f3a51267f0f2de46df2e2 9672
liblouisutdml_2.12.0-6.debian.tar.xz
8e0d4512428c769f7d6feba479a749c6b6f40bc0ff5835e13513775b4787b3ae 12232
liblouisutdml_2.12.0-6_amd64.buildinfo
Files:
34436169b2f356fe549b058d5486da10 2671 libs optional liblouisutdml_2.12.0-6.dsc
dbafef7e9e5707802abcea5c4cee15ad 9672 libs optional
liblouisutdml_2.12.0-6.debian.tar.xz
c1c49837de3cfcd97adcb7e889727afd 12232 libs optional
liblouisutdml_2.12.0-6_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEi6MnFvk67auaclLJ5pG0tXV4H2IFAmaK438ACgkQ5pG0tXV4
H2Lw5w/+LE6Z+mPLkpeDRxI6UF0U8aFZpb4aK2nghs0RJnYiibzhUSIpmvfHzler
rzr9l5WId+mF2mAcwVB23Uz/ZR/roCA8FbXQkMyZSPzrKVRRxPEbjUbsStrbWTSB
x6VG+SNNQsQ1VVj4ZwnuBRiT3T/YEhjuUew9OurqDBvlBBuNiOmqI8De3BAUhi7v
P7eJjgBZKvUd39PL6i8e3GqR3kGutmBBRNewPSfbRq4cQpuz8SxNQcbWKwdRODMR
PsTc3HPLUQFB12i52QNM9cftCi/1dICgKuNTV4iu7In8xAKbesw2WBBMBrJmxEZS
nV6koKILUR3Amz1BQTTzQB/bAYguJTCKli91/plsVqQ6Ez5qZ9klhLHq2ED8l4wg
IgK1TruC609x+bkOg1r7pcm42VVwjJXsMnib8wCT1RlvNDN7CsdHNMYxXyB79wGc
3NK/7ZyvvN6povy+XchG/cqhs/qgEPU13spw+1fKRDUClSUbObFQHIbfLdYwfDp+
Pn+gu5lHjsCrsz0AOoQ5ZJ+LuO1MkPFwIwfS716URFqZ2CWKMTZGeiHQIfCCpaIP
SNjyAv1bdcZomFkImGkZ10VcoJFoFgwRQgaaqr1OWH9h7oMrp1Qhx3r8IWUdwcJg
Ff+bfYOQW+gpz/VfL/1CGTto9vZIH0x5Gfe2V0ej48Bv9qXBwRE=
=plO9
-----END PGP SIGNATURE-----
pgpkkWOPCFgz1.pgp
Description: PGP signature
--- End Message ---