Package: src:libkysdk-applications
Version: 2.2.1.2-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202603/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:libkysdk-applications, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_auto_clean
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
        qmake -makefile QMAKE_CFLAGS_RELEASE="-g -O2 -Werror=implic 
[too-long-redacted] ,now" QMAKE_STRIP=: PREFIX=/usr
Info: creating stash file /<<PKGBUILDDIR>>/.qmake.stash
   dh_auto_build
        make -j2
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cd kysdk-waylandhelper/ && ( test -e Makefile || /usr/lib/qt 
[too-long-redacted] FIX=/usr ) && make -f Makefile 

[... snipped ...]

src/kinputdialog.cpp: In static member function ‘static QString 
kdk::KInputDialog::getText(QWidget*, const QString&, QLineEdit::EchoMode, const 
QString&, bool*, Qt::WindowFlags, Qt::InputMethodHints)’:
src/kinputdialog.cpp:980:47: warning: unused parameter ‘flags’ 
[-Wunused-parameter]
  980 |                               Qt::WindowFlags flags, 
Qt::InputMethodHints inputMethodHints)
      |                               ~~~~~~~~~~~~~~~~^~~~~
src/kinputdialog.cpp: In static member function ‘static QString 
kdk::KInputDialog::getMultiLineText(QWidget*, const QString&, const QString&, 
bool*, Qt::WindowFlags, Qt::InputMethodHints)’:
src/kinputdialog.cpp:1001:87: warning: unused parameter ‘flags’ 
[-Wunused-parameter]
 1001 |                                        const QString &text, bool *ok, 
Qt::WindowFlags flags,
      |                                                                       
~~~~~~~~~~~~~~~~^~~~~
src/kinputdialog.cpp: In static member function ‘static int 
kdk::KInputDialog::getInt(QWidget*, const QString&, int, int, int, int, bool*, 
Qt::WindowFlags)’:
src/kinputdialog.cpp:1022:80: warning: unused parameter ‘flags’ 
[-Wunused-parameter]
 1022 |                          int min, int max, int step, bool *ok, 
Qt::WindowFlags flags)
      |                                                                
~~~~~~~~~~~~~~~~^~~~~
src/kinputdialog.cpp: In static member function ‘static double 
kdk::KInputDialog::getDouble(QWidget*, const QString&, double, double, double, 
int, bool*, Qt::WindowFlags)’:
src/kinputdialog.cpp:1040:158: warning: unused parameter ‘flags’ 
[-Wunused-parameter]
 1040 | double KInputDialog::getDouble(QWidget *parent,const QString &label, 
double value, double minValue, double maxValue, int decimals, bool *ok, 
Qt::WindowFlags flags)
      |                                                                         
                                                                     
~~~~~~~~~~~~~~~~^~~~~
src/kinputdialog.cpp: In static member function ‘static QString 
kdk::KInputDialog::getItem(QWidget*, const QString&, const QStringList&, int, 
bool, bool*, Qt::WindowFlags, Qt::InputMethodHints)’:
src/kinputdialog.cpp:1060:47: warning: unused parameter ‘flags’ 
[-Wunused-parameter]
 1060 |                               Qt::WindowFlags flags, 
Qt::InputMethodHints inputMethodHints)
      |                               ~~~~~~~~~~~~~~~~^~~~~
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] enubutton.o src/kmenubutton.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] ionbar.o src/knavigationbar.cpp
src/knavigationbar.cpp:427:30: warning: extra tokens at end of ‘#include’ 
directive
  427 | #include "knavigationbar.moc";
      |                              ^
src/knavigationbar.cpp:428:34: warning: extra tokens at end of ‘#include’ 
directive
  428 | #include "moc_knavigationbar.cpp";
      |                                  ^
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] ialog.o src/kprogressdialog.cpp
In file included from src/gui_g.h:26,
                 from src/knavigationbar.h:26,
                 from src/knavigationbar.cpp:23:
src/knavigationbar.cpp: In member function ‘void 
kdk::KNavigationBarPrivate::changeTheme()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1175:34: warning: unused 
variable ‘q’ [-Wunused-variable]
 1175 | #define Q_Q(Class) Class * const q = q_func()
      |                                  ^
