Your message dated Thu, 14 Mar 2024 00:20:00 +0000
with message-id <e1rkype-009k4z...@fasolo.debian.org>
and subject line Bug#1066199: fixed in wv 1.2.9-8
has caused the Debian Bug report #1066199,
regarding wv: FTBFS: wvWare.c:1474:40: error: implicit declaration of function 
‘strcasecmp’; did you mean ‘g_strcasecmp’? 
[-Werror=implicit-function-declaration]
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 ow...@bugs.debian.org
immediately.)


-- 
1066199: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066199
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: wv
Version: 1.2.9-7
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -DVERSION=\"1.2.9\" 
> -DXMLCONFIG=\"/usr/share/wv/wvConfig.xml\" 
> -DHTMLCONFIG=\"/usr/share/wv/wvHtml.xml\" -DWVDATADIR=\"/usr/share/wv\" -I. 
> -I. -I. -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libgsf-1 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -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 
> -ansi -MT wvWare.o -MD -MP -MF .deps/wvWare.Tpo -c -o wvWare.o wvWare.c
> wvWare.c: In function ‘wvPrintGraphics’:
> wvWare.c:1262:19: warning: repeated '-' flag in format [-Wformat=]
>  1262 |           printf ("\n\\resizebox{%dpt}{%dpt}\
>       |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
>  1263 |                   {\\includegraphics{%s.eps}}\
>       |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>  1264 |                   \n% -- %#.2x graphic -- \n", width, height, source, 
> graphicstype);
>       |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
> wvWare.c:1262:19: warning: repeated ' ' flag in format [-Wformat=]
> wvWare.c:1262:19: warning: conversion lacks type at end of format [-Wformat=]
> wvWare.c: In function ‘mySpecCharProc’:
> wvWare.c:1474:40: error: implicit declaration of function ‘strcasecmp’; did 
> you mean ‘g_strcasecmp’? [-Werror=implicit-function-declaration]
>  1474 |                     if ((!message) && (strcasecmp ("UTF-8", charset)))
>       |                                        ^~~~~~~~~~
>       |                                        g_strcasecmp
> wvWare.c: In function ‘HandleBitmap’:
> wvWare.c:182:18: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   182 |     if (ps->dir) chdir (ps->dir);
>       |                  ^~~~~~~~~~~~~~~
> wvWare.c:184:18: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   184 |     if (ps->dir) chdir (wv_cwd);
>       |                  ^~~~~~~~~~~~~~
> wvWare.c: In function ‘HandleMetafile’:
> wvWare.c:209:18: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   209 |     if (ps->dir) chdir (ps->dir);
>       |                  ^~~~~~~~~~~~~~~
> wvWare.c:211:18: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   211 |     if (ps->dir) chdir (wv_cwd);
>       |                  ^~~~~~~~~~~~~~
> wvWare.c: In function ‘main’:
> wvWare.c:410:5: warning: ignoring return value of ‘getcwd’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   410 |     getcwd (wv_cwd,4096);
>       |     ^~~~~~~~~~~~~~~~~~~~
> wvWare.c: In function ‘mySpecCharProc’:
> wvWare.c:1362:34: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1362 |                     if (ps->dir) chdir (ps->dir);
>       |                                  ^~~~~~~~~~~~~~~
> wvWare.c:1367:34: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1367 |                     if (ps->dir) chdir (wv_cwd);
>       |                                  ^~~~~~~~~~~~~~
> wvWare.c:1402:46: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1402 |                                 if (ps->dir) chdir (ps->dir);
>       |                                              ^~~~~~~~~~~~~~~
> wvWare.c:1415:46: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1415 |                                 if (ps->dir) chdir (wv_cwd);
>       |                                              ^~~~~~~~~~~~~~
> cc1: some warnings being treated as errors
> make[3]: *** [GNUmakefile:959: wvWare.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/wv_1.2.9-7_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&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: wv
Source-Version: 1.2.9-8
Done: Sebastian Ramacher <sramac...@debian.org>

We believe that the bug you reported is fixed in the latest version of
wv, 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 1066...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated wv 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 13 Mar 2024 23:25:03 +0100
Source: wv
Architecture: source
Version: 1.2.9-8
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Closes: 1066199
Changes:
 wv (1.2.9-8) unstable; urgency=medium
 .
   * QA upload.
   * debian/patches: Add missing include (Closes: #1066199)
Checksums-Sha1:
 3dcb93c660ed859ec9b4ee79cba6cb04a25b9240 1357 wv_1.2.9-8.dsc
 2af1eec9abb25a3eb9e07cacb104cb47d617b84f 14240 wv_1.2.9-8.debian.tar.xz
 6eca1c6d1efe4c325dbe6483fcb59b4b0cc1e83a 7275 wv_1.2.9-8_source.buildinfo
Checksums-Sha256:
 31fadd043caf9b9cc35244ad9f3121de7550035be366fc0a15888b1af5060078 1357 
wv_1.2.9-8.dsc
 857a57055ec60fbdb51c9fd8f1ff3c6706356ab61e9c2611f0e201dc823d0a67 14240 
wv_1.2.9-8.debian.tar.xz
 179f6d9b711a21d59573b0633ce3c7efc854b33954b08392ab8dbb0d88a7ddb7 7275 
wv_1.2.9-8_source.buildinfo
Files:
 8850472d37ba42cf6c1d6b9d109a5e47 1357 text optional wv_1.2.9-8.dsc
 bcf259437bb985388f188d80b247508d 14240 text optional wv_1.2.9-8.debian.tar.xz
 8b5f0896483027ef2407c710ab7baf59 7275 text optional wv_1.2.9-8_source.buildinfo

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

iHUEARYKAB0WIQRCYn6EHZln2oPh+pAhk2s2YA/NiQUCZfIrYgAKCRAhk2s2YA/N
iW7SAQDXm6Mk/dhXtwWJ3EDCGK06xTFI/sdlxDL4/0IhY2HaQwEA2LZ3ggG6k9tt
AmrWzahIeo2MakymQyE//y0ET8rPDw4=
=7Evz
-----END PGP SIGNATURE-----

Attachment: pgplOYREO9Fv2.pgp
Description: PGP signature


--- End Message ---

Reply via email to