CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_LD_FLAGS
    LIB_DESTINATION


CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_LD_FLAGS
    LIB_DESTINATION


/var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/agent/listeneradapter.cpp: In member function ‘gboolean PolkitQt1::Agent::ListenerAdapter::polkit_qt_listener_initiate_authentication_finish(PolkitAgentListener*, GAsyncResult*, GError**)’:
/var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/agent/listeneradapter.cpp:99:46: warning: ‘gboolean g_simple_async_result_propagate_error(GSimpleAsyncResult*, GError**)’ is deprecated [-Wdeprecated-declarations]
   99 |     if (g_simple_async_result_propagate_error(simple, error)) {
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gio/gio.h:141,
                 from /usr/include/polkit-1/polkit/polkitactiondescription.h:30,
                 from /usr/include/polkit-1/polkit/polkit.h:30,
                 from /usr/include/polkit-1/polkitagent/polkitagentlistener.h:29,
                 from /usr/include/polkit-1/polkitagent/polkitagent.h:32,
                 from /var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/agent/listeneradapter.cpp:11:
/usr/include/glib-2.0/gio/gsimpleasyncresult.h:116:21: note: declared here
  116 | gboolean            g_simple_async_result_propagate_error  (GSimpleAsyncResult      *simple,
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/agent/polkitqtlistener.cpp: In function ‘void polkit_qt_listener_initiate_authentication(PolkitAgentListener*, const gchar*, const gchar*, const gchar*, PolkitDetails*, const gchar*, GList*, GCancellable*, GAsyncReadyCallback, gpointer)’:
/var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/agent/polkitqtlistener.cpp:111:59: warning: ‘GSimpleAsyncResult* g_simple_async_result_new(GObject*, GAsyncReadyCallback, gpointer, gpointer)’ is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations]
  111 |     GSimpleAsyncResult *result = g_simple_async_result_new((GObject *) listener, callback, user_data, agent_listener);
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gio/gio.h:141,
                 from /usr/include/polkit-1/polkit/polkitactiondescription.h:30,
                 from /usr/include/polkit-1/polkit/polkit.h:30,
                 from /usr/include/polkit-1/polkitagent/polkitagentlistener.h:29,
                 from /usr/include/polkit-1/polkitagent/polkitagent.h:32,
                 from /var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/agent/polkitqtlistener_p.h:16,
                 from /var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/agent/polkitqtlistener.cpp:10:
/usr/include/glib-2.0/gio/gsimpleasyncresult.h:48:21: note: declared here
   48 | GSimpleAsyncResult *g_simple_async_result_new              (GObject                 *source_object,
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/agent/polkitqt1-agent-session.cpp: In member function ‘void PolkitQt1::Agent::AsyncResult::setCompleted()’:
/var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/agent/polkitqt1-agent-session.cpp:147:35: warning: ‘void g_simple_async_result_complete(GSimpleAsyncResult*)’ is deprecated [-Wdeprecated-declarations]
  147 |     g_simple_async_result_complete(d->result);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from /usr/include/glib-2.0/gio/gio.h:141,
                 from /usr/include/polkit-1/polkit/polkitactiondescription.h:30,
                 from /usr/include/polkit-1/polkit/polkit.h:30,
                 from /usr/include/polkit-1/polkitagent/polkitagentlistener.h:29,
                 from /usr/include/polkit-1/polkitagent/polkitagent.h:32,
                 from /var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/agent/polkitqt1-agent-session.cpp:15:
/usr/include/glib-2.0/gio/gsimpleasyncresult.h:101:21: note: declared here
  101 | void                g_simple_async_result_complete         (GSimpleAsyncResult      *simple);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/agent/polkitqt1-agent-session.cpp: In member function ‘void PolkitQt1::Agent::AsyncResult::setError(const QString&)’:
/var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/agent/polkitqt1-agent-session.cpp:156:36: warning: ‘void g_simple_async_result_set_error(GSimpleAsyncResult*, GQuark, gint, const char*, ...)’ is deprecated [-Wdeprecated-declarations]
  156 |     g_simple_async_result_set_error(d->result, POLKIT_ERROR, POLKIT_ERROR_FAILED, "%s", text.toUtf8().data());
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gio/gsimpleasyncresult.h:119:21: note: declared here
  119 | void                g_simple_async_result_set_error        (GSimpleAsyncResult      *simple,
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/core/polkitqt1-authority.cpp: In member function ‘void PolkitQt1::Authority::Private::init()’:
/var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/core/polkitqt1-authority.cpp:232:21: warning: ‘QVariant::Type QVariant::type() const’ is deprecated: Use typeId() or metaType(). [-Wdeprecated-declarations]
  232 |         if (arg.type() == qMetaTypeId()) {
      |             ~~~~~~~~^~
In file included from /usr/include/qt6/QtCore/qlocale.h:7,
                 from /usr/include/qt6/QtCore/qcalendar.h:10,
                 from /usr/include/qt6/QtCore/qdatetime.h:8,
                 from /usr/include/qt6/QtCore/QDateTime:1,
                 from /var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/core/polkitqt1-temporaryauthorization.h:14,
                 from /var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/core/polkitqt1-authority.h:17,
                 from /var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/core/polkitqt1-authority.cpp:11:
/usr/include/qt6/QtCore/qvariant.h:433:10: note: declared here
  433 |     Type type() const
      |          ^~~~
/var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/agent/listeneradapter.cpp: In member function ‘gboolean PolkitQt1::Agent::ListenerAdapter::polkit_qt_listener_initiate_authentication_finish(PolkitAgentListener*, GAsyncResult*, GError**)’:
/var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/agent/listeneradapter.cpp:99:46: warning: ‘gboolean g_simple_async_result_propagate_error(GSimpleAsyncResult*, GError**)’ is deprecated [-Wdeprecated-declarations]
   99 |     if (g_simple_async_result_propagate_error(simple, error)) {
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gio/gio.h:141,
                 from /usr/include/polkit-1/polkit/polkitactiondescription.h:30,
                 from /usr/include/polkit-1/polkit/polkit.h:30,
                 from /usr/include/polkit-1/polkitagent/polkitagentlistener.h:29,
                 from /usr/include/polkit-1/polkitagent/polkitagent.h:32,
                 from /var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/agent/listeneradapter.cpp:11:
/usr/include/glib-2.0/gio/gsimpleasyncresult.h:116:21: note: declared here
  116 | gboolean            g_simple_async_result_propagate_error  (GSimpleAsyncResult      *simple,
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/agent/polkitqtlistener.cpp: In function ‘void polkit_qt_listener_initiate_authentication(PolkitAgentListener*, const gchar*, const gchar*, const gchar*, PolkitDetails*, const gchar*, GList*, GCancellable*, GAsyncReadyCallback, gpointer)’:
/var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/agent/polkitqtlistener.cpp:111:59: warning: ‘GSimpleAsyncResult* g_simple_async_result_new(GObject*, GAsyncReadyCallback, gpointer, gpointer)’ is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations]
  111 |     GSimpleAsyncResult *result = g_simple_async_result_new((GObject *) listener, callback, user_data, agent_listener);
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gio/gio.h:141,
                 from /usr/include/polkit-1/polkit/polkitactiondescription.h:30,
                 from /usr/include/polkit-1/polkit/polkit.h:30,
                 from /usr/include/polkit-1/polkitagent/polkitagentlistener.h:29,
                 from /usr/include/polkit-1/polkitagent/polkitagent.h:32,
                 from /var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/agent/polkitqtlistener_p.h:16,
                 from /var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/agent/polkitqtlistener.cpp:10:
/usr/include/glib-2.0/gio/gsimpleasyncresult.h:48:21: note: declared here
   48 | GSimpleAsyncResult *g_simple_async_result_new              (GObject                 *source_object,
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/agent/polkitqt1-agent-session.cpp: In member function ‘void PolkitQt1::Agent::AsyncResult::setCompleted()’:
/var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/agent/polkitqt1-agent-session.cpp:147:35: warning: ‘void g_simple_async_result_complete(GSimpleAsyncResult*)’ is deprecated [-Wdeprecated-declarations]
  147 |     g_simple_async_result_complete(d->result);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from /usr/include/glib-2.0/gio/gio.h:141,
                 from /usr/include/polkit-1/polkit/polkitactiondescription.h:30,
                 from /usr/include/polkit-1/polkit/polkit.h:30,
                 from /usr/include/polkit-1/polkitagent/polkitagentlistener.h:29,
                 from /usr/include/polkit-1/polkitagent/polkitagent.h:32,
                 from /var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/agent/polkitqt1-agent-session.cpp:15:
/usr/include/glib-2.0/gio/gsimpleasyncresult.h:101:21: note: declared here
  101 | void                g_simple_async_result_complete         (GSimpleAsyncResult      *simple);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/agent/polkitqt1-agent-session.cpp: In member function ‘void PolkitQt1::Agent::AsyncResult::setError(const QString&)’:
/var/pisi/polkit-qt-0.200.0-32/work/polkit-qt-1-0.200.0/agent/polkitqt1-agent-session.cpp:156:36: warning: ‘void g_simple_async_result_set_error(GSimpleAsyncResult*, GQuark, gint, const char*, ...)’ is deprecated [-Wdeprecated-declarations]
  156 |     g_simple_async_result_set_error(d->result, POLKIT_ERROR, POLKIT_ERROR_FAILED, "%s", text.toUtf8().data());
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gio/gsimpleasyncresult.h:119:21: note: declared here
  119 | void                g_simple_async_result_set_error        (GSimpleAsyncResult      *simple,
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~