src/knavigationbar.cpp:189:5: note: in expansion of macro ‘Q_Q’
  189 |     Q_Q(KNavigationBar);
      |     ^~~
src/knavigationbar.cpp: In member function ‘virtual void 
kdk::Delegate::paint(QPainter*, const QStyleOptionViewItem&, const 
QModelIndex&) const’:
src/knavigationbar.cpp:317:20: warning: ‘int QFontMetrics::width(const 
QString&, int) const’ is deprecated: Use QFontMetrics::horizontalAdvance 
[-Wdeprecated-declarations]
  317 |         if(fm.width(mainText) > rect.width()-56)
      |            ~~~~~~~~^~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:50,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qframe.h:44,
                 from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractscrollarea.h:44,
                 from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qscrollarea.h:44,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QScrollArea:1,
                 from src/knavigationbar.h:27:
/usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h:106:9: note: declared 
here
  106 |     int width(const QString &, int len = -1) const;
      |         ^~~~~
src/knavigationbar.cpp:349:20: warning: ‘int QFontMetrics::width(const 
QString&, int) const’ is deprecated: Use QFontMetrics::horizontalAdvance 
[-Wdeprecated-declarations]
  349 |         if(fm.width(mainText) > rect.width()-56)
      |            ~~~~~~~~^~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h:106:9: note: declared 
here
  106 |     int width(const QString &, int len = -1) const;
      |         ^~~~~
src/knavigationbar.cpp:374:20: warning: ‘int QFontMetrics::width(const 
QString&, int) const’ is deprecated: Use QFontMetrics::horizontalAdvance 
[-Wdeprecated-declarations]
  374 |         if(fm.width(mainText) > rect.width()-56)
      |            ~~~~~~~~^~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h:106:9: note: declared 
here
  106 |     int width(const QString &, int len = -1) const;
      |         ^~~~~
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] eedit.o src/ksearchlineedit.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] inux-g++ -o ktag.o src/ktag.cpp
src/ksearchlineedit.cpp:472:15: warning: extra tokens at end of ‘#else’ 
directive [-Wendif-labels]
  472 |         #else if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
      |               ^~
src/ktag.cpp: In lambda function:
src/ktag.cpp:60:81: warning: unused parameter ‘flag’ [-Wunused-parameter]
   60 |     
