Your message dated Tue, 02 Apr 2024 07:34:12 +0000 with message-id <e1rryeq-00ghp1...@fasolo.debian.org> and subject line Bug#1066555: fixed in kylin-nm 3.0.3.1-1 has caused the Debian Bug report #1066555, regarding kylin-nm: FTBFS: src/kylin-network-interface.c:197: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.) -- 1066555: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066555 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: kylin-nm Version: 3.0.3-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): > gcc -c -pipe -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong > -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -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 -Wall -Wextra -D_REENTRANT -fPIC > -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_X11EXTRAS_LIB -DQT_SVG_LIB > -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_CONCURRENT_LIB > -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -Isrc/singleapplication > -I/usr/include/x86_64-linux-gnu/qt5 > -I/usr/include/x86_64-linux-gnu/qt5/QtX11Extras > -I/usr/include/KF5/KWindowSystem -I/usr/include/x86_64-linux-gnu/qt5/QtSvg > -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets > -I/usr/include/x86_64-linux-gnu/qt5/QtGui > -I/usr/include/x86_64-linux-gnu/qt5/QtDBus > -I/usr/include/x86_64-linux-gnu/qt5/QtConcurrent > -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork > -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I.ui > -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o > .obj/kylin-network-interface.o src/kylin-network-interface.c > src/kylin-network-interface.c: In function ‘kylin_network_get_ifacename’: > src/kylin-network-interface.c:44:20: warning: pointer targets in assignment > from ‘unsigned char *’ to ‘char *’ differ in signedness [-Wpointer-sign] > 44 | ifconf.ifc_buf = buf; > | ^ > src/kylin-network-interface.c: In function ‘kylin_network_get_conlist_info’: > src/kylin-network-interface.c:127:9: warning: statement with no effect > [-Wunused-value] > 127 | for(index;*index!='\n';index++) > | ^~~ > src/kylin-network-interface.c:146:9: warning: statement with no effect > [-Wunused-value] > 146 | for(index;*index!='\n';index++) > | ^~~ > src/kylin-network-interface.c:150:20: warning: suggest parentheses around > assignment used as truth value [-Wparentheses] > 150 | if(*(index+1)=' ') > | ^ > src/kylin-network-interface.c:157:9: warning: statement with no effect > [-Wunused-value] > 157 | for(index1;*index1!='\n';index1++) > | ^~~ > src/kylin-network-interface.c:167:9: warning: statement with no effect > [-Wunused-value] > 167 | for(index2;*index2!='\n';index2++) > | ^~~ > src/kylin-network-interface.c: In function ‘kylin_network_get_activecon_info’: > src/kylin-network-interface.c:197:5: error: implicit declaration of function > ‘asprintf’; did you mean ‘vsprintf’? [-Werror=implicit-function-declaration] > 197 | asprintf(&cmd, "%s%s%s", chr, tmpPrefix, name); > | ^~~~~~~~ > | vsprintf > src/kylin-network-interface.c:246:9: warning: statement with no effect > [-Wunused-value] > 246 | for(index;*index!='\n';index++) > | ^~~ > src/kylin-network-interface.c:265:9: warning: statement with no effect > [-Wunused-value] > 265 | for(index;*index!='\n';index++) > | ^~~ > src/kylin-network-interface.c:269:20: warning: suggest parentheses around > assignment used as truth value [-Wparentheses] > 269 | if(*(index+1)=' ') > | ^ > src/kylin-network-interface.c:276:9: warning: statement with no effect > [-Wunused-value] > 276 | for(index1;*index1!='\n';index1++) > | ^~~ > src/kylin-network-interface.c:286:9: warning: statement with no effect > [-Wunused-value] > 286 | for(index2;*index2!='\n';index2++) > | ^~~ > src/kylin-network-interface.c:300:9: warning: statement with no effect > [-Wunused-value] > 300 | for(index3;*index3!='\n';index3++) > | ^~~ > src/kylin-network-interface.c:310:9: warning: statement with no effect > [-Wunused-value] > 310 | for(index4;*index4!='\n';index4++) > | ^~~ > src/kylin-network-interface.c: In function ‘kylin_network_get_wifilist_info’: > src/kylin-network-interface.c:602:9: warning: statement with no effect > [-Wunused-value] > 602 | for(index;strcmp(index+5,"\n")!=0;index++) > | ^~~ > src/kylin-network-interface.c:617:9: warning: statement with no effect > [-Wunused-value] > 617 | for(ssidindex;*ssidindex==' ';ssidindex--)ssidnum++; > | ^~~ > src/kylin-network-interface.c:631:9: warning: statement with no effect > [-Wunused-value] > 631 | for(index;strcmp(index+6,"\n")!=0;index++) > | ^~~ > src/kylin-network-interface.c:644:9: warning: statement with no effect > [-Wunused-value] > 644 | for(signalindex;*signalindex!=' ';signalindex++)signalnum++; > | ^~~ > src/kylin-network-interface.c:654:9: warning: statement with no effect > [-Wunused-value] > 654 | for(index;strcmp(index+3,"\n")!=0;index++) > | ^~~ > src/kylin-network-interface.c:667:9: warning: statement with no effect > [-Wunused-value] > 667 | for(safetyindex;strcmp(safetyindex+2,"\n")!=0;safetyindex++) > | ^~~ > src/kylin-network-interface.c: In function ‘kylin_network_get_mac’: > src/kylin-network-interface.c:808:24: warning: unused variable ‘sin_mac’ > [-Wunused-variable] > 808 | struct sockaddr_in sin_mac; > | ^~~~~~~ > src/kylin-network-interface.c: In function ‘kylin_network_get_conlist_info’: > src/kylin-network-interface.c:97:5: warning: ignoring return value of ‘fgets’ > declared with attribute ‘warn_unused_result’ [-Wunused-result] > 97 | fgets(ConStrLine,1024,confp); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ > src/kylin-network-interface.c:100:9: warning: ignoring return value of > ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] > 100 | fgets(ConStrLine,1024,confp); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ > src/kylin-network-interface.c:115:5: warning: ignoring return value of > ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] > 115 | fgets(StrLine,1024,fp); > | ^~~~~~~~~~~~~~~~~~~~~~ > src/kylin-network-interface.c:120:9: warning: ignoring return value of > ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] > 120 | fgets(StrLine,1024,fp); > | ^~~~~~~~~~~~~~~~~~~~~~ > src/kylin-network-interface.c: In function ‘kylin_network_get_activecon_info’: > src/kylin-network-interface.c:214:5: warning: ignoring return value of > ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] > 214 | fgets(activeStrLine,1024,activefp); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > src/kylin-network-interface.c:217:9: warning: ignoring return value of > ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] > 217 | fgets(activeStrLine,1024,activefp); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > src/kylin-network-interface.c:234:5: warning: ignoring return value of > ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] > 234 | fgets(StrLine,1024,fp); > | ^~~~~~~~~~~~~~~~~~~~~~ > src/kylin-network-interface.c:239:9: warning: ignoring return value of > ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] > 239 | fgets(StrLine,1024,fp); > | ^~~~~~~~~~~~~~~~~~~~~~ > src/kylin-network-interface.c: In function ‘kylin_network_get_wifilist_info’: > src/kylin-network-interface.c:570:5: warning: ignoring return value of > ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] > 570 | fgets(WfStrLine,1024,wffp); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > src/kylin-network-interface.c:573:9: warning: ignoring return value of > ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] > 573 | fgets(WfStrLine,1024,wffp); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > src/kylin-network-interface.c:589:5: warning: ignoring return value of > ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] > 589 | fgets(StrLine,1024,fp); > | ^~~~~~~~~~~~~~~~~~~~~~ > src/kylin-network-interface.c:594:9: warning: ignoring return value of > ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] > 594 | fgets(StrLine,1024,fp); > | ^~~~~~~~~~~~~~~~~~~~~~ > src/backthread.cpp: In member function ‘void BackThread::getInitStatus()’: > src/backthread.cpp:147:65: warning: ‘QTextStream& > QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl > [-Wdeprecated-declarations] > 147 | qDebug()<<"org.freedesktop.NetworkManager get invalid"<<endl; > | ^~~~ > In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdebug.h:49, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDebug:1, > from src/kylin-dbus-interface.h:23, > from src/backthread.h:22, > from src/backthread.cpp:19: > /usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:293:75: note: declared > here > 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") > QTextStream &endl(QTextStream &s); > | > ^~~~ > src/backthread.cpp: In member function ‘void BackThread::execEnNet()’: > src/backthread.cpp:207:17: warning: ISO C++ forbids converting a string > constant to ‘char*’ [-Wwrite-strings] > 207 | char *chr = "nmcli networking on"; > | ^~~~~~~~~~~~~~~~~~~~~ > src/backthread.cpp: In member function ‘void BackThread::execDisNet()’: > src/backthread.cpp:225:21: warning: ISO C++ forbids converting a string > constant to ‘char*’ [-Wwrite-strings] > 225 | char *chr = "nmcli radio wifi off"; > | ^~~~~~~~~~~~~~~~~~~~~~ > src/backthread.cpp:238:18: warning: ISO C++ forbids converting a string > constant to ‘char*’ [-Wwrite-strings] > 238 | char *chr1 = "nmcli networking off"; > | ^~~~~~~~~~~~~~~~~~~~~~ > src/backthread.cpp: In member function ‘void BackThread::execEnWifi()’: > src/backthread.cpp:254:18: warning: ISO C++ forbids converting a string > constant to ‘char*’ [-Wwrite-strings] > 254 | char *chr1 = "nmcli radio wifi on"; > | ^~~~~~~~~~~~~~~~~~~~~ > src/backthread.cpp: In member function ‘void BackThread::rfKillexecEnWifi()’: > src/backthread.cpp:278:18: warning: ISO C++ forbids converting a string > constant to ‘char*’ [-Wwrite-strings] > 278 | char *chr1 = "nmcli radio wifi on"; > | ^~~~~~~~~~~~~~~~~~~~~ > src/backthread.cpp: In member function ‘void BackThread::execDisWifi()’: > src/backthread.cpp:295:17: warning: ISO C++ forbids converting a string > constant to ‘char*’ [-Wwrite-strings] > 295 | char *chr = "nmcli radio wifi off"; > | ^~~~~~~~~~~~~~~~~~~~~~ > src/backthread.cpp: In member function ‘void BackThread::rfkillExecDisWifi()’: > src/backthread.cpp:309:17: warning: ISO C++ forbids converting a string > constant to ‘char*’ [-Wwrite-strings] > 309 | char *chr = "nmcli radio wifi off"; > | ^~~~~~~~~~~~~~~~~~~~~~ > src/backthread.cpp: In member function ‘void > BackThread::execConnWifiPWD(QString, QString, QString, QString, QString)’: > src/backthread.cpp:464:67: warning: ‘QTextStream& > QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl > [-Wdeprecated-declarations] > 464 | qDebug()<<"Can't open the file /tmp/kylin-nm-btoutput > !"<<endl; > | ^~~~ > /usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:293:75: note: declared > here > 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") > QTextStream &endl(QTextStream &s); > | > ^~~~ > src/backthread.cpp: In member function ‘void > BackThread::execConnHiddenWifiWPA(int, QString, QString)’: > src/backthread.cpp:488:23: warning: ‘void QProcess::start(const QString&, > QIODevice::OpenMode)’ is deprecated: Use QProcess::start(const QString > &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead > [-Wdeprecated-declarations] > 488 | shellProcess.start("nmcli -f ssid device wifi"); > | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QProcess:1, > from src/backthread.h:28: > /usr/include/x86_64-linux-gnu/qt5/QtCore/qprocess.h:168:10: note: declared > here > 168 | void start(const QString &command, OpenMode mode = ReadWrite); > | ^~~~~ > src/backthread.cpp: In member function ‘void > BackThread::execConnRememberedHiddenWifi(QString)’: > src/backthread.cpp:605:23: warning: ‘void QProcess::start(const QString&, > QIODevice::OpenMode)’ is deprecated: Use QProcess::start(const QString > &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead > [-Wdeprecated-declarations] > 605 | shellProcess.start("nmcli -f ssid device wifi"); > | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > /usr/include/x86_64-linux-gnu/qt5/QtCore/qprocess.h:168:10: note: declared > here > 168 | void start(const QString &command, OpenMode mode = ReadWrite); > | ^~~~~ > g++ -c -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong > -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong > -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong > -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection > -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++1y -Wall -Wextra -D_REENTRANT -fPIC > -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_X11EXTRAS_LIB -DQT_SVG_LIB > -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_CONCURRENT_LIB > -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -Isrc/singleapplication > -I/usr/include/x86_64-linux-gnu/qt5 > -I/usr/include/x86_64-linux-gnu/qt5/QtX11Extras > -I/usr/include/KF5/KWindowSystem -I/usr/include/x86_64-linux-gnu/qt5/QtSvg > -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets > -I/usr/include/x86_64-linux-gnu/qt5/QtGui > -I/usr/include/x86_64-linux-gnu/qt5/QtDBus > -I/usr/include/x86_64-linux-gnu/qt5/QtConcurrent > -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork > -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I.ui > -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/loadingdiv.o > src/loadingdiv.cpp > cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ > is not valid for C++ > g++ -c -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong > -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong > -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong > -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection > -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++1y -Wall -Wextra -D_REENTRANT -fPIC > -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_X11EXTRAS_LIB -DQT_SVG_LIB > -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_CONCURRENT_LIB > -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -Isrc/singleapplication > -I/usr/include/x86_64-linux-gnu/qt5 > -I/usr/include/x86_64-linux-gnu/qt5/QtX11Extras > -I/usr/include/KF5/KWindowSystem -I/usr/include/x86_64-linux-gnu/qt5/QtSvg > -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets > -I/usr/include/x86_64-linux-gnu/qt5/QtGui > -I/usr/include/x86_64-linux-gnu/qt5/QtDBus > -I/usr/include/x86_64-linux-gnu/qt5/QtConcurrent > -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork > -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I.ui > -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/main.o src/main.cpp > src/confform.cpp: In constructor ‘ConfForm::ConfForm(QWidget*)’: > src/confform.cpp:51:37: warning: ‘void KWindowEffects::enableBlurBehind(WId, > bool, const QRegion&)’ is deprecated: Since 5.82. Use > enableBlurBehind(QWindow) overload [-Wdeprecated-declarations] > 51 | KWindowEffects::enableBlurBehind(this->winId(), true, > QRegion(path.toFillPolygon().toPolygon())); > | > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > In file included from /usr/include/KF5/KWindowSystem/KWindowEffects:1, > from ./wireless-security/kylinheadfile.h:39, > from src/confform.cpp:24: > /usr/include/KF5/KWindowSystem/kwindoweffects.h:162:6: note: declared here > 162 | void enableBlurBehind(WId window, bool enable = true, const QRegion > ®ion = QRegion()); > | ^~~~~~~~~~~~~~~~ > src/confform.cpp:136:21: warning: unknown escape sequence: '\d' > 136 | QRegExp > ipv6_rx("^\\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))(%.+)?\\s*$"); > | > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ > is not valid for C++ > cc1: some warnings being treated as errors > make[2]: *** [Makefile:1014: .obj/kylin-network-interface.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2024/03/13/kylin-nm_3.0.3-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: kylin-nm Source-Version: 3.0.3.1-1 Done: handsome_feng <jianfen...@ubuntukylin.com> We believe that the bug you reported is fixed in the latest version of kylin-nm, 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 kylin-nm 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 15:03:17 +0800 Source: kylin-nm Architecture: source Version: 3.0.3.1-1 Distribution: unstable Urgency: medium Maintainer: Kylin Team <team+ky...@tracker.debian.org> Changed-By: handsome_feng <jianfen...@ubuntukylin.com> Closes: 1066555 Changes: kylin-nm (3.0.3.1-1) unstable; urgency=medium . * Fix implicit declaration of function. (Closes: #1066555) Checksums-Sha1: 22b957ea702a9df753206430ab74d07040dfce5a 2104 kylin-nm_3.0.3.1-1.dsc 33113de0280e90426bfe1c4b17e64d85b2ad5b35 329205 kylin-nm_3.0.3.1.orig.tar.gz 3dbaefa6186b90dbbc39a76b4a2572128b2617e8 3704 kylin-nm_3.0.3.1-1.debian.tar.xz ab8923d2b3180f796c280609c8ca079a9b7eff13 13438 kylin-nm_3.0.3.1-1_source.buildinfo Checksums-Sha256: 39c0029fbb4bb62d17ff143cf1cd5ac73e0974ff4af1914a5fea4d9438f46c12 2104 kylin-nm_3.0.3.1-1.dsc 93152fedb61678724b8348c269cb6b670b77f1f5e973d818c3520a441b6a68ad 329205 kylin-nm_3.0.3.1.orig.tar.gz 5630a9d9fc74a7d427e2d317a906d0a4e1ffdb603c34e4a6e2a91eeea6ab50d2 3704 kylin-nm_3.0.3.1-1.debian.tar.xz aaf89fad71206fb757f4159d35991eef5db82781e2bd91aa7daf9668caf5a0a8 13438 kylin-nm_3.0.3.1-1_source.buildinfo Files: b46c94a4b8c9cef3f434365a63fac195 2104 utils optional kylin-nm_3.0.3.1-1.dsc 3e501e67585da57e28c51d449806bd88 329205 utils optional kylin-nm_3.0.3.1.orig.tar.gz 80fa1034fda1305a9715497ac31e555d 3704 utils optional kylin-nm_3.0.3.1-1.debian.tar.xz 8fa6db9c4a774cc8823f0cf27ff185ca 13438 utils optional kylin-nm_3.0.3.1-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJPBAEBCAA5FiEEhsgAHpUwnacZWWSCm7hQwBMRHwwFAmYLsicbHGppYW5mZW5n bGlAdWJ1bnR1a3lsaW4uY29tAAoJEJu4UMATER8MaYcP/R4yDiJZIyF+WJXX060Z F65PA3VlD3QuqhMqqPWXLPXizO3algW3xQDRmEPxHH1kEgnbERa25zbM/XxNom4O //3g/s90Ml6Vr8QPRZfClIGyQy9WijINhdXyKCoZiQSDW0UOcFSdlDbRQWeXuwmm yhlaHHLuxxiVBuI54KehwpQwJ5DybWeI3DWpQGZweIC8yBoYonJ6XtOCWPhSNo4P q7XMANSs8WpDvMAmc++9/AnLK/zBLmNHZ//XNSz0/ntzSF/MeOYFt2TNiDNxOc09 7Aa26Xg18y7o7P/+4oTy7qW53+qio79qkRewGUb+7mueyMmcLk7rjjQF0aFugPZg UmbuxS8brZ6uhc+GMyRVkFJKpdlpDK12EtJJYm9aeJWuKt5Sr1iZSW5ZL3hjHgLp RsQC1DughRDB/iOfzUX6fA0wJJdGEhTe1KvEuanGsES/5rjvIpLCtImCCaYHEyrO 1aExMpMxs7NukpyBefpuNqnQTVT+4yu0AIB6dHftS8MCeEIJ9Sj1jsJNZF18+7nP JrPYyY66KUyZiTjfxAeKJNGg86EQFAFgDF9Rxlvvx/dIzMa5rWLg7yhwN8f4ohGW TbsduoG+Tw5El/mXc90j5jgiRZP+XNPF1IuDsXdrLUkLvXw6Cjwc93saIlWHuBBa b0f+S4eTCFwHHFZbDM1tvyuH =Gg/B -----END PGP SIGNATURE-----pgp7R6WPgQI5s.pgp
Description: PGP signature
--- End Message ---