Your message dated Tue, 16 Apr 2024 19:04:22 +0000
with message-id <e1rwo6q-00azbp...@fasolo.debian.org>
and subject line Bug#1066297: fixed in dvi2dvi 2.0alpha-11
has caused the Debian Bug report #1066297,
regarding dvi2dvi: FTBFS: fontcom.c:45:9: error: implicit declaration of 
function ‘replfont’ [-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.)


-- 
1066297: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066297
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dvi2dvi
Version: 2.0alpha-10
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 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g 
> -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2  -c 
> -o dconv.o dconv.c
> fontcom.c: In function ‘get_font_entry’:
> fontcom.c:45:9: error: implicit declaration of function ‘replfont’ 
> [-Werror=implicit-function-declaration]
>    45 |     if (replfont(n, s, rn, &rd, &rs)) {
>       |         ^~~~~~~~
> fontcom.c: At top level:
> fontcom.c:100:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   100 | first_markchar(fe, c)
>       | ^~~~~~~~~~~~~~
> fontcom.c:150:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   150 | null_markchar(fe, c)
>       | ^~~~~~~~~~~~~
> fontcom.c:178:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   178 | null_setchar(c)
>       | ^~~~~~~~~~~~
> dfdcom.c:41:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>    41 | dfd_dirkeep()
>       | ^~~~~~~~~~~
> fontcom.c:185:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   185 | null_setstring(s, len)
>       | ^~~~~~~~~~~~~~
> dfdcom.c: In function ‘dfd_movedown’:
> dfdcom.c:139:5: error: implicit declaration of function ‘dev_move’ 
> [-Werror=implicit-function-declaration]
>   139 |     dev_move(a, n, command-n);
>       |     ^~~~~~~~
> dvi2.c:104:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   104 | main(argc, argv)
>       | ^~~~
> dvi2.c: In function ‘main’:
> dvi2.c:119:21: error: implicit declaration of function ‘getenv’ 
> [-Werror=implicit-function-declaration]
>   119 |     if ((dvi2path = getenv(DVI2PATHENV)) == NULL)
>       |                     ^~~~~~
> dvi2.c:8:1: note: ‘getenv’ is defined in header ‘<stdlib.h>’; did you forget 
> to ‘#include <stdlib.h>’?
>     7 | #include        <kpathsea/variable.h>
>   +++ |+#include <stdlib.h>
>     8 | #endif
> dvi2.c:119:19: warning: assignment to ‘char *’ from ‘int’ makes pointer from 
> integer without a cast [-Wint-conversion]
>   119 |     if ((dvi2path = getenv(DVI2PATHENV)) == NULL)
>       |                   ^
> dvi2.c:124:18: warning: assignment to ‘char *’ from ‘int’ makes pointer from 
> integer without a cast [-Wint-conversion]
>   124 |     if ((dvi2lib = getenv(DVI2LIBENV)) == NULL)
>       |                  ^
> dvi2.c:129:23: warning: assignment to ‘char *’ from ‘int’ makes pointer from 
> integer without a cast [-Wint-conversion]
>   129 |     if ((fontdescfile = getenv(FONTDESCENV)) == NULL)
>       |                       ^
> dfdcom.c: In function ‘dfd_movedown_v’:
> dfdcom.c:149:5: error: implicit declaration of function ‘dev_makemove’ 
> [-Werror=implicit-function-declaration]
>   149 |     dev_makemove(-l, RIGHT1-1);
>       |     ^~~~~~~~~~~~
> dfdcom.c: In function ‘dfd_setrule’:
> dfdcom.c:175:5: error: implicit declaration of function ‘dev_setrule’; did 
> you mean ‘dfd_setrule’? [-Werror=implicit-function-declaration]
>   175 |     dev_setrule(makeint(a, 4), makeint(b, 4), command);
>       |     ^~~~~~~~~~~
>       |     dfd_setrule
> dvi2.c:134:5: error: implicit declaration of function ‘init_default’ 
> [-Werror=implicit-function-declaration]
>   134 |     init_default(KPSENAME);
>       |     ^~~~~~~~~~~~
> dfdcom.c: In function ‘d_setrule_v’:
> dfdcom.c:188:13: error: implicit declaration of function ‘dev_push’ 
> [-Werror=implicit-function-declaration]
>   188 |             dev_push();
>       |             ^~~~~~~~
> dconv.c:20:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>    20 | setcurdconv(dp)
>       | ^~~~~~~~~~~
> dvi2.c:136:5: error: implicit declaration of function ‘fix_default’ 
> [-Werror=implicit-function-declaration]
>   136 |     fix_default(RESOLUTION);
>       |     ^~~~~~~~~~~
> dconv.c:45:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>    45 | setdirhor()
>       | ^~~~~~~~~
> dconv.c:52:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>    52 | setdirver()
>       | ^~~~~~~~~
> set.c: In function ‘getcurrentfontent’:
> dfdcom.c:192:13: error: implicit declaration of function ‘dev_pop’ 
> [-Werror=implicit-function-declaration]
>   192 |             dev_pop();
>       |             ^~~~~~~
> set.c:20:17: error: implicit declaration of function ‘init_vfontinfo’; did 
> you mean ‘init_fontinfo’? [-Werror=implicit-function-declaration]
>    20 |             if (init_vfontinfo(new_vfe)) {
>       |                 ^~~~~~~~~~~~~~
>       |                 init_fontinfo
> dvi2.c:151:5: error: implicit declaration of function ‘dev_init’ 
> [-Werror=implicit-function-declaration]
>   151 |     dev_init();
>       |     ^~~~~~~~
> dvi2.c:154:5: error: implicit declaration of function ‘setcurdconv’; did you 
> mean ‘setcurfont’? [-Werror=implicit-function-declaration]
>   154 |     setcurdconv(&dfd_dconv_templ);
>       |     ^~~~~~~~~~~
>       |     setcurfont
> dvi2.c:162:5: error: implicit declaration of function ‘dev_setup’; did you 
> mean ‘add_setup’? [-Werror=implicit-function-declaration]
>   162 |     dev_setup();
>       |     ^~~~~~~~~
>       |     add_setup
> dvi2.c:168:5: error: implicit declaration of function ‘scanfont’; did you 
> mean ‘scanf’? [-Werror=implicit-function-declaration]
>   168 |     scanfont(PreLoad, &hdfontidx);
>       |     ^~~~~~~~
>       |     scanf
> dvi2.c:187:5: error: implicit declaration of function ‘dev_endsetup’ 
> [-Werror=implicit-function-declaration]
>   187 |     dev_endsetup();
>       |     ^~~~~~~~~~~~
> dvi2.c:196:5: error: implicit declaration of function ‘initdir’ 
> [-Werror=implicit-function-declaration]
>   196 |     initdir();
>       |     ^~~~~~~
> dvi2.c:197:5: error: implicit declaration of function ‘dviconv’ 
> [-Werror=implicit-function-declaration]
>   197 |     dviconv(hdfontidx);
>       |     ^~~~~~~
> dviconv.c:28:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>    28 | dviconv(hdfidx)
>       | ^~~~~~~
> rfset.c: In function ‘realf_setchar’:
> rfset.c:24:9: error: implicit declaration of function ‘dev_setfont’ 
> [-Werror=implicit-function-declaration]
>    24 |         dev_setfont(devf);
>       |         ^~~~~~~~~~~
> dviconv.c: In function ‘dviconv’:
> dviconv.c:84:13: error: implicit declaration of function ‘setdir’; did you 
> mean ‘setgid’? [-Werror=implicit-function-declaration]
>    84 |             setdir(HOR, FALSE);
>       |             ^~~~~~
>       |             setgid
> rfset.c:25:9: error: implicit declaration of function ‘dev_setposn’ 
> [-Werror=implicit-function-declaration]
>    25 |         dev_setposn(h, v);
>       |         ^~~~~~~~~~~
> dviconv.c:88:13: error: implicit declaration of function ‘dev_initpage’ 
> [-Werror=implicit-function-declaration]
>    88 |             dev_initpage();
>       |             ^~~~~~~~~~~~
> dviconv.c:93:17: error: implicit declaration of function ‘dev_bop’ 
> [-Werror=implicit-function-declaration]
>    93 |                 dev_bop(count);
>       |                 ^~~~~~~
> dviconv.c:101:17: error: implicit declaration of function ‘dev_eop’ 
> [-Werror=implicit-function-declaration]
>   101 |                 dev_eop();
>       |                 ^~~~~~~
> dviconv.c:119:21: warning: ‘return’ with no value, in function returning 
> non-void
>   119 |                     return;
>       |                     ^~~~~~
> dviconv.c:28:1: note: declared here
>    28 | dviconv(hdfidx)
>       | ^~~~~~~
> dviconv.c:133:13: error: implicit declaration of function ‘dev_push’ 
> [-Werror=implicit-function-declaration]
>   133 |             dev_push();
>       |             ^~~~~~~~
> dviconv.c:147:13: error: implicit declaration of function ‘dev_pop’ 
> [-Werror=implicit-function-declaration]
>   147 |             dev_pop();
>       |             ^~~~~~~
> dviconv.c:221:13: warning: ‘return’ with no value, in function returning 
> non-void
>   221 |             return;
>       |             ^~~~~~
> dviconv.c:28:1: note: declared here
>    28 | dviconv(hdfidx)
>       | ^~~~~~~
> dviconv.c: At top level:
> dviconv.c:243:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   243 | initdir()
>       | ^~~~~~~
> dviconv.c:249:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   249 | setdir(d, dev)
>       | ^~~~~~
> dviconv.c: In function ‘setdir’:
> dviconv.c:258:13: error: implicit declaration of function ‘setdirhor’; did 
> you mean ‘setdir’? [-Werror=implicit-function-declaration]
>   258 |             setdirhor();
>       |             ^~~~~~~~~
>       |             setdir
> dviconv.c:261:13: error: implicit declaration of function ‘setdirver’; did 
> you mean ‘setdir’? [-Werror=implicit-function-declaration]
>   261 |             setdirver();
>       |             ^~~~~~~~~
>       |             setdir
> dviconv.c:265:13: error: implicit declaration of function ‘dev_dir’ 
> [-Werror=implicit-function-declaration]
>   265 |             dev_dir(d);
>       |             ^~~~~~~
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g 
> -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2  -c 
> -o run.o run.c
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g 
> -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2  -c 
> -o fontdesc.o fontdesc.c
> cc1: some warnings being treated as errors
> make[2]: *** [<builtin>: rfset.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/dvi2dvi_2.0alpha-10_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: dvi2dvi
Source-Version: 2.0alpha-11
Done: Andreas Beckmann <a...@debian.org>

We believe that the bug you reported is fixed in the latest version of
dvi2dvi, 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.
Andreas Beckmann <a...@debian.org> (supplier of updated dvi2dvi 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: SHA256

Format: 1.8
Date: Tue, 16 Apr 2024 20:50:15 +0200
Source: dvi2dvi
Architecture: source
Version: 2.0alpha-11
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Andreas Beckmann <a...@debian.org>
Closes: 958135 1066297
Changes:
 dvi2dvi (2.0alpha-11) unstable; urgency=medium
 .
   [ Andreas Beckmann ]
   * QA upload.
   * Import package history into GIT.
   * Fix building with -Werror=implicit-function-declaration.
     (Closes: #1066297)
   * Declare Rules-Requires-Root: no.
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: Defer stripping to dh_strip. (Closes: #958135)
Checksums-Sha1:
 709b11fb451f04a006ee9b458ba77d1fea0547bd 1898 dvi2dvi_2.0alpha-11.dsc
 644bb443448734f918a61b4310f3d75af4e360bc 12340 
dvi2dvi_2.0alpha-11.debian.tar.xz
 0723d66076dc48d5606ee5cea1396a3725b3910f 5734 
dvi2dvi_2.0alpha-11_source.buildinfo
Checksums-Sha256:
 a9a58fa8fa6e3786c3e22269380710ce6fc0945e1c7b29be39e0b311c550c7f9 1898 
dvi2dvi_2.0alpha-11.dsc
 bddb69eab8aa2f9630d69c60a22128e4f56666c16f84644516213544c5a4a10a 12340 
dvi2dvi_2.0alpha-11.debian.tar.xz
 b0fcc06a798ef1aa9fcab4602a55ca9bf5c54d106acf58bb35211bf5c65046af 5734 
dvi2dvi_2.0alpha-11_source.buildinfo
Files:
 cc6c7a935badcd8c259b1904b92ec812 1898 tex optional dvi2dvi_2.0alpha-11.dsc
 713104f666d59cc855cddd22760b8b38 12340 tex optional 
dvi2dvi_2.0alpha-11.debian.tar.xz
 32cb678470ec24392979c4a0673d4de6 5734 tex optional 
dvi2dvi_2.0alpha-11_source.buildinfo

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

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmYeyUYQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCMbVEACQrjE61Cg4RDvo67pWzVMxdzU99rf3OxQy
5ZkimhMdHipqaYPjhv09qOXU9PeozcWX8A7IFdjlkywtBmpo8PETUjU7knp167cX
52OaTi2tBmhlztVGz7XI7u5vofN6cZ9/2i8QCAXCBkSw+ZFLCsyUSNgVXpIF/S0H
dBVbGIkg4XDCx0vWjkqzLhRZmXdm8u2Nuv59jUsxdFVfOUftG3paruIH+QOB194B
A/LxkiuT08QzwmwTacZ0UB7Him80bZedq8HfkdnwRzCkcfbHzyiGQag+2KDsTFvj
9yA1su/tDde31/sij7l7ZqmH+9HaVPuBUHk4zefgqd8cXvUu7mhh9UxicE5S9rck
iduWzPeVXNOOppQs1TFwvH3mNahrpEjUzk0F5Y7OcPmcaOwaryiY7jSk863yo1d1
k+jQTHyGR+NGKFF3JF0V4Gle24cqZlnW2Mg2PhwC1Mm6QsIVeKvHc2I5B9C/Gjuc
SryzS+WpD4PSchwuHbYgugNFjxBfjqpi6+lbYBl7OrvfTJXrBuQuzKinTDU6CqdF
/j5Q3cpIlcDW0WPEV6XrTnRWUvBgKorgoettJk4le1nEgLrO8n30m0vRNav2Rreo
iMSXGdnDsEkOC9xwpdPQzjyHHi0pLi6udI3jI3Y0ytB3QSg0bBNv9OArKPyOwhJF
MPgbHIhToQ==
=CVx8
-----END PGP SIGNATURE-----

Attachment: pgpsFOtZ5SdHV.pgp
Description: PGP signature


--- End Message ---

Reply via email to