Guest User

Untitled

a guest
Nov 25th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 399.37 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by PostgreSQL configure 9.1.4, which was
  5. generated by GNU Autoconf 2.63. Invocation command line was
  6.  
  7. $ ./configure --disable-debug --prefix=/usr/local/Cellar/postgresql/9.1.4 --datadir=/usr/local/Cellar/postgresql/9.1.4/share/postgresql --docdir=/usr/local/Cellar/postgresql/9.1.4/share/doc/postgresql --enable-thread-safety --with-bonjour --with-gssapi --with-krb5 --with-openssl --with-libxml --with-libxslt --with-ossp-uuid --with-python --with-perl ARCHFLAGS='-arch x86_64'
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = Adrians-MacBook-Pro.local
  14. uname -m = x86_64
  15. uname -r = 12.0.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64
  18.  
  19. /usr/bin/uname -p = i386
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = Mach kernel version:
  26. Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64
  27. Kernel configured for up to 8 processors.
  28. 4 processors are physically available.
  29. 8 processors are logically available.
  30. Processor type: i486 (Intel 80486)
  31. Processors active: 0 1 2 3 4 5 6 7
  32. Primary memory available: 8.00 gigabytes
  33. Default processor set: 125 tasks, 800 threads, 8 processors
  34. Load average: 2.31, Mach factor: 5.68
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /usr/local/Cellar/readline/6.2.2/bin
  40. PATH: /usr/local/bin
  41. PATH: /usr/bin
  42. PATH: /bin
  43. PATH: /usr/sbin
  44. PATH: /sbin
  45. PATH: /usr/local/bin
  46. PATH: /opt/X11/bin
  47. PATH: /usr/local/Library/Contributions/cmds
  48.  
  49.  
  50. ## ----------- ##
  51. ## Core tests. ##
  52. ## ----------- ##
  53.  
  54. configure:2072: checking build system type
  55. configure:2090: result: x86_64-apple-darwin12.0.0
  56. configure:2112: checking host system type
  57. configure:2127: result: x86_64-apple-darwin12.0.0
  58. configure:2151: checking which template to use
  59. configure:2251: result: darwin
  60. configure:2358: checking whether to build with 64-bit integer date/time support
  61. configure:2393: result: yes
  62. configure:2400: checking whether NLS is wanted
  63. configure:2434: result: no
  64. configure:2442: checking for default port number
  65. configure:2471: result: 5432
  66. configure:2890: checking for block size
  67. configure:2930: result: 8kB
  68. configure:2942: checking for segment size
  69. configure:2975: result: 1GB
  70. configure:2987: checking for WAL block size
  71. configure:3028: result: 8kB
  72. configure:3040: checking for WAL segment size
  73. configure:3081: result: 16MB
  74. configure:3244: checking for C compiler version
  75. configure:3252: /usr/bin/clang --version >&5
  76. Apple clang version 4.0 (tags/Apple/clang-421.10.48) (based on LLVM 3.1svn)
  77. Target: x86_64-apple-darwin12.0.0
  78. Thread model: posix
  79. configure:3256: $? = 0
  80. configure:3263: /usr/bin/clang -v >&5
  81. Apple clang version 4.0 (tags/Apple/clang-421.10.48) (based on LLVM 3.1svn)
  82. Target: x86_64-apple-darwin12.0.0
  83. Thread model: posix
  84. configure:3267: $? = 0
  85. configure:3274: /usr/bin/clang -V >&5
  86. clang: error: argument to '-V' is missing (expected 1 value)
  87. clang: error: no input files
  88. configure:3278: $? = 1
  89. configure:3301: checking for C compiler default output file name
  90. configure:3323: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -luuid >&5
  91. configure:3327: $? = 0
  92. configure:3365: result: a.out
  93. configure:3384: checking whether the C compiler works
  94. configure:3394: ./a.out
  95. configure:3398: $? = 0
  96. configure:3417: result: yes
  97. configure:3424: checking whether we are cross compiling
  98. configure:3426: result: no
  99. configure:3429: checking for suffix of executables
  100. configure:3436: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -luuid >&5
  101. configure:3440: $? = 0
  102. configure:3466: result:
  103. configure:3472: checking for suffix of object files
  104. configure:3498: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5
  105. configure:3502: $? = 0
  106. configure:3527: result: o
  107. configure:3531: checking whether we are using the GNU C compiler
  108. configure:3560: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5
  109. configure:3567: $? = 0
  110. configure:3584: result: yes
  111. configure:3593: checking whether /usr/bin/clang accepts -g
  112. configure:3623: /usr/bin/clang -c -g -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5
  113. configure:3630: $? = 0
  114. configure:3731: result: yes
  115. configure:3748: checking for /usr/bin/clang option to accept ISO C89
  116. configure:3822: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5
  117. configure:3829: $? = 0
  118. configure:3852: result: none needed
  119. configure:3898: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5
  120. conftest.c:22:1: error: use of undeclared identifier 'choke'
  121. choke me
  122. ^
  123. 1 error generated.
  124. configure:3905: $? = 1
  125. configure: failed program was:
  126. | /* confdefs.h. */
  127. | #define PACKAGE_NAME "PostgreSQL"
  128. | #define PACKAGE_TARNAME "postgresql"
  129. | #define PACKAGE_VERSION "9.1.4"
  130. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  131. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  132. | #define PG_VERSION "9.1.4"
  133. | #define PG_MAJORVERSION "9.1"
  134. | #define USE_INTEGER_DATETIMES 1
  135. | #define DEF_PGPORT 5432
  136. | #define DEF_PGPORT_STR "5432"
  137. | #define BLCKSZ 8192
  138. | #define RELSEG_SIZE 131072
  139. | #define XLOG_BLCKSZ 8192
  140. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  141. | /* end confdefs.h. */
  142. |
  143. | int
  144. | main ()
  145. | {
  146. | #ifndef __INTEL_COMPILER
  147. | choke me
  148. | #endif
  149. | ;
  150. | return 0;
  151. | }
  152. configure:3945: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5
  153. conftest.c:22:1: error: use of undeclared identifier 'choke'
  154. choke me
  155. ^
  156. 1 error generated.
  157. configure:3952: $? = 1
  158. configure: failed program was:
  159. | /* confdefs.h. */
  160. | #define PACKAGE_NAME "PostgreSQL"
  161. | #define PACKAGE_TARNAME "postgresql"
  162. | #define PACKAGE_VERSION "9.1.4"
  163. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  164. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  165. | #define PG_VERSION "9.1.4"
  166. | #define PG_MAJORVERSION "9.1"
  167. | #define USE_INTEGER_DATETIMES 1
  168. | #define DEF_PGPORT 5432
  169. | #define DEF_PGPORT_STR "5432"
  170. | #define BLCKSZ 8192
  171. | #define RELSEG_SIZE 131072
  172. | #define XLOG_BLCKSZ 8192
  173. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  174. | /* end confdefs.h. */
  175. |
  176. | int
  177. | main ()
  178. | {
  179. | #ifndef __SUNPRO_C
  180. | choke me
  181. | #endif
  182. | ;
  183. | return 0;
  184. | }
  185. configure:4006: checking whether /usr/bin/clang supports -Wdeclaration-after-statement
  186. configure:4036: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5
  187. configure:4043: $? = 0
  188. configure:4060: result: yes
  189. configure:4066: checking whether /usr/bin/clang supports -Wendif-labels
  190. configure:4096: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5
  191. configure:4103: $? = 0
  192. configure:4120: result: yes
  193. configure:4127: checking whether /usr/bin/clang supports -Wformat-security
  194. configure:4157: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5
  195. configure:4164: $? = 0
  196. configure:4181: result: yes
  197. configure:4188: checking whether /usr/bin/clang supports -fno-strict-aliasing
  198. configure:4218: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5
  199. configure:4225: $? = 0
  200. configure:4242: result: yes
  201. configure:4249: checking whether /usr/bin/clang supports -fwrapv
  202. configure:4279: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5
  203. configure:4286: $? = 0
  204. configure:4303: result: yes
  205. configure:4310: checking whether /usr/bin/clang supports -fexcess-precision=standard
  206. configure:4340: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5
  207. configure:4347: $? = 0
  208. configure:4364: result: yes
  209. configure:4659: checking whether the C compiler still works
  210. configure:4682: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -luuid >&5
  211. configure:4689: $? = 0
  212. configure:4697: result: yes
  213. configure:4739: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5
  214. configure:4746: $? = 0
  215. configure:4769: checking how to run the C preprocessor
  216. configure:4809: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c
  217. configure:4816: $? = 0
  218. configure:4847: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c
  219. conftest.c:17:10: fatal error: 'ac_nonexistent.h' file not found
  220. #include <ac_nonexistent.h>
  221. ^
  222. 1 error generated.
  223. configure:4854: $? = 1
  224. configure: failed program was:
  225. | /* confdefs.h. */
  226. | #define PACKAGE_NAME "PostgreSQL"
  227. | #define PACKAGE_TARNAME "postgresql"
  228. | #define PACKAGE_VERSION "9.1.4"
  229. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  230. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  231. | #define PG_VERSION "9.1.4"
  232. | #define PG_MAJORVERSION "9.1"
  233. | #define USE_INTEGER_DATETIMES 1
  234. | #define DEF_PGPORT 5432
  235. | #define DEF_PGPORT_STR "5432"
  236. | #define BLCKSZ 8192
  237. | #define RELSEG_SIZE 131072
  238. | #define XLOG_BLCKSZ 8192
  239. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  240. | /* end confdefs.h. */
  241. | #include <ac_nonexistent.h>
  242. configure:4887: result: /usr/bin/clang -E
  243. configure:4916: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c
  244. configure:4923: $? = 0
  245. configure:4954: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c
  246. conftest.c:17:10: fatal error: 'ac_nonexistent.h' file not found
  247. #include <ac_nonexistent.h>
  248. ^
  249. 1 error generated.
  250. configure:4961: $? = 1
  251. configure: failed program was:
  252. | /* confdefs.h. */
  253. | #define PACKAGE_NAME "PostgreSQL"
  254. | #define PACKAGE_TARNAME "postgresql"
  255. | #define PACKAGE_VERSION "9.1.4"
  256. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  257. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  258. | #define PG_VERSION "9.1.4"
  259. | #define PG_MAJORVERSION "9.1"
  260. | #define USE_INTEGER_DATETIMES 1
  261. | #define DEF_PGPORT 5432
  262. | #define DEF_PGPORT_STR "5432"
  263. | #define BLCKSZ 8192
  264. | #define RELSEG_SIZE 131072
  265. | #define XLOG_BLCKSZ 8192
  266. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  267. | /* end confdefs.h. */
  268. | #include <ac_nonexistent.h>
  269. configure:5120: checking allow thread-safe client libraries
  270. configure:5154: result: yes
  271. configure:5161: checking whether to build with Tcl
  272. configure:5189: result: no
  273. configure:5225: checking whether to build Perl modules
  274. configure:5253: result: yes
  275. configure:5260: checking whether to build Python modules
  276. configure:5288: result: yes
  277. configure:5295: checking whether to build with GSSAPI support
  278. configure:5330: result: yes
  279. configure:5337: checking whether to build with Kerberos 5 support
  280. configure:5372: result: yes
  281. configure:5420: checking whether to build with PAM support
  282. configure:5452: result: no
  283. configure:5460: checking whether to build with LDAP support
  284. configure:5492: result: no
  285. configure:5500: checking whether to build with Bonjour support
  286. configure:5532: result: yes
  287. configure:5540: checking whether to build with OpenSSL support
  288. configure:5572: result: yes
  289. configure:5579: checking whether to build with SELinux support
  290. configure:5608: result: no
  291. configure:5754: checking for xml2-config
  292. configure:5770: found /usr/bin/xml2-config
  293. configure:5781: result: xml2-config
  294. configure:5918: checking for grep that handles long lines and -e
  295. configure:5978: result: /usr/bin/grep
  296. configure:5983: checking for egrep
  297. configure:6047: result: /usr/bin/grep -E
  298. configure:6098: checking for ld used by GCC
  299. configure:6161: result: /usr/bin/clang
  300. configure:6170: checking if the linker (/usr/bin/clang) is GNU ld
  301. configure:6182: result: no
  302. configure:6295: checking for ranlib
  303. configure:6311: found /usr/bin/ranlib
  304. configure:6322: result: ranlib
  305. configure:6388: checking for strip
  306. configure:6404: found /usr/bin/strip
  307. configure:6415: result: strip
  308. configure:6438: checking whether it is possible to strip libraries
  309. configure:6448: result: no
  310. configure:6497: checking for ar
  311. configure:6513: found /usr/bin/ar
  312. configure:6524: result: ar
  313. configure:6827: checking for tar
  314. configure:6845: found /usr/bin/tar
  315. configure:6857: result: /usr/bin/tar
  316. configure:6865: checking whether ln -s works
  317. configure:6869: result: yes
  318. configure:6880: checking for gawk
  319. configure:6910: result: no
  320. configure:6880: checking for mawk
  321. configure:6910: result: no
  322. configure:6880: checking for nawk
  323. configure:6910: result: no
  324. configure:6880: checking for awk
  325. configure:6896: found /usr/bin/awk
  326. configure:6907: result: awk
  327. configure:6918: checking for a thread-safe mkdir -p
  328. configure:6957: result: /usr/local/bin/gmkdir -p
  329. configure:6973: checking for bison
  330. configure:6991: found /usr/bin/bison
  331. configure:7003: result: /usr/bin/bison
  332. configure:7018: using bison (GNU Bison) 2.3
  333. configure:7049: checking for flex
  334. configure:7094: result: /usr/bin/flex
  335. configure:7114: using flex 2.5.35 Apple(flex-31)
  336. configure:7126: checking for perl
  337. configure:7144: found /usr/bin/perl
  338. configure:7156: result: /usr/bin/perl
  339. configure:7168: using perl 5.12.4
  340. configure:7203: checking for Perl archlibexp
  341. configure:7206: result: /System/Library/Perl/5.12/darwin-thread-multi-2level
  342. configure:7208: checking for Perl privlibexp
  343. configure:7211: result: /System/Library/Perl/5.12
  344. configure:7213: checking for Perl useshrplib
  345. configure:7216: result: true
  346. configure:7219: checking for flags to link embedded Perl
  347. configure:7235: result: '-arch x86_64' -fstack-protector -L/usr/local/lib -L/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE -lperl -ldl -lm -lutil -lc
  348. configure:7244: checking for python
  349. configure:7262: found /usr/local/bin/python
  350. configure:7274: result: /usr/local/bin/python
  351. configure:7289: checking for Python distutils module
  352. configure:7293: result: yes
  353. configure:7302: checking Python configuration directory
  354. configure:7310: result: /usr/local/Cellar/python/2.7.3/lib/python2.7/config
  355. configure:7314: checking how to link an embedded Python application
  356. configure:7340: result: -L/usr/local/Cellar/python/2.7.3/lib/python2.7/config -lpython2.7 -ldl -framework CoreFoundation
  357. configure:7345: checking whether Python is compiled with thread support
  358. configure:7349: result: yes
  359. configure:7431: checking for main in -lm
  360. configure:7460: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
  361. configure:7467: $? = 0
  362. configure:7488: result: yes
  363. configure:7499: checking for library containing setproctitle
  364. configure:7540: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
  365. Undefined symbols for architecture x86_64:
  366. "_setproctitle", referenced from:
  367. _main in conftest-JIRpLj.o
  368. ld: symbol(s) not found for architecture x86_64
  369. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  370. configure:7547: $? = 1
  371. configure: failed program was:
  372. | /* confdefs.h. */
  373. | #define PACKAGE_NAME "PostgreSQL"
  374. | #define PACKAGE_TARNAME "postgresql"
  375. | #define PACKAGE_VERSION "9.1.4"
  376. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  377. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  378. | #define PG_VERSION "9.1.4"
  379. | #define PG_MAJORVERSION "9.1"
  380. | #define USE_INTEGER_DATETIMES 1
  381. | #define DEF_PGPORT 5432
  382. | #define DEF_PGPORT_STR "5432"
  383. | #define BLCKSZ 8192
  384. | #define RELSEG_SIZE 131072
  385. | #define XLOG_BLCKSZ 8192
  386. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  387. | #define ENABLE_THREAD_SAFETY 1
  388. | #define ENABLE_GSS 1
  389. | #define KRB5 1
  390. | #define PG_KRB_SRVNAM "postgres"
  391. | #define USE_BONJOUR 1
  392. | #define USE_SSL 1
  393. | #define USE_LIBXML 1
  394. | #define USE_LIBXSLT 1
  395. | #define HAVE_LIBM 1
  396. | /* end confdefs.h. */
  397. |
  398. | /* Override any GCC internal prototype to avoid an error.
  399. | Use char because int might match the return type of a GCC
  400. | builtin and then its argument prototype would still apply. */
  401. | #ifdef __cplusplus
  402. | extern "C"
  403. | #endif
  404. | char setproctitle ();
  405. | int
  406. | main ()
  407. | {
  408. | return setproctitle ();
  409. | ;
  410. | return 0;
  411. | }
  412. configure:7540: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lutil -lm -luuid >&5
  413. Undefined symbols for architecture x86_64:
  414. "_setproctitle", referenced from:
  415. _main in conftest-RAeymQ.o
  416. ld: symbol(s) not found for architecture x86_64
  417. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  418. configure:7547: $? = 1
  419. configure: failed program was:
  420. | /* confdefs.h. */
  421. | #define PACKAGE_NAME "PostgreSQL"
  422. | #define PACKAGE_TARNAME "postgresql"
  423. | #define PACKAGE_VERSION "9.1.4"
  424. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  425. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  426. | #define PG_VERSION "9.1.4"
  427. | #define PG_MAJORVERSION "9.1"
  428. | #define USE_INTEGER_DATETIMES 1
  429. | #define DEF_PGPORT 5432
  430. | #define DEF_PGPORT_STR "5432"
  431. | #define BLCKSZ 8192
  432. | #define RELSEG_SIZE 131072
  433. | #define XLOG_BLCKSZ 8192
  434. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  435. | #define ENABLE_THREAD_SAFETY 1
  436. | #define ENABLE_GSS 1
  437. | #define KRB5 1
  438. | #define PG_KRB_SRVNAM "postgres"
  439. | #define USE_BONJOUR 1
  440. | #define USE_SSL 1
  441. | #define USE_LIBXML 1
  442. | #define USE_LIBXSLT 1
  443. | #define HAVE_LIBM 1
  444. | /* end confdefs.h. */
  445. |
  446. | /* Override any GCC internal prototype to avoid an error.
  447. | Use char because int might match the return type of a GCC
  448. | builtin and then its argument prototype would still apply. */
  449. | #ifdef __cplusplus
  450. | extern "C"
  451. | #endif
  452. | char setproctitle ();
  453. | int
  454. | main ()
  455. | {
  456. | return setproctitle ();
  457. | ;
  458. | return 0;
  459. | }
  460. configure:7578: result: no
  461. configure:7586: checking for library containing dlopen
  462. configure:7627: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
  463. configure:7634: $? = 0
  464. configure:7665: result: none required
  465. configure:7673: checking for library containing socket
  466. configure:7714: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
  467. configure:7721: $? = 0
  468. configure:7752: result: none required
  469. configure:7760: checking for library containing shl_load
  470. configure:7801: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
  471. Undefined symbols for architecture x86_64:
  472. "_shl_load", referenced from:
  473. _main in conftest-ZlstvC.o
  474. ld: symbol(s) not found for architecture x86_64
  475. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  476. configure:7808: $? = 1
  477. configure: failed program was:
  478. | /* confdefs.h. */
  479. | #define PACKAGE_NAME "PostgreSQL"
  480. | #define PACKAGE_TARNAME "postgresql"
  481. | #define PACKAGE_VERSION "9.1.4"
  482. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  483. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  484. | #define PG_VERSION "9.1.4"
  485. | #define PG_MAJORVERSION "9.1"
  486. | #define USE_INTEGER_DATETIMES 1
  487. | #define DEF_PGPORT 5432
  488. | #define DEF_PGPORT_STR "5432"
  489. | #define BLCKSZ 8192
  490. | #define RELSEG_SIZE 131072
  491. | #define XLOG_BLCKSZ 8192
  492. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  493. | #define ENABLE_THREAD_SAFETY 1
  494. | #define ENABLE_GSS 1
  495. | #define KRB5 1
  496. | #define PG_KRB_SRVNAM "postgres"
  497. | #define USE_BONJOUR 1
  498. | #define USE_SSL 1
  499. | #define USE_LIBXML 1
  500. | #define USE_LIBXSLT 1
  501. | #define HAVE_LIBM 1
  502. | /* end confdefs.h. */
  503. |
  504. | /* Override any GCC internal prototype to avoid an error.
  505. | Use char because int might match the return type of a GCC
  506. | builtin and then its argument prototype would still apply. */
  507. | #ifdef __cplusplus
  508. | extern "C"
  509. | #endif
  510. | char shl_load ();
  511. | int
  512. | main ()
  513. | {
  514. | return shl_load ();
  515. | ;
  516. | return 0;
  517. | }
  518. configure:7801: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -ldld -lm -luuid >&5
  519. ld: library not found for -ldld
  520. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  521. configure:7808: $? = 1
  522. configure: failed program was:
  523. | /* confdefs.h. */
  524. | #define PACKAGE_NAME "PostgreSQL"
  525. | #define PACKAGE_TARNAME "postgresql"
  526. | #define PACKAGE_VERSION "9.1.4"
  527. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  528. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  529. | #define PG_VERSION "9.1.4"
  530. | #define PG_MAJORVERSION "9.1"
  531. | #define USE_INTEGER_DATETIMES 1
  532. | #define DEF_PGPORT 5432
  533. | #define DEF_PGPORT_STR "5432"
  534. | #define BLCKSZ 8192
  535. | #define RELSEG_SIZE 131072
  536. | #define XLOG_BLCKSZ 8192
  537. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  538. | #define ENABLE_THREAD_SAFETY 1
  539. | #define ENABLE_GSS 1
  540. | #define KRB5 1
  541. | #define PG_KRB_SRVNAM "postgres"
  542. | #define USE_BONJOUR 1
  543. | #define USE_SSL 1
  544. | #define USE_LIBXML 1
  545. | #define USE_LIBXSLT 1
  546. | #define HAVE_LIBM 1
  547. | /* end confdefs.h. */
  548. |
  549. | /* Override any GCC internal prototype to avoid an error.
  550. | Use char because int might match the return type of a GCC
  551. | builtin and then its argument prototype would still apply. */
  552. | #ifdef __cplusplus
  553. | extern "C"
  554. | #endif
  555. | char shl_load ();
  556. | int
  557. | main ()
  558. | {
  559. | return shl_load ();
  560. | ;
  561. | return 0;
  562. | }
  563. configure:7839: result: no
  564. configure:7939: checking for library containing getopt_long
  565. configure:7980: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
  566. configure:7987: $? = 0
  567. configure:8018: result: none required
  568. configure:8026: checking for library containing crypt
  569. configure:8067: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
  570. configure:8074: $? = 0
  571. configure:8105: result: none required
  572. configure:8114: checking for library containing fdatasync
  573. configure:8155: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
  574. configure:8162: $? = 0
  575. configure:8193: result: none required
  576. configure:8203: checking for library containing gethostbyname_r
  577. configure:8244: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
  578. Undefined symbols for architecture x86_64:
  579. "_gethostbyname_r", referenced from:
  580. _main in conftest-hwIi42.o
  581. ld: symbol(s) not found for architecture x86_64
  582. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  583. configure:8251: $? = 1
  584. configure: failed program was:
  585. | /* confdefs.h. */
  586. | #define PACKAGE_NAME "PostgreSQL"
  587. | #define PACKAGE_TARNAME "postgresql"
  588. | #define PACKAGE_VERSION "9.1.4"
  589. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  590. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  591. | #define PG_VERSION "9.1.4"
  592. | #define PG_MAJORVERSION "9.1"
  593. | #define USE_INTEGER_DATETIMES 1
  594. | #define DEF_PGPORT 5432
  595. | #define DEF_PGPORT_STR "5432"
  596. | #define BLCKSZ 8192
  597. | #define RELSEG_SIZE 131072
  598. | #define XLOG_BLCKSZ 8192
  599. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  600. | #define ENABLE_THREAD_SAFETY 1
  601. | #define ENABLE_GSS 1
  602. | #define KRB5 1
  603. | #define PG_KRB_SRVNAM "postgres"
  604. | #define USE_BONJOUR 1
  605. | #define USE_SSL 1
  606. | #define USE_LIBXML 1
  607. | #define USE_LIBXSLT 1
  608. | #define HAVE_LIBM 1
  609. | /* end confdefs.h. */
  610. |
  611. | /* Override any GCC internal prototype to avoid an error.
  612. | Use char because int might match the return type of a GCC
  613. | builtin and then its argument prototype would still apply. */
  614. | #ifdef __cplusplus
  615. | extern "C"
  616. | #endif
  617. | char gethostbyname_r ();
  618. | int
  619. | main ()
  620. | {
  621. | return gethostbyname_r ();
  622. | ;
  623. | return 0;
  624. | }
  625. configure:8244: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lnsl -lm -luuid >&5
  626. ld: library not found for -lnsl
  627. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  628. configure:8251: $? = 1
  629. configure: failed program was:
  630. | /* confdefs.h. */
  631. | #define PACKAGE_NAME "PostgreSQL"
  632. | #define PACKAGE_TARNAME "postgresql"
  633. | #define PACKAGE_VERSION "9.1.4"
  634. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  635. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  636. | #define PG_VERSION "9.1.4"
  637. | #define PG_MAJORVERSION "9.1"
  638. | #define USE_INTEGER_DATETIMES 1
  639. | #define DEF_PGPORT 5432
  640. | #define DEF_PGPORT_STR "5432"
  641. | #define BLCKSZ 8192
  642. | #define RELSEG_SIZE 131072
  643. | #define XLOG_BLCKSZ 8192
  644. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  645. | #define ENABLE_THREAD_SAFETY 1
  646. | #define ENABLE_GSS 1
  647. | #define KRB5 1
  648. | #define PG_KRB_SRVNAM "postgres"
  649. | #define USE_BONJOUR 1
  650. | #define USE_SSL 1
  651. | #define USE_LIBXML 1
  652. | #define USE_LIBXSLT 1
  653. | #define HAVE_LIBM 1
  654. | /* end confdefs.h. */
  655. |
  656. | /* Override any GCC internal prototype to avoid an error.
  657. | Use char because int might match the return type of a GCC
  658. | builtin and then its argument prototype would still apply. */
  659. | #ifdef __cplusplus
  660. | extern "C"
  661. | #endif
  662. | char gethostbyname_r ();
  663. | int
  664. | main ()
  665. | {
  666. | return gethostbyname_r ();
  667. | ;
  668. | return 0;
  669. | }
  670. configure:8282: result: no
  671. configure:8291: checking for library containing shmget
  672. configure:8332: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
  673. configure:8339: $? = 0
  674. configure:8370: result: none required
  675. configure:8382: checking for library containing readline
  676. configure:8424: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lreadline -lm -luuid >&5
  677. configure:8431: $? = 0
  678. configure:8471: result: -lreadline
  679. configure:8498: checking for inflate in -lz
  680. configure:8533: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lz -lreadline -lm -luuid >&5
  681. configure:8540: $? = 0
  682. configure:8561: result: yes
  683. configure:8599: checking for library containing gss_init_sec_context
  684. configure:8640: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lz -lreadline -lm -luuid >&5
  685. Undefined symbols for architecture x86_64:
  686. "_gss_init_sec_context", referenced from:
  687. _main in conftest-YIwmqm.o
  688. ld: symbol(s) not found for architecture x86_64
  689. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  690. configure:8647: $? = 1
  691. configure: failed program was:
  692. | /* confdefs.h. */
  693. | #define PACKAGE_NAME "PostgreSQL"
  694. | #define PACKAGE_TARNAME "postgresql"
  695. | #define PACKAGE_VERSION "9.1.4"
  696. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  697. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  698. | #define PG_VERSION "9.1.4"
  699. | #define PG_MAJORVERSION "9.1"
  700. | #define USE_INTEGER_DATETIMES 1
  701. | #define DEF_PGPORT 5432
  702. | #define DEF_PGPORT_STR "5432"
  703. | #define BLCKSZ 8192
  704. | #define RELSEG_SIZE 131072
  705. | #define XLOG_BLCKSZ 8192
  706. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  707. | #define ENABLE_THREAD_SAFETY 1
  708. | #define ENABLE_GSS 1
  709. | #define KRB5 1
  710. | #define PG_KRB_SRVNAM "postgres"
  711. | #define USE_BONJOUR 1
  712. | #define USE_SSL 1
  713. | #define USE_LIBXML 1
  714. | #define USE_LIBXSLT 1
  715. | #define HAVE_LIBM 1
  716. | #define HAVE_LIBREADLINE 1
  717. | #define HAVE_LIBZ 1
  718. | #define HAVE_SPINLOCKS 1
  719. | /* end confdefs.h. */
  720. |
  721. | /* Override any GCC internal prototype to avoid an error.
  722. | Use char because int might match the return type of a GCC
  723. | builtin and then its argument prototype would still apply. */
  724. | #ifdef __cplusplus
  725. | extern "C"
  726. | #endif
  727. | char gss_init_sec_context ();
  728. | int
  729. | main ()
  730. | {
  731. | return gss_init_sec_context ();
  732. | ;
  733. | return 0;
  734. | }
  735. configure:8640: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  736. configure:8647: $? = 0
  737. configure:8678: result: -lgssapi_krb5
  738. configure:8697: checking for library containing com_err
  739. configure:8738: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  740. configure:8745: $? = 0
  741. configure:8776: result: none required
  742. configure:8788: checking for library containing krb5_sendauth
  743. configure:8829: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  744. configure:8836: $? = 0
  745. configure:8867: result: none required
  746. configure:8977: checking for CRYPTO_new_ex_data in -lcrypto
  747. configure:9012: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  748. configure:9019: $? = 0
  749. configure:9040: result: yes
  750. configure:9056: checking for SSL_library_init in -lssl
  751. configure:9091: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  752. configure:9098: $? = 0
  753. configure:9119: result: yes
  754. configure:9404: checking for xmlSaveToBuffer in -lxml2
  755. configure:9439: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  756. configure:9446: $? = 0
  757. configure:9467: result: yes
  758. configure:9486: checking for xsltCleanupGlobals in -lxslt
  759. configure:9521: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  760. configure:9528: $? = 0
  761. configure:9549: result: yes
  762. configure:9651: checking for uuid_export in -lossp-uuid
  763. configure:9686: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lossp-uuid -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  764. ld: library not found for -lossp-uuid
  765. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  766. configure:9693: $? = 1
  767. configure: failed program was:
  768. | /* confdefs.h. */
  769. | #define PACKAGE_NAME "PostgreSQL"
  770. | #define PACKAGE_TARNAME "postgresql"
  771. | #define PACKAGE_VERSION "9.1.4"
  772. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  773. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  774. | #define PG_VERSION "9.1.4"
  775. | #define PG_MAJORVERSION "9.1"
  776. | #define USE_INTEGER_DATETIMES 1
  777. | #define DEF_PGPORT 5432
  778. | #define DEF_PGPORT_STR "5432"
  779. | #define BLCKSZ 8192
  780. | #define RELSEG_SIZE 131072
  781. | #define XLOG_BLCKSZ 8192
  782. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  783. | #define ENABLE_THREAD_SAFETY 1
  784. | #define ENABLE_GSS 1
  785. | #define KRB5 1
  786. | #define PG_KRB_SRVNAM "postgres"
  787. | #define USE_BONJOUR 1
  788. | #define USE_SSL 1
  789. | #define USE_LIBXML 1
  790. | #define USE_LIBXSLT 1
  791. | #define HAVE_LIBM 1
  792. | #define HAVE_LIBREADLINE 1
  793. | #define HAVE_LIBZ 1
  794. | #define HAVE_SPINLOCKS 1
  795. | #define HAVE_LIBCRYPTO 1
  796. | #define HAVE_LIBSSL 1
  797. | #define HAVE_LIBXML2 1
  798. | #define HAVE_LIBXSLT 1
  799. | /* end confdefs.h. */
  800. |
  801. | /* Override any GCC internal prototype to avoid an error.
  802. | Use char because int might match the return type of a GCC
  803. | builtin and then its argument prototype would still apply. */
  804. | #ifdef __cplusplus
  805. | extern "C"
  806. | #endif
  807. | char uuid_export ();
  808. | int
  809. | main ()
  810. | {
  811. | return uuid_export ();
  812. | ;
  813. | return 0;
  814. | }
  815. configure:9714: result: no
  816. configure:9719: checking for uuid_export in -luuid
  817. configure:9754: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -luuid -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  818. configure:9761: $? = 0
  819. configure:9782: result: yes
  820. configure:9802: checking for ANSI C header files
  821. configure:9832: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  822. configure:9839: $? = 0
  823. configure:9938: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  824. configure:9942: $? = 0
  825. configure:9948: ./conftest
  826. configure:9952: $? = 0
  827. configure:9970: result: yes
  828. configure:9994: checking for sys/types.h
  829. configure:10015: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  830. configure:10022: $? = 0
  831. configure:10039: result: yes
  832. configure:9994: checking for sys/stat.h
  833. configure:10015: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  834. configure:10022: $? = 0
  835. configure:10039: result: yes
  836. configure:9994: checking for stdlib.h
  837. configure:10015: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  838. configure:10022: $? = 0
  839. configure:10039: result: yes
  840. configure:9994: checking for string.h
  841. configure:10015: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  842. configure:10022: $? = 0
  843. configure:10039: result: yes
  844. configure:9994: checking for memory.h
  845. configure:10015: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  846. configure:10022: $? = 0
  847. configure:10039: result: yes
  848. configure:9994: checking for strings.h
  849. configure:10015: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  850. configure:10022: $? = 0
  851. configure:10039: result: yes
  852. configure:9994: checking for inttypes.h
  853. configure:10015: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  854. configure:10022: $? = 0
  855. configure:10039: result: yes
  856. configure:9994: checking for stdint.h
  857. configure:10015: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  858. configure:10022: $? = 0
  859. configure:10039: result: yes
  860. configure:9994: checking for unistd.h
  861. configure:10015: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  862. configure:10022: $? = 0
  863. configure:10039: result: yes
  864. configure:10099: checking crypt.h usability
  865. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  866. conftest.c:76:10: fatal error: 'crypt.h' file not found
  867. #include <crypt.h>
  868. ^
  869. 1 error generated.
  870. configure:10123: $? = 1
  871. configure: failed program was:
  872. | /* confdefs.h. */
  873. | #define PACKAGE_NAME "PostgreSQL"
  874. | #define PACKAGE_TARNAME "postgresql"
  875. | #define PACKAGE_VERSION "9.1.4"
  876. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  877. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  878. | #define PG_VERSION "9.1.4"
  879. | #define PG_MAJORVERSION "9.1"
  880. | #define USE_INTEGER_DATETIMES 1
  881. | #define DEF_PGPORT 5432
  882. | #define DEF_PGPORT_STR "5432"
  883. | #define BLCKSZ 8192
  884. | #define RELSEG_SIZE 131072
  885. | #define XLOG_BLCKSZ 8192
  886. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  887. | #define ENABLE_THREAD_SAFETY 1
  888. | #define ENABLE_GSS 1
  889. | #define KRB5 1
  890. | #define PG_KRB_SRVNAM "postgres"
  891. | #define USE_BONJOUR 1
  892. | #define USE_SSL 1
  893. | #define USE_LIBXML 1
  894. | #define USE_LIBXSLT 1
  895. | #define HAVE_LIBM 1
  896. | #define HAVE_LIBREADLINE 1
  897. | #define HAVE_LIBZ 1
  898. | #define HAVE_SPINLOCKS 1
  899. | #define HAVE_LIBCRYPTO 1
  900. | #define HAVE_LIBSSL 1
  901. | #define HAVE_LIBXML2 1
  902. | #define HAVE_LIBXSLT 1
  903. | #define STDC_HEADERS 1
  904. | #define HAVE_SYS_TYPES_H 1
  905. | #define HAVE_SYS_STAT_H 1
  906. | #define HAVE_STDLIB_H 1
  907. | #define HAVE_STRING_H 1
  908. | #define HAVE_MEMORY_H 1
  909. | #define HAVE_STRINGS_H 1
  910. | #define HAVE_INTTYPES_H 1
  911. | #define HAVE_STDINT_H 1
  912. | #define HAVE_UNISTD_H 1
  913. | /* end confdefs.h. */
  914. | #include <stdio.h>
  915. | #ifdef HAVE_SYS_TYPES_H
  916. | # include <sys/types.h>
  917. | #endif
  918. | #ifdef HAVE_SYS_STAT_H
  919. | # include <sys/stat.h>
  920. | #endif
  921. | #ifdef STDC_HEADERS
  922. | # include <stdlib.h>
  923. | # include <stddef.h>
  924. | #else
  925. | # ifdef HAVE_STDLIB_H
  926. | # include <stdlib.h>
  927. | # endif
  928. | #endif
  929. | #ifdef HAVE_STRING_H
  930. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  931. | # include <memory.h>
  932. | # endif
  933. | # include <string.h>
  934. | #endif
  935. | #ifdef HAVE_STRINGS_H
  936. | # include <strings.h>
  937. | #endif
  938. | #ifdef HAVE_INTTYPES_H
  939. | # include <inttypes.h>
  940. | #endif
  941. | #ifdef HAVE_STDINT_H
  942. | # include <stdint.h>
  943. | #endif
  944. | #ifdef HAVE_UNISTD_H
  945. | # include <unistd.h>
  946. | #endif
  947. | #include <crypt.h>
  948. configure:10137: result: no
  949. configure:10141: checking crypt.h presence
  950. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  951. conftest.c:43:10: fatal error: 'crypt.h' file not found
  952. #include <crypt.h>
  953. ^
  954. 1 error generated.
  955. configure:10163: $? = 1
  956. configure: failed program was:
  957. | /* confdefs.h. */
  958. | #define PACKAGE_NAME "PostgreSQL"
  959. | #define PACKAGE_TARNAME "postgresql"
  960. | #define PACKAGE_VERSION "9.1.4"
  961. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  962. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  963. | #define PG_VERSION "9.1.4"
  964. | #define PG_MAJORVERSION "9.1"
  965. | #define USE_INTEGER_DATETIMES 1
  966. | #define DEF_PGPORT 5432
  967. | #define DEF_PGPORT_STR "5432"
  968. | #define BLCKSZ 8192
  969. | #define RELSEG_SIZE 131072
  970. | #define XLOG_BLCKSZ 8192
  971. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  972. | #define ENABLE_THREAD_SAFETY 1
  973. | #define ENABLE_GSS 1
  974. | #define KRB5 1
  975. | #define PG_KRB_SRVNAM "postgres"
  976. | #define USE_BONJOUR 1
  977. | #define USE_SSL 1
  978. | #define USE_LIBXML 1
  979. | #define USE_LIBXSLT 1
  980. | #define HAVE_LIBM 1
  981. | #define HAVE_LIBREADLINE 1
  982. | #define HAVE_LIBZ 1
  983. | #define HAVE_SPINLOCKS 1
  984. | #define HAVE_LIBCRYPTO 1
  985. | #define HAVE_LIBSSL 1
  986. | #define HAVE_LIBXML2 1
  987. | #define HAVE_LIBXSLT 1
  988. | #define STDC_HEADERS 1
  989. | #define HAVE_SYS_TYPES_H 1
  990. | #define HAVE_SYS_STAT_H 1
  991. | #define HAVE_STDLIB_H 1
  992. | #define HAVE_STRING_H 1
  993. | #define HAVE_MEMORY_H 1
  994. | #define HAVE_STRINGS_H 1
  995. | #define HAVE_INTTYPES_H 1
  996. | #define HAVE_STDINT_H 1
  997. | #define HAVE_UNISTD_H 1
  998. | /* end confdefs.h. */
  999. | #include <crypt.h>
  1000. configure:10177: result: no
  1001. configure:10210: checking for crypt.h
  1002. configure:10219: result: no
  1003. configure:10099: checking dld.h usability
  1004. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  1005. conftest.c:76:10: fatal error: 'dld.h' file not found
  1006. #include <dld.h>
  1007. ^
  1008. 1 error generated.
  1009. configure:10123: $? = 1
  1010. configure: failed program was:
  1011. | /* confdefs.h. */
  1012. | #define PACKAGE_NAME "PostgreSQL"
  1013. | #define PACKAGE_TARNAME "postgresql"
  1014. | #define PACKAGE_VERSION "9.1.4"
  1015. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  1016. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  1017. | #define PG_VERSION "9.1.4"
  1018. | #define PG_MAJORVERSION "9.1"
  1019. | #define USE_INTEGER_DATETIMES 1
  1020. | #define DEF_PGPORT 5432
  1021. | #define DEF_PGPORT_STR "5432"
  1022. | #define BLCKSZ 8192
  1023. | #define RELSEG_SIZE 131072
  1024. | #define XLOG_BLCKSZ 8192
  1025. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  1026. | #define ENABLE_THREAD_SAFETY 1
  1027. | #define ENABLE_GSS 1
  1028. | #define KRB5 1
  1029. | #define PG_KRB_SRVNAM "postgres"
  1030. | #define USE_BONJOUR 1
  1031. | #define USE_SSL 1
  1032. | #define USE_LIBXML 1
  1033. | #define USE_LIBXSLT 1
  1034. | #define HAVE_LIBM 1
  1035. | #define HAVE_LIBREADLINE 1
  1036. | #define HAVE_LIBZ 1
  1037. | #define HAVE_SPINLOCKS 1
  1038. | #define HAVE_LIBCRYPTO 1
  1039. | #define HAVE_LIBSSL 1
  1040. | #define HAVE_LIBXML2 1
  1041. | #define HAVE_LIBXSLT 1
  1042. | #define STDC_HEADERS 1
  1043. | #define HAVE_SYS_TYPES_H 1
  1044. | #define HAVE_SYS_STAT_H 1
  1045. | #define HAVE_STDLIB_H 1
  1046. | #define HAVE_STRING_H 1
  1047. | #define HAVE_MEMORY_H 1
  1048. | #define HAVE_STRINGS_H 1
  1049. | #define HAVE_INTTYPES_H 1
  1050. | #define HAVE_STDINT_H 1
  1051. | #define HAVE_UNISTD_H 1
  1052. | /* end confdefs.h. */
  1053. | #include <stdio.h>
  1054. | #ifdef HAVE_SYS_TYPES_H
  1055. | # include <sys/types.h>
  1056. | #endif
  1057. | #ifdef HAVE_SYS_STAT_H
  1058. | # include <sys/stat.h>
  1059. | #endif
  1060. | #ifdef STDC_HEADERS
  1061. | # include <stdlib.h>
  1062. | # include <stddef.h>
  1063. | #else
  1064. | # ifdef HAVE_STDLIB_H
  1065. | # include <stdlib.h>
  1066. | # endif
  1067. | #endif
  1068. | #ifdef HAVE_STRING_H
  1069. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1070. | # include <memory.h>
  1071. | # endif
  1072. | # include <string.h>
  1073. | #endif
  1074. | #ifdef HAVE_STRINGS_H
  1075. | # include <strings.h>
  1076. | #endif
  1077. | #ifdef HAVE_INTTYPES_H
  1078. | # include <inttypes.h>
  1079. | #endif
  1080. | #ifdef HAVE_STDINT_H
  1081. | # include <stdint.h>
  1082. | #endif
  1083. | #ifdef HAVE_UNISTD_H
  1084. | # include <unistd.h>
  1085. | #endif
  1086. | #include <dld.h>
  1087. configure:10137: result: no
  1088. configure:10141: checking dld.h presence
  1089. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  1090. conftest.c:43:10: fatal error: 'dld.h' file not found
  1091. #include <dld.h>
  1092. ^
  1093. 1 error generated.
  1094. configure:10163: $? = 1
  1095. configure: failed program was:
  1096. | /* confdefs.h. */
  1097. | #define PACKAGE_NAME "PostgreSQL"
  1098. | #define PACKAGE_TARNAME "postgresql"
  1099. | #define PACKAGE_VERSION "9.1.4"
  1100. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  1101. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  1102. | #define PG_VERSION "9.1.4"
  1103. | #define PG_MAJORVERSION "9.1"
  1104. | #define USE_INTEGER_DATETIMES 1
  1105. | #define DEF_PGPORT 5432
  1106. | #define DEF_PGPORT_STR "5432"
  1107. | #define BLCKSZ 8192
  1108. | #define RELSEG_SIZE 131072
  1109. | #define XLOG_BLCKSZ 8192
  1110. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  1111. | #define ENABLE_THREAD_SAFETY 1
  1112. | #define ENABLE_GSS 1
  1113. | #define KRB5 1
  1114. | #define PG_KRB_SRVNAM "postgres"
  1115. | #define USE_BONJOUR 1
  1116. | #define USE_SSL 1
  1117. | #define USE_LIBXML 1
  1118. | #define USE_LIBXSLT 1
  1119. | #define HAVE_LIBM 1
  1120. | #define HAVE_LIBREADLINE 1
  1121. | #define HAVE_LIBZ 1
  1122. | #define HAVE_SPINLOCKS 1
  1123. | #define HAVE_LIBCRYPTO 1
  1124. | #define HAVE_LIBSSL 1
  1125. | #define HAVE_LIBXML2 1
  1126. | #define HAVE_LIBXSLT 1
  1127. | #define STDC_HEADERS 1
  1128. | #define HAVE_SYS_TYPES_H 1
  1129. | #define HAVE_SYS_STAT_H 1
  1130. | #define HAVE_STDLIB_H 1
  1131. | #define HAVE_STRING_H 1
  1132. | #define HAVE_MEMORY_H 1
  1133. | #define HAVE_STRINGS_H 1
  1134. | #define HAVE_INTTYPES_H 1
  1135. | #define HAVE_STDINT_H 1
  1136. | #define HAVE_UNISTD_H 1
  1137. | /* end confdefs.h. */
  1138. | #include <dld.h>
  1139. configure:10177: result: no
  1140. configure:10210: checking for dld.h
  1141. configure:10219: result: no
  1142. configure:10099: checking fp_class.h usability
  1143. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  1144. conftest.c:76:10: fatal error: 'fp_class.h' file not found
  1145. #include <fp_class.h>
  1146. ^
  1147. 1 error generated.
  1148. configure:10123: $? = 1
  1149. configure: failed program was:
  1150. | /* confdefs.h. */
  1151. | #define PACKAGE_NAME "PostgreSQL"
  1152. | #define PACKAGE_TARNAME "postgresql"
  1153. | #define PACKAGE_VERSION "9.1.4"
  1154. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  1155. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  1156. | #define PG_VERSION "9.1.4"
  1157. | #define PG_MAJORVERSION "9.1"
  1158. | #define USE_INTEGER_DATETIMES 1
  1159. | #define DEF_PGPORT 5432
  1160. | #define DEF_PGPORT_STR "5432"
  1161. | #define BLCKSZ 8192
  1162. | #define RELSEG_SIZE 131072
  1163. | #define XLOG_BLCKSZ 8192
  1164. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  1165. | #define ENABLE_THREAD_SAFETY 1
  1166. | #define ENABLE_GSS 1
  1167. | #define KRB5 1
  1168. | #define PG_KRB_SRVNAM "postgres"
  1169. | #define USE_BONJOUR 1
  1170. | #define USE_SSL 1
  1171. | #define USE_LIBXML 1
  1172. | #define USE_LIBXSLT 1
  1173. | #define HAVE_LIBM 1
  1174. | #define HAVE_LIBREADLINE 1
  1175. | #define HAVE_LIBZ 1
  1176. | #define HAVE_SPINLOCKS 1
  1177. | #define HAVE_LIBCRYPTO 1
  1178. | #define HAVE_LIBSSL 1
  1179. | #define HAVE_LIBXML2 1
  1180. | #define HAVE_LIBXSLT 1
  1181. | #define STDC_HEADERS 1
  1182. | #define HAVE_SYS_TYPES_H 1
  1183. | #define HAVE_SYS_STAT_H 1
  1184. | #define HAVE_STDLIB_H 1
  1185. | #define HAVE_STRING_H 1
  1186. | #define HAVE_MEMORY_H 1
  1187. | #define HAVE_STRINGS_H 1
  1188. | #define HAVE_INTTYPES_H 1
  1189. | #define HAVE_STDINT_H 1
  1190. | #define HAVE_UNISTD_H 1
  1191. | /* end confdefs.h. */
  1192. | #include <stdio.h>
  1193. | #ifdef HAVE_SYS_TYPES_H
  1194. | # include <sys/types.h>
  1195. | #endif
  1196. | #ifdef HAVE_SYS_STAT_H
  1197. | # include <sys/stat.h>
  1198. | #endif
  1199. | #ifdef STDC_HEADERS
  1200. | # include <stdlib.h>
  1201. | # include <stddef.h>
  1202. | #else
  1203. | # ifdef HAVE_STDLIB_H
  1204. | # include <stdlib.h>
  1205. | # endif
  1206. | #endif
  1207. | #ifdef HAVE_STRING_H
  1208. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1209. | # include <memory.h>
  1210. | # endif
  1211. | # include <string.h>
  1212. | #endif
  1213. | #ifdef HAVE_STRINGS_H
  1214. | # include <strings.h>
  1215. | #endif
  1216. | #ifdef HAVE_INTTYPES_H
  1217. | # include <inttypes.h>
  1218. | #endif
  1219. | #ifdef HAVE_STDINT_H
  1220. | # include <stdint.h>
  1221. | #endif
  1222. | #ifdef HAVE_UNISTD_H
  1223. | # include <unistd.h>
  1224. | #endif
  1225. | #include <fp_class.h>
  1226. configure:10137: result: no
  1227. configure:10141: checking fp_class.h presence
  1228. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  1229. conftest.c:43:10: fatal error: 'fp_class.h' file not found
  1230. #include <fp_class.h>
  1231. ^
  1232. 1 error generated.
  1233. configure:10163: $? = 1
  1234. configure: failed program was:
  1235. | /* confdefs.h. */
  1236. | #define PACKAGE_NAME "PostgreSQL"
  1237. | #define PACKAGE_TARNAME "postgresql"
  1238. | #define PACKAGE_VERSION "9.1.4"
  1239. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  1240. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  1241. | #define PG_VERSION "9.1.4"
  1242. | #define PG_MAJORVERSION "9.1"
  1243. | #define USE_INTEGER_DATETIMES 1
  1244. | #define DEF_PGPORT 5432
  1245. | #define DEF_PGPORT_STR "5432"
  1246. | #define BLCKSZ 8192
  1247. | #define RELSEG_SIZE 131072
  1248. | #define XLOG_BLCKSZ 8192
  1249. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  1250. | #define ENABLE_THREAD_SAFETY 1
  1251. | #define ENABLE_GSS 1
  1252. | #define KRB5 1
  1253. | #define PG_KRB_SRVNAM "postgres"
  1254. | #define USE_BONJOUR 1
  1255. | #define USE_SSL 1
  1256. | #define USE_LIBXML 1
  1257. | #define USE_LIBXSLT 1
  1258. | #define HAVE_LIBM 1
  1259. | #define HAVE_LIBREADLINE 1
  1260. | #define HAVE_LIBZ 1
  1261. | #define HAVE_SPINLOCKS 1
  1262. | #define HAVE_LIBCRYPTO 1
  1263. | #define HAVE_LIBSSL 1
  1264. | #define HAVE_LIBXML2 1
  1265. | #define HAVE_LIBXSLT 1
  1266. | #define STDC_HEADERS 1
  1267. | #define HAVE_SYS_TYPES_H 1
  1268. | #define HAVE_SYS_STAT_H 1
  1269. | #define HAVE_STDLIB_H 1
  1270. | #define HAVE_STRING_H 1
  1271. | #define HAVE_MEMORY_H 1
  1272. | #define HAVE_STRINGS_H 1
  1273. | #define HAVE_INTTYPES_H 1
  1274. | #define HAVE_STDINT_H 1
  1275. | #define HAVE_UNISTD_H 1
  1276. | /* end confdefs.h. */
  1277. | #include <fp_class.h>
  1278. configure:10177: result: no
  1279. configure:10210: checking for fp_class.h
  1280. configure:10219: result: no
  1281. configure:10099: checking getopt.h usability
  1282. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  1283. configure:10123: $? = 0
  1284. configure:10137: result: yes
  1285. configure:10141: checking getopt.h presence
  1286. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  1287. configure:10163: $? = 0
  1288. configure:10177: result: yes
  1289. configure:10210: checking for getopt.h
  1290. configure:10219: result: yes
  1291. configure:10099: checking ieeefp.h usability
  1292. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  1293. conftest.c:77:10: fatal error: 'ieeefp.h' file not found
  1294. #include <ieeefp.h>
  1295. ^
  1296. 1 error generated.
  1297. configure:10123: $? = 1
  1298. configure: failed program was:
  1299. | /* confdefs.h. */
  1300. | #define PACKAGE_NAME "PostgreSQL"
  1301. | #define PACKAGE_TARNAME "postgresql"
  1302. | #define PACKAGE_VERSION "9.1.4"
  1303. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  1304. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  1305. | #define PG_VERSION "9.1.4"
  1306. | #define PG_MAJORVERSION "9.1"
  1307. | #define USE_INTEGER_DATETIMES 1
  1308. | #define DEF_PGPORT 5432
  1309. | #define DEF_PGPORT_STR "5432"
  1310. | #define BLCKSZ 8192
  1311. | #define RELSEG_SIZE 131072
  1312. | #define XLOG_BLCKSZ 8192
  1313. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  1314. | #define ENABLE_THREAD_SAFETY 1
  1315. | #define ENABLE_GSS 1
  1316. | #define KRB5 1
  1317. | #define PG_KRB_SRVNAM "postgres"
  1318. | #define USE_BONJOUR 1
  1319. | #define USE_SSL 1
  1320. | #define USE_LIBXML 1
  1321. | #define USE_LIBXSLT 1
  1322. | #define HAVE_LIBM 1
  1323. | #define HAVE_LIBREADLINE 1
  1324. | #define HAVE_LIBZ 1
  1325. | #define HAVE_SPINLOCKS 1
  1326. | #define HAVE_LIBCRYPTO 1
  1327. | #define HAVE_LIBSSL 1
  1328. | #define HAVE_LIBXML2 1
  1329. | #define HAVE_LIBXSLT 1
  1330. | #define STDC_HEADERS 1
  1331. | #define HAVE_SYS_TYPES_H 1
  1332. | #define HAVE_SYS_STAT_H 1
  1333. | #define HAVE_STDLIB_H 1
  1334. | #define HAVE_STRING_H 1
  1335. | #define HAVE_MEMORY_H 1
  1336. | #define HAVE_STRINGS_H 1
  1337. | #define HAVE_INTTYPES_H 1
  1338. | #define HAVE_STDINT_H 1
  1339. | #define HAVE_UNISTD_H 1
  1340. | #define HAVE_GETOPT_H 1
  1341. | /* end confdefs.h. */
  1342. | #include <stdio.h>
  1343. | #ifdef HAVE_SYS_TYPES_H
  1344. | # include <sys/types.h>
  1345. | #endif
  1346. | #ifdef HAVE_SYS_STAT_H
  1347. | # include <sys/stat.h>
  1348. | #endif
  1349. | #ifdef STDC_HEADERS
  1350. | # include <stdlib.h>
  1351. | # include <stddef.h>
  1352. | #else
  1353. | # ifdef HAVE_STDLIB_H
  1354. | # include <stdlib.h>
  1355. | # endif
  1356. | #endif
  1357. | #ifdef HAVE_STRING_H
  1358. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1359. | # include <memory.h>
  1360. | # endif
  1361. | # include <string.h>
  1362. | #endif
  1363. | #ifdef HAVE_STRINGS_H
  1364. | # include <strings.h>
  1365. | #endif
  1366. | #ifdef HAVE_INTTYPES_H
  1367. | # include <inttypes.h>
  1368. | #endif
  1369. | #ifdef HAVE_STDINT_H
  1370. | # include <stdint.h>
  1371. | #endif
  1372. | #ifdef HAVE_UNISTD_H
  1373. | # include <unistd.h>
  1374. | #endif
  1375. | #include <ieeefp.h>
  1376. configure:10137: result: no
  1377. configure:10141: checking ieeefp.h presence
  1378. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  1379. conftest.c:44:10: fatal error: 'ieeefp.h' file not found
  1380. #include <ieeefp.h>
  1381. ^
  1382. 1 error generated.
  1383. configure:10163: $? = 1
  1384. configure: failed program was:
  1385. | /* confdefs.h. */
  1386. | #define PACKAGE_NAME "PostgreSQL"
  1387. | #define PACKAGE_TARNAME "postgresql"
  1388. | #define PACKAGE_VERSION "9.1.4"
  1389. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  1390. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  1391. | #define PG_VERSION "9.1.4"
  1392. | #define PG_MAJORVERSION "9.1"
  1393. | #define USE_INTEGER_DATETIMES 1
  1394. | #define DEF_PGPORT 5432
  1395. | #define DEF_PGPORT_STR "5432"
  1396. | #define BLCKSZ 8192
  1397. | #define RELSEG_SIZE 131072
  1398. | #define XLOG_BLCKSZ 8192
  1399. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  1400. | #define ENABLE_THREAD_SAFETY 1
  1401. | #define ENABLE_GSS 1
  1402. | #define KRB5 1
  1403. | #define PG_KRB_SRVNAM "postgres"
  1404. | #define USE_BONJOUR 1
  1405. | #define USE_SSL 1
  1406. | #define USE_LIBXML 1
  1407. | #define USE_LIBXSLT 1
  1408. | #define HAVE_LIBM 1
  1409. | #define HAVE_LIBREADLINE 1
  1410. | #define HAVE_LIBZ 1
  1411. | #define HAVE_SPINLOCKS 1
  1412. | #define HAVE_LIBCRYPTO 1
  1413. | #define HAVE_LIBSSL 1
  1414. | #define HAVE_LIBXML2 1
  1415. | #define HAVE_LIBXSLT 1
  1416. | #define STDC_HEADERS 1
  1417. | #define HAVE_SYS_TYPES_H 1
  1418. | #define HAVE_SYS_STAT_H 1
  1419. | #define HAVE_STDLIB_H 1
  1420. | #define HAVE_STRING_H 1
  1421. | #define HAVE_MEMORY_H 1
  1422. | #define HAVE_STRINGS_H 1
  1423. | #define HAVE_INTTYPES_H 1
  1424. | #define HAVE_STDINT_H 1
  1425. | #define HAVE_UNISTD_H 1
  1426. | #define HAVE_GETOPT_H 1
  1427. | /* end confdefs.h. */
  1428. | #include <ieeefp.h>
  1429. configure:10177: result: no
  1430. configure:10210: checking for ieeefp.h
  1431. configure:10219: result: no
  1432. configure:10099: checking ifaddrs.h usability
  1433. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  1434. configure:10123: $? = 0
  1435. configure:10137: result: yes
  1436. configure:10141: checking ifaddrs.h presence
  1437. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  1438. configure:10163: $? = 0
  1439. configure:10177: result: yes
  1440. configure:10210: checking for ifaddrs.h
  1441. configure:10219: result: yes
  1442. configure:10099: checking langinfo.h usability
  1443. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  1444. configure:10123: $? = 0
  1445. configure:10137: result: yes
  1446. configure:10141: checking langinfo.h presence
  1447. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  1448. configure:10163: $? = 0
  1449. configure:10177: result: yes
  1450. configure:10210: checking for langinfo.h
  1451. configure:10219: result: yes
  1452. configure:10099: checking poll.h usability
  1453. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  1454. configure:10123: $? = 0
  1455. configure:10137: result: yes
  1456. configure:10141: checking poll.h presence
  1457. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  1458. configure:10163: $? = 0
  1459. configure:10177: result: yes
  1460. configure:10210: checking for poll.h
  1461. configure:10219: result: yes
  1462. configure:10099: checking pwd.h usability
  1463. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  1464. configure:10123: $? = 0
  1465. configure:10137: result: yes
  1466. configure:10141: checking pwd.h presence
  1467. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  1468. configure:10163: $? = 0
  1469. configure:10177: result: yes
  1470. configure:10210: checking for pwd.h
  1471. configure:10219: result: yes
  1472. configure:10099: checking sys/ioctl.h usability
  1473. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  1474. configure:10123: $? = 0
  1475. configure:10137: result: yes
  1476. configure:10141: checking sys/ioctl.h presence
  1477. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  1478. configure:10163: $? = 0
  1479. configure:10177: result: yes
  1480. configure:10210: checking for sys/ioctl.h
  1481. configure:10219: result: yes
  1482. configure:10099: checking sys/ipc.h usability
  1483. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  1484. configure:10123: $? = 0
  1485. configure:10137: result: yes
  1486. configure:10141: checking sys/ipc.h presence
  1487. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  1488. configure:10163: $? = 0
  1489. configure:10177: result: yes
  1490. configure:10210: checking for sys/ipc.h
  1491. configure:10219: result: yes
  1492. configure:10099: checking sys/poll.h usability
  1493. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  1494. configure:10123: $? = 0
  1495. configure:10137: result: yes
  1496. configure:10141: checking sys/poll.h presence
  1497. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  1498. configure:10163: $? = 0
  1499. configure:10177: result: yes
  1500. configure:10210: checking for sys/poll.h
  1501. configure:10219: result: yes
  1502. configure:10099: checking sys/pstat.h usability
  1503. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  1504. conftest.c:84:10: fatal error: 'sys/pstat.h' file not found
  1505. #include <sys/pstat.h>
  1506. ^
  1507. 1 error generated.
  1508. configure:10123: $? = 1
  1509. configure: failed program was:
  1510. | /* confdefs.h. */
  1511. | #define PACKAGE_NAME "PostgreSQL"
  1512. | #define PACKAGE_TARNAME "postgresql"
  1513. | #define PACKAGE_VERSION "9.1.4"
  1514. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  1515. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  1516. | #define PG_VERSION "9.1.4"
  1517. | #define PG_MAJORVERSION "9.1"
  1518. | #define USE_INTEGER_DATETIMES 1
  1519. | #define DEF_PGPORT 5432
  1520. | #define DEF_PGPORT_STR "5432"
  1521. | #define BLCKSZ 8192
  1522. | #define RELSEG_SIZE 131072
  1523. | #define XLOG_BLCKSZ 8192
  1524. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  1525. | #define ENABLE_THREAD_SAFETY 1
  1526. | #define ENABLE_GSS 1
  1527. | #define KRB5 1
  1528. | #define PG_KRB_SRVNAM "postgres"
  1529. | #define USE_BONJOUR 1
  1530. | #define USE_SSL 1
  1531. | #define USE_LIBXML 1
  1532. | #define USE_LIBXSLT 1
  1533. | #define HAVE_LIBM 1
  1534. | #define HAVE_LIBREADLINE 1
  1535. | #define HAVE_LIBZ 1
  1536. | #define HAVE_SPINLOCKS 1
  1537. | #define HAVE_LIBCRYPTO 1
  1538. | #define HAVE_LIBSSL 1
  1539. | #define HAVE_LIBXML2 1
  1540. | #define HAVE_LIBXSLT 1
  1541. | #define STDC_HEADERS 1
  1542. | #define HAVE_SYS_TYPES_H 1
  1543. | #define HAVE_SYS_STAT_H 1
  1544. | #define HAVE_STDLIB_H 1
  1545. | #define HAVE_STRING_H 1
  1546. | #define HAVE_MEMORY_H 1
  1547. | #define HAVE_STRINGS_H 1
  1548. | #define HAVE_INTTYPES_H 1
  1549. | #define HAVE_STDINT_H 1
  1550. | #define HAVE_UNISTD_H 1
  1551. | #define HAVE_GETOPT_H 1
  1552. | #define HAVE_IFADDRS_H 1
  1553. | #define HAVE_LANGINFO_H 1
  1554. | #define HAVE_POLL_H 1
  1555. | #define HAVE_PWD_H 1
  1556. | #define HAVE_SYS_IOCTL_H 1
  1557. | #define HAVE_SYS_IPC_H 1
  1558. | #define HAVE_SYS_POLL_H 1
  1559. | /* end confdefs.h. */
  1560. | #include <stdio.h>
  1561. | #ifdef HAVE_SYS_TYPES_H
  1562. | # include <sys/types.h>
  1563. | #endif
  1564. | #ifdef HAVE_SYS_STAT_H
  1565. | # include <sys/stat.h>
  1566. | #endif
  1567. | #ifdef STDC_HEADERS
  1568. | # include <stdlib.h>
  1569. | # include <stddef.h>
  1570. | #else
  1571. | # ifdef HAVE_STDLIB_H
  1572. | # include <stdlib.h>
  1573. | # endif
  1574. | #endif
  1575. | #ifdef HAVE_STRING_H
  1576. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1577. | # include <memory.h>
  1578. | # endif
  1579. | # include <string.h>
  1580. | #endif
  1581. | #ifdef HAVE_STRINGS_H
  1582. | # include <strings.h>
  1583. | #endif
  1584. | #ifdef HAVE_INTTYPES_H
  1585. | # include <inttypes.h>
  1586. | #endif
  1587. | #ifdef HAVE_STDINT_H
  1588. | # include <stdint.h>
  1589. | #endif
  1590. | #ifdef HAVE_UNISTD_H
  1591. | # include <unistd.h>
  1592. | #endif
  1593. | #include <sys/pstat.h>
  1594. configure:10137: result: no
  1595. configure:10141: checking sys/pstat.h presence
  1596. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  1597. conftest.c:51:10: fatal error: 'sys/pstat.h' file not found
  1598. #include <sys/pstat.h>
  1599. ^
  1600. 1 error generated.
  1601. configure:10163: $? = 1
  1602. configure: failed program was:
  1603. | /* confdefs.h. */
  1604. | #define PACKAGE_NAME "PostgreSQL"
  1605. | #define PACKAGE_TARNAME "postgresql"
  1606. | #define PACKAGE_VERSION "9.1.4"
  1607. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  1608. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  1609. | #define PG_VERSION "9.1.4"
  1610. | #define PG_MAJORVERSION "9.1"
  1611. | #define USE_INTEGER_DATETIMES 1
  1612. | #define DEF_PGPORT 5432
  1613. | #define DEF_PGPORT_STR "5432"
  1614. | #define BLCKSZ 8192
  1615. | #define RELSEG_SIZE 131072
  1616. | #define XLOG_BLCKSZ 8192
  1617. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  1618. | #define ENABLE_THREAD_SAFETY 1
  1619. | #define ENABLE_GSS 1
  1620. | #define KRB5 1
  1621. | #define PG_KRB_SRVNAM "postgres"
  1622. | #define USE_BONJOUR 1
  1623. | #define USE_SSL 1
  1624. | #define USE_LIBXML 1
  1625. | #define USE_LIBXSLT 1
  1626. | #define HAVE_LIBM 1
  1627. | #define HAVE_LIBREADLINE 1
  1628. | #define HAVE_LIBZ 1
  1629. | #define HAVE_SPINLOCKS 1
  1630. | #define HAVE_LIBCRYPTO 1
  1631. | #define HAVE_LIBSSL 1
  1632. | #define HAVE_LIBXML2 1
  1633. | #define HAVE_LIBXSLT 1
  1634. | #define STDC_HEADERS 1
  1635. | #define HAVE_SYS_TYPES_H 1
  1636. | #define HAVE_SYS_STAT_H 1
  1637. | #define HAVE_STDLIB_H 1
  1638. | #define HAVE_STRING_H 1
  1639. | #define HAVE_MEMORY_H 1
  1640. | #define HAVE_STRINGS_H 1
  1641. | #define HAVE_INTTYPES_H 1
  1642. | #define HAVE_STDINT_H 1
  1643. | #define HAVE_UNISTD_H 1
  1644. | #define HAVE_GETOPT_H 1
  1645. | #define HAVE_IFADDRS_H 1
  1646. | #define HAVE_LANGINFO_H 1
  1647. | #define HAVE_POLL_H 1
  1648. | #define HAVE_PWD_H 1
  1649. | #define HAVE_SYS_IOCTL_H 1
  1650. | #define HAVE_SYS_IPC_H 1
  1651. | #define HAVE_SYS_POLL_H 1
  1652. | /* end confdefs.h. */
  1653. | #include <sys/pstat.h>
  1654. configure:10177: result: no
  1655. configure:10210: checking for sys/pstat.h
  1656. configure:10219: result: no
  1657. configure:10099: checking sys/resource.h usability
  1658. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  1659. configure:10123: $? = 0
  1660. configure:10137: result: yes
  1661. configure:10141: checking sys/resource.h presence
  1662. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  1663. configure:10163: $? = 0
  1664. configure:10177: result: yes
  1665. configure:10210: checking for sys/resource.h
  1666. configure:10219: result: yes
  1667. configure:10099: checking sys/select.h usability
  1668. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  1669. configure:10123: $? = 0
  1670. configure:10137: result: yes
  1671. configure:10141: checking sys/select.h presence
  1672. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  1673. configure:10163: $? = 0
  1674. configure:10177: result: yes
  1675. configure:10210: checking for sys/select.h
  1676. configure:10219: result: yes
  1677. configure:10099: checking sys/sem.h usability
  1678. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  1679. configure:10123: $? = 0
  1680. configure:10137: result: yes
  1681. configure:10141: checking sys/sem.h presence
  1682. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  1683. configure:10163: $? = 0
  1684. configure:10177: result: yes
  1685. configure:10210: checking for sys/sem.h
  1686. configure:10219: result: yes
  1687. configure:10099: checking sys/shm.h usability
  1688. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  1689. configure:10123: $? = 0
  1690. configure:10137: result: yes
  1691. configure:10141: checking sys/shm.h presence
  1692. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  1693. configure:10163: $? = 0
  1694. configure:10177: result: yes
  1695. configure:10210: checking for sys/shm.h
  1696. configure:10219: result: yes
  1697. configure:10099: checking sys/socket.h usability
  1698. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  1699. configure:10123: $? = 0
  1700. configure:10137: result: yes
  1701. configure:10141: checking sys/socket.h presence
  1702. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  1703. configure:10163: $? = 0
  1704. configure:10177: result: yes
  1705. configure:10210: checking for sys/socket.h
  1706. configure:10219: result: yes
  1707. configure:10099: checking sys/sockio.h usability
  1708. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  1709. configure:10123: $? = 0
  1710. configure:10137: result: yes
  1711. configure:10141: checking sys/sockio.h presence
  1712. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  1713. configure:10163: $? = 0
  1714. configure:10177: result: yes
  1715. configure:10210: checking for sys/sockio.h
  1716. configure:10219: result: yes
  1717. configure:10099: checking sys/tas.h usability
  1718. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  1719. conftest.c:90:10: fatal error: 'sys/tas.h' file not found
  1720. #include <sys/tas.h>
  1721. ^
  1722. 1 error generated.
  1723. configure:10123: $? = 1
  1724. configure: failed program was:
  1725. | /* confdefs.h. */
  1726. | #define PACKAGE_NAME "PostgreSQL"
  1727. | #define PACKAGE_TARNAME "postgresql"
  1728. | #define PACKAGE_VERSION "9.1.4"
  1729. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  1730. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  1731. | #define PG_VERSION "9.1.4"
  1732. | #define PG_MAJORVERSION "9.1"
  1733. | #define USE_INTEGER_DATETIMES 1
  1734. | #define DEF_PGPORT 5432
  1735. | #define DEF_PGPORT_STR "5432"
  1736. | #define BLCKSZ 8192
  1737. | #define RELSEG_SIZE 131072
  1738. | #define XLOG_BLCKSZ 8192
  1739. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  1740. | #define ENABLE_THREAD_SAFETY 1
  1741. | #define ENABLE_GSS 1
  1742. | #define KRB5 1
  1743. | #define PG_KRB_SRVNAM "postgres"
  1744. | #define USE_BONJOUR 1
  1745. | #define USE_SSL 1
  1746. | #define USE_LIBXML 1
  1747. | #define USE_LIBXSLT 1
  1748. | #define HAVE_LIBM 1
  1749. | #define HAVE_LIBREADLINE 1
  1750. | #define HAVE_LIBZ 1
  1751. | #define HAVE_SPINLOCKS 1
  1752. | #define HAVE_LIBCRYPTO 1
  1753. | #define HAVE_LIBSSL 1
  1754. | #define HAVE_LIBXML2 1
  1755. | #define HAVE_LIBXSLT 1
  1756. | #define STDC_HEADERS 1
  1757. | #define HAVE_SYS_TYPES_H 1
  1758. | #define HAVE_SYS_STAT_H 1
  1759. | #define HAVE_STDLIB_H 1
  1760. | #define HAVE_STRING_H 1
  1761. | #define HAVE_MEMORY_H 1
  1762. | #define HAVE_STRINGS_H 1
  1763. | #define HAVE_INTTYPES_H 1
  1764. | #define HAVE_STDINT_H 1
  1765. | #define HAVE_UNISTD_H 1
  1766. | #define HAVE_GETOPT_H 1
  1767. | #define HAVE_IFADDRS_H 1
  1768. | #define HAVE_LANGINFO_H 1
  1769. | #define HAVE_POLL_H 1
  1770. | #define HAVE_PWD_H 1
  1771. | #define HAVE_SYS_IOCTL_H 1
  1772. | #define HAVE_SYS_IPC_H 1
  1773. | #define HAVE_SYS_POLL_H 1
  1774. | #define HAVE_SYS_RESOURCE_H 1
  1775. | #define HAVE_SYS_SELECT_H 1
  1776. | #define HAVE_SYS_SEM_H 1
  1777. | #define HAVE_SYS_SHM_H 1
  1778. | #define HAVE_SYS_SOCKET_H 1
  1779. | #define HAVE_SYS_SOCKIO_H 1
  1780. | /* end confdefs.h. */
  1781. | #include <stdio.h>
  1782. | #ifdef HAVE_SYS_TYPES_H
  1783. | # include <sys/types.h>
  1784. | #endif
  1785. | #ifdef HAVE_SYS_STAT_H
  1786. | # include <sys/stat.h>
  1787. | #endif
  1788. | #ifdef STDC_HEADERS
  1789. | # include <stdlib.h>
  1790. | # include <stddef.h>
  1791. | #else
  1792. | # ifdef HAVE_STDLIB_H
  1793. | # include <stdlib.h>
  1794. | # endif
  1795. | #endif
  1796. | #ifdef HAVE_STRING_H
  1797. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1798. | # include <memory.h>
  1799. | # endif
  1800. | # include <string.h>
  1801. | #endif
  1802. | #ifdef HAVE_STRINGS_H
  1803. | # include <strings.h>
  1804. | #endif
  1805. | #ifdef HAVE_INTTYPES_H
  1806. | # include <inttypes.h>
  1807. | #endif
  1808. | #ifdef HAVE_STDINT_H
  1809. | # include <stdint.h>
  1810. | #endif
  1811. | #ifdef HAVE_UNISTD_H
  1812. | # include <unistd.h>
  1813. | #endif
  1814. | #include <sys/tas.h>
  1815. configure:10137: result: no
  1816. configure:10141: checking sys/tas.h presence
  1817. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  1818. conftest.c:57:10: fatal error: 'sys/tas.h' file not found
  1819. #include <sys/tas.h>
  1820. ^
  1821. 1 error generated.
  1822. configure:10163: $? = 1
  1823. configure: failed program was:
  1824. | /* confdefs.h. */
  1825. | #define PACKAGE_NAME "PostgreSQL"
  1826. | #define PACKAGE_TARNAME "postgresql"
  1827. | #define PACKAGE_VERSION "9.1.4"
  1828. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  1829. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  1830. | #define PG_VERSION "9.1.4"
  1831. | #define PG_MAJORVERSION "9.1"
  1832. | #define USE_INTEGER_DATETIMES 1
  1833. | #define DEF_PGPORT 5432
  1834. | #define DEF_PGPORT_STR "5432"
  1835. | #define BLCKSZ 8192
  1836. | #define RELSEG_SIZE 131072
  1837. | #define XLOG_BLCKSZ 8192
  1838. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  1839. | #define ENABLE_THREAD_SAFETY 1
  1840. | #define ENABLE_GSS 1
  1841. | #define KRB5 1
  1842. | #define PG_KRB_SRVNAM "postgres"
  1843. | #define USE_BONJOUR 1
  1844. | #define USE_SSL 1
  1845. | #define USE_LIBXML 1
  1846. | #define USE_LIBXSLT 1
  1847. | #define HAVE_LIBM 1
  1848. | #define HAVE_LIBREADLINE 1
  1849. | #define HAVE_LIBZ 1
  1850. | #define HAVE_SPINLOCKS 1
  1851. | #define HAVE_LIBCRYPTO 1
  1852. | #define HAVE_LIBSSL 1
  1853. | #define HAVE_LIBXML2 1
  1854. | #define HAVE_LIBXSLT 1
  1855. | #define STDC_HEADERS 1
  1856. | #define HAVE_SYS_TYPES_H 1
  1857. | #define HAVE_SYS_STAT_H 1
  1858. | #define HAVE_STDLIB_H 1
  1859. | #define HAVE_STRING_H 1
  1860. | #define HAVE_MEMORY_H 1
  1861. | #define HAVE_STRINGS_H 1
  1862. | #define HAVE_INTTYPES_H 1
  1863. | #define HAVE_STDINT_H 1
  1864. | #define HAVE_UNISTD_H 1
  1865. | #define HAVE_GETOPT_H 1
  1866. | #define HAVE_IFADDRS_H 1
  1867. | #define HAVE_LANGINFO_H 1
  1868. | #define HAVE_POLL_H 1
  1869. | #define HAVE_PWD_H 1
  1870. | #define HAVE_SYS_IOCTL_H 1
  1871. | #define HAVE_SYS_IPC_H 1
  1872. | #define HAVE_SYS_POLL_H 1
  1873. | #define HAVE_SYS_RESOURCE_H 1
  1874. | #define HAVE_SYS_SELECT_H 1
  1875. | #define HAVE_SYS_SEM_H 1
  1876. | #define HAVE_SYS_SHM_H 1
  1877. | #define HAVE_SYS_SOCKET_H 1
  1878. | #define HAVE_SYS_SOCKIO_H 1
  1879. | /* end confdefs.h. */
  1880. | #include <sys/tas.h>
  1881. configure:10177: result: no
  1882. configure:10210: checking for sys/tas.h
  1883. configure:10219: result: no
  1884. configure:10099: checking sys/time.h usability
  1885. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  1886. configure:10123: $? = 0
  1887. configure:10137: result: yes
  1888. configure:10141: checking sys/time.h presence
  1889. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  1890. configure:10163: $? = 0
  1891. configure:10177: result: yes
  1892. configure:10210: checking for sys/time.h
  1893. configure:10219: result: yes
  1894. configure:10099: checking sys/ucred.h usability
  1895. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  1896. configure:10123: $? = 0
  1897. configure:10137: result: yes
  1898. configure:10141: checking sys/ucred.h presence
  1899. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  1900. configure:10163: $? = 0
  1901. configure:10177: result: yes
  1902. configure:10210: checking for sys/ucred.h
  1903. configure:10219: result: yes
  1904. configure:10099: checking sys/un.h usability
  1905. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  1906. configure:10123: $? = 0
  1907. configure:10137: result: yes
  1908. configure:10141: checking sys/un.h presence
  1909. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  1910. configure:10163: $? = 0
  1911. configure:10177: result: yes
  1912. configure:10210: checking for sys/un.h
  1913. configure:10219: result: yes
  1914. configure:10099: checking termios.h usability
  1915. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  1916. configure:10123: $? = 0
  1917. configure:10137: result: yes
  1918. configure:10141: checking termios.h presence
  1919. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  1920. configure:10163: $? = 0
  1921. configure:10177: result: yes
  1922. configure:10210: checking for termios.h
  1923. configure:10219: result: yes
  1924. configure:10099: checking ucred.h usability
  1925. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  1926. conftest.c:94:10: fatal error: 'ucred.h' file not found
  1927. #include <ucred.h>
  1928. ^
  1929. 1 error generated.
  1930. configure:10123: $? = 1
  1931. configure: failed program was:
  1932. | /* confdefs.h. */
  1933. | #define PACKAGE_NAME "PostgreSQL"
  1934. | #define PACKAGE_TARNAME "postgresql"
  1935. | #define PACKAGE_VERSION "9.1.4"
  1936. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  1937. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  1938. | #define PG_VERSION "9.1.4"
  1939. | #define PG_MAJORVERSION "9.1"
  1940. | #define USE_INTEGER_DATETIMES 1
  1941. | #define DEF_PGPORT 5432
  1942. | #define DEF_PGPORT_STR "5432"
  1943. | #define BLCKSZ 8192
  1944. | #define RELSEG_SIZE 131072
  1945. | #define XLOG_BLCKSZ 8192
  1946. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  1947. | #define ENABLE_THREAD_SAFETY 1
  1948. | #define ENABLE_GSS 1
  1949. | #define KRB5 1
  1950. | #define PG_KRB_SRVNAM "postgres"
  1951. | #define USE_BONJOUR 1
  1952. | #define USE_SSL 1
  1953. | #define USE_LIBXML 1
  1954. | #define USE_LIBXSLT 1
  1955. | #define HAVE_LIBM 1
  1956. | #define HAVE_LIBREADLINE 1
  1957. | #define HAVE_LIBZ 1
  1958. | #define HAVE_SPINLOCKS 1
  1959. | #define HAVE_LIBCRYPTO 1
  1960. | #define HAVE_LIBSSL 1
  1961. | #define HAVE_LIBXML2 1
  1962. | #define HAVE_LIBXSLT 1
  1963. | #define STDC_HEADERS 1
  1964. | #define HAVE_SYS_TYPES_H 1
  1965. | #define HAVE_SYS_STAT_H 1
  1966. | #define HAVE_STDLIB_H 1
  1967. | #define HAVE_STRING_H 1
  1968. | #define HAVE_MEMORY_H 1
  1969. | #define HAVE_STRINGS_H 1
  1970. | #define HAVE_INTTYPES_H 1
  1971. | #define HAVE_STDINT_H 1
  1972. | #define HAVE_UNISTD_H 1
  1973. | #define HAVE_GETOPT_H 1
  1974. | #define HAVE_IFADDRS_H 1
  1975. | #define HAVE_LANGINFO_H 1
  1976. | #define HAVE_POLL_H 1
  1977. | #define HAVE_PWD_H 1
  1978. | #define HAVE_SYS_IOCTL_H 1
  1979. | #define HAVE_SYS_IPC_H 1
  1980. | #define HAVE_SYS_POLL_H 1
  1981. | #define HAVE_SYS_RESOURCE_H 1
  1982. | #define HAVE_SYS_SELECT_H 1
  1983. | #define HAVE_SYS_SEM_H 1
  1984. | #define HAVE_SYS_SHM_H 1
  1985. | #define HAVE_SYS_SOCKET_H 1
  1986. | #define HAVE_SYS_SOCKIO_H 1
  1987. | #define HAVE_SYS_TIME_H 1
  1988. | #define HAVE_SYS_UCRED_H 1
  1989. | #define HAVE_SYS_UN_H 1
  1990. | #define HAVE_TERMIOS_H 1
  1991. | /* end confdefs.h. */
  1992. | #include <stdio.h>
  1993. | #ifdef HAVE_SYS_TYPES_H
  1994. | # include <sys/types.h>
  1995. | #endif
  1996. | #ifdef HAVE_SYS_STAT_H
  1997. | # include <sys/stat.h>
  1998. | #endif
  1999. | #ifdef STDC_HEADERS
  2000. | # include <stdlib.h>
  2001. | # include <stddef.h>
  2002. | #else
  2003. | # ifdef HAVE_STDLIB_H
  2004. | # include <stdlib.h>
  2005. | # endif
  2006. | #endif
  2007. | #ifdef HAVE_STRING_H
  2008. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2009. | # include <memory.h>
  2010. | # endif
  2011. | # include <string.h>
  2012. | #endif
  2013. | #ifdef HAVE_STRINGS_H
  2014. | # include <strings.h>
  2015. | #endif
  2016. | #ifdef HAVE_INTTYPES_H
  2017. | # include <inttypes.h>
  2018. | #endif
  2019. | #ifdef HAVE_STDINT_H
  2020. | # include <stdint.h>
  2021. | #endif
  2022. | #ifdef HAVE_UNISTD_H
  2023. | # include <unistd.h>
  2024. | #endif
  2025. | #include <ucred.h>
  2026. configure:10137: result: no
  2027. configure:10141: checking ucred.h presence
  2028. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  2029. conftest.c:61:10: fatal error: 'ucred.h' file not found
  2030. #include <ucred.h>
  2031. ^
  2032. 1 error generated.
  2033. configure:10163: $? = 1
  2034. configure: failed program was:
  2035. | /* confdefs.h. */
  2036. | #define PACKAGE_NAME "PostgreSQL"
  2037. | #define PACKAGE_TARNAME "postgresql"
  2038. | #define PACKAGE_VERSION "9.1.4"
  2039. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  2040. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  2041. | #define PG_VERSION "9.1.4"
  2042. | #define PG_MAJORVERSION "9.1"
  2043. | #define USE_INTEGER_DATETIMES 1
  2044. | #define DEF_PGPORT 5432
  2045. | #define DEF_PGPORT_STR "5432"
  2046. | #define BLCKSZ 8192
  2047. | #define RELSEG_SIZE 131072
  2048. | #define XLOG_BLCKSZ 8192
  2049. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  2050. | #define ENABLE_THREAD_SAFETY 1
  2051. | #define ENABLE_GSS 1
  2052. | #define KRB5 1
  2053. | #define PG_KRB_SRVNAM "postgres"
  2054. | #define USE_BONJOUR 1
  2055. | #define USE_SSL 1
  2056. | #define USE_LIBXML 1
  2057. | #define USE_LIBXSLT 1
  2058. | #define HAVE_LIBM 1
  2059. | #define HAVE_LIBREADLINE 1
  2060. | #define HAVE_LIBZ 1
  2061. | #define HAVE_SPINLOCKS 1
  2062. | #define HAVE_LIBCRYPTO 1
  2063. | #define HAVE_LIBSSL 1
  2064. | #define HAVE_LIBXML2 1
  2065. | #define HAVE_LIBXSLT 1
  2066. | #define STDC_HEADERS 1
  2067. | #define HAVE_SYS_TYPES_H 1
  2068. | #define HAVE_SYS_STAT_H 1
  2069. | #define HAVE_STDLIB_H 1
  2070. | #define HAVE_STRING_H 1
  2071. | #define HAVE_MEMORY_H 1
  2072. | #define HAVE_STRINGS_H 1
  2073. | #define HAVE_INTTYPES_H 1
  2074. | #define HAVE_STDINT_H 1
  2075. | #define HAVE_UNISTD_H 1
  2076. | #define HAVE_GETOPT_H 1
  2077. | #define HAVE_IFADDRS_H 1
  2078. | #define HAVE_LANGINFO_H 1
  2079. | #define HAVE_POLL_H 1
  2080. | #define HAVE_PWD_H 1
  2081. | #define HAVE_SYS_IOCTL_H 1
  2082. | #define HAVE_SYS_IPC_H 1
  2083. | #define HAVE_SYS_POLL_H 1
  2084. | #define HAVE_SYS_RESOURCE_H 1
  2085. | #define HAVE_SYS_SELECT_H 1
  2086. | #define HAVE_SYS_SEM_H 1
  2087. | #define HAVE_SYS_SHM_H 1
  2088. | #define HAVE_SYS_SOCKET_H 1
  2089. | #define HAVE_SYS_SOCKIO_H 1
  2090. | #define HAVE_SYS_TIME_H 1
  2091. | #define HAVE_SYS_UCRED_H 1
  2092. | #define HAVE_SYS_UN_H 1
  2093. | #define HAVE_TERMIOS_H 1
  2094. | /* end confdefs.h. */
  2095. | #include <ucred.h>
  2096. configure:10177: result: no
  2097. configure:10210: checking for ucred.h
  2098. configure:10219: result: no
  2099. configure:10099: checking utime.h usability
  2100. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  2101. configure:10123: $? = 0
  2102. configure:10137: result: yes
  2103. configure:10141: checking utime.h presence
  2104. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  2105. configure:10163: $? = 0
  2106. configure:10177: result: yes
  2107. configure:10210: checking for utime.h
  2108. configure:10219: result: yes
  2109. configure:10099: checking wchar.h usability
  2110. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  2111. configure:10123: $? = 0
  2112. configure:10137: result: yes
  2113. configure:10141: checking wchar.h presence
  2114. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  2115. configure:10163: $? = 0
  2116. configure:10177: result: yes
  2117. configure:10210: checking for wchar.h
  2118. configure:10219: result: yes
  2119. configure:10099: checking wctype.h usability
  2120. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  2121. configure:10123: $? = 0
  2122. configure:10137: result: yes
  2123. configure:10141: checking wctype.h presence
  2124. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  2125. configure:10163: $? = 0
  2126. configure:10177: result: yes
  2127. configure:10210: checking for wctype.h
  2128. configure:10219: result: yes
  2129. configure:10099: checking kernel/OS.h usability
  2130. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  2131. conftest.c:97:10: fatal error: 'kernel/OS.h' file not found
  2132. #include <kernel/OS.h>
  2133. ^
  2134. 1 error generated.
  2135. configure:10123: $? = 1
  2136. configure: failed program was:
  2137. | /* confdefs.h. */
  2138. | #define PACKAGE_NAME "PostgreSQL"
  2139. | #define PACKAGE_TARNAME "postgresql"
  2140. | #define PACKAGE_VERSION "9.1.4"
  2141. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  2142. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  2143. | #define PG_VERSION "9.1.4"
  2144. | #define PG_MAJORVERSION "9.1"
  2145. | #define USE_INTEGER_DATETIMES 1
  2146. | #define DEF_PGPORT 5432
  2147. | #define DEF_PGPORT_STR "5432"
  2148. | #define BLCKSZ 8192
  2149. | #define RELSEG_SIZE 131072
  2150. | #define XLOG_BLCKSZ 8192
  2151. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  2152. | #define ENABLE_THREAD_SAFETY 1
  2153. | #define ENABLE_GSS 1
  2154. | #define KRB5 1
  2155. | #define PG_KRB_SRVNAM "postgres"
  2156. | #define USE_BONJOUR 1
  2157. | #define USE_SSL 1
  2158. | #define USE_LIBXML 1
  2159. | #define USE_LIBXSLT 1
  2160. | #define HAVE_LIBM 1
  2161. | #define HAVE_LIBREADLINE 1
  2162. | #define HAVE_LIBZ 1
  2163. | #define HAVE_SPINLOCKS 1
  2164. | #define HAVE_LIBCRYPTO 1
  2165. | #define HAVE_LIBSSL 1
  2166. | #define HAVE_LIBXML2 1
  2167. | #define HAVE_LIBXSLT 1
  2168. | #define STDC_HEADERS 1
  2169. | #define HAVE_SYS_TYPES_H 1
  2170. | #define HAVE_SYS_STAT_H 1
  2171. | #define HAVE_STDLIB_H 1
  2172. | #define HAVE_STRING_H 1
  2173. | #define HAVE_MEMORY_H 1
  2174. | #define HAVE_STRINGS_H 1
  2175. | #define HAVE_INTTYPES_H 1
  2176. | #define HAVE_STDINT_H 1
  2177. | #define HAVE_UNISTD_H 1
  2178. | #define HAVE_GETOPT_H 1
  2179. | #define HAVE_IFADDRS_H 1
  2180. | #define HAVE_LANGINFO_H 1
  2181. | #define HAVE_POLL_H 1
  2182. | #define HAVE_PWD_H 1
  2183. | #define HAVE_SYS_IOCTL_H 1
  2184. | #define HAVE_SYS_IPC_H 1
  2185. | #define HAVE_SYS_POLL_H 1
  2186. | #define HAVE_SYS_RESOURCE_H 1
  2187. | #define HAVE_SYS_SELECT_H 1
  2188. | #define HAVE_SYS_SEM_H 1
  2189. | #define HAVE_SYS_SHM_H 1
  2190. | #define HAVE_SYS_SOCKET_H 1
  2191. | #define HAVE_SYS_SOCKIO_H 1
  2192. | #define HAVE_SYS_TIME_H 1
  2193. | #define HAVE_SYS_UCRED_H 1
  2194. | #define HAVE_SYS_UN_H 1
  2195. | #define HAVE_TERMIOS_H 1
  2196. | #define HAVE_UTIME_H 1
  2197. | #define HAVE_WCHAR_H 1
  2198. | #define HAVE_WCTYPE_H 1
  2199. | /* end confdefs.h. */
  2200. | #include <stdio.h>
  2201. | #ifdef HAVE_SYS_TYPES_H
  2202. | # include <sys/types.h>
  2203. | #endif
  2204. | #ifdef HAVE_SYS_STAT_H
  2205. | # include <sys/stat.h>
  2206. | #endif
  2207. | #ifdef STDC_HEADERS
  2208. | # include <stdlib.h>
  2209. | # include <stddef.h>
  2210. | #else
  2211. | # ifdef HAVE_STDLIB_H
  2212. | # include <stdlib.h>
  2213. | # endif
  2214. | #endif
  2215. | #ifdef HAVE_STRING_H
  2216. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2217. | # include <memory.h>
  2218. | # endif
  2219. | # include <string.h>
  2220. | #endif
  2221. | #ifdef HAVE_STRINGS_H
  2222. | # include <strings.h>
  2223. | #endif
  2224. | #ifdef HAVE_INTTYPES_H
  2225. | # include <inttypes.h>
  2226. | #endif
  2227. | #ifdef HAVE_STDINT_H
  2228. | # include <stdint.h>
  2229. | #endif
  2230. | #ifdef HAVE_UNISTD_H
  2231. | # include <unistd.h>
  2232. | #endif
  2233. | #include <kernel/OS.h>
  2234. configure:10137: result: no
  2235. configure:10141: checking kernel/OS.h presence
  2236. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  2237. conftest.c:64:10: fatal error: 'kernel/OS.h' file not found
  2238. #include <kernel/OS.h>
  2239. ^
  2240. 1 error generated.
  2241. configure:10163: $? = 1
  2242. configure: failed program was:
  2243. | /* confdefs.h. */
  2244. | #define PACKAGE_NAME "PostgreSQL"
  2245. | #define PACKAGE_TARNAME "postgresql"
  2246. | #define PACKAGE_VERSION "9.1.4"
  2247. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  2248. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  2249. | #define PG_VERSION "9.1.4"
  2250. | #define PG_MAJORVERSION "9.1"
  2251. | #define USE_INTEGER_DATETIMES 1
  2252. | #define DEF_PGPORT 5432
  2253. | #define DEF_PGPORT_STR "5432"
  2254. | #define BLCKSZ 8192
  2255. | #define RELSEG_SIZE 131072
  2256. | #define XLOG_BLCKSZ 8192
  2257. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  2258. | #define ENABLE_THREAD_SAFETY 1
  2259. | #define ENABLE_GSS 1
  2260. | #define KRB5 1
  2261. | #define PG_KRB_SRVNAM "postgres"
  2262. | #define USE_BONJOUR 1
  2263. | #define USE_SSL 1
  2264. | #define USE_LIBXML 1
  2265. | #define USE_LIBXSLT 1
  2266. | #define HAVE_LIBM 1
  2267. | #define HAVE_LIBREADLINE 1
  2268. | #define HAVE_LIBZ 1
  2269. | #define HAVE_SPINLOCKS 1
  2270. | #define HAVE_LIBCRYPTO 1
  2271. | #define HAVE_LIBSSL 1
  2272. | #define HAVE_LIBXML2 1
  2273. | #define HAVE_LIBXSLT 1
  2274. | #define STDC_HEADERS 1
  2275. | #define HAVE_SYS_TYPES_H 1
  2276. | #define HAVE_SYS_STAT_H 1
  2277. | #define HAVE_STDLIB_H 1
  2278. | #define HAVE_STRING_H 1
  2279. | #define HAVE_MEMORY_H 1
  2280. | #define HAVE_STRINGS_H 1
  2281. | #define HAVE_INTTYPES_H 1
  2282. | #define HAVE_STDINT_H 1
  2283. | #define HAVE_UNISTD_H 1
  2284. | #define HAVE_GETOPT_H 1
  2285. | #define HAVE_IFADDRS_H 1
  2286. | #define HAVE_LANGINFO_H 1
  2287. | #define HAVE_POLL_H 1
  2288. | #define HAVE_PWD_H 1
  2289. | #define HAVE_SYS_IOCTL_H 1
  2290. | #define HAVE_SYS_IPC_H 1
  2291. | #define HAVE_SYS_POLL_H 1
  2292. | #define HAVE_SYS_RESOURCE_H 1
  2293. | #define HAVE_SYS_SELECT_H 1
  2294. | #define HAVE_SYS_SEM_H 1
  2295. | #define HAVE_SYS_SHM_H 1
  2296. | #define HAVE_SYS_SOCKET_H 1
  2297. | #define HAVE_SYS_SOCKIO_H 1
  2298. | #define HAVE_SYS_TIME_H 1
  2299. | #define HAVE_SYS_UCRED_H 1
  2300. | #define HAVE_SYS_UN_H 1
  2301. | #define HAVE_TERMIOS_H 1
  2302. | #define HAVE_UTIME_H 1
  2303. | #define HAVE_WCHAR_H 1
  2304. | #define HAVE_WCTYPE_H 1
  2305. | /* end confdefs.h. */
  2306. | #include <kernel/OS.h>
  2307. configure:10177: result: no
  2308. configure:10210: checking for kernel/OS.h
  2309. configure:10219: result: no
  2310. configure:10099: checking kernel/image.h usability
  2311. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  2312. conftest.c:97:10: fatal error: 'kernel/image.h' file not found
  2313. #include <kernel/image.h>
  2314. ^
  2315. 1 error generated.
  2316. configure:10123: $? = 1
  2317. configure: failed program was:
  2318. | /* confdefs.h. */
  2319. | #define PACKAGE_NAME "PostgreSQL"
  2320. | #define PACKAGE_TARNAME "postgresql"
  2321. | #define PACKAGE_VERSION "9.1.4"
  2322. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  2323. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  2324. | #define PG_VERSION "9.1.4"
  2325. | #define PG_MAJORVERSION "9.1"
  2326. | #define USE_INTEGER_DATETIMES 1
  2327. | #define DEF_PGPORT 5432
  2328. | #define DEF_PGPORT_STR "5432"
  2329. | #define BLCKSZ 8192
  2330. | #define RELSEG_SIZE 131072
  2331. | #define XLOG_BLCKSZ 8192
  2332. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  2333. | #define ENABLE_THREAD_SAFETY 1
  2334. | #define ENABLE_GSS 1
  2335. | #define KRB5 1
  2336. | #define PG_KRB_SRVNAM "postgres"
  2337. | #define USE_BONJOUR 1
  2338. | #define USE_SSL 1
  2339. | #define USE_LIBXML 1
  2340. | #define USE_LIBXSLT 1
  2341. | #define HAVE_LIBM 1
  2342. | #define HAVE_LIBREADLINE 1
  2343. | #define HAVE_LIBZ 1
  2344. | #define HAVE_SPINLOCKS 1
  2345. | #define HAVE_LIBCRYPTO 1
  2346. | #define HAVE_LIBSSL 1
  2347. | #define HAVE_LIBXML2 1
  2348. | #define HAVE_LIBXSLT 1
  2349. | #define STDC_HEADERS 1
  2350. | #define HAVE_SYS_TYPES_H 1
  2351. | #define HAVE_SYS_STAT_H 1
  2352. | #define HAVE_STDLIB_H 1
  2353. | #define HAVE_STRING_H 1
  2354. | #define HAVE_MEMORY_H 1
  2355. | #define HAVE_STRINGS_H 1
  2356. | #define HAVE_INTTYPES_H 1
  2357. | #define HAVE_STDINT_H 1
  2358. | #define HAVE_UNISTD_H 1
  2359. | #define HAVE_GETOPT_H 1
  2360. | #define HAVE_IFADDRS_H 1
  2361. | #define HAVE_LANGINFO_H 1
  2362. | #define HAVE_POLL_H 1
  2363. | #define HAVE_PWD_H 1
  2364. | #define HAVE_SYS_IOCTL_H 1
  2365. | #define HAVE_SYS_IPC_H 1
  2366. | #define HAVE_SYS_POLL_H 1
  2367. | #define HAVE_SYS_RESOURCE_H 1
  2368. | #define HAVE_SYS_SELECT_H 1
  2369. | #define HAVE_SYS_SEM_H 1
  2370. | #define HAVE_SYS_SHM_H 1
  2371. | #define HAVE_SYS_SOCKET_H 1
  2372. | #define HAVE_SYS_SOCKIO_H 1
  2373. | #define HAVE_SYS_TIME_H 1
  2374. | #define HAVE_SYS_UCRED_H 1
  2375. | #define HAVE_SYS_UN_H 1
  2376. | #define HAVE_TERMIOS_H 1
  2377. | #define HAVE_UTIME_H 1
  2378. | #define HAVE_WCHAR_H 1
  2379. | #define HAVE_WCTYPE_H 1
  2380. | /* end confdefs.h. */
  2381. | #include <stdio.h>
  2382. | #ifdef HAVE_SYS_TYPES_H
  2383. | # include <sys/types.h>
  2384. | #endif
  2385. | #ifdef HAVE_SYS_STAT_H
  2386. | # include <sys/stat.h>
  2387. | #endif
  2388. | #ifdef STDC_HEADERS
  2389. | # include <stdlib.h>
  2390. | # include <stddef.h>
  2391. | #else
  2392. | # ifdef HAVE_STDLIB_H
  2393. | # include <stdlib.h>
  2394. | # endif
  2395. | #endif
  2396. | #ifdef HAVE_STRING_H
  2397. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2398. | # include <memory.h>
  2399. | # endif
  2400. | # include <string.h>
  2401. | #endif
  2402. | #ifdef HAVE_STRINGS_H
  2403. | # include <strings.h>
  2404. | #endif
  2405. | #ifdef HAVE_INTTYPES_H
  2406. | # include <inttypes.h>
  2407. | #endif
  2408. | #ifdef HAVE_STDINT_H
  2409. | # include <stdint.h>
  2410. | #endif
  2411. | #ifdef HAVE_UNISTD_H
  2412. | # include <unistd.h>
  2413. | #endif
  2414. | #include <kernel/image.h>
  2415. configure:10137: result: no
  2416. configure:10141: checking kernel/image.h presence
  2417. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  2418. conftest.c:64:10: fatal error: 'kernel/image.h' file not found
  2419. #include <kernel/image.h>
  2420. ^
  2421. 1 error generated.
  2422. configure:10163: $? = 1
  2423. configure: failed program was:
  2424. | /* confdefs.h. */
  2425. | #define PACKAGE_NAME "PostgreSQL"
  2426. | #define PACKAGE_TARNAME "postgresql"
  2427. | #define PACKAGE_VERSION "9.1.4"
  2428. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  2429. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  2430. | #define PG_VERSION "9.1.4"
  2431. | #define PG_MAJORVERSION "9.1"
  2432. | #define USE_INTEGER_DATETIMES 1
  2433. | #define DEF_PGPORT 5432
  2434. | #define DEF_PGPORT_STR "5432"
  2435. | #define BLCKSZ 8192
  2436. | #define RELSEG_SIZE 131072
  2437. | #define XLOG_BLCKSZ 8192
  2438. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  2439. | #define ENABLE_THREAD_SAFETY 1
  2440. | #define ENABLE_GSS 1
  2441. | #define KRB5 1
  2442. | #define PG_KRB_SRVNAM "postgres"
  2443. | #define USE_BONJOUR 1
  2444. | #define USE_SSL 1
  2445. | #define USE_LIBXML 1
  2446. | #define USE_LIBXSLT 1
  2447. | #define HAVE_LIBM 1
  2448. | #define HAVE_LIBREADLINE 1
  2449. | #define HAVE_LIBZ 1
  2450. | #define HAVE_SPINLOCKS 1
  2451. | #define HAVE_LIBCRYPTO 1
  2452. | #define HAVE_LIBSSL 1
  2453. | #define HAVE_LIBXML2 1
  2454. | #define HAVE_LIBXSLT 1
  2455. | #define STDC_HEADERS 1
  2456. | #define HAVE_SYS_TYPES_H 1
  2457. | #define HAVE_SYS_STAT_H 1
  2458. | #define HAVE_STDLIB_H 1
  2459. | #define HAVE_STRING_H 1
  2460. | #define HAVE_MEMORY_H 1
  2461. | #define HAVE_STRINGS_H 1
  2462. | #define HAVE_INTTYPES_H 1
  2463. | #define HAVE_STDINT_H 1
  2464. | #define HAVE_UNISTD_H 1
  2465. | #define HAVE_GETOPT_H 1
  2466. | #define HAVE_IFADDRS_H 1
  2467. | #define HAVE_LANGINFO_H 1
  2468. | #define HAVE_POLL_H 1
  2469. | #define HAVE_PWD_H 1
  2470. | #define HAVE_SYS_IOCTL_H 1
  2471. | #define HAVE_SYS_IPC_H 1
  2472. | #define HAVE_SYS_POLL_H 1
  2473. | #define HAVE_SYS_RESOURCE_H 1
  2474. | #define HAVE_SYS_SELECT_H 1
  2475. | #define HAVE_SYS_SEM_H 1
  2476. | #define HAVE_SYS_SHM_H 1
  2477. | #define HAVE_SYS_SOCKET_H 1
  2478. | #define HAVE_SYS_SOCKIO_H 1
  2479. | #define HAVE_SYS_TIME_H 1
  2480. | #define HAVE_SYS_UCRED_H 1
  2481. | #define HAVE_SYS_UN_H 1
  2482. | #define HAVE_TERMIOS_H 1
  2483. | #define HAVE_UTIME_H 1
  2484. | #define HAVE_WCHAR_H 1
  2485. | #define HAVE_WCTYPE_H 1
  2486. | /* end confdefs.h. */
  2487. | #include <kernel/image.h>
  2488. configure:10177: result: no
  2489. configure:10210: checking for kernel/image.h
  2490. configure:10219: result: no
  2491. configure:10099: checking SupportDefs.h usability
  2492. configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  2493. conftest.c:97:10: fatal error: 'SupportDefs.h' file not found
  2494. #include <SupportDefs.h>
  2495. ^
  2496. 1 error generated.
  2497. configure:10123: $? = 1
  2498. configure: failed program was:
  2499. | /* confdefs.h. */
  2500. | #define PACKAGE_NAME "PostgreSQL"
  2501. | #define PACKAGE_TARNAME "postgresql"
  2502. | #define PACKAGE_VERSION "9.1.4"
  2503. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  2504. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  2505. | #define PG_VERSION "9.1.4"
  2506. | #define PG_MAJORVERSION "9.1"
  2507. | #define USE_INTEGER_DATETIMES 1
  2508. | #define DEF_PGPORT 5432
  2509. | #define DEF_PGPORT_STR "5432"
  2510. | #define BLCKSZ 8192
  2511. | #define RELSEG_SIZE 131072
  2512. | #define XLOG_BLCKSZ 8192
  2513. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  2514. | #define ENABLE_THREAD_SAFETY 1
  2515. | #define ENABLE_GSS 1
  2516. | #define KRB5 1
  2517. | #define PG_KRB_SRVNAM "postgres"
  2518. | #define USE_BONJOUR 1
  2519. | #define USE_SSL 1
  2520. | #define USE_LIBXML 1
  2521. | #define USE_LIBXSLT 1
  2522. | #define HAVE_LIBM 1
  2523. | #define HAVE_LIBREADLINE 1
  2524. | #define HAVE_LIBZ 1
  2525. | #define HAVE_SPINLOCKS 1
  2526. | #define HAVE_LIBCRYPTO 1
  2527. | #define HAVE_LIBSSL 1
  2528. | #define HAVE_LIBXML2 1
  2529. | #define HAVE_LIBXSLT 1
  2530. | #define STDC_HEADERS 1
  2531. | #define HAVE_SYS_TYPES_H 1
  2532. | #define HAVE_SYS_STAT_H 1
  2533. | #define HAVE_STDLIB_H 1
  2534. | #define HAVE_STRING_H 1
  2535. | #define HAVE_MEMORY_H 1
  2536. | #define HAVE_STRINGS_H 1
  2537. | #define HAVE_INTTYPES_H 1
  2538. | #define HAVE_STDINT_H 1
  2539. | #define HAVE_UNISTD_H 1
  2540. | #define HAVE_GETOPT_H 1
  2541. | #define HAVE_IFADDRS_H 1
  2542. | #define HAVE_LANGINFO_H 1
  2543. | #define HAVE_POLL_H 1
  2544. | #define HAVE_PWD_H 1
  2545. | #define HAVE_SYS_IOCTL_H 1
  2546. | #define HAVE_SYS_IPC_H 1
  2547. | #define HAVE_SYS_POLL_H 1
  2548. | #define HAVE_SYS_RESOURCE_H 1
  2549. | #define HAVE_SYS_SELECT_H 1
  2550. | #define HAVE_SYS_SEM_H 1
  2551. | #define HAVE_SYS_SHM_H 1
  2552. | #define HAVE_SYS_SOCKET_H 1
  2553. | #define HAVE_SYS_SOCKIO_H 1
  2554. | #define HAVE_SYS_TIME_H 1
  2555. | #define HAVE_SYS_UCRED_H 1
  2556. | #define HAVE_SYS_UN_H 1
  2557. | #define HAVE_TERMIOS_H 1
  2558. | #define HAVE_UTIME_H 1
  2559. | #define HAVE_WCHAR_H 1
  2560. | #define HAVE_WCTYPE_H 1
  2561. | /* end confdefs.h. */
  2562. | #include <stdio.h>
  2563. | #ifdef HAVE_SYS_TYPES_H
  2564. | # include <sys/types.h>
  2565. | #endif
  2566. | #ifdef HAVE_SYS_STAT_H
  2567. | # include <sys/stat.h>
  2568. | #endif
  2569. | #ifdef STDC_HEADERS
  2570. | # include <stdlib.h>
  2571. | # include <stddef.h>
  2572. | #else
  2573. | # ifdef HAVE_STDLIB_H
  2574. | # include <stdlib.h>
  2575. | # endif
  2576. | #endif
  2577. | #ifdef HAVE_STRING_H
  2578. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2579. | # include <memory.h>
  2580. | # endif
  2581. | # include <string.h>
  2582. | #endif
  2583. | #ifdef HAVE_STRINGS_H
  2584. | # include <strings.h>
  2585. | #endif
  2586. | #ifdef HAVE_INTTYPES_H
  2587. | # include <inttypes.h>
  2588. | #endif
  2589. | #ifdef HAVE_STDINT_H
  2590. | # include <stdint.h>
  2591. | #endif
  2592. | #ifdef HAVE_UNISTD_H
  2593. | # include <unistd.h>
  2594. | #endif
  2595. | #include <SupportDefs.h>
  2596. configure:10137: result: no
  2597. configure:10141: checking SupportDefs.h presence
  2598. configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  2599. conftest.c:64:10: fatal error: 'SupportDefs.h' file not found
  2600. #include <SupportDefs.h>
  2601. ^
  2602. 1 error generated.
  2603. configure:10163: $? = 1
  2604. configure: failed program was:
  2605. | /* confdefs.h. */
  2606. | #define PACKAGE_NAME "PostgreSQL"
  2607. | #define PACKAGE_TARNAME "postgresql"
  2608. | #define PACKAGE_VERSION "9.1.4"
  2609. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  2610. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  2611. | #define PG_VERSION "9.1.4"
  2612. | #define PG_MAJORVERSION "9.1"
  2613. | #define USE_INTEGER_DATETIMES 1
  2614. | #define DEF_PGPORT 5432
  2615. | #define DEF_PGPORT_STR "5432"
  2616. | #define BLCKSZ 8192
  2617. | #define RELSEG_SIZE 131072
  2618. | #define XLOG_BLCKSZ 8192
  2619. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  2620. | #define ENABLE_THREAD_SAFETY 1
  2621. | #define ENABLE_GSS 1
  2622. | #define KRB5 1
  2623. | #define PG_KRB_SRVNAM "postgres"
  2624. | #define USE_BONJOUR 1
  2625. | #define USE_SSL 1
  2626. | #define USE_LIBXML 1
  2627. | #define USE_LIBXSLT 1
  2628. | #define HAVE_LIBM 1
  2629. | #define HAVE_LIBREADLINE 1
  2630. | #define HAVE_LIBZ 1
  2631. | #define HAVE_SPINLOCKS 1
  2632. | #define HAVE_LIBCRYPTO 1
  2633. | #define HAVE_LIBSSL 1
  2634. | #define HAVE_LIBXML2 1
  2635. | #define HAVE_LIBXSLT 1
  2636. | #define STDC_HEADERS 1
  2637. | #define HAVE_SYS_TYPES_H 1
  2638. | #define HAVE_SYS_STAT_H 1
  2639. | #define HAVE_STDLIB_H 1
  2640. | #define HAVE_STRING_H 1
  2641. | #define HAVE_MEMORY_H 1
  2642. | #define HAVE_STRINGS_H 1
  2643. | #define HAVE_INTTYPES_H 1
  2644. | #define HAVE_STDINT_H 1
  2645. | #define HAVE_UNISTD_H 1
  2646. | #define HAVE_GETOPT_H 1
  2647. | #define HAVE_IFADDRS_H 1
  2648. | #define HAVE_LANGINFO_H 1
  2649. | #define HAVE_POLL_H 1
  2650. | #define HAVE_PWD_H 1
  2651. | #define HAVE_SYS_IOCTL_H 1
  2652. | #define HAVE_SYS_IPC_H 1
  2653. | #define HAVE_SYS_POLL_H 1
  2654. | #define HAVE_SYS_RESOURCE_H 1
  2655. | #define HAVE_SYS_SELECT_H 1
  2656. | #define HAVE_SYS_SEM_H 1
  2657. | #define HAVE_SYS_SHM_H 1
  2658. | #define HAVE_SYS_SOCKET_H 1
  2659. | #define HAVE_SYS_SOCKIO_H 1
  2660. | #define HAVE_SYS_TIME_H 1
  2661. | #define HAVE_SYS_UCRED_H 1
  2662. | #define HAVE_SYS_UN_H 1
  2663. | #define HAVE_TERMIOS_H 1
  2664. | #define HAVE_UTIME_H 1
  2665. | #define HAVE_WCHAR_H 1
  2666. | #define HAVE_WCTYPE_H 1
  2667. | /* end confdefs.h. */
  2668. | #include <SupportDefs.h>
  2669. configure:10177: result: no
  2670. configure:10210: checking for SupportDefs.h
  2671. configure:10219: result: no
  2672. configure:10241: checking for net/if.h
  2673. configure:10266: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  2674. configure:10273: $? = 0
  2675. configure:10290: result: yes
  2676. configure:10322: checking netinet/in.h usability
  2677. configure:10339: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  2678. configure:10346: $? = 0
  2679. configure:10360: result: yes
  2680. configure:10364: checking netinet/in.h presence
  2681. configure:10379: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  2682. configure:10386: $? = 0
  2683. configure:10400: result: yes
  2684. configure:10433: checking for netinet/in.h
  2685. configure:10442: result: yes
  2686. configure:10461: checking for netinet/tcp.h
  2687. configure:10486: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  2688. configure:10493: $? = 0
  2689. configure:10510: result: yes
  2690. configure:10541: checking readline/readline.h usability
  2691. configure:10558: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  2692. configure:10565: $? = 0
  2693. configure:10579: result: yes
  2694. configure:10583: checking readline/readline.h presence
  2695. configure:10598: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  2696. configure:10605: $? = 0
  2697. configure:10619: result: yes
  2698. configure:10652: checking for readline/readline.h
  2699. configure:10661: result: yes
  2700. configure:10854: checking readline/history.h usability
  2701. configure:10871: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  2702. configure:10878: $? = 0
  2703. configure:10892: result: yes
  2704. configure:10896: checking readline/history.h presence
  2705. configure:10911: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  2706. configure:10918: $? = 0
  2707. configure:10932: result: yes
  2708. configure:10965: checking for readline/history.h
  2709. configure:10974: result: yes
  2710. configure:12094: checking zlib.h usability
  2711. configure:12111: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  2712. configure:12118: $? = 0
  2713. configure:12132: result: yes
  2714. configure:12136: checking zlib.h presence
  2715. configure:12151: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  2716. configure:12158: $? = 0
  2717. configure:12172: result: yes
  2718. configure:12205: checking for zlib.h
  2719. configure:12212: result: yes
  2720. configure:12250: checking gssapi/gssapi.h usability
  2721. configure:12267: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  2722. configure:12274: $? = 0
  2723. configure:12288: result: yes
  2724. configure:12292: checking gssapi/gssapi.h presence
  2725. configure:12307: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  2726. configure:12314: $? = 0
  2727. configure:12328: result: yes
  2728. configure:12361: checking for gssapi/gssapi.h
  2729. configure:12370: result: yes
  2730. configure:12554: checking krb5.h usability
  2731. configure:12571: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  2732. configure:12578: $? = 0
  2733. configure:12592: result: yes
  2734. configure:12596: checking krb5.h presence
  2735. configure:12611: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  2736. configure:12618: $? = 0
  2737. configure:12632: result: yes
  2738. configure:12665: checking for krb5.h
  2739. configure:12672: result: yes
  2740. configure:12698: checking openssl/ssl.h usability
  2741. configure:12715: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  2742. configure:12722: $? = 0
  2743. configure:12736: result: yes
  2744. configure:12740: checking openssl/ssl.h presence
  2745. configure:12755: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  2746. configure:12762: $? = 0
  2747. configure:12776: result: yes
  2748. configure:12809: checking for openssl/ssl.h
  2749. configure:12816: result: yes
  2750. configure:12839: checking openssl/err.h usability
  2751. configure:12856: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  2752. configure:12863: $? = 0
  2753. configure:12877: result: yes
  2754. configure:12881: checking openssl/err.h presence
  2755. configure:12896: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  2756. configure:12903: $? = 0
  2757. configure:12917: result: yes
  2758. configure:12950: checking for openssl/err.h
  2759. configure:12957: result: yes
  2760. configure:12974: checking for ERR_set_mark
  2761. configure:13030: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  2762. configure:13037: $? = 0
  2763. configure:13059: result: yes
  2764. configure:13394: checking libxml/parser.h usability
  2765. configure:13411: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  2766. configure:13418: $? = 0
  2767. configure:13432: result: yes
  2768. configure:13436: checking libxml/parser.h presence
  2769. configure:13451: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  2770. configure:13458: $? = 0
  2771. configure:13472: result: yes
  2772. configure:13505: checking for libxml/parser.h
  2773. configure:13512: result: yes
  2774. configure:13538: checking libxslt/xslt.h usability
  2775. configure:13555: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  2776. configure:13562: $? = 0
  2777. configure:13576: result: yes
  2778. configure:13580: checking libxslt/xslt.h presence
  2779. configure:13595: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  2780. configure:13602: $? = 0
  2781. configure:13616: result: yes
  2782. configure:13649: checking for libxslt/xslt.h
  2783. configure:13656: result: yes
  2784. configure:13911: checking dns_sd.h usability
  2785. configure:13928: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  2786. configure:13935: $? = 0
  2787. configure:13949: result: yes
  2788. configure:13953: checking dns_sd.h presence
  2789. configure:13968: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  2790. configure:13975: $? = 0
  2791. configure:13989: result: yes
  2792. configure:14022: checking for dns_sd.h
  2793. configure:14029: result: yes
  2794. configure:14062: checking ossp/uuid.h usability
  2795. configure:14079: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  2796. conftest.c:104:10: fatal error: 'ossp/uuid.h' file not found
  2797. #include <ossp/uuid.h>
  2798. ^
  2799. 1 error generated.
  2800. configure:14086: $? = 1
  2801. configure: failed program was:
  2802. | /* confdefs.h. */
  2803. | #define PACKAGE_NAME "PostgreSQL"
  2804. | #define PACKAGE_TARNAME "postgresql"
  2805. | #define PACKAGE_VERSION "9.1.4"
  2806. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  2807. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  2808. | #define PG_VERSION "9.1.4"
  2809. | #define PG_MAJORVERSION "9.1"
  2810. | #define USE_INTEGER_DATETIMES 1
  2811. | #define DEF_PGPORT 5432
  2812. | #define DEF_PGPORT_STR "5432"
  2813. | #define BLCKSZ 8192
  2814. | #define RELSEG_SIZE 131072
  2815. | #define XLOG_BLCKSZ 8192
  2816. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  2817. | #define ENABLE_THREAD_SAFETY 1
  2818. | #define ENABLE_GSS 1
  2819. | #define KRB5 1
  2820. | #define PG_KRB_SRVNAM "postgres"
  2821. | #define USE_BONJOUR 1
  2822. | #define USE_SSL 1
  2823. | #define USE_LIBXML 1
  2824. | #define USE_LIBXSLT 1
  2825. | #define HAVE_LIBM 1
  2826. | #define HAVE_LIBREADLINE 1
  2827. | #define HAVE_LIBZ 1
  2828. | #define HAVE_SPINLOCKS 1
  2829. | #define HAVE_LIBCRYPTO 1
  2830. | #define HAVE_LIBSSL 1
  2831. | #define HAVE_LIBXML2 1
  2832. | #define HAVE_LIBXSLT 1
  2833. | #define STDC_HEADERS 1
  2834. | #define HAVE_SYS_TYPES_H 1
  2835. | #define HAVE_SYS_STAT_H 1
  2836. | #define HAVE_STDLIB_H 1
  2837. | #define HAVE_STRING_H 1
  2838. | #define HAVE_MEMORY_H 1
  2839. | #define HAVE_STRINGS_H 1
  2840. | #define HAVE_INTTYPES_H 1
  2841. | #define HAVE_STDINT_H 1
  2842. | #define HAVE_UNISTD_H 1
  2843. | #define HAVE_GETOPT_H 1
  2844. | #define HAVE_IFADDRS_H 1
  2845. | #define HAVE_LANGINFO_H 1
  2846. | #define HAVE_POLL_H 1
  2847. | #define HAVE_PWD_H 1
  2848. | #define HAVE_SYS_IOCTL_H 1
  2849. | #define HAVE_SYS_IPC_H 1
  2850. | #define HAVE_SYS_POLL_H 1
  2851. | #define HAVE_SYS_RESOURCE_H 1
  2852. | #define HAVE_SYS_SELECT_H 1
  2853. | #define HAVE_SYS_SEM_H 1
  2854. | #define HAVE_SYS_SHM_H 1
  2855. | #define HAVE_SYS_SOCKET_H 1
  2856. | #define HAVE_SYS_SOCKIO_H 1
  2857. | #define HAVE_SYS_TIME_H 1
  2858. | #define HAVE_SYS_UCRED_H 1
  2859. | #define HAVE_SYS_UN_H 1
  2860. | #define HAVE_TERMIOS_H 1
  2861. | #define HAVE_UTIME_H 1
  2862. | #define HAVE_WCHAR_H 1
  2863. | #define HAVE_WCTYPE_H 1
  2864. | #define HAVE_NET_IF_H 1
  2865. | #define HAVE_NETINET_IN_H 1
  2866. | #define HAVE_NETINET_TCP_H 1
  2867. | #define HAVE_READLINE_READLINE_H 1
  2868. | #define HAVE_READLINE_HISTORY_H 1
  2869. | #define HAVE_GSSAPI_GSSAPI_H 1
  2870. | #define HAVE_ERR_SET_MARK 1
  2871. | /* end confdefs.h. */
  2872. | #include <stdio.h>
  2873. | #ifdef HAVE_SYS_TYPES_H
  2874. | # include <sys/types.h>
  2875. | #endif
  2876. | #ifdef HAVE_SYS_STAT_H
  2877. | # include <sys/stat.h>
  2878. | #endif
  2879. | #ifdef STDC_HEADERS
  2880. | # include <stdlib.h>
  2881. | # include <stddef.h>
  2882. | #else
  2883. | # ifdef HAVE_STDLIB_H
  2884. | # include <stdlib.h>
  2885. | # endif
  2886. | #endif
  2887. | #ifdef HAVE_STRING_H
  2888. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2889. | # include <memory.h>
  2890. | # endif
  2891. | # include <string.h>
  2892. | #endif
  2893. | #ifdef HAVE_STRINGS_H
  2894. | # include <strings.h>
  2895. | #endif
  2896. | #ifdef HAVE_INTTYPES_H
  2897. | # include <inttypes.h>
  2898. | #endif
  2899. | #ifdef HAVE_STDINT_H
  2900. | # include <stdint.h>
  2901. | #endif
  2902. | #ifdef HAVE_UNISTD_H
  2903. | # include <unistd.h>
  2904. | #endif
  2905. | #include <ossp/uuid.h>
  2906. configure:14100: result: no
  2907. configure:14104: checking ossp/uuid.h presence
  2908. configure:14119: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  2909. conftest.c:71:10: fatal error: 'ossp/uuid.h' file not found
  2910. #include <ossp/uuid.h>
  2911. ^
  2912. 1 error generated.
  2913. configure:14126: $? = 1
  2914. configure: failed program was:
  2915. | /* confdefs.h. */
  2916. | #define PACKAGE_NAME "PostgreSQL"
  2917. | #define PACKAGE_TARNAME "postgresql"
  2918. | #define PACKAGE_VERSION "9.1.4"
  2919. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  2920. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  2921. | #define PG_VERSION "9.1.4"
  2922. | #define PG_MAJORVERSION "9.1"
  2923. | #define USE_INTEGER_DATETIMES 1
  2924. | #define DEF_PGPORT 5432
  2925. | #define DEF_PGPORT_STR "5432"
  2926. | #define BLCKSZ 8192
  2927. | #define RELSEG_SIZE 131072
  2928. | #define XLOG_BLCKSZ 8192
  2929. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  2930. | #define ENABLE_THREAD_SAFETY 1
  2931. | #define ENABLE_GSS 1
  2932. | #define KRB5 1
  2933. | #define PG_KRB_SRVNAM "postgres"
  2934. | #define USE_BONJOUR 1
  2935. | #define USE_SSL 1
  2936. | #define USE_LIBXML 1
  2937. | #define USE_LIBXSLT 1
  2938. | #define HAVE_LIBM 1
  2939. | #define HAVE_LIBREADLINE 1
  2940. | #define HAVE_LIBZ 1
  2941. | #define HAVE_SPINLOCKS 1
  2942. | #define HAVE_LIBCRYPTO 1
  2943. | #define HAVE_LIBSSL 1
  2944. | #define HAVE_LIBXML2 1
  2945. | #define HAVE_LIBXSLT 1
  2946. | #define STDC_HEADERS 1
  2947. | #define HAVE_SYS_TYPES_H 1
  2948. | #define HAVE_SYS_STAT_H 1
  2949. | #define HAVE_STDLIB_H 1
  2950. | #define HAVE_STRING_H 1
  2951. | #define HAVE_MEMORY_H 1
  2952. | #define HAVE_STRINGS_H 1
  2953. | #define HAVE_INTTYPES_H 1
  2954. | #define HAVE_STDINT_H 1
  2955. | #define HAVE_UNISTD_H 1
  2956. | #define HAVE_GETOPT_H 1
  2957. | #define HAVE_IFADDRS_H 1
  2958. | #define HAVE_LANGINFO_H 1
  2959. | #define HAVE_POLL_H 1
  2960. | #define HAVE_PWD_H 1
  2961. | #define HAVE_SYS_IOCTL_H 1
  2962. | #define HAVE_SYS_IPC_H 1
  2963. | #define HAVE_SYS_POLL_H 1
  2964. | #define HAVE_SYS_RESOURCE_H 1
  2965. | #define HAVE_SYS_SELECT_H 1
  2966. | #define HAVE_SYS_SEM_H 1
  2967. | #define HAVE_SYS_SHM_H 1
  2968. | #define HAVE_SYS_SOCKET_H 1
  2969. | #define HAVE_SYS_SOCKIO_H 1
  2970. | #define HAVE_SYS_TIME_H 1
  2971. | #define HAVE_SYS_UCRED_H 1
  2972. | #define HAVE_SYS_UN_H 1
  2973. | #define HAVE_TERMIOS_H 1
  2974. | #define HAVE_UTIME_H 1
  2975. | #define HAVE_WCHAR_H 1
  2976. | #define HAVE_WCTYPE_H 1
  2977. | #define HAVE_NET_IF_H 1
  2978. | #define HAVE_NETINET_IN_H 1
  2979. | #define HAVE_NETINET_TCP_H 1
  2980. | #define HAVE_READLINE_READLINE_H 1
  2981. | #define HAVE_READLINE_HISTORY_H 1
  2982. | #define HAVE_GSSAPI_GSSAPI_H 1
  2983. | #define HAVE_ERR_SET_MARK 1
  2984. | /* end confdefs.h. */
  2985. | #include <ossp/uuid.h>
  2986. configure:14140: result: no
  2987. configure:14173: checking for ossp/uuid.h
  2988. configure:14182: result: no
  2989. configure:14211: checking uuid.h usability
  2990. configure:14228: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  2991. In file included from conftest.c:104:
  2992. /usr/local/Cellar/ossp-uuid/1.6.2/include/uuid.h:94:24: error: typedef redefinition with different types ('struct uuid_st' vs '__darwin_uuid_t' (aka 'unsigned char [16]'))
  2993. typedef struct uuid_st uuid_t;
  2994. ^
  2995. /usr/include/unistd.h:676:26: note: previous definition is here
  2996. typedef __darwin_uuid_t uuid_t;
  2997. ^
  2998. 1 error generated.
  2999. configure:14235: $? = 1
  3000. configure: failed program was:
  3001. | /* confdefs.h. */
  3002. | #define PACKAGE_NAME "PostgreSQL"
  3003. | #define PACKAGE_TARNAME "postgresql"
  3004. | #define PACKAGE_VERSION "9.1.4"
  3005. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  3006. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  3007. | #define PG_VERSION "9.1.4"
  3008. | #define PG_MAJORVERSION "9.1"
  3009. | #define USE_INTEGER_DATETIMES 1
  3010. | #define DEF_PGPORT 5432
  3011. | #define DEF_PGPORT_STR "5432"
  3012. | #define BLCKSZ 8192
  3013. | #define RELSEG_SIZE 131072
  3014. | #define XLOG_BLCKSZ 8192
  3015. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  3016. | #define ENABLE_THREAD_SAFETY 1
  3017. | #define ENABLE_GSS 1
  3018. | #define KRB5 1
  3019. | #define PG_KRB_SRVNAM "postgres"
  3020. | #define USE_BONJOUR 1
  3021. | #define USE_SSL 1
  3022. | #define USE_LIBXML 1
  3023. | #define USE_LIBXSLT 1
  3024. | #define HAVE_LIBM 1
  3025. | #define HAVE_LIBREADLINE 1
  3026. | #define HAVE_LIBZ 1
  3027. | #define HAVE_SPINLOCKS 1
  3028. | #define HAVE_LIBCRYPTO 1
  3029. | #define HAVE_LIBSSL 1
  3030. | #define HAVE_LIBXML2 1
  3031. | #define HAVE_LIBXSLT 1
  3032. | #define STDC_HEADERS 1
  3033. | #define HAVE_SYS_TYPES_H 1
  3034. | #define HAVE_SYS_STAT_H 1
  3035. | #define HAVE_STDLIB_H 1
  3036. | #define HAVE_STRING_H 1
  3037. | #define HAVE_MEMORY_H 1
  3038. | #define HAVE_STRINGS_H 1
  3039. | #define HAVE_INTTYPES_H 1
  3040. | #define HAVE_STDINT_H 1
  3041. | #define HAVE_UNISTD_H 1
  3042. | #define HAVE_GETOPT_H 1
  3043. | #define HAVE_IFADDRS_H 1
  3044. | #define HAVE_LANGINFO_H 1
  3045. | #define HAVE_POLL_H 1
  3046. | #define HAVE_PWD_H 1
  3047. | #define HAVE_SYS_IOCTL_H 1
  3048. | #define HAVE_SYS_IPC_H 1
  3049. | #define HAVE_SYS_POLL_H 1
  3050. | #define HAVE_SYS_RESOURCE_H 1
  3051. | #define HAVE_SYS_SELECT_H 1
  3052. | #define HAVE_SYS_SEM_H 1
  3053. | #define HAVE_SYS_SHM_H 1
  3054. | #define HAVE_SYS_SOCKET_H 1
  3055. | #define HAVE_SYS_SOCKIO_H 1
  3056. | #define HAVE_SYS_TIME_H 1
  3057. | #define HAVE_SYS_UCRED_H 1
  3058. | #define HAVE_SYS_UN_H 1
  3059. | #define HAVE_TERMIOS_H 1
  3060. | #define HAVE_UTIME_H 1
  3061. | #define HAVE_WCHAR_H 1
  3062. | #define HAVE_WCTYPE_H 1
  3063. | #define HAVE_NET_IF_H 1
  3064. | #define HAVE_NETINET_IN_H 1
  3065. | #define HAVE_NETINET_TCP_H 1
  3066. | #define HAVE_READLINE_READLINE_H 1
  3067. | #define HAVE_READLINE_HISTORY_H 1
  3068. | #define HAVE_GSSAPI_GSSAPI_H 1
  3069. | #define HAVE_ERR_SET_MARK 1
  3070. | /* end confdefs.h. */
  3071. | #include <stdio.h>
  3072. | #ifdef HAVE_SYS_TYPES_H
  3073. | # include <sys/types.h>
  3074. | #endif
  3075. | #ifdef HAVE_SYS_STAT_H
  3076. | # include <sys/stat.h>
  3077. | #endif
  3078. | #ifdef STDC_HEADERS
  3079. | # include <stdlib.h>
  3080. | # include <stddef.h>
  3081. | #else
  3082. | # ifdef HAVE_STDLIB_H
  3083. | # include <stdlib.h>
  3084. | # endif
  3085. | #endif
  3086. | #ifdef HAVE_STRING_H
  3087. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3088. | # include <memory.h>
  3089. | # endif
  3090. | # include <string.h>
  3091. | #endif
  3092. | #ifdef HAVE_STRINGS_H
  3093. | # include <strings.h>
  3094. | #endif
  3095. | #ifdef HAVE_INTTYPES_H
  3096. | # include <inttypes.h>
  3097. | #endif
  3098. | #ifdef HAVE_STDINT_H
  3099. | # include <stdint.h>
  3100. | #endif
  3101. | #ifdef HAVE_UNISTD_H
  3102. | # include <unistd.h>
  3103. | #endif
  3104. | #include <uuid.h>
  3105. configure:14249: result: no
  3106. configure:14253: checking uuid.h presence
  3107. configure:14268: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  3108. configure:14275: $? = 0
  3109. configure:14289: result: yes
  3110. configure:14302: WARNING: uuid.h: present but cannot be compiled
  3111. configure:14304: WARNING: uuid.h: check for missing prerequisite headers?
  3112. configure:14306: WARNING: uuid.h: see the Autoconf documentation
  3113. configure:14308: WARNING: uuid.h: section "Present But Cannot Be Compiled"
  3114. configure:14310: WARNING: uuid.h: proceeding with the preprocessor's result
  3115. configure:14312: WARNING: uuid.h: in the future, the compiler will take precedence
  3116. configure:14322: checking for uuid.h
  3117. configure:14331: result: yes
  3118. configure:14362: checking whether byte ordering is bigendian
  3119. configure:14387: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  3120. configure:14394: $? = 0
  3121. configure:14444: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  3122. configure:14451: $? = 0
  3123. configure:14483: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  3124. conftest.c:79:4: error: use of undeclared identifier 'not'
  3125. not big endian
  3126. ^
  3127. 1 error generated.
  3128. configure:14490: $? = 1
  3129. configure: failed program was:
  3130. | /* confdefs.h. */
  3131. | #define PACKAGE_NAME "PostgreSQL"
  3132. | #define PACKAGE_TARNAME "postgresql"
  3133. | #define PACKAGE_VERSION "9.1.4"
  3134. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  3135. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  3136. | #define PG_VERSION "9.1.4"
  3137. | #define PG_MAJORVERSION "9.1"
  3138. | #define USE_INTEGER_DATETIMES 1
  3139. | #define DEF_PGPORT 5432
  3140. | #define DEF_PGPORT_STR "5432"
  3141. | #define BLCKSZ 8192
  3142. | #define RELSEG_SIZE 131072
  3143. | #define XLOG_BLCKSZ 8192
  3144. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  3145. | #define ENABLE_THREAD_SAFETY 1
  3146. | #define ENABLE_GSS 1
  3147. | #define KRB5 1
  3148. | #define PG_KRB_SRVNAM "postgres"
  3149. | #define USE_BONJOUR 1
  3150. | #define USE_SSL 1
  3151. | #define USE_LIBXML 1
  3152. | #define USE_LIBXSLT 1
  3153. | #define HAVE_LIBM 1
  3154. | #define HAVE_LIBREADLINE 1
  3155. | #define HAVE_LIBZ 1
  3156. | #define HAVE_SPINLOCKS 1
  3157. | #define HAVE_LIBCRYPTO 1
  3158. | #define HAVE_LIBSSL 1
  3159. | #define HAVE_LIBXML2 1
  3160. | #define HAVE_LIBXSLT 1
  3161. | #define STDC_HEADERS 1
  3162. | #define HAVE_SYS_TYPES_H 1
  3163. | #define HAVE_SYS_STAT_H 1
  3164. | #define HAVE_STDLIB_H 1
  3165. | #define HAVE_STRING_H 1
  3166. | #define HAVE_MEMORY_H 1
  3167. | #define HAVE_STRINGS_H 1
  3168. | #define HAVE_INTTYPES_H 1
  3169. | #define HAVE_STDINT_H 1
  3170. | #define HAVE_UNISTD_H 1
  3171. | #define HAVE_GETOPT_H 1
  3172. | #define HAVE_IFADDRS_H 1
  3173. | #define HAVE_LANGINFO_H 1
  3174. | #define HAVE_POLL_H 1
  3175. | #define HAVE_PWD_H 1
  3176. | #define HAVE_SYS_IOCTL_H 1
  3177. | #define HAVE_SYS_IPC_H 1
  3178. | #define HAVE_SYS_POLL_H 1
  3179. | #define HAVE_SYS_RESOURCE_H 1
  3180. | #define HAVE_SYS_SELECT_H 1
  3181. | #define HAVE_SYS_SEM_H 1
  3182. | #define HAVE_SYS_SHM_H 1
  3183. | #define HAVE_SYS_SOCKET_H 1
  3184. | #define HAVE_SYS_SOCKIO_H 1
  3185. | #define HAVE_SYS_TIME_H 1
  3186. | #define HAVE_SYS_UCRED_H 1
  3187. | #define HAVE_SYS_UN_H 1
  3188. | #define HAVE_TERMIOS_H 1
  3189. | #define HAVE_UTIME_H 1
  3190. | #define HAVE_WCHAR_H 1
  3191. | #define HAVE_WCTYPE_H 1
  3192. | #define HAVE_NET_IF_H 1
  3193. | #define HAVE_NETINET_IN_H 1
  3194. | #define HAVE_NETINET_TCP_H 1
  3195. | #define HAVE_READLINE_READLINE_H 1
  3196. | #define HAVE_READLINE_HISTORY_H 1
  3197. | #define HAVE_GSSAPI_GSSAPI_H 1
  3198. | #define HAVE_ERR_SET_MARK 1
  3199. | #define HAVE_UUID_H 1
  3200. | /* end confdefs.h. */
  3201. | #include <sys/types.h>
  3202. | #include <sys/param.h>
  3203. |
  3204. | int
  3205. | main ()
  3206. | {
  3207. | #if BYTE_ORDER != BIG_ENDIAN
  3208. | not big endian
  3209. | #endif
  3210. |
  3211. | ;
  3212. | return 0;
  3213. | }
  3214. configure:14742: result: no
  3215. configure:14767: checking for an ANSI C-conforming const
  3216. configure:14842: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  3217. configure:14849: $? = 0
  3218. configure:14864: result: yes
  3219. configure:14874: checking for inline
  3220. configure:14900: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  3221. configure:14907: $? = 0
  3222. configure:14925: result: inline
  3223. configure:14944: checking for quiet inline (no complaint if unreferenced)
  3224. configure:14974: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  3225. configure:14981: $? = 0
  3226. configure:15003: result: yes
  3227. configure:15013: checking for preprocessor stringizing operator
  3228. configure:15037: result: yes
  3229. configure:15047: checking for signed types
  3230. configure:15073: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  3231. configure:15080: $? = 0
  3232. configure:15095: result: yes
  3233. configure:15104: checking for working volatile
  3234. configure:15133: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  3235. configure:15140: $? = 0
  3236. configure:15155: result: yes
  3237. configure:15165: checking for __func__
  3238. configure:15191: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  3239. configure:15198: $? = 0
  3240. configure:15213: result: yes
  3241. configure:15280: checking whether struct tm is in sys/time.h or time.h
  3242. configure:15310: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  3243. configure:15317: $? = 0
  3244. configure:15332: result: time.h
  3245. configure:15342: checking for struct tm.tm_zone
  3246. configure:15373: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  3247. configure:15380: $? = 0
  3248. configure:15441: result: yes
  3249. configure:15459: checking for tzname
  3250. configure:15489: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  3251. configure:15496: $? = 0
  3252. configure:15516: result: yes
  3253. configure:15526: checking for union semun
  3254. configure:15557: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  3255. configure:15564: $? = 0
  3256. configure:15594: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  3257. conftest.c:85:26: error: expected expression
  3258. if (sizeof ((union semun)))
  3259. ^
  3260. 1 error generated.
  3261. configure:15601: $? = 1
  3262. configure: failed program was:
  3263. | /* confdefs.h. */
  3264. | #define PACKAGE_NAME "PostgreSQL"
  3265. | #define PACKAGE_TARNAME "postgresql"
  3266. | #define PACKAGE_VERSION "9.1.4"
  3267. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  3268. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  3269. | #define PG_VERSION "9.1.4"
  3270. | #define PG_MAJORVERSION "9.1"
  3271. | #define USE_INTEGER_DATETIMES 1
  3272. | #define DEF_PGPORT 5432
  3273. | #define DEF_PGPORT_STR "5432"
  3274. | #define BLCKSZ 8192
  3275. | #define RELSEG_SIZE 131072
  3276. | #define XLOG_BLCKSZ 8192
  3277. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  3278. | #define ENABLE_THREAD_SAFETY 1
  3279. | #define ENABLE_GSS 1
  3280. | #define KRB5 1
  3281. | #define PG_KRB_SRVNAM "postgres"
  3282. | #define USE_BONJOUR 1
  3283. | #define USE_SSL 1
  3284. | #define USE_LIBXML 1
  3285. | #define USE_LIBXSLT 1
  3286. | #define HAVE_LIBM 1
  3287. | #define HAVE_LIBREADLINE 1
  3288. | #define HAVE_LIBZ 1
  3289. | #define HAVE_SPINLOCKS 1
  3290. | #define HAVE_LIBCRYPTO 1
  3291. | #define HAVE_LIBSSL 1
  3292. | #define HAVE_LIBXML2 1
  3293. | #define HAVE_LIBXSLT 1
  3294. | #define STDC_HEADERS 1
  3295. | #define HAVE_SYS_TYPES_H 1
  3296. | #define HAVE_SYS_STAT_H 1
  3297. | #define HAVE_STDLIB_H 1
  3298. | #define HAVE_STRING_H 1
  3299. | #define HAVE_MEMORY_H 1
  3300. | #define HAVE_STRINGS_H 1
  3301. | #define HAVE_INTTYPES_H 1
  3302. | #define HAVE_STDINT_H 1
  3303. | #define HAVE_UNISTD_H 1
  3304. | #define HAVE_GETOPT_H 1
  3305. | #define HAVE_IFADDRS_H 1
  3306. | #define HAVE_LANGINFO_H 1
  3307. | #define HAVE_POLL_H 1
  3308. | #define HAVE_PWD_H 1
  3309. | #define HAVE_SYS_IOCTL_H 1
  3310. | #define HAVE_SYS_IPC_H 1
  3311. | #define HAVE_SYS_POLL_H 1
  3312. | #define HAVE_SYS_RESOURCE_H 1
  3313. | #define HAVE_SYS_SELECT_H 1
  3314. | #define HAVE_SYS_SEM_H 1
  3315. | #define HAVE_SYS_SHM_H 1
  3316. | #define HAVE_SYS_SOCKET_H 1
  3317. | #define HAVE_SYS_SOCKIO_H 1
  3318. | #define HAVE_SYS_TIME_H 1
  3319. | #define HAVE_SYS_UCRED_H 1
  3320. | #define HAVE_SYS_UN_H 1
  3321. | #define HAVE_TERMIOS_H 1
  3322. | #define HAVE_UTIME_H 1
  3323. | #define HAVE_WCHAR_H 1
  3324. | #define HAVE_WCTYPE_H 1
  3325. | #define HAVE_NET_IF_H 1
  3326. | #define HAVE_NETINET_IN_H 1
  3327. | #define HAVE_NETINET_TCP_H 1
  3328. | #define HAVE_READLINE_READLINE_H 1
  3329. | #define HAVE_READLINE_HISTORY_H 1
  3330. | #define HAVE_GSSAPI_GSSAPI_H 1
  3331. | #define HAVE_ERR_SET_MARK 1
  3332. | #define HAVE_UUID_H 1
  3333. | #define USE_INLINE 1
  3334. | #define HAVE_STRINGIZE 1
  3335. | #define HAVE_FUNCNAME__FUNC 1
  3336. | #define HAVE_STRUCT_TM_TM_ZONE 1
  3337. | #define HAVE_TM_ZONE 1
  3338. | #define HAVE_TZNAME 1
  3339. | /* end confdefs.h. */
  3340. | #include <sys/types.h>
  3341. | #include <sys/ipc.h>
  3342. | #include <sys/sem.h>
  3343. |
  3344. | int
  3345. | main ()
  3346. | {
  3347. | if (sizeof ((union semun)))
  3348. | return 0;
  3349. | ;
  3350. | return 0;
  3351. | }
  3352. configure:15624: result: yes
  3353. configure:15635: checking for struct sockaddr_un
  3354. configure:15668: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  3355. configure:15675: $? = 0
  3356. configure:15707: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  3357. conftest.c:88:33: error: expected expression
  3358. if (sizeof ((struct sockaddr_un)))
  3359. ^
  3360. 1 error generated.
  3361. configure:15714: $? = 1
  3362. configure: failed program was:
  3363. | /* confdefs.h. */
  3364. | #define PACKAGE_NAME "PostgreSQL"
  3365. | #define PACKAGE_TARNAME "postgresql"
  3366. | #define PACKAGE_VERSION "9.1.4"
  3367. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  3368. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  3369. | #define PG_VERSION "9.1.4"
  3370. | #define PG_MAJORVERSION "9.1"
  3371. | #define USE_INTEGER_DATETIMES 1
  3372. | #define DEF_PGPORT 5432
  3373. | #define DEF_PGPORT_STR "5432"
  3374. | #define BLCKSZ 8192
  3375. | #define RELSEG_SIZE 131072
  3376. | #define XLOG_BLCKSZ 8192
  3377. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  3378. | #define ENABLE_THREAD_SAFETY 1
  3379. | #define ENABLE_GSS 1
  3380. | #define KRB5 1
  3381. | #define PG_KRB_SRVNAM "postgres"
  3382. | #define USE_BONJOUR 1
  3383. | #define USE_SSL 1
  3384. | #define USE_LIBXML 1
  3385. | #define USE_LIBXSLT 1
  3386. | #define HAVE_LIBM 1
  3387. | #define HAVE_LIBREADLINE 1
  3388. | #define HAVE_LIBZ 1
  3389. | #define HAVE_SPINLOCKS 1
  3390. | #define HAVE_LIBCRYPTO 1
  3391. | #define HAVE_LIBSSL 1
  3392. | #define HAVE_LIBXML2 1
  3393. | #define HAVE_LIBXSLT 1
  3394. | #define STDC_HEADERS 1
  3395. | #define HAVE_SYS_TYPES_H 1
  3396. | #define HAVE_SYS_STAT_H 1
  3397. | #define HAVE_STDLIB_H 1
  3398. | #define HAVE_STRING_H 1
  3399. | #define HAVE_MEMORY_H 1
  3400. | #define HAVE_STRINGS_H 1
  3401. | #define HAVE_INTTYPES_H 1
  3402. | #define HAVE_STDINT_H 1
  3403. | #define HAVE_UNISTD_H 1
  3404. | #define HAVE_GETOPT_H 1
  3405. | #define HAVE_IFADDRS_H 1
  3406. | #define HAVE_LANGINFO_H 1
  3407. | #define HAVE_POLL_H 1
  3408. | #define HAVE_PWD_H 1
  3409. | #define HAVE_SYS_IOCTL_H 1
  3410. | #define HAVE_SYS_IPC_H 1
  3411. | #define HAVE_SYS_POLL_H 1
  3412. | #define HAVE_SYS_RESOURCE_H 1
  3413. | #define HAVE_SYS_SELECT_H 1
  3414. | #define HAVE_SYS_SEM_H 1
  3415. | #define HAVE_SYS_SHM_H 1
  3416. | #define HAVE_SYS_SOCKET_H 1
  3417. | #define HAVE_SYS_SOCKIO_H 1
  3418. | #define HAVE_SYS_TIME_H 1
  3419. | #define HAVE_SYS_UCRED_H 1
  3420. | #define HAVE_SYS_UN_H 1
  3421. | #define HAVE_TERMIOS_H 1
  3422. | #define HAVE_UTIME_H 1
  3423. | #define HAVE_WCHAR_H 1
  3424. | #define HAVE_WCTYPE_H 1
  3425. | #define HAVE_NET_IF_H 1
  3426. | #define HAVE_NETINET_IN_H 1
  3427. | #define HAVE_NETINET_TCP_H 1
  3428. | #define HAVE_READLINE_READLINE_H 1
  3429. | #define HAVE_READLINE_HISTORY_H 1
  3430. | #define HAVE_GSSAPI_GSSAPI_H 1
  3431. | #define HAVE_ERR_SET_MARK 1
  3432. | #define HAVE_UUID_H 1
  3433. | #define USE_INLINE 1
  3434. | #define HAVE_STRINGIZE 1
  3435. | #define HAVE_FUNCNAME__FUNC 1
  3436. | #define HAVE_STRUCT_TM_TM_ZONE 1
  3437. | #define HAVE_TM_ZONE 1
  3438. | #define HAVE_TZNAME 1
  3439. | #define HAVE_UNION_SEMUN 1
  3440. | /* end confdefs.h. */
  3441. | #include <sys/types.h>
  3442. | #ifdef HAVE_SYS_UN_H
  3443. | #include <sys/un.h>
  3444. | #endif
  3445. |
  3446. |
  3447. | int
  3448. | main ()
  3449. | {
  3450. | if (sizeof ((struct sockaddr_un)))
  3451. | return 0;
  3452. | ;
  3453. | return 0;
  3454. | }
  3455. configure:15737: result: yes
  3456. configure:15752: checking for struct sockaddr_storage
  3457. configure:15785: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  3458. configure:15792: $? = 0
  3459. configure:15824: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  3460. conftest.c:90:38: error: expected expression
  3461. if (sizeof ((struct sockaddr_storage)))
  3462. ^
  3463. 1 error generated.
  3464. configure:15831: $? = 1
  3465. configure: failed program was:
  3466. | /* confdefs.h. */
  3467. | #define PACKAGE_NAME "PostgreSQL"
  3468. | #define PACKAGE_TARNAME "postgresql"
  3469. | #define PACKAGE_VERSION "9.1.4"
  3470. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  3471. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  3472. | #define PG_VERSION "9.1.4"
  3473. | #define PG_MAJORVERSION "9.1"
  3474. | #define USE_INTEGER_DATETIMES 1
  3475. | #define DEF_PGPORT 5432
  3476. | #define DEF_PGPORT_STR "5432"
  3477. | #define BLCKSZ 8192
  3478. | #define RELSEG_SIZE 131072
  3479. | #define XLOG_BLCKSZ 8192
  3480. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  3481. | #define ENABLE_THREAD_SAFETY 1
  3482. | #define ENABLE_GSS 1
  3483. | #define KRB5 1
  3484. | #define PG_KRB_SRVNAM "postgres"
  3485. | #define USE_BONJOUR 1
  3486. | #define USE_SSL 1
  3487. | #define USE_LIBXML 1
  3488. | #define USE_LIBXSLT 1
  3489. | #define HAVE_LIBM 1
  3490. | #define HAVE_LIBREADLINE 1
  3491. | #define HAVE_LIBZ 1
  3492. | #define HAVE_SPINLOCKS 1
  3493. | #define HAVE_LIBCRYPTO 1
  3494. | #define HAVE_LIBSSL 1
  3495. | #define HAVE_LIBXML2 1
  3496. | #define HAVE_LIBXSLT 1
  3497. | #define STDC_HEADERS 1
  3498. | #define HAVE_SYS_TYPES_H 1
  3499. | #define HAVE_SYS_STAT_H 1
  3500. | #define HAVE_STDLIB_H 1
  3501. | #define HAVE_STRING_H 1
  3502. | #define HAVE_MEMORY_H 1
  3503. | #define HAVE_STRINGS_H 1
  3504. | #define HAVE_INTTYPES_H 1
  3505. | #define HAVE_STDINT_H 1
  3506. | #define HAVE_UNISTD_H 1
  3507. | #define HAVE_GETOPT_H 1
  3508. | #define HAVE_IFADDRS_H 1
  3509. | #define HAVE_LANGINFO_H 1
  3510. | #define HAVE_POLL_H 1
  3511. | #define HAVE_PWD_H 1
  3512. | #define HAVE_SYS_IOCTL_H 1
  3513. | #define HAVE_SYS_IPC_H 1
  3514. | #define HAVE_SYS_POLL_H 1
  3515. | #define HAVE_SYS_RESOURCE_H 1
  3516. | #define HAVE_SYS_SELECT_H 1
  3517. | #define HAVE_SYS_SEM_H 1
  3518. | #define HAVE_SYS_SHM_H 1
  3519. | #define HAVE_SYS_SOCKET_H 1
  3520. | #define HAVE_SYS_SOCKIO_H 1
  3521. | #define HAVE_SYS_TIME_H 1
  3522. | #define HAVE_SYS_UCRED_H 1
  3523. | #define HAVE_SYS_UN_H 1
  3524. | #define HAVE_TERMIOS_H 1
  3525. | #define HAVE_UTIME_H 1
  3526. | #define HAVE_WCHAR_H 1
  3527. | #define HAVE_WCTYPE_H 1
  3528. | #define HAVE_NET_IF_H 1
  3529. | #define HAVE_NETINET_IN_H 1
  3530. | #define HAVE_NETINET_TCP_H 1
  3531. | #define HAVE_READLINE_READLINE_H 1
  3532. | #define HAVE_READLINE_HISTORY_H 1
  3533. | #define HAVE_GSSAPI_GSSAPI_H 1
  3534. | #define HAVE_ERR_SET_MARK 1
  3535. | #define HAVE_UUID_H 1
  3536. | #define USE_INLINE 1
  3537. | #define HAVE_STRINGIZE 1
  3538. | #define HAVE_FUNCNAME__FUNC 1
  3539. | #define HAVE_STRUCT_TM_TM_ZONE 1
  3540. | #define HAVE_TM_ZONE 1
  3541. | #define HAVE_TZNAME 1
  3542. | #define HAVE_UNION_SEMUN 1
  3543. | #define HAVE_STRUCT_SOCKADDR_UN 1
  3544. | #define HAVE_UNIX_SOCKETS 1
  3545. | /* end confdefs.h. */
  3546. | #include <sys/types.h>
  3547. | #ifdef HAVE_SYS_SOCKET_H
  3548. | #include <sys/socket.h>
  3549. | #endif
  3550. |
  3551. |
  3552. | int
  3553. | main ()
  3554. | {
  3555. | if (sizeof ((struct sockaddr_storage)))
  3556. | return 0;
  3557. | ;
  3558. | return 0;
  3559. | }
  3560. configure:15854: result: yes
  3561. configure:15865: checking for struct sockaddr_storage.ss_family
  3562. configure:15898: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  3563. configure:15905: $? = 0
  3564. configure:15968: result: yes
  3565. configure:15978: checking for struct sockaddr_storage.__ss_family
  3566. configure:16011: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  3567. conftest.c:93:13: error: no member named '__ss_family' in 'struct sockaddr_storage'; did you mean 'ss_family'?
  3568. if (ac_aggr.__ss_family)
  3569. ^~~~~~~~~~~
  3570. ss_family
  3571. /usr/include/sys/socket.h:361:14: note: 'ss_family' declared here
  3572. sa_family_t ss_family; /* [XSI] address family */
  3573. ^
  3574. 1 error generated.
  3575. configure:16018: $? = 1
  3576. configure: failed program was:
  3577. | /* confdefs.h. */
  3578. | #define PACKAGE_NAME "PostgreSQL"
  3579. | #define PACKAGE_TARNAME "postgresql"
  3580. | #define PACKAGE_VERSION "9.1.4"
  3581. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  3582. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  3583. | #define PG_VERSION "9.1.4"
  3584. | #define PG_MAJORVERSION "9.1"
  3585. | #define USE_INTEGER_DATETIMES 1
  3586. | #define DEF_PGPORT 5432
  3587. | #define DEF_PGPORT_STR "5432"
  3588. | #define BLCKSZ 8192
  3589. | #define RELSEG_SIZE 131072
  3590. | #define XLOG_BLCKSZ 8192
  3591. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  3592. | #define ENABLE_THREAD_SAFETY 1
  3593. | #define ENABLE_GSS 1
  3594. | #define KRB5 1
  3595. | #define PG_KRB_SRVNAM "postgres"
  3596. | #define USE_BONJOUR 1
  3597. | #define USE_SSL 1
  3598. | #define USE_LIBXML 1
  3599. | #define USE_LIBXSLT 1
  3600. | #define HAVE_LIBM 1
  3601. | #define HAVE_LIBREADLINE 1
  3602. | #define HAVE_LIBZ 1
  3603. | #define HAVE_SPINLOCKS 1
  3604. | #define HAVE_LIBCRYPTO 1
  3605. | #define HAVE_LIBSSL 1
  3606. | #define HAVE_LIBXML2 1
  3607. | #define HAVE_LIBXSLT 1
  3608. | #define STDC_HEADERS 1
  3609. | #define HAVE_SYS_TYPES_H 1
  3610. | #define HAVE_SYS_STAT_H 1
  3611. | #define HAVE_STDLIB_H 1
  3612. | #define HAVE_STRING_H 1
  3613. | #define HAVE_MEMORY_H 1
  3614. | #define HAVE_STRINGS_H 1
  3615. | #define HAVE_INTTYPES_H 1
  3616. | #define HAVE_STDINT_H 1
  3617. | #define HAVE_UNISTD_H 1
  3618. | #define HAVE_GETOPT_H 1
  3619. | #define HAVE_IFADDRS_H 1
  3620. | #define HAVE_LANGINFO_H 1
  3621. | #define HAVE_POLL_H 1
  3622. | #define HAVE_PWD_H 1
  3623. | #define HAVE_SYS_IOCTL_H 1
  3624. | #define HAVE_SYS_IPC_H 1
  3625. | #define HAVE_SYS_POLL_H 1
  3626. | #define HAVE_SYS_RESOURCE_H 1
  3627. | #define HAVE_SYS_SELECT_H 1
  3628. | #define HAVE_SYS_SEM_H 1
  3629. | #define HAVE_SYS_SHM_H 1
  3630. | #define HAVE_SYS_SOCKET_H 1
  3631. | #define HAVE_SYS_SOCKIO_H 1
  3632. | #define HAVE_SYS_TIME_H 1
  3633. | #define HAVE_SYS_UCRED_H 1
  3634. | #define HAVE_SYS_UN_H 1
  3635. | #define HAVE_TERMIOS_H 1
  3636. | #define HAVE_UTIME_H 1
  3637. | #define HAVE_WCHAR_H 1
  3638. | #define HAVE_WCTYPE_H 1
  3639. | #define HAVE_NET_IF_H 1
  3640. | #define HAVE_NETINET_IN_H 1
  3641. | #define HAVE_NETINET_TCP_H 1
  3642. | #define HAVE_READLINE_READLINE_H 1
  3643. | #define HAVE_READLINE_HISTORY_H 1
  3644. | #define HAVE_GSSAPI_GSSAPI_H 1
  3645. | #define HAVE_ERR_SET_MARK 1
  3646. | #define HAVE_UUID_H 1
  3647. | #define USE_INLINE 1
  3648. | #define HAVE_STRINGIZE 1
  3649. | #define HAVE_FUNCNAME__FUNC 1
  3650. | #define HAVE_STRUCT_TM_TM_ZONE 1
  3651. | #define HAVE_TM_ZONE 1
  3652. | #define HAVE_TZNAME 1
  3653. | #define HAVE_UNION_SEMUN 1
  3654. | #define HAVE_STRUCT_SOCKADDR_UN 1
  3655. | #define HAVE_UNIX_SOCKETS 1
  3656. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  3657. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  3658. | /* end confdefs.h. */
  3659. | #include <sys/types.h>
  3660. | #ifdef HAVE_SYS_SOCKET_H
  3661. | #include <sys/socket.h>
  3662. | #endif
  3663. |
  3664. |
  3665. | int
  3666. | main ()
  3667. | {
  3668. | static struct sockaddr_storage ac_aggr;
  3669. | if (ac_aggr.__ss_family)
  3670. | return 0;
  3671. | ;
  3672. | return 0;
  3673. | }
  3674. configure:16056: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  3675. conftest.c:93:20: error: no member named '__ss_family' in 'struct sockaddr_storage'; did you mean 'ss_family'?
  3676. if (sizeof ac_aggr.__ss_family)
  3677. ^~~~~~~~~~~
  3678. ss_family
  3679. /usr/include/sys/socket.h:361:14: note: 'ss_family' declared here
  3680. sa_family_t ss_family; /* [XSI] address family */
  3681. ^
  3682. 1 error generated.
  3683. configure:16063: $? = 1
  3684. configure: failed program was:
  3685. | /* confdefs.h. */
  3686. | #define PACKAGE_NAME "PostgreSQL"
  3687. | #define PACKAGE_TARNAME "postgresql"
  3688. | #define PACKAGE_VERSION "9.1.4"
  3689. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  3690. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  3691. | #define PG_VERSION "9.1.4"
  3692. | #define PG_MAJORVERSION "9.1"
  3693. | #define USE_INTEGER_DATETIMES 1
  3694. | #define DEF_PGPORT 5432
  3695. | #define DEF_PGPORT_STR "5432"
  3696. | #define BLCKSZ 8192
  3697. | #define RELSEG_SIZE 131072
  3698. | #define XLOG_BLCKSZ 8192
  3699. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  3700. | #define ENABLE_THREAD_SAFETY 1
  3701. | #define ENABLE_GSS 1
  3702. | #define KRB5 1
  3703. | #define PG_KRB_SRVNAM "postgres"
  3704. | #define USE_BONJOUR 1
  3705. | #define USE_SSL 1
  3706. | #define USE_LIBXML 1
  3707. | #define USE_LIBXSLT 1
  3708. | #define HAVE_LIBM 1
  3709. | #define HAVE_LIBREADLINE 1
  3710. | #define HAVE_LIBZ 1
  3711. | #define HAVE_SPINLOCKS 1
  3712. | #define HAVE_LIBCRYPTO 1
  3713. | #define HAVE_LIBSSL 1
  3714. | #define HAVE_LIBXML2 1
  3715. | #define HAVE_LIBXSLT 1
  3716. | #define STDC_HEADERS 1
  3717. | #define HAVE_SYS_TYPES_H 1
  3718. | #define HAVE_SYS_STAT_H 1
  3719. | #define HAVE_STDLIB_H 1
  3720. | #define HAVE_STRING_H 1
  3721. | #define HAVE_MEMORY_H 1
  3722. | #define HAVE_STRINGS_H 1
  3723. | #define HAVE_INTTYPES_H 1
  3724. | #define HAVE_STDINT_H 1
  3725. | #define HAVE_UNISTD_H 1
  3726. | #define HAVE_GETOPT_H 1
  3727. | #define HAVE_IFADDRS_H 1
  3728. | #define HAVE_LANGINFO_H 1
  3729. | #define HAVE_POLL_H 1
  3730. | #define HAVE_PWD_H 1
  3731. | #define HAVE_SYS_IOCTL_H 1
  3732. | #define HAVE_SYS_IPC_H 1
  3733. | #define HAVE_SYS_POLL_H 1
  3734. | #define HAVE_SYS_RESOURCE_H 1
  3735. | #define HAVE_SYS_SELECT_H 1
  3736. | #define HAVE_SYS_SEM_H 1
  3737. | #define HAVE_SYS_SHM_H 1
  3738. | #define HAVE_SYS_SOCKET_H 1
  3739. | #define HAVE_SYS_SOCKIO_H 1
  3740. | #define HAVE_SYS_TIME_H 1
  3741. | #define HAVE_SYS_UCRED_H 1
  3742. | #define HAVE_SYS_UN_H 1
  3743. | #define HAVE_TERMIOS_H 1
  3744. | #define HAVE_UTIME_H 1
  3745. | #define HAVE_WCHAR_H 1
  3746. | #define HAVE_WCTYPE_H 1
  3747. | #define HAVE_NET_IF_H 1
  3748. | #define HAVE_NETINET_IN_H 1
  3749. | #define HAVE_NETINET_TCP_H 1
  3750. | #define HAVE_READLINE_READLINE_H 1
  3751. | #define HAVE_READLINE_HISTORY_H 1
  3752. | #define HAVE_GSSAPI_GSSAPI_H 1
  3753. | #define HAVE_ERR_SET_MARK 1
  3754. | #define HAVE_UUID_H 1
  3755. | #define USE_INLINE 1
  3756. | #define HAVE_STRINGIZE 1
  3757. | #define HAVE_FUNCNAME__FUNC 1
  3758. | #define HAVE_STRUCT_TM_TM_ZONE 1
  3759. | #define HAVE_TM_ZONE 1
  3760. | #define HAVE_TZNAME 1
  3761. | #define HAVE_UNION_SEMUN 1
  3762. | #define HAVE_STRUCT_SOCKADDR_UN 1
  3763. | #define HAVE_UNIX_SOCKETS 1
  3764. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  3765. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  3766. | /* end confdefs.h. */
  3767. | #include <sys/types.h>
  3768. | #ifdef HAVE_SYS_SOCKET_H
  3769. | #include <sys/socket.h>
  3770. | #endif
  3771. |
  3772. |
  3773. | int
  3774. | main ()
  3775. | {
  3776. | static struct sockaddr_storage ac_aggr;
  3777. | if (sizeof ac_aggr.__ss_family)
  3778. | return 0;
  3779. | ;
  3780. | return 0;
  3781. | }
  3782. configure:16081: result: no
  3783. configure:16091: checking for struct sockaddr_storage.ss_len
  3784. configure:16124: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  3785. configure:16131: $? = 0
  3786. configure:16194: result: yes
  3787. configure:16204: checking for struct sockaddr_storage.__ss_len
  3788. configure:16237: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  3789. conftest.c:94:13: error: no member named '__ss_len' in 'struct sockaddr_storage'; did you mean 'ss_len'?
  3790. if (ac_aggr.__ss_len)
  3791. ^~~~~~~~
  3792. ss_len
  3793. /usr/include/sys/socket.h:360:12: note: 'ss_len' declared here
  3794. __uint8_t ss_len; /* address length */
  3795. ^
  3796. 1 error generated.
  3797. configure:16244: $? = 1
  3798. configure: failed program was:
  3799. | /* confdefs.h. */
  3800. | #define PACKAGE_NAME "PostgreSQL"
  3801. | #define PACKAGE_TARNAME "postgresql"
  3802. | #define PACKAGE_VERSION "9.1.4"
  3803. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  3804. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  3805. | #define PG_VERSION "9.1.4"
  3806. | #define PG_MAJORVERSION "9.1"
  3807. | #define USE_INTEGER_DATETIMES 1
  3808. | #define DEF_PGPORT 5432
  3809. | #define DEF_PGPORT_STR "5432"
  3810. | #define BLCKSZ 8192
  3811. | #define RELSEG_SIZE 131072
  3812. | #define XLOG_BLCKSZ 8192
  3813. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  3814. | #define ENABLE_THREAD_SAFETY 1
  3815. | #define ENABLE_GSS 1
  3816. | #define KRB5 1
  3817. | #define PG_KRB_SRVNAM "postgres"
  3818. | #define USE_BONJOUR 1
  3819. | #define USE_SSL 1
  3820. | #define USE_LIBXML 1
  3821. | #define USE_LIBXSLT 1
  3822. | #define HAVE_LIBM 1
  3823. | #define HAVE_LIBREADLINE 1
  3824. | #define HAVE_LIBZ 1
  3825. | #define HAVE_SPINLOCKS 1
  3826. | #define HAVE_LIBCRYPTO 1
  3827. | #define HAVE_LIBSSL 1
  3828. | #define HAVE_LIBXML2 1
  3829. | #define HAVE_LIBXSLT 1
  3830. | #define STDC_HEADERS 1
  3831. | #define HAVE_SYS_TYPES_H 1
  3832. | #define HAVE_SYS_STAT_H 1
  3833. | #define HAVE_STDLIB_H 1
  3834. | #define HAVE_STRING_H 1
  3835. | #define HAVE_MEMORY_H 1
  3836. | #define HAVE_STRINGS_H 1
  3837. | #define HAVE_INTTYPES_H 1
  3838. | #define HAVE_STDINT_H 1
  3839. | #define HAVE_UNISTD_H 1
  3840. | #define HAVE_GETOPT_H 1
  3841. | #define HAVE_IFADDRS_H 1
  3842. | #define HAVE_LANGINFO_H 1
  3843. | #define HAVE_POLL_H 1
  3844. | #define HAVE_PWD_H 1
  3845. | #define HAVE_SYS_IOCTL_H 1
  3846. | #define HAVE_SYS_IPC_H 1
  3847. | #define HAVE_SYS_POLL_H 1
  3848. | #define HAVE_SYS_RESOURCE_H 1
  3849. | #define HAVE_SYS_SELECT_H 1
  3850. | #define HAVE_SYS_SEM_H 1
  3851. | #define HAVE_SYS_SHM_H 1
  3852. | #define HAVE_SYS_SOCKET_H 1
  3853. | #define HAVE_SYS_SOCKIO_H 1
  3854. | #define HAVE_SYS_TIME_H 1
  3855. | #define HAVE_SYS_UCRED_H 1
  3856. | #define HAVE_SYS_UN_H 1
  3857. | #define HAVE_TERMIOS_H 1
  3858. | #define HAVE_UTIME_H 1
  3859. | #define HAVE_WCHAR_H 1
  3860. | #define HAVE_WCTYPE_H 1
  3861. | #define HAVE_NET_IF_H 1
  3862. | #define HAVE_NETINET_IN_H 1
  3863. | #define HAVE_NETINET_TCP_H 1
  3864. | #define HAVE_READLINE_READLINE_H 1
  3865. | #define HAVE_READLINE_HISTORY_H 1
  3866. | #define HAVE_GSSAPI_GSSAPI_H 1
  3867. | #define HAVE_ERR_SET_MARK 1
  3868. | #define HAVE_UUID_H 1
  3869. | #define USE_INLINE 1
  3870. | #define HAVE_STRINGIZE 1
  3871. | #define HAVE_FUNCNAME__FUNC 1
  3872. | #define HAVE_STRUCT_TM_TM_ZONE 1
  3873. | #define HAVE_TM_ZONE 1
  3874. | #define HAVE_TZNAME 1
  3875. | #define HAVE_UNION_SEMUN 1
  3876. | #define HAVE_STRUCT_SOCKADDR_UN 1
  3877. | #define HAVE_UNIX_SOCKETS 1
  3878. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  3879. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  3880. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  3881. | /* end confdefs.h. */
  3882. | #include <sys/types.h>
  3883. | #ifdef HAVE_SYS_SOCKET_H
  3884. | #include <sys/socket.h>
  3885. | #endif
  3886. |
  3887. |
  3888. | int
  3889. | main ()
  3890. | {
  3891. | static struct sockaddr_storage ac_aggr;
  3892. | if (ac_aggr.__ss_len)
  3893. | return 0;
  3894. | ;
  3895. | return 0;
  3896. | }
  3897. configure:16282: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  3898. conftest.c:94:20: error: no member named '__ss_len' in 'struct sockaddr_storage'; did you mean 'ss_len'?
  3899. if (sizeof ac_aggr.__ss_len)
  3900. ^~~~~~~~
  3901. ss_len
  3902. /usr/include/sys/socket.h:360:12: note: 'ss_len' declared here
  3903. __uint8_t ss_len; /* address length */
  3904. ^
  3905. 1 error generated.
  3906. configure:16289: $? = 1
  3907. configure: failed program was:
  3908. | /* confdefs.h. */
  3909. | #define PACKAGE_NAME "PostgreSQL"
  3910. | #define PACKAGE_TARNAME "postgresql"
  3911. | #define PACKAGE_VERSION "9.1.4"
  3912. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  3913. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  3914. | #define PG_VERSION "9.1.4"
  3915. | #define PG_MAJORVERSION "9.1"
  3916. | #define USE_INTEGER_DATETIMES 1
  3917. | #define DEF_PGPORT 5432
  3918. | #define DEF_PGPORT_STR "5432"
  3919. | #define BLCKSZ 8192
  3920. | #define RELSEG_SIZE 131072
  3921. | #define XLOG_BLCKSZ 8192
  3922. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  3923. | #define ENABLE_THREAD_SAFETY 1
  3924. | #define ENABLE_GSS 1
  3925. | #define KRB5 1
  3926. | #define PG_KRB_SRVNAM "postgres"
  3927. | #define USE_BONJOUR 1
  3928. | #define USE_SSL 1
  3929. | #define USE_LIBXML 1
  3930. | #define USE_LIBXSLT 1
  3931. | #define HAVE_LIBM 1
  3932. | #define HAVE_LIBREADLINE 1
  3933. | #define HAVE_LIBZ 1
  3934. | #define HAVE_SPINLOCKS 1
  3935. | #define HAVE_LIBCRYPTO 1
  3936. | #define HAVE_LIBSSL 1
  3937. | #define HAVE_LIBXML2 1
  3938. | #define HAVE_LIBXSLT 1
  3939. | #define STDC_HEADERS 1
  3940. | #define HAVE_SYS_TYPES_H 1
  3941. | #define HAVE_SYS_STAT_H 1
  3942. | #define HAVE_STDLIB_H 1
  3943. | #define HAVE_STRING_H 1
  3944. | #define HAVE_MEMORY_H 1
  3945. | #define HAVE_STRINGS_H 1
  3946. | #define HAVE_INTTYPES_H 1
  3947. | #define HAVE_STDINT_H 1
  3948. | #define HAVE_UNISTD_H 1
  3949. | #define HAVE_GETOPT_H 1
  3950. | #define HAVE_IFADDRS_H 1
  3951. | #define HAVE_LANGINFO_H 1
  3952. | #define HAVE_POLL_H 1
  3953. | #define HAVE_PWD_H 1
  3954. | #define HAVE_SYS_IOCTL_H 1
  3955. | #define HAVE_SYS_IPC_H 1
  3956. | #define HAVE_SYS_POLL_H 1
  3957. | #define HAVE_SYS_RESOURCE_H 1
  3958. | #define HAVE_SYS_SELECT_H 1
  3959. | #define HAVE_SYS_SEM_H 1
  3960. | #define HAVE_SYS_SHM_H 1
  3961. | #define HAVE_SYS_SOCKET_H 1
  3962. | #define HAVE_SYS_SOCKIO_H 1
  3963. | #define HAVE_SYS_TIME_H 1
  3964. | #define HAVE_SYS_UCRED_H 1
  3965. | #define HAVE_SYS_UN_H 1
  3966. | #define HAVE_TERMIOS_H 1
  3967. | #define HAVE_UTIME_H 1
  3968. | #define HAVE_WCHAR_H 1
  3969. | #define HAVE_WCTYPE_H 1
  3970. | #define HAVE_NET_IF_H 1
  3971. | #define HAVE_NETINET_IN_H 1
  3972. | #define HAVE_NETINET_TCP_H 1
  3973. | #define HAVE_READLINE_READLINE_H 1
  3974. | #define HAVE_READLINE_HISTORY_H 1
  3975. | #define HAVE_GSSAPI_GSSAPI_H 1
  3976. | #define HAVE_ERR_SET_MARK 1
  3977. | #define HAVE_UUID_H 1
  3978. | #define USE_INLINE 1
  3979. | #define HAVE_STRINGIZE 1
  3980. | #define HAVE_FUNCNAME__FUNC 1
  3981. | #define HAVE_STRUCT_TM_TM_ZONE 1
  3982. | #define HAVE_TM_ZONE 1
  3983. | #define HAVE_TZNAME 1
  3984. | #define HAVE_UNION_SEMUN 1
  3985. | #define HAVE_STRUCT_SOCKADDR_UN 1
  3986. | #define HAVE_UNIX_SOCKETS 1
  3987. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  3988. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  3989. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  3990. | /* end confdefs.h. */
  3991. | #include <sys/types.h>
  3992. | #ifdef HAVE_SYS_SOCKET_H
  3993. | #include <sys/socket.h>
  3994. | #endif
  3995. |
  3996. |
  3997. | int
  3998. | main ()
  3999. | {
  4000. | static struct sockaddr_storage ac_aggr;
  4001. | if (sizeof ac_aggr.__ss_len)
  4002. | return 0;
  4003. | ;
  4004. | return 0;
  4005. | }
  4006. configure:16307: result: no
  4007. configure:16317: checking for struct sockaddr.sa_len
  4008. configure:16350: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  4009. configure:16357: $? = 0
  4010. configure:16420: result: yes
  4011. configure:16431: checking for struct addrinfo
  4012. configure:16463: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  4013. configure:16470: $? = 0
  4014. configure:16501: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  4015. conftest.c:93:30: error: expected expression
  4016. if (sizeof ((struct addrinfo)))
  4017. ^
  4018. 1 error generated.
  4019. configure:16508: $? = 1
  4020. configure: failed program was:
  4021. | /* confdefs.h. */
  4022. | #define PACKAGE_NAME "PostgreSQL"
  4023. | #define PACKAGE_TARNAME "postgresql"
  4024. | #define PACKAGE_VERSION "9.1.4"
  4025. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  4026. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  4027. | #define PG_VERSION "9.1.4"
  4028. | #define PG_MAJORVERSION "9.1"
  4029. | #define USE_INTEGER_DATETIMES 1
  4030. | #define DEF_PGPORT 5432
  4031. | #define DEF_PGPORT_STR "5432"
  4032. | #define BLCKSZ 8192
  4033. | #define RELSEG_SIZE 131072
  4034. | #define XLOG_BLCKSZ 8192
  4035. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  4036. | #define ENABLE_THREAD_SAFETY 1
  4037. | #define ENABLE_GSS 1
  4038. | #define KRB5 1
  4039. | #define PG_KRB_SRVNAM "postgres"
  4040. | #define USE_BONJOUR 1
  4041. | #define USE_SSL 1
  4042. | #define USE_LIBXML 1
  4043. | #define USE_LIBXSLT 1
  4044. | #define HAVE_LIBM 1
  4045. | #define HAVE_LIBREADLINE 1
  4046. | #define HAVE_LIBZ 1
  4047. | #define HAVE_SPINLOCKS 1
  4048. | #define HAVE_LIBCRYPTO 1
  4049. | #define HAVE_LIBSSL 1
  4050. | #define HAVE_LIBXML2 1
  4051. | #define HAVE_LIBXSLT 1
  4052. | #define STDC_HEADERS 1
  4053. | #define HAVE_SYS_TYPES_H 1
  4054. | #define HAVE_SYS_STAT_H 1
  4055. | #define HAVE_STDLIB_H 1
  4056. | #define HAVE_STRING_H 1
  4057. | #define HAVE_MEMORY_H 1
  4058. | #define HAVE_STRINGS_H 1
  4059. | #define HAVE_INTTYPES_H 1
  4060. | #define HAVE_STDINT_H 1
  4061. | #define HAVE_UNISTD_H 1
  4062. | #define HAVE_GETOPT_H 1
  4063. | #define HAVE_IFADDRS_H 1
  4064. | #define HAVE_LANGINFO_H 1
  4065. | #define HAVE_POLL_H 1
  4066. | #define HAVE_PWD_H 1
  4067. | #define HAVE_SYS_IOCTL_H 1
  4068. | #define HAVE_SYS_IPC_H 1
  4069. | #define HAVE_SYS_POLL_H 1
  4070. | #define HAVE_SYS_RESOURCE_H 1
  4071. | #define HAVE_SYS_SELECT_H 1
  4072. | #define HAVE_SYS_SEM_H 1
  4073. | #define HAVE_SYS_SHM_H 1
  4074. | #define HAVE_SYS_SOCKET_H 1
  4075. | #define HAVE_SYS_SOCKIO_H 1
  4076. | #define HAVE_SYS_TIME_H 1
  4077. | #define HAVE_SYS_UCRED_H 1
  4078. | #define HAVE_SYS_UN_H 1
  4079. | #define HAVE_TERMIOS_H 1
  4080. | #define HAVE_UTIME_H 1
  4081. | #define HAVE_WCHAR_H 1
  4082. | #define HAVE_WCTYPE_H 1
  4083. | #define HAVE_NET_IF_H 1
  4084. | #define HAVE_NETINET_IN_H 1
  4085. | #define HAVE_NETINET_TCP_H 1
  4086. | #define HAVE_READLINE_READLINE_H 1
  4087. | #define HAVE_READLINE_HISTORY_H 1
  4088. | #define HAVE_GSSAPI_GSSAPI_H 1
  4089. | #define HAVE_ERR_SET_MARK 1
  4090. | #define HAVE_UUID_H 1
  4091. | #define USE_INLINE 1
  4092. | #define HAVE_STRINGIZE 1
  4093. | #define HAVE_FUNCNAME__FUNC 1
  4094. | #define HAVE_STRUCT_TM_TM_ZONE 1
  4095. | #define HAVE_TM_ZONE 1
  4096. | #define HAVE_TZNAME 1
  4097. | #define HAVE_UNION_SEMUN 1
  4098. | #define HAVE_STRUCT_SOCKADDR_UN 1
  4099. | #define HAVE_UNIX_SOCKETS 1
  4100. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  4101. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  4102. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  4103. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  4104. | /* end confdefs.h. */
  4105. | #include <sys/types.h>
  4106. | #include <sys/socket.h>
  4107. | #include <netdb.h>
  4108. |
  4109. |
  4110. | int
  4111. | main ()
  4112. | {
  4113. | if (sizeof ((struct addrinfo)))
  4114. | return 0;
  4115. | ;
  4116. | return 0;
  4117. | }
  4118. configure:16531: result: yes
  4119. configure:16543: checking for intptr_t
  4120. configure:16571: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  4121. configure:16578: $? = 0
  4122. configure:16605: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  4123. conftest.c:122:23: error: expected expression
  4124. if (sizeof ((intptr_t)))
  4125. ^
  4126. 1 error generated.
  4127. configure:16612: $? = 1
  4128. configure: failed program was:
  4129. | /* confdefs.h. */
  4130. | #define PACKAGE_NAME "PostgreSQL"
  4131. | #define PACKAGE_TARNAME "postgresql"
  4132. | #define PACKAGE_VERSION "9.1.4"
  4133. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  4134. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  4135. | #define PG_VERSION "9.1.4"
  4136. | #define PG_MAJORVERSION "9.1"
  4137. | #define USE_INTEGER_DATETIMES 1
  4138. | #define DEF_PGPORT 5432
  4139. | #define DEF_PGPORT_STR "5432"
  4140. | #define BLCKSZ 8192
  4141. | #define RELSEG_SIZE 131072
  4142. | #define XLOG_BLCKSZ 8192
  4143. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  4144. | #define ENABLE_THREAD_SAFETY 1
  4145. | #define ENABLE_GSS 1
  4146. | #define KRB5 1
  4147. | #define PG_KRB_SRVNAM "postgres"
  4148. | #define USE_BONJOUR 1
  4149. | #define USE_SSL 1
  4150. | #define USE_LIBXML 1
  4151. | #define USE_LIBXSLT 1
  4152. | #define HAVE_LIBM 1
  4153. | #define HAVE_LIBREADLINE 1
  4154. | #define HAVE_LIBZ 1
  4155. | #define HAVE_SPINLOCKS 1
  4156. | #define HAVE_LIBCRYPTO 1
  4157. | #define HAVE_LIBSSL 1
  4158. | #define HAVE_LIBXML2 1
  4159. | #define HAVE_LIBXSLT 1
  4160. | #define STDC_HEADERS 1
  4161. | #define HAVE_SYS_TYPES_H 1
  4162. | #define HAVE_SYS_STAT_H 1
  4163. | #define HAVE_STDLIB_H 1
  4164. | #define HAVE_STRING_H 1
  4165. | #define HAVE_MEMORY_H 1
  4166. | #define HAVE_STRINGS_H 1
  4167. | #define HAVE_INTTYPES_H 1
  4168. | #define HAVE_STDINT_H 1
  4169. | #define HAVE_UNISTD_H 1
  4170. | #define HAVE_GETOPT_H 1
  4171. | #define HAVE_IFADDRS_H 1
  4172. | #define HAVE_LANGINFO_H 1
  4173. | #define HAVE_POLL_H 1
  4174. | #define HAVE_PWD_H 1
  4175. | #define HAVE_SYS_IOCTL_H 1
  4176. | #define HAVE_SYS_IPC_H 1
  4177. | #define HAVE_SYS_POLL_H 1
  4178. | #define HAVE_SYS_RESOURCE_H 1
  4179. | #define HAVE_SYS_SELECT_H 1
  4180. | #define HAVE_SYS_SEM_H 1
  4181. | #define HAVE_SYS_SHM_H 1
  4182. | #define HAVE_SYS_SOCKET_H 1
  4183. | #define HAVE_SYS_SOCKIO_H 1
  4184. | #define HAVE_SYS_TIME_H 1
  4185. | #define HAVE_SYS_UCRED_H 1
  4186. | #define HAVE_SYS_UN_H 1
  4187. | #define HAVE_TERMIOS_H 1
  4188. | #define HAVE_UTIME_H 1
  4189. | #define HAVE_WCHAR_H 1
  4190. | #define HAVE_WCTYPE_H 1
  4191. | #define HAVE_NET_IF_H 1
  4192. | #define HAVE_NETINET_IN_H 1
  4193. | #define HAVE_NETINET_TCP_H 1
  4194. | #define HAVE_READLINE_READLINE_H 1
  4195. | #define HAVE_READLINE_HISTORY_H 1
  4196. | #define HAVE_GSSAPI_GSSAPI_H 1
  4197. | #define HAVE_ERR_SET_MARK 1
  4198. | #define HAVE_UUID_H 1
  4199. | #define USE_INLINE 1
  4200. | #define HAVE_STRINGIZE 1
  4201. | #define HAVE_FUNCNAME__FUNC 1
  4202. | #define HAVE_STRUCT_TM_TM_ZONE 1
  4203. | #define HAVE_TM_ZONE 1
  4204. | #define HAVE_TZNAME 1
  4205. | #define HAVE_UNION_SEMUN 1
  4206. | #define HAVE_STRUCT_SOCKADDR_UN 1
  4207. | #define HAVE_UNIX_SOCKETS 1
  4208. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  4209. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  4210. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  4211. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  4212. | #define HAVE_STRUCT_ADDRINFO 1
  4213. | /* end confdefs.h. */
  4214. | #include <stdio.h>
  4215. | #ifdef HAVE_SYS_TYPES_H
  4216. | # include <sys/types.h>
  4217. | #endif
  4218. | #ifdef HAVE_SYS_STAT_H
  4219. | # include <sys/stat.h>
  4220. | #endif
  4221. | #ifdef STDC_HEADERS
  4222. | # include <stdlib.h>
  4223. | # include <stddef.h>
  4224. | #else
  4225. | # ifdef HAVE_STDLIB_H
  4226. | # include <stdlib.h>
  4227. | # endif
  4228. | #endif
  4229. | #ifdef HAVE_STRING_H
  4230. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4231. | # include <memory.h>
  4232. | # endif
  4233. | # include <string.h>
  4234. | #endif
  4235. | #ifdef HAVE_STRINGS_H
  4236. | # include <strings.h>
  4237. | #endif
  4238. | #ifdef HAVE_INTTYPES_H
  4239. | # include <inttypes.h>
  4240. | #endif
  4241. | #ifdef HAVE_STDINT_H
  4242. | # include <stdint.h>
  4243. | #endif
  4244. | #ifdef HAVE_UNISTD_H
  4245. | # include <unistd.h>
  4246. | #endif
  4247. | int
  4248. | main ()
  4249. | {
  4250. | if (sizeof ((intptr_t)))
  4251. | return 0;
  4252. | ;
  4253. | return 0;
  4254. | }
  4255. configure:16635: result: yes
  4256. configure:16700: checking for uintptr_t
  4257. configure:16728: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  4258. configure:16735: $? = 0
  4259. configure:16762: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  4260. conftest.c:123:24: error: expected expression
  4261. if (sizeof ((uintptr_t)))
  4262. ^
  4263. 1 error generated.
  4264. configure:16769: $? = 1
  4265. configure: failed program was:
  4266. | /* confdefs.h. */
  4267. | #define PACKAGE_NAME "PostgreSQL"
  4268. | #define PACKAGE_TARNAME "postgresql"
  4269. | #define PACKAGE_VERSION "9.1.4"
  4270. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  4271. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  4272. | #define PG_VERSION "9.1.4"
  4273. | #define PG_MAJORVERSION "9.1"
  4274. | #define USE_INTEGER_DATETIMES 1
  4275. | #define DEF_PGPORT 5432
  4276. | #define DEF_PGPORT_STR "5432"
  4277. | #define BLCKSZ 8192
  4278. | #define RELSEG_SIZE 131072
  4279. | #define XLOG_BLCKSZ 8192
  4280. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  4281. | #define ENABLE_THREAD_SAFETY 1
  4282. | #define ENABLE_GSS 1
  4283. | #define KRB5 1
  4284. | #define PG_KRB_SRVNAM "postgres"
  4285. | #define USE_BONJOUR 1
  4286. | #define USE_SSL 1
  4287. | #define USE_LIBXML 1
  4288. | #define USE_LIBXSLT 1
  4289. | #define HAVE_LIBM 1
  4290. | #define HAVE_LIBREADLINE 1
  4291. | #define HAVE_LIBZ 1
  4292. | #define HAVE_SPINLOCKS 1
  4293. | #define HAVE_LIBCRYPTO 1
  4294. | #define HAVE_LIBSSL 1
  4295. | #define HAVE_LIBXML2 1
  4296. | #define HAVE_LIBXSLT 1
  4297. | #define STDC_HEADERS 1
  4298. | #define HAVE_SYS_TYPES_H 1
  4299. | #define HAVE_SYS_STAT_H 1
  4300. | #define HAVE_STDLIB_H 1
  4301. | #define HAVE_STRING_H 1
  4302. | #define HAVE_MEMORY_H 1
  4303. | #define HAVE_STRINGS_H 1
  4304. | #define HAVE_INTTYPES_H 1
  4305. | #define HAVE_STDINT_H 1
  4306. | #define HAVE_UNISTD_H 1
  4307. | #define HAVE_GETOPT_H 1
  4308. | #define HAVE_IFADDRS_H 1
  4309. | #define HAVE_LANGINFO_H 1
  4310. | #define HAVE_POLL_H 1
  4311. | #define HAVE_PWD_H 1
  4312. | #define HAVE_SYS_IOCTL_H 1
  4313. | #define HAVE_SYS_IPC_H 1
  4314. | #define HAVE_SYS_POLL_H 1
  4315. | #define HAVE_SYS_RESOURCE_H 1
  4316. | #define HAVE_SYS_SELECT_H 1
  4317. | #define HAVE_SYS_SEM_H 1
  4318. | #define HAVE_SYS_SHM_H 1
  4319. | #define HAVE_SYS_SOCKET_H 1
  4320. | #define HAVE_SYS_SOCKIO_H 1
  4321. | #define HAVE_SYS_TIME_H 1
  4322. | #define HAVE_SYS_UCRED_H 1
  4323. | #define HAVE_SYS_UN_H 1
  4324. | #define HAVE_TERMIOS_H 1
  4325. | #define HAVE_UTIME_H 1
  4326. | #define HAVE_WCHAR_H 1
  4327. | #define HAVE_WCTYPE_H 1
  4328. | #define HAVE_NET_IF_H 1
  4329. | #define HAVE_NETINET_IN_H 1
  4330. | #define HAVE_NETINET_TCP_H 1
  4331. | #define HAVE_READLINE_READLINE_H 1
  4332. | #define HAVE_READLINE_HISTORY_H 1
  4333. | #define HAVE_GSSAPI_GSSAPI_H 1
  4334. | #define HAVE_ERR_SET_MARK 1
  4335. | #define HAVE_UUID_H 1
  4336. | #define USE_INLINE 1
  4337. | #define HAVE_STRINGIZE 1
  4338. | #define HAVE_FUNCNAME__FUNC 1
  4339. | #define HAVE_STRUCT_TM_TM_ZONE 1
  4340. | #define HAVE_TM_ZONE 1
  4341. | #define HAVE_TZNAME 1
  4342. | #define HAVE_UNION_SEMUN 1
  4343. | #define HAVE_STRUCT_SOCKADDR_UN 1
  4344. | #define HAVE_UNIX_SOCKETS 1
  4345. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  4346. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  4347. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  4348. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  4349. | #define HAVE_STRUCT_ADDRINFO 1
  4350. | #define HAVE_INTPTR_T 1
  4351. | /* end confdefs.h. */
  4352. | #include <stdio.h>
  4353. | #ifdef HAVE_SYS_TYPES_H
  4354. | # include <sys/types.h>
  4355. | #endif
  4356. | #ifdef HAVE_SYS_STAT_H
  4357. | # include <sys/stat.h>
  4358. | #endif
  4359. | #ifdef STDC_HEADERS
  4360. | # include <stdlib.h>
  4361. | # include <stddef.h>
  4362. | #else
  4363. | # ifdef HAVE_STDLIB_H
  4364. | # include <stdlib.h>
  4365. | # endif
  4366. | #endif
  4367. | #ifdef HAVE_STRING_H
  4368. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4369. | # include <memory.h>
  4370. | # endif
  4371. | # include <string.h>
  4372. | #endif
  4373. | #ifdef HAVE_STRINGS_H
  4374. | # include <strings.h>
  4375. | #endif
  4376. | #ifdef HAVE_INTTYPES_H
  4377. | # include <inttypes.h>
  4378. | #endif
  4379. | #ifdef HAVE_STDINT_H
  4380. | # include <stdint.h>
  4381. | #endif
  4382. | #ifdef HAVE_UNISTD_H
  4383. | # include <unistd.h>
  4384. | #endif
  4385. | int
  4386. | main ()
  4387. | {
  4388. | if (sizeof ((uintptr_t)))
  4389. | return 0;
  4390. | ;
  4391. | return 0;
  4392. | }
  4393. configure:16792: result: yes
  4394. configure:16858: checking for long long int
  4395. configure:16905: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  4396. configure:16912: $? = 0
  4397. configure:16959: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  4398. configure:16963: $? = 0
  4399. configure:16969: ./conftest
  4400. configure:16973: $? = 0
  4401. configure:17000: result: yes
  4402. configure:17011: checking for locale_t
  4403. configure:17038: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  4404. conftest.c:90:1: error: unknown type name 'locale_t'
  4405. locale_t x;
  4406. ^
  4407. 1 error generated.
  4408. configure:17045: $? = 1
  4409. configure: failed program was:
  4410. | /* confdefs.h. */
  4411. | #define PACKAGE_NAME "PostgreSQL"
  4412. | #define PACKAGE_TARNAME "postgresql"
  4413. | #define PACKAGE_VERSION "9.1.4"
  4414. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  4415. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  4416. | #define PG_VERSION "9.1.4"
  4417. | #define PG_MAJORVERSION "9.1"
  4418. | #define USE_INTEGER_DATETIMES 1
  4419. | #define DEF_PGPORT 5432
  4420. | #define DEF_PGPORT_STR "5432"
  4421. | #define BLCKSZ 8192
  4422. | #define RELSEG_SIZE 131072
  4423. | #define XLOG_BLCKSZ 8192
  4424. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  4425. | #define ENABLE_THREAD_SAFETY 1
  4426. | #define ENABLE_GSS 1
  4427. | #define KRB5 1
  4428. | #define PG_KRB_SRVNAM "postgres"
  4429. | #define USE_BONJOUR 1
  4430. | #define USE_SSL 1
  4431. | #define USE_LIBXML 1
  4432. | #define USE_LIBXSLT 1
  4433. | #define HAVE_LIBM 1
  4434. | #define HAVE_LIBREADLINE 1
  4435. | #define HAVE_LIBZ 1
  4436. | #define HAVE_SPINLOCKS 1
  4437. | #define HAVE_LIBCRYPTO 1
  4438. | #define HAVE_LIBSSL 1
  4439. | #define HAVE_LIBXML2 1
  4440. | #define HAVE_LIBXSLT 1
  4441. | #define STDC_HEADERS 1
  4442. | #define HAVE_SYS_TYPES_H 1
  4443. | #define HAVE_SYS_STAT_H 1
  4444. | #define HAVE_STDLIB_H 1
  4445. | #define HAVE_STRING_H 1
  4446. | #define HAVE_MEMORY_H 1
  4447. | #define HAVE_STRINGS_H 1
  4448. | #define HAVE_INTTYPES_H 1
  4449. | #define HAVE_STDINT_H 1
  4450. | #define HAVE_UNISTD_H 1
  4451. | #define HAVE_GETOPT_H 1
  4452. | #define HAVE_IFADDRS_H 1
  4453. | #define HAVE_LANGINFO_H 1
  4454. | #define HAVE_POLL_H 1
  4455. | #define HAVE_PWD_H 1
  4456. | #define HAVE_SYS_IOCTL_H 1
  4457. | #define HAVE_SYS_IPC_H 1
  4458. | #define HAVE_SYS_POLL_H 1
  4459. | #define HAVE_SYS_RESOURCE_H 1
  4460. | #define HAVE_SYS_SELECT_H 1
  4461. | #define HAVE_SYS_SEM_H 1
  4462. | #define HAVE_SYS_SHM_H 1
  4463. | #define HAVE_SYS_SOCKET_H 1
  4464. | #define HAVE_SYS_SOCKIO_H 1
  4465. | #define HAVE_SYS_TIME_H 1
  4466. | #define HAVE_SYS_UCRED_H 1
  4467. | #define HAVE_SYS_UN_H 1
  4468. | #define HAVE_TERMIOS_H 1
  4469. | #define HAVE_UTIME_H 1
  4470. | #define HAVE_WCHAR_H 1
  4471. | #define HAVE_WCTYPE_H 1
  4472. | #define HAVE_NET_IF_H 1
  4473. | #define HAVE_NETINET_IN_H 1
  4474. | #define HAVE_NETINET_TCP_H 1
  4475. | #define HAVE_READLINE_READLINE_H 1
  4476. | #define HAVE_READLINE_HISTORY_H 1
  4477. | #define HAVE_GSSAPI_GSSAPI_H 1
  4478. | #define HAVE_ERR_SET_MARK 1
  4479. | #define HAVE_UUID_H 1
  4480. | #define USE_INLINE 1
  4481. | #define HAVE_STRINGIZE 1
  4482. | #define HAVE_FUNCNAME__FUNC 1
  4483. | #define HAVE_STRUCT_TM_TM_ZONE 1
  4484. | #define HAVE_TM_ZONE 1
  4485. | #define HAVE_TZNAME 1
  4486. | #define HAVE_UNION_SEMUN 1
  4487. | #define HAVE_STRUCT_SOCKADDR_UN 1
  4488. | #define HAVE_UNIX_SOCKETS 1
  4489. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  4490. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  4491. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  4492. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  4493. | #define HAVE_STRUCT_ADDRINFO 1
  4494. | #define HAVE_INTPTR_T 1
  4495. | #define HAVE_UINTPTR_T 1
  4496. | #define HAVE_LONG_LONG_INT 1
  4497. | /* end confdefs.h. */
  4498. | #include <locale.h>
  4499. | locale_t x;
  4500. | int
  4501. | main ()
  4502. | {
  4503. |
  4504. | ;
  4505. | return 0;
  4506. | }
  4507. configure:17077: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  4508. configure:17084: $? = 0
  4509. configure:17102: result: yes (in xlocale.h)
  4510. configure:17119: checking for struct cmsgcred
  4511. configure:17151: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  4512. conftest.c:99:5: error: invalid application of 'sizeof' to an incomplete type 'struct cmsgcred'
  4513. if (sizeof (struct cmsgcred))
  4514. ^ ~~~~~~~~~~~~~~~~~
  4515. conftest.c:99:20: note: forward declaration of 'struct cmsgcred'
  4516. if (sizeof (struct cmsgcred))
  4517. ^
  4518. 1 error generated.
  4519. configure:17158: $? = 1
  4520. configure: failed program was:
  4521. | /* confdefs.h. */
  4522. | #define PACKAGE_NAME "PostgreSQL"
  4523. | #define PACKAGE_TARNAME "postgresql"
  4524. | #define PACKAGE_VERSION "9.1.4"
  4525. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  4526. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  4527. | #define PG_VERSION "9.1.4"
  4528. | #define PG_MAJORVERSION "9.1"
  4529. | #define USE_INTEGER_DATETIMES 1
  4530. | #define DEF_PGPORT 5432
  4531. | #define DEF_PGPORT_STR "5432"
  4532. | #define BLCKSZ 8192
  4533. | #define RELSEG_SIZE 131072
  4534. | #define XLOG_BLCKSZ 8192
  4535. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  4536. | #define ENABLE_THREAD_SAFETY 1
  4537. | #define ENABLE_GSS 1
  4538. | #define KRB5 1
  4539. | #define PG_KRB_SRVNAM "postgres"
  4540. | #define USE_BONJOUR 1
  4541. | #define USE_SSL 1
  4542. | #define USE_LIBXML 1
  4543. | #define USE_LIBXSLT 1
  4544. | #define HAVE_LIBM 1
  4545. | #define HAVE_LIBREADLINE 1
  4546. | #define HAVE_LIBZ 1
  4547. | #define HAVE_SPINLOCKS 1
  4548. | #define HAVE_LIBCRYPTO 1
  4549. | #define HAVE_LIBSSL 1
  4550. | #define HAVE_LIBXML2 1
  4551. | #define HAVE_LIBXSLT 1
  4552. | #define STDC_HEADERS 1
  4553. | #define HAVE_SYS_TYPES_H 1
  4554. | #define HAVE_SYS_STAT_H 1
  4555. | #define HAVE_STDLIB_H 1
  4556. | #define HAVE_STRING_H 1
  4557. | #define HAVE_MEMORY_H 1
  4558. | #define HAVE_STRINGS_H 1
  4559. | #define HAVE_INTTYPES_H 1
  4560. | #define HAVE_STDINT_H 1
  4561. | #define HAVE_UNISTD_H 1
  4562. | #define HAVE_GETOPT_H 1
  4563. | #define HAVE_IFADDRS_H 1
  4564. | #define HAVE_LANGINFO_H 1
  4565. | #define HAVE_POLL_H 1
  4566. | #define HAVE_PWD_H 1
  4567. | #define HAVE_SYS_IOCTL_H 1
  4568. | #define HAVE_SYS_IPC_H 1
  4569. | #define HAVE_SYS_POLL_H 1
  4570. | #define HAVE_SYS_RESOURCE_H 1
  4571. | #define HAVE_SYS_SELECT_H 1
  4572. | #define HAVE_SYS_SEM_H 1
  4573. | #define HAVE_SYS_SHM_H 1
  4574. | #define HAVE_SYS_SOCKET_H 1
  4575. | #define HAVE_SYS_SOCKIO_H 1
  4576. | #define HAVE_SYS_TIME_H 1
  4577. | #define HAVE_SYS_UCRED_H 1
  4578. | #define HAVE_SYS_UN_H 1
  4579. | #define HAVE_TERMIOS_H 1
  4580. | #define HAVE_UTIME_H 1
  4581. | #define HAVE_WCHAR_H 1
  4582. | #define HAVE_WCTYPE_H 1
  4583. | #define HAVE_NET_IF_H 1
  4584. | #define HAVE_NETINET_IN_H 1
  4585. | #define HAVE_NETINET_TCP_H 1
  4586. | #define HAVE_READLINE_READLINE_H 1
  4587. | #define HAVE_READLINE_HISTORY_H 1
  4588. | #define HAVE_GSSAPI_GSSAPI_H 1
  4589. | #define HAVE_ERR_SET_MARK 1
  4590. | #define HAVE_UUID_H 1
  4591. | #define USE_INLINE 1
  4592. | #define HAVE_STRINGIZE 1
  4593. | #define HAVE_FUNCNAME__FUNC 1
  4594. | #define HAVE_STRUCT_TM_TM_ZONE 1
  4595. | #define HAVE_TM_ZONE 1
  4596. | #define HAVE_TZNAME 1
  4597. | #define HAVE_UNION_SEMUN 1
  4598. | #define HAVE_STRUCT_SOCKADDR_UN 1
  4599. | #define HAVE_UNIX_SOCKETS 1
  4600. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  4601. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  4602. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  4603. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  4604. | #define HAVE_STRUCT_ADDRINFO 1
  4605. | #define HAVE_INTPTR_T 1
  4606. | #define HAVE_UINTPTR_T 1
  4607. | #define HAVE_LONG_LONG_INT 1
  4608. | #define HAVE_LOCALE_T 1
  4609. | #define LOCALE_T_IN_XLOCALE 1
  4610. | /* end confdefs.h. */
  4611. | #include <sys/socket.h>
  4612. | #ifdef HAVE_SYS_UCRED_H
  4613. | #include <sys/ucred.h>
  4614. | #endif
  4615. |
  4616. | int
  4617. | main ()
  4618. | {
  4619. | if (sizeof (struct cmsgcred))
  4620. | return 0;
  4621. | ;
  4622. | return 0;
  4623. | }
  4624. configure:17219: result: no
  4625. configure:17231: checking for struct option
  4626. configure:17262: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  4627. configure:17269: $? = 0
  4628. configure:17299: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  4629. conftest.c:98:28: error: expected expression
  4630. if (sizeof ((struct option)))
  4631. ^
  4632. 1 error generated.
  4633. configure:17306: $? = 1
  4634. configure: failed program was:
  4635. | /* confdefs.h. */
  4636. | #define PACKAGE_NAME "PostgreSQL"
  4637. | #define PACKAGE_TARNAME "postgresql"
  4638. | #define PACKAGE_VERSION "9.1.4"
  4639. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  4640. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  4641. | #define PG_VERSION "9.1.4"
  4642. | #define PG_MAJORVERSION "9.1"
  4643. | #define USE_INTEGER_DATETIMES 1
  4644. | #define DEF_PGPORT 5432
  4645. | #define DEF_PGPORT_STR "5432"
  4646. | #define BLCKSZ 8192
  4647. | #define RELSEG_SIZE 131072
  4648. | #define XLOG_BLCKSZ 8192
  4649. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  4650. | #define ENABLE_THREAD_SAFETY 1
  4651. | #define ENABLE_GSS 1
  4652. | #define KRB5 1
  4653. | #define PG_KRB_SRVNAM "postgres"
  4654. | #define USE_BONJOUR 1
  4655. | #define USE_SSL 1
  4656. | #define USE_LIBXML 1
  4657. | #define USE_LIBXSLT 1
  4658. | #define HAVE_LIBM 1
  4659. | #define HAVE_LIBREADLINE 1
  4660. | #define HAVE_LIBZ 1
  4661. | #define HAVE_SPINLOCKS 1
  4662. | #define HAVE_LIBCRYPTO 1
  4663. | #define HAVE_LIBSSL 1
  4664. | #define HAVE_LIBXML2 1
  4665. | #define HAVE_LIBXSLT 1
  4666. | #define STDC_HEADERS 1
  4667. | #define HAVE_SYS_TYPES_H 1
  4668. | #define HAVE_SYS_STAT_H 1
  4669. | #define HAVE_STDLIB_H 1
  4670. | #define HAVE_STRING_H 1
  4671. | #define HAVE_MEMORY_H 1
  4672. | #define HAVE_STRINGS_H 1
  4673. | #define HAVE_INTTYPES_H 1
  4674. | #define HAVE_STDINT_H 1
  4675. | #define HAVE_UNISTD_H 1
  4676. | #define HAVE_GETOPT_H 1
  4677. | #define HAVE_IFADDRS_H 1
  4678. | #define HAVE_LANGINFO_H 1
  4679. | #define HAVE_POLL_H 1
  4680. | #define HAVE_PWD_H 1
  4681. | #define HAVE_SYS_IOCTL_H 1
  4682. | #define HAVE_SYS_IPC_H 1
  4683. | #define HAVE_SYS_POLL_H 1
  4684. | #define HAVE_SYS_RESOURCE_H 1
  4685. | #define HAVE_SYS_SELECT_H 1
  4686. | #define HAVE_SYS_SEM_H 1
  4687. | #define HAVE_SYS_SHM_H 1
  4688. | #define HAVE_SYS_SOCKET_H 1
  4689. | #define HAVE_SYS_SOCKIO_H 1
  4690. | #define HAVE_SYS_TIME_H 1
  4691. | #define HAVE_SYS_UCRED_H 1
  4692. | #define HAVE_SYS_UN_H 1
  4693. | #define HAVE_TERMIOS_H 1
  4694. | #define HAVE_UTIME_H 1
  4695. | #define HAVE_WCHAR_H 1
  4696. | #define HAVE_WCTYPE_H 1
  4697. | #define HAVE_NET_IF_H 1
  4698. | #define HAVE_NETINET_IN_H 1
  4699. | #define HAVE_NETINET_TCP_H 1
  4700. | #define HAVE_READLINE_READLINE_H 1
  4701. | #define HAVE_READLINE_HISTORY_H 1
  4702. | #define HAVE_GSSAPI_GSSAPI_H 1
  4703. | #define HAVE_ERR_SET_MARK 1
  4704. | #define HAVE_UUID_H 1
  4705. | #define USE_INLINE 1
  4706. | #define HAVE_STRINGIZE 1
  4707. | #define HAVE_FUNCNAME__FUNC 1
  4708. | #define HAVE_STRUCT_TM_TM_ZONE 1
  4709. | #define HAVE_TM_ZONE 1
  4710. | #define HAVE_TZNAME 1
  4711. | #define HAVE_UNION_SEMUN 1
  4712. | #define HAVE_STRUCT_SOCKADDR_UN 1
  4713. | #define HAVE_UNIX_SOCKETS 1
  4714. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  4715. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  4716. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  4717. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  4718. | #define HAVE_STRUCT_ADDRINFO 1
  4719. | #define HAVE_INTPTR_T 1
  4720. | #define HAVE_UINTPTR_T 1
  4721. | #define HAVE_LONG_LONG_INT 1
  4722. | #define HAVE_LOCALE_T 1
  4723. | #define LOCALE_T_IN_XLOCALE 1
  4724. | /* end confdefs.h. */
  4725. | #ifdef HAVE_GETOPT_H
  4726. | #include <getopt.h>
  4727. | #endif
  4728. |
  4729. | int
  4730. | main ()
  4731. | {
  4732. | if (sizeof ((struct option)))
  4733. | return 0;
  4734. | ;
  4735. | return 0;
  4736. | }
  4737. configure:17329: result: yes
  4738. configure:17345: checking for z_streamp
  4739. configure:17374: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  4740. configure:17381: $? = 0
  4741. configure:17409: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  4742. conftest.c:97:24: error: expected expression
  4743. if (sizeof ((z_streamp)))
  4744. ^
  4745. 1 error generated.
  4746. configure:17416: $? = 1
  4747. configure: failed program was:
  4748. | /* confdefs.h. */
  4749. | #define PACKAGE_NAME "PostgreSQL"
  4750. | #define PACKAGE_TARNAME "postgresql"
  4751. | #define PACKAGE_VERSION "9.1.4"
  4752. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  4753. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  4754. | #define PG_VERSION "9.1.4"
  4755. | #define PG_MAJORVERSION "9.1"
  4756. | #define USE_INTEGER_DATETIMES 1
  4757. | #define DEF_PGPORT 5432
  4758. | #define DEF_PGPORT_STR "5432"
  4759. | #define BLCKSZ 8192
  4760. | #define RELSEG_SIZE 131072
  4761. | #define XLOG_BLCKSZ 8192
  4762. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  4763. | #define ENABLE_THREAD_SAFETY 1
  4764. | #define ENABLE_GSS 1
  4765. | #define KRB5 1
  4766. | #define PG_KRB_SRVNAM "postgres"
  4767. | #define USE_BONJOUR 1
  4768. | #define USE_SSL 1
  4769. | #define USE_LIBXML 1
  4770. | #define USE_LIBXSLT 1
  4771. | #define HAVE_LIBM 1
  4772. | #define HAVE_LIBREADLINE 1
  4773. | #define HAVE_LIBZ 1
  4774. | #define HAVE_SPINLOCKS 1
  4775. | #define HAVE_LIBCRYPTO 1
  4776. | #define HAVE_LIBSSL 1
  4777. | #define HAVE_LIBXML2 1
  4778. | #define HAVE_LIBXSLT 1
  4779. | #define STDC_HEADERS 1
  4780. | #define HAVE_SYS_TYPES_H 1
  4781. | #define HAVE_SYS_STAT_H 1
  4782. | #define HAVE_STDLIB_H 1
  4783. | #define HAVE_STRING_H 1
  4784. | #define HAVE_MEMORY_H 1
  4785. | #define HAVE_STRINGS_H 1
  4786. | #define HAVE_INTTYPES_H 1
  4787. | #define HAVE_STDINT_H 1
  4788. | #define HAVE_UNISTD_H 1
  4789. | #define HAVE_GETOPT_H 1
  4790. | #define HAVE_IFADDRS_H 1
  4791. | #define HAVE_LANGINFO_H 1
  4792. | #define HAVE_POLL_H 1
  4793. | #define HAVE_PWD_H 1
  4794. | #define HAVE_SYS_IOCTL_H 1
  4795. | #define HAVE_SYS_IPC_H 1
  4796. | #define HAVE_SYS_POLL_H 1
  4797. | #define HAVE_SYS_RESOURCE_H 1
  4798. | #define HAVE_SYS_SELECT_H 1
  4799. | #define HAVE_SYS_SEM_H 1
  4800. | #define HAVE_SYS_SHM_H 1
  4801. | #define HAVE_SYS_SOCKET_H 1
  4802. | #define HAVE_SYS_SOCKIO_H 1
  4803. | #define HAVE_SYS_TIME_H 1
  4804. | #define HAVE_SYS_UCRED_H 1
  4805. | #define HAVE_SYS_UN_H 1
  4806. | #define HAVE_TERMIOS_H 1
  4807. | #define HAVE_UTIME_H 1
  4808. | #define HAVE_WCHAR_H 1
  4809. | #define HAVE_WCTYPE_H 1
  4810. | #define HAVE_NET_IF_H 1
  4811. | #define HAVE_NETINET_IN_H 1
  4812. | #define HAVE_NETINET_TCP_H 1
  4813. | #define HAVE_READLINE_READLINE_H 1
  4814. | #define HAVE_READLINE_HISTORY_H 1
  4815. | #define HAVE_GSSAPI_GSSAPI_H 1
  4816. | #define HAVE_ERR_SET_MARK 1
  4817. | #define HAVE_UUID_H 1
  4818. | #define USE_INLINE 1
  4819. | #define HAVE_STRINGIZE 1
  4820. | #define HAVE_FUNCNAME__FUNC 1
  4821. | #define HAVE_STRUCT_TM_TM_ZONE 1
  4822. | #define HAVE_TM_ZONE 1
  4823. | #define HAVE_TZNAME 1
  4824. | #define HAVE_UNION_SEMUN 1
  4825. | #define HAVE_STRUCT_SOCKADDR_UN 1
  4826. | #define HAVE_UNIX_SOCKETS 1
  4827. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  4828. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  4829. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  4830. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  4831. | #define HAVE_STRUCT_ADDRINFO 1
  4832. | #define HAVE_INTPTR_T 1
  4833. | #define HAVE_UINTPTR_T 1
  4834. | #define HAVE_LONG_LONG_INT 1
  4835. | #define HAVE_LOCALE_T 1
  4836. | #define LOCALE_T_IN_XLOCALE 1
  4837. | #define HAVE_STRUCT_OPTION 1
  4838. | /* end confdefs.h. */
  4839. | #include <zlib.h>
  4840. |
  4841. | int
  4842. | main ()
  4843. | {
  4844. | if (sizeof ((z_streamp)))
  4845. | return 0;
  4846. | ;
  4847. | return 0;
  4848. | }
  4849. configure:17439: result: yes
  4850. configure:17455: checking for krb5_ticket.enc_part2
  4851. configure:17484: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  4852. configure:17491: $? = 0
  4853. configure:17550: result: yes
  4854. configure:17672: checking for krb5_error.text.data
  4855. configure:17701: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  4856. configure:17708: $? = 0
  4857. configure:17767: result: yes
  4858. configure:17892: checking for krb5_free_unparsed_name
  4859. configure:17915: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  4860. configure:17922: $? = 0
  4861. configure:17935: result: yes
  4862. configure:17961: checking for special C compiler options needed for large files
  4863. configure:18056: result: no
  4864. configure:18062: checking for _FILE_OFFSET_BITS value needed for large files
  4865. configure:18097: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  4866. configure:18104: $? = 0
  4867. configure:18173: result: no
  4868. configure:18316: checking size of off_t
  4869. configure:18621: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  4870. configure:18625: $? = 0
  4871. configure:18631: ./conftest
  4872. configure:18635: $? = 0
  4873. configure:18661: result: 8
  4874. configure:18684: checking for int timezone
  4875. configure:18715: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  4876. configure:18722: $? = 0
  4877. configure:18742: result: yes
  4878. configure:18751: checking types of arguments for accept()
  4879. configure:18796: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  4880. conftest.c:103:12: error: conflicting types for 'accept'
  4881. extern int accept (int, struct sockaddr *, int *);
  4882. ^
  4883. /usr/include/sys/socket.h:610:5: note: previous declaration is here
  4884. int accept(int, struct sockaddr * __restrict, socklen_t * __restrict)
  4885. ^
  4886. 1 error generated.
  4887. configure:18803: $? = 1
  4888. configure: failed program was:
  4889. | /* confdefs.h. */
  4890. | #define PACKAGE_NAME "PostgreSQL"
  4891. | #define PACKAGE_TARNAME "postgresql"
  4892. | #define PACKAGE_VERSION "9.1.4"
  4893. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  4894. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  4895. | #define PG_VERSION "9.1.4"
  4896. | #define PG_MAJORVERSION "9.1"
  4897. | #define USE_INTEGER_DATETIMES 1
  4898. | #define DEF_PGPORT 5432
  4899. | #define DEF_PGPORT_STR "5432"
  4900. | #define BLCKSZ 8192
  4901. | #define RELSEG_SIZE 131072
  4902. | #define XLOG_BLCKSZ 8192
  4903. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  4904. | #define ENABLE_THREAD_SAFETY 1
  4905. | #define ENABLE_GSS 1
  4906. | #define KRB5 1
  4907. | #define PG_KRB_SRVNAM "postgres"
  4908. | #define USE_BONJOUR 1
  4909. | #define USE_SSL 1
  4910. | #define USE_LIBXML 1
  4911. | #define USE_LIBXSLT 1
  4912. | #define HAVE_LIBM 1
  4913. | #define HAVE_LIBREADLINE 1
  4914. | #define HAVE_LIBZ 1
  4915. | #define HAVE_SPINLOCKS 1
  4916. | #define HAVE_LIBCRYPTO 1
  4917. | #define HAVE_LIBSSL 1
  4918. | #define HAVE_LIBXML2 1
  4919. | #define HAVE_LIBXSLT 1
  4920. | #define STDC_HEADERS 1
  4921. | #define HAVE_SYS_TYPES_H 1
  4922. | #define HAVE_SYS_STAT_H 1
  4923. | #define HAVE_STDLIB_H 1
  4924. | #define HAVE_STRING_H 1
  4925. | #define HAVE_MEMORY_H 1
  4926. | #define HAVE_STRINGS_H 1
  4927. | #define HAVE_INTTYPES_H 1
  4928. | #define HAVE_STDINT_H 1
  4929. | #define HAVE_UNISTD_H 1
  4930. | #define HAVE_GETOPT_H 1
  4931. | #define HAVE_IFADDRS_H 1
  4932. | #define HAVE_LANGINFO_H 1
  4933. | #define HAVE_POLL_H 1
  4934. | #define HAVE_PWD_H 1
  4935. | #define HAVE_SYS_IOCTL_H 1
  4936. | #define HAVE_SYS_IPC_H 1
  4937. | #define HAVE_SYS_POLL_H 1
  4938. | #define HAVE_SYS_RESOURCE_H 1
  4939. | #define HAVE_SYS_SELECT_H 1
  4940. | #define HAVE_SYS_SEM_H 1
  4941. | #define HAVE_SYS_SHM_H 1
  4942. | #define HAVE_SYS_SOCKET_H 1
  4943. | #define HAVE_SYS_SOCKIO_H 1
  4944. | #define HAVE_SYS_TIME_H 1
  4945. | #define HAVE_SYS_UCRED_H 1
  4946. | #define HAVE_SYS_UN_H 1
  4947. | #define HAVE_TERMIOS_H 1
  4948. | #define HAVE_UTIME_H 1
  4949. | #define HAVE_WCHAR_H 1
  4950. | #define HAVE_WCTYPE_H 1
  4951. | #define HAVE_NET_IF_H 1
  4952. | #define HAVE_NETINET_IN_H 1
  4953. | #define HAVE_NETINET_TCP_H 1
  4954. | #define HAVE_READLINE_READLINE_H 1
  4955. | #define HAVE_READLINE_HISTORY_H 1
  4956. | #define HAVE_GSSAPI_GSSAPI_H 1
  4957. | #define HAVE_ERR_SET_MARK 1
  4958. | #define HAVE_UUID_H 1
  4959. | #define USE_INLINE 1
  4960. | #define HAVE_STRINGIZE 1
  4961. | #define HAVE_FUNCNAME__FUNC 1
  4962. | #define HAVE_STRUCT_TM_TM_ZONE 1
  4963. | #define HAVE_TM_ZONE 1
  4964. | #define HAVE_TZNAME 1
  4965. | #define HAVE_UNION_SEMUN 1
  4966. | #define HAVE_STRUCT_SOCKADDR_UN 1
  4967. | #define HAVE_UNIX_SOCKETS 1
  4968. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  4969. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  4970. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  4971. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  4972. | #define HAVE_STRUCT_ADDRINFO 1
  4973. | #define HAVE_INTPTR_T 1
  4974. | #define HAVE_UINTPTR_T 1
  4975. | #define HAVE_LONG_LONG_INT 1
  4976. | #define HAVE_LOCALE_T 1
  4977. | #define LOCALE_T_IN_XLOCALE 1
  4978. | #define HAVE_STRUCT_OPTION 1
  4979. | #define HAVE_KRB5_TICKET_ENC_PART2 1
  4980. | #define HAVE_KRB5_ERROR_TEXT_DATA 1
  4981. | #define HAVE_KRB5_FREE_UNPARSED_NAME 1
  4982. | #define SIZEOF_OFF_T 8
  4983. | #define HAVE_INT_TIMEZONE /**/
  4984. | /* end confdefs.h. */
  4985. | #ifdef HAVE_SYS_TYPES_H
  4986. | #include <sys/types.h>
  4987. | #endif
  4988. | #ifdef HAVE_SYS_SOCKET_H
  4989. | #include <sys/socket.h>
  4990. | #endif
  4991. | extern int accept (int, struct sockaddr *, int *);
  4992. | int
  4993. | main ()
  4994. | {
  4995. |
  4996. | ;
  4997. | return 0;
  4998. | }
  4999. configure:18796: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  5000. conftest.c:103:12: error: conflicting types for 'accept'
  5001. extern int accept (int, struct sockaddr *, size_t *);
  5002. ^
  5003. /usr/include/sys/socket.h:610:5: note: previous declaration is here
  5004. int accept(int, struct sockaddr * __restrict, socklen_t * __restrict)
  5005. ^
  5006. 1 error generated.
  5007. configure:18803: $? = 1
  5008. configure: failed program was:
  5009. | /* confdefs.h. */
  5010. | #define PACKAGE_NAME "PostgreSQL"
  5011. | #define PACKAGE_TARNAME "postgresql"
  5012. | #define PACKAGE_VERSION "9.1.4"
  5013. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  5014. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  5015. | #define PG_VERSION "9.1.4"
  5016. | #define PG_MAJORVERSION "9.1"
  5017. | #define USE_INTEGER_DATETIMES 1
  5018. | #define DEF_PGPORT 5432
  5019. | #define DEF_PGPORT_STR "5432"
  5020. | #define BLCKSZ 8192
  5021. | #define RELSEG_SIZE 131072
  5022. | #define XLOG_BLCKSZ 8192
  5023. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  5024. | #define ENABLE_THREAD_SAFETY 1
  5025. | #define ENABLE_GSS 1
  5026. | #define KRB5 1
  5027. | #define PG_KRB_SRVNAM "postgres"
  5028. | #define USE_BONJOUR 1
  5029. | #define USE_SSL 1
  5030. | #define USE_LIBXML 1
  5031. | #define USE_LIBXSLT 1
  5032. | #define HAVE_LIBM 1
  5033. | #define HAVE_LIBREADLINE 1
  5034. | #define HAVE_LIBZ 1
  5035. | #define HAVE_SPINLOCKS 1
  5036. | #define HAVE_LIBCRYPTO 1
  5037. | #define HAVE_LIBSSL 1
  5038. | #define HAVE_LIBXML2 1
  5039. | #define HAVE_LIBXSLT 1
  5040. | #define STDC_HEADERS 1
  5041. | #define HAVE_SYS_TYPES_H 1
  5042. | #define HAVE_SYS_STAT_H 1
  5043. | #define HAVE_STDLIB_H 1
  5044. | #define HAVE_STRING_H 1
  5045. | #define HAVE_MEMORY_H 1
  5046. | #define HAVE_STRINGS_H 1
  5047. | #define HAVE_INTTYPES_H 1
  5048. | #define HAVE_STDINT_H 1
  5049. | #define HAVE_UNISTD_H 1
  5050. | #define HAVE_GETOPT_H 1
  5051. | #define HAVE_IFADDRS_H 1
  5052. | #define HAVE_LANGINFO_H 1
  5053. | #define HAVE_POLL_H 1
  5054. | #define HAVE_PWD_H 1
  5055. | #define HAVE_SYS_IOCTL_H 1
  5056. | #define HAVE_SYS_IPC_H 1
  5057. | #define HAVE_SYS_POLL_H 1
  5058. | #define HAVE_SYS_RESOURCE_H 1
  5059. | #define HAVE_SYS_SELECT_H 1
  5060. | #define HAVE_SYS_SEM_H 1
  5061. | #define HAVE_SYS_SHM_H 1
  5062. | #define HAVE_SYS_SOCKET_H 1
  5063. | #define HAVE_SYS_SOCKIO_H 1
  5064. | #define HAVE_SYS_TIME_H 1
  5065. | #define HAVE_SYS_UCRED_H 1
  5066. | #define HAVE_SYS_UN_H 1
  5067. | #define HAVE_TERMIOS_H 1
  5068. | #define HAVE_UTIME_H 1
  5069. | #define HAVE_WCHAR_H 1
  5070. | #define HAVE_WCTYPE_H 1
  5071. | #define HAVE_NET_IF_H 1
  5072. | #define HAVE_NETINET_IN_H 1
  5073. | #define HAVE_NETINET_TCP_H 1
  5074. | #define HAVE_READLINE_READLINE_H 1
  5075. | #define HAVE_READLINE_HISTORY_H 1
  5076. | #define HAVE_GSSAPI_GSSAPI_H 1
  5077. | #define HAVE_ERR_SET_MARK 1
  5078. | #define HAVE_UUID_H 1
  5079. | #define USE_INLINE 1
  5080. | #define HAVE_STRINGIZE 1
  5081. | #define HAVE_FUNCNAME__FUNC 1
  5082. | #define HAVE_STRUCT_TM_TM_ZONE 1
  5083. | #define HAVE_TM_ZONE 1
  5084. | #define HAVE_TZNAME 1
  5085. | #define HAVE_UNION_SEMUN 1
  5086. | #define HAVE_STRUCT_SOCKADDR_UN 1
  5087. | #define HAVE_UNIX_SOCKETS 1
  5088. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  5089. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  5090. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  5091. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  5092. | #define HAVE_STRUCT_ADDRINFO 1
  5093. | #define HAVE_INTPTR_T 1
  5094. | #define HAVE_UINTPTR_T 1
  5095. | #define HAVE_LONG_LONG_INT 1
  5096. | #define HAVE_LOCALE_T 1
  5097. | #define LOCALE_T_IN_XLOCALE 1
  5098. | #define HAVE_STRUCT_OPTION 1
  5099. | #define HAVE_KRB5_TICKET_ENC_PART2 1
  5100. | #define HAVE_KRB5_ERROR_TEXT_DATA 1
  5101. | #define HAVE_KRB5_FREE_UNPARSED_NAME 1
  5102. | #define SIZEOF_OFF_T 8
  5103. | #define HAVE_INT_TIMEZONE /**/
  5104. | /* end confdefs.h. */
  5105. | #ifdef HAVE_SYS_TYPES_H
  5106. | #include <sys/types.h>
  5107. | #endif
  5108. | #ifdef HAVE_SYS_SOCKET_H
  5109. | #include <sys/socket.h>
  5110. | #endif
  5111. | extern int accept (int, struct sockaddr *, size_t *);
  5112. | int
  5113. | main ()
  5114. | {
  5115. |
  5116. | ;
  5117. | return 0;
  5118. | }
  5119. configure:18796: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  5120. configure:18803: $? = 0
  5121. configure:18837: result: int, int, struct sockaddr *, socklen_t *
  5122. configure:18860: checking whether gettimeofday takes only one argument
  5123. configure:18888: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  5124. configure:18895: $? = 0
  5125. configure:18910: result: no
  5126. configure:18948: checking for cbrt
  5127. configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5128. configure:19011: $? = 0
  5129. configure:19033: result: yes
  5130. configure:18948: checking for dlopen
  5131. configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5132. configure:19011: $? = 0
  5133. configure:19033: result: yes
  5134. configure:18948: checking for fcvt
  5135. configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5136. configure:19011: $? = 0
  5137. configure:19033: result: yes
  5138. configure:18948: checking for fdatasync
  5139. configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5140. configure:19011: $? = 0
  5141. configure:19033: result: yes
  5142. configure:18948: checking for getifaddrs
  5143. configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5144. configure:19011: $? = 0
  5145. configure:19033: result: yes
  5146. configure:18948: checking for getpeerucred
  5147. configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5148. Undefined symbols for architecture x86_64:
  5149. "_getpeerucred", referenced from:
  5150. _main in conftest-lRapfJ.o
  5151. ld: symbol(s) not found for architecture x86_64
  5152. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  5153. configure:19011: $? = 1
  5154. configure: failed program was:
  5155. | /* confdefs.h. */
  5156. | #define PACKAGE_NAME "PostgreSQL"
  5157. | #define PACKAGE_TARNAME "postgresql"
  5158. | #define PACKAGE_VERSION "9.1.4"
  5159. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  5160. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  5161. | #define PG_VERSION "9.1.4"
  5162. | #define PG_MAJORVERSION "9.1"
  5163. | #define USE_INTEGER_DATETIMES 1
  5164. | #define DEF_PGPORT 5432
  5165. | #define DEF_PGPORT_STR "5432"
  5166. | #define BLCKSZ 8192
  5167. | #define RELSEG_SIZE 131072
  5168. | #define XLOG_BLCKSZ 8192
  5169. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  5170. | #define ENABLE_THREAD_SAFETY 1
  5171. | #define ENABLE_GSS 1
  5172. | #define KRB5 1
  5173. | #define PG_KRB_SRVNAM "postgres"
  5174. | #define USE_BONJOUR 1
  5175. | #define USE_SSL 1
  5176. | #define USE_LIBXML 1
  5177. | #define USE_LIBXSLT 1
  5178. | #define HAVE_LIBM 1
  5179. | #define HAVE_LIBREADLINE 1
  5180. | #define HAVE_LIBZ 1
  5181. | #define HAVE_SPINLOCKS 1
  5182. | #define HAVE_LIBCRYPTO 1
  5183. | #define HAVE_LIBSSL 1
  5184. | #define HAVE_LIBXML2 1
  5185. | #define HAVE_LIBXSLT 1
  5186. | #define STDC_HEADERS 1
  5187. | #define HAVE_SYS_TYPES_H 1
  5188. | #define HAVE_SYS_STAT_H 1
  5189. | #define HAVE_STDLIB_H 1
  5190. | #define HAVE_STRING_H 1
  5191. | #define HAVE_MEMORY_H 1
  5192. | #define HAVE_STRINGS_H 1
  5193. | #define HAVE_INTTYPES_H 1
  5194. | #define HAVE_STDINT_H 1
  5195. | #define HAVE_UNISTD_H 1
  5196. | #define HAVE_GETOPT_H 1
  5197. | #define HAVE_IFADDRS_H 1
  5198. | #define HAVE_LANGINFO_H 1
  5199. | #define HAVE_POLL_H 1
  5200. | #define HAVE_PWD_H 1
  5201. | #define HAVE_SYS_IOCTL_H 1
  5202. | #define HAVE_SYS_IPC_H 1
  5203. | #define HAVE_SYS_POLL_H 1
  5204. | #define HAVE_SYS_RESOURCE_H 1
  5205. | #define HAVE_SYS_SELECT_H 1
  5206. | #define HAVE_SYS_SEM_H 1
  5207. | #define HAVE_SYS_SHM_H 1
  5208. | #define HAVE_SYS_SOCKET_H 1
  5209. | #define HAVE_SYS_SOCKIO_H 1
  5210. | #define HAVE_SYS_TIME_H 1
  5211. | #define HAVE_SYS_UCRED_H 1
  5212. | #define HAVE_SYS_UN_H 1
  5213. | #define HAVE_TERMIOS_H 1
  5214. | #define HAVE_UTIME_H 1
  5215. | #define HAVE_WCHAR_H 1
  5216. | #define HAVE_WCTYPE_H 1
  5217. | #define HAVE_NET_IF_H 1
  5218. | #define HAVE_NETINET_IN_H 1
  5219. | #define HAVE_NETINET_TCP_H 1
  5220. | #define HAVE_READLINE_READLINE_H 1
  5221. | #define HAVE_READLINE_HISTORY_H 1
  5222. | #define HAVE_GSSAPI_GSSAPI_H 1
  5223. | #define HAVE_ERR_SET_MARK 1
  5224. | #define HAVE_UUID_H 1
  5225. | #define USE_INLINE 1
  5226. | #define HAVE_STRINGIZE 1
  5227. | #define HAVE_FUNCNAME__FUNC 1
  5228. | #define HAVE_STRUCT_TM_TM_ZONE 1
  5229. | #define HAVE_TM_ZONE 1
  5230. | #define HAVE_TZNAME 1
  5231. | #define HAVE_UNION_SEMUN 1
  5232. | #define HAVE_STRUCT_SOCKADDR_UN 1
  5233. | #define HAVE_UNIX_SOCKETS 1
  5234. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  5235. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  5236. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  5237. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  5238. | #define HAVE_STRUCT_ADDRINFO 1
  5239. | #define HAVE_INTPTR_T 1
  5240. | #define HAVE_UINTPTR_T 1
  5241. | #define HAVE_LONG_LONG_INT 1
  5242. | #define HAVE_LOCALE_T 1
  5243. | #define LOCALE_T_IN_XLOCALE 1
  5244. | #define HAVE_STRUCT_OPTION 1
  5245. | #define HAVE_KRB5_TICKET_ENC_PART2 1
  5246. | #define HAVE_KRB5_ERROR_TEXT_DATA 1
  5247. | #define HAVE_KRB5_FREE_UNPARSED_NAME 1
  5248. | #define SIZEOF_OFF_T 8
  5249. | #define HAVE_INT_TIMEZONE /**/
  5250. | #define ACCEPT_TYPE_RETURN int
  5251. | #define ACCEPT_TYPE_ARG1 int
  5252. | #define ACCEPT_TYPE_ARG2 struct sockaddr *
  5253. | #define ACCEPT_TYPE_ARG3 socklen_t
  5254. | #define HAVE_CBRT 1
  5255. | #define HAVE_DLOPEN 1
  5256. | #define HAVE_FCVT 1
  5257. | #define HAVE_FDATASYNC 1
  5258. | #define HAVE_GETIFADDRS 1
  5259. | /* end confdefs.h. */
  5260. | /* Define getpeerucred to an innocuous variant, in case <limits.h> declares getpeerucred.
  5261. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  5262. | #define getpeerucred innocuous_getpeerucred
  5263. |
  5264. | /* System header to define __stub macros and hopefully few prototypes,
  5265. | which can conflict with char getpeerucred (); below.
  5266. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  5267. | <limits.h> exists even on freestanding compilers. */
  5268. |
  5269. | #ifdef __STDC__
  5270. | # include <limits.h>
  5271. | #else
  5272. | # include <assert.h>
  5273. | #endif
  5274. |
  5275. | #undef getpeerucred
  5276. |
  5277. | /* Override any GCC internal prototype to avoid an error.
  5278. | Use char because int might match the return type of a GCC
  5279. | builtin and then its argument prototype would still apply. */
  5280. | #ifdef __cplusplus
  5281. | extern "C"
  5282. | #endif
  5283. | char getpeerucred ();
  5284. | /* The GNU C library defines this for functions which it implements
  5285. | to always fail with ENOSYS. Some functions are actually named
  5286. | something starting with __ and the normal name is an alias. */
  5287. | #if defined __stub_getpeerucred || defined __stub___getpeerucred
  5288. | choke me
  5289. | #endif
  5290. |
  5291. | int
  5292. | main ()
  5293. | {
  5294. | return getpeerucred ();
  5295. | ;
  5296. | return 0;
  5297. | }
  5298. configure:19033: result: no
  5299. configure:18948: checking for getrlimit
  5300. configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5301. configure:19011: $? = 0
  5302. configure:19033: result: yes
  5303. configure:18948: checking for memmove
  5304. configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5305. configure:19011: $? = 0
  5306. configure:19033: result: yes
  5307. configure:18948: checking for poll
  5308. configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5309. configure:19011: $? = 0
  5310. configure:19033: result: yes
  5311. configure:18948: checking for pstat
  5312. configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5313. Undefined symbols for architecture x86_64:
  5314. "_pstat", referenced from:
  5315. _main in conftest-rTun9e.o
  5316. ld: symbol(s) not found for architecture x86_64
  5317. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  5318. configure:19011: $? = 1
  5319. configure: failed program was:
  5320. | /* confdefs.h. */
  5321. | #define PACKAGE_NAME "PostgreSQL"
  5322. | #define PACKAGE_TARNAME "postgresql"
  5323. | #define PACKAGE_VERSION "9.1.4"
  5324. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  5325. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  5326. | #define PG_VERSION "9.1.4"
  5327. | #define PG_MAJORVERSION "9.1"
  5328. | #define USE_INTEGER_DATETIMES 1
  5329. | #define DEF_PGPORT 5432
  5330. | #define DEF_PGPORT_STR "5432"
  5331. | #define BLCKSZ 8192
  5332. | #define RELSEG_SIZE 131072
  5333. | #define XLOG_BLCKSZ 8192
  5334. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  5335. | #define ENABLE_THREAD_SAFETY 1
  5336. | #define ENABLE_GSS 1
  5337. | #define KRB5 1
  5338. | #define PG_KRB_SRVNAM "postgres"
  5339. | #define USE_BONJOUR 1
  5340. | #define USE_SSL 1
  5341. | #define USE_LIBXML 1
  5342. | #define USE_LIBXSLT 1
  5343. | #define HAVE_LIBM 1
  5344. | #define HAVE_LIBREADLINE 1
  5345. | #define HAVE_LIBZ 1
  5346. | #define HAVE_SPINLOCKS 1
  5347. | #define HAVE_LIBCRYPTO 1
  5348. | #define HAVE_LIBSSL 1
  5349. | #define HAVE_LIBXML2 1
  5350. | #define HAVE_LIBXSLT 1
  5351. | #define STDC_HEADERS 1
  5352. | #define HAVE_SYS_TYPES_H 1
  5353. | #define HAVE_SYS_STAT_H 1
  5354. | #define HAVE_STDLIB_H 1
  5355. | #define HAVE_STRING_H 1
  5356. | #define HAVE_MEMORY_H 1
  5357. | #define HAVE_STRINGS_H 1
  5358. | #define HAVE_INTTYPES_H 1
  5359. | #define HAVE_STDINT_H 1
  5360. | #define HAVE_UNISTD_H 1
  5361. | #define HAVE_GETOPT_H 1
  5362. | #define HAVE_IFADDRS_H 1
  5363. | #define HAVE_LANGINFO_H 1
  5364. | #define HAVE_POLL_H 1
  5365. | #define HAVE_PWD_H 1
  5366. | #define HAVE_SYS_IOCTL_H 1
  5367. | #define HAVE_SYS_IPC_H 1
  5368. | #define HAVE_SYS_POLL_H 1
  5369. | #define HAVE_SYS_RESOURCE_H 1
  5370. | #define HAVE_SYS_SELECT_H 1
  5371. | #define HAVE_SYS_SEM_H 1
  5372. | #define HAVE_SYS_SHM_H 1
  5373. | #define HAVE_SYS_SOCKET_H 1
  5374. | #define HAVE_SYS_SOCKIO_H 1
  5375. | #define HAVE_SYS_TIME_H 1
  5376. | #define HAVE_SYS_UCRED_H 1
  5377. | #define HAVE_SYS_UN_H 1
  5378. | #define HAVE_TERMIOS_H 1
  5379. | #define HAVE_UTIME_H 1
  5380. | #define HAVE_WCHAR_H 1
  5381. | #define HAVE_WCTYPE_H 1
  5382. | #define HAVE_NET_IF_H 1
  5383. | #define HAVE_NETINET_IN_H 1
  5384. | #define HAVE_NETINET_TCP_H 1
  5385. | #define HAVE_READLINE_READLINE_H 1
  5386. | #define HAVE_READLINE_HISTORY_H 1
  5387. | #define HAVE_GSSAPI_GSSAPI_H 1
  5388. | #define HAVE_ERR_SET_MARK 1
  5389. | #define HAVE_UUID_H 1
  5390. | #define USE_INLINE 1
  5391. | #define HAVE_STRINGIZE 1
  5392. | #define HAVE_FUNCNAME__FUNC 1
  5393. | #define HAVE_STRUCT_TM_TM_ZONE 1
  5394. | #define HAVE_TM_ZONE 1
  5395. | #define HAVE_TZNAME 1
  5396. | #define HAVE_UNION_SEMUN 1
  5397. | #define HAVE_STRUCT_SOCKADDR_UN 1
  5398. | #define HAVE_UNIX_SOCKETS 1
  5399. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  5400. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  5401. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  5402. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  5403. | #define HAVE_STRUCT_ADDRINFO 1
  5404. | #define HAVE_INTPTR_T 1
  5405. | #define HAVE_UINTPTR_T 1
  5406. | #define HAVE_LONG_LONG_INT 1
  5407. | #define HAVE_LOCALE_T 1
  5408. | #define LOCALE_T_IN_XLOCALE 1
  5409. | #define HAVE_STRUCT_OPTION 1
  5410. | #define HAVE_KRB5_TICKET_ENC_PART2 1
  5411. | #define HAVE_KRB5_ERROR_TEXT_DATA 1
  5412. | #define HAVE_KRB5_FREE_UNPARSED_NAME 1
  5413. | #define SIZEOF_OFF_T 8
  5414. | #define HAVE_INT_TIMEZONE /**/
  5415. | #define ACCEPT_TYPE_RETURN int
  5416. | #define ACCEPT_TYPE_ARG1 int
  5417. | #define ACCEPT_TYPE_ARG2 struct sockaddr *
  5418. | #define ACCEPT_TYPE_ARG3 socklen_t
  5419. | #define HAVE_CBRT 1
  5420. | #define HAVE_DLOPEN 1
  5421. | #define HAVE_FCVT 1
  5422. | #define HAVE_FDATASYNC 1
  5423. | #define HAVE_GETIFADDRS 1
  5424. | #define HAVE_GETRLIMIT 1
  5425. | #define HAVE_MEMMOVE 1
  5426. | #define HAVE_POLL 1
  5427. | /* end confdefs.h. */
  5428. | /* Define pstat to an innocuous variant, in case <limits.h> declares pstat.
  5429. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  5430. | #define pstat innocuous_pstat
  5431. |
  5432. | /* System header to define __stub macros and hopefully few prototypes,
  5433. | which can conflict with char pstat (); below.
  5434. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  5435. | <limits.h> exists even on freestanding compilers. */
  5436. |
  5437. | #ifdef __STDC__
  5438. | # include <limits.h>
  5439. | #else
  5440. | # include <assert.h>
  5441. | #endif
  5442. |
  5443. | #undef pstat
  5444. |
  5445. | /* Override any GCC internal prototype to avoid an error.
  5446. | Use char because int might match the return type of a GCC
  5447. | builtin and then its argument prototype would still apply. */
  5448. | #ifdef __cplusplus
  5449. | extern "C"
  5450. | #endif
  5451. | char pstat ();
  5452. | /* The GNU C library defines this for functions which it implements
  5453. | to always fail with ENOSYS. Some functions are actually named
  5454. | something starting with __ and the normal name is an alias. */
  5455. | #if defined __stub_pstat || defined __stub___pstat
  5456. | choke me
  5457. | #endif
  5458. |
  5459. | int
  5460. | main ()
  5461. | {
  5462. | return pstat ();
  5463. | ;
  5464. | return 0;
  5465. | }
  5466. configure:19033: result: no
  5467. configure:18948: checking for readlink
  5468. configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5469. configure:19011: $? = 0
  5470. configure:19033: result: yes
  5471. configure:18948: checking for scandir
  5472. configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5473. configure:19011: $? = 0
  5474. configure:19033: result: yes
  5475. configure:18948: checking for setproctitle
  5476. configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5477. Undefined symbols for architecture x86_64:
  5478. "_setproctitle", referenced from:
  5479. _main in conftest-bqDJDM.o
  5480. ld: symbol(s) not found for architecture x86_64
  5481. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  5482. configure:19011: $? = 1
  5483. configure: failed program was:
  5484. | /* confdefs.h. */
  5485. | #define PACKAGE_NAME "PostgreSQL"
  5486. | #define PACKAGE_TARNAME "postgresql"
  5487. | #define PACKAGE_VERSION "9.1.4"
  5488. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  5489. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  5490. | #define PG_VERSION "9.1.4"
  5491. | #define PG_MAJORVERSION "9.1"
  5492. | #define USE_INTEGER_DATETIMES 1
  5493. | #define DEF_PGPORT 5432
  5494. | #define DEF_PGPORT_STR "5432"
  5495. | #define BLCKSZ 8192
  5496. | #define RELSEG_SIZE 131072
  5497. | #define XLOG_BLCKSZ 8192
  5498. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  5499. | #define ENABLE_THREAD_SAFETY 1
  5500. | #define ENABLE_GSS 1
  5501. | #define KRB5 1
  5502. | #define PG_KRB_SRVNAM "postgres"
  5503. | #define USE_BONJOUR 1
  5504. | #define USE_SSL 1
  5505. | #define USE_LIBXML 1
  5506. | #define USE_LIBXSLT 1
  5507. | #define HAVE_LIBM 1
  5508. | #define HAVE_LIBREADLINE 1
  5509. | #define HAVE_LIBZ 1
  5510. | #define HAVE_SPINLOCKS 1
  5511. | #define HAVE_LIBCRYPTO 1
  5512. | #define HAVE_LIBSSL 1
  5513. | #define HAVE_LIBXML2 1
  5514. | #define HAVE_LIBXSLT 1
  5515. | #define STDC_HEADERS 1
  5516. | #define HAVE_SYS_TYPES_H 1
  5517. | #define HAVE_SYS_STAT_H 1
  5518. | #define HAVE_STDLIB_H 1
  5519. | #define HAVE_STRING_H 1
  5520. | #define HAVE_MEMORY_H 1
  5521. | #define HAVE_STRINGS_H 1
  5522. | #define HAVE_INTTYPES_H 1
  5523. | #define HAVE_STDINT_H 1
  5524. | #define HAVE_UNISTD_H 1
  5525. | #define HAVE_GETOPT_H 1
  5526. | #define HAVE_IFADDRS_H 1
  5527. | #define HAVE_LANGINFO_H 1
  5528. | #define HAVE_POLL_H 1
  5529. | #define HAVE_PWD_H 1
  5530. | #define HAVE_SYS_IOCTL_H 1
  5531. | #define HAVE_SYS_IPC_H 1
  5532. | #define HAVE_SYS_POLL_H 1
  5533. | #define HAVE_SYS_RESOURCE_H 1
  5534. | #define HAVE_SYS_SELECT_H 1
  5535. | #define HAVE_SYS_SEM_H 1
  5536. | #define HAVE_SYS_SHM_H 1
  5537. | #define HAVE_SYS_SOCKET_H 1
  5538. | #define HAVE_SYS_SOCKIO_H 1
  5539. | #define HAVE_SYS_TIME_H 1
  5540. | #define HAVE_SYS_UCRED_H 1
  5541. | #define HAVE_SYS_UN_H 1
  5542. | #define HAVE_TERMIOS_H 1
  5543. | #define HAVE_UTIME_H 1
  5544. | #define HAVE_WCHAR_H 1
  5545. | #define HAVE_WCTYPE_H 1
  5546. | #define HAVE_NET_IF_H 1
  5547. | #define HAVE_NETINET_IN_H 1
  5548. | #define HAVE_NETINET_TCP_H 1
  5549. | #define HAVE_READLINE_READLINE_H 1
  5550. | #define HAVE_READLINE_HISTORY_H 1
  5551. | #define HAVE_GSSAPI_GSSAPI_H 1
  5552. | #define HAVE_ERR_SET_MARK 1
  5553. | #define HAVE_UUID_H 1
  5554. | #define USE_INLINE 1
  5555. | #define HAVE_STRINGIZE 1
  5556. | #define HAVE_FUNCNAME__FUNC 1
  5557. | #define HAVE_STRUCT_TM_TM_ZONE 1
  5558. | #define HAVE_TM_ZONE 1
  5559. | #define HAVE_TZNAME 1
  5560. | #define HAVE_UNION_SEMUN 1
  5561. | #define HAVE_STRUCT_SOCKADDR_UN 1
  5562. | #define HAVE_UNIX_SOCKETS 1
  5563. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  5564. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  5565. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  5566. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  5567. | #define HAVE_STRUCT_ADDRINFO 1
  5568. | #define HAVE_INTPTR_T 1
  5569. | #define HAVE_UINTPTR_T 1
  5570. | #define HAVE_LONG_LONG_INT 1
  5571. | #define HAVE_LOCALE_T 1
  5572. | #define LOCALE_T_IN_XLOCALE 1
  5573. | #define HAVE_STRUCT_OPTION 1
  5574. | #define HAVE_KRB5_TICKET_ENC_PART2 1
  5575. | #define HAVE_KRB5_ERROR_TEXT_DATA 1
  5576. | #define HAVE_KRB5_FREE_UNPARSED_NAME 1
  5577. | #define SIZEOF_OFF_T 8
  5578. | #define HAVE_INT_TIMEZONE /**/
  5579. | #define ACCEPT_TYPE_RETURN int
  5580. | #define ACCEPT_TYPE_ARG1 int
  5581. | #define ACCEPT_TYPE_ARG2 struct sockaddr *
  5582. | #define ACCEPT_TYPE_ARG3 socklen_t
  5583. | #define HAVE_CBRT 1
  5584. | #define HAVE_DLOPEN 1
  5585. | #define HAVE_FCVT 1
  5586. | #define HAVE_FDATASYNC 1
  5587. | #define HAVE_GETIFADDRS 1
  5588. | #define HAVE_GETRLIMIT 1
  5589. | #define HAVE_MEMMOVE 1
  5590. | #define HAVE_POLL 1
  5591. | #define HAVE_READLINK 1
  5592. | #define HAVE_SCANDIR 1
  5593. | /* end confdefs.h. */
  5594. | /* Define setproctitle to an innocuous variant, in case <limits.h> declares setproctitle.
  5595. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  5596. | #define setproctitle innocuous_setproctitle
  5597. |
  5598. | /* System header to define __stub macros and hopefully few prototypes,
  5599. | which can conflict with char setproctitle (); below.
  5600. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  5601. | <limits.h> exists even on freestanding compilers. */
  5602. |
  5603. | #ifdef __STDC__
  5604. | # include <limits.h>
  5605. | #else
  5606. | # include <assert.h>
  5607. | #endif
  5608. |
  5609. | #undef setproctitle
  5610. |
  5611. | /* Override any GCC internal prototype to avoid an error.
  5612. | Use char because int might match the return type of a GCC
  5613. | builtin and then its argument prototype would still apply. */
  5614. | #ifdef __cplusplus
  5615. | extern "C"
  5616. | #endif
  5617. | char setproctitle ();
  5618. | /* The GNU C library defines this for functions which it implements
  5619. | to always fail with ENOSYS. Some functions are actually named
  5620. | something starting with __ and the normal name is an alias. */
  5621. | #if defined __stub_setproctitle || defined __stub___setproctitle
  5622. | choke me
  5623. | #endif
  5624. |
  5625. | int
  5626. | main ()
  5627. | {
  5628. | return setproctitle ();
  5629. | ;
  5630. | return 0;
  5631. | }
  5632. configure:19033: result: no
  5633. configure:18948: checking for setsid
  5634. configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5635. configure:19011: $? = 0
  5636. configure:19033: result: yes
  5637. configure:18948: checking for sigprocmask
  5638. configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5639. configure:19011: $? = 0
  5640. configure:19033: result: yes
  5641. configure:18948: checking for symlink
  5642. configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5643. configure:19011: $? = 0
  5644. configure:19033: result: yes
  5645. configure:18948: checking for sysconf
  5646. configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5647. configure:19011: $? = 0
  5648. configure:19033: result: yes
  5649. configure:18948: checking for towlower
  5650. configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5651. configure:19011: $? = 0
  5652. configure:19033: result: yes
  5653. configure:18948: checking for utime
  5654. configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5655. configure:19011: $? = 0
  5656. configure:19033: result: yes
  5657. configure:18948: checking for utimes
  5658. configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5659. configure:19011: $? = 0
  5660. configure:19033: result: yes
  5661. configure:18948: checking for waitpid
  5662. configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5663. configure:19011: $? = 0
  5664. configure:19033: result: yes
  5665. configure:18948: checking for wcstombs
  5666. configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5667. configure:19011: $? = 0
  5668. configure:19033: result: yes
  5669. configure:18948: checking for wcstombs_l
  5670. configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5671. configure:19011: $? = 0
  5672. configure:19033: result: yes
  5673. configure:19050: checking for fseeko
  5674. configure:19106: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5675. configure:19113: $? = 0
  5676. configure:19135: result: yes
  5677. configure:19166: checking for _LARGEFILE_SOURCE value needed for large files
  5678. configure:19195: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5679. configure:19202: $? = 0
  5680. configure:19275: result: no
  5681. configure:19308: checking for posix_fadvise
  5682. configure:19364: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  5683. Undefined symbols for architecture x86_64:
  5684. "_posix_fadvise", referenced from:
  5685. _main in conftest-K4zjVa.o
  5686. ld: symbol(s) not found for architecture x86_64
  5687. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  5688. configure:19371: $? = 1
  5689. configure: failed program was:
  5690. | /* confdefs.h. */
  5691. | #define PACKAGE_NAME "PostgreSQL"
  5692. | #define PACKAGE_TARNAME "postgresql"
  5693. | #define PACKAGE_VERSION "9.1.4"
  5694. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  5695. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  5696. | #define PG_VERSION "9.1.4"
  5697. | #define PG_MAJORVERSION "9.1"
  5698. | #define USE_INTEGER_DATETIMES 1
  5699. | #define DEF_PGPORT 5432
  5700. | #define DEF_PGPORT_STR "5432"
  5701. | #define BLCKSZ 8192
  5702. | #define RELSEG_SIZE 131072
  5703. | #define XLOG_BLCKSZ 8192
  5704. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  5705. | #define ENABLE_THREAD_SAFETY 1
  5706. | #define ENABLE_GSS 1
  5707. | #define KRB5 1
  5708. | #define PG_KRB_SRVNAM "postgres"
  5709. | #define USE_BONJOUR 1
  5710. | #define USE_SSL 1
  5711. | #define USE_LIBXML 1
  5712. | #define USE_LIBXSLT 1
  5713. | #define HAVE_LIBM 1
  5714. | #define HAVE_LIBREADLINE 1
  5715. | #define HAVE_LIBZ 1
  5716. | #define HAVE_SPINLOCKS 1
  5717. | #define HAVE_LIBCRYPTO 1
  5718. | #define HAVE_LIBSSL 1
  5719. | #define HAVE_LIBXML2 1
  5720. | #define HAVE_LIBXSLT 1
  5721. | #define STDC_HEADERS 1
  5722. | #define HAVE_SYS_TYPES_H 1
  5723. | #define HAVE_SYS_STAT_H 1
  5724. | #define HAVE_STDLIB_H 1
  5725. | #define HAVE_STRING_H 1
  5726. | #define HAVE_MEMORY_H 1
  5727. | #define HAVE_STRINGS_H 1
  5728. | #define HAVE_INTTYPES_H 1
  5729. | #define HAVE_STDINT_H 1
  5730. | #define HAVE_UNISTD_H 1
  5731. | #define HAVE_GETOPT_H 1
  5732. | #define HAVE_IFADDRS_H 1
  5733. | #define HAVE_LANGINFO_H 1
  5734. | #define HAVE_POLL_H 1
  5735. | #define HAVE_PWD_H 1
  5736. | #define HAVE_SYS_IOCTL_H 1
  5737. | #define HAVE_SYS_IPC_H 1
  5738. | #define HAVE_SYS_POLL_H 1
  5739. | #define HAVE_SYS_RESOURCE_H 1
  5740. | #define HAVE_SYS_SELECT_H 1
  5741. | #define HAVE_SYS_SEM_H 1
  5742. | #define HAVE_SYS_SHM_H 1
  5743. | #define HAVE_SYS_SOCKET_H 1
  5744. | #define HAVE_SYS_SOCKIO_H 1
  5745. | #define HAVE_SYS_TIME_H 1
  5746. | #define HAVE_SYS_UCRED_H 1
  5747. | #define HAVE_SYS_UN_H 1
  5748. | #define HAVE_TERMIOS_H 1
  5749. | #define HAVE_UTIME_H 1
  5750. | #define HAVE_WCHAR_H 1
  5751. | #define HAVE_WCTYPE_H 1
  5752. | #define HAVE_NET_IF_H 1
  5753. | #define HAVE_NETINET_IN_H 1
  5754. | #define HAVE_NETINET_TCP_H 1
  5755. | #define HAVE_READLINE_READLINE_H 1
  5756. | #define HAVE_READLINE_HISTORY_H 1
  5757. | #define HAVE_GSSAPI_GSSAPI_H 1
  5758. | #define HAVE_ERR_SET_MARK 1
  5759. | #define HAVE_UUID_H 1
  5760. | #define USE_INLINE 1
  5761. | #define HAVE_STRINGIZE 1
  5762. | #define HAVE_FUNCNAME__FUNC 1
  5763. | #define HAVE_STRUCT_TM_TM_ZONE 1
  5764. | #define HAVE_TM_ZONE 1
  5765. | #define HAVE_TZNAME 1
  5766. | #define HAVE_UNION_SEMUN 1
  5767. | #define HAVE_STRUCT_SOCKADDR_UN 1
  5768. | #define HAVE_UNIX_SOCKETS 1
  5769. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  5770. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  5771. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  5772. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  5773. | #define HAVE_STRUCT_ADDRINFO 1
  5774. | #define HAVE_INTPTR_T 1
  5775. | #define HAVE_UINTPTR_T 1
  5776. | #define HAVE_LONG_LONG_INT 1
  5777. | #define HAVE_LOCALE_T 1
  5778. | #define LOCALE_T_IN_XLOCALE 1
  5779. | #define HAVE_STRUCT_OPTION 1
  5780. | #define HAVE_KRB5_TICKET_ENC_PART2 1
  5781. | #define HAVE_KRB5_ERROR_TEXT_DATA 1
  5782. | #define HAVE_KRB5_FREE_UNPARSED_NAME 1
  5783. | #define SIZEOF_OFF_T 8
  5784. | #define HAVE_INT_TIMEZONE /**/
  5785. | #define ACCEPT_TYPE_RETURN int
  5786. | #define ACCEPT_TYPE_ARG1 int
  5787. | #define ACCEPT_TYPE_ARG2 struct sockaddr *
  5788. | #define ACCEPT_TYPE_ARG3 socklen_t
  5789. | #define HAVE_CBRT 1
  5790. | #define HAVE_DLOPEN 1
  5791. | #define HAVE_FCVT 1
  5792. | #define HAVE_FDATASYNC 1
  5793. | #define HAVE_GETIFADDRS 1
  5794. | #define HAVE_GETRLIMIT 1
  5795. | #define HAVE_MEMMOVE 1
  5796. | #define HAVE_POLL 1
  5797. | #define HAVE_READLINK 1
  5798. | #define HAVE_SCANDIR 1
  5799. | #define HAVE_SETSID 1
  5800. | #define HAVE_SIGPROCMASK 1
  5801. | #define HAVE_SYMLINK 1
  5802. | #define HAVE_SYSCONF 1
  5803. | #define HAVE_TOWLOWER 1
  5804. | #define HAVE_UTIME 1
  5805. | #define HAVE_UTIMES 1
  5806. | #define HAVE_WAITPID 1
  5807. | #define HAVE_WCSTOMBS 1
  5808. | #define HAVE_WCSTOMBS_L 1
  5809. | #define HAVE_FSEEKO 1
  5810. | #define HAVE_FSEEKO 1
  5811. | /* end confdefs.h. */
  5812. | /* Define posix_fadvise to an innocuous variant, in case <limits.h> declares posix_fadvise.
  5813. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  5814. | #define posix_fadvise innocuous_posix_fadvise
  5815. |
  5816. | /* System header to define __stub macros and hopefully few prototypes,
  5817. | which can conflict with char posix_fadvise (); below.
  5818. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  5819. | <limits.h> exists even on freestanding compilers. */
  5820. |
  5821. | #ifdef __STDC__
  5822. | # include <limits.h>
  5823. | #else
  5824. | # include <assert.h>
  5825. | #endif
  5826. |
  5827. | #undef posix_fadvise
  5828. |
  5829. | /* Override any GCC internal prototype to avoid an error.
  5830. | Use char because int might match the return type of a GCC
  5831. | builtin and then its argument prototype would still apply. */
  5832. | #ifdef __cplusplus
  5833. | extern "C"
  5834. | #endif
  5835. | char posix_fadvise ();
  5836. | /* The GNU C library defines this for functions which it implements
  5837. | to always fail with ENOSYS. Some functions are actually named
  5838. | something starting with __ and the normal name is an alias. */
  5839. | #if defined __stub_posix_fadvise || defined __stub___posix_fadvise
  5840. | choke me
  5841. | #endif
  5842. |
  5843. | int
  5844. | main ()
  5845. | {
  5846. | return posix_fadvise ();
  5847. | ;
  5848. | return 0;
  5849. | }
  5850. configure:19393: result: no
  5851. configure:19405: checking whether posix_fadvise is declared
  5852. configure:19435: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  5853. conftest.c:129:10: error: use of undeclared identifier 'posix_fadvise'
  5854. (void) posix_fadvise;
  5855. ^
  5856. 1 error generated.
  5857. configure:19442: $? = 1
  5858. configure: failed program was:
  5859. | /* confdefs.h. */
  5860. | #define PACKAGE_NAME "PostgreSQL"
  5861. | #define PACKAGE_TARNAME "postgresql"
  5862. | #define PACKAGE_VERSION "9.1.4"
  5863. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  5864. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  5865. | #define PG_VERSION "9.1.4"
  5866. | #define PG_MAJORVERSION "9.1"
  5867. | #define USE_INTEGER_DATETIMES 1
  5868. | #define DEF_PGPORT 5432
  5869. | #define DEF_PGPORT_STR "5432"
  5870. | #define BLCKSZ 8192
  5871. | #define RELSEG_SIZE 131072
  5872. | #define XLOG_BLCKSZ 8192
  5873. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  5874. | #define ENABLE_THREAD_SAFETY 1
  5875. | #define ENABLE_GSS 1
  5876. | #define KRB5 1
  5877. | #define PG_KRB_SRVNAM "postgres"
  5878. | #define USE_BONJOUR 1
  5879. | #define USE_SSL 1
  5880. | #define USE_LIBXML 1
  5881. | #define USE_LIBXSLT 1
  5882. | #define HAVE_LIBM 1
  5883. | #define HAVE_LIBREADLINE 1
  5884. | #define HAVE_LIBZ 1
  5885. | #define HAVE_SPINLOCKS 1
  5886. | #define HAVE_LIBCRYPTO 1
  5887. | #define HAVE_LIBSSL 1
  5888. | #define HAVE_LIBXML2 1
  5889. | #define HAVE_LIBXSLT 1
  5890. | #define STDC_HEADERS 1
  5891. | #define HAVE_SYS_TYPES_H 1
  5892. | #define HAVE_SYS_STAT_H 1
  5893. | #define HAVE_STDLIB_H 1
  5894. | #define HAVE_STRING_H 1
  5895. | #define HAVE_MEMORY_H 1
  5896. | #define HAVE_STRINGS_H 1
  5897. | #define HAVE_INTTYPES_H 1
  5898. | #define HAVE_STDINT_H 1
  5899. | #define HAVE_UNISTD_H 1
  5900. | #define HAVE_GETOPT_H 1
  5901. | #define HAVE_IFADDRS_H 1
  5902. | #define HAVE_LANGINFO_H 1
  5903. | #define HAVE_POLL_H 1
  5904. | #define HAVE_PWD_H 1
  5905. | #define HAVE_SYS_IOCTL_H 1
  5906. | #define HAVE_SYS_IPC_H 1
  5907. | #define HAVE_SYS_POLL_H 1
  5908. | #define HAVE_SYS_RESOURCE_H 1
  5909. | #define HAVE_SYS_SELECT_H 1
  5910. | #define HAVE_SYS_SEM_H 1
  5911. | #define HAVE_SYS_SHM_H 1
  5912. | #define HAVE_SYS_SOCKET_H 1
  5913. | #define HAVE_SYS_SOCKIO_H 1
  5914. | #define HAVE_SYS_TIME_H 1
  5915. | #define HAVE_SYS_UCRED_H 1
  5916. | #define HAVE_SYS_UN_H 1
  5917. | #define HAVE_TERMIOS_H 1
  5918. | #define HAVE_UTIME_H 1
  5919. | #define HAVE_WCHAR_H 1
  5920. | #define HAVE_WCTYPE_H 1
  5921. | #define HAVE_NET_IF_H 1
  5922. | #define HAVE_NETINET_IN_H 1
  5923. | #define HAVE_NETINET_TCP_H 1
  5924. | #define HAVE_READLINE_READLINE_H 1
  5925. | #define HAVE_READLINE_HISTORY_H 1
  5926. | #define HAVE_GSSAPI_GSSAPI_H 1
  5927. | #define HAVE_ERR_SET_MARK 1
  5928. | #define HAVE_UUID_H 1
  5929. | #define USE_INLINE 1
  5930. | #define HAVE_STRINGIZE 1
  5931. | #define HAVE_FUNCNAME__FUNC 1
  5932. | #define HAVE_STRUCT_TM_TM_ZONE 1
  5933. | #define HAVE_TM_ZONE 1
  5934. | #define HAVE_TZNAME 1
  5935. | #define HAVE_UNION_SEMUN 1
  5936. | #define HAVE_STRUCT_SOCKADDR_UN 1
  5937. | #define HAVE_UNIX_SOCKETS 1
  5938. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  5939. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  5940. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  5941. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  5942. | #define HAVE_STRUCT_ADDRINFO 1
  5943. | #define HAVE_INTPTR_T 1
  5944. | #define HAVE_UINTPTR_T 1
  5945. | #define HAVE_LONG_LONG_INT 1
  5946. | #define HAVE_LOCALE_T 1
  5947. | #define LOCALE_T_IN_XLOCALE 1
  5948. | #define HAVE_STRUCT_OPTION 1
  5949. | #define HAVE_KRB5_TICKET_ENC_PART2 1
  5950. | #define HAVE_KRB5_ERROR_TEXT_DATA 1
  5951. | #define HAVE_KRB5_FREE_UNPARSED_NAME 1
  5952. | #define SIZEOF_OFF_T 8
  5953. | #define HAVE_INT_TIMEZONE /**/
  5954. | #define ACCEPT_TYPE_RETURN int
  5955. | #define ACCEPT_TYPE_ARG1 int
  5956. | #define ACCEPT_TYPE_ARG2 struct sockaddr *
  5957. | #define ACCEPT_TYPE_ARG3 socklen_t
  5958. | #define HAVE_CBRT 1
  5959. | #define HAVE_DLOPEN 1
  5960. | #define HAVE_FCVT 1
  5961. | #define HAVE_FDATASYNC 1
  5962. | #define HAVE_GETIFADDRS 1
  5963. | #define HAVE_GETRLIMIT 1
  5964. | #define HAVE_MEMMOVE 1
  5965. | #define HAVE_POLL 1
  5966. | #define HAVE_READLINK 1
  5967. | #define HAVE_SCANDIR 1
  5968. | #define HAVE_SETSID 1
  5969. | #define HAVE_SIGPROCMASK 1
  5970. | #define HAVE_SYMLINK 1
  5971. | #define HAVE_SYSCONF 1
  5972. | #define HAVE_TOWLOWER 1
  5973. | #define HAVE_UTIME 1
  5974. | #define HAVE_UTIMES 1
  5975. | #define HAVE_WAITPID 1
  5976. | #define HAVE_WCSTOMBS 1
  5977. | #define HAVE_WCSTOMBS_L 1
  5978. | #define HAVE_FSEEKO 1
  5979. | #define HAVE_FSEEKO 1
  5980. | /* end confdefs.h. */
  5981. | #include <fcntl.h>
  5982. |
  5983. | int
  5984. | main ()
  5985. | {
  5986. | #ifndef posix_fadvise
  5987. | (void) posix_fadvise;
  5988. | #endif
  5989. |
  5990. | ;
  5991. | return 0;
  5992. | }
  5993. configure:19457: result: no
  5994. configure:19477: checking whether fdatasync is declared
  5995. configure:19507: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  5996. conftest.c:130:10: error: use of undeclared identifier 'fdatasync'
  5997. (void) fdatasync;
  5998. ^
  5999. 1 error generated.
  6000. configure:19514: $? = 1
  6001. configure: failed program was:
  6002. | /* confdefs.h. */
  6003. | #define PACKAGE_NAME "PostgreSQL"
  6004. | #define PACKAGE_TARNAME "postgresql"
  6005. | #define PACKAGE_VERSION "9.1.4"
  6006. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  6007. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  6008. | #define PG_VERSION "9.1.4"
  6009. | #define PG_MAJORVERSION "9.1"
  6010. | #define USE_INTEGER_DATETIMES 1
  6011. | #define DEF_PGPORT 5432
  6012. | #define DEF_PGPORT_STR "5432"
  6013. | #define BLCKSZ 8192
  6014. | #define RELSEG_SIZE 131072
  6015. | #define XLOG_BLCKSZ 8192
  6016. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  6017. | #define ENABLE_THREAD_SAFETY 1
  6018. | #define ENABLE_GSS 1
  6019. | #define KRB5 1
  6020. | #define PG_KRB_SRVNAM "postgres"
  6021. | #define USE_BONJOUR 1
  6022. | #define USE_SSL 1
  6023. | #define USE_LIBXML 1
  6024. | #define USE_LIBXSLT 1
  6025. | #define HAVE_LIBM 1
  6026. | #define HAVE_LIBREADLINE 1
  6027. | #define HAVE_LIBZ 1
  6028. | #define HAVE_SPINLOCKS 1
  6029. | #define HAVE_LIBCRYPTO 1
  6030. | #define HAVE_LIBSSL 1
  6031. | #define HAVE_LIBXML2 1
  6032. | #define HAVE_LIBXSLT 1
  6033. | #define STDC_HEADERS 1
  6034. | #define HAVE_SYS_TYPES_H 1
  6035. | #define HAVE_SYS_STAT_H 1
  6036. | #define HAVE_STDLIB_H 1
  6037. | #define HAVE_STRING_H 1
  6038. | #define HAVE_MEMORY_H 1
  6039. | #define HAVE_STRINGS_H 1
  6040. | #define HAVE_INTTYPES_H 1
  6041. | #define HAVE_STDINT_H 1
  6042. | #define HAVE_UNISTD_H 1
  6043. | #define HAVE_GETOPT_H 1
  6044. | #define HAVE_IFADDRS_H 1
  6045. | #define HAVE_LANGINFO_H 1
  6046. | #define HAVE_POLL_H 1
  6047. | #define HAVE_PWD_H 1
  6048. | #define HAVE_SYS_IOCTL_H 1
  6049. | #define HAVE_SYS_IPC_H 1
  6050. | #define HAVE_SYS_POLL_H 1
  6051. | #define HAVE_SYS_RESOURCE_H 1
  6052. | #define HAVE_SYS_SELECT_H 1
  6053. | #define HAVE_SYS_SEM_H 1
  6054. | #define HAVE_SYS_SHM_H 1
  6055. | #define HAVE_SYS_SOCKET_H 1
  6056. | #define HAVE_SYS_SOCKIO_H 1
  6057. | #define HAVE_SYS_TIME_H 1
  6058. | #define HAVE_SYS_UCRED_H 1
  6059. | #define HAVE_SYS_UN_H 1
  6060. | #define HAVE_TERMIOS_H 1
  6061. | #define HAVE_UTIME_H 1
  6062. | #define HAVE_WCHAR_H 1
  6063. | #define HAVE_WCTYPE_H 1
  6064. | #define HAVE_NET_IF_H 1
  6065. | #define HAVE_NETINET_IN_H 1
  6066. | #define HAVE_NETINET_TCP_H 1
  6067. | #define HAVE_READLINE_READLINE_H 1
  6068. | #define HAVE_READLINE_HISTORY_H 1
  6069. | #define HAVE_GSSAPI_GSSAPI_H 1
  6070. | #define HAVE_ERR_SET_MARK 1
  6071. | #define HAVE_UUID_H 1
  6072. | #define USE_INLINE 1
  6073. | #define HAVE_STRINGIZE 1
  6074. | #define HAVE_FUNCNAME__FUNC 1
  6075. | #define HAVE_STRUCT_TM_TM_ZONE 1
  6076. | #define HAVE_TM_ZONE 1
  6077. | #define HAVE_TZNAME 1
  6078. | #define HAVE_UNION_SEMUN 1
  6079. | #define HAVE_STRUCT_SOCKADDR_UN 1
  6080. | #define HAVE_UNIX_SOCKETS 1
  6081. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  6082. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  6083. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  6084. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  6085. | #define HAVE_STRUCT_ADDRINFO 1
  6086. | #define HAVE_INTPTR_T 1
  6087. | #define HAVE_UINTPTR_T 1
  6088. | #define HAVE_LONG_LONG_INT 1
  6089. | #define HAVE_LOCALE_T 1
  6090. | #define LOCALE_T_IN_XLOCALE 1
  6091. | #define HAVE_STRUCT_OPTION 1
  6092. | #define HAVE_KRB5_TICKET_ENC_PART2 1
  6093. | #define HAVE_KRB5_ERROR_TEXT_DATA 1
  6094. | #define HAVE_KRB5_FREE_UNPARSED_NAME 1
  6095. | #define SIZEOF_OFF_T 8
  6096. | #define HAVE_INT_TIMEZONE /**/
  6097. | #define ACCEPT_TYPE_RETURN int
  6098. | #define ACCEPT_TYPE_ARG1 int
  6099. | #define ACCEPT_TYPE_ARG2 struct sockaddr *
  6100. | #define ACCEPT_TYPE_ARG3 socklen_t
  6101. | #define HAVE_CBRT 1
  6102. | #define HAVE_DLOPEN 1
  6103. | #define HAVE_FCVT 1
  6104. | #define HAVE_FDATASYNC 1
  6105. | #define HAVE_GETIFADDRS 1
  6106. | #define HAVE_GETRLIMIT 1
  6107. | #define HAVE_MEMMOVE 1
  6108. | #define HAVE_POLL 1
  6109. | #define HAVE_READLINK 1
  6110. | #define HAVE_SCANDIR 1
  6111. | #define HAVE_SETSID 1
  6112. | #define HAVE_SIGPROCMASK 1
  6113. | #define HAVE_SYMLINK 1
  6114. | #define HAVE_SYSCONF 1
  6115. | #define HAVE_TOWLOWER 1
  6116. | #define HAVE_UTIME 1
  6117. | #define HAVE_UTIMES 1
  6118. | #define HAVE_WAITPID 1
  6119. | #define HAVE_WCSTOMBS 1
  6120. | #define HAVE_WCSTOMBS_L 1
  6121. | #define HAVE_FSEEKO 1
  6122. | #define HAVE_FSEEKO 1
  6123. | #define HAVE_DECL_POSIX_FADVISE 0
  6124. | /* end confdefs.h. */
  6125. | #include <unistd.h>
  6126. |
  6127. | int
  6128. | main ()
  6129. | {
  6130. | #ifndef fdatasync
  6131. | (void) fdatasync;
  6132. | #endif
  6133. |
  6134. | ;
  6135. | return 0;
  6136. | }
  6137. configure:19529: result: no
  6138. configure:19547: checking whether strlcat is declared
  6139. configure:19576: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  6140. configure:19583: $? = 0
  6141. configure:19598: result: yes
  6142. configure:19614: checking whether strlcpy is declared
  6143. configure:19643: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  6144. configure:19650: $? = 0
  6145. configure:19665: result: yes
  6146. configure:19684: checking whether F_FULLFSYNC is declared
  6147. configure:19714: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  6148. configure:19721: $? = 0
  6149. configure:19736: result: yes
  6150. configure:19756: checking for struct sockaddr_in6
  6151. configure:19786: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  6152. configure:19793: $? = 0
  6153. configure:19822: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  6154. conftest.c:166:34: error: expected expression
  6155. if (sizeof ((struct sockaddr_in6)))
  6156. ^
  6157. 1 error generated.
  6158. configure:19829: $? = 1
  6159. configure: failed program was:
  6160. | /* confdefs.h. */
  6161. | #define PACKAGE_NAME "PostgreSQL"
  6162. | #define PACKAGE_TARNAME "postgresql"
  6163. | #define PACKAGE_VERSION "9.1.4"
  6164. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  6165. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  6166. | #define PG_VERSION "9.1.4"
  6167. | #define PG_MAJORVERSION "9.1"
  6168. | #define USE_INTEGER_DATETIMES 1
  6169. | #define DEF_PGPORT 5432
  6170. | #define DEF_PGPORT_STR "5432"
  6171. | #define BLCKSZ 8192
  6172. | #define RELSEG_SIZE 131072
  6173. | #define XLOG_BLCKSZ 8192
  6174. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  6175. | #define ENABLE_THREAD_SAFETY 1
  6176. | #define ENABLE_GSS 1
  6177. | #define KRB5 1
  6178. | #define PG_KRB_SRVNAM "postgres"
  6179. | #define USE_BONJOUR 1
  6180. | #define USE_SSL 1
  6181. | #define USE_LIBXML 1
  6182. | #define USE_LIBXSLT 1
  6183. | #define HAVE_LIBM 1
  6184. | #define HAVE_LIBREADLINE 1
  6185. | #define HAVE_LIBZ 1
  6186. | #define HAVE_SPINLOCKS 1
  6187. | #define HAVE_LIBCRYPTO 1
  6188. | #define HAVE_LIBSSL 1
  6189. | #define HAVE_LIBXML2 1
  6190. | #define HAVE_LIBXSLT 1
  6191. | #define STDC_HEADERS 1
  6192. | #define HAVE_SYS_TYPES_H 1
  6193. | #define HAVE_SYS_STAT_H 1
  6194. | #define HAVE_STDLIB_H 1
  6195. | #define HAVE_STRING_H 1
  6196. | #define HAVE_MEMORY_H 1
  6197. | #define HAVE_STRINGS_H 1
  6198. | #define HAVE_INTTYPES_H 1
  6199. | #define HAVE_STDINT_H 1
  6200. | #define HAVE_UNISTD_H 1
  6201. | #define HAVE_GETOPT_H 1
  6202. | #define HAVE_IFADDRS_H 1
  6203. | #define HAVE_LANGINFO_H 1
  6204. | #define HAVE_POLL_H 1
  6205. | #define HAVE_PWD_H 1
  6206. | #define HAVE_SYS_IOCTL_H 1
  6207. | #define HAVE_SYS_IPC_H 1
  6208. | #define HAVE_SYS_POLL_H 1
  6209. | #define HAVE_SYS_RESOURCE_H 1
  6210. | #define HAVE_SYS_SELECT_H 1
  6211. | #define HAVE_SYS_SEM_H 1
  6212. | #define HAVE_SYS_SHM_H 1
  6213. | #define HAVE_SYS_SOCKET_H 1
  6214. | #define HAVE_SYS_SOCKIO_H 1
  6215. | #define HAVE_SYS_TIME_H 1
  6216. | #define HAVE_SYS_UCRED_H 1
  6217. | #define HAVE_SYS_UN_H 1
  6218. | #define HAVE_TERMIOS_H 1
  6219. | #define HAVE_UTIME_H 1
  6220. | #define HAVE_WCHAR_H 1
  6221. | #define HAVE_WCTYPE_H 1
  6222. | #define HAVE_NET_IF_H 1
  6223. | #define HAVE_NETINET_IN_H 1
  6224. | #define HAVE_NETINET_TCP_H 1
  6225. | #define HAVE_READLINE_READLINE_H 1
  6226. | #define HAVE_READLINE_HISTORY_H 1
  6227. | #define HAVE_GSSAPI_GSSAPI_H 1
  6228. | #define HAVE_ERR_SET_MARK 1
  6229. | #define HAVE_UUID_H 1
  6230. | #define USE_INLINE 1
  6231. | #define HAVE_STRINGIZE 1
  6232. | #define HAVE_FUNCNAME__FUNC 1
  6233. | #define HAVE_STRUCT_TM_TM_ZONE 1
  6234. | #define HAVE_TM_ZONE 1
  6235. | #define HAVE_TZNAME 1
  6236. | #define HAVE_UNION_SEMUN 1
  6237. | #define HAVE_STRUCT_SOCKADDR_UN 1
  6238. | #define HAVE_UNIX_SOCKETS 1
  6239. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  6240. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  6241. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  6242. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  6243. | #define HAVE_STRUCT_ADDRINFO 1
  6244. | #define HAVE_INTPTR_T 1
  6245. | #define HAVE_UINTPTR_T 1
  6246. | #define HAVE_LONG_LONG_INT 1
  6247. | #define HAVE_LOCALE_T 1
  6248. | #define LOCALE_T_IN_XLOCALE 1
  6249. | #define HAVE_STRUCT_OPTION 1
  6250. | #define HAVE_KRB5_TICKET_ENC_PART2 1
  6251. | #define HAVE_KRB5_ERROR_TEXT_DATA 1
  6252. | #define HAVE_KRB5_FREE_UNPARSED_NAME 1
  6253. | #define SIZEOF_OFF_T 8
  6254. | #define HAVE_INT_TIMEZONE /**/
  6255. | #define ACCEPT_TYPE_RETURN int
  6256. | #define ACCEPT_TYPE_ARG1 int
  6257. | #define ACCEPT_TYPE_ARG2 struct sockaddr *
  6258. | #define ACCEPT_TYPE_ARG3 socklen_t
  6259. | #define HAVE_CBRT 1
  6260. | #define HAVE_DLOPEN 1
  6261. | #define HAVE_FCVT 1
  6262. | #define HAVE_FDATASYNC 1
  6263. | #define HAVE_GETIFADDRS 1
  6264. | #define HAVE_GETRLIMIT 1
  6265. | #define HAVE_MEMMOVE 1
  6266. | #define HAVE_POLL 1
  6267. | #define HAVE_READLINK 1
  6268. | #define HAVE_SCANDIR 1
  6269. | #define HAVE_SETSID 1
  6270. | #define HAVE_SIGPROCMASK 1
  6271. | #define HAVE_SYMLINK 1
  6272. | #define HAVE_SYSCONF 1
  6273. | #define HAVE_TOWLOWER 1
  6274. | #define HAVE_UTIME 1
  6275. | #define HAVE_UTIMES 1
  6276. | #define HAVE_WAITPID 1
  6277. | #define HAVE_WCSTOMBS 1
  6278. | #define HAVE_WCSTOMBS_L 1
  6279. | #define HAVE_FSEEKO 1
  6280. | #define HAVE_FSEEKO 1
  6281. | #define HAVE_DECL_POSIX_FADVISE 0
  6282. | #define HAVE_DECL_FDATASYNC 0
  6283. | #define HAVE_DECL_STRLCAT 1
  6284. | #define HAVE_DECL_STRLCPY 1
  6285. | #define HAVE_DECL_F_FULLFSYNC 1
  6286. | /* end confdefs.h. */
  6287. | #include <stdio.h>
  6288. | #ifdef HAVE_SYS_TYPES_H
  6289. | # include <sys/types.h>
  6290. | #endif
  6291. | #ifdef HAVE_SYS_STAT_H
  6292. | # include <sys/stat.h>
  6293. | #endif
  6294. | #ifdef STDC_HEADERS
  6295. | # include <stdlib.h>
  6296. | # include <stddef.h>
  6297. | #else
  6298. | # ifdef HAVE_STDLIB_H
  6299. | # include <stdlib.h>
  6300. | # endif
  6301. | #endif
  6302. | #ifdef HAVE_STRING_H
  6303. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6304. | # include <memory.h>
  6305. | # endif
  6306. | # include <string.h>
  6307. | #endif
  6308. | #ifdef HAVE_STRINGS_H
  6309. | # include <strings.h>
  6310. | #endif
  6311. | #ifdef HAVE_INTTYPES_H
  6312. | # include <inttypes.h>
  6313. | #endif
  6314. | #ifdef HAVE_STDINT_H
  6315. | # include <stdint.h>
  6316. | #endif
  6317. | #ifdef HAVE_UNISTD_H
  6318. | # include <unistd.h>
  6319. | #endif
  6320. | #include <netinet/in.h>
  6321. |
  6322. | int
  6323. | main ()
  6324. | {
  6325. | if (sizeof ((struct sockaddr_in6)))
  6326. | return 0;
  6327. | ;
  6328. | return 0;
  6329. | }
  6330. configure:19852: result: yes
  6331. configure:19865: checking for PS_STRINGS
  6332. configure:19894: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  6333. conftest.c:130:10: fatal error: 'sys/exec.h' file not found
  6334. #include <sys/exec.h>
  6335. ^
  6336. 1 error generated.
  6337. configure:19901: $? = 1
  6338. configure: failed program was:
  6339. | /* confdefs.h. */
  6340. | #define PACKAGE_NAME "PostgreSQL"
  6341. | #define PACKAGE_TARNAME "postgresql"
  6342. | #define PACKAGE_VERSION "9.1.4"
  6343. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  6344. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  6345. | #define PG_VERSION "9.1.4"
  6346. | #define PG_MAJORVERSION "9.1"
  6347. | #define USE_INTEGER_DATETIMES 1
  6348. | #define DEF_PGPORT 5432
  6349. | #define DEF_PGPORT_STR "5432"
  6350. | #define BLCKSZ 8192
  6351. | #define RELSEG_SIZE 131072
  6352. | #define XLOG_BLCKSZ 8192
  6353. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  6354. | #define ENABLE_THREAD_SAFETY 1
  6355. | #define ENABLE_GSS 1
  6356. | #define KRB5 1
  6357. | #define PG_KRB_SRVNAM "postgres"
  6358. | #define USE_BONJOUR 1
  6359. | #define USE_SSL 1
  6360. | #define USE_LIBXML 1
  6361. | #define USE_LIBXSLT 1
  6362. | #define HAVE_LIBM 1
  6363. | #define HAVE_LIBREADLINE 1
  6364. | #define HAVE_LIBZ 1
  6365. | #define HAVE_SPINLOCKS 1
  6366. | #define HAVE_LIBCRYPTO 1
  6367. | #define HAVE_LIBSSL 1
  6368. | #define HAVE_LIBXML2 1
  6369. | #define HAVE_LIBXSLT 1
  6370. | #define STDC_HEADERS 1
  6371. | #define HAVE_SYS_TYPES_H 1
  6372. | #define HAVE_SYS_STAT_H 1
  6373. | #define HAVE_STDLIB_H 1
  6374. | #define HAVE_STRING_H 1
  6375. | #define HAVE_MEMORY_H 1
  6376. | #define HAVE_STRINGS_H 1
  6377. | #define HAVE_INTTYPES_H 1
  6378. | #define HAVE_STDINT_H 1
  6379. | #define HAVE_UNISTD_H 1
  6380. | #define HAVE_GETOPT_H 1
  6381. | #define HAVE_IFADDRS_H 1
  6382. | #define HAVE_LANGINFO_H 1
  6383. | #define HAVE_POLL_H 1
  6384. | #define HAVE_PWD_H 1
  6385. | #define HAVE_SYS_IOCTL_H 1
  6386. | #define HAVE_SYS_IPC_H 1
  6387. | #define HAVE_SYS_POLL_H 1
  6388. | #define HAVE_SYS_RESOURCE_H 1
  6389. | #define HAVE_SYS_SELECT_H 1
  6390. | #define HAVE_SYS_SEM_H 1
  6391. | #define HAVE_SYS_SHM_H 1
  6392. | #define HAVE_SYS_SOCKET_H 1
  6393. | #define HAVE_SYS_SOCKIO_H 1
  6394. | #define HAVE_SYS_TIME_H 1
  6395. | #define HAVE_SYS_UCRED_H 1
  6396. | #define HAVE_SYS_UN_H 1
  6397. | #define HAVE_TERMIOS_H 1
  6398. | #define HAVE_UTIME_H 1
  6399. | #define HAVE_WCHAR_H 1
  6400. | #define HAVE_WCTYPE_H 1
  6401. | #define HAVE_NET_IF_H 1
  6402. | #define HAVE_NETINET_IN_H 1
  6403. | #define HAVE_NETINET_TCP_H 1
  6404. | #define HAVE_READLINE_READLINE_H 1
  6405. | #define HAVE_READLINE_HISTORY_H 1
  6406. | #define HAVE_GSSAPI_GSSAPI_H 1
  6407. | #define HAVE_ERR_SET_MARK 1
  6408. | #define HAVE_UUID_H 1
  6409. | #define USE_INLINE 1
  6410. | #define HAVE_STRINGIZE 1
  6411. | #define HAVE_FUNCNAME__FUNC 1
  6412. | #define HAVE_STRUCT_TM_TM_ZONE 1
  6413. | #define HAVE_TM_ZONE 1
  6414. | #define HAVE_TZNAME 1
  6415. | #define HAVE_UNION_SEMUN 1
  6416. | #define HAVE_STRUCT_SOCKADDR_UN 1
  6417. | #define HAVE_UNIX_SOCKETS 1
  6418. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  6419. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  6420. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  6421. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  6422. | #define HAVE_STRUCT_ADDRINFO 1
  6423. | #define HAVE_INTPTR_T 1
  6424. | #define HAVE_UINTPTR_T 1
  6425. | #define HAVE_LONG_LONG_INT 1
  6426. | #define HAVE_LOCALE_T 1
  6427. | #define LOCALE_T_IN_XLOCALE 1
  6428. | #define HAVE_STRUCT_OPTION 1
  6429. | #define HAVE_KRB5_TICKET_ENC_PART2 1
  6430. | #define HAVE_KRB5_ERROR_TEXT_DATA 1
  6431. | #define HAVE_KRB5_FREE_UNPARSED_NAME 1
  6432. | #define SIZEOF_OFF_T 8
  6433. | #define HAVE_INT_TIMEZONE /**/
  6434. | #define ACCEPT_TYPE_RETURN int
  6435. | #define ACCEPT_TYPE_ARG1 int
  6436. | #define ACCEPT_TYPE_ARG2 struct sockaddr *
  6437. | #define ACCEPT_TYPE_ARG3 socklen_t
  6438. | #define HAVE_CBRT 1
  6439. | #define HAVE_DLOPEN 1
  6440. | #define HAVE_FCVT 1
  6441. | #define HAVE_FDATASYNC 1
  6442. | #define HAVE_GETIFADDRS 1
  6443. | #define HAVE_GETRLIMIT 1
  6444. | #define HAVE_MEMMOVE 1
  6445. | #define HAVE_POLL 1
  6446. | #define HAVE_READLINK 1
  6447. | #define HAVE_SCANDIR 1
  6448. | #define HAVE_SETSID 1
  6449. | #define HAVE_SIGPROCMASK 1
  6450. | #define HAVE_SYMLINK 1
  6451. | #define HAVE_SYSCONF 1
  6452. | #define HAVE_TOWLOWER 1
  6453. | #define HAVE_UTIME 1
  6454. | #define HAVE_UTIMES 1
  6455. | #define HAVE_WAITPID 1
  6456. | #define HAVE_WCSTOMBS 1
  6457. | #define HAVE_WCSTOMBS_L 1
  6458. | #define HAVE_FSEEKO 1
  6459. | #define HAVE_FSEEKO 1
  6460. | #define HAVE_DECL_POSIX_FADVISE 0
  6461. | #define HAVE_DECL_FDATASYNC 0
  6462. | #define HAVE_DECL_STRLCAT 1
  6463. | #define HAVE_DECL_STRLCPY 1
  6464. | #define HAVE_DECL_F_FULLFSYNC 1
  6465. | #define HAVE_IPV6 1
  6466. | /* end confdefs.h. */
  6467. | #include <machine/vmparam.h>
  6468. | #include <sys/exec.h>
  6469. |
  6470. | int
  6471. | main ()
  6472. | {
  6473. | PS_STRINGS->ps_nargvstr = 1;
  6474. | PS_STRINGS->ps_argvstr = "foo";
  6475. | ;
  6476. | return 0;
  6477. | }
  6478. configure:19921: result: no
  6479. configure:19970: checking for snprintf
  6480. configure:20026: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  6481. configure:20033: $? = 0
  6482. configure:20055: result: yes
  6483. configure:20073: checking for vsnprintf
  6484. configure:20129: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  6485. configure:20136: $? = 0
  6486. configure:20158: result: yes
  6487. configure:20180: checking whether snprintf is declared
  6488. configure:20209: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  6489. configure:20216: $? = 0
  6490. configure:20231: result: yes
  6491. configure:20247: checking whether vsnprintf is declared
  6492. configure:20276: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  6493. configure:20283: $? = 0
  6494. configure:20298: result: yes
  6495. configure:20318: checking for isinf
  6496. configure:20347: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  6497. configure:20354: $? = 0
  6498. configure:20374: result: yes
  6499. configure:20519: checking for crypt
  6500. configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
  6501. configure:20582: $? = 0
  6502. configure:20604: result: yes
  6503. configure:20519: checking for erand48
  6504. configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
  6505. configure:20582: $? = 0
  6506. configure:20604: result: yes
  6507. configure:20519: checking for getopt
  6508. configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
  6509. configure:20582: $? = 0
  6510. configure:20604: result: yes
  6511. configure:20519: checking for getrusage
  6512. configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
  6513. configure:20582: $? = 0
  6514. configure:20604: result: yes
  6515. configure:20519: checking for inet_aton
  6516. configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
  6517. configure:20582: $? = 0
  6518. configure:20604: result: yes
  6519. configure:20519: checking for random
  6520. configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
  6521. configure:20582: $? = 0
  6522. configure:20604: result: yes
  6523. configure:20519: checking for rint
  6524. configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
  6525. configure:20582: $? = 0
  6526. configure:20604: result: yes
  6527. configure:20519: checking for srandom
  6528. configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
  6529. configure:20582: $? = 0
  6530. configure:20604: result: yes
  6531. configure:20519: checking for strdup
  6532. configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
  6533. configure:20582: $? = 0
  6534. configure:20604: result: yes
  6535. configure:20519: checking for strerror
  6536. configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
  6537. configure:20582: $? = 0
  6538. configure:20604: result: yes
  6539. configure:20519: checking for strlcat
  6540. configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
  6541. configure:20582: $? = 0
  6542. configure:20604: result: yes
  6543. configure:20519: checking for strlcpy
  6544. configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
  6545. configure:20582: $? = 0
  6546. configure:20604: result: yes
  6547. configure:20519: checking for strtol
  6548. configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
  6549. configure:20582: $? = 0
  6550. configure:20604: result: yes
  6551. configure:20519: checking for strtoul
  6552. configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
  6553. configure:20582: $? = 0
  6554. configure:20604: result: yes
  6555. configure:20649: checking for unsetenv
  6556. configure:20705: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
  6557. configure:20712: $? = 0
  6558. configure:20734: result: yes
  6559. configure:20649: checking for getpeereid
  6560. configure:20705: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
  6561. configure:20712: $? = 0
  6562. configure:20734: result: yes
  6563. configure:20770: checking for getaddrinfo
  6564. configure:20826: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  6565. configure:20833: $? = 0
  6566. configure:20855: result: yes
  6567. configure:20890: checking for getopt_long
  6568. configure:20946: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  6569. configure:20953: $? = 0
  6570. configure:20975: result: yes
  6571. configure:21314: checking for rl_completion_append_character
  6572. configure:21346: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  6573. configure:21353: $? = 0
  6574. configure:21373: result: yes
  6575. configure:21387: checking for rl_completion_matches
  6576. configure:21443: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  6577. configure:21450: $? = 0
  6578. configure:21472: result: yes
  6579. configure:21387: checking for rl_filename_completion_function
  6580. configure:21443: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  6581. configure:21450: $? = 0
  6582. configure:21472: result: yes
  6583. configure:21489: checking for append_history
  6584. configure:21545: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  6585. configure:21552: $? = 0
  6586. configure:21574: result: yes
  6587. configure:21489: checking for history_truncate_file
  6588. configure:21545: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  6589. configure:21552: $? = 0
  6590. configure:21574: result: yes
  6591. configure:21589: checking for sigsetjmp
  6592. configure:21615: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  6593. configure:21622: $? = 0
  6594. configure:21642: result: yes
  6595. configure:21652: checking whether sys_siglist is declared
  6596. configure:21687: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  6597. configure:21694: $? = 0
  6598. configure:21709: result: yes
  6599. configure:21729: checking for syslog
  6600. configure:21785: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  6601. configure:21792: $? = 0
  6602. configure:21812: result: yes
  6603. configure:21825: checking syslog.h usability
  6604. configure:21842: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  6605. configure:21849: $? = 0
  6606. configure:21863: result: yes
  6607. configure:21867: checking syslog.h presence
  6608. configure:21882: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  6609. configure:21889: $? = 0
  6610. configure:21903: result: yes
  6611. configure:21936: checking for syslog.h
  6612. configure:21943: result: yes
  6613. configure:21959: checking for opterr
  6614. configure:21985: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  6615. configure:21992: $? = 0
  6616. configure:22012: result: yes
  6617. configure:22022: checking for optreset
  6618. configure:22048: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  6619. configure:22055: $? = 0
  6620. configure:22075: result: yes
  6621. configure:22090: checking for strtoll
  6622. configure:22146: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  6623. configure:22153: $? = 0
  6624. configure:22175: result: yes
  6625. configure:22192: checking for strtoull
  6626. configure:22248: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  6627. configure:22255: $? = 0
  6628. configure:22277: result: yes
  6629. configure:22295: checking for atexit
  6630. configure:22351: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  6631. configure:22358: $? = 0
  6632. configure:22380: result: yes
  6633. configure:22499: checking for builtin locking functions
  6634. configure:22527: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  6635. configure:22534: $? = 0
  6636. configure:22554: result: yes
  6637. configure:22772: checking for the pthreads library -lpthreads
  6638. configure:22815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lpthreads -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  6639. ld: library not found for -lpthreads
  6640. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  6641. configure:22822: $? = 1
  6642. configure: failed program was:
  6643. | /* confdefs.h. */
  6644. | #define PACKAGE_NAME "PostgreSQL"
  6645. | #define PACKAGE_TARNAME "postgresql"
  6646. | #define PACKAGE_VERSION "9.1.4"
  6647. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  6648. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  6649. | #define PG_VERSION "9.1.4"
  6650. | #define PG_MAJORVERSION "9.1"
  6651. | #define USE_INTEGER_DATETIMES 1
  6652. | #define DEF_PGPORT 5432
  6653. | #define DEF_PGPORT_STR "5432"
  6654. | #define BLCKSZ 8192
  6655. | #define RELSEG_SIZE 131072
  6656. | #define XLOG_BLCKSZ 8192
  6657. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  6658. | #define ENABLE_THREAD_SAFETY 1
  6659. | #define ENABLE_GSS 1
  6660. | #define KRB5 1
  6661. | #define PG_KRB_SRVNAM "postgres"
  6662. | #define USE_BONJOUR 1
  6663. | #define USE_SSL 1
  6664. | #define USE_LIBXML 1
  6665. | #define USE_LIBXSLT 1
  6666. | #define HAVE_LIBM 1
  6667. | #define HAVE_LIBREADLINE 1
  6668. | #define HAVE_LIBZ 1
  6669. | #define HAVE_SPINLOCKS 1
  6670. | #define HAVE_LIBCRYPTO 1
  6671. | #define HAVE_LIBSSL 1
  6672. | #define HAVE_LIBXML2 1
  6673. | #define HAVE_LIBXSLT 1
  6674. | #define STDC_HEADERS 1
  6675. | #define HAVE_SYS_TYPES_H 1
  6676. | #define HAVE_SYS_STAT_H 1
  6677. | #define HAVE_STDLIB_H 1
  6678. | #define HAVE_STRING_H 1
  6679. | #define HAVE_MEMORY_H 1
  6680. | #define HAVE_STRINGS_H 1
  6681. | #define HAVE_INTTYPES_H 1
  6682. | #define HAVE_STDINT_H 1
  6683. | #define HAVE_UNISTD_H 1
  6684. | #define HAVE_GETOPT_H 1
  6685. | #define HAVE_IFADDRS_H 1
  6686. | #define HAVE_LANGINFO_H 1
  6687. | #define HAVE_POLL_H 1
  6688. | #define HAVE_PWD_H 1
  6689. | #define HAVE_SYS_IOCTL_H 1
  6690. | #define HAVE_SYS_IPC_H 1
  6691. | #define HAVE_SYS_POLL_H 1
  6692. | #define HAVE_SYS_RESOURCE_H 1
  6693. | #define HAVE_SYS_SELECT_H 1
  6694. | #define HAVE_SYS_SEM_H 1
  6695. | #define HAVE_SYS_SHM_H 1
  6696. | #define HAVE_SYS_SOCKET_H 1
  6697. | #define HAVE_SYS_SOCKIO_H 1
  6698. | #define HAVE_SYS_TIME_H 1
  6699. | #define HAVE_SYS_UCRED_H 1
  6700. | #define HAVE_SYS_UN_H 1
  6701. | #define HAVE_TERMIOS_H 1
  6702. | #define HAVE_UTIME_H 1
  6703. | #define HAVE_WCHAR_H 1
  6704. | #define HAVE_WCTYPE_H 1
  6705. | #define HAVE_NET_IF_H 1
  6706. | #define HAVE_NETINET_IN_H 1
  6707. | #define HAVE_NETINET_TCP_H 1
  6708. | #define HAVE_READLINE_READLINE_H 1
  6709. | #define HAVE_READLINE_HISTORY_H 1
  6710. | #define HAVE_GSSAPI_GSSAPI_H 1
  6711. | #define HAVE_ERR_SET_MARK 1
  6712. | #define HAVE_UUID_H 1
  6713. | #define USE_INLINE 1
  6714. | #define HAVE_STRINGIZE 1
  6715. | #define HAVE_FUNCNAME__FUNC 1
  6716. | #define HAVE_STRUCT_TM_TM_ZONE 1
  6717. | #define HAVE_TM_ZONE 1
  6718. | #define HAVE_TZNAME 1
  6719. | #define HAVE_UNION_SEMUN 1
  6720. | #define HAVE_STRUCT_SOCKADDR_UN 1
  6721. | #define HAVE_UNIX_SOCKETS 1
  6722. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  6723. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  6724. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  6725. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  6726. | #define HAVE_STRUCT_ADDRINFO 1
  6727. | #define HAVE_INTPTR_T 1
  6728. | #define HAVE_UINTPTR_T 1
  6729. | #define HAVE_LONG_LONG_INT 1
  6730. | #define HAVE_LOCALE_T 1
  6731. | #define LOCALE_T_IN_XLOCALE 1
  6732. | #define HAVE_STRUCT_OPTION 1
  6733. | #define HAVE_KRB5_TICKET_ENC_PART2 1
  6734. | #define HAVE_KRB5_ERROR_TEXT_DATA 1
  6735. | #define HAVE_KRB5_FREE_UNPARSED_NAME 1
  6736. | #define SIZEOF_OFF_T 8
  6737. | #define HAVE_INT_TIMEZONE /**/
  6738. | #define ACCEPT_TYPE_RETURN int
  6739. | #define ACCEPT_TYPE_ARG1 int
  6740. | #define ACCEPT_TYPE_ARG2 struct sockaddr *
  6741. | #define ACCEPT_TYPE_ARG3 socklen_t
  6742. | #define HAVE_CBRT 1
  6743. | #define HAVE_DLOPEN 1
  6744. | #define HAVE_FCVT 1
  6745. | #define HAVE_FDATASYNC 1
  6746. | #define HAVE_GETIFADDRS 1
  6747. | #define HAVE_GETRLIMIT 1
  6748. | #define HAVE_MEMMOVE 1
  6749. | #define HAVE_POLL 1
  6750. | #define HAVE_READLINK 1
  6751. | #define HAVE_SCANDIR 1
  6752. | #define HAVE_SETSID 1
  6753. | #define HAVE_SIGPROCMASK 1
  6754. | #define HAVE_SYMLINK 1
  6755. | #define HAVE_SYSCONF 1
  6756. | #define HAVE_TOWLOWER 1
  6757. | #define HAVE_UTIME 1
  6758. | #define HAVE_UTIMES 1
  6759. | #define HAVE_WAITPID 1
  6760. | #define HAVE_WCSTOMBS 1
  6761. | #define HAVE_WCSTOMBS_L 1
  6762. | #define HAVE_FSEEKO 1
  6763. | #define HAVE_FSEEKO 1
  6764. | #define HAVE_DECL_POSIX_FADVISE 0
  6765. | #define HAVE_DECL_FDATASYNC 0
  6766. | #define HAVE_DECL_STRLCAT 1
  6767. | #define HAVE_DECL_STRLCPY 1
  6768. | #define HAVE_DECL_F_FULLFSYNC 1
  6769. | #define HAVE_IPV6 1
  6770. | #define HAVE_SNPRINTF 1
  6771. | #define HAVE_VSNPRINTF 1
  6772. | #define HAVE_DECL_SNPRINTF 1
  6773. | #define HAVE_DECL_VSNPRINTF 1
  6774. | #define HAVE_ISINF 1
  6775. | #define HAVE_CRYPT 1
  6776. | #define HAVE_ERAND48 1
  6777. | #define HAVE_GETOPT 1
  6778. | #define HAVE_GETRUSAGE 1
  6779. | #define HAVE_INET_ATON 1
  6780. | #define HAVE_RANDOM 1
  6781. | #define HAVE_RINT 1
  6782. | #define HAVE_SRANDOM 1
  6783. | #define HAVE_STRDUP 1
  6784. | #define HAVE_STRERROR 1
  6785. | #define HAVE_STRLCAT 1
  6786. | #define HAVE_STRLCPY 1
  6787. | #define HAVE_STRTOL 1
  6788. | #define HAVE_STRTOUL 1
  6789. | #define HAVE_UNSETENV 1
  6790. | #define HAVE_GETPEEREID 1
  6791. | #define HAVE_GETADDRINFO 1
  6792. | #define HAVE_GETOPT_LONG 1
  6793. | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
  6794. | #define HAVE_RL_COMPLETION_MATCHES 1
  6795. | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
  6796. | #define HAVE_APPEND_HISTORY 1
  6797. | #define HAVE_HISTORY_TRUNCATE_FILE 1
  6798. | #define HAVE_SIGSETJMP 1
  6799. | #define HAVE_DECL_SYS_SIGLIST 1
  6800. | #define HAVE_SYSLOG 1
  6801. | #define HAVE_INT_OPTERR 1
  6802. | #define HAVE_INT_OPTRESET 1
  6803. | #define HAVE_STRTOLL 1
  6804. | #define HAVE_STRTOULL 1
  6805. | #define HAVE_ATEXIT 1
  6806. | #define HAVE_GCC_INT_ATOMICS 1
  6807. | /* end confdefs.h. */
  6808. | #include <pthread.h>
  6809. | int
  6810. | main ()
  6811. | {
  6812. | pthread_t th; pthread_join(th, 0);
  6813. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  6814. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  6815. | ;
  6816. | return 0;
  6817. | }
  6818. configure:22869: result: no
  6819. configure:22715: checking whether pthreads work without any flags
  6820. configure:22815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  6821. configure:22822: $? = 0
  6822. configure:22869: result: yes
  6823. configure:22720: checking whether pthreads work with -Kthread
  6824. configure:22815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  6825. configure:22822: $? = 0
  6826. configure:22869: result: yes
  6827. configure:22720: checking whether pthreads work with -kthread
  6828. configure:22815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  6829. configure:22822: $? = 0
  6830. configure:22869: result: yes
  6831. configure:22772: checking for the pthreads library -llthread
  6832. configure:22815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -llthread -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  6833. ld: library not found for -llthread
  6834. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  6835. configure:22822: $? = 1
  6836. configure: failed program was:
  6837. | /* confdefs.h. */
  6838. | #define PACKAGE_NAME "PostgreSQL"
  6839. | #define PACKAGE_TARNAME "postgresql"
  6840. | #define PACKAGE_VERSION "9.1.4"
  6841. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  6842. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  6843. | #define PG_VERSION "9.1.4"
  6844. | #define PG_MAJORVERSION "9.1"
  6845. | #define USE_INTEGER_DATETIMES 1
  6846. | #define DEF_PGPORT 5432
  6847. | #define DEF_PGPORT_STR "5432"
  6848. | #define BLCKSZ 8192
  6849. | #define RELSEG_SIZE 131072
  6850. | #define XLOG_BLCKSZ 8192
  6851. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  6852. | #define ENABLE_THREAD_SAFETY 1
  6853. | #define ENABLE_GSS 1
  6854. | #define KRB5 1
  6855. | #define PG_KRB_SRVNAM "postgres"
  6856. | #define USE_BONJOUR 1
  6857. | #define USE_SSL 1
  6858. | #define USE_LIBXML 1
  6859. | #define USE_LIBXSLT 1
  6860. | #define HAVE_LIBM 1
  6861. | #define HAVE_LIBREADLINE 1
  6862. | #define HAVE_LIBZ 1
  6863. | #define HAVE_SPINLOCKS 1
  6864. | #define HAVE_LIBCRYPTO 1
  6865. | #define HAVE_LIBSSL 1
  6866. | #define HAVE_LIBXML2 1
  6867. | #define HAVE_LIBXSLT 1
  6868. | #define STDC_HEADERS 1
  6869. | #define HAVE_SYS_TYPES_H 1
  6870. | #define HAVE_SYS_STAT_H 1
  6871. | #define HAVE_STDLIB_H 1
  6872. | #define HAVE_STRING_H 1
  6873. | #define HAVE_MEMORY_H 1
  6874. | #define HAVE_STRINGS_H 1
  6875. | #define HAVE_INTTYPES_H 1
  6876. | #define HAVE_STDINT_H 1
  6877. | #define HAVE_UNISTD_H 1
  6878. | #define HAVE_GETOPT_H 1
  6879. | #define HAVE_IFADDRS_H 1
  6880. | #define HAVE_LANGINFO_H 1
  6881. | #define HAVE_POLL_H 1
  6882. | #define HAVE_PWD_H 1
  6883. | #define HAVE_SYS_IOCTL_H 1
  6884. | #define HAVE_SYS_IPC_H 1
  6885. | #define HAVE_SYS_POLL_H 1
  6886. | #define HAVE_SYS_RESOURCE_H 1
  6887. | #define HAVE_SYS_SELECT_H 1
  6888. | #define HAVE_SYS_SEM_H 1
  6889. | #define HAVE_SYS_SHM_H 1
  6890. | #define HAVE_SYS_SOCKET_H 1
  6891. | #define HAVE_SYS_SOCKIO_H 1
  6892. | #define HAVE_SYS_TIME_H 1
  6893. | #define HAVE_SYS_UCRED_H 1
  6894. | #define HAVE_SYS_UN_H 1
  6895. | #define HAVE_TERMIOS_H 1
  6896. | #define HAVE_UTIME_H 1
  6897. | #define HAVE_WCHAR_H 1
  6898. | #define HAVE_WCTYPE_H 1
  6899. | #define HAVE_NET_IF_H 1
  6900. | #define HAVE_NETINET_IN_H 1
  6901. | #define HAVE_NETINET_TCP_H 1
  6902. | #define HAVE_READLINE_READLINE_H 1
  6903. | #define HAVE_READLINE_HISTORY_H 1
  6904. | #define HAVE_GSSAPI_GSSAPI_H 1
  6905. | #define HAVE_ERR_SET_MARK 1
  6906. | #define HAVE_UUID_H 1
  6907. | #define USE_INLINE 1
  6908. | #define HAVE_STRINGIZE 1
  6909. | #define HAVE_FUNCNAME__FUNC 1
  6910. | #define HAVE_STRUCT_TM_TM_ZONE 1
  6911. | #define HAVE_TM_ZONE 1
  6912. | #define HAVE_TZNAME 1
  6913. | #define HAVE_UNION_SEMUN 1
  6914. | #define HAVE_STRUCT_SOCKADDR_UN 1
  6915. | #define HAVE_UNIX_SOCKETS 1
  6916. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  6917. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  6918. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  6919. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  6920. | #define HAVE_STRUCT_ADDRINFO 1
  6921. | #define HAVE_INTPTR_T 1
  6922. | #define HAVE_UINTPTR_T 1
  6923. | #define HAVE_LONG_LONG_INT 1
  6924. | #define HAVE_LOCALE_T 1
  6925. | #define LOCALE_T_IN_XLOCALE 1
  6926. | #define HAVE_STRUCT_OPTION 1
  6927. | #define HAVE_KRB5_TICKET_ENC_PART2 1
  6928. | #define HAVE_KRB5_ERROR_TEXT_DATA 1
  6929. | #define HAVE_KRB5_FREE_UNPARSED_NAME 1
  6930. | #define SIZEOF_OFF_T 8
  6931. | #define HAVE_INT_TIMEZONE /**/
  6932. | #define ACCEPT_TYPE_RETURN int
  6933. | #define ACCEPT_TYPE_ARG1 int
  6934. | #define ACCEPT_TYPE_ARG2 struct sockaddr *
  6935. | #define ACCEPT_TYPE_ARG3 socklen_t
  6936. | #define HAVE_CBRT 1
  6937. | #define HAVE_DLOPEN 1
  6938. | #define HAVE_FCVT 1
  6939. | #define HAVE_FDATASYNC 1
  6940. | #define HAVE_GETIFADDRS 1
  6941. | #define HAVE_GETRLIMIT 1
  6942. | #define HAVE_MEMMOVE 1
  6943. | #define HAVE_POLL 1
  6944. | #define HAVE_READLINK 1
  6945. | #define HAVE_SCANDIR 1
  6946. | #define HAVE_SETSID 1
  6947. | #define HAVE_SIGPROCMASK 1
  6948. | #define HAVE_SYMLINK 1
  6949. | #define HAVE_SYSCONF 1
  6950. | #define HAVE_TOWLOWER 1
  6951. | #define HAVE_UTIME 1
  6952. | #define HAVE_UTIMES 1
  6953. | #define HAVE_WAITPID 1
  6954. | #define HAVE_WCSTOMBS 1
  6955. | #define HAVE_WCSTOMBS_L 1
  6956. | #define HAVE_FSEEKO 1
  6957. | #define HAVE_FSEEKO 1
  6958. | #define HAVE_DECL_POSIX_FADVISE 0
  6959. | #define HAVE_DECL_FDATASYNC 0
  6960. | #define HAVE_DECL_STRLCAT 1
  6961. | #define HAVE_DECL_STRLCPY 1
  6962. | #define HAVE_DECL_F_FULLFSYNC 1
  6963. | #define HAVE_IPV6 1
  6964. | #define HAVE_SNPRINTF 1
  6965. | #define HAVE_VSNPRINTF 1
  6966. | #define HAVE_DECL_SNPRINTF 1
  6967. | #define HAVE_DECL_VSNPRINTF 1
  6968. | #define HAVE_ISINF 1
  6969. | #define HAVE_CRYPT 1
  6970. | #define HAVE_ERAND48 1
  6971. | #define HAVE_GETOPT 1
  6972. | #define HAVE_GETRUSAGE 1
  6973. | #define HAVE_INET_ATON 1
  6974. | #define HAVE_RANDOM 1
  6975. | #define HAVE_RINT 1
  6976. | #define HAVE_SRANDOM 1
  6977. | #define HAVE_STRDUP 1
  6978. | #define HAVE_STRERROR 1
  6979. | #define HAVE_STRLCAT 1
  6980. | #define HAVE_STRLCPY 1
  6981. | #define HAVE_STRTOL 1
  6982. | #define HAVE_STRTOUL 1
  6983. | #define HAVE_UNSETENV 1
  6984. | #define HAVE_GETPEEREID 1
  6985. | #define HAVE_GETADDRINFO 1
  6986. | #define HAVE_GETOPT_LONG 1
  6987. | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
  6988. | #define HAVE_RL_COMPLETION_MATCHES 1
  6989. | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
  6990. | #define HAVE_APPEND_HISTORY 1
  6991. | #define HAVE_HISTORY_TRUNCATE_FILE 1
  6992. | #define HAVE_SIGSETJMP 1
  6993. | #define HAVE_DECL_SYS_SIGLIST 1
  6994. | #define HAVE_SYSLOG 1
  6995. | #define HAVE_INT_OPTERR 1
  6996. | #define HAVE_INT_OPTRESET 1
  6997. | #define HAVE_STRTOLL 1
  6998. | #define HAVE_STRTOULL 1
  6999. | #define HAVE_ATEXIT 1
  7000. | #define HAVE_GCC_INT_ATOMICS 1
  7001. | /* end confdefs.h. */
  7002. | #include <pthread.h>
  7003. | int
  7004. | main ()
  7005. | {
  7006. | pthread_t th; pthread_join(th, 0);
  7007. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  7008. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  7009. | ;
  7010. | return 0;
  7011. | }
  7012. configure:22869: result: no
  7013. configure:22720: checking whether pthreads work with -pthread
  7014. configure:22815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  7015. configure:22822: $? = 0
  7016. configure:22869: result: yes
  7017. configure:22720: checking whether pthreads work with -pthreads
  7018. configure:22815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  7019. configure:22822: $? = 0
  7020. configure:22869: result: yes
  7021. configure:22720: checking whether pthreads work with -mthreads
  7022. configure:22815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  7023. configure:22822: $? = 0
  7024. configure:22869: result: yes
  7025. configure:22772: checking for the pthreads library -lpthread
  7026. configure:22815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lpthread -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  7027. configure:22822: $? = 0
  7028. configure:22869: result: yes
  7029. configure:22720: checking whether pthreads work with --thread-safe
  7030. configure:22815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads --thread-safe -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lpthread -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  7031. clang: error: unsupported option '--thread-safe'
  7032. configure:22822: $? = 1
  7033. configure: failed program was:
  7034. | /* confdefs.h. */
  7035. | #define PACKAGE_NAME "PostgreSQL"
  7036. | #define PACKAGE_TARNAME "postgresql"
  7037. | #define PACKAGE_VERSION "9.1.4"
  7038. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  7039. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  7040. | #define PG_VERSION "9.1.4"
  7041. | #define PG_MAJORVERSION "9.1"
  7042. | #define USE_INTEGER_DATETIMES 1
  7043. | #define DEF_PGPORT 5432
  7044. | #define DEF_PGPORT_STR "5432"
  7045. | #define BLCKSZ 8192
  7046. | #define RELSEG_SIZE 131072
  7047. | #define XLOG_BLCKSZ 8192
  7048. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  7049. | #define ENABLE_THREAD_SAFETY 1
  7050. | #define ENABLE_GSS 1
  7051. | #define KRB5 1
  7052. | #define PG_KRB_SRVNAM "postgres"
  7053. | #define USE_BONJOUR 1
  7054. | #define USE_SSL 1
  7055. | #define USE_LIBXML 1
  7056. | #define USE_LIBXSLT 1
  7057. | #define HAVE_LIBM 1
  7058. | #define HAVE_LIBREADLINE 1
  7059. | #define HAVE_LIBZ 1
  7060. | #define HAVE_SPINLOCKS 1
  7061. | #define HAVE_LIBCRYPTO 1
  7062. | #define HAVE_LIBSSL 1
  7063. | #define HAVE_LIBXML2 1
  7064. | #define HAVE_LIBXSLT 1
  7065. | #define STDC_HEADERS 1
  7066. | #define HAVE_SYS_TYPES_H 1
  7067. | #define HAVE_SYS_STAT_H 1
  7068. | #define HAVE_STDLIB_H 1
  7069. | #define HAVE_STRING_H 1
  7070. | #define HAVE_MEMORY_H 1
  7071. | #define HAVE_STRINGS_H 1
  7072. | #define HAVE_INTTYPES_H 1
  7073. | #define HAVE_STDINT_H 1
  7074. | #define HAVE_UNISTD_H 1
  7075. | #define HAVE_GETOPT_H 1
  7076. | #define HAVE_IFADDRS_H 1
  7077. | #define HAVE_LANGINFO_H 1
  7078. | #define HAVE_POLL_H 1
  7079. | #define HAVE_PWD_H 1
  7080. | #define HAVE_SYS_IOCTL_H 1
  7081. | #define HAVE_SYS_IPC_H 1
  7082. | #define HAVE_SYS_POLL_H 1
  7083. | #define HAVE_SYS_RESOURCE_H 1
  7084. | #define HAVE_SYS_SELECT_H 1
  7085. | #define HAVE_SYS_SEM_H 1
  7086. | #define HAVE_SYS_SHM_H 1
  7087. | #define HAVE_SYS_SOCKET_H 1
  7088. | #define HAVE_SYS_SOCKIO_H 1
  7089. | #define HAVE_SYS_TIME_H 1
  7090. | #define HAVE_SYS_UCRED_H 1
  7091. | #define HAVE_SYS_UN_H 1
  7092. | #define HAVE_TERMIOS_H 1
  7093. | #define HAVE_UTIME_H 1
  7094. | #define HAVE_WCHAR_H 1
  7095. | #define HAVE_WCTYPE_H 1
  7096. | #define HAVE_NET_IF_H 1
  7097. | #define HAVE_NETINET_IN_H 1
  7098. | #define HAVE_NETINET_TCP_H 1
  7099. | #define HAVE_READLINE_READLINE_H 1
  7100. | #define HAVE_READLINE_HISTORY_H 1
  7101. | #define HAVE_GSSAPI_GSSAPI_H 1
  7102. | #define HAVE_ERR_SET_MARK 1
  7103. | #define HAVE_UUID_H 1
  7104. | #define USE_INLINE 1
  7105. | #define HAVE_STRINGIZE 1
  7106. | #define HAVE_FUNCNAME__FUNC 1
  7107. | #define HAVE_STRUCT_TM_TM_ZONE 1
  7108. | #define HAVE_TM_ZONE 1
  7109. | #define HAVE_TZNAME 1
  7110. | #define HAVE_UNION_SEMUN 1
  7111. | #define HAVE_STRUCT_SOCKADDR_UN 1
  7112. | #define HAVE_UNIX_SOCKETS 1
  7113. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  7114. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  7115. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  7116. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  7117. | #define HAVE_STRUCT_ADDRINFO 1
  7118. | #define HAVE_INTPTR_T 1
  7119. | #define HAVE_UINTPTR_T 1
  7120. | #define HAVE_LONG_LONG_INT 1
  7121. | #define HAVE_LOCALE_T 1
  7122. | #define LOCALE_T_IN_XLOCALE 1
  7123. | #define HAVE_STRUCT_OPTION 1
  7124. | #define HAVE_KRB5_TICKET_ENC_PART2 1
  7125. | #define HAVE_KRB5_ERROR_TEXT_DATA 1
  7126. | #define HAVE_KRB5_FREE_UNPARSED_NAME 1
  7127. | #define SIZEOF_OFF_T 8
  7128. | #define HAVE_INT_TIMEZONE /**/
  7129. | #define ACCEPT_TYPE_RETURN int
  7130. | #define ACCEPT_TYPE_ARG1 int
  7131. | #define ACCEPT_TYPE_ARG2 struct sockaddr *
  7132. | #define ACCEPT_TYPE_ARG3 socklen_t
  7133. | #define HAVE_CBRT 1
  7134. | #define HAVE_DLOPEN 1
  7135. | #define HAVE_FCVT 1
  7136. | #define HAVE_FDATASYNC 1
  7137. | #define HAVE_GETIFADDRS 1
  7138. | #define HAVE_GETRLIMIT 1
  7139. | #define HAVE_MEMMOVE 1
  7140. | #define HAVE_POLL 1
  7141. | #define HAVE_READLINK 1
  7142. | #define HAVE_SCANDIR 1
  7143. | #define HAVE_SETSID 1
  7144. | #define HAVE_SIGPROCMASK 1
  7145. | #define HAVE_SYMLINK 1
  7146. | #define HAVE_SYSCONF 1
  7147. | #define HAVE_TOWLOWER 1
  7148. | #define HAVE_UTIME 1
  7149. | #define HAVE_UTIMES 1
  7150. | #define HAVE_WAITPID 1
  7151. | #define HAVE_WCSTOMBS 1
  7152. | #define HAVE_WCSTOMBS_L 1
  7153. | #define HAVE_FSEEKO 1
  7154. | #define HAVE_FSEEKO 1
  7155. | #define HAVE_DECL_POSIX_FADVISE 0
  7156. | #define HAVE_DECL_FDATASYNC 0
  7157. | #define HAVE_DECL_STRLCAT 1
  7158. | #define HAVE_DECL_STRLCPY 1
  7159. | #define HAVE_DECL_F_FULLFSYNC 1
  7160. | #define HAVE_IPV6 1
  7161. | #define HAVE_SNPRINTF 1
  7162. | #define HAVE_VSNPRINTF 1
  7163. | #define HAVE_DECL_SNPRINTF 1
  7164. | #define HAVE_DECL_VSNPRINTF 1
  7165. | #define HAVE_ISINF 1
  7166. | #define HAVE_CRYPT 1
  7167. | #define HAVE_ERAND48 1
  7168. | #define HAVE_GETOPT 1
  7169. | #define HAVE_GETRUSAGE 1
  7170. | #define HAVE_INET_ATON 1
  7171. | #define HAVE_RANDOM 1
  7172. | #define HAVE_RINT 1
  7173. | #define HAVE_SRANDOM 1
  7174. | #define HAVE_STRDUP 1
  7175. | #define HAVE_STRERROR 1
  7176. | #define HAVE_STRLCAT 1
  7177. | #define HAVE_STRLCPY 1
  7178. | #define HAVE_STRTOL 1
  7179. | #define HAVE_STRTOUL 1
  7180. | #define HAVE_UNSETENV 1
  7181. | #define HAVE_GETPEEREID 1
  7182. | #define HAVE_GETADDRINFO 1
  7183. | #define HAVE_GETOPT_LONG 1
  7184. | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
  7185. | #define HAVE_RL_COMPLETION_MATCHES 1
  7186. | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
  7187. | #define HAVE_APPEND_HISTORY 1
  7188. | #define HAVE_HISTORY_TRUNCATE_FILE 1
  7189. | #define HAVE_SIGSETJMP 1
  7190. | #define HAVE_DECL_SYS_SIGLIST 1
  7191. | #define HAVE_SYSLOG 1
  7192. | #define HAVE_INT_OPTERR 1
  7193. | #define HAVE_INT_OPTRESET 1
  7194. | #define HAVE_STRTOLL 1
  7195. | #define HAVE_STRTOULL 1
  7196. | #define HAVE_ATEXIT 1
  7197. | #define HAVE_GCC_INT_ATOMICS 1
  7198. | /* end confdefs.h. */
  7199. | #include <pthread.h>
  7200. | int
  7201. | main ()
  7202. | {
  7203. | pthread_t th; pthread_join(th, 0);
  7204. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  7205. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  7206. | ;
  7207. | return 0;
  7208. | }
  7209. configure:22869: result: no
  7210. configure:22720: checking whether pthreads work with -mt
  7211. configure:22815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lpthread -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  7212. configure:22822: $? = 0
  7213. configure:22869: result: yes
  7214. configure:22772: checking for the pthreads library -lpthreadGC2
  7215. configure:22815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lpthreadGC2 -lpthread -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  7216. ld: library not found for -lpthreadGC2
  7217. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  7218. configure:22822: $? = 1
  7219. configure: failed program was:
  7220. | /* confdefs.h. */
  7221. | #define PACKAGE_NAME "PostgreSQL"
  7222. | #define PACKAGE_TARNAME "postgresql"
  7223. | #define PACKAGE_VERSION "9.1.4"
  7224. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  7225. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  7226. | #define PG_VERSION "9.1.4"
  7227. | #define PG_MAJORVERSION "9.1"
  7228. | #define USE_INTEGER_DATETIMES 1
  7229. | #define DEF_PGPORT 5432
  7230. | #define DEF_PGPORT_STR "5432"
  7231. | #define BLCKSZ 8192
  7232. | #define RELSEG_SIZE 131072
  7233. | #define XLOG_BLCKSZ 8192
  7234. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  7235. | #define ENABLE_THREAD_SAFETY 1
  7236. | #define ENABLE_GSS 1
  7237. | #define KRB5 1
  7238. | #define PG_KRB_SRVNAM "postgres"
  7239. | #define USE_BONJOUR 1
  7240. | #define USE_SSL 1
  7241. | #define USE_LIBXML 1
  7242. | #define USE_LIBXSLT 1
  7243. | #define HAVE_LIBM 1
  7244. | #define HAVE_LIBREADLINE 1
  7245. | #define HAVE_LIBZ 1
  7246. | #define HAVE_SPINLOCKS 1
  7247. | #define HAVE_LIBCRYPTO 1
  7248. | #define HAVE_LIBSSL 1
  7249. | #define HAVE_LIBXML2 1
  7250. | #define HAVE_LIBXSLT 1
  7251. | #define STDC_HEADERS 1
  7252. | #define HAVE_SYS_TYPES_H 1
  7253. | #define HAVE_SYS_STAT_H 1
  7254. | #define HAVE_STDLIB_H 1
  7255. | #define HAVE_STRING_H 1
  7256. | #define HAVE_MEMORY_H 1
  7257. | #define HAVE_STRINGS_H 1
  7258. | #define HAVE_INTTYPES_H 1
  7259. | #define HAVE_STDINT_H 1
  7260. | #define HAVE_UNISTD_H 1
  7261. | #define HAVE_GETOPT_H 1
  7262. | #define HAVE_IFADDRS_H 1
  7263. | #define HAVE_LANGINFO_H 1
  7264. | #define HAVE_POLL_H 1
  7265. | #define HAVE_PWD_H 1
  7266. | #define HAVE_SYS_IOCTL_H 1
  7267. | #define HAVE_SYS_IPC_H 1
  7268. | #define HAVE_SYS_POLL_H 1
  7269. | #define HAVE_SYS_RESOURCE_H 1
  7270. | #define HAVE_SYS_SELECT_H 1
  7271. | #define HAVE_SYS_SEM_H 1
  7272. | #define HAVE_SYS_SHM_H 1
  7273. | #define HAVE_SYS_SOCKET_H 1
  7274. | #define HAVE_SYS_SOCKIO_H 1
  7275. | #define HAVE_SYS_TIME_H 1
  7276. | #define HAVE_SYS_UCRED_H 1
  7277. | #define HAVE_SYS_UN_H 1
  7278. | #define HAVE_TERMIOS_H 1
  7279. | #define HAVE_UTIME_H 1
  7280. | #define HAVE_WCHAR_H 1
  7281. | #define HAVE_WCTYPE_H 1
  7282. | #define HAVE_NET_IF_H 1
  7283. | #define HAVE_NETINET_IN_H 1
  7284. | #define HAVE_NETINET_TCP_H 1
  7285. | #define HAVE_READLINE_READLINE_H 1
  7286. | #define HAVE_READLINE_HISTORY_H 1
  7287. | #define HAVE_GSSAPI_GSSAPI_H 1
  7288. | #define HAVE_ERR_SET_MARK 1
  7289. | #define HAVE_UUID_H 1
  7290. | #define USE_INLINE 1
  7291. | #define HAVE_STRINGIZE 1
  7292. | #define HAVE_FUNCNAME__FUNC 1
  7293. | #define HAVE_STRUCT_TM_TM_ZONE 1
  7294. | #define HAVE_TM_ZONE 1
  7295. | #define HAVE_TZNAME 1
  7296. | #define HAVE_UNION_SEMUN 1
  7297. | #define HAVE_STRUCT_SOCKADDR_UN 1
  7298. | #define HAVE_UNIX_SOCKETS 1
  7299. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  7300. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  7301. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  7302. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  7303. | #define HAVE_STRUCT_ADDRINFO 1
  7304. | #define HAVE_INTPTR_T 1
  7305. | #define HAVE_UINTPTR_T 1
  7306. | #define HAVE_LONG_LONG_INT 1
  7307. | #define HAVE_LOCALE_T 1
  7308. | #define LOCALE_T_IN_XLOCALE 1
  7309. | #define HAVE_STRUCT_OPTION 1
  7310. | #define HAVE_KRB5_TICKET_ENC_PART2 1
  7311. | #define HAVE_KRB5_ERROR_TEXT_DATA 1
  7312. | #define HAVE_KRB5_FREE_UNPARSED_NAME 1
  7313. | #define SIZEOF_OFF_T 8
  7314. | #define HAVE_INT_TIMEZONE /**/
  7315. | #define ACCEPT_TYPE_RETURN int
  7316. | #define ACCEPT_TYPE_ARG1 int
  7317. | #define ACCEPT_TYPE_ARG2 struct sockaddr *
  7318. | #define ACCEPT_TYPE_ARG3 socklen_t
  7319. | #define HAVE_CBRT 1
  7320. | #define HAVE_DLOPEN 1
  7321. | #define HAVE_FCVT 1
  7322. | #define HAVE_FDATASYNC 1
  7323. | #define HAVE_GETIFADDRS 1
  7324. | #define HAVE_GETRLIMIT 1
  7325. | #define HAVE_MEMMOVE 1
  7326. | #define HAVE_POLL 1
  7327. | #define HAVE_READLINK 1
  7328. | #define HAVE_SCANDIR 1
  7329. | #define HAVE_SETSID 1
  7330. | #define HAVE_SIGPROCMASK 1
  7331. | #define HAVE_SYMLINK 1
  7332. | #define HAVE_SYSCONF 1
  7333. | #define HAVE_TOWLOWER 1
  7334. | #define HAVE_UTIME 1
  7335. | #define HAVE_UTIMES 1
  7336. | #define HAVE_WAITPID 1
  7337. | #define HAVE_WCSTOMBS 1
  7338. | #define HAVE_WCSTOMBS_L 1
  7339. | #define HAVE_FSEEKO 1
  7340. | #define HAVE_FSEEKO 1
  7341. | #define HAVE_DECL_POSIX_FADVISE 0
  7342. | #define HAVE_DECL_FDATASYNC 0
  7343. | #define HAVE_DECL_STRLCAT 1
  7344. | #define HAVE_DECL_STRLCPY 1
  7345. | #define HAVE_DECL_F_FULLFSYNC 1
  7346. | #define HAVE_IPV6 1
  7347. | #define HAVE_SNPRINTF 1
  7348. | #define HAVE_VSNPRINTF 1
  7349. | #define HAVE_DECL_SNPRINTF 1
  7350. | #define HAVE_DECL_VSNPRINTF 1
  7351. | #define HAVE_ISINF 1
  7352. | #define HAVE_CRYPT 1
  7353. | #define HAVE_ERAND48 1
  7354. | #define HAVE_GETOPT 1
  7355. | #define HAVE_GETRUSAGE 1
  7356. | #define HAVE_INET_ATON 1
  7357. | #define HAVE_RANDOM 1
  7358. | #define HAVE_RINT 1
  7359. | #define HAVE_SRANDOM 1
  7360. | #define HAVE_STRDUP 1
  7361. | #define HAVE_STRERROR 1
  7362. | #define HAVE_STRLCAT 1
  7363. | #define HAVE_STRLCPY 1
  7364. | #define HAVE_STRTOL 1
  7365. | #define HAVE_STRTOUL 1
  7366. | #define HAVE_UNSETENV 1
  7367. | #define HAVE_GETPEEREID 1
  7368. | #define HAVE_GETADDRINFO 1
  7369. | #define HAVE_GETOPT_LONG 1
  7370. | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
  7371. | #define HAVE_RL_COMPLETION_MATCHES 1
  7372. | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
  7373. | #define HAVE_APPEND_HISTORY 1
  7374. | #define HAVE_HISTORY_TRUNCATE_FILE 1
  7375. | #define HAVE_SIGSETJMP 1
  7376. | #define HAVE_DECL_SYS_SIGLIST 1
  7377. | #define HAVE_SYSLOG 1
  7378. | #define HAVE_INT_OPTERR 1
  7379. | #define HAVE_INT_OPTRESET 1
  7380. | #define HAVE_STRTOLL 1
  7381. | #define HAVE_STRTOULL 1
  7382. | #define HAVE_ATEXIT 1
  7383. | #define HAVE_GCC_INT_ATOMICS 1
  7384. | /* end confdefs.h. */
  7385. | #include <pthread.h>
  7386. | int
  7387. | main ()
  7388. | {
  7389. | pthread_t th; pthread_join(th, 0);
  7390. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  7391. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  7392. | ;
  7393. | return 0;
  7394. | }
  7395. configure:22869: result: no
  7396. configure:23117: checking pthread.h usability
  7397. configure:23134: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  7398. configure:23141: $? = 0
  7399. configure:23155: result: yes
  7400. configure:23159: checking pthread.h presence
  7401. configure:23174: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  7402. configure:23181: $? = 0
  7403. configure:23195: result: yes
  7404. configure:23228: checking for pthread.h
  7405. configure:23235: result: yes
  7406. configure:23258: checking for strerror_r
  7407. configure:23314: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -lpthread >&5
  7408. configure:23321: $? = 0
  7409. configure:23343: result: yes
  7410. configure:23258: checking for getpwuid_r
  7411. configure:23314: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -lpthread >&5
  7412. configure:23321: $? = 0
  7413. configure:23343: result: yes
  7414. configure:23258: checking for gethostbyname_r
  7415. configure:23314: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -lpthread >&5
  7416. Undefined symbols for architecture x86_64:
  7417. "_gethostbyname_r", referenced from:
  7418. _main in conftest-4nDEaQ.o
  7419. ld: symbol(s) not found for architecture x86_64
  7420. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  7421. configure:23321: $? = 1
  7422. configure: failed program was:
  7423. | /* confdefs.h. */
  7424. | #define PACKAGE_NAME "PostgreSQL"
  7425. | #define PACKAGE_TARNAME "postgresql"
  7426. | #define PACKAGE_VERSION "9.1.4"
  7427. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  7428. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  7429. | #define PG_VERSION "9.1.4"
  7430. | #define PG_MAJORVERSION "9.1"
  7431. | #define USE_INTEGER_DATETIMES 1
  7432. | #define DEF_PGPORT 5432
  7433. | #define DEF_PGPORT_STR "5432"
  7434. | #define BLCKSZ 8192
  7435. | #define RELSEG_SIZE 131072
  7436. | #define XLOG_BLCKSZ 8192
  7437. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  7438. | #define ENABLE_THREAD_SAFETY 1
  7439. | #define ENABLE_GSS 1
  7440. | #define KRB5 1
  7441. | #define PG_KRB_SRVNAM "postgres"
  7442. | #define USE_BONJOUR 1
  7443. | #define USE_SSL 1
  7444. | #define USE_LIBXML 1
  7445. | #define USE_LIBXSLT 1
  7446. | #define HAVE_LIBM 1
  7447. | #define HAVE_LIBREADLINE 1
  7448. | #define HAVE_LIBZ 1
  7449. | #define HAVE_SPINLOCKS 1
  7450. | #define HAVE_LIBCRYPTO 1
  7451. | #define HAVE_LIBSSL 1
  7452. | #define HAVE_LIBXML2 1
  7453. | #define HAVE_LIBXSLT 1
  7454. | #define STDC_HEADERS 1
  7455. | #define HAVE_SYS_TYPES_H 1
  7456. | #define HAVE_SYS_STAT_H 1
  7457. | #define HAVE_STDLIB_H 1
  7458. | #define HAVE_STRING_H 1
  7459. | #define HAVE_MEMORY_H 1
  7460. | #define HAVE_STRINGS_H 1
  7461. | #define HAVE_INTTYPES_H 1
  7462. | #define HAVE_STDINT_H 1
  7463. | #define HAVE_UNISTD_H 1
  7464. | #define HAVE_GETOPT_H 1
  7465. | #define HAVE_IFADDRS_H 1
  7466. | #define HAVE_LANGINFO_H 1
  7467. | #define HAVE_POLL_H 1
  7468. | #define HAVE_PWD_H 1
  7469. | #define HAVE_SYS_IOCTL_H 1
  7470. | #define HAVE_SYS_IPC_H 1
  7471. | #define HAVE_SYS_POLL_H 1
  7472. | #define HAVE_SYS_RESOURCE_H 1
  7473. | #define HAVE_SYS_SELECT_H 1
  7474. | #define HAVE_SYS_SEM_H 1
  7475. | #define HAVE_SYS_SHM_H 1
  7476. | #define HAVE_SYS_SOCKET_H 1
  7477. | #define HAVE_SYS_SOCKIO_H 1
  7478. | #define HAVE_SYS_TIME_H 1
  7479. | #define HAVE_SYS_UCRED_H 1
  7480. | #define HAVE_SYS_UN_H 1
  7481. | #define HAVE_TERMIOS_H 1
  7482. | #define HAVE_UTIME_H 1
  7483. | #define HAVE_WCHAR_H 1
  7484. | #define HAVE_WCTYPE_H 1
  7485. | #define HAVE_NET_IF_H 1
  7486. | #define HAVE_NETINET_IN_H 1
  7487. | #define HAVE_NETINET_TCP_H 1
  7488. | #define HAVE_READLINE_READLINE_H 1
  7489. | #define HAVE_READLINE_HISTORY_H 1
  7490. | #define HAVE_GSSAPI_GSSAPI_H 1
  7491. | #define HAVE_ERR_SET_MARK 1
  7492. | #define HAVE_UUID_H 1
  7493. | #define USE_INLINE 1
  7494. | #define HAVE_STRINGIZE 1
  7495. | #define HAVE_FUNCNAME__FUNC 1
  7496. | #define HAVE_STRUCT_TM_TM_ZONE 1
  7497. | #define HAVE_TM_ZONE 1
  7498. | #define HAVE_TZNAME 1
  7499. | #define HAVE_UNION_SEMUN 1
  7500. | #define HAVE_STRUCT_SOCKADDR_UN 1
  7501. | #define HAVE_UNIX_SOCKETS 1
  7502. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  7503. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  7504. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  7505. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  7506. | #define HAVE_STRUCT_ADDRINFO 1
  7507. | #define HAVE_INTPTR_T 1
  7508. | #define HAVE_UINTPTR_T 1
  7509. | #define HAVE_LONG_LONG_INT 1
  7510. | #define HAVE_LOCALE_T 1
  7511. | #define LOCALE_T_IN_XLOCALE 1
  7512. | #define HAVE_STRUCT_OPTION 1
  7513. | #define HAVE_KRB5_TICKET_ENC_PART2 1
  7514. | #define HAVE_KRB5_ERROR_TEXT_DATA 1
  7515. | #define HAVE_KRB5_FREE_UNPARSED_NAME 1
  7516. | #define SIZEOF_OFF_T 8
  7517. | #define HAVE_INT_TIMEZONE /**/
  7518. | #define ACCEPT_TYPE_RETURN int
  7519. | #define ACCEPT_TYPE_ARG1 int
  7520. | #define ACCEPT_TYPE_ARG2 struct sockaddr *
  7521. | #define ACCEPT_TYPE_ARG3 socklen_t
  7522. | #define HAVE_CBRT 1
  7523. | #define HAVE_DLOPEN 1
  7524. | #define HAVE_FCVT 1
  7525. | #define HAVE_FDATASYNC 1
  7526. | #define HAVE_GETIFADDRS 1
  7527. | #define HAVE_GETRLIMIT 1
  7528. | #define HAVE_MEMMOVE 1
  7529. | #define HAVE_POLL 1
  7530. | #define HAVE_READLINK 1
  7531. | #define HAVE_SCANDIR 1
  7532. | #define HAVE_SETSID 1
  7533. | #define HAVE_SIGPROCMASK 1
  7534. | #define HAVE_SYMLINK 1
  7535. | #define HAVE_SYSCONF 1
  7536. | #define HAVE_TOWLOWER 1
  7537. | #define HAVE_UTIME 1
  7538. | #define HAVE_UTIMES 1
  7539. | #define HAVE_WAITPID 1
  7540. | #define HAVE_WCSTOMBS 1
  7541. | #define HAVE_WCSTOMBS_L 1
  7542. | #define HAVE_FSEEKO 1
  7543. | #define HAVE_FSEEKO 1
  7544. | #define HAVE_DECL_POSIX_FADVISE 0
  7545. | #define HAVE_DECL_FDATASYNC 0
  7546. | #define HAVE_DECL_STRLCAT 1
  7547. | #define HAVE_DECL_STRLCPY 1
  7548. | #define HAVE_DECL_F_FULLFSYNC 1
  7549. | #define HAVE_IPV6 1
  7550. | #define HAVE_SNPRINTF 1
  7551. | #define HAVE_VSNPRINTF 1
  7552. | #define HAVE_DECL_SNPRINTF 1
  7553. | #define HAVE_DECL_VSNPRINTF 1
  7554. | #define HAVE_ISINF 1
  7555. | #define HAVE_CRYPT 1
  7556. | #define HAVE_ERAND48 1
  7557. | #define HAVE_GETOPT 1
  7558. | #define HAVE_GETRUSAGE 1
  7559. | #define HAVE_INET_ATON 1
  7560. | #define HAVE_RANDOM 1
  7561. | #define HAVE_RINT 1
  7562. | #define HAVE_SRANDOM 1
  7563. | #define HAVE_STRDUP 1
  7564. | #define HAVE_STRERROR 1
  7565. | #define HAVE_STRLCAT 1
  7566. | #define HAVE_STRLCPY 1
  7567. | #define HAVE_STRTOL 1
  7568. | #define HAVE_STRTOUL 1
  7569. | #define HAVE_UNSETENV 1
  7570. | #define HAVE_GETPEEREID 1
  7571. | #define HAVE_GETADDRINFO 1
  7572. | #define HAVE_GETOPT_LONG 1
  7573. | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
  7574. | #define HAVE_RL_COMPLETION_MATCHES 1
  7575. | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
  7576. | #define HAVE_APPEND_HISTORY 1
  7577. | #define HAVE_HISTORY_TRUNCATE_FILE 1
  7578. | #define HAVE_SIGSETJMP 1
  7579. | #define HAVE_DECL_SYS_SIGLIST 1
  7580. | #define HAVE_SYSLOG 1
  7581. | #define HAVE_INT_OPTERR 1
  7582. | #define HAVE_INT_OPTRESET 1
  7583. | #define HAVE_STRTOLL 1
  7584. | #define HAVE_STRTOULL 1
  7585. | #define HAVE_ATEXIT 1
  7586. | #define HAVE_GCC_INT_ATOMICS 1
  7587. | #define HAVE_STRERROR_R 1
  7588. | #define HAVE_GETPWUID_R 1
  7589. | /* end confdefs.h. */
  7590. | /* Define gethostbyname_r to an innocuous variant, in case <limits.h> declares gethostbyname_r.
  7591. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  7592. | #define gethostbyname_r innocuous_gethostbyname_r
  7593. |
  7594. | /* System header to define __stub macros and hopefully few prototypes,
  7595. | which can conflict with char gethostbyname_r (); below.
  7596. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  7597. | <limits.h> exists even on freestanding compilers. */
  7598. |
  7599. | #ifdef __STDC__
  7600. | # include <limits.h>
  7601. | #else
  7602. | # include <assert.h>
  7603. | #endif
  7604. |
  7605. | #undef gethostbyname_r
  7606. |
  7607. | /* Override any GCC internal prototype to avoid an error.
  7608. | Use char because int might match the return type of a GCC
  7609. | builtin and then its argument prototype would still apply. */
  7610. | #ifdef __cplusplus
  7611. | extern "C"
  7612. | #endif
  7613. | char gethostbyname_r ();
  7614. | /* The GNU C library defines this for functions which it implements
  7615. | to always fail with ENOSYS. Some functions are actually named
  7616. | something starting with __ and the normal name is an alias. */
  7617. | #if defined __stub_gethostbyname_r || defined __stub___gethostbyname_r
  7618. | choke me
  7619. | #endif
  7620. |
  7621. | int
  7622. | main ()
  7623. | {
  7624. | return gethostbyname_r ();
  7625. | ;
  7626. | return 0;
  7627. | }
  7628. configure:23343: result: no
  7629. configure:23357: checking whether getpwuid_r takes a fifth argument
  7630. configure:23389: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  7631. configure:23396: $? = 0
  7632. configure:23411: result: yes
  7633. configure:23421: checking whether strerror_r returns int
  7634. configure:23452: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  7635. configure:23459: $? = 0
  7636. configure:23474: result: yes
  7637. configure:23760: checking test program
  7638. configure:23780: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  7639. configure:23784: $? = 0
  7640. configure:23790: ./conftest
  7641. configure:23794: $? = 0
  7642. configure:23796: result: ok
  7643. configure:23906: checking whether long int is 64 bits
  7644. configure:23998: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  7645. configure:24002: $? = 0
  7646. configure:24008: ./conftest
  7647. configure:24012: $? = 0
  7648. configure:24029: result: yes
  7649. configure:24385: checking size of void *
  7650. configure:24690: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  7651. configure:24694: $? = 0
  7652. configure:24700: ./conftest
  7653. configure:24704: $? = 0
  7654. configure:24730: result: 8
  7655. configure:24744: checking size of size_t
  7656. configure:25049: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  7657. configure:25053: $? = 0
  7658. configure:25059: ./conftest
  7659. configure:25063: $? = 0
  7660. configure:25089: result: 8
  7661. configure:25103: checking size of long
  7662. configure:25408: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  7663. configure:25412: $? = 0
  7664. configure:25418: ./conftest
  7665. configure:25422: $? = 0
  7666. configure:25448: result: 8
  7667. configure:25460: checking whether to build with float4 passed by value
  7668. configure:25497: result: yes
  7669. configure:25509: checking whether to build with float8 passed by value
  7670. configure:25579: result: yes
  7671. configure:25591: checking alignment of short
  7672. configure:25920: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  7673. configure:25924: $? = 0
  7674. configure:25930: ./conftest
  7675. configure:25934: $? = 0
  7676. configure:25960: result: 2
  7677. configure:25972: checking alignment of int
  7678. configure:26301: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  7679. configure:26305: $? = 0
  7680. configure:26311: ./conftest
  7681. configure:26315: $? = 0
  7682. configure:26341: result: 4
  7683. configure:26353: checking alignment of long
  7684. configure:26682: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  7685. configure:26686: $? = 0
  7686. configure:26692: ./conftest
  7687. configure:26696: $? = 0
  7688. configure:26722: result: 8
  7689. configure:27117: checking alignment of double
  7690. configure:27446: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  7691. configure:27450: $? = 0
  7692. configure:27456: ./conftest
  7693. configure:27460: $? = 0
  7694. configure:27486: result: 8
  7695. configure:27517: checking for int8
  7696. configure:27549: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  7697. conftest.c:193:13: error: use of undeclared identifier 'int8'; did you mean 'int'?
  7698. if (sizeof (int8))
  7699. ^
  7700. 1 error generated.
  7701. configure:27556: $? = 1
  7702. configure: failed program was:
  7703. | /* confdefs.h. */
  7704. | #define PACKAGE_NAME "PostgreSQL"
  7705. | #define PACKAGE_TARNAME "postgresql"
  7706. | #define PACKAGE_VERSION "9.1.4"
  7707. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  7708. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  7709. | #define PG_VERSION "9.1.4"
  7710. | #define PG_MAJORVERSION "9.1"
  7711. | #define USE_INTEGER_DATETIMES 1
  7712. | #define DEF_PGPORT 5432
  7713. | #define DEF_PGPORT_STR "5432"
  7714. | #define BLCKSZ 8192
  7715. | #define RELSEG_SIZE 131072
  7716. | #define XLOG_BLCKSZ 8192
  7717. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  7718. | #define ENABLE_THREAD_SAFETY 1
  7719. | #define ENABLE_GSS 1
  7720. | #define KRB5 1
  7721. | #define PG_KRB_SRVNAM "postgres"
  7722. | #define USE_BONJOUR 1
  7723. | #define USE_SSL 1
  7724. | #define USE_LIBXML 1
  7725. | #define USE_LIBXSLT 1
  7726. | #define HAVE_LIBM 1
  7727. | #define HAVE_LIBREADLINE 1
  7728. | #define HAVE_LIBZ 1
  7729. | #define HAVE_SPINLOCKS 1
  7730. | #define HAVE_LIBCRYPTO 1
  7731. | #define HAVE_LIBSSL 1
  7732. | #define HAVE_LIBXML2 1
  7733. | #define HAVE_LIBXSLT 1
  7734. | #define STDC_HEADERS 1
  7735. | #define HAVE_SYS_TYPES_H 1
  7736. | #define HAVE_SYS_STAT_H 1
  7737. | #define HAVE_STDLIB_H 1
  7738. | #define HAVE_STRING_H 1
  7739. | #define HAVE_MEMORY_H 1
  7740. | #define HAVE_STRINGS_H 1
  7741. | #define HAVE_INTTYPES_H 1
  7742. | #define HAVE_STDINT_H 1
  7743. | #define HAVE_UNISTD_H 1
  7744. | #define HAVE_GETOPT_H 1
  7745. | #define HAVE_IFADDRS_H 1
  7746. | #define HAVE_LANGINFO_H 1
  7747. | #define HAVE_POLL_H 1
  7748. | #define HAVE_PWD_H 1
  7749. | #define HAVE_SYS_IOCTL_H 1
  7750. | #define HAVE_SYS_IPC_H 1
  7751. | #define HAVE_SYS_POLL_H 1
  7752. | #define HAVE_SYS_RESOURCE_H 1
  7753. | #define HAVE_SYS_SELECT_H 1
  7754. | #define HAVE_SYS_SEM_H 1
  7755. | #define HAVE_SYS_SHM_H 1
  7756. | #define HAVE_SYS_SOCKET_H 1
  7757. | #define HAVE_SYS_SOCKIO_H 1
  7758. | #define HAVE_SYS_TIME_H 1
  7759. | #define HAVE_SYS_UCRED_H 1
  7760. | #define HAVE_SYS_UN_H 1
  7761. | #define HAVE_TERMIOS_H 1
  7762. | #define HAVE_UTIME_H 1
  7763. | #define HAVE_WCHAR_H 1
  7764. | #define HAVE_WCTYPE_H 1
  7765. | #define HAVE_NET_IF_H 1
  7766. | #define HAVE_NETINET_IN_H 1
  7767. | #define HAVE_NETINET_TCP_H 1
  7768. | #define HAVE_READLINE_READLINE_H 1
  7769. | #define HAVE_READLINE_HISTORY_H 1
  7770. | #define HAVE_GSSAPI_GSSAPI_H 1
  7771. | #define HAVE_ERR_SET_MARK 1
  7772. | #define HAVE_UUID_H 1
  7773. | #define USE_INLINE 1
  7774. | #define HAVE_STRINGIZE 1
  7775. | #define HAVE_FUNCNAME__FUNC 1
  7776. | #define HAVE_STRUCT_TM_TM_ZONE 1
  7777. | #define HAVE_TM_ZONE 1
  7778. | #define HAVE_TZNAME 1
  7779. | #define HAVE_UNION_SEMUN 1
  7780. | #define HAVE_STRUCT_SOCKADDR_UN 1
  7781. | #define HAVE_UNIX_SOCKETS 1
  7782. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  7783. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  7784. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  7785. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  7786. | #define HAVE_STRUCT_ADDRINFO 1
  7787. | #define HAVE_INTPTR_T 1
  7788. | #define HAVE_UINTPTR_T 1
  7789. | #define HAVE_LONG_LONG_INT 1
  7790. | #define HAVE_LOCALE_T 1
  7791. | #define LOCALE_T_IN_XLOCALE 1
  7792. | #define HAVE_STRUCT_OPTION 1
  7793. | #define HAVE_KRB5_TICKET_ENC_PART2 1
  7794. | #define HAVE_KRB5_ERROR_TEXT_DATA 1
  7795. | #define HAVE_KRB5_FREE_UNPARSED_NAME 1
  7796. | #define SIZEOF_OFF_T 8
  7797. | #define HAVE_INT_TIMEZONE /**/
  7798. | #define ACCEPT_TYPE_RETURN int
  7799. | #define ACCEPT_TYPE_ARG1 int
  7800. | #define ACCEPT_TYPE_ARG2 struct sockaddr *
  7801. | #define ACCEPT_TYPE_ARG3 socklen_t
  7802. | #define HAVE_CBRT 1
  7803. | #define HAVE_DLOPEN 1
  7804. | #define HAVE_FCVT 1
  7805. | #define HAVE_FDATASYNC 1
  7806. | #define HAVE_GETIFADDRS 1
  7807. | #define HAVE_GETRLIMIT 1
  7808. | #define HAVE_MEMMOVE 1
  7809. | #define HAVE_POLL 1
  7810. | #define HAVE_READLINK 1
  7811. | #define HAVE_SCANDIR 1
  7812. | #define HAVE_SETSID 1
  7813. | #define HAVE_SIGPROCMASK 1
  7814. | #define HAVE_SYMLINK 1
  7815. | #define HAVE_SYSCONF 1
  7816. | #define HAVE_TOWLOWER 1
  7817. | #define HAVE_UTIME 1
  7818. | #define HAVE_UTIMES 1
  7819. | #define HAVE_WAITPID 1
  7820. | #define HAVE_WCSTOMBS 1
  7821. | #define HAVE_WCSTOMBS_L 1
  7822. | #define HAVE_FSEEKO 1
  7823. | #define HAVE_FSEEKO 1
  7824. | #define HAVE_DECL_POSIX_FADVISE 0
  7825. | #define HAVE_DECL_FDATASYNC 0
  7826. | #define HAVE_DECL_STRLCAT 1
  7827. | #define HAVE_DECL_STRLCPY 1
  7828. | #define HAVE_DECL_F_FULLFSYNC 1
  7829. | #define HAVE_IPV6 1
  7830. | #define HAVE_SNPRINTF 1
  7831. | #define HAVE_VSNPRINTF 1
  7832. | #define HAVE_DECL_SNPRINTF 1
  7833. | #define HAVE_DECL_VSNPRINTF 1
  7834. | #define HAVE_ISINF 1
  7835. | #define HAVE_CRYPT 1
  7836. | #define HAVE_ERAND48 1
  7837. | #define HAVE_GETOPT 1
  7838. | #define HAVE_GETRUSAGE 1
  7839. | #define HAVE_INET_ATON 1
  7840. | #define HAVE_RANDOM 1
  7841. | #define HAVE_RINT 1
  7842. | #define HAVE_SRANDOM 1
  7843. | #define HAVE_STRDUP 1
  7844. | #define HAVE_STRERROR 1
  7845. | #define HAVE_STRLCAT 1
  7846. | #define HAVE_STRLCPY 1
  7847. | #define HAVE_STRTOL 1
  7848. | #define HAVE_STRTOUL 1
  7849. | #define HAVE_UNSETENV 1
  7850. | #define HAVE_GETPEEREID 1
  7851. | #define HAVE_GETADDRINFO 1
  7852. | #define HAVE_GETOPT_LONG 1
  7853. | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
  7854. | #define HAVE_RL_COMPLETION_MATCHES 1
  7855. | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
  7856. | #define HAVE_APPEND_HISTORY 1
  7857. | #define HAVE_HISTORY_TRUNCATE_FILE 1
  7858. | #define HAVE_SIGSETJMP 1
  7859. | #define HAVE_DECL_SYS_SIGLIST 1
  7860. | #define HAVE_SYSLOG 1
  7861. | #define HAVE_INT_OPTERR 1
  7862. | #define HAVE_INT_OPTRESET 1
  7863. | #define HAVE_STRTOLL 1
  7864. | #define HAVE_STRTOULL 1
  7865. | #define HAVE_ATEXIT 1
  7866. | #define HAVE_GCC_INT_ATOMICS 1
  7867. | #define HAVE_STRERROR_R 1
  7868. | #define HAVE_GETPWUID_R 1
  7869. | #define GETPWUID_R_5ARG /**/
  7870. | #define STRERROR_R_INT /**/
  7871. | #define HAVE_LONG_INT_64 1
  7872. | #define INT64_FORMAT "%ld"
  7873. | #define UINT64_FORMAT "%lu"
  7874. | #define SIZEOF_VOID_P 8
  7875. | #define SIZEOF_SIZE_T 8
  7876. | #define SIZEOF_LONG 8
  7877. | #define USE_FLOAT4_BYVAL 1
  7878. | #define FLOAT4PASSBYVAL true
  7879. | #define USE_FLOAT8_BYVAL 1
  7880. | #define FLOAT8PASSBYVAL true
  7881. | #define ALIGNOF_SHORT 2
  7882. | #define ALIGNOF_INT 4
  7883. | #define ALIGNOF_LONG 8
  7884. | #define ALIGNOF_DOUBLE 8
  7885. | #define MAXIMUM_ALIGNOF 8
  7886. | /* end confdefs.h. */
  7887. | #include <stdio.h>
  7888. | #ifdef HAVE_SUPPORTDEFS_H
  7889. | #include <SupportDefs.h>
  7890. | #endif
  7891. |
  7892. | int
  7893. | main ()
  7894. | {
  7895. | if (sizeof (int8))
  7896. | return 0;
  7897. | ;
  7898. | return 0;
  7899. | }
  7900. configure:27617: result: no
  7901. configure:27627: checking for uint8
  7902. configure:27659: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  7903. conftest.c:193:13: error: use of undeclared identifier 'uint8'
  7904. if (sizeof (uint8))
  7905. ^
  7906. 1 error generated.
  7907. configure:27666: $? = 1
  7908. configure: failed program was:
  7909. | /* confdefs.h. */
  7910. | #define PACKAGE_NAME "PostgreSQL"
  7911. | #define PACKAGE_TARNAME "postgresql"
  7912. | #define PACKAGE_VERSION "9.1.4"
  7913. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  7914. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  7915. | #define PG_VERSION "9.1.4"
  7916. | #define PG_MAJORVERSION "9.1"
  7917. | #define USE_INTEGER_DATETIMES 1
  7918. | #define DEF_PGPORT 5432
  7919. | #define DEF_PGPORT_STR "5432"
  7920. | #define BLCKSZ 8192
  7921. | #define RELSEG_SIZE 131072
  7922. | #define XLOG_BLCKSZ 8192
  7923. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  7924. | #define ENABLE_THREAD_SAFETY 1
  7925. | #define ENABLE_GSS 1
  7926. | #define KRB5 1
  7927. | #define PG_KRB_SRVNAM "postgres"
  7928. | #define USE_BONJOUR 1
  7929. | #define USE_SSL 1
  7930. | #define USE_LIBXML 1
  7931. | #define USE_LIBXSLT 1
  7932. | #define HAVE_LIBM 1
  7933. | #define HAVE_LIBREADLINE 1
  7934. | #define HAVE_LIBZ 1
  7935. | #define HAVE_SPINLOCKS 1
  7936. | #define HAVE_LIBCRYPTO 1
  7937. | #define HAVE_LIBSSL 1
  7938. | #define HAVE_LIBXML2 1
  7939. | #define HAVE_LIBXSLT 1
  7940. | #define STDC_HEADERS 1
  7941. | #define HAVE_SYS_TYPES_H 1
  7942. | #define HAVE_SYS_STAT_H 1
  7943. | #define HAVE_STDLIB_H 1
  7944. | #define HAVE_STRING_H 1
  7945. | #define HAVE_MEMORY_H 1
  7946. | #define HAVE_STRINGS_H 1
  7947. | #define HAVE_INTTYPES_H 1
  7948. | #define HAVE_STDINT_H 1
  7949. | #define HAVE_UNISTD_H 1
  7950. | #define HAVE_GETOPT_H 1
  7951. | #define HAVE_IFADDRS_H 1
  7952. | #define HAVE_LANGINFO_H 1
  7953. | #define HAVE_POLL_H 1
  7954. | #define HAVE_PWD_H 1
  7955. | #define HAVE_SYS_IOCTL_H 1
  7956. | #define HAVE_SYS_IPC_H 1
  7957. | #define HAVE_SYS_POLL_H 1
  7958. | #define HAVE_SYS_RESOURCE_H 1
  7959. | #define HAVE_SYS_SELECT_H 1
  7960. | #define HAVE_SYS_SEM_H 1
  7961. | #define HAVE_SYS_SHM_H 1
  7962. | #define HAVE_SYS_SOCKET_H 1
  7963. | #define HAVE_SYS_SOCKIO_H 1
  7964. | #define HAVE_SYS_TIME_H 1
  7965. | #define HAVE_SYS_UCRED_H 1
  7966. | #define HAVE_SYS_UN_H 1
  7967. | #define HAVE_TERMIOS_H 1
  7968. | #define HAVE_UTIME_H 1
  7969. | #define HAVE_WCHAR_H 1
  7970. | #define HAVE_WCTYPE_H 1
  7971. | #define HAVE_NET_IF_H 1
  7972. | #define HAVE_NETINET_IN_H 1
  7973. | #define HAVE_NETINET_TCP_H 1
  7974. | #define HAVE_READLINE_READLINE_H 1
  7975. | #define HAVE_READLINE_HISTORY_H 1
  7976. | #define HAVE_GSSAPI_GSSAPI_H 1
  7977. | #define HAVE_ERR_SET_MARK 1
  7978. | #define HAVE_UUID_H 1
  7979. | #define USE_INLINE 1
  7980. | #define HAVE_STRINGIZE 1
  7981. | #define HAVE_FUNCNAME__FUNC 1
  7982. | #define HAVE_STRUCT_TM_TM_ZONE 1
  7983. | #define HAVE_TM_ZONE 1
  7984. | #define HAVE_TZNAME 1
  7985. | #define HAVE_UNION_SEMUN 1
  7986. | #define HAVE_STRUCT_SOCKADDR_UN 1
  7987. | #define HAVE_UNIX_SOCKETS 1
  7988. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  7989. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  7990. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  7991. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  7992. | #define HAVE_STRUCT_ADDRINFO 1
  7993. | #define HAVE_INTPTR_T 1
  7994. | #define HAVE_UINTPTR_T 1
  7995. | #define HAVE_LONG_LONG_INT 1
  7996. | #define HAVE_LOCALE_T 1
  7997. | #define LOCALE_T_IN_XLOCALE 1
  7998. | #define HAVE_STRUCT_OPTION 1
  7999. | #define HAVE_KRB5_TICKET_ENC_PART2 1
  8000. | #define HAVE_KRB5_ERROR_TEXT_DATA 1
  8001. | #define HAVE_KRB5_FREE_UNPARSED_NAME 1
  8002. | #define SIZEOF_OFF_T 8
  8003. | #define HAVE_INT_TIMEZONE /**/
  8004. | #define ACCEPT_TYPE_RETURN int
  8005. | #define ACCEPT_TYPE_ARG1 int
  8006. | #define ACCEPT_TYPE_ARG2 struct sockaddr *
  8007. | #define ACCEPT_TYPE_ARG3 socklen_t
  8008. | #define HAVE_CBRT 1
  8009. | #define HAVE_DLOPEN 1
  8010. | #define HAVE_FCVT 1
  8011. | #define HAVE_FDATASYNC 1
  8012. | #define HAVE_GETIFADDRS 1
  8013. | #define HAVE_GETRLIMIT 1
  8014. | #define HAVE_MEMMOVE 1
  8015. | #define HAVE_POLL 1
  8016. | #define HAVE_READLINK 1
  8017. | #define HAVE_SCANDIR 1
  8018. | #define HAVE_SETSID 1
  8019. | #define HAVE_SIGPROCMASK 1
  8020. | #define HAVE_SYMLINK 1
  8021. | #define HAVE_SYSCONF 1
  8022. | #define HAVE_TOWLOWER 1
  8023. | #define HAVE_UTIME 1
  8024. | #define HAVE_UTIMES 1
  8025. | #define HAVE_WAITPID 1
  8026. | #define HAVE_WCSTOMBS 1
  8027. | #define HAVE_WCSTOMBS_L 1
  8028. | #define HAVE_FSEEKO 1
  8029. | #define HAVE_FSEEKO 1
  8030. | #define HAVE_DECL_POSIX_FADVISE 0
  8031. | #define HAVE_DECL_FDATASYNC 0
  8032. | #define HAVE_DECL_STRLCAT 1
  8033. | #define HAVE_DECL_STRLCPY 1
  8034. | #define HAVE_DECL_F_FULLFSYNC 1
  8035. | #define HAVE_IPV6 1
  8036. | #define HAVE_SNPRINTF 1
  8037. | #define HAVE_VSNPRINTF 1
  8038. | #define HAVE_DECL_SNPRINTF 1
  8039. | #define HAVE_DECL_VSNPRINTF 1
  8040. | #define HAVE_ISINF 1
  8041. | #define HAVE_CRYPT 1
  8042. | #define HAVE_ERAND48 1
  8043. | #define HAVE_GETOPT 1
  8044. | #define HAVE_GETRUSAGE 1
  8045. | #define HAVE_INET_ATON 1
  8046. | #define HAVE_RANDOM 1
  8047. | #define HAVE_RINT 1
  8048. | #define HAVE_SRANDOM 1
  8049. | #define HAVE_STRDUP 1
  8050. | #define HAVE_STRERROR 1
  8051. | #define HAVE_STRLCAT 1
  8052. | #define HAVE_STRLCPY 1
  8053. | #define HAVE_STRTOL 1
  8054. | #define HAVE_STRTOUL 1
  8055. | #define HAVE_UNSETENV 1
  8056. | #define HAVE_GETPEEREID 1
  8057. | #define HAVE_GETADDRINFO 1
  8058. | #define HAVE_GETOPT_LONG 1
  8059. | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
  8060. | #define HAVE_RL_COMPLETION_MATCHES 1
  8061. | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
  8062. | #define HAVE_APPEND_HISTORY 1
  8063. | #define HAVE_HISTORY_TRUNCATE_FILE 1
  8064. | #define HAVE_SIGSETJMP 1
  8065. | #define HAVE_DECL_SYS_SIGLIST 1
  8066. | #define HAVE_SYSLOG 1
  8067. | #define HAVE_INT_OPTERR 1
  8068. | #define HAVE_INT_OPTRESET 1
  8069. | #define HAVE_STRTOLL 1
  8070. | #define HAVE_STRTOULL 1
  8071. | #define HAVE_ATEXIT 1
  8072. | #define HAVE_GCC_INT_ATOMICS 1
  8073. | #define HAVE_STRERROR_R 1
  8074. | #define HAVE_GETPWUID_R 1
  8075. | #define GETPWUID_R_5ARG /**/
  8076. | #define STRERROR_R_INT /**/
  8077. | #define HAVE_LONG_INT_64 1
  8078. | #define INT64_FORMAT "%ld"
  8079. | #define UINT64_FORMAT "%lu"
  8080. | #define SIZEOF_VOID_P 8
  8081. | #define SIZEOF_SIZE_T 8
  8082. | #define SIZEOF_LONG 8
  8083. | #define USE_FLOAT4_BYVAL 1
  8084. | #define FLOAT4PASSBYVAL true
  8085. | #define USE_FLOAT8_BYVAL 1
  8086. | #define FLOAT8PASSBYVAL true
  8087. | #define ALIGNOF_SHORT 2
  8088. | #define ALIGNOF_INT 4
  8089. | #define ALIGNOF_LONG 8
  8090. | #define ALIGNOF_DOUBLE 8
  8091. | #define MAXIMUM_ALIGNOF 8
  8092. | /* end confdefs.h. */
  8093. | #include <stdio.h>
  8094. | #ifdef HAVE_SUPPORTDEFS_H
  8095. | #include <SupportDefs.h>
  8096. | #endif
  8097. |
  8098. | int
  8099. | main ()
  8100. | {
  8101. | if (sizeof (uint8))
  8102. | return 0;
  8103. | ;
  8104. | return 0;
  8105. | }
  8106. configure:27727: result: no
  8107. configure:27737: checking for int64
  8108. configure:27769: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  8109. conftest.c:193:13: error: use of undeclared identifier 'int64'
  8110. if (sizeof (int64))
  8111. ^
  8112. 1 error generated.
  8113. configure:27776: $? = 1
  8114. configure: failed program was:
  8115. | /* confdefs.h. */
  8116. | #define PACKAGE_NAME "PostgreSQL"
  8117. | #define PACKAGE_TARNAME "postgresql"
  8118. | #define PACKAGE_VERSION "9.1.4"
  8119. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  8120. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  8121. | #define PG_VERSION "9.1.4"
  8122. | #define PG_MAJORVERSION "9.1"
  8123. | #define USE_INTEGER_DATETIMES 1
  8124. | #define DEF_PGPORT 5432
  8125. | #define DEF_PGPORT_STR "5432"
  8126. | #define BLCKSZ 8192
  8127. | #define RELSEG_SIZE 131072
  8128. | #define XLOG_BLCKSZ 8192
  8129. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  8130. | #define ENABLE_THREAD_SAFETY 1
  8131. | #define ENABLE_GSS 1
  8132. | #define KRB5 1
  8133. | #define PG_KRB_SRVNAM "postgres"
  8134. | #define USE_BONJOUR 1
  8135. | #define USE_SSL 1
  8136. | #define USE_LIBXML 1
  8137. | #define USE_LIBXSLT 1
  8138. | #define HAVE_LIBM 1
  8139. | #define HAVE_LIBREADLINE 1
  8140. | #define HAVE_LIBZ 1
  8141. | #define HAVE_SPINLOCKS 1
  8142. | #define HAVE_LIBCRYPTO 1
  8143. | #define HAVE_LIBSSL 1
  8144. | #define HAVE_LIBXML2 1
  8145. | #define HAVE_LIBXSLT 1
  8146. | #define STDC_HEADERS 1
  8147. | #define HAVE_SYS_TYPES_H 1
  8148. | #define HAVE_SYS_STAT_H 1
  8149. | #define HAVE_STDLIB_H 1
  8150. | #define HAVE_STRING_H 1
  8151. | #define HAVE_MEMORY_H 1
  8152. | #define HAVE_STRINGS_H 1
  8153. | #define HAVE_INTTYPES_H 1
  8154. | #define HAVE_STDINT_H 1
  8155. | #define HAVE_UNISTD_H 1
  8156. | #define HAVE_GETOPT_H 1
  8157. | #define HAVE_IFADDRS_H 1
  8158. | #define HAVE_LANGINFO_H 1
  8159. | #define HAVE_POLL_H 1
  8160. | #define HAVE_PWD_H 1
  8161. | #define HAVE_SYS_IOCTL_H 1
  8162. | #define HAVE_SYS_IPC_H 1
  8163. | #define HAVE_SYS_POLL_H 1
  8164. | #define HAVE_SYS_RESOURCE_H 1
  8165. | #define HAVE_SYS_SELECT_H 1
  8166. | #define HAVE_SYS_SEM_H 1
  8167. | #define HAVE_SYS_SHM_H 1
  8168. | #define HAVE_SYS_SOCKET_H 1
  8169. | #define HAVE_SYS_SOCKIO_H 1
  8170. | #define HAVE_SYS_TIME_H 1
  8171. | #define HAVE_SYS_UCRED_H 1
  8172. | #define HAVE_SYS_UN_H 1
  8173. | #define HAVE_TERMIOS_H 1
  8174. | #define HAVE_UTIME_H 1
  8175. | #define HAVE_WCHAR_H 1
  8176. | #define HAVE_WCTYPE_H 1
  8177. | #define HAVE_NET_IF_H 1
  8178. | #define HAVE_NETINET_IN_H 1
  8179. | #define HAVE_NETINET_TCP_H 1
  8180. | #define HAVE_READLINE_READLINE_H 1
  8181. | #define HAVE_READLINE_HISTORY_H 1
  8182. | #define HAVE_GSSAPI_GSSAPI_H 1
  8183. | #define HAVE_ERR_SET_MARK 1
  8184. | #define HAVE_UUID_H 1
  8185. | #define USE_INLINE 1
  8186. | #define HAVE_STRINGIZE 1
  8187. | #define HAVE_FUNCNAME__FUNC 1
  8188. | #define HAVE_STRUCT_TM_TM_ZONE 1
  8189. | #define HAVE_TM_ZONE 1
  8190. | #define HAVE_TZNAME 1
  8191. | #define HAVE_UNION_SEMUN 1
  8192. | #define HAVE_STRUCT_SOCKADDR_UN 1
  8193. | #define HAVE_UNIX_SOCKETS 1
  8194. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  8195. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  8196. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  8197. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  8198. | #define HAVE_STRUCT_ADDRINFO 1
  8199. | #define HAVE_INTPTR_T 1
  8200. | #define HAVE_UINTPTR_T 1
  8201. | #define HAVE_LONG_LONG_INT 1
  8202. | #define HAVE_LOCALE_T 1
  8203. | #define LOCALE_T_IN_XLOCALE 1
  8204. | #define HAVE_STRUCT_OPTION 1
  8205. | #define HAVE_KRB5_TICKET_ENC_PART2 1
  8206. | #define HAVE_KRB5_ERROR_TEXT_DATA 1
  8207. | #define HAVE_KRB5_FREE_UNPARSED_NAME 1
  8208. | #define SIZEOF_OFF_T 8
  8209. | #define HAVE_INT_TIMEZONE /**/
  8210. | #define ACCEPT_TYPE_RETURN int
  8211. | #define ACCEPT_TYPE_ARG1 int
  8212. | #define ACCEPT_TYPE_ARG2 struct sockaddr *
  8213. | #define ACCEPT_TYPE_ARG3 socklen_t
  8214. | #define HAVE_CBRT 1
  8215. | #define HAVE_DLOPEN 1
  8216. | #define HAVE_FCVT 1
  8217. | #define HAVE_FDATASYNC 1
  8218. | #define HAVE_GETIFADDRS 1
  8219. | #define HAVE_GETRLIMIT 1
  8220. | #define HAVE_MEMMOVE 1
  8221. | #define HAVE_POLL 1
  8222. | #define HAVE_READLINK 1
  8223. | #define HAVE_SCANDIR 1
  8224. | #define HAVE_SETSID 1
  8225. | #define HAVE_SIGPROCMASK 1
  8226. | #define HAVE_SYMLINK 1
  8227. | #define HAVE_SYSCONF 1
  8228. | #define HAVE_TOWLOWER 1
  8229. | #define HAVE_UTIME 1
  8230. | #define HAVE_UTIMES 1
  8231. | #define HAVE_WAITPID 1
  8232. | #define HAVE_WCSTOMBS 1
  8233. | #define HAVE_WCSTOMBS_L 1
  8234. | #define HAVE_FSEEKO 1
  8235. | #define HAVE_FSEEKO 1
  8236. | #define HAVE_DECL_POSIX_FADVISE 0
  8237. | #define HAVE_DECL_FDATASYNC 0
  8238. | #define HAVE_DECL_STRLCAT 1
  8239. | #define HAVE_DECL_STRLCPY 1
  8240. | #define HAVE_DECL_F_FULLFSYNC 1
  8241. | #define HAVE_IPV6 1
  8242. | #define HAVE_SNPRINTF 1
  8243. | #define HAVE_VSNPRINTF 1
  8244. | #define HAVE_DECL_SNPRINTF 1
  8245. | #define HAVE_DECL_VSNPRINTF 1
  8246. | #define HAVE_ISINF 1
  8247. | #define HAVE_CRYPT 1
  8248. | #define HAVE_ERAND48 1
  8249. | #define HAVE_GETOPT 1
  8250. | #define HAVE_GETRUSAGE 1
  8251. | #define HAVE_INET_ATON 1
  8252. | #define HAVE_RANDOM 1
  8253. | #define HAVE_RINT 1
  8254. | #define HAVE_SRANDOM 1
  8255. | #define HAVE_STRDUP 1
  8256. | #define HAVE_STRERROR 1
  8257. | #define HAVE_STRLCAT 1
  8258. | #define HAVE_STRLCPY 1
  8259. | #define HAVE_STRTOL 1
  8260. | #define HAVE_STRTOUL 1
  8261. | #define HAVE_UNSETENV 1
  8262. | #define HAVE_GETPEEREID 1
  8263. | #define HAVE_GETADDRINFO 1
  8264. | #define HAVE_GETOPT_LONG 1
  8265. | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
  8266. | #define HAVE_RL_COMPLETION_MATCHES 1
  8267. | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
  8268. | #define HAVE_APPEND_HISTORY 1
  8269. | #define HAVE_HISTORY_TRUNCATE_FILE 1
  8270. | #define HAVE_SIGSETJMP 1
  8271. | #define HAVE_DECL_SYS_SIGLIST 1
  8272. | #define HAVE_SYSLOG 1
  8273. | #define HAVE_INT_OPTERR 1
  8274. | #define HAVE_INT_OPTRESET 1
  8275. | #define HAVE_STRTOLL 1
  8276. | #define HAVE_STRTOULL 1
  8277. | #define HAVE_ATEXIT 1
  8278. | #define HAVE_GCC_INT_ATOMICS 1
  8279. | #define HAVE_STRERROR_R 1
  8280. | #define HAVE_GETPWUID_R 1
  8281. | #define GETPWUID_R_5ARG /**/
  8282. | #define STRERROR_R_INT /**/
  8283. | #define HAVE_LONG_INT_64 1
  8284. | #define INT64_FORMAT "%ld"
  8285. | #define UINT64_FORMAT "%lu"
  8286. | #define SIZEOF_VOID_P 8
  8287. | #define SIZEOF_SIZE_T 8
  8288. | #define SIZEOF_LONG 8
  8289. | #define USE_FLOAT4_BYVAL 1
  8290. | #define FLOAT4PASSBYVAL true
  8291. | #define USE_FLOAT8_BYVAL 1
  8292. | #define FLOAT8PASSBYVAL true
  8293. | #define ALIGNOF_SHORT 2
  8294. | #define ALIGNOF_INT 4
  8295. | #define ALIGNOF_LONG 8
  8296. | #define ALIGNOF_DOUBLE 8
  8297. | #define MAXIMUM_ALIGNOF 8
  8298. | /* end confdefs.h. */
  8299. | #include <stdio.h>
  8300. | #ifdef HAVE_SUPPORTDEFS_H
  8301. | #include <SupportDefs.h>
  8302. | #endif
  8303. |
  8304. | int
  8305. | main ()
  8306. | {
  8307. | if (sizeof (int64))
  8308. | return 0;
  8309. | ;
  8310. | return 0;
  8311. | }
  8312. configure:27837: result: no
  8313. configure:27847: checking for uint64
  8314. configure:27879: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  8315. conftest.c:193:13: error: use of undeclared identifier 'uint64'
  8316. if (sizeof (uint64))
  8317. ^
  8318. 1 error generated.
  8319. configure:27886: $? = 1
  8320. configure: failed program was:
  8321. | /* confdefs.h. */
  8322. | #define PACKAGE_NAME "PostgreSQL"
  8323. | #define PACKAGE_TARNAME "postgresql"
  8324. | #define PACKAGE_VERSION "9.1.4"
  8325. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  8326. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  8327. | #define PG_VERSION "9.1.4"
  8328. | #define PG_MAJORVERSION "9.1"
  8329. | #define USE_INTEGER_DATETIMES 1
  8330. | #define DEF_PGPORT 5432
  8331. | #define DEF_PGPORT_STR "5432"
  8332. | #define BLCKSZ 8192
  8333. | #define RELSEG_SIZE 131072
  8334. | #define XLOG_BLCKSZ 8192
  8335. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  8336. | #define ENABLE_THREAD_SAFETY 1
  8337. | #define ENABLE_GSS 1
  8338. | #define KRB5 1
  8339. | #define PG_KRB_SRVNAM "postgres"
  8340. | #define USE_BONJOUR 1
  8341. | #define USE_SSL 1
  8342. | #define USE_LIBXML 1
  8343. | #define USE_LIBXSLT 1
  8344. | #define HAVE_LIBM 1
  8345. | #define HAVE_LIBREADLINE 1
  8346. | #define HAVE_LIBZ 1
  8347. | #define HAVE_SPINLOCKS 1
  8348. | #define HAVE_LIBCRYPTO 1
  8349. | #define HAVE_LIBSSL 1
  8350. | #define HAVE_LIBXML2 1
  8351. | #define HAVE_LIBXSLT 1
  8352. | #define STDC_HEADERS 1
  8353. | #define HAVE_SYS_TYPES_H 1
  8354. | #define HAVE_SYS_STAT_H 1
  8355. | #define HAVE_STDLIB_H 1
  8356. | #define HAVE_STRING_H 1
  8357. | #define HAVE_MEMORY_H 1
  8358. | #define HAVE_STRINGS_H 1
  8359. | #define HAVE_INTTYPES_H 1
  8360. | #define HAVE_STDINT_H 1
  8361. | #define HAVE_UNISTD_H 1
  8362. | #define HAVE_GETOPT_H 1
  8363. | #define HAVE_IFADDRS_H 1
  8364. | #define HAVE_LANGINFO_H 1
  8365. | #define HAVE_POLL_H 1
  8366. | #define HAVE_PWD_H 1
  8367. | #define HAVE_SYS_IOCTL_H 1
  8368. | #define HAVE_SYS_IPC_H 1
  8369. | #define HAVE_SYS_POLL_H 1
  8370. | #define HAVE_SYS_RESOURCE_H 1
  8371. | #define HAVE_SYS_SELECT_H 1
  8372. | #define HAVE_SYS_SEM_H 1
  8373. | #define HAVE_SYS_SHM_H 1
  8374. | #define HAVE_SYS_SOCKET_H 1
  8375. | #define HAVE_SYS_SOCKIO_H 1
  8376. | #define HAVE_SYS_TIME_H 1
  8377. | #define HAVE_SYS_UCRED_H 1
  8378. | #define HAVE_SYS_UN_H 1
  8379. | #define HAVE_TERMIOS_H 1
  8380. | #define HAVE_UTIME_H 1
  8381. | #define HAVE_WCHAR_H 1
  8382. | #define HAVE_WCTYPE_H 1
  8383. | #define HAVE_NET_IF_H 1
  8384. | #define HAVE_NETINET_IN_H 1
  8385. | #define HAVE_NETINET_TCP_H 1
  8386. | #define HAVE_READLINE_READLINE_H 1
  8387. | #define HAVE_READLINE_HISTORY_H 1
  8388. | #define HAVE_GSSAPI_GSSAPI_H 1
  8389. | #define HAVE_ERR_SET_MARK 1
  8390. | #define HAVE_UUID_H 1
  8391. | #define USE_INLINE 1
  8392. | #define HAVE_STRINGIZE 1
  8393. | #define HAVE_FUNCNAME__FUNC 1
  8394. | #define HAVE_STRUCT_TM_TM_ZONE 1
  8395. | #define HAVE_TM_ZONE 1
  8396. | #define HAVE_TZNAME 1
  8397. | #define HAVE_UNION_SEMUN 1
  8398. | #define HAVE_STRUCT_SOCKADDR_UN 1
  8399. | #define HAVE_UNIX_SOCKETS 1
  8400. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  8401. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  8402. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  8403. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  8404. | #define HAVE_STRUCT_ADDRINFO 1
  8405. | #define HAVE_INTPTR_T 1
  8406. | #define HAVE_UINTPTR_T 1
  8407. | #define HAVE_LONG_LONG_INT 1
  8408. | #define HAVE_LOCALE_T 1
  8409. | #define LOCALE_T_IN_XLOCALE 1
  8410. | #define HAVE_STRUCT_OPTION 1
  8411. | #define HAVE_KRB5_TICKET_ENC_PART2 1
  8412. | #define HAVE_KRB5_ERROR_TEXT_DATA 1
  8413. | #define HAVE_KRB5_FREE_UNPARSED_NAME 1
  8414. | #define SIZEOF_OFF_T 8
  8415. | #define HAVE_INT_TIMEZONE /**/
  8416. | #define ACCEPT_TYPE_RETURN int
  8417. | #define ACCEPT_TYPE_ARG1 int
  8418. | #define ACCEPT_TYPE_ARG2 struct sockaddr *
  8419. | #define ACCEPT_TYPE_ARG3 socklen_t
  8420. | #define HAVE_CBRT 1
  8421. | #define HAVE_DLOPEN 1
  8422. | #define HAVE_FCVT 1
  8423. | #define HAVE_FDATASYNC 1
  8424. | #define HAVE_GETIFADDRS 1
  8425. | #define HAVE_GETRLIMIT 1
  8426. | #define HAVE_MEMMOVE 1
  8427. | #define HAVE_POLL 1
  8428. | #define HAVE_READLINK 1
  8429. | #define HAVE_SCANDIR 1
  8430. | #define HAVE_SETSID 1
  8431. | #define HAVE_SIGPROCMASK 1
  8432. | #define HAVE_SYMLINK 1
  8433. | #define HAVE_SYSCONF 1
  8434. | #define HAVE_TOWLOWER 1
  8435. | #define HAVE_UTIME 1
  8436. | #define HAVE_UTIMES 1
  8437. | #define HAVE_WAITPID 1
  8438. | #define HAVE_WCSTOMBS 1
  8439. | #define HAVE_WCSTOMBS_L 1
  8440. | #define HAVE_FSEEKO 1
  8441. | #define HAVE_FSEEKO 1
  8442. | #define HAVE_DECL_POSIX_FADVISE 0
  8443. | #define HAVE_DECL_FDATASYNC 0
  8444. | #define HAVE_DECL_STRLCAT 1
  8445. | #define HAVE_DECL_STRLCPY 1
  8446. | #define HAVE_DECL_F_FULLFSYNC 1
  8447. | #define HAVE_IPV6 1
  8448. | #define HAVE_SNPRINTF 1
  8449. | #define HAVE_VSNPRINTF 1
  8450. | #define HAVE_DECL_SNPRINTF 1
  8451. | #define HAVE_DECL_VSNPRINTF 1
  8452. | #define HAVE_ISINF 1
  8453. | #define HAVE_CRYPT 1
  8454. | #define HAVE_ERAND48 1
  8455. | #define HAVE_GETOPT 1
  8456. | #define HAVE_GETRUSAGE 1
  8457. | #define HAVE_INET_ATON 1
  8458. | #define HAVE_RANDOM 1
  8459. | #define HAVE_RINT 1
  8460. | #define HAVE_SRANDOM 1
  8461. | #define HAVE_STRDUP 1
  8462. | #define HAVE_STRERROR 1
  8463. | #define HAVE_STRLCAT 1
  8464. | #define HAVE_STRLCPY 1
  8465. | #define HAVE_STRTOL 1
  8466. | #define HAVE_STRTOUL 1
  8467. | #define HAVE_UNSETENV 1
  8468. | #define HAVE_GETPEEREID 1
  8469. | #define HAVE_GETADDRINFO 1
  8470. | #define HAVE_GETOPT_LONG 1
  8471. | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
  8472. | #define HAVE_RL_COMPLETION_MATCHES 1
  8473. | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
  8474. | #define HAVE_APPEND_HISTORY 1
  8475. | #define HAVE_HISTORY_TRUNCATE_FILE 1
  8476. | #define HAVE_SIGSETJMP 1
  8477. | #define HAVE_DECL_SYS_SIGLIST 1
  8478. | #define HAVE_SYSLOG 1
  8479. | #define HAVE_INT_OPTERR 1
  8480. | #define HAVE_INT_OPTRESET 1
  8481. | #define HAVE_STRTOLL 1
  8482. | #define HAVE_STRTOULL 1
  8483. | #define HAVE_ATEXIT 1
  8484. | #define HAVE_GCC_INT_ATOMICS 1
  8485. | #define HAVE_STRERROR_R 1
  8486. | #define HAVE_GETPWUID_R 1
  8487. | #define GETPWUID_R_5ARG /**/
  8488. | #define STRERROR_R_INT /**/
  8489. | #define HAVE_LONG_INT_64 1
  8490. | #define INT64_FORMAT "%ld"
  8491. | #define UINT64_FORMAT "%lu"
  8492. | #define SIZEOF_VOID_P 8
  8493. | #define SIZEOF_SIZE_T 8
  8494. | #define SIZEOF_LONG 8
  8495. | #define USE_FLOAT4_BYVAL 1
  8496. | #define FLOAT4PASSBYVAL true
  8497. | #define USE_FLOAT8_BYVAL 1
  8498. | #define FLOAT8PASSBYVAL true
  8499. | #define ALIGNOF_SHORT 2
  8500. | #define ALIGNOF_INT 4
  8501. | #define ALIGNOF_LONG 8
  8502. | #define ALIGNOF_DOUBLE 8
  8503. | #define MAXIMUM_ALIGNOF 8
  8504. | /* end confdefs.h. */
  8505. | #include <stdio.h>
  8506. | #ifdef HAVE_SUPPORTDEFS_H
  8507. | #include <SupportDefs.h>
  8508. | #endif
  8509. |
  8510. | int
  8511. | main ()
  8512. | {
  8513. | if (sizeof (uint64))
  8514. | return 0;
  8515. | ;
  8516. | return 0;
  8517. | }
  8518. configure:27947: result: no
  8519. configure:27961: checking for sig_atomic_t
  8520. configure:27990: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  8521. configure:27997: $? = 0
  8522. configure:28025: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  8523. conftest.c:190:27: error: expected expression
  8524. if (sizeof ((sig_atomic_t)))
  8525. ^
  8526. 1 error generated.
  8527. configure:28032: $? = 1
  8528. configure: failed program was:
  8529. | /* confdefs.h. */
  8530. | #define PACKAGE_NAME "PostgreSQL"
  8531. | #define PACKAGE_TARNAME "postgresql"
  8532. | #define PACKAGE_VERSION "9.1.4"
  8533. | #define PACKAGE_STRING "PostgreSQL 9.1.4"
  8534. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  8535. | #define PG_VERSION "9.1.4"
  8536. | #define PG_MAJORVERSION "9.1"
  8537. | #define USE_INTEGER_DATETIMES 1
  8538. | #define DEF_PGPORT 5432
  8539. | #define DEF_PGPORT_STR "5432"
  8540. | #define BLCKSZ 8192
  8541. | #define RELSEG_SIZE 131072
  8542. | #define XLOG_BLCKSZ 8192
  8543. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  8544. | #define ENABLE_THREAD_SAFETY 1
  8545. | #define ENABLE_GSS 1
  8546. | #define KRB5 1
  8547. | #define PG_KRB_SRVNAM "postgres"
  8548. | #define USE_BONJOUR 1
  8549. | #define USE_SSL 1
  8550. | #define USE_LIBXML 1
  8551. | #define USE_LIBXSLT 1
  8552. | #define HAVE_LIBM 1
  8553. | #define HAVE_LIBREADLINE 1
  8554. | #define HAVE_LIBZ 1
  8555. | #define HAVE_SPINLOCKS 1
  8556. | #define HAVE_LIBCRYPTO 1
  8557. | #define HAVE_LIBSSL 1
  8558. | #define HAVE_LIBXML2 1
  8559. | #define HAVE_LIBXSLT 1
  8560. | #define STDC_HEADERS 1
  8561. | #define HAVE_SYS_TYPES_H 1
  8562. | #define HAVE_SYS_STAT_H 1
  8563. | #define HAVE_STDLIB_H 1
  8564. | #define HAVE_STRING_H 1
  8565. | #define HAVE_MEMORY_H 1
  8566. | #define HAVE_STRINGS_H 1
  8567. | #define HAVE_INTTYPES_H 1
  8568. | #define HAVE_STDINT_H 1
  8569. | #define HAVE_UNISTD_H 1
  8570. | #define HAVE_GETOPT_H 1
  8571. | #define HAVE_IFADDRS_H 1
  8572. | #define HAVE_LANGINFO_H 1
  8573. | #define HAVE_POLL_H 1
  8574. | #define HAVE_PWD_H 1
  8575. | #define HAVE_SYS_IOCTL_H 1
  8576. | #define HAVE_SYS_IPC_H 1
  8577. | #define HAVE_SYS_POLL_H 1
  8578. | #define HAVE_SYS_RESOURCE_H 1
  8579. | #define HAVE_SYS_SELECT_H 1
  8580. | #define HAVE_SYS_SEM_H 1
  8581. | #define HAVE_SYS_SHM_H 1
  8582. | #define HAVE_SYS_SOCKET_H 1
  8583. | #define HAVE_SYS_SOCKIO_H 1
  8584. | #define HAVE_SYS_TIME_H 1
  8585. | #define HAVE_SYS_UCRED_H 1
  8586. | #define HAVE_SYS_UN_H 1
  8587. | #define HAVE_TERMIOS_H 1
  8588. | #define HAVE_UTIME_H 1
  8589. | #define HAVE_WCHAR_H 1
  8590. | #define HAVE_WCTYPE_H 1
  8591. | #define HAVE_NET_IF_H 1
  8592. | #define HAVE_NETINET_IN_H 1
  8593. | #define HAVE_NETINET_TCP_H 1
  8594. | #define HAVE_READLINE_READLINE_H 1
  8595. | #define HAVE_READLINE_HISTORY_H 1
  8596. | #define HAVE_GSSAPI_GSSAPI_H 1
  8597. | #define HAVE_ERR_SET_MARK 1
  8598. | #define HAVE_UUID_H 1
  8599. | #define USE_INLINE 1
  8600. | #define HAVE_STRINGIZE 1
  8601. | #define HAVE_FUNCNAME__FUNC 1
  8602. | #define HAVE_STRUCT_TM_TM_ZONE 1
  8603. | #define HAVE_TM_ZONE 1
  8604. | #define HAVE_TZNAME 1
  8605. | #define HAVE_UNION_SEMUN 1
  8606. | #define HAVE_STRUCT_SOCKADDR_UN 1
  8607. | #define HAVE_UNIX_SOCKETS 1
  8608. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  8609. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  8610. | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  8611. | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  8612. | #define HAVE_STRUCT_ADDRINFO 1
  8613. | #define HAVE_INTPTR_T 1
  8614. | #define HAVE_UINTPTR_T 1
  8615. | #define HAVE_LONG_LONG_INT 1
  8616. | #define HAVE_LOCALE_T 1
  8617. | #define LOCALE_T_IN_XLOCALE 1
  8618. | #define HAVE_STRUCT_OPTION 1
  8619. | #define HAVE_KRB5_TICKET_ENC_PART2 1
  8620. | #define HAVE_KRB5_ERROR_TEXT_DATA 1
  8621. | #define HAVE_KRB5_FREE_UNPARSED_NAME 1
  8622. | #define SIZEOF_OFF_T 8
  8623. | #define HAVE_INT_TIMEZONE /**/
  8624. | #define ACCEPT_TYPE_RETURN int
  8625. | #define ACCEPT_TYPE_ARG1 int
  8626. | #define ACCEPT_TYPE_ARG2 struct sockaddr *
  8627. | #define ACCEPT_TYPE_ARG3 socklen_t
  8628. | #define HAVE_CBRT 1
  8629. | #define HAVE_DLOPEN 1
  8630. | #define HAVE_FCVT 1
  8631. | #define HAVE_FDATASYNC 1
  8632. | #define HAVE_GETIFADDRS 1
  8633. | #define HAVE_GETRLIMIT 1
  8634. | #define HAVE_MEMMOVE 1
  8635. | #define HAVE_POLL 1
  8636. | #define HAVE_READLINK 1
  8637. | #define HAVE_SCANDIR 1
  8638. | #define HAVE_SETSID 1
  8639. | #define HAVE_SIGPROCMASK 1
  8640. | #define HAVE_SYMLINK 1
  8641. | #define HAVE_SYSCONF 1
  8642. | #define HAVE_TOWLOWER 1
  8643. | #define HAVE_UTIME 1
  8644. | #define HAVE_UTIMES 1
  8645. | #define HAVE_WAITPID 1
  8646. | #define HAVE_WCSTOMBS 1
  8647. | #define HAVE_WCSTOMBS_L 1
  8648. | #define HAVE_FSEEKO 1
  8649. | #define HAVE_FSEEKO 1
  8650. | #define HAVE_DECL_POSIX_FADVISE 0
  8651. | #define HAVE_DECL_FDATASYNC 0
  8652. | #define HAVE_DECL_STRLCAT 1
  8653. | #define HAVE_DECL_STRLCPY 1
  8654. | #define HAVE_DECL_F_FULLFSYNC 1
  8655. | #define HAVE_IPV6 1
  8656. | #define HAVE_SNPRINTF 1
  8657. | #define HAVE_VSNPRINTF 1
  8658. | #define HAVE_DECL_SNPRINTF 1
  8659. | #define HAVE_DECL_VSNPRINTF 1
  8660. | #define HAVE_ISINF 1
  8661. | #define HAVE_CRYPT 1
  8662. | #define HAVE_ERAND48 1
  8663. | #define HAVE_GETOPT 1
  8664. | #define HAVE_GETRUSAGE 1
  8665. | #define HAVE_INET_ATON 1
  8666. | #define HAVE_RANDOM 1
  8667. | #define HAVE_RINT 1
  8668. | #define HAVE_SRANDOM 1
  8669. | #define HAVE_STRDUP 1
  8670. | #define HAVE_STRERROR 1
  8671. | #define HAVE_STRLCAT 1
  8672. | #define HAVE_STRLCPY 1
  8673. | #define HAVE_STRTOL 1
  8674. | #define HAVE_STRTOUL 1
  8675. | #define HAVE_UNSETENV 1
  8676. | #define HAVE_GETPEEREID 1
  8677. | #define HAVE_GETADDRINFO 1
  8678. | #define HAVE_GETOPT_LONG 1
  8679. | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
  8680. | #define HAVE_RL_COMPLETION_MATCHES 1
  8681. | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
  8682. | #define HAVE_APPEND_HISTORY 1
  8683. | #define HAVE_HISTORY_TRUNCATE_FILE 1
  8684. | #define HAVE_SIGSETJMP 1
  8685. | #define HAVE_DECL_SYS_SIGLIST 1
  8686. | #define HAVE_SYSLOG 1
  8687. | #define HAVE_INT_OPTERR 1
  8688. | #define HAVE_INT_OPTRESET 1
  8689. | #define HAVE_STRTOLL 1
  8690. | #define HAVE_STRTOULL 1
  8691. | #define HAVE_ATEXIT 1
  8692. | #define HAVE_GCC_INT_ATOMICS 1
  8693. | #define HAVE_STRERROR_R 1
  8694. | #define HAVE_GETPWUID_R 1
  8695. | #define GETPWUID_R_5ARG /**/
  8696. | #define STRERROR_R_INT /**/
  8697. | #define HAVE_LONG_INT_64 1
  8698. | #define INT64_FORMAT "%ld"
  8699. | #define UINT64_FORMAT "%lu"
  8700. | #define SIZEOF_VOID_P 8
  8701. | #define SIZEOF_SIZE_T 8
  8702. | #define SIZEOF_LONG 8
  8703. | #define USE_FLOAT4_BYVAL 1
  8704. | #define FLOAT4PASSBYVAL true
  8705. | #define USE_FLOAT8_BYVAL 1
  8706. | #define FLOAT8PASSBYVAL true
  8707. | #define ALIGNOF_SHORT 2
  8708. | #define ALIGNOF_INT 4
  8709. | #define ALIGNOF_LONG 8
  8710. | #define ALIGNOF_DOUBLE 8
  8711. | #define MAXIMUM_ALIGNOF 8
  8712. | /* end confdefs.h. */
  8713. | #include <signal.h>
  8714. |
  8715. | int
  8716. | main ()
  8717. | {
  8718. | if (sizeof ((sig_atomic_t)))
  8719. | return 0;
  8720. | ;
  8721. | return 0;
  8722. | }
  8723. configure:28055: result: yes
  8724. configure:28070: checking for POSIX signal interface
  8725. configure:28100: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  8726. configure:28107: $? = 0
  8727. configure:28127: result: yes
  8728. configure:28150: checking for working memcmp
  8729. configure:28203: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  8730. configure:28207: $? = 0
  8731. configure:28213: ./conftest
  8732. configure:28217: $? = 0
  8733. configure:28234: result: yes
  8734. configure:28940: checking Python.h usability
  8735. configure:28957: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/python/2.7.3/include/python2.7 -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  8736. configure:28964: $? = 0
  8737. configure:28978: result: yes
  8738. configure:28982: checking Python.h presence
  8739. configure:28997: /usr/bin/clang -E -I/usr/local/Cellar/python/2.7.3/include/python2.7 -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c
  8740. configure:29004: $? = 0
  8741. configure:29018: result: yes
  8742. configure:29051: checking for Python.h
  8743. configure:29058: result: yes
  8744. configure:29081: checking for onsgmls
  8745. configure:29111: result: no
  8746. configure:29081: checking for nsgmls
  8747. configure:29111: result: no
  8748. configure:29123: checking for openjade
  8749. configure:29153: result: no
  8750. configure:29123: checking for jade
  8751. configure:29153: result: no
  8752. configure:29162: checking for DocBook V4.2
  8753. configure:29191: result: no
  8754. configure:29197: checking for DocBook stylesheets
  8755. configure:29236: result: no
  8756. configure:29290: checking for collateindex.pl
  8757. configure:29323: result: no
  8758. configure:29336: checking for xsltproc
  8759. configure:29352: found /usr/bin/xsltproc
  8760. configure:29363: result: xsltproc
  8761. configure:29378: checking for osx
  8762. configure:29408: result: no
  8763. configure:29378: checking for sgml2xml
  8764. configure:29408: result: no
  8765. configure:29378: checking for sx
  8766. configure:29408: result: no
  8767. configure:29425: checking thread safety of required library functions
  8768. configure:29458: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DIN_CONFIGURE -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -lpthread >&5
  8769. configure:29462: $? = 0
  8770. configure:29468: ./conftest
  8771. Your errno is thread-safe.
  8772. Your system has sterror_r(); it does not need strerror().
  8773. Your system has getpwuid_r(); it does not need getpwuid().
  8774. Your system has getaddrinfo(); it does not need gethostbyname()
  8775. or gethostbyname_r().
  8776.  
  8777. Your platform is thread-safe.
  8778. configure:29472: $? = 0
  8779. configure:29474: result: yes
  8780. configure:29520: checking whether /usr/bin/clang supports -Wl,-dead_strip_dylibs
  8781. configure:29551: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  8782. configure:29555: $? = 0
  8783. configure:29561: ./conftest
  8784. configure:29565: $? = 0
  8785. configure:29583: result: yes
  8786. configure:29734: using CFLAGS=-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard
  8787. configure:29736: using CPPFLAGS=-I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2
  8788. configure:29738: using LDFLAGS=-L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs
  8789. configure:29911: creating ./config.status
  8790.  
  8791. ## ---------------------- ##
  8792. ## Running config.status. ##
  8793. ## ---------------------- ##
  8794.  
  8795. This file was extended by PostgreSQL config.status 9.1.4, which was
  8796. generated by GNU Autoconf 2.63. Invocation command line was
  8797.  
  8798. CONFIG_FILES =
  8799. CONFIG_HEADERS =
  8800. CONFIG_LINKS =
  8801. CONFIG_COMMANDS =
  8802. $ ./config.status
  8803.  
  8804. on Adrians-MacBook-Pro.local
  8805.  
  8806. config.status:1038: creating GNUmakefile
  8807. config.status:1038: creating src/Makefile.global
  8808. config.status:1038: creating src/include/pg_config.h
  8809. config.status:1038: creating src/interfaces/ecpg/include/ecpg_config.h
  8810. config.status:1285: linking src/backend/port/tas/dummy.s to src/backend/port/tas.s
  8811. config.status:1285: linking src/backend/port/dynloader/darwin.c to src/backend/port/dynloader.c
  8812. config.status:1285: linking src/backend/port/sysv_sema.c to src/backend/port/pg_sema.c
  8813. config.status:1285: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c
  8814. config.status:1285: linking src/backend/port/unix_latch.c to src/backend/port/pg_latch.c
  8815. config.status:1285: linking src/backend/port/dynloader/darwin.h to src/include/dynloader.h
  8816. config.status:1285: linking src/include/port/darwin.h to src/include/pg_config_os.h
  8817. config.status:1285: linking src/makefiles/Makefile.darwin to src/Makefile.port
  8818.  
  8819. ## ---------------- ##
  8820. ## Cache variables. ##
  8821. ## ---------------- ##
  8822.  
  8823. ac_cv_alignof_double=8
  8824. ac_cv_alignof_int=4
  8825. ac_cv_alignof_long=8
  8826. ac_cv_alignof_short=2
  8827. ac_cv_build=x86_64-apple-darwin12.0.0
  8828. ac_cv_c_bigendian=no
  8829. ac_cv_c_compiler_gnu=yes
  8830. ac_cv_c_const=yes
  8831. ac_cv_c_inline=inline
  8832. ac_cv_c_stringize=yes
  8833. ac_cv_c_volatile=yes
  8834. ac_cv_env_CC_set=set
  8835. ac_cv_env_CC_value=/usr/bin/clang
  8836. ac_cv_env_CFLAGS_set=set
  8837. ac_cv_env_CFLAGS_value='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include'
  8838. ac_cv_env_CPPFLAGS_set=set
  8839. ac_cv_env_CPPFLAGS_value='-I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2'
  8840. ac_cv_env_CPP_set=
  8841. ac_cv_env_CPP_value=
  8842. ac_cv_env_DOCBOOKSTYLE_set=
  8843. ac_cv_env_DOCBOOKSTYLE_value=
  8844. ac_cv_env_LDFLAGS_EX_set=
  8845. ac_cv_env_LDFLAGS_EX_value=
  8846. ac_cv_env_LDFLAGS_SL_set=
  8847. ac_cv_env_LDFLAGS_SL_value=
  8848. ac_cv_env_LDFLAGS_set=set
  8849. ac_cv_env_LDFLAGS_value='-L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib'
  8850. ac_cv_env_LIBS_set=set
  8851. ac_cv_env_LIBS_value=-luuid
  8852. ac_cv_env_build_alias_set=
  8853. ac_cv_env_build_alias_value=
  8854. ac_cv_env_host_alias_set=
  8855. ac_cv_env_host_alias_value=
  8856. ac_cv_env_target_alias_set=
  8857. ac_cv_env_target_alias_value=
  8858. ac_cv_func_ERR_set_mark=yes
  8859. ac_cv_func_accept_arg1=int
  8860. ac_cv_func_accept_arg2='struct sockaddr *'
  8861. ac_cv_func_accept_arg3=socklen_t
  8862. ac_cv_func_accept_return=int
  8863. ac_cv_func_append_history=yes
  8864. ac_cv_func_atexit=yes
  8865. ac_cv_func_cbrt=yes
  8866. ac_cv_func_crypt=yes
  8867. ac_cv_func_dlopen=yes
  8868. ac_cv_func_erand48=yes
  8869. ac_cv_func_fcvt=yes
  8870. ac_cv_func_fdatasync=yes
  8871. ac_cv_func_fseeko=yes
  8872. ac_cv_func_getaddrinfo=yes
  8873. ac_cv_func_gethostbyname_r=no
  8874. ac_cv_func_getifaddrs=yes
  8875. ac_cv_func_getopt=yes
  8876. ac_cv_func_getopt_long=yes
  8877. ac_cv_func_getpeereid=yes
  8878. ac_cv_func_getpeerucred=no
  8879. ac_cv_func_getpwuid_r=yes
  8880. ac_cv_func_getrlimit=yes
  8881. ac_cv_func_getrusage=yes
  8882. ac_cv_func_history_truncate_file=yes
  8883. ac_cv_func_inet_aton=yes
  8884. ac_cv_func_isinf=yes
  8885. ac_cv_func_memcmp_working=yes
  8886. ac_cv_func_memmove=yes
  8887. ac_cv_func_poll=yes
  8888. ac_cv_func_posix_fadvise=no
  8889. ac_cv_func_pstat=no
  8890. ac_cv_func_random=yes
  8891. ac_cv_func_readlink=yes
  8892. ac_cv_func_rint=yes
  8893. ac_cv_func_rl_completion_matches=yes
  8894. ac_cv_func_rl_filename_completion_function=yes
  8895. ac_cv_func_scandir=yes
  8896. ac_cv_func_setproctitle=no
  8897. ac_cv_func_setsid=yes
  8898. ac_cv_func_sigprocmask=yes
  8899. ac_cv_func_snprintf=yes
  8900. ac_cv_func_srandom=yes
  8901. ac_cv_func_strdup=yes
  8902. ac_cv_func_strerror=yes
  8903. ac_cv_func_strerror_r=yes
  8904. ac_cv_func_strlcat=yes
  8905. ac_cv_func_strlcpy=yes
  8906. ac_cv_func_strtol=yes
  8907. ac_cv_func_strtoll=yes
  8908. ac_cv_func_strtoul=yes
  8909. ac_cv_func_strtoull=yes
  8910. ac_cv_func_symlink=yes
  8911. ac_cv_func_sysconf=yes
  8912. ac_cv_func_syslog=yes
  8913. ac_cv_func_towlower=yes
  8914. ac_cv_func_unsetenv=yes
  8915. ac_cv_func_utime=yes
  8916. ac_cv_func_utimes=yes
  8917. ac_cv_func_vsnprintf=yes
  8918. ac_cv_func_waitpid=yes
  8919. ac_cv_func_wcstombs=yes
  8920. ac_cv_func_wcstombs_l=yes
  8921. ac_cv_have_decl_F_FULLFSYNC=yes
  8922. ac_cv_have_decl_fdatasync=no
  8923. ac_cv_have_decl_posix_fadvise=no
  8924. ac_cv_have_decl_snprintf=yes
  8925. ac_cv_have_decl_strlcat=yes
  8926. ac_cv_have_decl_strlcpy=yes
  8927. ac_cv_have_decl_sys_siglist=yes
  8928. ac_cv_have_decl_vsnprintf=yes
  8929. ac_cv_header_Python_h=yes
  8930. ac_cv_header_SupportDefs_h=no
  8931. ac_cv_header_crypt_h=no
  8932. ac_cv_header_dld_h=no
  8933. ac_cv_header_dns_sd_h=yes
  8934. ac_cv_header_fp_class_h=no
  8935. ac_cv_header_getopt_h=yes
  8936. ac_cv_header_gssapi_gssapi_h=yes
  8937. ac_cv_header_ieeefp_h=no
  8938. ac_cv_header_ifaddrs_h=yes
  8939. ac_cv_header_inttypes_h=yes
  8940. ac_cv_header_kernel_OS_h=no
  8941. ac_cv_header_kernel_image_h=no
  8942. ac_cv_header_krb5_h=yes
  8943. ac_cv_header_langinfo_h=yes
  8944. ac_cv_header_libxml_parser_h=yes
  8945. ac_cv_header_libxslt_xslt_h=yes
  8946. ac_cv_header_memory_h=yes
  8947. ac_cv_header_net_if_h=yes
  8948. ac_cv_header_netinet_in_h=yes
  8949. ac_cv_header_netinet_tcp_h=yes
  8950. ac_cv_header_openssl_err_h=yes
  8951. ac_cv_header_openssl_ssl_h=yes
  8952. ac_cv_header_ossp_uuid_h=no
  8953. ac_cv_header_poll_h=yes
  8954. ac_cv_header_pthread_h=yes
  8955. ac_cv_header_pwd_h=yes
  8956. ac_cv_header_readline_history_h=yes
  8957. ac_cv_header_readline_readline_h=yes
  8958. ac_cv_header_stdc=yes
  8959. ac_cv_header_stdint_h=yes
  8960. ac_cv_header_stdlib_h=yes
  8961. ac_cv_header_string_h=yes
  8962. ac_cv_header_strings_h=yes
  8963. ac_cv_header_sys_ioctl_h=yes
  8964. ac_cv_header_sys_ipc_h=yes
  8965. ac_cv_header_sys_poll_h=yes
  8966. ac_cv_header_sys_pstat_h=no
  8967. ac_cv_header_sys_resource_h=yes
  8968. ac_cv_header_sys_select_h=yes
  8969. ac_cv_header_sys_sem_h=yes
  8970. ac_cv_header_sys_shm_h=yes
  8971. ac_cv_header_sys_socket_h=yes
  8972. ac_cv_header_sys_sockio_h=yes
  8973. ac_cv_header_sys_stat_h=yes
  8974. ac_cv_header_sys_tas_h=no
  8975. ac_cv_header_sys_time_h=yes
  8976. ac_cv_header_sys_types_h=yes
  8977. ac_cv_header_sys_ucred_h=yes
  8978. ac_cv_header_sys_un_h=yes
  8979. ac_cv_header_syslog_h=yes
  8980. ac_cv_header_termios_h=yes
  8981. ac_cv_header_ucred_h=no
  8982. ac_cv_header_unistd_h=yes
  8983. ac_cv_header_utime_h=yes
  8984. ac_cv_header_uuid_h=yes
  8985. ac_cv_header_wchar_h=yes
  8986. ac_cv_header_wctype_h=yes
  8987. ac_cv_header_zlib_h=yes
  8988. ac_cv_host=x86_64-apple-darwin12.0.0
  8989. ac_cv_lib_crypto_CRYPTO_new_ex_data=yes
  8990. ac_cv_lib_m_main=yes
  8991. ac_cv_lib_ossp_uuid_uuid_export=no
  8992. ac_cv_lib_ssl_SSL_library_init=yes
  8993. ac_cv_lib_uuid_uuid_export=yes
  8994. ac_cv_lib_xml2_xmlSaveToBuffer=yes
  8995. ac_cv_lib_xslt_xsltCleanupGlobals=yes
  8996. ac_cv_lib_z_inflate=yes
  8997. ac_cv_member_krb5_error_text_data=yes
  8998. ac_cv_member_krb5_ticket_enc_part2=yes
  8999. ac_cv_member_struct_sockaddr_sa_len=yes
  9000. ac_cv_member_struct_sockaddr_storage___ss_family=no
  9001. ac_cv_member_struct_sockaddr_storage___ss_len=no
  9002. ac_cv_member_struct_sockaddr_storage_ss_family=yes
  9003. ac_cv_member_struct_sockaddr_storage_ss_len=yes
  9004. ac_cv_member_struct_tm_tm_zone=yes
  9005. ac_cv_objext=o
  9006. ac_cv_path_BISON=/usr/bin/bison
  9007. ac_cv_path_EGREP='/usr/bin/grep -E'
  9008. ac_cv_path_GREP=/usr/bin/grep
  9009. ac_cv_path_LD=/usr/bin/clang
  9010. ac_cv_path_PERL=/usr/bin/perl
  9011. ac_cv_path_PYTHON=/usr/local/bin/python
  9012. ac_cv_path_TAR=/usr/bin/tar
  9013. ac_cv_path_mkdir=/usr/local/bin/gmkdir
  9014. ac_cv_prog_AWK=awk
  9015. ac_cv_prog_CPP='/usr/bin/clang -E'
  9016. ac_cv_prog_XML2_CONFIG=xml2-config
  9017. ac_cv_prog_XSLTPROC=xsltproc
  9018. ac_cv_prog_ac_ct_AR=ar
  9019. ac_cv_prog_ac_ct_RANLIB=ranlib
  9020. ac_cv_prog_ac_ct_STRIP=strip
  9021. ac_cv_prog_cc_c89=
  9022. ac_cv_prog_cc_g=yes
  9023. ac_cv_prog_gnu_ld=no
  9024. ac_cv_search_com_err='none required'
  9025. ac_cv_search_crypt='none required'
  9026. ac_cv_search_dlopen='none required'
  9027. ac_cv_search_fdatasync='none required'
  9028. ac_cv_search_gethostbyname_r=no
  9029. ac_cv_search_getopt_long='none required'
  9030. ac_cv_search_gss_init_sec_context=-lgssapi_krb5
  9031. ac_cv_search_krb5_sendauth='none required'
  9032. ac_cv_search_setproctitle=no
  9033. ac_cv_search_shl_load=no
  9034. ac_cv_search_shmget='none required'
  9035. ac_cv_search_socket='none required'
  9036. ac_cv_sizeof_long=8
  9037. ac_cv_sizeof_off_t=8
  9038. ac_cv_sizeof_size_t=8
  9039. ac_cv_sizeof_void_p=8
  9040. ac_cv_struct_tm=time.h
  9041. ac_cv_sys_file_offset_bits=no
  9042. ac_cv_sys_largefile_CC=no
  9043. ac_cv_sys_largefile_source=no
  9044. ac_cv_type_int64=no
  9045. ac_cv_type_int8=no
  9046. ac_cv_type_intptr_t=yes
  9047. ac_cv_type_long_long_int=yes
  9048. ac_cv_type_sig_atomic_t=yes
  9049. ac_cv_type_struct_addrinfo=yes
  9050. ac_cv_type_struct_cmsgcred=no
  9051. ac_cv_type_struct_option=yes
  9052. ac_cv_type_struct_sockaddr_in6=yes
  9053. ac_cv_type_struct_sockaddr_storage=yes
  9054. ac_cv_type_struct_sockaddr_un=yes
  9055. ac_cv_type_uint64=no
  9056. ac_cv_type_uint8=no
  9057. ac_cv_type_uintptr_t=yes
  9058. ac_cv_type_union_semun=yes
  9059. ac_cv_type_z_streamp=yes
  9060. ac_cv_var_tzname=yes
  9061. pgac_cv_c_inline_quietly=yes
  9062. pgac_cv_c_signed=yes
  9063. pgac_cv_check_docbook=no
  9064. pgac_cv_check_readline=-lreadline
  9065. pgac_cv_func_getpwuid_r_5arg=yes
  9066. pgac_cv_func_gettimeofday_1arg=no
  9067. pgac_cv_func_posix_signals=yes
  9068. pgac_cv_func_sigsetjmp=yes
  9069. pgac_cv_func_strerror_r_int=yes
  9070. pgac_cv_funcname_func_support=yes
  9071. pgac_cv_gcc_int_atomics=yes
  9072. pgac_cv_path_flex=/usr/bin/flex
  9073. pgac_cv_prog_cc_cflags__Wdeclaration_after_statement=yes
  9074. pgac_cv_prog_cc_cflags__Wendif_labels=yes
  9075. pgac_cv_prog_cc_cflags__Wformat_security=yes
  9076. pgac_cv_prog_cc_cflags__fexcess_precision_standard=yes
  9077. pgac_cv_prog_cc_cflags__fno_strict_aliasing=yes
  9078. pgac_cv_prog_cc_cflags__fwrapv=yes
  9079. pgac_cv_prog_cc_ldflags__Wl__dead_strip_dylibs=yes
  9080. pgac_cv_type_locale_t='yes (in xlocale.h)'
  9081. pgac_cv_type_long_int_64=yes
  9082. pgac_cv_var_PS_STRINGS=no
  9083. pgac_cv_var_int_opterr=yes
  9084. pgac_cv_var_int_optreset=yes
  9085. pgac_cv_var_int_timezone=yes
  9086. pgac_cv_var_rl_completion_append_character=yes
  9087.  
  9088. ## ----------------- ##
  9089. ## Output variables. ##
  9090. ## ----------------- ##
  9091.  
  9092. AR='ar'
  9093. AWK='awk'
  9094. BISON='/usr/bin/bison'
  9095. BISONFLAGS=''
  9096. CC='/usr/bin/clang'
  9097. CFLAGS='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard'
  9098. COLLATEINDEX=''
  9099. CPP='/usr/bin/clang -E'
  9100. CPPFLAGS='-I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 '
  9101. DEFS='-DHAVE_CONFIG_H'
  9102. DLLTOOL=''
  9103. DLLWRAP=''
  9104. DOCBOOKSTYLE=''
  9105. DTRACE=''
  9106. DTRACEFLAGS=''
  9107. ECHO_C='\c'
  9108. ECHO_N=''
  9109. ECHO_T=''
  9110. EGREP='/usr/bin/grep -E'
  9111. ELF_SYS=''
  9112. EXEEXT=''
  9113. FLEX='/usr/bin/flex'
  9114. FLEXFLAGS=''
  9115. GCC='yes'
  9116. GCOV=''
  9117. GENHTML=''
  9118. GREP='/usr/bin/grep'
  9119. HAVE_IPV6='yes'
  9120. HAVE_POSIX_SIGNALS='yes'
  9121. INCLUDES=''
  9122. JADE=''
  9123. LCOV=''
  9124. LD='/usr/bin/clang'
  9125. LDAP_LIBS_BE=''
  9126. LDAP_LIBS_FE=''
  9127. LDFLAGS='-L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs'
  9128. LDFLAGS_EX=''
  9129. LDFLAGS_SL=''
  9130. LIBOBJS=''
  9131. LIBS='-lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid'
  9132. LN_S='ln -s'
  9133. LTLIBOBJS=''
  9134. MKDIR_P='/usr/local/bin/gmkdir -p'
  9135. MSGFMT=''
  9136. MSGMERGE=''
  9137. NSGMLS=''
  9138. OBJEXT='o'
  9139. OSSP_UUID_LIBS='-luuid'
  9140. OSX=''
  9141. PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
  9142. PACKAGE_NAME='PostgreSQL'
  9143. PACKAGE_STRING='PostgreSQL 9.1.4'
  9144. PACKAGE_TARNAME='postgresql'
  9145. PACKAGE_VERSION='9.1.4'
  9146. PATH_SEPARATOR=':'
  9147. PERL='/usr/bin/perl'
  9148. PG_MAJORVERSION='9.1'
  9149. PORTNAME='darwin'
  9150. PTHREAD_CC='/usr/bin/clang'
  9151. PTHREAD_CFLAGS=' -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS'
  9152. PTHREAD_LIBS=' -lpthread '
  9153. PYTHON='/usr/local/bin/python'
  9154. RANLIB='ranlib'
  9155. SHELL='/bin/sh'
  9156. STRIP='strip'
  9157. STRIP_SHARED_LIB=':'
  9158. STRIP_STATIC_LIB=':'
  9159. SUN_STUDIO_CC='no'
  9160. TAR='/usr/bin/tar'
  9161. TAS=''
  9162. TCLSH=''
  9163. TCL_CONFIG_SH=''
  9164. TCL_INCLUDE_SPEC=''
  9165. TCL_LIBS=''
  9166. TCL_LIB_FILE=''
  9167. TCL_LIB_SPEC=''
  9168. TCL_SHARED_BUILD=''
  9169. TCL_SHLIB_LD_LIBS=''
  9170. WANTED_LANGUAGES=''
  9171. WINDRES=''
  9172. XGETTEXT=''
  9173. XML2_CONFIG='xml2-config'
  9174. XSLTPROC='xsltproc'
  9175. ZIC=''
  9176. ac_ct_CC=''
  9177. acx_pthread_config=''
  9178. autodepend=''
  9179. bindir='${exec_prefix}/bin'
  9180. build='x86_64-apple-darwin12.0.0'
  9181. build_alias=''
  9182. build_cpu='x86_64'
  9183. build_os='darwin12.0.0'
  9184. build_vendor='apple'
  9185. configure_args=' '\''--disable-debug'\'' '\''--prefix=/usr/local/Cellar/postgresql/9.1.4'\'' '\''--datadir=/usr/local/Cellar/postgresql/9.1.4/share/postgresql'\'' '\''--docdir=/usr/local/Cellar/postgresql/9.1.4/share/doc/postgresql'\'' '\''--enable-thread-safety'\'' '\''--with-bonjour'\'' '\''--with-gssapi'\'' '\''--with-krb5'\'' '\''--with-openssl'\'' '\''--with-libxml'\'' '\''--with-libxslt'\'' '\''--with-ossp-uuid'\'' '\''--with-python'\'' '\''--with-perl'\'' '\''ARCHFLAGS='\''\'\'''\''-arch x86_64'\''\'\'''\'''\'' '\''CC=/usr/bin/clang'\'' '\''CFLAGS=-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include'\'' '\''LDFLAGS=-L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib'\'' '\''LIBS=-luuid'\'' '\''CPPFLAGS=-I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2'\'''
  9186. datadir='/usr/local/Cellar/postgresql/9.1.4/share/postgresql'
  9187. datarootdir='${prefix}/share'
  9188. default_port='5432'
  9189. docdir='/usr/local/Cellar/postgresql/9.1.4/share/doc/postgresql'
  9190. dvidir='${docdir}'
  9191. enable_coverage='no'
  9192. enable_debug='no'
  9193. enable_dtrace='no'
  9194. enable_nls='no'
  9195. enable_profiling='no'
  9196. enable_rpath='yes'
  9197. enable_shared='yes'
  9198. enable_thread_safety='yes'
  9199. exec_prefix='${prefix}'
  9200. have_docbook='no'
  9201. have_win32_dbghelp='no'
  9202. host='x86_64-apple-darwin12.0.0'
  9203. host_alias=''
  9204. host_cpu='x86_64'
  9205. host_os='darwin12.0.0'
  9206. host_vendor='apple'
  9207. htmldir='${docdir}'
  9208. includedir='${prefix}/include'
  9209. infodir='${datarootdir}/info'
  9210. krb_srvtab='FILE:$(sysconfdir)/krb5.keytab'
  9211. ld_R_works=''
  9212. libdir='${exec_prefix}/lib'
  9213. libexecdir='${exec_prefix}/libexec'
  9214. localedir='${datarootdir}/locale'
  9215. localstatedir='${prefix}/var'
  9216. mandir='${datarootdir}/man'
  9217. oldincludedir='/usr/include'
  9218. pdfdir='${docdir}'
  9219. perl_archlibexp='/System/Library/Perl/5.12/darwin-thread-multi-2level'
  9220. perl_embed_ldflags=' '\''-arch x86_64'\'' -fstack-protector -L/usr/local/lib -L/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE -lperl -ldl -lm -lutil -lc'
  9221. perl_privlibexp='/System/Library/Perl/5.12'
  9222. perl_useshrplib='true'
  9223. prefix='/usr/local/Cellar/postgresql/9.1.4'
  9224. program_transform_name='s,x,x,'
  9225. psdir='${docdir}'
  9226. python_additional_libs='-ldl -framework CoreFoundation'
  9227. python_configdir='/usr/local/Cellar/python/2.7.3/lib/python2.7/config'
  9228. python_includespec='-I/usr/local/Cellar/python/2.7.3/include/python2.7'
  9229. python_libdir='/usr/local/Cellar/python/2.7.3/lib/python2.7/config'
  9230. python_libspec='-L/usr/local/Cellar/python/2.7.3/lib/python2.7/config -lpython2.7'
  9231. python_majorversion='2'
  9232. python_version='2.7'
  9233. sbindir='${exec_prefix}/sbin'
  9234. sharedstatedir='${prefix}/com'
  9235. sysconfdir='${prefix}/etc'
  9236. target_alias=''
  9237. vpath_build='no'
  9238. with_bonjour='yes'
  9239. with_gnu_ld='no'
  9240. with_gssapi='yes'
  9241. with_krb5='yes'
  9242. with_ldap='no'
  9243. with_libxml='yes'
  9244. with_libxslt='yes'
  9245. with_openssl='yes'
  9246. with_ossp_uuid='yes'
  9247. with_pam='no'
  9248. with_perl='yes'
  9249. with_python='yes'
  9250. with_selinux='no'
  9251. with_system_tzdata=''
  9252. with_tcl='no'
  9253. with_zlib='yes'
  9254.  
  9255. ## ----------- ##
  9256. ## confdefs.h. ##
  9257. ## ----------- ##
  9258.  
  9259. #define PACKAGE_NAME "PostgreSQL"
  9260. #define PACKAGE_TARNAME "postgresql"
  9261. #define PACKAGE_VERSION "9.1.4"
  9262. #define PACKAGE_STRING "PostgreSQL 9.1.4"
  9263. #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  9264. #define PG_VERSION "9.1.4"
  9265. #define PG_MAJORVERSION "9.1"
  9266. #define USE_INTEGER_DATETIMES 1
  9267. #define DEF_PGPORT 5432
  9268. #define DEF_PGPORT_STR "5432"
  9269. #define BLCKSZ 8192
  9270. #define RELSEG_SIZE 131072
  9271. #define XLOG_BLCKSZ 8192
  9272. #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  9273. #define ENABLE_THREAD_SAFETY 1
  9274. #define ENABLE_GSS 1
  9275. #define KRB5 1
  9276. #define PG_KRB_SRVNAM "postgres"
  9277. #define USE_BONJOUR 1
  9278. #define USE_SSL 1
  9279. #define USE_LIBXML 1
  9280. #define USE_LIBXSLT 1
  9281. #define HAVE_LIBM 1
  9282. #define HAVE_LIBREADLINE 1
  9283. #define HAVE_LIBZ 1
  9284. #define HAVE_SPINLOCKS 1
  9285. #define HAVE_LIBCRYPTO 1
  9286. #define HAVE_LIBSSL 1
  9287. #define HAVE_LIBXML2 1
  9288. #define HAVE_LIBXSLT 1
  9289. #define STDC_HEADERS 1
  9290. #define HAVE_SYS_TYPES_H 1
  9291. #define HAVE_SYS_STAT_H 1
  9292. #define HAVE_STDLIB_H 1
  9293. #define HAVE_STRING_H 1
  9294. #define HAVE_MEMORY_H 1
  9295. #define HAVE_STRINGS_H 1
  9296. #define HAVE_INTTYPES_H 1
  9297. #define HAVE_STDINT_H 1
  9298. #define HAVE_UNISTD_H 1
  9299. #define HAVE_GETOPT_H 1
  9300. #define HAVE_IFADDRS_H 1
  9301. #define HAVE_LANGINFO_H 1
  9302. #define HAVE_POLL_H 1
  9303. #define HAVE_PWD_H 1
  9304. #define HAVE_SYS_IOCTL_H 1
  9305. #define HAVE_SYS_IPC_H 1
  9306. #define HAVE_SYS_POLL_H 1
  9307. #define HAVE_SYS_RESOURCE_H 1
  9308. #define HAVE_SYS_SELECT_H 1
  9309. #define HAVE_SYS_SEM_H 1
  9310. #define HAVE_SYS_SHM_H 1
  9311. #define HAVE_SYS_SOCKET_H 1
  9312. #define HAVE_SYS_SOCKIO_H 1
  9313. #define HAVE_SYS_TIME_H 1
  9314. #define HAVE_SYS_UCRED_H 1
  9315. #define HAVE_SYS_UN_H 1
  9316. #define HAVE_TERMIOS_H 1
  9317. #define HAVE_UTIME_H 1
  9318. #define HAVE_WCHAR_H 1
  9319. #define HAVE_WCTYPE_H 1
  9320. #define HAVE_NET_IF_H 1
  9321. #define HAVE_NETINET_IN_H 1
  9322. #define HAVE_NETINET_TCP_H 1
  9323. #define HAVE_READLINE_READLINE_H 1
  9324. #define HAVE_READLINE_HISTORY_H 1
  9325. #define HAVE_GSSAPI_GSSAPI_H 1
  9326. #define HAVE_ERR_SET_MARK 1
  9327. #define HAVE_UUID_H 1
  9328. #define USE_INLINE 1
  9329. #define HAVE_STRINGIZE 1
  9330. #define HAVE_FUNCNAME__FUNC 1
  9331. #define HAVE_STRUCT_TM_TM_ZONE 1
  9332. #define HAVE_TM_ZONE 1
  9333. #define HAVE_TZNAME 1
  9334. #define HAVE_UNION_SEMUN 1
  9335. #define HAVE_STRUCT_SOCKADDR_UN 1
  9336. #define HAVE_UNIX_SOCKETS 1
  9337. #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  9338. #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  9339. #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
  9340. #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
  9341. #define HAVE_STRUCT_ADDRINFO 1
  9342. #define HAVE_INTPTR_T 1
  9343. #define HAVE_UINTPTR_T 1
  9344. #define HAVE_LONG_LONG_INT 1
  9345. #define HAVE_LOCALE_T 1
  9346. #define LOCALE_T_IN_XLOCALE 1
  9347. #define HAVE_STRUCT_OPTION 1
  9348. #define HAVE_KRB5_TICKET_ENC_PART2 1
  9349. #define HAVE_KRB5_ERROR_TEXT_DATA 1
  9350. #define HAVE_KRB5_FREE_UNPARSED_NAME 1
  9351. #define SIZEOF_OFF_T 8
  9352. #define HAVE_INT_TIMEZONE /**/
  9353. #define ACCEPT_TYPE_RETURN int
  9354. #define ACCEPT_TYPE_ARG1 int
  9355. #define ACCEPT_TYPE_ARG2 struct sockaddr *
  9356. #define ACCEPT_TYPE_ARG3 socklen_t
  9357. #define HAVE_CBRT 1
  9358. #define HAVE_DLOPEN 1
  9359. #define HAVE_FCVT 1
  9360. #define HAVE_FDATASYNC 1
  9361. #define HAVE_GETIFADDRS 1
  9362. #define HAVE_GETRLIMIT 1
  9363. #define HAVE_MEMMOVE 1
  9364. #define HAVE_POLL 1
  9365. #define HAVE_READLINK 1
  9366. #define HAVE_SCANDIR 1
  9367. #define HAVE_SETSID 1
  9368. #define HAVE_SIGPROCMASK 1
  9369. #define HAVE_SYMLINK 1
  9370. #define HAVE_SYSCONF 1
  9371. #define HAVE_TOWLOWER 1
  9372. #define HAVE_UTIME 1
  9373. #define HAVE_UTIMES 1
  9374. #define HAVE_WAITPID 1
  9375. #define HAVE_WCSTOMBS 1
  9376. #define HAVE_WCSTOMBS_L 1
  9377. #define HAVE_FSEEKO 1
  9378. #define HAVE_FSEEKO 1
  9379. #define HAVE_DECL_POSIX_FADVISE 0
  9380. #define HAVE_DECL_FDATASYNC 0
  9381. #define HAVE_DECL_STRLCAT 1
  9382. #define HAVE_DECL_STRLCPY 1
  9383. #define HAVE_DECL_F_FULLFSYNC 1
  9384. #define HAVE_IPV6 1
  9385. #define HAVE_SNPRINTF 1
  9386. #define HAVE_VSNPRINTF 1
  9387. #define HAVE_DECL_SNPRINTF 1
  9388. #define HAVE_DECL_VSNPRINTF 1
  9389. #define HAVE_ISINF 1
  9390. #define HAVE_CRYPT 1
  9391. #define HAVE_ERAND48 1
  9392. #define HAVE_GETOPT 1
  9393. #define HAVE_GETRUSAGE 1
  9394. #define HAVE_INET_ATON 1
  9395. #define HAVE_RANDOM 1
  9396. #define HAVE_RINT 1
  9397. #define HAVE_SRANDOM 1
  9398. #define HAVE_STRDUP 1
  9399. #define HAVE_STRERROR 1
  9400. #define HAVE_STRLCAT 1
  9401. #define HAVE_STRLCPY 1
  9402. #define HAVE_STRTOL 1
  9403. #define HAVE_STRTOUL 1
  9404. #define HAVE_UNSETENV 1
  9405. #define HAVE_GETPEEREID 1
  9406. #define HAVE_GETADDRINFO 1
  9407. #define HAVE_GETOPT_LONG 1
  9408. #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
  9409. #define HAVE_RL_COMPLETION_MATCHES 1
  9410. #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
  9411. #define HAVE_APPEND_HISTORY 1
  9412. #define HAVE_HISTORY_TRUNCATE_FILE 1
  9413. #define HAVE_SIGSETJMP 1
  9414. #define HAVE_DECL_SYS_SIGLIST 1
  9415. #define HAVE_SYSLOG 1
  9416. #define HAVE_INT_OPTERR 1
  9417. #define HAVE_INT_OPTRESET 1
  9418. #define HAVE_STRTOLL 1
  9419. #define HAVE_STRTOULL 1
  9420. #define HAVE_ATEXIT 1
  9421. #define HAVE_GCC_INT_ATOMICS 1
  9422. #define HAVE_STRERROR_R 1
  9423. #define HAVE_GETPWUID_R 1
  9424. #define GETPWUID_R_5ARG /**/
  9425. #define STRERROR_R_INT /**/
  9426. #define HAVE_LONG_INT_64 1
  9427. #define INT64_FORMAT "%ld"
  9428. #define UINT64_FORMAT "%lu"
  9429. #define SIZEOF_VOID_P 8
  9430. #define SIZEOF_SIZE_T 8
  9431. #define SIZEOF_LONG 8
  9432. #define USE_FLOAT4_BYVAL 1
  9433. #define FLOAT4PASSBYVAL true
  9434. #define USE_FLOAT8_BYVAL 1
  9435. #define FLOAT8PASSBYVAL true
  9436. #define ALIGNOF_SHORT 2
  9437. #define ALIGNOF_INT 4
  9438. #define ALIGNOF_LONG 8
  9439. #define ALIGNOF_DOUBLE 8
  9440. #define MAXIMUM_ALIGNOF 8
  9441. #define HAVE_SIG_ATOMIC_T 1
  9442. #define HAVE_POSIX_SIGNALS /**/
  9443. #define USE_SYSV_SEMAPHORES 1
  9444. #define USE_SYSV_SHARED_MEMORY 1
  9445. #define MEMSET_LOOP_LIMIT 1024
  9446. #define PG_VERSION_STR "PostgreSQL 9.1.4 on x86_64-apple-darwin12.0.0, compiled by Apple clang version 4.0 (tags/Apple/clang-421.10.48) (based on LLVM 3.1svn), 64-bit"
  9447. #define PG_VERSION_NUM 90104
  9448.  
  9449. configure: exit 0
Add Comment
Please, Sign In to add comment