VladimirLavrenchuk

CMake on binmonero

Oct 22nd, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 10.67 KB | None | 0 0
  1. -- The C compiler identification is SunPro 5.10.0
  2. -- The CXX compiler identification is SunPro 5.10.0
  3. -- Check for working C compiler: /usr/bin/cc
  4. -- Check for working C compiler: /usr/bin/cc -- works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Check for working CXX compiler: /usr/bin/CC
  8. -- Check for working CXX compiler: /usr/bin/CC -- works
  9. -- Detecting CXX compiler ABI info
  10. -- Detecting CXX compiler ABI info - done
  11. -- Detecting CXX compile features
  12. -- Detecting CXX compile features - done
  13. -- Building without build tag
  14. -- Could not find DEVELOPER_LOCAL_TOOLS in env (not required)
  15. -- BOOST_IGNORE_SYSTEM_PATHS defaults to OFF
  16. -- Could not find DEVELOPER_LIBUNBOUND_OLD in env (not required)
  17. -- Building for a 32-bit system
  18. -- Building internal libraries as static
  19. -- Could not find DATABASE in env (not required unless you want to change database type from default: lmdb)
  20. -- Using LMDB as default DB type
  21. -- looking for liblzma
  22. -- liblzma found
  23. -- Could not find libunwind (missing:  LIBUNWIND_INCLUDE_DIR)
  24. -- Stack trace on exception disabled
  25. -- Looking for pthread.h
  26. -- Looking for pthread.h - found
  27. -- Looking for pthread_create
  28. -- Looking for pthread_create - found
  29. -- Found Threads: TRUE
  30. -- Found OpenSSL: /usr/lib/libssl.so;/usr/lib/libcrypto.so (found version "1.0.1e")
  31. -- Could NOT find MiniUPnPc (missing:  MINIUPNP_INCLUDE_DIR MINIUPNP_LIBRARY)
  32. -- Using miniupnpc from local source tree (/external/miniupnpc)
  33. -- Looking for libunbound
  34. -- Looking for arpa/inet.h
  35. -- Looking for arpa/inet.h - found
  36. -- Looking for endian.h
  37. -- Looking for endian.h - not found
  38. -- Looking for dlfcn.h
  39. -- Looking for dlfcn.h - found
  40. -- Looking for event.h
  41. -- Looking for event.h - not found
  42. -- Looking for getopt.h
  43. -- Looking for getopt.h - found
  44. -- Looking for glob.h
  45. -- Looking for glob.h - found
  46. -- Looking for grp.h
  47. -- Looking for grp.h - found
  48. -- Looking for inttypes.h
  49. -- Looking for inttypes.h - found
  50. -- Looking for iphlpapi.h
  51. -- Looking for iphlpapi.h - not found
  52. -- Looking for login_cap.h
  53. -- Looking for login_cap.h - not found
  54. -- Looking for memory.h
  55. -- Looking for memory.h - found
  56. -- Looking for netdb.h
  57. -- Looking for netdb.h - found
  58. -- Looking for netinet/in.h
  59. -- Looking for netinet/in.h - found
  60. -- Looking for pthread.h
  61. -- Looking for pthread.h - found
  62. -- Looking for pwd.h
  63. -- Looking for pwd.h - found
  64. -- Looking for stdarg.h
  65. -- Looking for stdarg.h - found
  66. -- Looking for stdbool.h
  67. -- Looking for stdbool.h - found
  68. -- Looking for stdint.h
  69. -- Looking for stdint.h - found
  70. -- Looking for stdlib.h
  71. -- Looking for stdlib.h - found
  72. -- Looking for strings.h
  73. -- Looking for strings.h - found
  74. -- Looking for string.h
  75. -- Looking for string.h - found
  76. -- Looking for sys/param.h
  77. -- Looking for sys/param.h - found
  78. -- Looking for sys/resource.h
  79. -- Looking for sys/resource.h - found
  80. -- Looking for sys/sha2.h
  81. -- Looking for sys/sha2.h - found
  82. -- Looking for sys/socket.h
  83. -- Looking for sys/socket.h - found
  84. -- Looking for sys/stat.h
  85. -- Looking for sys/stat.h - found
  86. -- Looking for sys/sysctl.h
  87. -- Looking for sys/sysctl.h - not found
  88. -- Looking for sys/types.h
  89. -- Looking for sys/types.h - found
  90. -- Looking for sys/uio.h
  91. -- Looking for sys/uio.h - found
  92. -- Looking for sys/un.h
  93. -- Looking for sys/un.h - found
  94. -- Looking for sys/wait.h
  95. -- Looking for sys/wait.h - found
  96. -- Looking for syslog.h
  97. -- Looking for syslog.h - found
  98. -- Looking for time.h
  99. -- Looking for time.h - found
  100. -- Looking for unistd.h
  101. -- Looking for unistd.h - found
  102. -- Looking for vfork.h
  103. -- Looking for vfork.h - not found
  104. -- Looking for windows.h
  105. -- Looking for windows.h - not found
  106. -- Looking for winsock2.h
  107. -- Looking for winsock2.h - not found
  108. -- Looking for ws2tcpip.h
  109. -- Looking for ws2tcpip.h - not found
  110. -- Looking for _beginthreadex
  111. -- Looking for _beginthreadex - not found
  112. -- Looking for arc4random
  113. -- Looking for arc4random - not found
  114. -- Looking for arc4random_uniform
  115. -- Looking for arc4random_uniform - not found
  116. -- Looking for chown
  117. -- Looking for chown - found
  118. -- Looking for chroot
  119. -- Looking for chroot - found
  120. -- Looking for ctime_r
  121. -- Looking for ctime_r - found
  122. -- Looking for daemon
  123. -- Looking for daemon - found
  124. -- Looking for endprotoent
  125. -- Looking for endprotoent - found
  126. -- Looking for endservent
  127. -- Looking for endservent - found
  128. -- Looking for fork
  129. -- Looking for fork - found
  130. -- Looking for fseeko
  131. -- Looking for fseeko - found
  132. -- Looking for fsync
  133. -- Looking for fsync - found
  134. -- Looking for getauxval
  135. -- Looking for getauxval - not found
  136. -- Looking for getentropy
  137. -- Looking for getentropy - not found
  138. -- Looking for getpwnam
  139. -- Looking for getpwnam - found
  140. -- Looking for getrlimit
  141. -- Looking for getrlimit - found
  142. -- Looking for glob
  143. -- Looking for glob - found
  144. -- Looking for gmtime_r
  145. -- Looking for gmtime_r - found
  146. -- Looking for fcntl
  147. -- Looking for fcntl - found
  148. -- Looking for inet_aton
  149. -- Looking for inet_aton - found
  150. -- Looking for inet_ntop
  151. -- Looking for inet_ntop - found
  152. -- Looking for inet_pton
  153. -- Looking for inet_pton - found
  154. -- Looking for initgroups
  155. -- Looking for initgroups - found
  156. -- Looking for ioctlsocket
  157. -- Looking for ioctlsocket - not found
  158. -- Looking for isblank
  159. -- Looking for isblank - found
  160. -- Looking for kill
  161. -- Looking for kill - found
  162. -- Looking for localtime_r
  163. -- Looking for localtime_r - found
  164. -- Looking for malloc
  165. -- Looking for malloc - found
  166. -- Looking for memmove
  167. -- Looking for memmove - found
  168. -- Looking for random
  169. -- Looking for random - found
  170. -- Looking for reallocarray
  171. -- Looking for reallocarray - not found
  172. -- Looking for recvmsg
  173. -- Looking for recvmsg - found
  174. -- Looking for sbrk
  175. -- Looking for sbrk - found
  176. -- Looking for sendmsg
  177. -- Looking for sendmsg - found
  178. -- Looking for setregid
  179. -- Looking for setregid - found
  180. -- Looking for setresgid
  181. -- Looking for setresgid - not found
  182. -- Looking for setresuid
  183. -- Looking for setresuid - not found
  184. -- Looking for setreuid
  185. -- Looking for setreuid - found
  186. -- Looking for setrlimit
  187. -- Looking for setrlimit - found
  188. -- Looking for setsid
  189. -- Looking for setsid - found
  190. -- Looking for setusercontent
  191. -- Looking for setusercontent - not found
  192. -- Looking for sigprocmask
  193. -- Looking for sigprocmask - found
  194. -- Looking for sleep
  195. -- Looking for sleep - found
  196. -- Looking for snprintf
  197. -- Looking for snprintf - found
  198. -- Looking for socketpair
  199. -- Looking for socketpair - found
  200. -- Looking for srandom
  201. -- Looking for srandom - found
  202. -- Looking for strsep
  203. -- Looking for strsep - found
  204. -- Looking for strftime
  205. -- Looking for strftime - found
  206. -- Looking for strlcat
  207. -- Looking for strlcat - found
  208. -- Looking for strlcpy
  209. -- Looking for strlcpy - found
  210. -- Looking for strptime
  211. -- Looking for strptime - found
  212. -- Looking for tzset
  213. -- Looking for tzset - found
  214. -- Looking for usleep
  215. -- Looking for usleep - found
  216. -- Looking for writev
  217. -- Looking for writev - found
  218. -- Looking for getaddrinfo
  219. -- Looking for getaddrinfo - found
  220. -- Looking for stddef.h
  221. -- Looking for stddef.h - found
  222. -- Check size of time_t
  223. -- Check size of time_t - done
  224. -- Check size of gid_t
  225. -- Check size of gid_t - done
  226. -- Check size of in_addr_t
  227. -- Check size of in_addr_t - done
  228. -- Check size of in_port_t
  229. -- Check size of in_port_t - done
  230. -- Check size of int16_t
  231. -- Check size of int16_t - done
  232. -- Check size of int32_t
  233. -- Check size of int32_t - done
  234. -- Check size of int64_t
  235. -- Check size of int64_t - done
  236. -- Check size of int8_t
  237. -- Check size of int8_t - done
  238. -- Check size of pid_t
  239. -- Check size of pid_t - done
  240. -- Check size of rlim_t
  241. -- Check size of rlim_t - done
  242. -- Check size of ssize_t
  243. -- Check size of ssize_t - done
  244. -- Check size of uid_t
  245. -- Check size of uid_t - done
  246. -- Check size of uint16_t
  247. -- Check size of uint16_t - done
  248. -- Check size of uint32_t
  249. -- Check size of uint32_t - done
  250. -- Check size of uint64_t
  251. -- Check size of uint64_t - done
  252. -- Check size of uint8_t
  253. -- Check size of uint8_t - done
  254. -- Looking for PTHREAD_PRIO_INHERIT
  255. -- Looking for PTHREAD_PRIO_INHERIT - found
  256. -- Looking for pthread_rwlock_t
  257. -- Looking for pthread_rwlock_t - not found
  258. -- Looking for pthread_spinlock_t
  259. -- Looking for pthread_spinlock_t - not found
  260. -- Looking for openssl/conf.h
  261. -- Looking for openssl/conf.h - found
  262. -- Looking for openssl/engine.h
  263. -- Looking for openssl/engine.h - found
  264. -- Looking for openssl/err.h
  265. -- Looking for openssl/err.h - found
  266. -- Looking for openssl/rand.h
  267. -- Looking for openssl/rand.h - found
  268. -- Looking for openssl/ssl.h
  269. -- Looking for openssl/ssl.h - found
  270. -- Looking for NID_secp384r1
  271. -- Looking for NID_secp384r1 - found
  272. -- Looking for NID_X9_62_prime256v1
  273. -- Looking for NID_X9_62_prime256v1 - found
  274. -- Looking for sk_SSL_COMP_pop_free
  275. -- Looking for sk_SSL_COMP_pop_free - found
  276. -- Looking for SSL_COMP_get_compression_methods
  277. -- Looking for SSL_COMP_get_compression_methods - not found
  278. -- Looking for EVP_MD_CTX_new
  279. -- Looking for EVP_MD_CTX_new - not found
  280. -- Looking for EVP_sha1
  281. -- Looking for EVP_sha1 - found
  282. -- Looking for EVP_sha256
  283. -- Looking for EVP_sha256 - found
  284. -- Looking for EVP_sha512
  285. -- Looking for EVP_sha512 - found
  286. -- Looking for FIPS_mode
  287. -- Looking for FIPS_mode - not found
  288. -- Looking for HMAC_Update
  289. -- Looking for HMAC_Update - found
  290. -- Looking for OPENSSL_config
  291. -- Looking for OPENSSL_config - found
  292. -- Looking for SHA512_Update
  293. -- Looking for SHA512_Update - found
  294. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.27.1")
  295. -- Using 32-bit LMDB from source tree
  296. -- Building on i386 for native
  297. -- AES support enabled
  298. -- Found Boost Version: 105800
  299. -- Found Readline: /usr/include
  300. -- Performing Test GNU_READLINE_FOUND
  301. -- Performing Test GNU_READLINE_FOUND - Failed
  302. -- Could not find GNU readline library so building without readline support
  303. -- Found Git: /opt/csw/bin/git
  304. Doxygen: graphviz not found - graphs disabled
  305. -- Found Doxygen: /usr/bin/doxygen (found version "1.5.7.1")
  306. -- Configuring done
  307. -- Generating done
  308. -- Build files have been written to: /mnt/software/solaris/bitmonero/build/release
  309. Scanning dependencies of target genversion
  310. -- You are currently on commit 695a90a
  311. -- The most recent tag was at f3271e8
  312. -- You are ahead of or behind a tagged release
  313. [  0%] Built target genversion
  314. Scanning dependencies of target libminiupnpc-static
  315. [  0%] Building C object external/miniupnpc/CMakeFiles/libminiupnpc-static.dir/igd_desc_parse.c.o
  316. cc: Warning: Option -Ofast passed to ld, if ld is invoked, ignored otherwise
  317. cc: Warning: Option -d=c99 passed to ld, if ld is invoked, ignored otherwise
  318. cc: -W option with unknown program no-undef
  319. make[2]: *** [external/miniupnpc/CMakeFiles/libminiupnpc-static.dir/igd_desc_parse.c.o] Error 1
  320. make[1]: *** [external/miniupnpc/CMakeFiles/libminiupnpc-static.dir/all] Error 2
  321. make: *** [all] Error 2
Add Comment
Please, Sign In to add comment