Source: classified-ads
Version: 0.15-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20240727 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> g++ -c -pipe -g -O2 -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_NO_DEBUG -DQT_MULTIMEDIA_LIB 
> -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
> -DQT_SQL_LIB -DQT_CORE_LIB -I. -I/usr/include/miniupnpc -I/usr/include/tcl8.6 
> -I/usr/include/tk -I/usr/include/tk8.6 -I/usr/include/x86_64-linux-gnu/qt5 
> -I/usr/include/x86_64-linux-gnu/qt5/QtMultimedia 
> -I/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport 
> -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/QtNetwork 
> -I/usr/include/x86_64-linux-gnu/qt5/QtSql 
> -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. 
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o 
> protocol_message_parser.o net/protocol_message_parser.cpp
> In file included from net/networklistener.cpp:26:
> net/networklistener.h:114:61: warning: ‘QNetworkSession’ is deprecated 
> [-Wdeprecated-declarations]
>   114 |     void networkStateChanged( QNetworkSession::State aState ) ;
>       |                                                             ^
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork/QNetworkSession:1,
>                  from net/networklistener.h:30:
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qnetworksession.h:67:56: note: 
> declared here
>    67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT 
> QNetworkSession : public QObject
>       |                                                        ^~~~~~~~~~~~~~~
> net/networklistener.h:114:61: warning: ‘QNetworkSession’ is deprecated 
> [-Wdeprecated-declarations]
>   114 |     void networkStateChanged( QNetworkSession::State aState ) ;
>       |                                                             ^
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qnetworksession.h:67:56: note: 
> declared here
>    67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT 
> QNetworkSession : public QObject
>       |                                                        ^~~~~~~~~~~~~~~
> net/networklistener.h:132:27: warning: ‘QNetworkConfiguration’ is deprecated 
> [-Wdeprecated-declarations]
>   132 |     QNetworkConfiguration iConnectionConfig ;
>       |                           ^~~~~~~~~~~~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qnetworksession.h:52:
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qnetworkconfiguration.h:62:56: 
> note: declared here
>    62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT 
> QNetworkConfiguration
>       |                                                        
> ^~~~~~~~~~~~~~~~~~~~~
> net/networklistener.h:133:22: warning: ‘QNetworkSession’ is deprecated 
> [-Wdeprecated-declarations]
>   133 |     QNetworkSession* iNetworkSession ;
>       |                      ^~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qnetworksession.h:67:56: note: 
> declared here
>    67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT 
> QNetworkSession : public QObject
>       |                                                        ^~~~~~~~~~~~~~~
> net/networklistener.cpp: In constructor 
> ‘NetworkListener::NetworkListener(MController*, Model*)’:
> net/networklistener.cpp:67:34: warning: ‘QNetworkConfigurationManager’ is 
> deprecated [-Wdeprecated-declarations]
>    67 |     QNetworkConfigurationManager manager;
>       |                                  ^~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork/QNetworkConfigurationManager:1,
>                  from net/networklistener.cpp:36:
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: 
> note: declared here
>    59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT 
> QNetworkConfigurationManager : public QObject
>       |                                                        
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> net/networklistener.cpp:69:63: warning: ‘QNetworkConfigurationManager’ is 
> deprecated [-Wdeprecated-declarations]
>    69 |                               & 
> QNetworkConfigurationManager::CanStartAndStopInterfaces);
>       |                                                               
> ^~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: 
> note: declared here
>    59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT 
> QNetworkConfigurationManager : public QObject
>       |                                                        
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> net/networklistener.cpp:72:110: warning: ‘QNetworkConfiguration’ is 
> deprecated [-Wdeprecated-declarations]
>    72 |     if (!iConnectionConfig.isValid() || (!canStartIAP && 
> iConnectionConfig.state() != QNetworkConfiguration::Active)) {
>       |                                                                       
>                                        ^~~~~~
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qnetworkconfiguration.h:62:56: 
> note: declared here
>    62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT 
> QNetworkConfiguration
>       |                                                        
> ^~~~~~~~~~~~~~~~~~~~~
> net/networklistener.cpp:76:27: warning: ‘QNetworkSession’ is deprecated 
> [-Wdeprecated-declarations]
>    76 |     iNetworkSession = new QNetworkSession(iConnectionConfig, this);
>       |                           ^~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qnetworksession.h:67:56: note: 
> declared here
>    67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT 
> QNetworkSession : public QObject
>       |                                                        ^~~~~~~~~~~~~~~
> net/networklistener.cpp: In member function ‘void 
> NetworkListener::figureOutLocalAddresses()’:
> net/networklistener.cpp:294:46: error: too few arguments to function ‘int 
> UPNP_GetValidIGD(UPNPDev*, UPNPUrls*, IGDdatas*, char*, int, char*, int)’
>   294 |                 int status = UPNP_GetValidIGD(upnp_dev, &upnp_urls, 
> &upnp_data, lan_address, sizeof(lan_address));
>       |                              
> ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from net/networklistener.cpp:37:
> /usr/include/miniupnpc/miniupnpc.h:122:1: note: declared here
>   122 | UPNP_GetValidIGD(struct UPNPDev * devlist,
>       | ^~~~~~~~~~~~~~~~
> net/networklistener.cpp: At global scope:
> net/networklistener.cpp:595:74: warning: ‘QNetworkSession’ is deprecated 
> [-Wdeprecated-declarations]
>   595 | void NetworkListener::networkStateChanged( QNetworkSession::State 
> aState ) {
>       |                                                                       
>    ^
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qnetworksession.h:67:56: note: 
> declared here
>    67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT 
> QNetworkSession : public QObject
>       |                                                        ^~~~~~~~~~~~~~~
> net/networklistener.cpp:595:74: warning: ‘QNetworkSession’ is deprecated 
> [-Wdeprecated-declarations]
>   595 | void NetworkListener::networkStateChanged( QNetworkSession::State 
> aState ) {
>       |                                                                       
>    ^
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qnetworksession.h:67:56: note: 
> declared here
>    67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT 
> QNetworkSession : public QObject
>       |                                                        ^~~~~~~~~~~~~~~
> net/networklistener.cpp: In member function ‘void 
> NetworkListener::networkStateChanged(QNetworkSession::State)’:
> net/networklistener.cpp:597:37: warning: ‘QNetworkSession’ is deprecated 
> [-Wdeprecated-declarations]
>   597 |     if ( aState == QNetworkSession::Connected ) {
>       |                                     ^~~~~~~~~
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qnetworksession.h:67:56: note: 
> declared here
>    67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT 
> QNetworkSession : public QObject
>       |                                                        ^~~~~~~~~~~~~~~
> make[1]: *** [Makefile:2079: networklistener.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/07/27/classified-ads_0.15-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240727;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240727&[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.

Reply via email to