Your message dated Mon, 29 Jul 2024 20:38:11 +0000
with message-id <[email protected]>
and subject line Bug#1077350: fixed in liblouisutdml 2.12.0-7
has caused the Debian Bug report #1077350,
regarding liblouisutdml: FTBFS: ../java/Jliblouisutdml.c:738:29: error: passing 
argument 1 of 'lou_registerLogCallback' from incompatible pointer type 
[-Wincompatible-pointer-types]
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.)


-- 
1077350: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077350
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: liblouisutdml
Version: 2.12.0-6
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20240727 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> /bin/bash ../libtool  --tag=CC   --mode=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 -o 
> liblouisutdml_la-Jliblouisutdml.lo `test -f '../java/Jliblouisutdml.c' || 
> echo './'`../java/Jliblouisutdml.c
> 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 semantics.c -o 
> liblouisutdml_la-semantics.o >/dev/null 2>&1
> 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 ../java/Jliblouisutdml.c  -fPIC 
> -DPIC -o .libs/liblouisutdml_la-Jliblouisutdml.o
> 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  -fPIC -DPIC -o 
> .libs/liblouisutdml_la-transcriber.o
> ../java/Jliblouisutdml.c: In function 
> 'Java_org_liblouis_LibLouis_registerLogCallback':
> ../java/Jliblouisutdml.c:738:29: error: passing argument 1 of 
> 'lou_registerLogCallback' from incompatible pointer type 
> [-Wincompatible-pointer-types]
>   738 |     lou_registerLogCallback(javaLouLogCallback);
>       |                             ^~~~~~~~~~~~~~~~~~
>       |                             |
>       |                             void (*)(int,  const char *)
> In file included from ./liblouisutdml.h:34,
>                  from ./louisutdml.h:35,
>                  from ../java/Jliblouisutdml.c:30:
> /usr/include/liblouis/liblouis.h:325:37: note: expected 'logcallback' {aka 
> 'void (*)(logLevels,  const char *)'} but argument is of type 'void (*)(int,  
> const char *)'
>   325 | lou_registerLogCallback(logcallback callback);
>       |                         ~~~~~~~~~~~~^~~~~~~~
> ../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


The full build log is available from:
http://qa-logs.debian.net/2024/07/27/liblouisutdml_2.12.0-6_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240727;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240727&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: liblouisutdml
Source-Version: 2.12.0-7
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: Mon, 29 Jul 2024 21:53:33 +0200
Source: liblouisutdml
Architecture: source
Version: 2.12.0-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team <[email protected]>
Changed-By: Samuel Thibault <[email protected]>
Closes: 1077350
Changes:
 liblouisutdml (2.12.0-7) unstable; urgency=medium
 .
   * tests/tests: Always unpatch on exit.
   * patches/gcc-14.2: Actually apply patch (Closes: Bug#1077350)
Checksums-Sha1:
 7ba32744285e4befb384835f17e6f81ef7a97054 2671 liblouisutdml_2.12.0-7.dsc
 2872eb8fe627c80ce892fa715ad7da2eb90e70a9 9748 
liblouisutdml_2.12.0-7.debian.tar.xz
 e7a642adacdbb0c8bd5522a5df9c87ec8a397739 13510 
liblouisutdml_2.12.0-7_source.buildinfo
Checksums-Sha256:
 5c8f6dfa5387c37458e0acf2103f0c56962d5071d3969c7251fb695383c65214 2671 
liblouisutdml_2.12.0-7.dsc
 10e4557360cb64f6540c33b4a9c8cddd87649b41495a16d3c407d59a17a925e7 9748 
liblouisutdml_2.12.0-7.debian.tar.xz
 b671f82cd1ccf35d20bb1a45cf7989b12cea95704da52a4a359ed4c73b49a1af 13510 
liblouisutdml_2.12.0-7_source.buildinfo
Files:
 93ca85cbf1671542efd475bcf97926eb 2671 libs optional liblouisutdml_2.12.0-7.dsc
 a554c4ac547d0167ff7b8d5c1303af20 9748 libs optional 
liblouisutdml_2.12.0-7.debian.tar.xz
 9dcfce8665060490764c5cf7d9a9ef39 13510 libs optional 
liblouisutdml_2.12.0-7_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEZTSF1IMOAGwT71n/aHTOWK4tfj8FAman90IACgkQaHTOWK4t
fj/mdw//WjeWJgXuaIma1IM3CCS+8KhkpBa9RcJdd3XfE5jDc6J9ZL799H8XvG+2
3KFbA8Dyt/3vzzv/dRmMYkqkVte0OHj5g3GOyacPsHu5qzEpGQaZhzR+6mxX21tW
DB67Krv4yMxoA8Z+tgRuJjKY50/NLmHzO3WW+pF2cCy7+t/cE62HpvpgnfVdaU7y
B6PvkhQakLhvEiTQF1hv9pmMm1cTGzn99hAtcv8Zany4sLAEfeNbNy92cmgTw19m
6wQVOzNsDFo4vfgXf656vBc5R2WwAF+qbefV3VyG+ivVPtmfRQ1HA/0mHdBc3V6a
qNH1E1inL7JHr1M5ofb5KS3JWqBzqYdh0neEyxxjNrj9T2uVSCNsS+e0KeD0Ya9i
oH0hlpThyOmv1qOocaYeAUDk0fqAnCbQJ1VktrE68wQN6qTPqxKA3ZlDv3AVpCL9
9gKS/YFhUUJ4ak9W5s1Yw1tI72YdQp/EERi6KYoMd0UG9v41o00rhG5FGW1gbvIG
TrSJ6nE+mb+H4xnoID4rqM8TdieqJgqQFnw+jVqO9WRjEt10e9o/eyYxBTxRjz8h
MEmkPPNdCDMVJEBRqOsNuTqE90j7bjYO6v1s+j9oDDzfiUqwv6hVIbVA7oxiV3/a
8hOTKjrTbgI6xmCRmKrBhIPO1QVoLNMT/zgHTlr+Iugmc7PoGoc=
=easC
-----END PGP SIGNATURE-----

Attachment: pgpX4bU8j310v.pgp
Description: PGP signature


--- End Message ---

Reply via email to