Advertisement
Guest User

Untitled

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