From Will Pittenger, 8 Years ago, written in Plain Text.
Embed
  1. ++ Mark Compile start  : "polkit-qt-1" "0.112.0" "Mon, 06 Apr 2015 10:18:49 +0000"
  2. -- The C compiler identification is GNU 4.9.2
  3. -- The CXX compiler identification is GNU 4.9.2
  4. -- Check for working C compiler: /var/lib/lunar/compilers/gcc
  5. -- Check for working C compiler: /var/lib/lunar/compilers/gcc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Detecting C compile features
  9. -- Detecting C compile features - done
  10. -- Check for working CXX compiler: /var/lib/lunar/compilers/g++
  11. -- Check for working CXX compiler: /var/lib/lunar/compilers/g++ -- works
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Detecting CXX compile features
  15. -- Detecting CXX compile features - done
  16. -- Using Qt 4
  17. -- Looking for Q_WS_X11
  18. -- Looking for Q_WS_X11 - found
  19. -- Looking for Q_WS_WIN
  20. -- Looking for Q_WS_WIN - not found
  21. -- Looking for Q_WS_QWS
  22. -- Looking for Q_WS_QWS - not found
  23. -- Looking for Q_WS_MAC
  24. -- Looking for Q_WS_MAC - not found
  25. -- Found Qt4: /usr/bin/qmake (found suitable version "4.8.6", minimum required is "4.4.0")
  26. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
  27. -- checking for module 'polkit-gobject-1'
  28. --   found polkit-gobject-1, version 0.112
  29. -- checking for module 'polkit-agent-1'
  30. --   found polkit-agent-1, version 0.112
  31. -- checking for module 'glib-2.0'
  32. --   found glib-2.0, version 2.44.0
  33. -- Found GLIB2: /usr/lib64/libglib-2.0.so  
  34. -- Found Polkit: /usr/lib64/libpolkit-gobject-1.so  
  35. -- checking for module 'gobject-2.0'
  36. --   found gobject-2.0, version 2.44.0
  37. -- Found GOBJECT: /usr/lib64/libgobject-2.0.so;/usr/lib64/libgmodule-2.0.so;/usr/lib64/libgthread-2.0.so;/usr/lib64/libglib-2.0.so  
  38. -- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig
  39. -- gio include dir: /usr/include
  40. -- found gio main include dir: /usr/include/glib-2.0
  41. -- Found GIO: /usr/lib64/libgio-2.0.so  
  42. -- Looking for polkit_agent_listener_register
  43. -- Looking for polkit_agent_listener_register - found
  44. -- Looking for polkit_authority_get_sync
  45. -- Looking for polkit_authority_get_sync - found
  46. -- Configuring done
  47. -- Generating done
  48. -- Build files have been written to: /usr/src/polkit-qt-1-0.112.0/polkit-qt-1-oosb
  49. Scanning dependencies of target polkit-qt-core-1_automoc
  50. [  5%] Automatic moc for target polkit-qt-core-1
  51. Generating moc_polkitqt1-authority.cpp
  52. [  5%] Built target polkit-qt-core-1_automoc
  53. Scanning dependencies of target polkit-qt-core-1
  54. [ 10%] Building CXX object core/CMakeFiles/polkit-qt-core-1.dir/polkitqt1-authority.cpp.o
  55. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp: In member function 'void PolkitQt1::Authority::Private::init()':
  56. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp:171:5: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  57.      g_type_init();
  58.      ^
  59. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp:171:17: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  60.      g_type_init();
  61.                  ^
  62. [ 15%] Building CXX object core/CMakeFiles/polkit-qt-core-1.dir/polkitqt1-identity.cpp.o
  63. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-identity.cpp: In constructor 'PolkitQt1::Identity::Identity()':
  64. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-identity.cpp:55:5: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  65.      g_type_init();
  66.      ^
  67. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-identity.cpp:55:17: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  68.      g_type_init();
  69.                  ^
  70. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-identity.cpp: In constructor 'PolkitQt1::Identity::Identity(PolkitIdentity*)':
  71. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-identity.cpp:61:5: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  72.      g_type_init();
  73.      ^
  74. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-identity.cpp:61:17: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  75.      g_type_init();
  76.                  ^
  77. [ 21%] Building CXX object core/CMakeFiles/polkit-qt-core-1.dir/polkitqt1-subject.cpp.o
  78. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-subject.cpp: In constructor 'PolkitQt1::Subject::Subject()':
  79. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-subject.cpp:53:5: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  80.      g_type_init();
  81.      ^
  82. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-subject.cpp:53:17: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  83.      g_type_init();
  84.                  ^
  85. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-subject.cpp: In constructor 'PolkitQt1::Subject::Subject(PolkitSubject*)':
  86. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-subject.cpp:59:5: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  87.      g_type_init();
  88.      ^
  89. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-subject.cpp:59:17: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  90.      g_type_init();
  91.                  ^
  92. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-subject.cpp: In static member function 'static PolkitQt1::Subject PolkitQt1::Subject::fromString(const QString&)':
  93. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-subject.cpp:110:5: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  94.      g_type_init();
  95.      ^
  96. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-subject.cpp:110:17: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  97.      g_type_init();
  98.                  ^
  99. [ 26%] Building CXX object core/CMakeFiles/polkit-qt-core-1.dir/polkitqt1-temporaryauthorization.cpp.o
  100. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-temporaryauthorization.cpp: In constructor 'PolkitQt1::TemporaryAuthorization::TemporaryAuthorization(PolkitTemporaryAuthorization*)':
  101. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-temporaryauthorization.cpp:54:5: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  102.      g_type_init();
  103.      ^
  104. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-temporaryauthorization.cpp:54:17: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  105.      g_type_init();
  106.                  ^
  107. [ 31%] Building CXX object core/CMakeFiles/polkit-qt-core-1.dir/polkitqt1-details.cpp.o
  108. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-details.cpp: In constructor 'PolkitQt1::Details::Details()':
  109. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-details.cpp:55:5: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  110.      g_type_init();
  111.      ^
  112. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-details.cpp:55:17: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  113.      g_type_init();
  114.                  ^
  115. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-details.cpp: In constructor 'PolkitQt1::Details::Details(PolkitDetails*)':
  116. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-details.cpp:62:5: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  117.      g_type_init();
  118.      ^
  119. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-details.cpp:62:17: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  120.      g_type_init();
  121.                  ^
  122. [ 36%] Building CXX object core/CMakeFiles/polkit-qt-core-1.dir/polkitqt1-actiondescription.cpp.o
  123. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-actiondescription.cpp: In constructor 'PolkitQt1::ActionDescription::ActionDescription(PolkitActionDescription*)':
  124. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-actiondescription.cpp:71:5: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  125.      g_type_init();
  126.      ^
  127. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-actiondescription.cpp:71:17: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  128.      g_type_init();
  129.                  ^
  130. [ 42%] Building CXX object core/CMakeFiles/polkit-qt-core-1.dir/polkit-qt-core-1_automoc.cpp.o
  131. Linking CXX shared library libpolkit-qt-core-1.so
  132. [ 42%] Built target polkit-qt-core-1
  133. Scanning dependencies of target polkit-qt-gui-1_automoc
  134. [ 47%] Automatic moc for target polkit-qt-gui-1
  135. Generating moc_polkitqt1-gui-action.cpp
  136. Generating moc_polkitqt1-gui-actionbutton.cpp
  137. Generating moc_polkitqt1-gui-actionbuttons.cpp
  138. [ 47%] Built target polkit-qt-gui-1_automoc
  139. Scanning dependencies of target polkit-qt-gui-1
  140. [ 52%] Building CXX object gui/CMakeFiles/polkit-qt-gui-1.dir/polkitqt1-gui-action.cpp.o
  141. [ 57%] Building CXX object gui/CMakeFiles/polkit-qt-gui-1.dir/polkitqt1-gui-actionbutton.cpp.o
  142. [ 63%] Building CXX object gui/CMakeFiles/polkit-qt-gui-1.dir/polkitqt1-gui-actionbuttons.cpp.o
  143. [ 68%] Building CXX object gui/CMakeFiles/polkit-qt-gui-1.dir/polkit-qt-gui-1_automoc.cpp.o
  144. Linking CXX shared library libpolkit-qt-gui-1.so
  145. [ 68%] Built target polkit-qt-gui-1
  146. Scanning dependencies of target polkit-qt-agent-1_automoc
  147. [ 73%] Automatic moc for target polkit-qt-agent-1
  148. Generating moc_listeneradapter_p.cpp
  149. Generating moc_polkitqt1-agent-listener.cpp
  150. Generating moc_polkitqt1-agent-session.cpp
  151. [ 73%] Built target polkit-qt-agent-1_automoc
  152. Scanning dependencies of target polkit-qt-agent-1
  153. [ 78%] Building CXX object agent/CMakeFiles/polkit-qt-agent-1.dir/polkitqt1-agent-session.cpp.o
  154. [ 84%] Building CXX object agent/CMakeFiles/polkit-qt-agent-1.dir/polkitqt1-agent-listener.cpp.o
  155. /usr/src/polkit-qt-1-0.112.0/agent/polkitqt1-agent-listener.cpp: In constructor 'PolkitQt1::Agent::Listener::Listener(QObject*)':
  156. /usr/src/polkit-qt-1-0.112.0/agent/polkitqt1-agent-listener.cpp:50:5: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  157.      g_type_init();
  158.      ^
  159. /usr/src/polkit-qt-1-0.112.0/agent/polkitqt1-agent-listener.cpp:50:17: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  160.      g_type_init();
  161.                  ^
  162. /usr/src/polkit-qt-1-0.112.0/agent/polkitqt1-agent-listener.cpp: In constructor 'PolkitQt1::Agent::Listener::Listener(PolkitAgentListener*, QObject*)':
  163. /usr/src/polkit-qt-1-0.112.0/agent/polkitqt1-agent-listener.cpp:62:5: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  164.      g_type_init();
  165.      ^
  166. /usr/src/polkit-qt-1-0.112.0/agent/polkitqt1-agent-listener.cpp:62:17: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  167.      g_type_init();
  168.                  ^
  169. [ 89%] Building CXX object agent/CMakeFiles/polkit-qt-agent-1.dir/listeneradapter.cpp.o
  170. [ 94%] Building CXX object agent/CMakeFiles/polkit-qt-agent-1.dir/polkitqtlistener.cpp.o
  171. /usr/src/polkit-qt-1-0.112.0/agent/polkitqtlistener.cpp: In function 'void polkit_qt_listener_init(PolkitQtListener*)':
  172. /usr/src/polkit-qt-1-0.112.0/agent/polkitqtlistener.cpp:66:5: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  173.      g_type_init();
  174.      ^
  175. /usr/src/polkit-qt-1-0.112.0/agent/polkitqtlistener.cpp:66:17: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  176.      g_type_init();
  177.                  ^
  178. [100%] Building CXX object agent/CMakeFiles/polkit-qt-agent-1.dir/polkit-qt-agent-1_automoc.cpp.o
  179. Linking CXX shared library libpolkit-qt-agent-1.so
  180. [100%] Built target polkit-qt-agent-1
  181. [  5%] Automatic moc for target polkit-qt-core-1
  182. [  5%] Built target polkit-qt-core-1_automoc
  183. [ 42%] Built target polkit-qt-core-1
  184. [ 47%] Automatic moc for target polkit-qt-gui-1
  185. [ 47%] Built target polkit-qt-gui-1_automoc
  186. [ 68%] Built target polkit-qt-gui-1
  187. [ 73%] Automatic moc for target polkit-qt-agent-1
  188. [ 73%] Built target polkit-qt-agent-1_automoc
  189. [100%] Built target polkit-qt-agent-1
  190. Install the project...
  191. -- Install configuration: "RELEASE"
  192. -- Installing: /usr/include/polkit-qt-1/polkitqt1-gui-action.h
  193. -- Installing: /usr/include/polkit-qt-1/polkitqt1-gui-actionbutton.h
  194. -- Installing: /usr/include/polkit-qt-1/polkitqt1-gui-actionbuttons.h
  195. -- Installing: /usr/include/polkit-qt-1/polkitqt1-authority.h
  196. -- Installing: /usr/include/polkit-qt-1/polkitqt1-details.h
  197. -- Installing: /usr/include/polkit-qt-1/polkitqt1-identity.h
  198. -- Installing: /usr/include/polkit-qt-1/polkitqt1-subject.h
  199. -- Installing: /usr/include/polkit-qt-1/polkitqt1-temporaryauthorization.h
  200. -- Installing: /usr/include/polkit-qt-1/polkitqt1-actiondescription.h
  201. -- Installing: /usr/include/polkit-qt-1/polkitqt1-agent-listener.h
  202. -- Installing: /usr/include/polkit-qt-1/polkitqt1-agent-session.h
  203. -- Installing: /usr/include/polkit-qt-1/polkitqt1-version.h
  204. -- Installing: /usr/include/polkit-qt-1/polkitqt1-export.h
  205. -- Installing: /usr/include/polkit-qt-1/PolkitQt1/Authority
  206. -- Installing: /usr/include/polkit-qt-1/PolkitQt1/Details
  207. -- Installing: /usr/include/polkit-qt-1/PolkitQt1/Identity
  208. -- Installing: /usr/include/polkit-qt-1/PolkitQt1/Subject
  209. -- Installing: /usr/include/polkit-qt-1/PolkitQt1/TemporaryAuthorization
  210. -- Installing: /usr/include/polkit-qt-1/PolkitQt1/ActionDescription
  211. -- Installing: /usr/include/polkit-qt-1/PolkitQt1/Gui/Action
  212. -- Installing: /usr/include/polkit-qt-1/PolkitQt1/Gui/ActionButton
  213. -- Installing: /usr/include/polkit-qt-1/PolkitQt1/Gui/ActionButtons
  214. -- Installing: /usr/include/polkit-qt-1/PolkitQt1/Agent/Listener
  215. -- Installing: /usr/include/polkit-qt-1/PolkitQt1/Agent/Session
  216. -- Installing: /usr/lib64/pkgconfig/polkit-qt-1.pc
  217. -- Installing: /usr/lib64/pkgconfig/polkit-qt-core-1.pc
  218. -- Installing: /usr/lib64/pkgconfig/polkit-qt-gui-1.pc
  219. -- Installing: /usr/lib64/pkgconfig/polkit-qt-agent-1.pc
  220. -- Installing: /usr/lib64/cmake/PolkitQt-1/PolkitQt-1Config.cmake
  221. -- Installing: /usr/lib64/cmake/PolkitQt-1/PolkitQt-1ConfigVersion.cmake
  222. -- Installing: /usr/lib64/cmake/PolkitQt-1/PolkitQt-1Targets.cmake
  223. -- Installing: /usr/lib64/cmake/PolkitQt-1/PolkitQt-1Targets-release.cmake
  224. -- Installing: /usr/lib64/libpolkit-qt-core-1.so.1.112.0
  225. -- Installing: /usr/lib64/libpolkit-qt-core-1.so.1
  226. -- Installing: /usr/lib64/libpolkit-qt-core-1.so
  227. -- Removed runtime path from "/usr/lib64/libpolkit-qt-core-1.so.1.112.0"
  228. -- Installing: /usr/lib64/libpolkit-qt-gui-1.so.1.112.0
  229. -- Installing: /usr/lib64/libpolkit-qt-gui-1.so.1
  230. -- Installing: /usr/lib64/libpolkit-qt-gui-1.so
  231. -- Removed runtime path from "/usr/lib64/libpolkit-qt-gui-1.so.1.112.0"
  232. -- Installing: /usr/lib64/libpolkit-qt-agent-1.so.1.112.0
  233. -- Installing: /usr/lib64/libpolkit-qt-agent-1.so.1
  234. -- Installing: /usr/lib64/libpolkit-qt-agent-1.so
  235. -- Removed runtime path from "/usr/lib64/libpolkit-qt-agent-1.so.1.112.0"
  236. mkdir: cannot create directory '/usr/src/polkit-qt-1-0.112.0/polkit-qt-1-oosb': File exists
  237. -- Using Qt 5
  238. -- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig
  239. -- gio include dir: /usr/include
  240. -- found gio main include dir: /usr/include/glib-2.0
  241. -- Configuring done
  242. -- Generating done
  243. -- Build files have been written to: /usr/src/polkit-qt-1-0.112.0/polkit-qt-1-oosb
  244. Scanning dependencies of target polkit-qt5-core-1_automoc
  245. [  5%] Automatic moc for target polkit-qt5-core-1
  246. Generating moc_polkitqt1-authority.cpp
  247. [  5%] Built target polkit-qt5-core-1_automoc
  248. Scanning dependencies of target polkit-qt5-core-1
  249. [ 10%] Building CXX object core/CMakeFiles/polkit-qt5-core-1.dir/polkitqt1-authority.cpp.o
  250. ++ Mark Compile stop   : "polkit-qt-1" "0.112.0" "Mon, 06 Apr 2015 10:19:10 +0000"
  251. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp:97:27: error: 'QDBusMessage' does not name a type
  252.      void dbusFilter(const QDBusMessage &message);
  253.                            ^
  254. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp:106:5: error: 'QDBusConnection' does not name a type
  255.      QDBusConnection *m_systemBus;
  256.      ^
  257. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp: In member function 'void PolkitQt1::Authority::Private::init()':
  258. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp:168:5: error: 'QDBusError' was not declared in this scope
  259.      QDBusError error;
  260.      ^
  261. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp:169:16: error: expected ';' before 'dbus_error'
  262.      QDBusError dbus_error;
  263.                 ^
  264. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp:171:5: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  265.      g_type_init();
  266.      ^
  267. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp:171:17: warning: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
  268.      g_type_init();
  269.                  ^
  270. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp:221:5: error: 'QDBusMessage' was not declared in this scope
  271.      QDBusMessage msg = QDBusMessage::createMethodCall(consoleKitService, consoleKitManagerPath, consoleKitManagerInterface, "GetSeats");
  272.      ^
  273. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp:222:5: error: 'msg' was not declared in this scope
  274.      msg = QDBusConnection::systemBus().call(msg);
  275.      ^
  276. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp:222:11: error: 'QDBusConnection' has not been declared
  277.      msg = QDBusConnection::systemBus().call(msg);
  278.            ^
  279. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp:226:23: error: 'QDBusArgument' was not declared in this scope
  280.          qVariantValue<QDBusArgument> (msg.arguments()[0]) >> seats;
  281.                        ^
  282. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp: In member function 'void PolkitQt1::Authority::Private::dbusSignalAdd(const QString&, const QString&, const QString&, const QString&)':
  283. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp:259:5: error: 'QDBusConnection' has not been declared
  284.      QDBusConnection::systemBus().connect(service, path, interface, name,
  285.      ^
  286. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp: At global scope:
  287. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp:263:43: error: 'QDBusMessage' does not name a type
  288.  void Authority::Private::dbusFilter(const QDBusMessage &message)
  289.                                            ^
  290. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp: In member function 'void PolkitQt1::Authority::Private::dbusFilter(const int&)':
  291. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp:265:17: error: request for member 'type' in 'message', which is of non-class type 'const int'
  292.      if (message.type() == QDBusMessage::SignalMessage) {
  293.                  ^
  294. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp:265:27: error: 'QDBusMessage' has not been declared
  295.      if (message.type() == QDBusMessage::SignalMessage) {
  296.                            ^
  297. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp:269:21: error: request for member 'member' in 'message', which is of non-class type 'const int'
  298.          if (message.member() == "SeatAdded") {
  299.                      ^
  300. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp:270:46: error: 'QDBusObjectPath' was not declared in this scope
  301.              seatSignalsConnect(qVariantValue<QDBusObjectPath> (message.arguments()[0]).path());
  302.                                               ^
  303. /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp:270:72: error: request for member 'arguments' in 'message', which is of non-class type 'const int'
  304.              seatSignalsConnect(qVariantValue<QDBusObjectPath> (message.arguments()[0]).path());
  305.                                                                         ^
  306. In file included from /usr/src/polkit-qt-1-0.112.0/core/polkitqt1-authority.cpp:856:0:
  307. /usr/src/polkit-qt-1-0.112.0/polkit-qt-1-oosb/core/moc_polkitqt1-authority.cpp: In static member function 'static void PolkitQt1::Authority::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)':
  308. /usr/src/polkit-qt-1-0.112.0/polkit-qt-1-oosb/core/moc_polkitqt1-authority.cpp:173:62: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
  309.          case 10: _t->d->dbusFilter((*reinterpret_cast< const QDBusMessage(*)>(_a[1]))); break;
  310.                                                               ^
  311. /usr/src/polkit-qt-1-0.112.0/polkit-qt-1-oosb/core/moc_polkitqt1-authority.cpp:173:62: error: expected '>' before 'QDBusMessage'
  312. /usr/src/polkit-qt-1-0.112.0/polkit-qt-1-oosb/core/moc_polkitqt1-authority.cpp:173:62: error: expected '(' before 'QDBusMessage'
  313. /usr/src/polkit-qt-1-0.112.0/polkit-qt-1-oosb/core/moc_polkitqt1-authority.cpp:173:76: error: expected primary-expression before ')' token
  314.          case 10: _t->d->dbusFilter((*reinterpret_cast< const QDBusMessage(*)>(_a[1]))); break;
  315.                                                                             ^
  316. /usr/src/polkit-qt-1-0.112.0/polkit-qt-1-oosb/core/moc_polkitqt1-authority.cpp:173:76: error: 'QDBusMessage' was not declared in this scope
  317. core/CMakeFiles/polkit-qt5-core-1.dir/build.make:54: recipe for target 'core/CMakeFiles/polkit-qt5-core-1.dir/polkitqt1-authority.cpp.o' failed
  318. make[2]: *** [core/CMakeFiles/polkit-qt5-core-1.dir/polkitqt1-authority.cpp.o] Error 1
  319. CMakeFiles/Makefile2:137: recipe for target 'core/CMakeFiles/polkit-qt5-core-1.dir/all' failed
  320. make[1]: *** [core/CMakeFiles/polkit-qt5-core-1.dir/all] Error 2
  321. Makefile:136: recipe for target 'all' failed
  322. make: *** [all] Error 2