Your message dated Tue, 08 Apr 2025 09:05:30 +0000
with message-id <e1u24te-005dje...@fasolo.debian.org>
and subject line Bug#1066362: fixed in dvi2ps 5.1j-2
has caused the Debian Bug report #1066362,
regarding dvi2ps: FTBFS: dvi2.c:142:5: error: implicit declaration of function 
‘fix_default’ [-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.)


-- 
1066362: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066362
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dvi2ps
Version: 5.1j-1.5
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 -I.  -I/usr/include/freetype2 -I/usr/include/libpng16  
> -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o dvi2.o dvi2.c
> dvi2.c:111:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   111 | main(argc, argv)
>       | ^~~~
> dvi2.c: In function ‘main’:
> dvi2.c:142:5: error: implicit declaration of function ‘fix_default’ 
> [-Werror=implicit-function-declaration]
>   142 |     fix_default(RESOLUTION, MFMODE);
>       |     ^~~~~~~~~~~
> dvi2.c:163:5: error: implicit declaration of function ‘dev_init’ 
> [-Werror=implicit-function-declaration]
>   163 |     dev_init();
>       |     ^~~~~~~~
> dvi2.c:166:5: error: implicit declaration of function ‘setcurdconv’; did you 
> mean ‘setcurfont’? [-Werror=implicit-function-declaration]
>   166 |     setcurdconv(&dfd_dconv_templ);
>       |     ^~~~~~~~~~~
>       |     setcurfont
> dvi2.c:184:5: error: implicit declaration of function ‘dev_initfont’ 
> [-Werror=implicit-function-declaration]
>   184 |     dev_initfont();
>       |     ^~~~~~~~~~~~
> dvi2.c:185:5: error: implicit declaration of function ‘scanfont’; did you 
> mean ‘scanf’? [-Werror=implicit-function-declaration]
>   185 |     scanfont(PreLoad, &hdfontidx);
>       |     ^~~~~~~~
>       |     scanf
> dvi2.c:187:5: error: implicit declaration of function ‘dev_prologue’ 
> [-Werror=implicit-function-declaration]
>   187 |     dev_prologue();
>       |     ^~~~~~~~~~~~
> dvi2.c:188:5: error: implicit declaration of function ‘dev_setup’; did you 
> mean ‘add_setup’? [-Werror=implicit-function-declaration]
>   188 |     dev_setup();
>       |     ^~~~~~~~~
>       |     add_setup
> dvi2.c:212:5: error: implicit declaration of function ‘dev_endsetup’ 
> [-Werror=implicit-function-declaration]
>   212 |     dev_endsetup();
>       |     ^~~~~~~~~~~~
> dvi2.c:230:5: error: implicit declaration of function ‘dev_initpage’ 
> [-Werror=implicit-function-declaration]
>   230 |     dev_initpage();
>       |     ^~~~~~~~~~~~
> dvi2.c:231:5: error: implicit declaration of function ‘initdir’ 
> [-Werror=implicit-function-declaration]
>   231 |     initdir();
>       |     ^~~~~~~
> dvi2.c:232:5: error: implicit declaration of function ‘dviconv’ 
> [-Werror=implicit-function-declaration]
>   232 |     dviconv(hdfontidx);
>       |     ^~~~~~~
> dvi2.c:233:5: error: implicit declaration of function ‘dev_finish’ 
> [-Werror=implicit-function-declaration]
>   233 |     dev_finish();
>       |     ^~~~~~~~~~
> dvi2.c: At top level:
> dvi2.c:239:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   239 | default_def()
>       | ^~~~~~~~~~~
> dvi2.c: In function ‘default_def’:
> dvi2.c:242:5: error: implicit declaration of function ‘add_def0’ 
> [-Werror=implicit-function-declaration]
>   242 |     add_def0("TEXMF", kpse_var_value("TEXMF"));
>       |     ^~~~~~~~
> dvi2.c:244:5: error: implicit declaration of function ‘init_default’ 
> [-Werror=implicit-function-declaration]
>   244 |     init_default(MFMODE, KPSENAME);
>       |     ^~~~~~~~~~~~
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:610: dvi2.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/dvi2ps_5.1j-1.5_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: dvi2ps
Source-Version: 5.1j-2
Done: Shengqi Chen <harry-c...@outlook.com>

We believe that the bug you reported is fixed in the latest version of
dvi2ps, 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.
Shengqi Chen <harry-c...@outlook.com> (supplier of updated dvi2ps 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: Sat, 29 Mar 2025 07:26:52 +0100
Source: dvi2ps
Architecture: source
Version: 5.1j-2
Distribution: unstable
Urgency: medium
Maintainer: Debian TeX maintainers <debian-tex-ma...@lists.debian.org>
Changed-By: Shengqi Chen <harry-c...@outlook.com>
Closes: 436778 1030072 1044774 1066362
Changes:
 dvi2ps (5.1j-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Andreas Tille ]
   * Move package to Debian TeX maintainers
   * d/rules: short dh (closes: #436778)
   * Add Homepage
   * Add watch file
   * d/copyright: DEP5
   * Fix clean target
     Closes: #1044774
   * Remove trailing whitespace in debian/changelog (routine-update)
   * Trim trailing whitespace.
   * Use secure URI in Homepage field.
   * Fix day-of-week for changelog entry 3.0a1-5.
   * debian/salsa-ci.yml: Do not check for blhc
 .
   [ Shengqi Chen ]
   * Update patches and build flags to fix more FTBFS issues (closes: #1066362)
   * d/control:
     + update obsolete B-D name pkg-config to pkgconf
     + bump compact level to 13
     + remove obsolete Depends on tetex-bin, use texlive-base (closes: #1030072)
     + remove obsolete Breaks and Replaces that are not in the archive any more
     + bump std-ver to 4.7.2 (no changes required)
   * Remove hardcoded command path in maintainer scripts
   * d/rules: enable full hardening build flags
   * d/po: convert all remaining files to UTF-8
 .
   [ Hilmar Preuße ]
   * Replace dep on "texlive-binaries" by "texlive-base".
     Add myself to Uploaders.
Checksums-Sha1:
 e8261ebeca588b48bac18a5847e91231258d914f 2021 dvi2ps_5.1j-2.dsc
 f02f6338e253acfb9bc8e959f8d85e6efe66b1c0 25612 dvi2ps_5.1j-2.debian.tar.xz
 4d9983a9541107de61e3d61b30dd4251cab3fa1c 6471 dvi2ps_5.1j-2_amd64.buildinfo
Checksums-Sha256:
 0e7f846382456970e293140e56c12f490ddd3c491761fbab46c955d3770d189b 2021 
dvi2ps_5.1j-2.dsc
 e0e437c9f73c3aa23158133c1a35c12b79088a7f35e568305bb90aedd31e5b1c 25612 
dvi2ps_5.1j-2.debian.tar.xz
 4b51bc1868ec43effff40ed3a15e69328bf1f35b326b8e5931eacc9b81c89b43 6471 
dvi2ps_5.1j-2_amd64.buildinfo
Files:
 58f4f09a938c08020c93b81820f010e4 2021 tex optional dvi2ps_5.1j-2.dsc
 98cb5ae1cfba8acdc90c46601ea77add 25612 tex optional dvi2ps_5.1j-2.debian.tar.xz
 7c5131fe592d074a58164e652804289d 6471 tex optional 
dvi2ps_5.1j-2_amd64.buildinfo

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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmfnpfQRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtFTNg//QwTaBRKVFIZXtC2e6oU+NwWeNakPoB51
TJu/XKuXS4Kn3yKxn3AOHN34S2fBJ4Gi048MnkwNUj6tc1xvHLey4SaqtpoRBs1y
j3KLJsBYBZ7NGq5/qVaa9SL3R+8h8mrIU+JRC5JHpzW5iw+wLyIaOPTkWX4QauXr
cpoqBX2ju9SE4e/zhnhxE6InP1wl/fbfox1Ri/57vfu1im63HSX5DBZzp60KISh6
nLJyTFxNKrfFYSRHKA1tZo8pRLI7+r67QZvvGauHl2y/e7sHzS7xTL2pe40wNTnK
l/R6tXXbme0ONbBhcdE9YUoM7Ts4f0N0pQ4HnXcUmdrHC/ywQlWiBDRkhoZG1+p2
0/Mb8ppzYcPYgWBgrr2oQFGDvd1cmlylQlGdpIN+DyyMN26ZVkcFyQ3ck+7VcgML
OfmjFqCeodM7xjbHmfteHFenl/sCjQU9ZZQKJxnja9PinlcIKnkB36lGOkzC/SYZ
ZV6CU73zXoov8M8WfPnSlU0kYD4P5Kv19ND72lQfX0R6yaed1A12+k7MuLqz6sHH
eO5OmEmSWVWujuBIJZxCQoSA8XQtYaw7mlR8oUN01wv6ZjL1PdbLlbjEIh6RYT/q
BxJVQ+pRA7/jCnXM/aDpw9qcr3hpY2YN3qkuPsCpjSTs8yF4sFF/EmNMDa00EQ3U
zwvtuQDbvqs=
=Mtvv
-----END PGP SIGNATURE-----

Attachment: pgp9Th1e0hLF6.pgp
Description: PGP signature


--- End Message ---

Reply via email to