Your message dated Fri, 26 Jul 2024 07:12:07 +0000
with message-id <[email protected]>
and subject line Bug#1066713: fixed in gplcver 2.12a-3
has caused the Debian Bug report #1066713,
regarding gplcver: FTBFS: v_dbg.c:1524:32: error: implicit declaration of 
function ‘wait’ [-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 [email protected]
immediately.)


-- 
1066713: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066713
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gplcver
Version: 2.12a-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
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.   -Wdate-time -D_FORTIFY_SOURCE=2 -I../pli_incs -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o cver-v_dbg.o `test -f 'v_dbg.c' || echo './'`v_dbg.c
> v_dbg.c: In function ‘__escape_to_shell’:
> v_dbg.c:1524:32: error: implicit declaration of function ‘wait’ 
> [-Werror=implicit-function-declaration]
>  1524 |  if (pid != -1) { while ((rc = wait(&status)) != pid && rc != -1) ; }
>       |                                ^~~~
> v_dbg.c: In function ‘__exec_history_list’:
> v_dbg.c:1604:6: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1604 |      fgets(s1, RECLEN, stdin);
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~
> v_sdf.c: In function ‘chkset_interconn_dels’:
> v_sdf.c:4790:48: warning: ‘%s’ directive writing up to 4096 bytes into a 
> region of size 4066 [-Wformat-overflow=]
>  4790 |    sprintf(s1, "(INTERCONNECT destination port %s in %s", dport,
>       |                                                ^~         ~~~~~
> In function ‘sprintf’,
>     inlined from ‘chkset_interconn_dels’ at v_sdf.c:4790:4:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output 36 or more bytes (assuming 4132) into a 
> destination of size 4097
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> v_sdf.c: In function ‘chkset_interconn_dels’:
> v_sdf.c:4785:66: warning: ‘%s’ directive writing up to 4096 bytes into a 
> region of size 4039 [-Wformat-overflow=]
>  4785 |     "(INTERCONNECT (but invalid source port %s) destination port %s 
> in %s",
>       |                                                                  ^~
>  4786 |     portsrc, dport, dmdp->msym->synam);
>       |              ~~~~~                                                
> In function ‘sprintf’,
>     inlined from ‘chkset_interconn_dels’ at v_sdf.c:4784:4:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output 63 or more bytes (assuming 4159) into a 
> destination of size 4097
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> v_sdf.c: In function ‘set_mipd_dels’:
> v_sdf.c:4339:21: warning: ‘%s’ directive writing up to 4096 bytes into a 
> region of size 4091 [-Wformat-overflow=]
>  4339 |  sprintf(s1, "(PORT %s in %s", port, mdp->msym->synam);
>       |                     ^~         ~~~~
> In function ‘sprintf’,
>     inlined from ‘set_mipd_dels’ at v_sdf.c:4339:2:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output 11 or more bytes (assuming 4107) into a 
> destination of size 4097
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> v_sdf.c: In function ‘rd_iopath’:
> v_sdf.c:2571:52: warning: ‘%s’ directive writing up to 4096 bytes into a 
> region of size 4088 [-Wformat-overflow=]
>  2540 |  if ((plhd = bld_match_spcpth(ctmdp, portsrc, si1, si2, eval, portdst,
>       |                                      ~~~~~~~        
> ......
>  2571 |  else if (eval == E_NEGEDGE) sprintf(s3, "(negedge %s%s)", psrcnam, 
> s1);
>       |                                                    ^~
> In function ‘sprintf’,
>     inlined from ‘msg_sdfpath_tostr’ at v_sdf.c:2571:30,
>     inlined from ‘bld_match_spcpth’ at v_sdf.c:2947:4,
>     inlined from ‘rd_iopath’ at v_sdf.c:2540:14:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output 11 or more bytes (assuming 4107) into a 
> destination of size 4097
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> v_sdf.c: In function ‘rd_iopath’:
> v_sdf.c:2570:52: warning: ‘%s’ directive writing up to 4096 bytes into a 
> region of size 4088 [-Wformat-overflow=]
>  2540 |  if ((plhd = bld_match_spcpth(ctmdp, portsrc, si1, si2, eval, portdst,
>       |                                      ~~~~~~~        
> ......
>  2570 |  else if (eval == E_POSEDGE) sprintf(s3, "(posedge %s%s)", psrcnam, 
> s1);
>       |                                                    ^~
> In function ‘sprintf’,
>     inlined from ‘msg_sdfpath_tostr’ at v_sdf.c:2570:30,
>     inlined from ‘bld_match_spcpth’ at v_sdf.c:2947:4,
>     inlined from ‘rd_iopath’ at v_sdf.c:2540:14:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output 11 or more bytes (assuming 4107) into a 
> destination of size 4097
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -I../pli_incs -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o cver-v_dbg2.o `test -f 'v_dbg2.c' || echo './'`v_dbg2.c
> gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -I../pli_incs -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o cver-v_ms.o `test -f 'v_ms.c' || echo './'`v_ms.c
> gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -I../pli_incs -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o cver-v_tf.o `test -f 'v_tf.c' || echo './'`v_tf.c
> v_tf.c: In function ‘tf_getp’:
> v_tf.c:1637:9: warning: cast from pointer to integer of different size 
> [-Wpointer-to-int-cast]
>  1637 |    rv = (int32) chp;
>       |         ^
> v_tf.c: In function ‘tf_getlongp’:
> v_tf.c:1723:9: warning: cast from pointer to integer of different size 
> [-Wpointer-to-int-cast]
>  1723 |    rv = (int32) chp;
>       |         ^
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:725: cver-v_dbg.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/gplcver_2.12a-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&[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: gplcver
Source-Version: 2.12a-3
Done: أحمد المحمودي (Ahmed El-Mahmoudy) <[email protected]>

We believe that the bug you reported is fixed in the latest version of
gplcver, 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.
أحمد المحمودي (Ahmed El-Mahmoudy) <[email protected]> (supplier 
of updated gplcver 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: Wed, 17 Jul 2024 17:57:43 +0200
Source: gplcver
Architecture: source
Version: 2.12a-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Electronics Team 
<[email protected]>
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) 
<[email protected]>
Closes: 1066713
Changes:
 gplcver (2.12a-3) unstable; urgency=medium
 .
   * Added 0005-Add-a-header-file-to-fix-FTBFS.patch to fix FTBFS
     (Closes: #1066713)
   * Update copyright years
   * d/watch:
     + update to version 4.
     + switch to URL holding archive of gplcver
   * d/cver.1: remove paragraph about full documentation
   * d/copyright: remove Upstream-Contact field
   * d/control: add Homepage field
   * Added d/upstream/metadata
   * Forward patches upstream
   * d/changelog: remove trailing whitespace
   * d/README.Debian: explain the reason of changing upstream
   * Add d/doc-base
Checksums-Sha1:
 3f9a5cfe3d4ae6c468db5d36779b5a61848fb5f8 1981 gplcver_2.12a-3.dsc
 595c5dae1d94895c12536f4124c51a5c793e80f7 12944 gplcver_2.12a-3.debian.tar.xz
 6697e877a4200b67efbf00a0c930c687c0ba5574 6069 gplcver_2.12a-3_amd64.buildinfo
Checksums-Sha256:
 ceefd2d2732a170eeab74e2f512aac2a88d52ce065e348b7d9b86e498b5b6cdd 1981 
gplcver_2.12a-3.dsc
 5269f55b24696166020bcdb83602d9952b1f21994620b14cfe68205125690224 12944 
gplcver_2.12a-3.debian.tar.xz
 b0145a181e8fc57ba23bd77754e91effe6aa86a22cdb30502d8db946136b646c 6069 
gplcver_2.12a-3_amd64.buildinfo
Files:
 5d672e578a6455480640cf2a6a1666ed 1981 electronics optional gplcver_2.12a-3.dsc
 4ca723399ded7891ea547c4bb71c30cc 12944 electronics optional 
gplcver_2.12a-3.debian.tar.xz
 5e45909ab3e44f7829d503bc98e19e91 6069 electronics optional 
gplcver_2.12a-3_amd64.buildinfo

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

iQIzBAEBCgAdFiEEtw38bxNP7PwBHmKqgwFgFCUdHbAFAmajRhUACgkQgwFgFCUd
HbBgNhAAit0juzeHXQWGaseINQ5hrk9yMXzGpEXUSi553qRjJ45w9Fi2yo/RBB1I
wlDohSs7hztGxKz8PMvZLETbsVMa4nT7FZjD4llsl6Q+fVYJkZVMYwmihRmsmnrq
D0CwgPeC4uTXRClAb37MeqR9/aPGWJAoc1dXrHWYM31TpxM6PCdq2vFNns9oeieb
Ur/WQizg6rlfRkiZvXAdP74Al7vGDcB8L8HJoq2ZZZ5yflPyEmEN79nfYhimfXOk
8IpCGuRAWuZZmcQkmlikoDPv4ExROA/OzEbe3VaRSiUrl3dppnGJjOQ9O9ZwpCdW
7r0Pgsz2X5vsS0if45PJ/1iXOARy0adwAhFWS2Ud5n1/5TyRjHW9FLmHUv8TkKps
XIpkxLLd2H+VVhqT5BOCE9HZ+/Wj2Srf5BFBTqP2aZOq7+qyGdJHI9jLWgD8HJYA
NvVI6E7zKLFGl3r8fFL43PvYBVBvAfIgi5+hMl7aZDGosIolGaO7GzFEhrSDcJQ7
dGbxMtvNknmZ5pawTwkqcbjLUu8PDWgMP3oh8jC7GTv1zwSMil5Ry2Xz/06sXND8
PLQBMtOTyw3ukbJSwwSWmXHcYfXjTg0CkQfX+De5R1ZHyWoS1Hoh8obvZxz+xw9+
jeae6xa4fZhIjXRLQoYL3dGU3BfQoY8N9KraHQY5bnmPoqbdKs0=
=uEs/
-----END PGP SIGNATURE-----

Attachment: pgpnrGyZjlu87.pgp
Description: PGP signature


--- End Message ---

Reply via email to