connect(Parmscontroller::self(),&Parmscontroller::modeChanged,this,[=](bool 
flag){
      |                                                                         
   ~~~~~^~~~
src/ktag.cpp: In member function ‘virtual void 
kdk::KTag::paintEvent(QPaintEvent*)’:
src/ktag.cpp:106:36: warning: unused parameter ‘event’ [-Wunused-parameter]
  106 | void KTag::paintEvent(QPaintEvent *event)
      |                       ~~~~~~~~~~~~~^~~~~
src/ktag.cpp: In constructor ‘kdk::KTagPrivate::KTagPrivate(kdk::KTag*)’:
src/ktag.cpp:48:10: warning: ‘kdk::KTagPrivate::m_isClosable’ will be 
initialized after [-Wreorder]
   48 |     bool m_isClosable;
      |          ^~~~~~~~~~~~
src/ktag.cpp:47:13: warning:   ‘QString kdk::KTagPrivate::m_text’ 
[-Wreorder]
   47 |     QString m_text;
      |             ^~~~~~
src/ktag.cpp:164:1: warning:   when initialized here [-Wreorder]
  164 | KTagPrivate::KTagPrivate(KTag *parent)
      | ^~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qtguiglobal.h:43,
                 from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtwidgetsglobal.h:43,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qlabel.h:43,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QLabel:1,
                 from src/ksearchlineedit.cpp:23:
src/ksearchlineedit.cpp: In member function ‘bool 
kdk::KSearchLineEdit::isEnabled()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1174:43: warning: unused 
variable ‘d’ [-Wunused-variable]
 1174 | #define Q_D(Class) Class##Private * const d = d_func()
      |                                           ^
src/ksearchlineedit.cpp:156:5: note: in expansion of macro ‘Q_D’
  156 |     Q_D(KSearchLineEdit);
      |     ^~~
src/ksearchlineedit.cpp: In member function ‘void 
kdk::KSearchLineEdit::setClearButtonEnabled(bool)’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1174:43: warning: unused 
variable ‘d’ [-Wunused-variable]
 1174 | #define Q_D(Class) Class##Private * const d = d_func()
      |                                           ^
src/ksearchlineedit.cpp:162:5: note: in expansion of macro ‘Q_D’
  162 |     Q_D(KSearchLineEdit);
      |     ^~~
src/ksearchlineedit.cpp: In member function ‘bool 
kdk::KSearchLineEdit::isClearButtonEnabled() const’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1174:43: warning: unused 
variable ‘d’ [-Wunused-variable]
 1174 | #define Q_D(Class) Class##Private * const d = d_func()
      |                                           ^
src/ksearchlineedit.cpp:168:5: note: in expansion of macro ‘Q_D’
  168 |     Q_D(const KSearchLineEdit);
      |     ^~~
src/ksearchlineedit.cpp:170:1: warning: no return statement in function 
returning non-void [-Wreturn-type]
  170 | }
      | ^
src/ksearchlineedit.cpp: In member function ‘void 
kdk::KSearchLineEdit::setAlignment(Qt::Alignment)’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1174:43: warning: unused 
variable ‘d’ [-Wunused-variable]
 1174 | #define Q_D(Class) Class##Private * const d = d_func()
      |                                           ^
src/ksearchlineedit.cpp:204:5: note: in expansion of macro ‘Q_D’
  204 |     Q_D(KSearchLineEdit);
      |     ^~~
src/ksearchlineedit.cpp: In member function ‘virtual bool 
kdk::KSearchLineEdit::eventFilter(QObject*, QEvent*)’:
src/ksearchlineedit.cpp:320:73: warning: ‘int QFontMetrics::width(const 
QString&, int) const’ is deprecated: Use QFontMetrics::horizontalAdvance 
[-Wdeprecated-declarations]
  320 |             
if(width()-icontextSpacing-d->m_pIconLabel->width()<fm.width(d->m_placeHolderText))
      |                                                                 
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:50,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qframe.h:44,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qlabel.h:44:
/usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h:106:9: note: declared 
here
  106 |     int width(const QString &, int len = -1) const;
      |         ^~~~~
src/ksearchlineedit.cpp: In member function ‘virtual QSize 
kdk::ListViewDelegate::sizeHint(const QStyleOptionViewItem&, const 
QModelIndex&) const’:
src/ksearchlineedit.cpp:627:89: warning: unused parameter ‘index’ 
[-Wunused-parameter]
  627 | QSize ListViewDelegate::sizeHint(const QStyleOptionViewItem &option, 
const QModelIndex &index) const
      |                                                                      
~~~~~~~~~~~~~~~~~~~^~~~~
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] oolbutton.o src/ktoolbutton.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] nbar.o src/kwindowbuttonbar.cpp
src/ktoolbutton.cpp: In member function ‘virtual void 
kdk::KToolButton::paintEvent(QPaintEvent*)’:
src/ktoolbutton.cpp:235:43: warning: unused parameter ‘event’ 
[-Wunused-parameter]
  235 | void KToolButton::paintEvent(QPaintEvent *event)
      |                              ~~~~~~~~~~~~~^~~~~
In file included from src/gui_g.h:26,
                 from src/kwindowbuttonbar.h:26,
                 from src/kwindowbuttonbar.cpp:23:
src/kwindowbuttonbar.cpp: In member function ‘virtual void 
kdk::KWindowButtonBarPrivate::changeTheme()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1175:34: warning: unused 
variable ‘q’ [-Wunused-variable]
 1175 | #define Q_Q(Class) Class * const q = q_func()
      |                                  ^
src/kwindowbuttonbar.cpp:268:5: note: in expansion of macro ‘Q_Q’
  268 |     Q_Q(KWindowButtonBar);
      |     ^~~
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] alog.o src/kuninstalldialog.cpp
src/kuninstalldialog.cpp:358:32: warning: extra tokens at end of ‘#include’ 
directive
  358 | #include "kuninstalldialog.moc";
      |                                ^
src/kuninstalldialog.cpp:359:36: warning: extra tokens at end of ‘#include’ 
directive
  359 | #include "moc_kuninstalldialog.cpp";
      |                                    ^
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] ++ -o kwidget.o src/kwidget.cpp
src/kwidget.cpp:37:10: warning: ‘FocusIn’ redefined
   37 | #define  FocusIn QEvent::FocusIn
      |          ^~~~~~~
In file included from /usr/include/X11/Xlib.h:44,
                 from src/xatom-helper.h:27,
                 from src/kwidget.cpp:25:
/usr/include/X11/X.h:188:9: note: this is the location of the previous 
definition
  188 | #define FocusIn                 9
      |         ^~~~~~~
src/kwidget.cpp:38:10: warning: ‘FocusOut’ redefined
   38 | #define  FocusOut QEvent::FocusOut
      |          ^~~~~~~~
/usr/include/X11/X.h:189:9: note: this is the location of the previous 
definition
  189 | #define FocusOut                10
      |         ^~~~~~~~
src/kuninstalldialog.cpp: In member function ‘QString 
kdk::KUninstallDialogPrivate::setLabelStringBody(QString, QLabel*)’:
src/kuninstalldialog.cpp:258:37: warning: ‘int QFontMetrics::width(const 
QString&, int) const’ is deprecated: Use QFontMetrics::horizontalAdvance 
[-Wdeprecated-declarations]
  258 |     int fontSize = fontMetrics.width(text);
      |                    ~~~~~~~~~~~~~~~~~^~~~~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:50,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
                 from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qfiledialog.h:47,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QFileDialog:1,
                 from src/kuninstalldialog.cpp:31:
/usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h:106:9: note: declared 
here
  106 |     int width(const QString &, int len = -1) const;
      |         ^~~~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qatomic.h:41,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:43,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:43,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QLocale:1,
                 from src/kuninstalldialog.cpp:23:
src/kuninstalldialog.cpp: In member function ‘void 
kdk::KUninstallDialogPrivate::resetAppInfo(QString, QString)’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1175:34: warning: unused 
variable ‘q’ [-Wunused-variable]
 1175 | #define Q_Q(Class) Class * const q = q_func()
      |                                  ^
src/kuninstalldialog.cpp:285:5: note: in expansion of macro ‘Q_Q’
  285 |     Q_Q(KUninstallDialog);
      |     ^~~
src/kuninstalldialog.cpp: In member function ‘void 
kdk::KUninstallDialogPrivate::fontGsettingInit()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1175:34: warning: unused 
variable ‘q’ [-Wunused-variable]
 1175 | #define Q_Q(Class) Class * const q = q_func()
      |                                  ^
src/kuninstalldialog.cpp:322:5: note: in expansion of macro ‘Q_Q’
  322 |     Q_Q(KUninstallDialog);
      |     ^~~
src/kwidget.cpp: In constructor ‘kdk::KWidget::KWidget(QWidget*)’:
src/kwidget.cpp:78:37: warning: ‘void KWindowEffects::enableBlurBehind(WId, 
bool, const QRegion&)’ is deprecated: Since 5.82. Use 
enableBlurBehind(QWindow) overload [-Wdeprecated-declarations]
   78 |     KWindowEffects::enableBlurBehind(this->winId());
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
In file included from /usr/include/KF5/KWindowSystem/KWindowEffects:1,
                 from src/kwidget.cpp:31:
/usr/include/KF5/KWindowSystem/kwindoweffects.h:162:6: note: declared here
  162 | void enableBlurBehind(WId window, bool enable = true, const QRegion 
&region = QRegion());
      |      ^~~~~~~~~~~~~~~~
