Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.31 KB | None | 0 0
  1. + /usr/bin/cmake -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DLIB_SUFFIX=64 -DBUILD_SHARED_LIBS:BOOL=ON -DPORT=WPE -DCMAKE_BUILD_TYPE=Release -DENABLE_MINIBROWSER=ON ..
  2. -- The C compiler identification is GNU 9.2.1
  3. -- The CXX compiler identification is GNU 9.2.1
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- 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: /usr/bin/c++
  11. -- Check for working CXX compiler: /usr/bin/c++ -- 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. -- The CMake build type is: Release
  17. -- Found Perl: /usr/bin/perl (found suitable version "5.28.2", minimum required is "5.10.0")
  18. -- Found PerlModules_JSON::PP: TRUE
  19. -- Found PerlModules: TRUE found components: JSON::PP
  20. -- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.16", minimum required is "2.7.0")
  21. -- Could NOT find Ruby (missing: RUBY_INCLUDE_DIR RUBY_LIBRARY RUBY_CONFIG_INCLUDE_DIR) (found suitable version "2.6.3", minimum required is "1.9")
  22. -- Performing Test C_COMPILER_SUPPORTS_-fno-strict-aliasing
  23. -- Performing Test C_COMPILER_SUPPORTS_-fno-strict-aliasing - Success
  24. -- Performing Test CXX_COMPILER_SUPPORTS_-fno-strict-aliasing
  25. -- Performing Test CXX_COMPILER_SUPPORTS_-fno-strict-aliasing - Success
  26. -- Performing Test C_COMPILER_SUPPORTS_-fno-exceptions
  27. -- Performing Test C_COMPILER_SUPPORTS_-fno-exceptions - Success
  28. -- Performing Test CXX_COMPILER_SUPPORTS_-fno-exceptions
  29. -- Performing Test CXX_COMPILER_SUPPORTS_-fno-exceptions - Success
  30. -- Performing Test CXX_COMPILER_SUPPORTS_-fno-rtti
  31. -- Performing Test CXX_COMPILER_SUPPORTS_-fno-rtti - Success
  32. -- Performing Test C_COMPILER_SUPPORTS_-Wcast-align
  33. -- Performing Test C_COMPILER_SUPPORTS_-Wcast-align - Success
  34. -- Performing Test C_COMPILER_SUPPORTS_-Wformat-security
  35. -- Performing Test C_COMPILER_SUPPORTS_-Wformat-security - Success
  36. -- Performing Test C_COMPILER_SUPPORTS_-Wmissing-format-attribute
  37. -- Performing Test C_COMPILER_SUPPORTS_-Wmissing-format-attribute - Success
  38. -- Performing Test C_COMPILER_SUPPORTS_-Wpointer-arith
  39. -- Performing Test C_COMPILER_SUPPORTS_-Wpointer-arith - Success
  40. -- Performing Test C_COMPILER_SUPPORTS_-Wundef
  41. -- Performing Test C_COMPILER_SUPPORTS_-Wundef - Success
  42. -- Performing Test C_COMPILER_SUPPORTS_-Wwrite-strings
  43. -- Performing Test C_COMPILER_SUPPORTS_-Wwrite-strings - Success
  44. -- Performing Test CXX_COMPILER_SUPPORTS_-Wcast-align
  45. -- Performing Test CXX_COMPILER_SUPPORTS_-Wcast-align - Success
  46. -- Performing Test CXX_COMPILER_SUPPORTS_-Wformat-security
  47. -- Performing Test CXX_COMPILER_SUPPORTS_-Wformat-security - Success
  48. -- Performing Test CXX_COMPILER_SUPPORTS_-Wmissing-format-attribute
  49. -- Performing Test CXX_COMPILER_SUPPORTS_-Wmissing-format-attribute - Success
  50. -- Performing Test CXX_COMPILER_SUPPORTS_-Wpointer-arith
  51. -- Performing Test CXX_COMPILER_SUPPORTS_-Wpointer-arith - Success
  52. -- Performing Test CXX_COMPILER_SUPPORTS_-Wundef
  53. -- Performing Test CXX_COMPILER_SUPPORTS_-Wundef - Success
  54. -- Performing Test CXX_COMPILER_SUPPORTS_-Wwrite-strings
  55. -- Performing Test CXX_COMPILER_SUPPORTS_-Wwrite-strings - Success
  56. -- Performing Test C_COMPILER_SUPPORTS_-Qunused-arguments
  57. -- Performing Test C_COMPILER_SUPPORTS_-Qunused-arguments - Failed
  58. -- Performing Test C_COMPILER_SUPPORTS_-Wno-maybe-uninitialized
  59. -- Performing Test C_COMPILER_SUPPORTS_-Wno-maybe-uninitialized - Success
  60. -- Performing Test C_COMPILER_SUPPORTS_-Wno-noexcept-type
  61. -- Performing Test C_COMPILER_SUPPORTS_-Wno-noexcept-type - Failed
  62. -- Performing Test C_COMPILER_SUPPORTS_-Wno-parentheses-equality
  63. -- Performing Test C_COMPILER_SUPPORTS_-Wno-parentheses-equality - Failed
  64. -- Performing Test C_COMPILER_SUPPORTS_-Wno-psabi
  65. -- Performing Test C_COMPILER_SUPPORTS_-Wno-psabi - Success
  66. -- Performing Test CXX_COMPILER_SUPPORTS_-Qunused-arguments
  67. -- Performing Test CXX_COMPILER_SUPPORTS_-Qunused-arguments - Failed
  68. -- Performing Test CXX_COMPILER_SUPPORTS_-Wno-maybe-uninitialized
  69. -- Performing Test CXX_COMPILER_SUPPORTS_-Wno-maybe-uninitialized - Success
  70. -- Performing Test CXX_COMPILER_SUPPORTS_-Wno-noexcept-type
  71. -- Performing Test CXX_COMPILER_SUPPORTS_-Wno-noexcept-type - Success
  72. -- Performing Test CXX_COMPILER_SUPPORTS_-Wno-parentheses-equality
  73. -- Performing Test CXX_COMPILER_SUPPORTS_-Wno-parentheses-equality - Failed
  74. -- Performing Test CXX_COMPILER_SUPPORTS_-Wno-psabi
  75. -- Performing Test CXX_COMPILER_SUPPORTS_-Wno-psabi - Success
  76. -- Performing Test C_COMPILER_SUPPORTS_-Wno-expansion-to-defined
  77. -- Performing Test C_COMPILER_SUPPORTS_-Wno-expansion-to-defined - Success
  78. -- Performing Test CXX_COMPILER_SUPPORTS_-Wno-expansion-to-defined
  79. -- Performing Test CXX_COMPILER_SUPPORTS_-Wno-expansion-to-defined - Success
  80. -- Performing Test C_COMPILER_SUPPORTS_-Wall
  81. -- Performing Test C_COMPILER_SUPPORTS_-Wall - Success
  82. -- Performing Test C_COMPILER_SUPPORTS_-Wextra
  83. -- Performing Test C_COMPILER_SUPPORTS_-Wextra - Success
  84. -- Performing Test CXX_COMPILER_SUPPORTS_-Wall
  85. -- Performing Test CXX_COMPILER_SUPPORTS_-Wall - Success
  86. -- Performing Test CXX_COMPILER_SUPPORTS_-Wextra
  87. -- Performing Test CXX_COMPILER_SUPPORTS_-Wextra - Success
  88. -- Performing Test ATOMIC_INT64_IS_BUILTIN
  89. -- Performing Test ATOMIC_INT64_IS_BUILTIN - Success
  90. -- Looking for features.h
  91. -- Looking for features.h - found
  92. -- Looking for errno.h
  93. -- Looking for errno.h - found
  94. -- Looking for langinfo.h
  95. -- Looking for langinfo.h - found
  96. -- Looking for sys/mman.h
  97. -- Looking for sys/mman.h - found
  98. -- Looking for pthread_np.h
  99. -- Looking for pthread_np.h - not found
  100. -- Looking for strings.h
  101. -- Looking for strings.h - found
  102. -- Looking for sys/param.h
  103. -- Looking for sys/param.h - found
  104. -- Looking for sys/time.h
  105. -- Looking for sys/time.h - found
  106. -- Looking for sys/timeb.h
  107. -- Looking for sys/timeb.h - found
  108. -- Looking for linux/memfd.h
  109. -- Looking for linux/memfd.h - found
  110. -- Looking for _aligned_malloc
  111. -- Looking for _aligned_malloc - not found
  112. -- Looking for IsDebuggerPresent
  113. -- Looking for IsDebuggerPresent - not found
  114. -- Looking for localtime_r
  115. -- Looking for localtime_r - found
  116. -- Looking for malloc_trim
  117. -- Looking for malloc_trim - found
  118. -- Looking for strnstr
  119. -- Looking for strnstr - not found
  120. -- Looking for timegm
  121. -- Looking for timegm - found
  122. -- Looking for vasprintf
  123. -- Looking for vasprintf - found
  124. -- Looking for regexec
  125. -- Looking for regexec - found
  126. -- Looking for pthread_main_np
  127. -- Looking for pthread_main_np - not found
  128. -- Looking for SIGTRAP
  129. -- Looking for SIGTRAP - found
  130. -- Performing Test HAVE_STAT_BIRTHTIME_value
  131. -- Performing Test HAVE_STAT_BIRTHTIME_value - Failed
  132. -- Performing Test HAVE_TM_GMTOFF_value
  133. -- Performing Test HAVE_TM_GMTOFF_value - Success
  134. -- Performing Test HAVE_TM_ZONE_value
  135. -- Performing Test HAVE_TM_ZONE_value - Success
  136. -- Looking for sys/types.h
  137. -- Looking for sys/types.h - found
  138. -- Looking for stdint.h
  139. -- Looking for stdint.h - found
  140. -- Looking for stddef.h
  141. -- Looking for stddef.h - found
  142. -- Check size of __int128_t
  143. -- Check size of __int128_t - done
  144. -- Found PkgConfig: /usr/bin/pkg-config (found version "1.6.1")
  145. -- Found Cairo: /usr/include/cairo (found suitable version "1.16.0", minimum required is "1.14.0")
  146. -- Checking for module 'fontconfig'
  147. -- Found fontconfig, version 2.13.1
  148. -- Found Fontconfig: /usr/lib64/libfontconfig.so (Required is at least version "2.8.0")
  149. -- Found Freetype: /usr/lib64/libfreetype.so (found suitable version "2.9.1", minimum required is "2.4.2")
  150. -- Found GLIB: /usr/include/glib-2.0;/usr/lib64/glib-2.0/include (found suitable version "2.60.7", minimum required is "2.44.0")
  151. -- Found Harfbuzz: /usr/include/harfbuzz (found version "2.3.1")
  152. -- Found the following ICU libraries:
  153. -- data (required)
  154. -- i18n (required)
  155. -- uc (required)
  156. -- Found ICU: /usr/include (found version "63.2")
  157. -- Found JPEG: /usr/lib64/libjpeg.so (found version "62")
  158. -- Found LibEpoxy: /usr/include (found suitable version "1.5.3", minimum required is "1.4.0")
  159. -- Found LibGcrypt: /usr/lib64/libgcrypt.so (found suitable version "1.8.5", minimum required is "1.6.0")
  160. -- Found LibSoup: /usr/include/libsoup-2.4 (found suitable version "2.66.2", minimum required is "2.54.0")
  161. -- Found LibXml2: /usr/lib64/libxml2.so (found suitable version "2.9.9", minimum required is "2.8.0")
  162. -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.11")
  163. -- Found PNG: /usr/lib64/libpng.so (found version "1.6.36")
  164. -- Checking for module 'sqlite3'
  165. -- Found sqlite3, version 3.26.0
  166. -- Found Sqlite: /usr/include
  167. -- Looking for pthread.h
  168. -- Looking for pthread.h - found
  169. -- Looking for pthread_create
  170. -- Looking for pthread_create - not found
  171. -- Looking for pthread_create in pthreads
  172. -- Looking for pthread_create in pthreads - not found
  173. -- Looking for pthread_create in pthread
  174. -- Looking for pthread_create in pthread - found
  175. -- Found Threads: TRUE
  176. -- Found WebP: /usr/include;/usr/include
  177. -- Found WPE: /usr/include/wpe-1.0
  178. -- Checking for module 'atk'
  179. -- Found atk, version 2.32.0
  180. -- Found ATK: /usr/include/atk-1.0 (found suitable version "2.32.0", minimum required is "2.16.0")
  181. -- Checking for module 'atk-bridge-2.0'
  182. -- Found atk-bridge-2.0, version 2.31.92
  183. -- Found ATK_BRIDGE: /usr/include/at-spi2-atk/2.0 (found version "2.31.92")
  184. -- Checking for module 'libwoff2dec'
  185. -- Found libwoff2dec, version 1.0.2
  186. -- Found WOFF2Dec: /usr/include (found suitable version "1.0.2", minimum required is "1.0.2")
  187. -- Checking for module 'libtasn1'
  188. -- Found libtasn1, version 4.13
  189. -- Found Libtasn1: /usr/lib64/libtasn1.so
  190. -- Found LibXslt: /usr/lib64/libxslt.so (found suitable version "1.1.33", minimum required is "1.1.7")
  191. CMake Error at Source/cmake/BubblewrapSandboxChecks.cmake:4 (message):
  192. bwrap executable is needed for ENABLE_BUBBLEWRAP_SANDBOX
  193. Call Stack (most recent call first):
  194. Source/cmake/OptionsWPE.cmake:213 (include)
  195. Source/cmake/WebKitCommon.cmake:56 (include)
  196. CMakeLists.txt:169 (include)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement