Your message dated Sat, 30 Mar 2024 08:35:47 +0000
with message-id <e1rqubn-002b22...@fasolo.debian.org>
and subject line Bug#1066656: fixed in libkysdk-base 2.2.0.1-1.1
has caused the Debian Bug report #1066656,
regarding libkysdk-base: FTBFS: libkyconf.c:74:9: error: implicit declaration 
of function ‘isxml’ [-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.)


-- 
1066656: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066656
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libkysdk-base
Version: 2.2.0.1-1
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):
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/config && /usr/bin/cc 
> -Dkysdk_config_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
> -I/<<PKGBUILDDIR>>/src/config -I/<<PKGBUILDDIR>>/src/utils 
> -I/<<PKGBUILDDIR>>/src/log -I/<<PKGBUILDDIR>>/src/timer 
> -I/<<PKGBUILDDIR>>/src/gsettings -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MT 
> src/config/CMakeFiles/kysdk-config.dir/structparse.c.o -MF 
> CMakeFiles/kysdk-config.dir/structparse.c.o.d -o 
> CMakeFiles/kysdk-config.dir/structparse.c.o -c 
> /<<PKGBUILDDIR>>/src/config/structparse.c
> [ 21%] Building C object src/config/CMakeFiles/kysdk-config.dir/xmlparse.c.o
> /<<PKGBUILDDIR>>/src/config/libkyconf.c: In function ‘get_conf_type’:
> /<<PKGBUILDDIR>>/src/config/libkyconf.c:74:9: error: implicit declaration of 
> function ‘isxml’ [-Werror=implicit-function-declaration]
>    74 |     if (isxml(confpath))
>       |         ^~~~~
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/config && /usr/bin/cc 
> -Dkysdk_config_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
> -I/<<PKGBUILDDIR>>/src/config -I/<<PKGBUILDDIR>>/src/utils 
> -I/<<PKGBUILDDIR>>/src/log -I/<<PKGBUILDDIR>>/src/timer 
> -I/<<PKGBUILDDIR>>/src/gsettings -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MT 
> src/config/CMakeFiles/kysdk-config.dir/xmlparse.c.o -MF 
> CMakeFiles/kysdk-config.dir/xmlparse.c.o.d -o 
> CMakeFiles/kysdk-config.dir/xmlparse.c.o -c 
> /<<PKGBUILDDIR>>/src/config/xmlparse.c
> /<<PKGBUILDDIR>>/src/config/libkyconf.c:76:14: error: implicit declaration of 
> function ‘isjson’ [-Werror=implicit-function-declaration]
>    76 |     else if (isjson(confpath))
>       |              ^~~~~~
> /<<PKGBUILDDIR>>/src/config/libkyconf.c:78:14: error: implicit declaration of 
> function ‘isgsettings’ [-Werror=implicit-function-declaration]
>    78 |     else if (isgsettings(confpath))
>       |              ^~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/config/libkyconf.c: In function ‘kdk_conf_reload’:
> /<<PKGBUILDDIR>>/src/config/libkyconf.c:238:24: warning: passing argument 1 
> of ‘S_destroyParse’ from incompatible pointer type 
> [-Wincompatible-pointer-types]
>   238 |         S_destroyParse(&conf->data);
>       |                        ^~~~~~~~~~~
>       |                        |
>       |                        void **
> In file included from /<<PKGBUILDDIR>>/src/config/libkyconf.c:23:
> /<<PKGBUILDDIR>>/src/config/structparse.h:55:42: note: expected ‘structParse 
> **’ but argument is of type ‘void **’
>    55 | extern void S_destroyParse(structParse **parse);
>       |                            ~~~~~~~~~~~~~~^~~~~
> [ 23%] Building CXX object 
> src/diagnostics/CMakeFiles/kydiagnostics.dir/buriedpoint.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/diagnostics && /usr/bin/c++ 
> -Dkydiagnostics_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
> -I/<<PKGBUILDDIR>>/src/config -I/<<PKGBUILDDIR>>/src/utils 
> -I/<<PKGBUILDDIR>>/src/log -I/<<PKGBUILDDIR>>/src/timer 
> -I/<<PKGBUILDDIR>>/src/gsettings -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
> -I/<<PKGBUILDDIR>>/src/diagnostics 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/diagnostics -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fvisibility=hidden 
> -fvisibility-inlines-hidden -Wall -g -MD -MT 
> src/diagnostics/CMakeFiles/kydiagnostics.dir/buriedpoint.cpp.o -MF 
> CMakeFiles/kydiagnostics.dir/buriedpoint.cpp.o.d -o 
> CMakeFiles/kydiagnostics.dir/buriedpoint.cpp.o -c 
> /<<PKGBUILDDIR>>/src/diagnostics/buriedpoint.cpp
> [ 25%] Linking C shared library /<<PKGBUILDDIR>>/lib/libkydatastruct.so
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/utils/data-structure && 
> /usr/bin/cmake -E cmake_link_script CMakeFiles/kydatastruct.dir/link.txt 
> --verbose=1
> cc1: some warnings being treated as errors
> /usr/bin/cc -fPIC -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -shared 
> -Wl,-soname,libkydatastruct.so.1 -o 
> /<<PKGBUILDDIR>>/lib/libkydatastruct.so.2.0.0 
> CMakeFiles/kydatastruct.dir/linklist/skip_linklist/skip_linklist.c.o 
> make[3]: *** [src/config/CMakeFiles/kysdk-config.dir/build.make:107: 
> src/config/CMakeFiles/kysdk-config.dir/libkyconf.c.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/libkysdk-base_2.2.0.1-1_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: libkysdk-base
Source-Version: 2.2.0.1-1.1
Done: Andrey Rakhmatullin <w...@debian.org>

We believe that the bug you reported is fixed in the latest version of
libkysdk-base, 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.
Andrey Rakhmatullin <w...@debian.org> (supplier of updated libkysdk-base 
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, 30 Mar 2024 12:44:02 +0500
Source: libkysdk-base
Architecture: source
Version: 2.2.0.1-1.1
Distribution: unstable
Urgency: medium
Maintainer: kylin Team <team+ky...@tracker.debian.org>
Changed-By: Andrey Rakhmatullin <w...@debian.org>
Closes: 1066656
Changes:
 libkysdk-base (2.2.0.1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with -Werror=implicit-function-declaration (Closes: #1066656).
Checksums-Sha1:
 988ba96503930630edc91b739abebdfd7ec2a6b1 2165 libkysdk-base_2.2.0.1-1.1.dsc
 2825dc9301eadedc4d501b54ffde0c14c92575f8 4680 
libkysdk-base_2.2.0.1-1.1.debian.tar.xz
 c1b2f769b80fac90a0769ee74a68becdf73b7fc0 15851 
libkysdk-base_2.2.0.1-1.1_amd64.buildinfo
Checksums-Sha256:
 efafbb0e057c8ec9ba9de271197ed4c422c0c5d3a96adb754f065e3410ef3ee4 2165 
libkysdk-base_2.2.0.1-1.1.dsc
 c47f50f5547785e95cd021036d3e1320ee5485959322817b9f6e7473163ed3b5 4680 
libkysdk-base_2.2.0.1-1.1.debian.tar.xz
 b94fc59629dd255b0de0a13f8f335cffc6e798e864f63e3588807eea568ca03a 15851 
libkysdk-base_2.2.0.1-1.1_amd64.buildinfo
Files:
 6b438bfe0b8146ac12ba51d9a81e2223 2165 libs optional 
libkysdk-base_2.2.0.1-1.1.dsc
 805841f1aad5df2da736e3239ca87877 4680 libs optional 
libkysdk-base_2.2.0.1-1.1.debian.tar.xz
 07b4bae9502843d5019675f89b7ad340 15851 libs optional 
libkysdk-base_2.2.0.1-1.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEolIP6gqGcKZh3YxVM2L3AxpJkuEFAmYHxTcACgkQM2L3AxpJ
kuEBZBAAj++SpHPZr7cy1fUK4WgPo8kJCu8pRAwBm3UvGR5wRVKZPEXSsFNoiMj6
ampf4HG3WtKhwNvfI5Ng5i1w5BUyZ0Se4cEbh1IprhPRyKwNMgL5h1rvBHrw670m
xrZsZTY/IUm+LkqVVnIrwd4Ezyp87Tdk9GsngOtETOo9br3uULwKYkrnhvCjKmzF
x19teIkFAfLs9sjcxu7quD21TvXJjkUKJ9qdwfuEvc0rb5XxWxDry1lmy69zbFEK
ChmhNdnaNbthUS+rYGeg/JAXK4uKpmLeonXIW0hC0Te+ov1aSHicvj1T3kHCxt6q
oiCeDOvDTYF8hizXXxYkQFpufOOibe1s+O/H5Z9UdS0CnqJQySzwrKjMiUdpE61n
YlLQDuDcas8IHE3rt/BKgFYK531tv45tWTuI/Cb9R7lWugmaxeJ3CGeW4RUFYznD
vrAYH1d4lCaw1Uxq5swqOKLfH5kyNHXM+0TxvOdnI4sqMCf/Vv3Bk05yp63xcg+G
andIDnEZJs2YX3RMRa0I2CxyyI472Hs3twjxGslt7ezwI5JR89Mwb+ugioq6FzIi
rGOHC8X3CizhhPwegtwkItZjTp8spONp/AiFzjqonS3+5XdYU2jrqIZyi5CpImpF
v8pOZskwXIjIGjZn7hJEHvOBU5R3PsXh4iycxCmo9K74Yy5Vijg=
=Lqfi
-----END PGP SIGNATURE-----

Attachment: pgpsXkXM15Bco.pgp
Description: PGP signature


--- End Message ---

Reply via email to