src/kwidget.cpp: In member function ‘virtual bool 
kdk::KWidget::eventFilter(QObject*, QEvent*)’:
src/kwidget.cpp:264:23: warning: suggest parentheses around ‘&&’ within 
‘||’ [-Wparentheses]
  264 |     if(target == this && (event->type() == FocusIn|| event->type() == 
FocusOut) || event->type() == QEvent::ActivationChange)
      |        
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rm -f libkysdk-qtwidgets.so.1.2.0 libkysdk-qtwidgets.so libkysdk-qtwidgets.so.1 
libkysdk-qtwidgets.so.1.2
g++ -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -Wl 
[too-long-redacted] ibQt5Core.so -lGL -lpthread    
ln -s libkysdk-qtwidgets.so.1.2.0 libkysdk-qtwidgets.so
ln -s libkysdk-qtwidgets.so.1.2.0 libkysdk-qtwidgets.so.1
ln -s libkysdk-qtwidgets.so.1.2.0 libkysdk-qtwidgets.so.1.2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/kysdk-qtwidgets'
cd kysdk-kabase/kabase/ && ( test -e Makefile || /usr/lib/qt 
[too-long-redacted] FIX=/usr ) && make -f Makefile 
make[2]: Entering directory '/<<PKGBUILDDIR>>/kysdk-kabase/kabase'
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] pecs/linux-g++ -o log.o log.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] ++ -o gsettings.o gsettings.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] -g++ -o currency.o currency.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] cs/linux-g++ -o dbus.o dbus.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] access.o application_access.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] o kylin_system/xatom_helper.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] in_system/window_management.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] n_system/session_management.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] .o kylin_system/user_manual.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] n_system/system_information.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] lin_system/theme_management.cpp
kylin_system/system_information.cpp: In member function ‘QString 
kdk::kabase::SystemInformation::getLsbReleaseInformation(QString)’:
kylin_system/system_information.cpp:43:61: warning: unused parameter ‘key’ 
[-Wunused-parameter]
   43 | QString SystemInformation::getLsbReleaseInformation(QString key)
      |                                                     ~~~~~~~~^~~
kylin_system/system_information.cpp: In member function ‘QString 
kdk::kabase::SystemInformation::getOsReleaseInformation(QString)’:
kylin_system/system_information.cpp:62:60: warning: unused parameter ‘key’ 
[-Wunused-parameter]
   62 | QString SystemInformation::getOsReleaseInformation(QString key)
      |                                                    ~~~~~~~~^~~
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] lication/single_application.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] ngle_application/local_peer.cpp
single_application/single_application.cpp: In member function ‘void 
kdk::kabase::QtSingleApplication::activateWindow()’:
single_application/single_application.cpp:333:41: warning: ‘static void 
KWindowSystem::forceActiveWindow(WId, long int)’ is deprecated: Since 5.101. 
Use KX11Extras::forceActiveWindow() instead [-Wdeprecated-declarations]
  333 |         KWindowSystem::forceActiveWindow(actWin->winId());
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from single_application/single_application.cpp:46:
/usr/include/KF5/KWindowSystem/kwindowsystem.h:206:17: note: declared here
  206 |     static void forceActiveWindow(WId win, long time = 0);
      |                 ^~~~~~~~~~~~~~~~~
g++ -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto 
-ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=gnu++11 -pthread -Wall -Wextra -dM -E -o moc_predefs.h 
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/data/dummy.cpp
/usr/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_SVG 
[too-long-redacted] ttings.hpp -o moc_gsettings.cpp
/usr/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_SVG 
[too-long-redacted] per.hpp -o moc_xatom_helper.cpp
/usr/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_SVG 
[too-long-redacted] p -o moc_single_application.cpp
/usr/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_SVG 
[too-long-redacted] _peer.hpp -o moc_local_peer.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] c_gsettings.o moc_gsettings.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] m_helper.o moc_xatom_helper.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] on.o moc_single_application.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fl 
[too-long-redacted] local_peer.o moc_local_peer.cpp
rm -f libkysdk-kabase.so.1.0.0 libkysdk-kabase.so libkysdk-kabase.so.1 
libkysdk-kabase.so.1.0
g++ -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -Wl 
[too-long-redacted] ibQt5Core.so -lGL -lpthread    
/usr/bin/x86_64-linux-gnu-ld.bfd: cannot find -lkysdk-log: No such file or 
directory
/usr/bin/x86_64-linux-gnu-ld.bfd: cannot find -lkysdk-config: No such file or 
directory
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:233: libkysdk-kabase.so.1.0.0] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/kysdk-kabase/kabase'
make[1]: *** [Makefile:182: sub-kysdk-kabase-kabase-make_first-ordered] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

Reply via email to