Your message dated Wed, 13 Mar 2024 16:52:08 +0000
with message-id <e1rkrpo-007o2q...@fasolo.debian.org>
and subject line Bug#1066707: fixed in ifupdown-ng 0.12.1-4
has caused the Debian Bug report #1066707,
regarding ifupdown-ng: FTBFS: libifupdown/interface.c:28:9: error: implicit 
declaration of function ‘strlcpy’; did you mean ‘strncpy’? 
[-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.)


-- 
1066707: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066707
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ifupdown-ng
Version: 0.12.1-3
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):
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -Wextra -Werror -Wmissing-declarations -Wmissing-prototypes 
> -Wcast-align -Wpointer-arith -Wreturn-type -isystem /usr/include/bsd 
> -DLIBBSD_OVERLAY -Wdate-time -D_FORTIFY_SOURCE=2 -I. 
> -DINTERFACES_FILE=\"/etc/network/interfaces\" -DSTATE_FILE=\"/run/ifstate\" 
> -DCONFIG_FILE=\"/etc/network/ifupdown-ng.conf\" 
> -DPACKAGE_NAME=\"ifupdown-ng\" -DPACKAGE_VERSION=\"0.12.1\" 
> -DPACKAGE_BUGREPORT=\"https://github.com/ifupdown-ng/ifupdown-ng/issues/new\"; 
> -DEXECUTOR_PATH=\"/usr/libexec/ifupdown-ng\" -DCONFIG_YAML  -c -o 
> libifupdown/environment.o libifupdown/environment.c
> libifupdown/interface.c: In function ‘lif_address_parse’:
> libifupdown/interface.c:28:9: error: implicit declaration of function 
> ‘strlcpy’; did you mean ‘strncpy’? [-Werror=implicit-function-declaration]
>    28 |         strlcpy(buf, presentation, sizeof buf);
>       |         ^~~~~~~
>       |         strncpy
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -Wextra -Werror -Wmissing-declarations -Wmissing-prototypes 
> -Wcast-align -Wpointer-arith -Wreturn-type -isystem /usr/include/bsd 
> -DLIBBSD_OVERLAY -Wdate-time -D_FORTIFY_SOURCE=2 -I. 
> -DINTERFACES_FILE=\"/etc/network/interfaces\" -DSTATE_FILE=\"/run/ifstate\" 
> -DCONFIG_FILE=\"/etc/network/ifupdown-ng.conf\" 
> -DPACKAGE_NAME=\"ifupdown-ng\" -DPACKAGE_VERSION=\"0.12.1\" 
> -DPACKAGE_BUGREPORT=\"https://github.com/ifupdown-ng/ifupdown-ng/issues/new\"; 
> -DEXECUTOR_PATH=\"/usr/libexec/ifupdown-ng\" -DCONFIG_YAML  -c -o 
> libifupdown/execute.o libifupdown/execute.c
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -Wextra -Werror -Wmissing-declarations -Wmissing-prototypes 
> -Wcast-align -Wpointer-arith -Wreturn-type -isystem /usr/include/bsd 
> -DLIBBSD_OVERLAY -Wdate-time -D_FORTIFY_SOURCE=2 -I. 
> -DINTERFACES_FILE=\"/etc/network/interfaces\" -DSTATE_FILE=\"/run/ifstate\" 
> -DCONFIG_FILE=\"/etc/network/ifupdown-ng.conf\" 
> -DPACKAGE_NAME=\"ifupdown-ng\" -DPACKAGE_VERSION=\"0.12.1\" 
> -DPACKAGE_BUGREPORT=\"https://github.com/ifupdown-ng/ifupdown-ng/issues/new\"; 
> -DEXECUTOR_PATH=\"/usr/libexec/ifupdown-ng\" -DCONFIG_YAML  -c -o 
> libifupdown/lifecycle.o libifupdown/lifecycle.c
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -Wextra -Werror -Wmissing-declarations -Wmissing-prototypes 
> -Wcast-align -Wpointer-arith -Wreturn-type -isystem /usr/include/bsd 
> -DLIBBSD_OVERLAY -Wdate-time -D_FORTIFY_SOURCE=2 -I. 
> -DINTERFACES_FILE=\"/etc/network/interfaces\" -DSTATE_FILE=\"/run/ifstate\" 
> -DCONFIG_FILE=\"/etc/network/ifupdown-ng.conf\" 
> -DPACKAGE_NAME=\"ifupdown-ng\" -DPACKAGE_VERSION=\"0.12.1\" 
> -DPACKAGE_BUGREPORT=\"https://github.com/ifupdown-ng/ifupdown-ng/issues/new\"; 
> -DEXECUTOR_PATH=\"/usr/libexec/ifupdown-ng\" -DCONFIG_YAML  -c -o 
> libifupdown/config-parser.o libifupdown/config-parser.c
> libifupdown/interface-file.c: In function ‘maybe_remap_token’:
> libifupdown/interface-file.c:129:9: error: implicit declaration of function 
> ‘strlcpy’; did you mean ‘strncpy’? [-Werror=implicit-function-declaration]
>   129 |         strlcpy(tokbuf, tok != NULL ? tok->alternative : token, 
> sizeof tokbuf);
>       |         ^~~~~~~
>       |         strncpy
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -Wextra -Werror -Wmissing-declarations -Wmissing-prototypes 
> -Wcast-align -Wpointer-arith -Wreturn-type -isystem /usr/include/bsd 
> -DLIBBSD_OVERLAY -Wdate-time -D_FORTIFY_SOURCE=2 -I. 
> -DINTERFACES_FILE=\"/etc/network/interfaces\" -DSTATE_FILE=\"/run/ifstate\" 
> -DCONFIG_FILE=\"/etc/network/ifupdown-ng.conf\" 
> -DPACKAGE_NAME=\"ifupdown-ng\" -DPACKAGE_VERSION=\"0.12.1\" 
> -DPACKAGE_BUGREPORT=\"https://github.com/ifupdown-ng/ifupdown-ng/issues/new\"; 
> -DEXECUTOR_PATH=\"/usr/libexec/ifupdown-ng\" -DCONFIG_YAML  -c -o 
> libifupdown/config-file.o libifupdown/config-file.c
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -Wextra -Werror -Wmissing-declarations -Wmissing-prototypes 
> -Wcast-align -Wpointer-arith -Wreturn-type -isystem /usr/include/bsd 
> -DLIBBSD_OVERLAY -Wdate-time -D_FORTIFY_SOURCE=2 -I. 
> -DINTERFACES_FILE=\"/etc/network/interfaces\" -DSTATE_FILE=\"/run/ifstate\" 
> -DCONFIG_FILE=\"/etc/network/ifupdown-ng.conf\" 
> -DPACKAGE_NAME=\"ifupdown-ng\" -DPACKAGE_VERSION=\"0.12.1\" 
> -DPACKAGE_BUGREPORT=\"https://github.com/ifupdown-ng/ifupdown-ng/issues/new\"; 
> -DEXECUTOR_PATH=\"/usr/libexec/ifupdown-ng\" -DCONFIG_YAML  -c -o 
> libifupdown/compat.o libifupdown/compat.c
> libifupdown/lifecycle.c: In function ‘query_dependents_from_executors’:
> libifupdown/lifecycle.c:116:17: error: implicit declaration of function 
> ‘strlcat’; did you mean ‘strncat’? [-Werror=implicit-function-declaration]
>   116 |                 strlcat(buf, " ", bufsize);
>       |                 ^~~~~~~
>       |                 strncat
> libifupdown/lifecycle.c: In function ‘lif_lifecycle_query_dependents’:
> libifupdown/lifecycle.c:265:17: error: implicit declaration of function 
> ‘strlcpy’; did you mean ‘strncpy’? [-Werror=implicit-function-declaration]
>   265 |                 strlcpy(deps, entry->data, sizeof deps);
>       |                 ^~~~~~~
>       |                 strncpy
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -Wextra -Werror -Wmissing-declarations -Wmissing-prototypes 
> -Wcast-align -Wpointer-arith -Wreturn-type -isystem /usr/include/bsd 
> -DLIBBSD_OVERLAY -Wdate-time -D_FORTIFY_SOURCE=2 -I. 
> -DINTERFACES_FILE=\"/etc/network/interfaces\" -DSTATE_FILE=\"/run/ifstate\" 
> -DCONFIG_FILE=\"/etc/network/ifupdown-ng.conf\" 
> -DPACKAGE_NAME=\"ifupdown-ng\" -DPACKAGE_VERSION=\"0.12.1\" 
> -DPACKAGE_BUGREPORT=\"https://github.com/ifupdown-ng/ifupdown-ng/issues/new\"; 
> -DEXECUTOR_PATH=\"/usr/libexec/ifupdown-ng\" -DCONFIG_YAML  -c -o 
> libifupdown/yaml-base.o libifupdown/yaml-base.c
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -Wextra -Werror -Wmissing-declarations -Wmissing-prototypes 
> -Wcast-align -Wpointer-arith -Wreturn-type -isystem /usr/include/bsd 
> -DLIBBSD_OVERLAY -Wdate-time -D_FORTIFY_SOURCE=2 -I. 
> -DINTERFACES_FILE=\"/etc/network/interfaces\" -DSTATE_FILE=\"/run/ifstate\" 
> -DCONFIG_FILE=\"/etc/network/ifupdown-ng.conf\" 
> -DPACKAGE_NAME=\"ifupdown-ng\" -DPACKAGE_VERSION=\"0.12.1\" 
> -DPACKAGE_BUGREPORT=\"https://github.com/ifupdown-ng/ifupdown-ng/issues/new\"; 
> -DEXECUTOR_PATH=\"/usr/libexec/ifupdown-ng\" -DCONFIG_YAML  -c -o 
> libifupdown/yaml-writer.o libifupdown/yaml-writer.c
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -Wextra -Werror -Wmissing-declarations -Wmissing-prototypes 
> -Wcast-align -Wpointer-arith -Wreturn-type -isystem /usr/include/bsd 
> -DLIBBSD_OVERLAY -Wdate-time -D_FORTIFY_SOURCE=2 -I. 
> -DINTERFACES_FILE=\"/etc/network/interfaces\" -DSTATE_FILE=\"/run/ifstate\" 
> -DCONFIG_FILE=\"/etc/network/ifupdown-ng.conf\" 
> -DPACKAGE_NAME=\"ifupdown-ng\" -DPACKAGE_VERSION=\"0.12.1\" 
> -DPACKAGE_BUGREPORT=\"https://github.com/ifupdown-ng/ifupdown-ng/issues/new\"; 
> -DEXECUTOR_PATH=\"/usr/libexec/ifupdown-ng\" -DCONFIG_YAML  -c -o 
> cmd/multicall.o cmd/multicall.c
> libifupdown/compat.c: In function 
> ‘compat_ifupdown2_bridge_ports_inherit_vlans’:
> libifupdown/compat.c:54:17: error: implicit declaration of function 
> ‘strlcpy’; did you mean ‘strncpy’? [-Werror=implicit-function-declaration]
>    54 |                 strlcpy(bridge_ports_str, bridge_ports_entry->data, 
> sizeof bridge_ports_str);
>       |                 ^~~~~~~
>       |                 strncpy
> cc1: all warnings being treated as errors
> make[2]: *** [<builtin>: libifupdown/interface.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/ifupdown-ng_0.12.1-3_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: ifupdown-ng
Source-Version: 0.12.1-4
Done: Daniel Gröber <d...@darkboxed.org>

We believe that the bug you reported is fixed in the latest version of
ifupdown-ng, 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.
Daniel Gröber <d...@darkboxed.org> (supplier of updated ifupdown-ng 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: Wed, 13 Mar 2024 15:56:58 +0100
Source: ifupdown-ng
Architecture: source
Version: 0.12.1-4
Distribution: unstable
Urgency: medium
Maintainer: Ifupdown NG Maintainers <team+ifupdow...@tracker.debian.org>
Changed-By: Daniel Gröber <d...@darkboxed.org>
Closes: 1066707
Changes:
 ifupdown-ng (0.12.1-4) unstable; urgency=medium
 .
   * Fix FTBFS due to libbsd header location change (Closes: #1066707)
   * Replace B-D pkg-config with pkgconf
Checksums-Sha1:
 88a4f1a73275b938ed6e8d407afff546f8c62fd9 2998 ifupdown-ng_0.12.1-4.dsc
 cbfd194da8f9dc0b773501e9e4c40d3f93cf13f0 5452 
ifupdown-ng_0.12.1-4.debian.tar.xz
 a62e90afc2321331686558deb1079c24b8b6c775 7134 
ifupdown-ng_0.12.1-4_amd64.buildinfo
Checksums-Sha256:
 f232895844b712661e19d71ab44a159230781fd945e71f9ec78d421dc269d2e0 2998 
ifupdown-ng_0.12.1-4.dsc
 19b9658bdcad98032129c42ae9e1e3677673513d45b5c2713d54952a9990cb29 5452 
ifupdown-ng_0.12.1-4.debian.tar.xz
 c2b1de1eacfb14d2a1454e6c5f2125c0c37e4856f04b9eec135d49d8cc0de98c 7134 
ifupdown-ng_0.12.1-4_amd64.buildinfo
Files:
 edf3f94f1e146da6254086377ad45a14 2998 admin optional ifupdown-ng_0.12.1-4.dsc
 83b866ce127602100b931ad0fec1a99e 5452 admin optional 
ifupdown-ng_0.12.1-4.debian.tar.xz
 9ace3b5a087bbd483ae6b71824b209b7 7134 admin optional 
ifupdown-ng_0.12.1-4_amd64.buildinfo

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

iQIzBAEBCAAdFiEEV6G/FbT2+ZuJ7bKf05SBrh55rPcFAmXx1pgACgkQ05SBrh55
rPcIsg/7BfcAbXDQu3Ce35d/TTOIweOyvZI1rkRBc9Ute3DG6CV5D7Ky193NAGQg
C/r0K1FcPHHiDuvP/x5hSw7hVQ8qp+OjlyIYvm40p2yER23cIwXP3U2IQVjUHtKv
mOR8HleAFC+63hvoRZIvvoNY+PchDwd6r/cKLj0T/nzblQlUzhVVyQZLbgKFTvha
hnfoDMNthmyru6WL4R54aoWrTQE5kLCrai9Zh8DssxWuUWa5zP5F2d5wM24MRRR9
MECRyvayC68WO0DP4WSYkEAx+WUVAh+lYC3DdaD4+4qcVAXsBqeAXUosBZn7jQqw
T0D9yZg/0VYiwHf6vIMSehYdyGbx5xnY6CFv+qBbaCjL2LxBNxT4QWF8qssYIcQv
g2eoXQ4Ep9zUV++1FDn3IEWWY9a91Edcps1WF/VEga2ekDUIYCIOnrLICBeY5nbf
2QGMXeabiE12jO+gLmMINMtLm0BafkYlhg0sTzcYuftdzZaGgPQrX0NdRJMvN096
3sP5vLhCTogXyhWk0rKak/XIMK+yoooN1NOJ74J0LyASPFo8Vav6/td5AA6Ma61q
R/wbDVfFlyudGHPt0MqC7ExFDjukLKkA6nrwwPGqmpSQJ8DaQLWSTj+z3RdOGcwg
WWQczlTmWqEO3qecYmzU9Tgli2+YSBKM68qHjvQZSAsgjhJks14=
=nJqB
-----END PGP SIGNATURE-----

Attachment: pgphtPEHZrgkT.pgp
Description: PGP signature


--- End Message ---

Reply via email to