Advertisement
Guest User

Untitled

a guest
Oct 12th, 2021
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.66 KB | None | 0 0
  1. The Meson build system
  2. Version: 0.59.1
  3. Source dir: /home/retro/code/work/oss/postgres
  4. Build dir: /home/retro/code/work/oss/postgres/build
  5. Build type: native build
  6. Project name: postgresql
  7. Project version: 15devel
  8. C compiler for the host machine: cc (gcc 11.2.1 "cc (GCC) 11.2.1 20210728 (Red Hat 11.2.1-1)")
  9. C linker for the host machine: cc ld.bfd 2.35.2-5
  10. Host machine cpu family: x86_64
  11. Host machine cpu: x86_64
  12. Run-time dependency threads found: YES
  13. Program perl found: YES (/usr/bin/perl)
  14. Program flex found: YES (/usr/bin/flex)
  15. Program bison found: YES 3.7.4 (/usr/bin/bison)
  16. Program sed found: YES (/usr/bin/sed)
  17. Program prove found: YES (/usr/bin/prove)
  18. Program tar found: YES (/usr/bin/tar)
  19. Program gzip found: YES (/usr/bin/gzip)
  20. Program touch found: YES (/usr/bin/touch)
  21. Program src/tools/find_meson found: YES (/home/retro/code/work/oss/postgres/src/tools/find_meson)
  22. Program src/tools/testwrap found: YES (/home/retro/code/work/oss/postgres/src/tools/testwrap)
  23. Program /usr/bin/meson found: YES (/usr/bin/meson)
  24. Found pkg-config: /usr/bin/pkg-config (1.7.3)
  25. Run-time dependency krb5-gssapi found: YES 1.19.2
  26. Check usable header "gssapi/gssapi.h" with dependency krb5-gssapi: YES
  27. Checking for function "gss_init_sec_context" with dependency krb5-gssapi: YES
  28. Found CMake: /usr/bin/cmake (3.20.5)
  29. Run-time dependency ldap found: NO (tried pkgconfig and cmake)
  30. Library ldap found: YES
  31. Library ldap_r found: YES
  32. Checking for function "ldap_initialize" with dependencies -lldap, threads: YES
  33. Run-time dependency icu-uc found: YES 67.1
  34. Run-time dependency icu-i18n found: YES 67.1
  35. Run-time dependency libxml-2.0 found: YES 2.9.12
  36. Run-time dependency libxslt found: YES 1.1.34
  37. Run-time dependency liblz4 found: NO (tried pkgconfig and cmake)
  38. Message: perl libperl: libperl.so
  39. Has header "perl.h" : YES
  40. Library perl found: YES
  41. Message: CCFLAGS recommended by Perl: -D_REENTRANT -D_GNU_SOURCE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
  42. Message: CCFLAGS for embedding perl: -I/usr/lib64/perl5/CORE
  43. Message: LDFLAGS for embedding perl: "-fstack-protector-strong -L/usr/local/lib -L/usr/lib64/perl5/CORE -lperl -lpthread -lresolv -ldl -lm -lcrypt -lutil -lc" (ccdlflags: "-Wl,--enable-new-dtags -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld", ldopts: "-Wl,--enable-new-dtags -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -L/usr/lib64/perl5/CORE -lperl -lpthread -lresolv -ldl -lm -lcrypt -lutil -lc")
  44. Program python3 found: YES (/usr/bin/python3)
  45. Dependency python found: YES (pkgconfig)
  46. Run-time dependency readline found: YES 8.1
  47. Has header "readline/history.h" with dependency readline: YES
  48. Has header "readline/readline.h" with dependency readline: YES
  49. Checking for function "rl_completion_matches" with dependency readline: YES
  50. Checking for function "rl_filename_completion_function" with dependency readline: YES
  51. Checking for function "rl_reset_screen_size" with dependency readline: YES
  52. Checking for function "append_history" with dependency readline: YES
  53. Checking for function "history_truncate_file" with dependency readline: YES
  54. Header <readline/readline.h> has symbol "rl_completion_append_character" with dependency readline: NO
  55. Header <readline/readline.h> has symbol "rl_completion_suppress_quote" with dependency readline: NO
  56. Header <readline/readline.h> has symbol "rl_filename_quote_characters" with dependency readline: NO
  57. Header <readline/readline.h> has symbol "rl_filename_quoting_function" with dependency readline: NO
  58. Run-time dependency zlib found: YES 1.2.11
  59. Has header "zlib.h" with dependency zlib: YES
  60. Checking for type "z_streamp" with dependency zlib: YES
  61. Checking for size of "long" : 8
  62. Checking for alignment of "short" : 2
  63. Checking for alignment of "int" : 4
  64. Checking for alignment of "long" : 8
  65. Checking for alignment of "double" : 8
  66. Checking for size of "void *" : 8
  67. Checking for type "_Bool" : YES
  68. Checking for type "bool" : YES
  69. Checking for size of "bool" : 1
  70. Checking if "format gnu_printf" compiles: YES
  71. Compiler for C supports function attribute visibility:default: YES
  72. Compiler for C supports function attribute visibility:hidden: YES
  73. Checking for function "__builtin_unreachable" : YES
  74. Checking for function "__builtin_constant_p" : YES
  75. Checking if "__get_cpuid" links: YES
  76. Compiler for C supports arguments -fno-strict-aliasing: YES
  77. Compiler for C supports arguments -fwrapv: YES
  78. Compiler for C supports arguments -fexcess-precision=standard: YES
  79. Compiler for C supports arguments -ftree-vectorize: YES
  80. Compiler for C supports arguments -funroll-loops: YES
  81. Compiler for C supports arguments -Wmissing-prototypes: YES
  82. Compiler for C supports arguments -Wpointer-arith: YES
  83. Compiler for C supports arguments -Werror=vla: YES
  84. Compiler for C supports arguments -Wendif-labels: YES
  85. Compiler for C supports arguments -Wmissing-format-attribute: YES
  86. Compiler for C supports arguments -Wimplicit-fallthrough=3: YES
  87. Compiler for C supports arguments -Wcast-function-type: YES
  88. Compiler for C supports arguments -Wformat-security: YES
  89. Compiler for C supports arguments -Wdeclaration-after-statement: YES
  90. Compiler for C supports arguments -Wunused-command-line-argument: NO
  91. Compiler for C supports arguments -Wformat-truncation: YES
  92. Compiler for C supports arguments -Wstringop-truncation: YES
  93. Compiler for C supports arguments -Wclobbered: YES
  94. Compiler for C supports arguments -Wmissing-field-initializers: YES
  95. Compiler for C supports arguments -Wsign-compare: YES
  96. Compiler for C supports arguments -Wunused-parameter: YES
  97. Checking if "__sync_lock_test_and_set(char)" links: YES
  98. Checking if "__sync_lock_test_and_set(int32)" links: YES
  99. Checking if "__sync_val_compare_and_swap(int32)" links: YES
  100. Checking if "__sync_val_compare_and_swap(int64)" links: YES
  101. Checking if " __atomic_compare_exchange_n(int32)" links: YES
  102. Checking if " __atomic_compare_exchange_n(int64)" links: YES
  103. Has header "atomic.h" : NO
  104. Has header "stdbool.h" : YES
  105. Has header "copyfile.h" : NO
  106. Has header "execinfo.h" : YES
  107. Has header "getopt.h" : YES
  108. Has header "ifaddrs.h" : YES
  109. Has header "langinfo.h" : YES
  110. Has header "mbarrier.h" : NO
  111. Has header "poll.h" : YES
  112. Has header "sys/epoll.h" : YES
  113. Has header "sys/event.h" : NO
  114. Has header "sys/ipc.h" : YES
  115. Has header "sys/prctl.h" : YES
  116. Has header "sys/procctl.h" : NO
  117. Has header "sys/pstat.h" : NO
  118. Has header "sys/resource.h" : YES
  119. Has header "sys/select.h" : YES
  120. Has header "sys/sem.h" : YES
  121. Has header "sys/shm.h" : YES
  122. Has header "sys/sockio.h" : NO
  123. Has header "sys/tas.h" : NO
  124. Has header "sys/uio.h" : YES
  125. Has header "sys/un.h" : YES
  126. Has header "termios.h" : YES
  127. Has header "ucred.h" : NO
  128. Has header "sys/ucred.h" : NO
  129. Has header "wctype.h" : YES
  130. Has header "netinet/tcp.h" : YES
  131. Has header "net/if.h" : YES
  132. Has header "crtdefs.h" : NO
  133. Header <fcntl.h> has symbol "F_FULLFSYNC" : NO
  134. Header <dlfcn.h> has symbol "RTLD_GLOBAL" : YES
  135. Header <dlfcn.h> has symbol "RTLD_NOW" : YES
  136. Header <unistd.h> has symbol "fdatasync" : YES
  137. Header <fcntl.h> has symbol "posix_fadvise" : YES
  138. Header <signal.h> has symbol "sigwait" : YES
  139. Header <string.h> has symbol "strlcat" : NO
  140. Header <string.h> has symbol "strlcpy" : NO
  141. Header <string.h> has symbol "strnlen" : YES
  142. Header <string.h> has symbol "strsignal" : YES
  143. Header <stdlib.h> has symbol "strtoll" : YES
  144. Header <stdlib.h> has symbol "strtoull" : YES
  145. Header <sys/uio.h> has symbol "preadv" : YES
  146. Header <sys/uio.h> has symbol "pwritev" : YES
  147. Checking for type "struct cmsgcred" : NO
  148. Checking for function "getopt" : YES
  149. Checking for function "getopt_long" : YES
  150. Checking for type "struct option" : YES
  151. Checking if "opterr" links: YES
  152. Checking if "optreset" links: NO
  153. Checking for type "struct sockaddr_storage" : YES
  154. Checking whether type "struct sockaddr_storage" has member "ss_family" : YES
  155. Checking whether type "struct sockaddr_storage" has member "__ss_family" : NO
  156. Checking for type "struct sockaddr_un" : YES
  157. Checking for type "struct addrinfo" : YES
  158. Checking for type "struct sockaddr_in6" : YES
  159. Checking whether type "struct tm" has member "tm_zone" : YES
  160. Checking if "Check if the global variable `timezone' exists" compiles: YES
  161. Checking for type "union semun" : NO
  162. Checking if "PS_STRINGS" links: NO
  163. Library m found: YES
  164. Library rt found: YES
  165. Library dl found: YES
  166. Library util found: YES
  167. Library posix4 found: NO
  168. Library getopt found: NO
  169. Library gnugetopt found: NO
  170. Library execinfo found: NO
  171. Checking for function "_configthreadlocale" : NO
  172. Checking for function "backtrace_symbols" : YES
  173. Checking for function "clock_gettime" : YES
  174. Checking for function "copyfile" : NO
  175. Checking for function "dlopen" : NO
  176. Checking for function "dlopen" with dependency -ldl: YES
  177. Checking for function "explicit_bzero" : YES
  178. Checking for function "fdatasync" : YES
  179. Checking for function "fls" : NO
  180. Checking for function "getaddrinfo" : YES
  181. Checking for function "gethostbyname_r" : YES
  182. Checking for function "getifaddrs" : YES
  183. Checking for function "getopt" : YES (cached)
  184. Checking for function "getopt_long" : YES (cached)
  185. Checking for function "getpeereid" : NO
  186. Checking for function "getpeerucred" : NO
  187. Checking for function "getpwuid_r" : YES
  188. Checking for function "getrlimit" : YES
  189. Checking for function "getrusage" : YES
  190. Checking for function "gettimeofday" : YES
  191. Checking for function "inet_aton" : YES
  192. Checking for function "kqueue" : NO
  193. Checking for function "link" : YES
  194. Checking for function "mbstowcs_l" : NO
  195. Checking for function "memset_s" : NO
  196. Checking for function "mkdtemp" : YES
  197. Checking for function "poll" : YES
  198. Checking for function "posix_fadvise" : YES
  199. Checking for function "posix_fallocate" : YES
  200. Checking for function "ppoll" : YES
  201. Checking for function "pread" : YES
  202. Checking for function "pstat" : NO
  203. Checking for function "pthread_is_threaded_np" : NO
  204. Checking for function "pwrite" : YES
  205. Checking for function "random" : YES
  206. Checking for function "readlink" : YES
  207. Checking for function "readv" : YES
  208. Checking for function "setenv" : YES
  209. Checking for function "setproctitle" : NO
  210. Checking for function "setproctitle" with dependency -lutil: NO
  211. Checking for function "setproctitle_fast" : NO
  212. Checking for function "setsid" : YES
  213. Checking for function "shm_open" : NO
  214. Checking for function "shm_open" with dependency -lrt: YES
  215. Checking for function "shm_unlink" : NO
  216. Checking for function "shm_unlink" with dependency -lrt: YES
  217. Checking for function "srandom" : YES
  218. Checking for function "strchrnul" : YES
  219. Checking for function "strerror_r" : YES
  220. Checking for function "strlcat" : NO
  221. Checking for function "strlcpy" : NO
  222. Checking for function "strnlen" : YES
  223. Checking for function "strsignal" : YES
  224. Checking for function "strtof" : YES
  225. Checking for function "strtoll" : YES
  226. Checking for function "__strtoll" : NO
  227. Checking for function "strtoq" : YES
  228. Checking for function "strtoull" : YES
  229. Checking for function "__strtoull" : NO
  230. Checking for function "strtouq" : YES
  231. Checking for function "symlink" : YES
  232. Checking for function "sync_file_range" : YES
  233. Checking for function "syncfs" : YES
  234. Checking for function "unsetenv" : YES
  235. Checking for function "uselocale" : YES
  236. Checking for function "wcstombs_l" : NO
  237. Checking for function "writev" : YES
  238. Checking for function "pthread_is_threaded_np" with dependency threads: NO
  239. Checking for function "pthread_barrier_wait" with dependency threads: YES
  240. Configuring pg_config_ext.h using configuration
  241. Configuring pg_config.h using configuration
  242. Configuring pg_config_paths.h using configuration
  243. Build targets in project: 232
  244.  
  245. postgresql 15devel
  246.  
  247. Data Layout
  248. Data Block Size: 8192
  249. WAL Block Size : 8192
  250.  
  251. System
  252. host system : linux x86_64
  253. build system : linux x86_64
  254.  
  255. Compiler
  256. linker : ld.bfd
  257. C compiler : gcc 11.2.1
  258.  
  259. Programs
  260. bison : /usr/bin/bison 3.7.4
  261.  
  262. External Libraries
  263. GSS : [<mesonbuild.mlog.AnsiDecorator object at 0x7fb412d8a7c0>, ' ', <mesonbuild.mlog.AnsiDecorator object at 0x7fb412d8a970>]
  264. LDAP : YES
  265. LLVM : NO
  266. icu : [<mesonbuild.mlog.AnsiDecorator object at 0x7fb412d8ac40>, ' ', <mesonbuild.mlog.AnsiDecorator object at 0x7fb412d8ad60>]
  267. libxml : [<mesonbuild.mlog.AnsiDecorator object at 0x7fb412d8acd0>, ' ', <mesonbuild.mlog.AnsiDecorator object at 0x7fb412d8adf0>]
  268. libxslt : [<mesonbuild.mlog.AnsiDecorator object at 0x7fb412d8afd0>, ' ', <mesonbuild.mlog.AnsiDecorator object at 0x7fb412d8af70>]
  269. lz4 : NO
  270. perl : YES
  271. python3 : [<mesonbuild.mlog.AnsiDecorator object at 0x7fb412d968b0>, ' ', <mesonbuild.mlog.AnsiDecorator object at 0x7fb412d96b50>]
  272. readline : [<mesonbuild.mlog.AnsiDecorator object at 0x7fb412d96c40>, ' ', <mesonbuild.mlog.AnsiDecorator object at 0x7fb412d96790>]
  273. ssl : NO
  274. zlib : [<mesonbuild.mlog.AnsiDecorator object at 0x7fb412d96550>, ' ', <mesonbuild.mlog.AnsiDecorator object at 0x7fb412d96580>]
  275.  
  276. Option buildtype is: debug [default: release]
  277. Found ninja-1.10.2 at /usr/bin/ninja
  278.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement