Advertisement
Guest User

Untitled

a guest
Jun 15th, 2017
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.96 KB | None | 0 0
  1. ==> Making package: libjson-rpc-cpp-git 0.7.0.r4.g781ed34-1 (Thu Jun 15 14:25:18 EDT 2017)
  2. ==> Checking runtime dependencies...
  3. ==> Checking buildtime dependencies...
  4. ==> Retrieving sources...
  5. -> Cloning libjson-rpc-cpp git repo...
  6. Cloning into bare repository '/var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/libjson-rpc-cpp'...
  7. ==> Validating source files with sha256sums...
  8. libjson-rpc-cpp ... Skipped
  9. ==> Extracting sources...
  10. -> Creating working copy of libjson-rpc-cpp git repo...
  11. Cloning into 'libjson-rpc-cpp'...
  12. done.
  13. ==> Starting prepare()...
  14. ==> Starting pkgver()...
  15. ==> Updated version: libjson-rpc-cpp-git 0.7.0.r42.gc2453c9-1
  16. ==> Starting build()...
  17. -> Creating build directories
  18. -> Invoking cmake
  19. Could not find catch, downloading it now
  20. -> Building the framework
  21. In file included from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/common/specificationparser.cpp:10:0:
  22. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/common/specificationparser.h:21:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  23. static std::vector<Procedure> GetProceduresFromFile(const std::string& filename) throw (JsonRpcException);
  24. ^~~~~
  25. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/common/specificationparser.h:22:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  26. static std::vector<Procedure> GetProceduresFromString(const std::string& spec) throw (JsonRpcException);
  27. ^~~~~
  28. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/common/specificationparser.cpp:18:90: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  29. vector<Procedure> SpecificationParser::GetProceduresFromFile (const string &filename) throw(JsonRpcException)
  30. ^~~~~
  31. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/common/specificationparser.cpp:24:89: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  32. vector<Procedure> SpecificationParser::GetProceduresFromString(const string &content) throw(JsonRpcException)
  33. ^~~~~
  34. In file included from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.h:13:0,
  35. from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.cpp:10:
  36. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/iclientconnector.h:23:90: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  37. virtual void SendRPCMessage(const std::string& message, std::string& result) throw(JsonRpcException) = 0;
  38. ^~~~~
  39. In file included from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.h:13:0,
  40. from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/rpcprotocolclient.h:16,
  41. from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/batchcall.cpp:11:
  42. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/iclientconnector.h:23:90: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  43. virtual void SendRPCMessage(const std::string& message, std::string& result) throw(JsonRpcException) = 0;
  44. ^~~~~
  45. In file included from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.cpp:10:0:
  46. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.h:33:122: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  47. void CallMethod (const std::string &name, const Json::Value &parameter, Json::Value& result) throw (JsonRpcException);
  48. ^~~~~
  49. In file included from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.cpp:10:0:
  50. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.h:34:101: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  51. Json::Value CallMethod (const std::string &name, const Json::Value &parameter) throw (JsonRpcException);
  52. ^~~~~
  53. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.h:36:98: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  54. void CallProcedures (const BatchCall &calls, BatchResponse &response) throw (JsonRpcException);
  55. ^~~~~
  56. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.h:37:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  57. BatchResponse CallProcedures (const BatchCall &calls) throw (JsonRpcException);
  58. ^~~~~
  59. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.h:39:101: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  60. void CallNotification (const std::string& name, const Json::Value& parameter) throw (JsonRpcException);
  61. ^~~~~
  62. In file included from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.cpp:11:0:
  63. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/rpcprotocolclient.h:53:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  64. void HandleResponse(const std::string &response, Json::Value &result) throw (JsonRpcException);
  65. ^~~~~
  66. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/rpcprotocolclient.h:61:90: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  67. Json::Value HandleResponse(const Json::Value &response, Json::Value &result) throw (JsonRpcException);
  68. ^~~~~
  69. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.cpp:26:101: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  70. void Client::CallMethod(const std::string &name, const Json::Value &parameter, Json::Value& result) throw(JsonRpcException)
  71. ^~~~~
  72. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.cpp:34:76: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  73. void Client::CallProcedures(const BatchCall &calls, BatchResponse &result) throw(JsonRpcException)
  74. ^~~~~
  75. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.cpp:67:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  76. BatchResponse Client::CallProcedures(const BatchCall &calls) throw(JsonRpcException)
  77. ^~~~~
  78. In file included from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/rpcprotocolclient.h:16:0,
  79. from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/batchcall.cpp:11:
  80. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.h:33:122: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  81. void CallMethod (const std::string &name, const Json::Value &parameter, Json::Value& result) throw (JsonRpcException);
  82. ^~~~~
  83. In file included from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/rpcprotocolclient.h:16:0,
  84. from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/batchcall.cpp:11:
  85. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.h:34:101: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  86. Json::Value CallMethod (const std::string &name, const Json::Value &parameter) throw (JsonRpcException);
  87. ^~~~~
  88. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.h:36:98: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  89. void CallProcedures (const BatchCall &calls, BatchResponse &response) throw (JsonRpcException);
  90. ^~~~~
  91. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.h:37:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  92. BatchResponse CallProcedures (const BatchCall &calls) throw (JsonRpcException);
  93. ^~~~~
  94. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.h:39:101: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  95. void CallNotification (const std::string& name, const Json::Value& parameter) throw (JsonRpcException);
  96. ^~~~~
  97. In file included from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/batchcall.cpp:11:0:
  98. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/rpcprotocolclient.h:53:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  99. void HandleResponse(const std::string &response, Json::Value &result) throw (JsonRpcException);
  100. ^~~~~
  101. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/rpcprotocolclient.h:61:90: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  102. Json::Value HandleResponse(const Json::Value &response, Json::Value &result) throw (JsonRpcException);
  103. ^~~~~
  104. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.cpp:74:87: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  105. Json::Value Client::CallMethod(const std::string& name, const Json::Value& parameter) throw(JsonRpcException)
  106. ^~~~~
  107. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.cpp:81:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  108. void Client::CallNotification(const std::string& name, const Json::Value& parameter) throw(JsonRpcException)
  109. ^~~~~
  110. In file included from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.h:13:0,
  111. from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/rpcprotocolclient.h:16,
  112. from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/rpcprotocolclient.cpp:10:
  113. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/iclientconnector.h:23:90: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  114. virtual void SendRPCMessage(const std::string& message, std::string& result) throw(JsonRpcException) = 0;
  115. ^~~~~
  116. In file included from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/rpcprotocolclient.h:16:0,
  117. from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/rpcprotocolclient.cpp:10:
  118. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.h:33:122: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  119. void CallMethod (const std::string &name, const Json::Value &parameter, Json::Value& result) throw (JsonRpcException);
  120. ^~~~~
  121. In file included from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/rpcprotocolclient.h:16:0,
  122. from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/rpcprotocolclient.cpp:10:
  123. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.h:34:101: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  124. Json::Value CallMethod (const std::string &name, const Json::Value &parameter) throw (JsonRpcException);
  125. ^~~~~
  126. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.h:36:98: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  127. void CallProcedures (const BatchCall &calls, BatchResponse &response) throw (JsonRpcException);
  128. ^~~~~
  129. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.h:37:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  130. BatchResponse CallProcedures (const BatchCall &calls) throw (JsonRpcException);
  131. ^~~~~
  132. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/client.h:39:101: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  133. void CallNotification (const std::string& name, const Json::Value& parameter) throw (JsonRpcException);
  134. ^~~~~
  135. In file included from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/rpcprotocolclient.cpp:10:0:
  136. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/rpcprotocolclient.h:53:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  137. void HandleResponse(const std::string &response, Json::Value &result) throw (JsonRpcException);
  138. ^~~~~
  139. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/rpcprotocolclient.h:61:90: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  140. Json::Value HandleResponse(const Json::Value &response, Json::Value &result) throw (JsonRpcException);
  141. ^~~~~
  142. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/rpcprotocolclient.cpp:39:90: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  143. void RpcProtocolClient::HandleResponse(const std::string &response, Json::Value& result) throw(JsonRpcException)
  144. ^~~~~
  145. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/rpcprotocolclient.cpp:53:94: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  146. Json::Value RpcProtocolClient::HandleResponse(const Json::Value &value, Json::Value &result) throw(JsonRpcException)
  147. ^~~~~
  148. In file included from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/connectors/httpclient.h:13:0,
  149. from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/connectors/httpclient.cpp:10:
  150. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/connectors/../iclientconnector.h:23:90: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  151. virtual void SendRPCMessage(const std::string& message, std::string& result) throw(JsonRpcException) = 0;
  152. ^~~~~
  153. In file included from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/connectors/httpclient.cpp:10:0:
  154. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/connectors/httpclient.h:23:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  155. HttpClient(const std::string& url) throw (JsonRpcException);
  156. ^~~~~
  157. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/connectors/httpclient.h:25:90: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  158. virtual void SendRPCMessage(const std::string& message, std::string& result) throw (JsonRpcException);
  159. ^~~~~
  160. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/connectors/httpclient.cpp:56:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  161. HttpClient::HttpClient(const std::string& url) throw(JsonRpcException)
  162. ^~~~~
  163. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/connectors/httpclient.cpp:68:82: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  164. void HttpClient::SendRPCMessage(const std::string& message, std::string& result) throw (JsonRpcException)
  165. ^~~~~
  166. In file included from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/connectors/unixdomainsocketclient.h:13:0,
  167. from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/connectors/unixdomainsocketclient.cpp:10:
  168. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/connectors/../iclientconnector.h:23:90: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  169. virtual void SendRPCMessage(const std::string& message, std::string& result) throw(JsonRpcException) = 0;
  170. ^~~~~
  171. In file included from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/connectors/unixdomainsocketclient.cpp:10:0:
  172. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/connectors/unixdomainsocketclient.h:23:81: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  173. virtual void SendRPCMessage(const std::string& message, std::string& result) throw (JsonRpcException);
  174. ^~~~~
  175. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/connectors/unixdomainsocketclient.cpp:39:94: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  176. void UnixDomainSocketClient::SendRPCMessage(const std::string& message, std::string& result) throw (JsonRpcException)
  177. ^~~~~
  178. In file included from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/connectors/filedescriptorclient.h:13:0,
  179. from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/connectors/filedescriptorclient.cpp:10:
  180. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/connectors/../iclientconnector.h:23:90: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  181. virtual void SendRPCMessage(const std::string& message, std::string& result) throw(JsonRpcException) = 0;
  182. ^~~~~
  183. In file included from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/connectors/filedescriptorclient.cpp:10:0:
  184. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/connectors/filedescriptorclient.h:23:84: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  185. virtual void SendRPCMessage(const std::string& message, std::string& result) throw (JsonRpcException);
  186. ^~~~~
  187. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/client/connectors/filedescriptorclient.cpp:40:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  188. std::string& result) throw (JsonRpcException)
  189. ^~~~~
  190. In file included from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/stubgenerator/stubgenerator.cpp:12:0:
  191. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/stubgenerator/../jsonrpccpp/common/specificationparser.h:21:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  192. static std::vector<Procedure> GetProceduresFromFile(const std::string& filename) throw (JsonRpcException);
  193. ^~~~~
  194. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/stubgenerator/../jsonrpccpp/common/specificationparser.h:22:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  195. static std::vector<Procedure> GetProceduresFromString(const std::string& spec) throw (JsonRpcException);
  196. ^~~~~
  197. /usr/bin/ld: /usr/local/lib/libcurl.a(easy.c.o): relocation R_X86_64_32S against symbol `malloc@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC
  198. /usr/bin/ld: /usr/local/lib/libcurl.a(connect.c.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC
  199. /usr/bin/ld: /usr/local/lib/libcurl.a(multi.c.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
  200. /usr/bin/ld: /usr/local/lib/libcurl.a(strerror.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  201. /usr/bin/ld: /usr/local/lib/libcurl.a(inet_ntop.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  202. /usr/bin/ld: /usr/local/lib/libcurl.a(sslgen.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  203. /usr/bin/ld: /usr/local/lib/libcurl.a(rawstr.c.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
  204. /usr/bin/ld: /usr/local/lib/libcurl.a(conncache.c.o): relocation R_X86_64_32 against `.text' can not be used when making a shared object; recompile with -fPIC
  205. /usr/bin/ld: /usr/local/lib/libcurl.a(pipeline.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  206. /usr/bin/ld: /usr/local/lib/libcurl.a(hostip.c.o): relocation R_X86_64_32 against undefined symbol `curl_jmpenv' can not be used when making a shared object; recompile with -fPIC
  207. /usr/bin/ld: /usr/local/lib/libcurl.a(progress.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  208. /usr/bin/ld: /usr/local/lib/libcurl.a(cookie.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  209. /usr/bin/ld: /usr/local/lib/libcurl.a(http.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  210. /usr/bin/ld: /usr/local/lib/libcurl.a(sendf.c.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
  211. /usr/bin/ld: /usr/local/lib/libcurl.a(url.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  212. /usr/bin/ld: /usr/local/lib/libcurl.a(speedcheck.c.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC
  213. /usr/bin/ld: /usr/local/lib/libcurl.a(ssluse.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  214. /usr/bin/ld: /usr/local/lib/libcurl.a(escape.c.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
  215. /usr/bin/ld: /usr/local/lib/libcurl.a(mprintf.c.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
  216. /usr/bin/ld: /usr/local/lib/libcurl.a(netrc.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  217. /usr/bin/ld: /usr/local/lib/libcurl.a(getinfo.c.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
  218. /usr/bin/ld: /usr/local/lib/libcurl.a(transfer.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  219. /usr/bin/ld: /usr/local/lib/libcurl.a(wildcard.c.o): relocation R_X86_64_32 against symbol `Curl_fileinfo_dtor' can not be used when making a shared object; recompile with -fPIC
  220. /usr/bin/ld: /usr/local/lib/libcurl.a(http_chunks.c.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
  221. /usr/bin/ld: /usr/local/lib/libcurl.a(hash.c.o): relocation R_X86_64_32 against `.text' can not be used when making a shared object; recompile with -fPIC
  222. /usr/bin/ld: /usr/local/lib/libcurl.a(content_encoding.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  223. /usr/bin/ld: /usr/local/lib/libcurl.a(share.c.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
  224. /usr/bin/ld: /usr/local/lib/libcurl.a(http_digest.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  225. /usr/bin/ld: /usr/local/lib/libcurl.a(hostip4.c.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC
  226. /usr/bin/ld: /usr/local/lib/libcurl.a(parsedate.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  227. /usr/bin/ld: /usr/local/lib/libcurl.a(socks.c.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC
  228. /usr/bin/ld: /usr/local/lib/libcurl.a(imap.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  229. /usr/bin/ld: /usr/local/lib/libcurl.a(pop3.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  230. /usr/bin/ld: /usr/local/lib/libcurl.a(smtp.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  231. /usr/bin/ld: /usr/local/lib/libcurl.a(pingpong.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  232. /usr/bin/ld: /usr/local/lib/libcurl.a(rtsp.c.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC
  233. /usr/bin/ld: /usr/local/lib/libcurl.a(gopher.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  234. /usr/bin/ld: /usr/local/lib/libcurl.a(http_proxy.c.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC
  235. /usr/bin/ld: /usr/local/lib/libcurl.a(curl_ntlm.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  236. /usr/bin/ld: /usr/local/lib/libcurl.a(curl_ntlm_msgs.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  237. /usr/bin/ld: /usr/local/lib/libcurl.a(curl_sasl.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  238. /usr/bin/ld: /usr/local/lib/libcurl.a(hostcheck.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  239. /usr/bin/ld: /usr/local/lib/libcurl.a(bundles.c.o): relocation R_X86_64_32 against `.text' can not be used when making a shared object; recompile with -fPIC
  240. /usr/bin/ld: /usr/local/lib/libcurl.a(dotdot.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  241. /usr/bin/ld: /usr/local/lib/libcurl.a(base64.c.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
  242. /usr/bin/ld: /usr/local/lib/libcurl.a(formdata.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  243. /usr/bin/ld: /usr/local/lib/libcurl.a(ftp.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  244. /usr/bin/ld: /usr/local/lib/libcurl.a(ftplistparser.c.o): relocation R_X86_64_32 against symbol `Curl_fnmatch' can not be used when making a shared object; recompile with -fPIC
  245. /usr/bin/ld: /usr/local/lib/libcurl.a(hmac.c.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
  246. /usr/bin/ld: /usr/local/lib/libcurl.a(curl_ntlm_core.c.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
  247. /usr/bin/ld: /usr/local/lib/libcurl.a(curl_fnmatch.c.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
  248. /usr/bin/ld: final link failed: Nonrepresentable section on output
  249. collect2: error: ld returned 1 exit status
  250. make[2]: *** [src/jsonrpccpp/CMakeFiles/jsonrpcclient.dir/build.make:254: lib/libjsonrpccpp-client.so.0.7.0] Error 1
  251. make[1]: *** [CMakeFiles/Makefile2:209: src/jsonrpccpp/CMakeFiles/jsonrpcclient.dir/all] Error 2
  252. make[1]: *** Waiting for unfinished jobs....
  253. In file included from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/stubgenerator/stubgeneratorfactory.cpp:11:0:
  254. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/stubgenerator/../jsonrpccpp/common/specificationparser.h:21:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  255. static std::vector<Procedure> GetProceduresFromFile(const std::string& filename) throw (JsonRpcException);
  256. ^~~~~
  257. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/stubgenerator/../jsonrpccpp/common/specificationparser.h:22:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  258. static std::vector<Procedure> GetProceduresFromString(const std::string& spec) throw (JsonRpcException);
  259. ^~~~~
  260. In file included from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/server/connectors/httpserver.cpp:14:0:
  261. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/../jsonrpccpp/common/specificationparser.h:21:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  262. static std::vector<Procedure> GetProceduresFromFile(const std::string& filename) throw (JsonRpcException);
  263. ^~~~~
  264. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/../jsonrpccpp/common/specificationparser.h:22:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  265. static std::vector<Procedure> GetProceduresFromString(const std::string& spec) throw (JsonRpcException);
  266. ^~~~~
  267. In file included from /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/server/connectors/unixdomainsocketserver.cpp:15:0:
  268. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/../jsonrpccpp/common/specificationparser.h:21:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  269. static std::vector<Procedure> GetProceduresFromFile(const std::string& filename) throw (JsonRpcException);
  270. ^~~~~
  271. /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/src/jsonrpccpp/../jsonrpccpp/common/specificationparser.h:22:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  272. static std::vector<Procedure> GetProceduresFromString(const std::string& spec) throw (JsonRpcException);
  273. ^~~~~
  274. make: *** [Makefile:163: all] Error 2
  275. ==> ERROR: A failure occurred in build().
  276. Aborting...
  277.  
  278. -- The C compiler identification is GNU 7.1.1
  279. -- The CXX compiler identification is GNU 7.1.1
  280. -- Check for working C compiler: /usr/lib/hardening-wrapper/bin/cc
  281. -- Check for working C compiler: /usr/lib/hardening-wrapper/bin/cc -- works
  282. -- Detecting C compiler ABI info
  283. -- Detecting C compiler ABI info - done
  284. -- Detecting C compile features
  285. -- Detecting C compile features - done
  286. -- Check for working CXX compiler: /usr/lib/hardening-wrapper/bin/c++
  287. -- Check for working CXX compiler: /usr/lib/hardening-wrapper/bin/c++ -- works
  288. -- Detecting CXX compiler ABI info
  289. -- Detecting CXX compiler ABI info - done
  290. -- Detecting CXX compile features
  291. -- Detecting CXX compile features - done
  292. -- UNIX_DOMAIN_SOCKET_SERVER: YES
  293. -- UNIX_DOMAIN_SOCKET_CLIENT: YES
  294. -- TCP_SOCKET_SERVER: NO
  295. -- TCP_SOCKET_CLIENT: NO
  296. -- HTTP_SERVER: YES
  297. -- HTTP_CLIENT: YES
  298. -- UNIXDOMAINSOCKET_SERVER: YES
  299. -- UNIXDOMAINSOCKET_CLIENT: YES
  300. -- COMPILE_TESTS: YES
  301. -- COMPILE_STUBGEN: YES
  302. -- COMPILE_EXAMPLES: YES
  303. -- Found jsoncpp: /usr/include
  304. -- Jsoncpp header: /usr/include
  305. -- Jsoncpp lib : /usr/lib/libjsoncpp.so
  306. -- Jsoncpp prefix: json
  307. -- Looking for include file pthread.h
  308. -- Looking for include file pthread.h - found
  309. -- Looking for pthread_create
  310. -- Looking for pthread_create - not found
  311. -- Looking for pthread_create in pthreads
  312. -- Looking for pthread_create in pthreads - not found
  313. -- Looking for pthread_create in pthread
  314. -- Looking for pthread_create in pthread - found
  315. -- Found Threads: TRUE
  316. -- Threads:
  317. -- Found argtable: /usr/include
  318. -- Argtable header: /usr/include
  319. -- Argtable lib : /usr/lib/libargtable2.so
  320. -- Found CURL: /usr/include
  321. -- CURL header: /usr/include
  322. -- CURL lib : /usr/local/lib/libcurl.a
  323. -- Found mhd: /usr/include
  324. -- MHD header: /usr/include
  325. -- MHD lib : /usr/lib/libmicrohttpd.so
  326. -- Found Doxygen: /usr/bin/doxygen (found version "1.8.13")
  327. -- Could NOT find catch (missing: CATCH_INCLUDE_DIR)
  328. -- Found Git: /usr/bin/git (found version "2.13.1")
  329. -- Found doxygen: /usr/bin/doxygen
  330. -- Configuring done
  331. -- Generating done
  332. -- Build files have been written to: /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/build
  333. Scanning dependencies of target manpage
  334. Scanning dependencies of target catch
  335. Scanning dependencies of target jsonrpccommon
  336. [ 2%] Generating man pages
  337. [ 2%] Creating directories for 'catch'
  338. [ 3%] Building CXX object src/jsonrpccpp/CMakeFiles/jsonrpccommon.dir/common/errors.cpp.o
  339. [ 4%] Building CXX object src/jsonrpccpp/CMakeFiles/jsonrpccommon.dir/common/procedure.cpp.o
  340. [ 6%] Building CXX object src/jsonrpccpp/CMakeFiles/jsonrpccommon.dir/common/exception.cpp.o
  341. [ 7%] Building CXX object src/jsonrpccpp/CMakeFiles/jsonrpccommon.dir/common/specificationparser.cpp.o
  342. [ 8%] Building CXX object src/jsonrpccpp/CMakeFiles/jsonrpccommon.dir/common/specificationwriter.cpp.o
  343. [ 8%] Built target manpage
  344. [ 9%] Performing download step (git clone) for 'catch'
  345. [ 10%] Linking CXX shared library ../../lib/libjsonrpccpp-common.so
  346. [ 10%] Built target jsonrpccommon
  347. Scanning dependencies of target jsonrpcclient
  348. Scanning dependencies of target libjsonrpcstub
  349. Scanning dependencies of target jsonrpcserver
  350. [ 12%] Building CXX object src/jsonrpccpp/CMakeFiles/jsonrpcclient.dir/client/client.cpp.o
  351. [ 13%] Building CXX object src/jsonrpccpp/CMakeFiles/jsonrpcclient.dir/client/batchcall.cpp.o
  352. [ 14%] Building CXX object src/jsonrpccpp/CMakeFiles/jsonrpcclient.dir/client/batchresponse.cpp.o
  353. [ 15%] Building CXX object src/stubgenerator/CMakeFiles/libjsonrpcstub.dir/client/cppclientstubgenerator.cpp.o
  354. [ 17%] Building CXX object src/stubgenerator/CMakeFiles/libjsonrpcstub.dir/client/jsclientstubgenerator.cpp.o
  355. [ 18%] Building CXX object src/jsonrpccpp/CMakeFiles/jsonrpcserver.dir/server/abstractprotocolhandler.cpp.o
  356. [ 19%] Building CXX object src/jsonrpccpp/CMakeFiles/jsonrpcclient.dir/client/rpcprotocolclient.cpp.o
  357. [ 20%] Building CXX object src/jsonrpccpp/CMakeFiles/jsonrpcclient.dir/client/connectors/httpclient.cpp.o
  358. [ 21%] Building CXX object src/jsonrpccpp/CMakeFiles/jsonrpcclient.dir/client/connectors/unixdomainsocketclient.cpp.o
  359. [ 23%] Building CXX object src/stubgenerator/CMakeFiles/libjsonrpcstub.dir/codegenerator.cpp.o
  360. [ 24%] Building CXX object src/stubgenerator/CMakeFiles/libjsonrpcstub.dir/helper/cpphelper.cpp.o
  361. [ 25%] Building CXX object src/jsonrpccpp/CMakeFiles/jsonrpcserver.dir/server/abstractserverconnector.cpp.o
  362. [ 26%] Building CXX object src/stubgenerator/CMakeFiles/libjsonrpcstub.dir/server/cppserverstubgenerator.cpp.o
  363. [ 28%] Building CXX object src/jsonrpccpp/CMakeFiles/jsonrpcclient.dir/client/connectors/filedescriptorclient.cpp.o
  364. [ 29%] Building CXX object src/stubgenerator/CMakeFiles/libjsonrpcstub.dir/stubgenerator.cpp.o
  365. [ 30%] Building CXX object src/jsonrpccpp/CMakeFiles/jsonrpcserver.dir/server/requesthandlerfactory.cpp.o
  366. [ 31%] Building CXX object src/jsonrpccpp/CMakeFiles/jsonrpcserver.dir/server/rpcprotocolserver12.cpp.o
  367. [ 32%] Linking CXX shared library ../../lib/libjsonrpccpp-client.so
  368. -- catch download command succeeded. See also /var/cache/pacman/pkg/libjson-rpc-cpp-git6612/libjson-rpc-cpp-git/src/libjson-rpc-cpp/build/catch/src/catch-stamp/catch-download-*.log
  369. [ 34%] No patch step for 'catch'
  370. [ 35%] Building CXX object src/stubgenerator/CMakeFiles/libjsonrpcstub.dir/stubgeneratorfactory.cpp.o
  371. [ 36%] Performing update step for 'catch'
  372. [ 37%] Building CXX object src/jsonrpccpp/CMakeFiles/jsonrpcserver.dir/server/rpcprotocolserverv1.cpp.o
  373. [ 39%] Building CXX object src/jsonrpccpp/CMakeFiles/jsonrpcserver.dir/server/rpcprotocolserverv2.cpp.o
  374. [ 40%] Building CXX object src/jsonrpccpp/CMakeFiles/jsonrpcserver.dir/server/connectors/httpserver.cpp.o
  375. [ 41%] Building CXX object src/jsonrpccpp/CMakeFiles/jsonrpcserver.dir/server/connectors/unixdomainsocketserver.cpp.o
  376. [ 42%] Building CXX object src/jsonrpccpp/CMakeFiles/jsonrpcserver.dir/server/connectors/filedescriptorserver.cpp.o
  377. Already up-to-date.
  378. [ 43%] No configure step for 'catch'
  379. [ 45%] No build step for 'catch'
  380. [ 46%] No install step for 'catch'
  381. [ 47%] Completed 'catch'
  382. [ 47%] Built target catch
  383. [ 48%] Linking CXX shared library ../../lib/libjsonrpccpp-stub.so
  384. [ 48%] Built target libjsonrpcstub
  385. [ 50%] Linking CXX shared library ../../lib/libjsonrpccpp-server.so
  386. [ 50%] Built target jsonrpcserver
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement