Advertisement
Guest User

Untitled

a guest
Jul 7th, 2014
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.59 KB | None | 0 0
  1. root@ubuntu:/var/trunk/misc# sudo make
  2. make all-am
  3. make[1]: Entering directory `/var/trunk/misc'
  4. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_SQLITE__ -D_THREAD_SAFE -D_REENTRANT -Wall -g -O2 -MT databasesqlite.o -MD -MP -MF .deps/databasesqlite.Tpo -c -o databasesqlite.o databasesqlite.cpp
  5. In file included from /usr/include/boost/thread/pthread/thread_data.hpp:10:0,
  6. from /usr/include/boost/thread/thread.hpp:17,
  7. from /usr/include/boost/thread.hpp:13,
  8. from database.h:28,
  9. from databasesqlite.cpp:28:
  10. /usr/include/boost/thread/exceptions.hpp: In constructor ‘boost::thread_exception::thread_exception()’:
  11. /usr/include/boost/thread/exceptions.hpp:43:49: error: no match for call to ‘(const boost::system::error_category) ()’
  12. : base_type(0,system::system_category())
  13. ^
  14. /usr/include/boost/thread/exceptions.hpp: In constructor ‘boost::thread_exception::thread_exception(int)’:
  15. /usr/include/boost/thread/exceptions.hpp:47:63: error: no match for call to ‘(const boost::system::error_category) ()’
  16. : base_type(sys_error_code, system::system_category())
  17. ^
  18. /usr/include/boost/thread/exceptions.hpp: In constructor ‘boost::thread_exception::thread_exception(int, const char*)’:
  19. /usr/include/boost/thread/exceptions.hpp:51:68: error: no match for call to ‘(const boost::system::error_category) ()’
  20. : base_type(system::error_code(ev, system::system_category()), what_arg)
  21. ^
  22. /usr/include/boost/thread/exceptions.hpp: In constructor ‘boost::thread_exception::thread_exception(int, const string&)’:
  23. /usr/include/boost/thread/exceptions.hpp:55:68: error: no match for call to ‘(const boost::system::error_category) ()’
  24. : base_type(system::error_code(ev, system::system_category()), what_arg)
  25. ^
  26. /usr/include/boost/thread/exceptions.hpp: In constructor ‘boost::condition_error::condition_error()’:
  27. /usr/include/boost/thread/exceptions.hpp:77:69: error: no match for call to ‘(const boost::system::error_category) ()’
  28. : base_type(system::error_code(0, system::system_category()), "Condition error")
  29. ^
  30. /usr/include/boost/thread/exceptions.hpp: In constructor ‘boost::condition_error::condition_error(int)’:
  31. /usr/include/boost/thread/exceptions.hpp:80:70: error: no match for call to ‘(const boost::system::error_category) ()’
  32. : base_type(system::error_code(ev, system::system_category()), "Condition error")
  33. ^
  34. /usr/include/boost/thread/exceptions.hpp: In constructor ‘boost::condition_error::condition_error(int, const char*)’:
  35. /usr/include/boost/thread/exceptions.hpp:84:70: error: no match for call to ‘(const boost::system::error_category) ()’
  36. : base_type(system::error_code(ev, system::system_category()), what_arg)
  37. ^
  38. /usr/include/boost/thread/exceptions.hpp: In constructor ‘boost::condition_error::condition_error(int, const string&)’:
  39. /usr/include/boost/thread/exceptions.hpp:88:70: error: no match for call to ‘(const boost::system::error_category) ()’
  40. : base_type(system::error_code(ev, system::system_category()), what_arg)
  41. ^
  42. /usr/include/boost/thread/exceptions.hpp: In constructor ‘boost::thread_resource_error::thread_resource_error()’:
  43. /usr/include/boost/thread/exceptions.hpp:127:31: error: ‘boost::system::errc’ has not been declared
  44. : base_type(system::errc::resource_unavailable_try_again, "boost::thread_resource_error")
  45. ^
  46. /usr/include/boost/thread/exceptions.hpp: In constructor ‘boost::unsupported_thread_option::unsupported_thread_option()’:
  47. /usr/include/boost/thread/exceptions.hpp:155:31: error: ‘boost::system::errc’ has not been declared
  48. : base_type(system::errc::invalid_argument, "boost::unsupported_thread_option")
  49. ^
  50. /usr/include/boost/thread/exceptions.hpp: In constructor ‘boost::invalid_thread_argument::invalid_thread_argument()’:
  51. /usr/include/boost/thread/exceptions.hpp:179:29: error: ‘boost::system::errc’ has not been declared
  52. : base_type(system::errc::invalid_argument, "boost::invalid_thread_argument")
  53. ^
  54. /usr/include/boost/thread/exceptions.hpp: In constructor ‘boost::thread_permission_error::thread_permission_error()’:
  55. /usr/include/boost/thread/exceptions.hpp:203:31: error: ‘boost::system::errc’ has not been declared
  56. : base_type(system::errc::permission_denied, "boost::thread_permission_error")
  57. ^
  58. In file included from /usr/include/boost/thread/pthread/thread_data.hpp:12:0,
  59. from /usr/include/boost/thread/thread.hpp:17,
  60. from /usr/include/boost/thread.hpp:13,
  61. from database.h:28,
  62. from databasesqlite.cpp:28:
  63. /usr/include/boost/thread/lock_types.hpp: In member function ‘void boost::unique_lock<Mutex>::lock()’:
  64. /usr/include/boost/thread/lock_types.hpp:337:31: error: ‘errc’ is not a member of ‘boost::system’
  65. boost::lock_error(system::errc::operation_not_permitted, "boost unique_lock has no mutex"));
  66. ^
  67. /usr/include/boost/thread/lock_types.hpp:342:31: error: ‘errc’ is not a member of ‘boost::system’
  68. boost::lock_error(system::errc::resource_deadlock_would_occur, "boost unique_lock owns already the mutex"));
  69. ^
  70. /usr/include/boost/thread/lock_types.hpp: In member function ‘bool boost::unique_lock<Mutex>::try_lock()’:
  71. /usr/include/boost/thread/lock_types.hpp:352:31: error: ‘errc’ is not a member of ‘boost::system’
  72. boost::lock_error(system::errc::operation_not_permitted, "boost unique_lock has no mutex"));
  73. ^
  74. /usr/include/boost/thread/lock_types.hpp:357:31: error: ‘errc’ is not a member of ‘boost::system’
  75. boost::lock_error(system::errc::resource_deadlock_would_occur, "boost unique_lock owns already the mutex"));
  76. ^
  77. /usr/include/boost/thread/lock_types.hpp: In member function ‘bool boost::unique_lock<Mutex>::timed_lock(const TimeDuration&)’:
  78. /usr/include/boost/thread/lock_types.hpp:368:50: error: ‘errc’ is not a member of ‘boost::system’
  79. boost::throw_exception(boost::lock_error(system::errc::operation_not_permitted, "boost unique_lock has no mutex"));
  80. ^
  81. /usr/include/boost/thread/lock_types.hpp:372:50: error: ‘errc’ is not a member of ‘boost::system’
  82. boost::throw_exception(boost::lock_error(system::errc::resource_deadlock_would_occur, "boost unique_lock owns already the mutex"));
  83. ^
  84. /usr/include/boost/thread/lock_types.hpp: In member function ‘bool boost::unique_lock<Mutex>::timed_lock(const system_time&)’:
  85. /usr/include/boost/thread/lock_types.hpp:382:50: error: ‘errc’ is not a member of ‘boost::system’
  86. boost::throw_exception(boost::lock_error(system::errc::operation_not_permitted, "boost unique_lock has no mutex"));
  87. ^
  88. /usr/include/boost/thread/lock_types.hpp:386:50: error: ‘errc’ is not a member of ‘boost::system’
  89. boost::throw_exception(boost::lock_error(system::errc::resource_deadlock_would_occur, "boost unique_lock owns already the mutex"));
  90. ^
  91. /usr/include/boost/thread/lock_types.hpp: In member function ‘bool boost::unique_lock<Mutex>::timed_lock(const boost::xtime&)’:
  92. /usr/include/boost/thread/lock_types.hpp:395:50: error: ‘errc’ is not a member of ‘boost::system’
  93. boost::throw_exception(boost::lock_error(system::errc::operation_not_permitted, "boost unique_lock has no mutex"));
  94. ^
  95. /usr/include/boost/thread/lock_types.hpp:399:50: error: ‘errc’ is not a member of ‘boost::system’
  96. boost::throw_exception(boost::lock_error(system::errc::resource_deadlock_would_occur, "boost unique_lock owns already the mutex"));
  97. ^
  98. /usr/include/boost/thread/lock_types.hpp: In member function ‘bool boost::unique_lock<Mutex>::try_lock_for(const boost::chrono::duration<Rep2, Period2>&)’:
  99. /usr/include/boost/thread/lock_types.hpp:412:50: error: ‘errc’ is not a member of ‘boost::system’
  100. boost::throw_exception(boost::lock_error(system::errc::operation_not_permitted, "boost unique_lock has no mutex"));
  101. ^
  102. /usr/include/boost/thread/lock_types.hpp:416:50: error: ‘errc’ is not a member of ‘boost::system’
  103. boost::throw_exception(boost::lock_error(system::errc::resource_deadlock_would_occur, "boost unique_lock owns already the mutex"));
  104. ^
  105. /usr/include/boost/thread/lock_types.hpp: In member function ‘bool boost::unique_lock<Mutex>::try_lock_until(const boost::chrono::time_point<Clock, Duration>&)’:
  106. /usr/include/boost/thread/lock_types.hpp:426:50: error: ‘errc’ is not a member of ‘boost::system’
  107. boost::throw_exception(boost::lock_error(system::errc::operation_not_permitted, "boost unique_lock has no mutex"));
  108. ^
  109. /usr/include/boost/thread/lock_types.hpp:430:50: error: ‘errc’ is not a member of ‘boost::system’
  110. boost::throw_exception(boost::lock_error(system::errc::resource_deadlock_would_occur, "boost unique_lock owns already the mutex"));
  111. ^
  112. /usr/include/boost/thread/lock_types.hpp: In member function ‘void boost::unique_lock<Mutex>::unlock()’:
  113. /usr/include/boost/thread/lock_types.hpp:442:31: error: ‘errc’ is not a member of ‘boost::system’
  114. boost::lock_error(system::errc::operation_not_permitted, "boost unique_lock has no mutex"));
  115. ^
  116. /usr/include/boost/thread/lock_types.hpp:447:31: error: ‘errc’ is not a member of ‘boost::system’
  117. boost::lock_error(system::errc::operation_not_permitted, "boost unique_lock doesn't own the mutex"));
  118. ^
  119. /usr/include/boost/thread/lock_types.hpp: In member function ‘void boost::shared_lock<Mutex>::lock()’:
  120. /usr/include/boost/thread/lock_types.hpp:636:50: error: ‘errc’ is not a member of ‘boost::system’
  121. boost::throw_exception(boost::lock_error(system::errc::operation_not_permitted, "boost shared_lock has no mutex"));
  122. ^
  123. /usr/include/boost/thread/lock_types.hpp:640:50: error: ‘errc’ is not a member of ‘boost::system’
  124. boost::throw_exception(boost::lock_error(system::errc::resource_deadlock_would_occur, "boost shared_lock owns already the mutex"));
  125. ^
  126. /usr/include/boost/thread/lock_types.hpp: In member function ‘bool boost::shared_lock<Mutex>::try_lock()’:
  127. /usr/include/boost/thread/lock_types.hpp:649:50: error: ‘errc’ is not a member of ‘boost::system’
  128. boost::throw_exception(boost::lock_error(system::errc::operation_not_permitted, "boost shared_lock has no mutex"));
  129. ^
  130. /usr/include/boost/thread/lock_types.hpp:653:50: error: ‘errc’ is not a member of ‘boost::system’
  131. boost::throw_exception(boost::lock_error(system::errc::resource_deadlock_would_occur, "boost shared_lock owns already the mutex"));
  132. ^
  133. /usr/include/boost/thread/lock_types.hpp: In member function ‘bool boost::shared_lock<Mutex>::timed_lock(const system_time&)’:
  134. /usr/include/boost/thread/lock_types.hpp:663:50: error: ‘errc’ is not a member of ‘boost::system’
  135. boost::throw_exception(boost::lock_error(system::errc::operation_not_permitted, "boost shared_lock has no mutex"));
  136. ^
  137. /usr/include/boost/thread/lock_types.hpp:667:50: error: ‘errc’ is not a member of ‘boost::system’
  138. boost::throw_exception(boost::lock_error(system::errc::resource_deadlock_would_occur, "boost shared_lock owns already the mutex"));
  139. ^
  140. /usr/include/boost/thread/lock_types.hpp: In member function ‘bool boost::shared_lock<Mutex>::timed_lock(const Duration&)’:
  141. /usr/include/boost/thread/lock_types.hpp:677:50: error: ‘errc’ is not a member of ‘boost::system’
  142. boost::throw_exception(boost::lock_error(system::errc::operation_not_permitted, "boost shared_lock has no mutex"));
  143. ^
  144. /usr/include/boost/thread/lock_types.hpp:681:50: error: ‘errc’ is not a member of ‘boost::system’
  145. boost::throw_exception(boost::lock_error(system::errc::resource_deadlock_would_occur, "boost shared_lock owns already the mutex"));
  146. ^
  147. /usr/include/boost/thread/lock_types.hpp: In member function ‘bool boost::shared_lock<Mutex>::try_lock_for(const boost::chrono::duration<Rep2, Period2>&)’:
  148. /usr/include/boost/thread/lock_types.hpp:693:50: error: ‘errc’ is not a member of ‘boost::system’
  149. boost::throw_exception(boost::lock_error(system::errc::operation_not_permitted, "boost shared_lock has no mutex"));
  150. ^
  151. /usr/include/boost/thread/lock_types.hpp:697:50: error: ‘errc’ is not a member of ‘boost::system’
  152. boost::throw_exception(boost::lock_error(system::errc::resource_deadlock_would_occur, "boost shared_lock owns already the mutex"));
  153. ^
  154. /usr/include/boost/thread/lock_types.hpp: In member function ‘bool boost::shared_lock<Mutex>::try_lock_until(const boost::chrono::time_point<Clock, Duration>&)’:
  155. /usr/include/boost/thread/lock_types.hpp:707:50: error: ‘errc’ is not a member of ‘boost::system’
  156. boost::throw_exception(boost::lock_error(system::errc::operation_not_permitted, "boost shared_lock has no mutex"));
  157. ^
  158. /usr/include/boost/thread/lock_types.hpp:711:50: error: ‘errc’ is not a member of ‘boost::system’
  159. boost::throw_exception(boost::lock_error(system::errc::resource_deadlock_would_occur, "boost shared_lock owns already the mutex"));
  160. ^
  161. /usr/include/boost/thread/lock_types.hpp: In member function ‘void boost::shared_lock<Mutex>::unlock()’:
  162. /usr/include/boost/thread/lock_types.hpp:721:50: error: ‘errc’ is not a member of ‘boost::system’
  163. boost::throw_exception(boost::lock_error(system::errc::operation_not_permitted, "boost shared_lock has no mutex"));
  164. ^
  165. /usr/include/boost/thread/lock_types.hpp:725:50: error: ‘errc’ is not a member of ‘boost::system’
  166. boost::throw_exception(boost::lock_error(system::errc::operation_not_permitted, "boost shared_lock doesn't own the mutex"));
  167. ^
  168. /usr/include/boost/thread/lock_types.hpp: In member function ‘void boost::upgrade_lock<Mutex>::lock()’:
  169. /usr/include/boost/thread/lock_types.hpp:933:31: error: ‘errc’ is not a member of ‘boost::system’
  170. boost::lock_error(system::errc::operation_not_permitted, "boost shared_lock has no mutex"));
  171. ^
  172. /usr/include/boost/thread/lock_types.hpp:938:31: error: ‘errc’ is not a member of ‘boost::system’
  173. boost::lock_error(system::errc::resource_deadlock_would_occur, "boost upgrade_lock owns already the mutex"));
  174. ^
  175. /usr/include/boost/thread/lock_types.hpp: In member function ‘bool boost::upgrade_lock<Mutex>::try_lock()’:
  176. /usr/include/boost/thread/lock_types.hpp:948:31: error: ‘errc’ is not a member of ‘boost::system’
  177. boost::lock_error(system::errc::operation_not_permitted, "boost shared_lock has no mutex"));
  178. ^
  179. /usr/include/boost/thread/lock_types.hpp:953:31: error: ‘errc’ is not a member of ‘boost::system’
  180. boost::lock_error(system::errc::resource_deadlock_would_occur, "boost upgrade_lock owns already the mutex"));
  181. ^
  182. /usr/include/boost/thread/lock_types.hpp: In member function ‘void boost::upgrade_lock<Mutex>::unlock()’:
  183. /usr/include/boost/thread/lock_types.hpp:963:31: error: ‘errc’ is not a member of ‘boost::system’
  184. boost::lock_error(system::errc::operation_not_permitted, "boost shared_lock has no mutex"));
  185. ^
  186. /usr/include/boost/thread/lock_types.hpp:968:31: error: ‘errc’ is not a member of ‘boost::system’
  187. boost::lock_error(system::errc::operation_not_permitted, "boost upgrade_lock doesn't own the mutex"));
  188. ^
  189. /usr/include/boost/thread/lock_types.hpp: In member function ‘bool boost::upgrade_lock<Mutex>::try_lock_for(const boost::chrono::duration<Rep2, Period2>&)’:
  190. /usr/include/boost/thread/lock_types.hpp:979:50: error: ‘errc’ is not a member of ‘boost::system’
  191. boost::throw_exception(boost::lock_error(system::errc::operation_not_permitted, "boost shared_lock has no mutex"));
  192. ^
  193. /usr/include/boost/thread/lock_types.hpp:983:50: error: ‘errc’ is not a member of ‘boost::system’
  194. boost::throw_exception(boost::lock_error(system::errc::resource_deadlock_would_occur, "boost shared_lock owns already the mutex"));
  195. ^
  196. /usr/include/boost/thread/lock_types.hpp: In member function ‘bool boost::upgrade_lock<Mutex>::try_lock_until(const boost::chrono::time_point<Clock, Duration>&)’:
  197. /usr/include/boost/thread/lock_types.hpp:993:50: error: ‘errc’ is not a member of ‘boost::system’
  198. boost::throw_exception(boost::lock_error(system::errc::operation_not_permitted, "boost shared_lock has no mutex"));
  199. ^
  200. /usr/include/boost/thread/lock_types.hpp:997:50: error: ‘errc’ is not a member of ‘boost::system’
  201. boost::throw_exception(boost::lock_error(system::errc::resource_deadlock_would_occur, "boost shared_lock owns already the mutex"));
  202. ^
  203. In file included from /usr/include/boost/thread/thread.hpp:22:0,
  204. from /usr/include/boost/thread.hpp:13,
  205. from database.h:28,
  206. from databasesqlite.cpp:28:
  207. /usr/include/boost/thread/detail/thread.hpp: In member function ‘void boost::thread::join()’:
  208. /usr/include/boost/thread/detail/thread.hpp:747:56: error: ‘errc’ is not a member of ‘boost::system’
  209. boost::throw_exception(thread_resource_error(system::errc::resource_deadlock_would_occur, "boost thread: trying joining itself"));
  210. ^
  211. /usr/include/boost/thread/detail/thread.hpp: In member function ‘bool boost::thread::do_try_join_until(const timespec&)’:
  212. /usr/include/boost/thread/detail/thread.hpp:761:56: error: ‘errc’ is not a member of ‘boost::system’
  213. boost::throw_exception(thread_resource_error(system::errc::resource_deadlock_would_occur, "boost thread: trying joining itself"));
  214. ^
  215. In file included from /usr/include/boost/thread.hpp:23:0,
  216. from database.h:28,
  217. from databasesqlite.cpp:28:
  218. /usr/include/boost/thread/barrier.hpp: In constructor ‘boost::barrier::barrier(unsigned int)’:
  219. /usr/include/boost/thread/barrier.hpp:32:57: error: ‘errc’ is not a member of ‘boost::system’
  220. boost::throw_exception(thread_exception(system::errc::invalid_argument, "barrier constructor: count cannot be zero."));
  221. ^
  222. make[1]: *** [databasesqlite.o] Error 1
  223. make[1]: Leaving directory `/var/trunk/misc'
  224. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement