Your message dated Tue, 02 Apr 2024 11:55:00 +0000
with message-id <e1rrcje-00hcej...@fasolo.debian.org>
and subject line Bug#1066638: fixed in ukui-screensaver 3.0.3.3-1
has caused the Debian Bug report #1066638,
regarding ukui-screensaver: FTBFS: kylin-network-interface.c:199:5: error: 
implicit declaration of function ‘asprintf’; did you mean ‘vsprintf’? 
[-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.)


-- 
1066638: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066638
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ukui-screensaver
Version: 3.0.3.2-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/KylinNM && /usr/bin/cc -DQT_CORE_LIB 
> -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/KylinNM -I/<<PKGBUILDDIR>>/KylinNM 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/KylinNM/Kylin-nm_autogen/include 
> -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem 
> /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem 
> /usr/include/KF5/KWindowSystem -isystem /usr/include/KF5 -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -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 -g 
> -fPIC -MD -MT KylinNM/CMakeFiles/Kylin-nm.dir/src/kylin-network-interface.c.o 
> -MF CMakeFiles/Kylin-nm.dir/src/kylin-network-interface.c.o.d -o 
> CMakeFiles/Kylin-nm.dir/src/kylin-network-interface.c.o -c 
> /<<PKGBUILDDIR>>/KylinNM/src/kylin-network-interface.c
> /<<PKGBUILDDIR>>/KylinNM/src/kylin-network-interface.c: In function 
> ‘kylin_network_get_activecon_info’:
> /<<PKGBUILDDIR>>/KylinNM/src/kylin-network-interface.c:199:5: error: implicit 
> declaration of function ‘asprintf’; did you mean ‘vsprintf’? 
> [-Werror=implicit-function-declaration]
>   199 |     asprintf(&cmd, "%s%s%s", chr, tmpPrefix, name);
>       |     ^~~~~~~~
>       |     vsprintf
> /<<PKGBUILDDIR>>/KylinNM/src/kylin-network-interface.c: In function 
> ‘kylin_network_get_conlist_info’:
> /<<PKGBUILDDIR>>/KylinNM/src/kylin-network-interface.c:99:5: warning: 
> ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ 
> [-Wunused-result]
>    99 |     fgets(ConStrLine,1024,confp);
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/KylinNM/src/kylin-network-interface.c:102:9: warning: 
> ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ 
> [-Wunused-result]
>   102 |         fgets(ConStrLine,1024,confp);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/KylinNM/src/kylin-network-interface.c:117:5: warning: 
> ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ 
> [-Wunused-result]
>   117 |     fgets(StrLine,1024,fp);
>       |     ^~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/KylinNM/src/kylin-network-interface.c:122:9: warning: 
> ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ 
> [-Wunused-result]
>   122 |         fgets(StrLine,1024,fp);
>       |         ^~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/KylinNM/src/kylin-network-interface.c: In function 
> ‘kylin_network_get_activecon_info’:
> /<<PKGBUILDDIR>>/KylinNM/src/kylin-network-interface.c:217:5: warning: 
> ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ 
> [-Wunused-result]
>   217 |     fgets(activeStrLine,1024,activefp);
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/KylinNM/src/kylin-network-interface.c:220:9: warning: 
> ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ 
> [-Wunused-result]
>   220 |         fgets(activeStrLine,1024,activefp);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/KylinNM/src/kylin-network-interface.c:237:5: warning: 
> ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ 
> [-Wunused-result]
>   237 |     fgets(StrLine,1024,fp);
>       |     ^~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/KylinNM/src/kylin-network-interface.c:242:9: warning: 
> ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ 
> [-Wunused-result]
>   242 |         fgets(StrLine,1024,fp);
>       |         ^~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/KylinNM/src/kylin-network-interface.c: In function 
> ‘kylin_network_get_wifilist_info’:
> /<<PKGBUILDDIR>>/KylinNM/src/kylin-network-interface.c:487:5: warning: 
> ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ 
> [-Wunused-result]
>   487 |     fgets(WfStrLine,1024,wffp);
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/KylinNM/src/kylin-network-interface.c:490:9: warning: 
> ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ 
> [-Wunused-result]
>   490 |         fgets(WfStrLine,1024,wffp);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/KylinNM/src/kylin-network-interface.c:506:5: warning: 
> ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ 
> [-Wunused-result]
>   506 |     fgets(StrLine,1024,fp);
>       |     ^~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/KylinNM/src/kylin-network-interface.c:511:9: warning: 
> ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ 
> [-Wunused-result]
>   511 |         fgets(StrLine,1024,fp);
>       |         ^~~~~~~~~~~~~~~~~~~~~~
> cc1: some warnings being treated as errors
> make[3]: *** [KylinNM/CMakeFiles/Kylin-nm.dir/build.make:352: 
> KylinNM/CMakeFiles/Kylin-nm.dir/src/kylin-network-interface.c.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/ukui-screensaver_3.0.3.2-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: ukui-screensaver
Source-Version: 3.0.3.3-1
Done: handsome_feng <jianfen...@ubuntukylin.com>

We believe that the bug you reported is fixed in the latest version of
ukui-screensaver, 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.
handsome_feng <jianfen...@ubuntukylin.com> (supplier of updated 
ukui-screensaver 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, 02 Apr 2024 19:23:57 +0800
Source: ukui-screensaver
Architecture: source
Version: 3.0.3.3-1
Distribution: unstable
Urgency: medium
Maintainer: Kylin Team <team+ky...@tracker.debian.org>
Changed-By: handsome_feng <jianfen...@ubuntukylin.com>
Closes: 1066638
Changes:
 ukui-screensaver (3.0.3.3-1) unstable; urgency=medium
 .
   * Fix implicit declaration of function. (Closes: #1066638)
   * Update debian/watch.
Checksums-Sha1:
 c2654f2f5fed046c9badb3fd67201b83037e6251 2280 ukui-screensaver_3.0.3.3-1.dsc
 66e5420932cff3cca6fc2098c272924833f3442e 1475013 
ukui-screensaver_3.0.3.3.orig.tar.gz
 36c39e6b3ce82305f77a2d403eb98e27b4e51d10 3628 
ukui-screensaver_3.0.3.3-1.debian.tar.xz
 ec43353d7ee4f3826e63349c4a1489316df9f35d 23594 
ukui-screensaver_3.0.3.3-1_source.buildinfo
Checksums-Sha256:
 554109f89e48b3ed25832c5b13ee298719c20678dbd292847b823cf0a835632c 2280 
ukui-screensaver_3.0.3.3-1.dsc
 db7a349dc9bb12b287bb7c1a1007e6480117dc90c5910a48ddf026c74beaa60d 1475013 
ukui-screensaver_3.0.3.3.orig.tar.gz
 87d342dbc1a5ff34a87dc9b8468d093131db6c40fde14a3407f066cde89580c8 3628 
ukui-screensaver_3.0.3.3-1.debian.tar.xz
 e6df06e8a005986d6850210f7ee2b8d1c1d0ea0c926458fe1aa496a4e43c3f03 23594 
ukui-screensaver_3.0.3.3-1_source.buildinfo
Files:
 2eaa500611f23614322d089f6596eadc 2280 x11 optional 
ukui-screensaver_3.0.3.3-1.dsc
 7ff77014490e1319f87023c3df1797c7 1475013 x11 optional 
ukui-screensaver_3.0.3.3.orig.tar.gz
 26a0255307d801dea46173bbc6d337eb 3628 x11 optional 
ukui-screensaver_3.0.3.3-1.debian.tar.xz
 e5d47e85f7c64dba3f8c10d919a0bbcf 23594 x11 optional 
ukui-screensaver_3.0.3.3-1_source.buildinfo

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

iQJPBAEBCAA5FiEEhsgAHpUwnacZWWSCm7hQwBMRHwwFAmYL630bHGppYW5mZW5n
bGlAdWJ1bnR1a3lsaW4uY29tAAoJEJu4UMATER8MuysP/1vPrC/djvjKGWCTvZrk
0Rrj360I4Z4zWA0Cs5i8A+l1uyz3yVraCm4Y61ifK7JcVfH5nYlYB1+8HHC3IXis
YLC3epgxEYzN8jEdC8wdbyh11wMk2IEBLkB0yvhpKI9bfAu7HVn/ua3C7vt5Z+TJ
tr+09pGNdZDBmIaRRIKC+Z3suMKKB3A78ZQ0DJkq1kdAjoYwkEJ//MSce2Trz1Lk
na/wPSwHip3xMArmaI/NNOr9SMJFslaSWKpX84wjNlm7u5w/IC4bDi9YuKICltzv
VV61SiV/0p8kaIxl9vLUd1XhrcC9flEQYYq1TdjaCnGIzQb8MNEe7UIa8hS0RGUL
SL0Fk2peZXcysy3nsVdZTxguh+7Vk/YASi5dGi0sq8kD2CZ25OyAGEL/Dw/Ny+iF
L17yWFrvGvbehCF5FrXLpBp3ljajyXhO00INNswbWRc5NG3bsyHFyG6ONwDVuSJo
tmxC5O7mrUvIMlaZwFXLuWk0UWaNxU3Asu0krZsDFWeYh4447DzAAhKrjBluiG6O
fxZmg4JUUqu9ag6qX3MamHoOBDGS3kDadlse/YFYCeVlMM6OSYyiEYJir4/ac5Tu
Gx+8BGhytx3KM70PVQG9aGIpxB9tVwUvRJtUgzUdYlJNGZz0QGkUaie0UhKx799o
XP3FUKvZMjutmwEeWqV9TaES
=tNNf
-----END PGP SIGNATURE-----

Attachment: pgpiRATGHtGXd.pgp
Description: PGP signature


--- End Message ---

Reply via email to