Ticket #60090: configPlusMainLogs.log.txt

File configPlusMainLogs.log.txt, 144.5 KB (added by drjlevi6, 4 years ago)

merged files config.log and main.log referred to by installation log

Line 
1This file contains 2 merged files,
2
3        /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23/config.log
4
5and
6
7        /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/main.log
8
9File config.log:
10
11This file contains any messages produced by compilers while
12running configure, to aid debugging if configure makes a mistake.
13
14It was created by PostgreSQL configure 8.3.23, which was
15generated by GNU Autoconf 2.59.  Invocation command line was
16
17  $ ./configure --prefix=/opt/local --sysconfdir=/opt/local/etc/postgresql83 --bindir=/opt/local/lib/postgresql83/bin --libdir=/opt/local/lib/postgresql83 --includedir=/opt/local/include/postgresql83 --datadir=/opt/local/share/postgresql83 --mandir=/opt/local/share/man --without-docdir --with-includes=/opt/local/include --with-libraries=/opt/local/lib --with-openssl --without-bonjour --with-readline --with-zlib --with-libxml --with-libxslt --enable-thread-safety --enable-integer-datetimes --with-ossp-uuid
18
19## --------- ##
20## Platform. ##
21## --------- ##
22
23hostname = drj-2.local
24uname -m = x86_64
25uname -r = 18.7.0
26uname -s = Darwin
27uname -v = Darwin Kernel Version 18.7.0: Tue Aug 20 16:57:14 PDT 2019; root:xnu-4903.271.2~2/RELEASE_X86_64
28
29/usr/bin/uname -p = i386
30/bin/uname -X     = unknown
31
32/bin/arch              = unknown
33/usr/bin/arch -k       = unknown
34/usr/convex/getsysinfo = unknown
35hostinfo               = Mach kernel version:
36         Darwin Kernel Version 18.7.0: Tue Aug 20 16:57:14 PDT 2019; root:xnu-4903.271.2~2/RELEASE_X86_64
37Kernel configured for up to 12 processors.
386 processors are physically available.
3912 processors are logically available.
40Processor type: x86_64h (Intel x86-64h Haswell)
41Processors active: 0 1 2 3 4 5 6 7 8 9 10 11
42Primary memory available: 32.00 gigabytes
43Default processor set: 421 tasks, 1789 threads, 12 processors
44Load average: 1.34, Mach factor: 10.64
45/bin/machine           = unknown
46/usr/bin/oslevel       = unknown
47/bin/universe          = unknown
48
49PATH: /opt/local/bin
50PATH: /opt/local/sbin
51PATH: /bin
52PATH: /sbin
53PATH: /usr/bin
54PATH: /usr/sbin
55
56
57## ----------- ##
58## Core tests. ##
59## ----------- ##
60
61configure:1414: checking build system type
62configure:1432: result: i386-apple-darwin18.7.0
63configure:1440: checking host system type
64configure:1454: result: i386-apple-darwin18.7.0
65configure:1464: checking which template to use
66configure:1564: result: darwin
67configure:1706: checking whether to build with 64-bit integer date/time support
68configure:1738: result: yes
69configure:1745: checking whether NLS is wanted
70configure:1780: result: no
71configure:1788: checking for default port number
72configure:1818: result: 5432
73configure:2207: checking for C compiler version
74configure:2210: /usr/bin/clang --version </dev/null >&5
75Apple clang version 11.0.0 (clang-1100.0.33.17)
76Target: x86_64-apple-darwin18.7.0
77Thread model: posix
78InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
79configure:2213: $? = 0
80configure:2215: /usr/bin/clang -v </dev/null >&5
81Apple clang version 11.0.0 (clang-1100.0.33.17)
82Target: x86_64-apple-darwin18.7.0
83Thread model: posix
84InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
85configure:2218: $? = 0
86configure:2220: /usr/bin/clang -V </dev/null >&5
87clang: error: unsupported option '-V -Wno-framework-include-private-from-public'
88clang: error: no input files
89configure:2223: $? = 1
90configure:2246: checking for C compiler default output file name
91configure:2249: /usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 conftest.c  >&5
92configure:2252: $? = 0
93configure:2298: result: a.out
94configure:2303: checking whether the C compiler works
95configure:2309: ./a.out
96configure:2312: $? = 0
97configure:2329: result: yes
98configure:2336: checking whether we are cross compiling
99configure:2338: result: no
100configure:2341: checking for suffix of executables
101configure:2343: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 conftest.c  >&5
102configure:2346: $? = 0
103configure:2371: result:
104configure:2377: checking for suffix of object files
105configure:2398: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c >&5
106configure:2401: $? = 0
107configure:2423: result: o
108configure:2427: checking whether we are using the GNU C compiler
109configure:2451: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c >&5
110configure:2457: $? = 0
111configure:2461: test -z
112                         || test ! -s conftest.err
113configure:2464: $? = 0
114configure:2467: test -s conftest.o
115configure:2470: $? = 0
116configure:2483: result: yes
117configure:2489: checking whether /usr/bin/clang accepts -g
118configure:2510: /usr/bin/clang -c -g -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c >&5
119configure:2516: $? = 0
120configure:2520: test -z
121                         || test ! -s conftest.err
122configure:2523: $? = 0
123configure:2526: test -s conftest.o
124configure:2529: $? = 0
125configure:2540: result: yes
126configure:2557: checking for /usr/bin/clang option to accept ANSI C
127configure:2627: /usr/bin/clang  -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c >&5
128configure:2633: $? = 0
129configure:2637: test -z
130                         || test ! -s conftest.err
131configure:2640: $? = 0
132configure:2643: test -s conftest.o
133configure:2646: $? = 0
134configure:2664: result: none needed
135configure:2682: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c >&5
136conftest.c:2:3: error: unknown type name 'choke'
137  choke me
138  ^
139conftest.c:2:11: error: expected ';' after top level declarator
140  choke me
141          ^
142          ;
1432 errors generated.
144configure:2688: $? = 1
145configure: failed program was:
146| #ifndef __cplusplus
147|   choke me
148| #endif
149configure:2844: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c >&5
150conftest.c:18:1: error: use of undeclared identifier 'choke'
151choke me
152^
1531 error generated.
154configure:2850: $? = 1
155configure: failed program was:
156| /* confdefs.h.  */
157|
158| #define PACKAGE_NAME "PostgreSQL"
159| #define PACKAGE_TARNAME "postgresql"
160| #define PACKAGE_VERSION "8.3.23"
161| #define PACKAGE_STRING "PostgreSQL 8.3.23"
162| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
163| #define PG_VERSION "8.3.23"
164| #define USE_INTEGER_DATETIMES 1
165| #define DEF_PGPORT 5432
166| #define DEF_PGPORT_STR "5432"
167| /* end confdefs.h.  */
168|
169| int
170| main ()
171| {
172| #ifndef __INTEL_COMPILER
173| choke me
174| #endif
175|   ;
176|   return 0;
177| }
178configure:2907: checking if /usr/bin/clang -no-cpp-precomp supports -Wdeclaration-after-statement
179configure:2927: /usr/bin/clang -no-cpp-precomp -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c >&5
180configure:2933: $? = 0
181configure:2937: test -z
182                         || test ! -s conftest.err
183configure:2940: $? = 0
184configure:2943: test -s conftest.o
185configure:2946: $? = 0
186configure:2948: result: yes
187configure:2960: checking if /usr/bin/clang -no-cpp-precomp supports -Wendif-labels
188configure:2980: /usr/bin/clang -no-cpp-precomp -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c >&5
189configure:2986: $? = 0
190configure:2990: test -z
191                         || test ! -s conftest.err
192configure:2993: $? = 0
193configure:2996: test -s conftest.o
194configure:2999: $? = 0
195configure:3001: result: yes
196configure:3014: checking if /usr/bin/clang -no-cpp-precomp supports -fno-strict-aliasing
197configure:3034: /usr/bin/clang -no-cpp-precomp -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c >&5
198configure:3040: $? = 0
199configure:3044: test -z
200                         || test ! -s conftest.err
201configure:3047: $? = 0
202configure:3050: test -s conftest.o
203configure:3053: $? = 0
204configure:3055: result: yes
205configure:3068: checking if /usr/bin/clang -no-cpp-precomp supports -fwrapv
206configure:3088: /usr/bin/clang -no-cpp-precomp -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c >&5
207configure:3094: $? = 0
208configure:3098: test -z
209                         || test ! -s conftest.err
210configure:3101: $? = 0
211configure:3104: test -s conftest.o
212configure:3107: $? = 0
213configure:3109: result: yes
214configure:3122: checking if /usr/bin/clang -no-cpp-precomp supports -fexcess-precision=standard
215configure:3142: /usr/bin/clang -no-cpp-precomp -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c >&5
216clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
217configure:3148: $? = 0
218configure:3152: test -z
219                         || test ! -s conftest.err
220configure:3155: $? = 0
221configure:3158: test -s conftest.o
222configure:3161: $? = 0
223configure:3163: result: yes
224configure:3363: using CFLAGS=-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard
225configure:3372: checking whether the C compiler still works
226configure:3390: /usr/bin/clang -no-cpp-precomp -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 conftest.c  >&5
227clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
228configure:3396: $? = 0
229configure:3400: test -z
230                         || test ! -s conftest.err
231configure:3403: $? = 0
232configure:3406: test -s conftest
233configure:3409: $? = 0
234configure:3411: result: yes
235configure:3446: /usr/bin/clang -no-cpp-precomp -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c >&5
236clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
237configure:3452: $? = 0
238configure:3456: test -z
239                         || test ! -s conftest.err
240configure:3459: $? = 0
241configure:3462: test -s conftest.o
242configure:3465: $? = 0
243configure:3484: checking how to run the C preprocessor
244configure:3519: /usr/bin/clang -no-cpp-precomp -E -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c
245configure:3525: $? = 0
246configure:3557: /usr/bin/clang -no-cpp-precomp -E -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c
247conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found
248#include <ac_nonexistent.h>
249         ^~~~~~~~~~~~~~~~~~
2501 error generated.
251configure:3563: $? = 1
252configure: failed program was:
253| /* confdefs.h.  */
254|
255| #define PACKAGE_NAME "PostgreSQL"
256| #define PACKAGE_TARNAME "postgresql"
257| #define PACKAGE_VERSION "8.3.23"
258| #define PACKAGE_STRING "PostgreSQL 8.3.23"
259| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
260| #define PG_VERSION "8.3.23"
261| #define USE_INTEGER_DATETIMES 1
262| #define DEF_PGPORT 5432
263| #define DEF_PGPORT_STR "5432"
264| /* end confdefs.h.  */
265| #include <ac_nonexistent.h>
266configure:3602: result: /usr/bin/clang -no-cpp-precomp -E
267configure:3626: /usr/bin/clang -no-cpp-precomp -E -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c
268configure:3632: $? = 0
269configure:3664: /usr/bin/clang -no-cpp-precomp -E -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c
270conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found
271#include <ac_nonexistent.h>
272         ^~~~~~~~~~~~~~~~~~
2731 error generated.
274configure:3670: $? = 1
275configure: failed program was:
276| /* confdefs.h.  */
277|
278| #define PACKAGE_NAME "PostgreSQL"
279| #define PACKAGE_TARNAME "postgresql"
280| #define PACKAGE_VERSION "8.3.23"
281| #define PACKAGE_STRING "PostgreSQL 8.3.23"
282| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
283| #define PG_VERSION "8.3.23"
284| #define USE_INTEGER_DATETIMES 1
285| #define DEF_PGPORT 5432
286| #define DEF_PGPORT_STR "5432"
287| /* end confdefs.h.  */
288| #include <ac_nonexistent.h>
289configure:3847: checking allow thread-safe client libraries
290configure:3941: result: yes
291configure:3948: checking whether to build with Tcl
292configure:3977: result: no
293configure:4014: checking whether to build Perl modules
294configure:4043: result: no
295configure:4050: checking whether to build Python modules
296configure:4079: result: no
297configure:4086: checking whether to build with GSSAPI support
298configure:4122: result: no
299configure:4129: checking whether to build with Kerberos 5 support
300configure:4165: result: no
301configure:4214: checking whether to build with PAM support
302configure:4247: result: no
303configure:4255: checking whether to build with LDAP support
304configure:4288: result: no
305configure:4296: checking whether to build with Bonjour support
306configure:4329: result: no
307configure:4337: checking whether to build with OpenSSL support
308configure:4370: result: yes
309configure:4522: checking for xml2-config
310configure:4538: found /opt/local/bin/xml2-config
311configure:4548: result: xml2-config
312configure:4687: checking for egrep
313configure:4697: result: grep -E
314configure:4734: using CPPFLAGS=-I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include/libxml2  -I/opt/local/include
315configure:4736: using LDFLAGS=-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib  -L/opt/local/lib
316configure:4752: checking for ld used by GCC
317configure:4815: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
318configure:4824: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
319configure:4836: result: no
320configure:4946: checking for ranlib
321configure:4962: found /opt/local/bin/ranlib
322configure:4973: result: ranlib
323configure:5027: checking for strip
324configure:5043: found /opt/local/bin/strip
325configure:5054: result: strip
326configure:5067: checking whether it is possible to strip libraries
327configure:5077: result: no
328configure:5086: checking for tar
329configure:5104: found /usr/bin/tar
330configure:5116: result: /usr/bin/tar
331configure:5123: checking whether ln -s works
332configure:5127: result: yes
333configure:5138: checking for gawk
334configure:5154: found /opt/local/bin/gawk
335configure:5164: result: gawk
336configure:5181: checking for bison
337configure:5197: found /opt/local/bin/bison
338configure:5207: result: bison -y
339configure:5221: using bison (GNU Bison) 3.5.1
340configure:5256: checking for flex
341configure:5295: result: /opt/local/bin/flex
342configure:5324: using flex 2.6.4
343configure:5334: checking for perl
344configure:5352: found /opt/local/bin/perl
345configure:5364: result: /opt/local/bin/perl
346configure:5550: checking for main in -lm
347configure:5574: /usr/bin/clang -no-cpp-precomp -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include/libxml2  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib  -L/opt/local/lib conftest.c -lm   >&5
348clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
349conftest.c:24:1: warning: all paths through this function will call itself [-Winfinite-recursion]
350{
351^
3521 warning generated.
353configure:5580: $? = 0
354configure:5584: test -z
355                         || test ! -s conftest.err
356configure:5587: $? = 0
357configure:5590: test -s conftest
358configure:5593: $? = 0
359configure:5606: result: yes
360configure:5617: checking for library containing setproctitle
361configure:5647: /usr/bin/clang -no-cpp-precomp -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include/libxml2  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib  -L/opt/local/lib conftest.c -lm  >&5
362clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
363Undefined symbols for architecture x86_64:
364  "_setproctitle", referenced from:
365      _main in conftest-29c299.o
366ld: symbol(s) not found for architecture x86_64
367clang: error: linker command failed with exit code 1 (use -v to see invocation)
368configure:5653: $? = 1
369configure: failed program was:
370| /* confdefs.h.  */
371|
372| #define PACKAGE_NAME "PostgreSQL"
373| #define PACKAGE_TARNAME "postgresql"
374| #define PACKAGE_VERSION "8.3.23"
375| #define PACKAGE_STRING "PostgreSQL 8.3.23"
376| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
377| #define PG_VERSION "8.3.23"
378| #define USE_INTEGER_DATETIMES 1
379| #define DEF_PGPORT 5432
380| #define DEF_PGPORT_STR "5432"
381| #define PG_VERSION_STR "PostgreSQL 8.3.23 on i386-apple-darwin18.7.0, compiled by GCC Apple clang version 11.0.0 (clang-1100.0.33.17)"
382| #define ENABLE_THREAD_SAFETY 1
383| #define PG_KRB_SRVNAM "postgres"
384| #define USE_SSL 1
385| #define USE_LIBXML 1
386| #define USE_LIBXSLT 1
387| #define PG_VERSION_NUM 80323
388| #define HAVE_LIBM 1
389| /* end confdefs.h.  */
390|
391| /* Override any GCC internal prototype to avoid an error.
392|    Use char because int might match the return type of a GCC
393|    builtin and then its argument prototype would still apply.  */
394| #ifdef __cplusplus
395| extern "C"
396| #endif
397| char setproctitle ();
398| int
399| main ()
400| {
401| return setproctitle ();
402|   ;
403|   return 0;
404| }
405configure:5702: /usr/bin/clang -no-cpp-precomp -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include/libxml2  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib  -L/opt/local/lib conftest.c -lutil  -lm  >&5
406clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
407Undefined symbols for architecture x86_64:
408  "_setproctitle", referenced from:
409      _main in conftest-dcaa55.o
410ld: symbol(s) not found for architecture x86_64
411clang: error: linker command failed with exit code 1 (use -v to see invocation)
412configure:5708: $? = 1
413configure: failed program was:
414| /* confdefs.h.  */
415|
416| #define PACKAGE_NAME "PostgreSQL"
417| #define PACKAGE_TARNAME "postgresql"
418| #define PACKAGE_VERSION "8.3.23"
419| #define PACKAGE_STRING "PostgreSQL 8.3.23"
420| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
421| #define PG_VERSION "8.3.23"
422| #define USE_INTEGER_DATETIMES 1
423| #define DEF_PGPORT 5432
424| #define DEF_PGPORT_STR "5432"
425| #define PG_VERSION_STR "PostgreSQL 8.3.23 on i386-apple-darwin18.7.0, compiled by GCC Apple clang version 11.0.0 (clang-1100.0.33.17)"
426| #define ENABLE_THREAD_SAFETY 1
427| #define PG_KRB_SRVNAM "postgres"
428| #define USE_SSL 1
429| #define USE_LIBXML 1
430| #define USE_LIBXSLT 1
431| #define PG_VERSION_NUM 80323
432| #define HAVE_LIBM 1
433| /* end confdefs.h.  */
434|
435| /* Override any GCC internal prototype to avoid an error.
436|    Use char because int might match the return type of a GCC
437|    builtin and then its argument prototype would still apply.  */
438| #ifdef __cplusplus
439| extern "C"
440| #endif
441| char setproctitle ();
442| int
443| main ()
444| {
445| return setproctitle ();
446|   ;
447|   return 0;
448| }
449configure:5736: result: no
450configure:5743: checking for library containing dlopen
451configure:5773: /usr/bin/clang -no-cpp-precomp -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include/libxml2  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib  -L/opt/local/lib conftest.c -lm  >&5
452clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
453configure:5779: $? = 0
454configure:5783: test -z
455                         || test ! -s conftest.err
456configure:5786: $? = 0
457configure:5789: test -s conftest
458configure:5792: $? = 0
459configure:5862: result: none required
460configure:5869: checking for library containing socket
461configure:5899: /usr/bin/clang -no-cpp-precomp -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include/libxml2  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib  -L/opt/local/lib conftest.c -lm  >&5
462clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
463configure:5905: $? = 0
464configure:5909: test -z
465                         || test ! -s conftest.err
466configure:5912: $? = 0
467configure:5915: test -s conftest
468configure:5918: $? = 0
469configure:5988: result: none required
470configure:5995: checking for library containing shl_load
471configure:6025: /usr/bin/clang -no-cpp-precomp -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include/libxml2  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib  -L/opt/local/lib conftest.c -lm  >&5
472clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
473Undefined symbols for architecture x86_64:
474  "_shl_load", referenced from:
475      _main in conftest-884dd8.o
476ld: symbol(s) not found for architecture x86_64
477clang: error: linker command failed with exit code 1 (use -v to see invocation)
478configure:6031: $? = 1
479configure: failed program was:
480| /* confdefs.h.  */
481|
482| #define PACKAGE_NAME "PostgreSQL"
483| #define PACKAGE_TARNAME "postgresql"
484| #define PACKAGE_VERSION "8.3.23"
485| #define PACKAGE_STRING "PostgreSQL 8.3.23"
486| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
487| #define PG_VERSION "8.3.23"
488| #define USE_INTEGER_DATETIMES 1
489| #define DEF_PGPORT 5432
490| #define DEF_PGPORT_STR "5432"
491| #define PG_VERSION_STR "PostgreSQL 8.3.23 on i386-apple-darwin18.7.0, compiled by GCC Apple clang version 11.0.0 (clang-1100.0.33.17)"
492| #define ENABLE_THREAD_SAFETY 1
493| #define PG_KRB_SRVNAM "postgres"
494| #define USE_SSL 1
495| #define USE_LIBXML 1
496| #define USE_LIBXSLT 1
497| #define PG_VERSION_NUM 80323
498| #define HAVE_LIBM 1
499| /* end confdefs.h.  */
500|
501| /* Override any GCC internal prototype to avoid an error.
502|    Use char because int might match the return type of a GCC
503|    builtin and then its argument prototype would still apply.  */
504| #ifdef __cplusplus
505| extern "C"
506| #endif
507| char shl_load ();
508| int
509| main ()
510| {
511| return shl_load ();
512|   ;
513|   return 0;
514| }
515configure:6080: /usr/bin/clang -no-cpp-precomp -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include/libxml2  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib  -L/opt/local/lib conftest.c -ldld  -lm  >&5
516clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
517ld: library not found for -ldld
518clang: error: linker command failed with exit code 1 (use -v to see invocation)
519configure:6086: $? = 1
520configure: failed program was:
521| /* confdefs.h.  */
522|
523| #define PACKAGE_NAME "PostgreSQL"
524| #define PACKAGE_TARNAME "postgresql"
525| #define PACKAGE_VERSION "8.3.23"
526| #define PACKAGE_STRING "PostgreSQL 8.3.23"
527| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
528| #define PG_VERSION "8.3.23"
529| #define USE_INTEGER_DATETIMES 1
530| #define DEF_PGPORT 5432
531| #define DEF_PGPORT_STR "5432"
532| #define PG_VERSION_STR "PostgreSQL 8.3.23 on i386-apple-darwin18.7.0, compiled by GCC Apple clang version 11.0.0 (clang-1100.0.33.17)"
533| #define ENABLE_THREAD_SAFETY 1
534| #define PG_KRB_SRVNAM "postgres"
535| #define USE_SSL 1
536| #define USE_LIBXML 1
537| #define USE_LIBXSLT 1
538| #define PG_VERSION_NUM 80323
539| #define HAVE_LIBM 1
540| /* end confdefs.h.  */
541|
542| /* Override any GCC internal prototype to avoid an error.
543|    Use char because int might match the return type of a GCC
544|    builtin and then its argument prototype would still apply.  */
545| #ifdef __cplusplus
546| extern "C"
547| #endif
548| char shl_load ();
549| int
550| main ()
551| {
552| return shl_load ();
553|   ;
554|   return 0;
555| }
556configure:6114: result: no
557configure:6252: checking for library containing getopt_long
558configure:6282: /usr/bin/clang -no-cpp-precomp -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include/libxml2  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib  -L/opt/local/lib conftest.c -lm  >&5
559clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
560configure:6288: $? = 0
561configure:6292: test -z
562                         || test ! -s conftest.err
563configure:6295: $? = 0
564configure:6298: test -s conftest
565configure:6301: $? = 0
566configure:6371: result: none required
567configure:6378: checking for library containing crypt
568configure:6408: /usr/bin/clang -no-cpp-precomp -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include/libxml2  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib  -L/opt/local/lib conftest.c -lm  >&5
569clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
570configure:6414: $? = 0
571configure:6418: test -z
572                         || test ! -s conftest.err
573configure:6421: $? = 0
574configure:6424: test -s conftest
575configure:6427: $? = 0
576configure:6497: result: none required
577configure:6505: checking for library containing fdatasync
578configure:6535: /usr/bin/clang -no-cpp-precomp -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include/libxml2  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib  -L/opt/local/lib conftest.c -lm  >&5
579clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
580configure:6541: $? = 0
581configure:6545: test -z
582                         || test ! -s conftest.err
583configure:6548: $? = 0
584configure:6551: test -s conftest
585configure:6554: $? = 0
586configure:6624: result: none required
587configure:6632: checking for library containing shmget
588configure:6662: /usr/bin/clang -no-cpp-precomp -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include/libxml2  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib  -L/opt/local/lib conftest.c -lm  >&5
589clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
590configure:6668: $? = 0
591configure:6672: test -z
592                         || test ! -s conftest.err
593configure:6675: $? = 0
594configure:6678: test -s conftest
595configure:6681: $? = 0
596configure:6751: result: none required
597configure:6772: checking for -lreadline
598configure:6799: /usr/bin/clang -no-cpp-precomp -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include/libxml2  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib  -L/opt/local/lib conftest.c -lreadline -lm  >&5
599clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
600configure:6805: $? = 0
601configure:6809: test -z
602                         || test ! -s conftest.err
603configure:6812: $? = 0
604configure:6815: test -s conftest
605configure:6818: $? = 0
606configure:6843: result: yes (-lreadline)
607configure:6880: checking for inflate in -lz
608configure:6910: /usr/bin/clang -no-cpp-precomp -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include/libxml2  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib  -L/opt/local/lib conftest.c -lz  -lreadline -lm  >&5
609clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
610configure:6916: $? = 0
611configure:6920: test -z
612                         || test ! -s conftest.err
613configure:6923: $? = 0
614configure:6926: test -s conftest
615configure:6929: $? = 0
616configure:6942: result: yes
617configure:7514: checking for CRYPTO_new_ex_data in -lcrypto
618configure:7544: /usr/bin/clang -no-cpp-precomp -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include/libxml2  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib  -L/opt/local/lib conftest.c -lcrypto  -lz -lreadline -lm  >&5
619clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
620configure:7550: $? = 0
621configure:7554: test -z
622                         || test ! -s conftest.err
623configure:7557: $? = 0
624configure:7560: test -s conftest
625configure:7563: $? = 0
626configure:7576: result: yes
627configure:7592: checking for SSL_library_init in -lssl
628configure:7622: /usr/bin/clang -no-cpp-precomp -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include/libxml2  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib  -L/opt/local/lib conftest.c -lssl  -lcrypto -lz -lreadline -lm  >&5
629clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
630Undefined symbols for architecture x86_64:
631  "_SSL_library_init", referenced from:
632      _main in conftest-278bb8.o
633ld: symbol(s) not found for architecture x86_64
634clang: error: linker command failed with exit code 1 (use -v to see invocation)
635configure:7628: $? = 1
636configure: failed program was:
637| /* confdefs.h.  */
638|
639| #define PACKAGE_NAME "PostgreSQL"
640| #define PACKAGE_TARNAME "postgresql"
641| #define PACKAGE_VERSION "8.3.23"
642| #define PACKAGE_STRING "PostgreSQL 8.3.23"
643| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
644| #define PG_VERSION "8.3.23"
645| #define USE_INTEGER_DATETIMES 1
646| #define DEF_PGPORT 5432
647| #define DEF_PGPORT_STR "5432"
648| #define PG_VERSION_STR "PostgreSQL 8.3.23 on i386-apple-darwin18.7.0, compiled by GCC Apple clang version 11.0.0 (clang-1100.0.33.17)"
649| #define ENABLE_THREAD_SAFETY 1
650| #define PG_KRB_SRVNAM "postgres"
651| #define USE_SSL 1
652| #define USE_LIBXML 1
653| #define USE_LIBXSLT 1
654| #define PG_VERSION_NUM 80323
655| #define HAVE_LIBM 1
656| #define HAVE_LIBREADLINE 1
657| #define HAVE_LIBZ 1
658| #define HAVE_SPINLOCKS 1
659| #define HAVE_LIBCRYPTO 1
660| /* end confdefs.h.  */
661|
662| /* Override any GCC internal prototype to avoid an error.
663|    Use char because int might match the return type of a GCC
664|    builtin and then its argument prototype would still apply.  */
665| #ifdef __cplusplus
666| extern "C"
667| #endif
668| char SSL_library_init ();
669| int
670| main ()
671| {
672| return SSL_library_init ();
673|   ;
674|   return 0;
675| }
676configure:7654: result: no
677configure:7664: error: library 'ssl' is required for OpenSSL
678
679## ---------------- ##
680## Cache variables. ##
681## ---------------- ##
682
683ac_cv_build=i386-apple-darwin18.7.0
684ac_cv_build_alias=i386-apple-darwin18.7.0
685ac_cv_c_compiler_gnu=yes
686ac_cv_env_CC_set=set
687ac_cv_env_CC_value=/usr/bin/clang
688ac_cv_env_CFLAGS_set=set
689ac_cv_env_CFLAGS_value='-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
690ac_cv_env_CPPFLAGS_set=set
691ac_cv_env_CPPFLAGS_value='-I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
692ac_cv_env_CPP_set=
693ac_cv_env_CPP_value=
694ac_cv_env_DOCBOOKSTYLE_set=
695ac_cv_env_DOCBOOKSTYLE_value=
696ac_cv_env_LDFLAGS_SL_set=
697ac_cv_env_LDFLAGS_SL_value=
698ac_cv_env_LDFLAGS_set=set
699ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
700ac_cv_env_build_alias_set=
701ac_cv_env_build_alias_value=
702ac_cv_env_host_alias_set=
703ac_cv_env_host_alias_value=
704ac_cv_env_target_alias_set=
705ac_cv_env_target_alias_value=
706ac_cv_exeext=
707ac_cv_host=i386-apple-darwin18.7.0
708ac_cv_host_alias=i386-apple-darwin18.7.0
709ac_cv_lib_crypto_CRYPTO_new_ex_data=yes
710ac_cv_lib_m_main=yes
711ac_cv_lib_ssl_SSL_library_init=no
712ac_cv_lib_z_inflate=yes
713ac_cv_objext=o
714ac_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
715ac_cv_path_PERL=/opt/local/bin/perl
716ac_cv_path_TAR=/usr/bin/tar
717ac_cv_prog_AWK=gawk
718ac_cv_prog_CPP='/usr/bin/clang -no-cpp-precomp -E'
719ac_cv_prog_XML2_CONFIG=xml2-config
720ac_cv_prog_YACC='bison -y'
721ac_cv_prog_ac_ct_RANLIB=ranlib
722ac_cv_prog_ac_ct_STRIP=strip
723ac_cv_prog_cc_g=yes
724ac_cv_prog_cc_stdc=
725ac_cv_prog_egrep='grep -E'
726ac_cv_prog_gnu_ld=no
727ac_cv_search_crypt='none required'
728ac_cv_search_dlopen='none required'
729ac_cv_search_fdatasync='none required'
730ac_cv_search_getopt_long='none required'
731ac_cv_search_setproctitle=no
732ac_cv_search_shl_load=no
733ac_cv_search_shmget='none required'
734ac_cv_search_socket='none required'
735pgac_cv_check_readline=-lreadline
736pgac_cv_path_flex=/opt/local/bin/flex
737
738## ----------------- ##
739## Output variables. ##
740## ----------------- ##
741
742AWK='gawk'
743CC='/usr/bin/clang -no-cpp-precomp'
744CFLAGS='-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard'
745COLLATEINDEX=''
746CPP='/usr/bin/clang -no-cpp-precomp -E'
747CPPFLAGS='-I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include/libxml2  -I/opt/local/include'
748DEFS=''
749DOCBOOKSTYLE=''
750DTRACE=''
751DTRACEFLAGS=''
752ECHO_C='ECHO_N=''
753ECHO_T=''
754EGREP='grep -E'
755ELF_SYS=''
756EXEEXT=''
757FLEX='/opt/local/bin/flex'
758FLEXFLAGS=''
759GCC='yes'
760HAVE_IPV6=''
761HAVE_POSIX_SIGNALS=''
762INCLUDES=' -I/opt/local/include'
763JADE=''
764LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
765LDAP_LIBS_BE=''
766LDAP_LIBS_FE=''
767LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib  -L/opt/local/lib'
768LDFLAGS_SL=''
769LIBOBJS=''
770LIBS='-lcrypto -lz -lreadline -lm '
771LN_S='ln -s'
772LTLIBOBJS=''
773MSGFMT=''
774MSGMERGE=''
775NSGMLS=''
776OBJEXT='o'
777OSSP_UUID_LIBS=''
778PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
779PACKAGE_NAME='PostgreSQL'
780PACKAGE_STRING='PostgreSQL 8.3.23'
781PACKAGE_TARNAME='postgresql'
782PACKAGE_VERSION='8.3.23'
783PATH_SEPARATOR=':'
784PERL='/opt/local/bin/perl'
785PORTNAME='darwin'
786PTHREAD_CC=''
787PTHREAD_CFLAGS=''
788PTHREAD_LIBS=''
789PYTHON=''
790RANLIB='ranlib'
791SGMLSPL=''
792SHELL='/bin/sh'
793STRIP='strip'
794STRIP_SHARED_LIB=':'
795STRIP_STATIC_LIB=':'
796TAR='/usr/bin/tar'
797TAS=''
798TCLSH=''
799TCL_CONFIG_SH=''
800TCL_INCLUDE_SPEC=''
801TCL_LIBS=''
802TCL_LIB_FILE=''
803TCL_LIB_SPEC=''
804TCL_SHARED_BUILD=''
805TCL_SHLIB_LD_LIBS=''
806WANTED_LANGUAGES=''
807XGETTEXT=''
808XML2_CONFIG='xml2-config'
809YACC='bison -y'
810YFLAGS=''
811ac_ct_CC=''
812ac_ct_RANLIB='ranlib'
813ac_ct_STRIP='strip'
814acx_pthread_config=''
815autodepend=''
816bindir='/opt/local/lib/postgresql83/bin'
817build='i386-apple-darwin18.7.0'
818build_alias=''
819build_cpu='i386'
820build_os='darwin18.7.0'
821build_vendor='apple'
822configure_args=''--prefix=/opt/local' '--sysconfdir=/opt/local/etc/postgresql83' '--bindir=/opt/local/lib/postgresql83/bin' '--libdir=/opt/local/lib/postgresql83' '--includedir=/opt/local/include/postgresql83' '--datadir=/opt/local/share/postgresql83' '--mandir=/opt/local/share/man' '--without-docdir' '--with-includes=/opt/local/include' '--with-libraries=/opt/local/lib' '--with-openssl' '--without-bonjour' '--with-readline' '--with-zlib' '--with-libxml' '--with-libxslt' '--enable-thread-safety' '--enable-integer-datetimes' '--with-ossp-uuid' 'CC=/usr/bin/clang' 'CFLAGS=-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64' 'CPPFLAGS=-I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk' 'LDFLAGS=-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64''
823datadir='/opt/local/share/postgresql83'
824default_port='5432'
825docdir=''
826enable_debug='no'
827enable_dtrace='no'
828enable_nls='no'
829enable_profiling='no'
830enable_rpath='yes'
831enable_shared='yes'
832enable_thread_safety='yes'
833exec_prefix='NONE'
834have_docbook=''
835host='i386-apple-darwin18.7.0'
836host_alias=''
837host_cpu='i386'
838host_os='darwin18.7.0'
839host_vendor='apple'
840includedir='/opt/local/include/postgresql83'
841infodir='${prefix}/info'
842krb_srvtab=''
843ld_R_works=''
844libdir='/opt/local/lib/postgresql83'
845libexecdir='${exec_prefix}/libexec'
846localedir=''
847localstatedir='${prefix}/var'
848mandir='/opt/local/share/man'
849oldincludedir='/usr/include'
850perl_archlibexp=''
851perl_embed_ldflags=''
852perl_privlibexp=''
853perl_useshrplib=''
854prefix='/opt/local'
855program_transform_name='s,x,x,'
856python_additional_libs=''
857python_configdir=''
858python_includespec=''
859python_libdir=''
860python_libspec=''
861python_version=''
862sbindir='${exec_prefix}/sbin'
863sharedstatedir='${prefix}/com'
864sysconfdir='/opt/local/etc/postgresql83'
865target_alias=''
866vpath_build=''
867with_bonjour='no'
868with_gnu_ld='no'
869with_gssapi='no'
870with_krb5='no'
871with_ldap='no'
872with_libxml='yes'
873with_libxslt='yes'
874with_openssl='yes'
875with_ossp_uuid='yes'
876with_pam='no'
877with_perl='no'
878with_python='no'
879with_system_tzdata=''
880with_tcl='no'
881with_zlib='yes'
882
883## ----------- ##
884## confdefs.h. ##
885## ----------- ##
886
887#define DEF_PGPORT 5432
888#define DEF_PGPORT_STR "5432"
889#define ENABLE_THREAD_SAFETY 1
890#define HAVE_LIBCRYPTO 1
891#define HAVE_LIBM 1
892#define HAVE_LIBREADLINE 1
893#define HAVE_LIBZ 1
894#define HAVE_SPINLOCKS 1
895#define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
896#define PACKAGE_NAME "PostgreSQL"
897#define PACKAGE_STRING "PostgreSQL 8.3.23"
898#define PACKAGE_TARNAME "postgresql"
899#define PACKAGE_VERSION "8.3.23"
900#define PG_KRB_SRVNAM "postgres"
901#define PG_VERSION "8.3.23"
902#define PG_VERSION_NUM 80323
903#define PG_VERSION_STR "PostgreSQL 8.3.23 on i386-apple-darwin18.7.0, compiled by GCC Apple clang version 11.0.0 (clang-1100.0.33.17)"
904#define USE_INTEGER_DATETIMES 1
905#define USE_LIBXML 1
906#define USE_LIBXSLT 1
907#define USE_SSL 1
908
909configure: exit 1
910
911****************************************************************************
912File main.log:
913
914version:1
915:debug:sysinfo macOS 10.14 (darwin/18.7.0) arch i386
916:debug:sysinfo MacPorts 2.6.2
917:debug:sysinfo Xcode 11.3.1
918:debug:sysinfo SDK 10.14
919:debug:sysinfo MACOSX_DEPLOYMENT_TARGET: 10.14
920:msg:clean --->  Computing dependencies for postgresql83:info:clean .:debug:clean postgresql83 has no conflicts
921:debug:clean Searching for dependency: bison
922:debug:clean Found Dependency: receipt exists for bison
923:debug:clean Searching for dependency: readline
924:debug:clean Found Dependency: receipt exists for readline
925:debug:clean Searching for dependency: openssl
926:debug:clean Found Dependency: receipt exists for openssl
927:debug:clean Searching for dependency: zlib
928:debug:clean Found Dependency: receipt exists for zlib
929:debug:clean Searching for dependency: libxml2
930:debug:clean Found Dependency: receipt exists for libxml2
931:debug:clean Searching for dependency: libxslt
932:debug:clean Found Dependency: receipt exists for libxslt
933:debug:clean Searching for dependency: ossp-uuid
934:debug:clean Found Dependency: receipt exists for ossp-uuid
935:debug:main Executing org.macports.main (postgresql83)
936:debug:main dropping privileges: euid changed to 502, egid changed to 501.
937:debug:archivefetch archivefetch phase started at Fri Feb 14 13:34:23 EST 2020
938:msg:archivefetch --->  Fetching archive for postgresql83
939:debug:archivefetch Executing org.macports.archivefetch (postgresql83)
940:debug:archivefetch euid/egid changed to: 0/0
941:debug:archivefetch chowned /opt/local/var/macports/incoming to macports
942:debug:archivefetch euid/egid changed to: 502/501
943:info:archivefetch --->  postgresql83-8.3.23_4.darwin_18.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified
944:msg:archivefetch --->  Attempting to fetch postgresql83-8.3.23_4.darwin_18.x86_64.tbz2 from https://packages.macports.org/postgresql83
945:debug:archivefetch Fetching archive failed: The requested URL returned error: 404 Not Found
946:msg:archivefetch --->  Attempting to fetch postgresql83-8.3.23_4.darwin_18.x86_64.tbz2 from http://aus.us.packages.macports.org/macports/packages/postgresql83
947:debug:archivefetch Fetching archive failed: The requested URL returned error: 404 Not Found
948:msg:archivefetch --->  Attempting to fetch postgresql83-8.3.23_4.darwin_18.x86_64.tbz2 from https://ywg.ca.packages.macports.org/mirror/macports/packages/postgresql83
949:debug:archivefetch Fetching archive failed: The requested URL returned error: 404 Not Found
950:debug:archivefetch Privilege de-escalation not attempted as not running as root.
951:debug:fetch fetch phase started at Fri Feb 14 13:34:24 EST 2020
952:notice:fetch --->  Fetching distfiles for postgresql83
953:debug:fetch Executing org.macports.fetch (postgresql83)
954:debug:fetch Privilege de-escalation not attempted as not running as root.
955:debug:checksum checksum phase started at Fri Feb 14 13:34:24 EST 2020
956:notice:checksum --->  Verifying checksums for postgresql83
957:debug:checksum Executing org.macports.checksum (postgresql83)
958:info:checksum --->  Checksumming postgresql-8.3.23.tar.bz2
959:debug:checksum Calculated (rmd160) is ac0ee6a829f04e7cdca0179a2c881244c54f31cd
960:debug:checksum Correct (rmd160) checksum for postgresql-8.3.23.tar.bz2
961:debug:checksum Calculated (sha256) is 17a46617ddbeb16f37d79b43f4e72301b051e6ef888a2eac960375bf579018d9
962:debug:checksum Correct (sha256) checksum for postgresql-8.3.23.tar.bz2
963:debug:checksum Privilege de-escalation not attempted as not running as root.
964:debug:extract extract phase started at Fri Feb 14 13:34:24 EST 2020
965:notice:extract --->  Extracting postgresql83
966:debug:extract setting option extract.cmd to /usr/bin/bzip2
967:debug:extract Executing org.macports.extract (postgresql83)
968:info:extract --->  Extracting postgresql-8.3.23.tar.bz2
969:debug:extract setting option extract.args to '/opt/local/var/macports/distfiles/postgresql83/postgresql-8.3.23.tar.bz2'
970:debug:extract Environment:
971:debug:extract CC_PRINT_OPTIONS='YES'
972:debug:extract CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/.CC_PRINT_OPTIONS'
973:debug:extract CPATH='/opt/local/include'
974:debug:extract DEVELOPER_DIR='/Applications/Xcode.app/Contents/Developer'
975:debug:extract LIBRARY_PATH='/opt/local/lib'
976:debug:extract MACOSX_DEPLOYMENT_TARGET='10.14'
977:debug:extract SDKROOT='/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
978:info:extract Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work" && /usr/bin/bzip2 -dc '/opt/local/var/macports/distfiles/postgresql83/postgresql-8.3.23.tar.bz2' | /usr/bin/tar -xf -
979:debug:extract system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work" && /usr/bin/bzip2 -dc '/opt/local/var/macports/distfiles/postgresql83/postgresql-8.3.23.tar.bz2' | /usr/bin/tar -xf -
980:debug:extract euid/egid changed to: 0/0
981:debug:extract chowned /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work to macports
982:debug:extract euid/egid changed to: 502/501
983:debug:extract Privilege de-escalation not attempted as not running as root.
984:debug:patch patch phase started at Fri Feb 14 13:34:26 EST 2020
985:debug:patch Executing org.macports.patch (postgresql83)
986:notice:patch --->  Applying patches to postgresql83
987:info:patch --->  Applying src_pl_plpython_Makefile.patch
988:debug:patch Environment:
989:debug:patch CC_PRINT_OPTIONS='YES'
990:debug:patch CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/.CC_PRINT_OPTIONS'
991:debug:patch CPATH='/opt/local/include'
992:debug:patch DEVELOPER_DIR='/Applications/Xcode.app/Contents/Developer'
993:debug:patch LIBRARY_PATH='/opt/local/lib'
994:debug:patch MACOSX_DEPLOYMENT_TARGET='10.14'
995:debug:patch SDKROOT='/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
996:info:patch Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/databases/postgresql83/files/src_pl_plpython_Makefile.patch'
997:debug:patch system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/databases/postgresql83/files/src_pl_plpython_Makefile.patch'
998:info:patch patching file src/pl/plpython/Makefile
999:info:patch --->  Applying postgresql-uuid-ossp.patch
1000:debug:patch Environment:
1001:debug:patch CC_PRINT_OPTIONS='YES'
1002:debug:patch CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/.CC_PRINT_OPTIONS'
1003:debug:patch CPATH='/opt/local/include'
1004:debug:patch DEVELOPER_DIR='/Applications/Xcode.app/Contents/Developer'
1005:debug:patch LIBRARY_PATH='/opt/local/lib'
1006:debug:patch MACOSX_DEPLOYMENT_TARGET='10.14'
1007:debug:patch SDKROOT='/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
1008:info:patch Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/databases/postgresql83/files/postgresql-uuid-ossp.patch'
1009:debug:patch system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/databases/postgresql83/files/postgresql-uuid-ossp.patch'
1010:info:patch patching file contrib/uuid-ossp/uuid-ossp.c
1011:debug:patch Privilege de-escalation not attempted as not running as root.
1012:debug:configure configure phase started at Fri Feb 14 13:34:26 EST 2020
1013:notice:configure --->  Configuring postgresql83
1014:debug:configure Preferred compilers: clang macports-clang-9.0 macports-clang-8.0 macports-clang-7.0 macports-clang-6.0 macports-clang-5.0
1015:debug:configure Using compiler 'Xcode Clang'
1016:debug:configure Executing org.macports.configure (postgresql83)
1017:debug:configure Environment:
1018:debug:configure CC='/usr/bin/clang'
1019:debug:configure CC_PRINT_OPTIONS='YES'
1020:debug:configure CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/.CC_PRINT_OPTIONS'
1021:debug:configure CFLAGS='-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1022:debug:configure CPATH='/opt/local/include'
1023:debug:configure CPPFLAGS='-I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
1024:debug:configure CXX='/usr/bin/clang++'
1025:debug:configure CXXFLAGS='-pipe -Os -stdlib=libc++ -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1026:debug:configure DEVELOPER_DIR='/Applications/Xcode.app/Contents/Developer'
1027:debug:configure F90FLAGS='-pipe -Os -m64'
1028:debug:configure FCFLAGS='-pipe -Os -m64'
1029:debug:configure FFLAGS='-pipe -Os -m64'
1030:debug:configure INSTALL='/usr/bin/install -c'
1031:debug:configure LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1032:debug:configure LIBRARY_PATH='/opt/local/lib'
1033:debug:configure MACOSX_DEPLOYMENT_TARGET='10.14'
1034:debug:configure OBJC='/usr/bin/clang'
1035:debug:configure OBJCFLAGS='-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1036:debug:configure OBJCXX='/usr/bin/clang++'
1037:debug:configure OBJCXXFLAGS='-pipe -Os -stdlib=libc++ -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1038:debug:configure SDKROOT='/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
1039:info:configure Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23" && ./configure --prefix=/opt/local --sysconfdir=/opt/local/etc/postgresql83 --bindir=/opt/local/lib/postgresql83/bin --libdir=/opt/local/lib/postgresql83 --includedir=/opt/local/include/postgresql83 --datadir=/opt/local/share/postgresql83 --mandir=/opt/local/share/man --without-docdir --with-includes=/opt/local/include --with-libraries=/opt/local/lib --with-openssl --without-bonjour --with-readline --with-zlib --with-libxml --with-libxslt --enable-thread-safety --enable-integer-datetimes --with-ossp-uuid
1040:debug:configure system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23" && ./configure --prefix=/opt/local --sysconfdir=/opt/local/etc/postgresql83 --bindir=/opt/local/lib/postgresql83/bin --libdir=/opt/local/lib/postgresql83 --includedir=/opt/local/include/postgresql83 --datadir=/opt/local/share/postgresql83 --mandir=/opt/local/share/man --without-docdir --with-includes=/opt/local/include --with-libraries=/opt/local/lib --with-openssl --without-bonjour --with-readline --with-zlib --with-libxml --with-libxslt --enable-thread-safety --enable-integer-datetimes --with-ossp-uuid
1041:info:configure checking build system type... i386-apple-darwin18.7.0
1042:info:configure checking host system type... i386-apple-darwin18.7.0
1043:info:configure checking which template to use... darwin
1044:info:configure checking whether to build with 64-bit integer date/time support... yes
1045:info:configure checking whether NLS is wanted... no
1046:info:configure checking for default port number... 5432
1047:info:configure checking for C compiler default output file name... a.out
1048:info:configure checking whether the C compiler works... yes
1049:info:configure checking whether we are cross compiling... no
1050:info:configure checking for suffix of executables...
1051:info:configure checking for suffix of object files... o
1052:info:configure checking whether we are using the GNU C compiler... yes
1053:info:configure checking whether /usr/bin/clang accepts -g... yes
1054:info:configure checking for /usr/bin/clang option to accept ANSI C... none needed
1055:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -Wdeclaration-after-statement... yes
1056:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -Wendif-labels... yes
1057:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -fno-strict-aliasing... yes
1058:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -fwrapv... yes
1059:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -fexcess-precision=standard... yes
1060:info:configure configure: using CFLAGS=-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard
1061:info:configure checking whether the C compiler still works... yes
1062:info:configure checking how to run the C preprocessor... /usr/bin/clang -no-cpp-precomp -E
1063:info:configure checking allow thread-safe client libraries... yes
1064:info:configure checking whether to build with Tcl... no
1065:info:configure checking whether to build Perl modules... no
1066:info:configure checking whether to build Python modules... no
1067:info:configure checking whether to build with GSSAPI support... no
1068:info:configure checking whether to build with Kerberos 5 support... no
1069:info:configure checking whether to build with PAM support... no
1070:info:configure checking whether to build with LDAP support... no
1071:info:configure checking whether to build with Bonjour support... no
1072:info:configure checking whether to build with OpenSSL support... yes
1073:info:configure checking for xml2-config... xml2-config
1074:info:configure checking for egrep... grep -E
1075:info:configure configure: using CPPFLAGS=-I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include/libxml2  -I/opt/local/include
1076:info:configure configure: using LDFLAGS=-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib  -L/opt/local/lib
1077:info:configure checking for ld used by GCC... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
1078:info:configure checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
1079:info:configure checking for ranlib... ranlib
1080:info:configure checking for strip... strip
1081:info:configure checking whether it is possible to strip libraries... no
1082:info:configure checking for tar... /usr/bin/tar
1083:info:configure checking whether ln -s works... yes
1084:info:configure checking for gawk... gawk
1085:info:configure checking for bison... bison -y
1086:info:configure configure: using bison (GNU Bison) 3.5.1
1087:info:configure checking for flex... /opt/local/bin/flex
1088:info:configure configure: using flex 2.6.4
1089:info:configure checking for perl... /opt/local/bin/perl
1090:info:configure checking for main in -lm... yes
1091:info:configure checking for library containing setproctitle... no
1092:info:configure checking for library containing dlopen... none required
1093:info:configure checking for library containing socket... none required
1094:info:configure checking for library containing shl_load... no
1095:info:configure checking for library containing getopt_long... none required
1096:info:configure checking for library containing crypt... none required
1097:info:configure checking for library containing fdatasync... none required
1098:info:configure checking for library containing shmget... none required
1099:info:configure checking for -lreadline... yes (-lreadline)
1100:info:configure checking for inflate in -lz... yes
1101:info:configure checking for CRYPTO_new_ex_data in -lcrypto... yes
1102:info:configure checking for SSL_library_init in -lssl... no
1103:info:configure configure: error: library 'ssl' is required for OpenSSL
1104:info:configure Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23" && ./configure --prefix=/opt/local --sysconfdir=/opt/local/etc/postgresql83 --bindir=/opt/local/lib/postgresql83/bin --libdir=/opt/local/lib/postgresql83 --includedir=/opt/local/include/postgresql83 --datadir=/opt/local/share/postgresql83 --mandir=/opt/local/share/man --without-docdir --with-includes=/opt/local/include --with-libraries=/opt/local/lib --with-openssl --without-bonjour --with-readline --with-zlib --with-libxml --with-libxslt --enable-thread-safety --enable-integer-datetimes --with-ossp-uuid
1105:info:configure Exit code: 1
1106:error:configure Failed to configure postgresql83, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23/config.log
1107:error:configure Failed to configure postgresql83: configure failure: command execution failed
1108:debug:configure Error code: NONE
1109:debug:configure Backtrace: configure failure: command execution failed
1110:debug:configure     while executing
1111:debug:configure "$procedure $targetname"
1112:error:configure See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/main.log for details.
1113version:1
1114:debug:sysinfo macOS 10.14 (darwin/18.7.0) arch i386
1115:debug:sysinfo MacPorts 2.6.2
1116:debug:sysinfo Xcode 11.3.1
1117:debug:sysinfo SDK 10.14
1118:debug:sysinfo MACOSX_DEPLOYMENT_TARGET: 10.14
1119:msg:clean --->  Computing dependencies for postgresql83:info:clean .:debug:clean postgresql83 has no conflicts
1120:debug:clean Searching for dependency: bison
1121:debug:clean Found Dependency: receipt exists for bison
1122:debug:clean Searching for dependency: readline
1123:debug:clean Found Dependency: receipt exists for readline
1124:debug:clean Searching for dependency: openssl
1125:debug:clean Found Dependency: receipt exists for openssl
1126:debug:clean Searching for dependency: zlib
1127:debug:clean Found Dependency: receipt exists for zlib
1128:debug:clean Searching for dependency: libxml2
1129:debug:clean Found Dependency: receipt exists for libxml2
1130:debug:clean Searching for dependency: libxslt
1131:debug:clean Found Dependency: receipt exists for libxslt
1132:debug:clean Searching for dependency: ossp-uuid
1133:debug:clean Found Dependency: receipt exists for ossp-uuid
1134:debug:main Executing org.macports.main (postgresql83)
1135:debug:main dropping privileges: euid changed to 502, egid changed to 501.
1136:debug:archivefetch archivefetch phase started at Fri Feb 14 13:41:11 EST 2020
1137:msg:archivefetch --->  Fetching archive for postgresql83
1138:debug:archivefetch Executing org.macports.archivefetch (postgresql83)
1139:debug:archivefetch euid/egid changed to: 0/0
1140:debug:archivefetch chowned /opt/local/var/macports/incoming to macports
1141:debug:archivefetch euid/egid changed to: 502/501
1142:info:archivefetch --->  postgresql83-8.3.23_4.darwin_18.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified
1143:msg:archivefetch --->  Attempting to fetch postgresql83-8.3.23_4.darwin_18.x86_64.tbz2 from https://packages.macports.org/postgresql83
1144:debug:archivefetch Fetching archive failed: The requested URL returned error: 404 Not Found
1145:msg:archivefetch --->  Attempting to fetch postgresql83-8.3.23_4.darwin_18.x86_64.tbz2 from http://aus.us.packages.macports.org/macports/packages/postgresql83
1146:debug:archivefetch Fetching archive failed: The requested URL returned error: 404 Not Found
1147:msg:archivefetch --->  Attempting to fetch postgresql83-8.3.23_4.darwin_18.x86_64.tbz2 from https://ywg.ca.packages.macports.org/mirror/macports/packages/postgresql83
1148:debug:archivefetch Fetching archive failed: The requested URL returned error: 404 Not Found
1149:debug:archivefetch Privilege de-escalation not attempted as not running as root.
1150:debug:archivefetch Skipping completed org.macports.fetch (postgresql83)
1151:debug:archivefetch Privilege de-escalation not attempted as not running as root.
1152:debug:archivefetch Skipping completed org.macports.checksum (postgresql83)
1153:debug:archivefetch Privilege de-escalation not attempted as not running as root.
1154:debug:archivefetch Skipping completed org.macports.extract (postgresql83)
1155:debug:archivefetch Privilege de-escalation not attempted as not running as root.
1156:debug:archivefetch Skipping completed org.macports.patch (postgresql83)
1157:debug:archivefetch Privilege de-escalation not attempted as not running as root.
1158:debug:configure configure phase started at Fri Feb 14 13:41:12 EST 2020
1159:notice:configure --->  Configuring postgresql83
1160:debug:configure Preferred compilers: clang macports-clang-9.0 macports-clang-8.0 macports-clang-7.0 macports-clang-6.0 macports-clang-5.0
1161:debug:configure Using compiler 'Xcode Clang'
1162:debug:configure Executing org.macports.configure (postgresql83)
1163:debug:configure Environment:
1164:debug:configure CC='/usr/bin/clang'
1165:debug:configure CC_PRINT_OPTIONS='YES'
1166:debug:configure CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/.CC_PRINT_OPTIONS'
1167:debug:configure CFLAGS='-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1168:debug:configure CPATH='/opt/local/include'
1169:debug:configure CPPFLAGS='-I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
1170:debug:configure CXX='/usr/bin/clang++'
1171:debug:configure CXXFLAGS='-pipe -Os -stdlib=libc++ -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1172:debug:configure DEVELOPER_DIR='/Applications/Xcode.app/Contents/Developer'
1173:debug:configure F90FLAGS='-pipe -Os -m64'
1174:debug:configure FCFLAGS='-pipe -Os -m64'
1175:debug:configure FFLAGS='-pipe -Os -m64'
1176:debug:configure INSTALL='/usr/bin/install -c'
1177:debug:configure LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1178:debug:configure LIBRARY_PATH='/opt/local/lib'
1179:debug:configure MACOSX_DEPLOYMENT_TARGET='10.14'
1180:debug:configure OBJC='/usr/bin/clang'
1181:debug:configure OBJCFLAGS='-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1182:debug:configure OBJCXX='/usr/bin/clang++'
1183:debug:configure OBJCXXFLAGS='-pipe -Os -stdlib=libc++ -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1184:debug:configure SDKROOT='/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
1185:info:configure Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23" && ./configure --prefix=/opt/local --sysconfdir=/opt/local/etc/postgresql83 --bindir=/opt/local/lib/postgresql83/bin --libdir=/opt/local/lib/postgresql83 --includedir=/opt/local/include/postgresql83 --datadir=/opt/local/share/postgresql83 --mandir=/opt/local/share/man --without-docdir --with-includes=/opt/local/include --with-libraries=/opt/local/lib --with-openssl --without-bonjour --with-readline --with-zlib --with-libxml --with-libxslt --enable-thread-safety --enable-integer-datetimes --with-ossp-uuid
1186:debug:configure system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23" && ./configure --prefix=/opt/local --sysconfdir=/opt/local/etc/postgresql83 --bindir=/opt/local/lib/postgresql83/bin --libdir=/opt/local/lib/postgresql83 --includedir=/opt/local/include/postgresql83 --datadir=/opt/local/share/postgresql83 --mandir=/opt/local/share/man --without-docdir --with-includes=/opt/local/include --with-libraries=/opt/local/lib --with-openssl --without-bonjour --with-readline --with-zlib --with-libxml --with-libxslt --enable-thread-safety --enable-integer-datetimes --with-ossp-uuid
1187:info:configure checking build system type... i386-apple-darwin18.7.0
1188:info:configure checking host system type... i386-apple-darwin18.7.0
1189:info:configure checking which template to use... darwin
1190:info:configure checking whether to build with 64-bit integer date/time support... yes
1191:info:configure checking whether NLS is wanted... no
1192:info:configure checking for default port number... 5432
1193:info:configure checking for C compiler default output file name... a.out
1194:info:configure checking whether the C compiler works... yes
1195:info:configure checking whether we are cross compiling... no
1196:info:configure checking for suffix of executables...
1197:info:configure checking for suffix of object files... o
1198:info:configure checking whether we are using the GNU C compiler... yes
1199:info:configure checking whether /usr/bin/clang accepts -g... yes
1200:info:configure checking for /usr/bin/clang option to accept ANSI C... none needed
1201:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -Wdeclaration-after-statement... yes
1202:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -Wendif-labels... yes
1203:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -fno-strict-aliasing... yes
1204:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -fwrapv... yes
1205:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -fexcess-precision=standard... yes
1206:info:configure configure: using CFLAGS=-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard
1207:info:configure checking whether the C compiler still works... yes
1208:info:configure checking how to run the C preprocessor... /usr/bin/clang -no-cpp-precomp -E
1209:info:configure checking allow thread-safe client libraries... yes
1210:info:configure checking whether to build with Tcl... no
1211:info:configure checking whether to build Perl modules... no
1212:info:configure checking whether to build Python modules... no
1213:info:configure checking whether to build with GSSAPI support... no
1214:info:configure checking whether to build with Kerberos 5 support... no
1215:info:configure checking whether to build with PAM support... no
1216:info:configure checking whether to build with LDAP support... no
1217:info:configure checking whether to build with Bonjour support... no
1218:info:configure checking whether to build with OpenSSL support... yes
1219:info:configure checking for xml2-config... xml2-config
1220:info:configure checking for egrep... grep -E
1221:info:configure configure: using CPPFLAGS=-I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include/libxml2  -I/opt/local/include
1222:info:configure configure: using LDFLAGS=-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib  -L/opt/local/lib
1223:info:configure checking for ld used by GCC... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
1224:info:configure checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
1225:info:configure checking for ranlib... ranlib
1226:info:configure checking for strip... strip
1227:info:configure checking whether it is possible to strip libraries... no
1228:info:configure checking for tar... /usr/bin/tar
1229:info:configure checking whether ln -s works... yes
1230:info:configure checking for gawk... gawk
1231:info:configure checking for bison... bison -y
1232:info:configure configure: using bison (GNU Bison) 3.5.1
1233:info:configure checking for flex... /opt/local/bin/flex
1234:info:configure configure: using flex 2.6.4
1235:info:configure checking for perl... /opt/local/bin/perl
1236:info:configure checking for main in -lm... yes
1237:info:configure checking for library containing setproctitle... no
1238:info:configure checking for library containing dlopen... none required
1239:info:configure checking for library containing socket... none required
1240:info:configure checking for library containing shl_load... no
1241:info:configure checking for library containing getopt_long... none required
1242:info:configure checking for library containing crypt... none required
1243:info:configure checking for library containing fdatasync... none required
1244:info:configure checking for library containing shmget... none required
1245:info:configure checking for -lreadline... yes (-lreadline)
1246:info:configure checking for inflate in -lz... yes
1247:info:configure checking for CRYPTO_new_ex_data in -lcrypto... yes
1248:info:configure checking for SSL_library_init in -lssl... no
1249:info:configure configure: error: library 'ssl' is required for OpenSSL
1250:info:configure Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23" && ./configure --prefix=/opt/local --sysconfdir=/opt/local/etc/postgresql83 --bindir=/opt/local/lib/postgresql83/bin --libdir=/opt/local/lib/postgresql83 --includedir=/opt/local/include/postgresql83 --datadir=/opt/local/share/postgresql83 --mandir=/opt/local/share/man --without-docdir --with-includes=/opt/local/include --with-libraries=/opt/local/lib --with-openssl --without-bonjour --with-readline --with-zlib --with-libxml --with-libxslt --enable-thread-safety --enable-integer-datetimes --with-ossp-uuid
1251:info:configure Exit code: 1
1252:error:configure Failed to configure postgresql83, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23/config.log
1253:error:configure Failed to configure postgresql83: configure failure: command execution failed
1254:debug:configure Error code: NONE
1255:debug:configure Backtrace: configure failure: command execution failed
1256:debug:configure     while executing
1257:debug:configure "$procedure $targetname"
1258:error:configure See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/main.log for details.
1259version:1
1260:debug:sysinfo macOS 10.14 (darwin/18.7.0) arch i386
1261:debug:sysinfo MacPorts 2.6.2
1262:debug:sysinfo Xcode 11.3.1
1263:debug:sysinfo SDK 10.14
1264:debug:sysinfo MACOSX_DEPLOYMENT_TARGET: 10.14
1265:msg:main --->  Computing dependencies for postgresql83:info:main .:debug:main postgresql83 has no conflicts
1266:debug:main Searching for dependency: bison
1267:debug:main Found Dependency: receipt exists for bison
1268:debug:main Searching for dependency: readline
1269:debug:main Found Dependency: receipt exists for readline
1270:debug:main Searching for dependency: openssl
1271:debug:main Found Dependency: receipt exists for openssl
1272:debug:main Searching for dependency: zlib
1273:debug:main Found Dependency: receipt exists for zlib
1274:debug:main Searching for dependency: libxml2
1275:debug:main Found Dependency: receipt exists for libxml2
1276:debug:main Searching for dependency: libxslt
1277:debug:main Found Dependency: receipt exists for libxslt
1278:debug:main Searching for dependency: ossp-uuid
1279:debug:main Found Dependency: receipt exists for ossp-uuid
1280:debug:main Executing org.macports.main (postgresql83)
1281:debug:main dropping privileges: euid changed to 502, egid changed to 501.
1282:debug:archivefetch archivefetch phase started at Fri Feb 14 13:41:41 EST 2020
1283:msg:archivefetch --->  Fetching archive for postgresql83
1284:debug:archivefetch Executing org.macports.archivefetch (postgresql83)
1285:debug:archivefetch euid/egid changed to: 0/0
1286:debug:archivefetch chowned /opt/local/var/macports/incoming to macports
1287:debug:archivefetch euid/egid changed to: 502/501
1288:info:archivefetch --->  postgresql83-8.3.23_4.darwin_18.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified
1289:msg:archivefetch --->  Attempting to fetch postgresql83-8.3.23_4.darwin_18.x86_64.tbz2 from https://packages.macports.org/postgresql83
1290:debug:archivefetch Fetching archive failed: The requested URL returned error: 404 Not Found
1291:msg:archivefetch --->  Attempting to fetch postgresql83-8.3.23_4.darwin_18.x86_64.tbz2 from http://aus.us.packages.macports.org/macports/packages/postgresql83
1292:debug:archivefetch Fetching archive failed: The requested URL returned error: 404 Not Found
1293:msg:archivefetch --->  Attempting to fetch postgresql83-8.3.23_4.darwin_18.x86_64.tbz2 from https://ywg.ca.packages.macports.org/mirror/macports/packages/postgresql83
1294:debug:archivefetch Fetching archive failed: The requested URL returned error: 404 Not Found
1295:debug:archivefetch Privilege de-escalation not attempted as not running as root.
1296:debug:archivefetch Skipping completed org.macports.fetch (postgresql83)
1297:debug:archivefetch Privilege de-escalation not attempted as not running as root.
1298:debug:archivefetch Skipping completed org.macports.checksum (postgresql83)
1299:debug:archivefetch Privilege de-escalation not attempted as not running as root.
1300:debug:archivefetch Skipping completed org.macports.extract (postgresql83)
1301:debug:archivefetch Privilege de-escalation not attempted as not running as root.
1302:debug:archivefetch Skipping completed org.macports.patch (postgresql83)
1303:debug:archivefetch Privilege de-escalation not attempted as not running as root.
1304:debug:configure configure phase started at Fri Feb 14 13:41:42 EST 2020
1305:notice:configure --->  Configuring postgresql83
1306:debug:configure Preferred compilers: clang macports-clang-9.0 macports-clang-8.0 macports-clang-7.0 macports-clang-6.0 macports-clang-5.0
1307:debug:configure Using compiler 'Xcode Clang'
1308:debug:configure Executing org.macports.configure (postgresql83)
1309:debug:configure Environment:
1310:debug:configure CC='/usr/bin/clang'
1311:debug:configure CC_PRINT_OPTIONS='YES'
1312:debug:configure CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/.CC_PRINT_OPTIONS'
1313:debug:configure CFLAGS='-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1314:debug:configure CPATH='/opt/local/include'
1315:debug:configure CPPFLAGS='-I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
1316:debug:configure CXX='/usr/bin/clang++'
1317:debug:configure CXXFLAGS='-pipe -Os -stdlib=libc++ -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1318:debug:configure DEVELOPER_DIR='/Applications/Xcode.app/Contents/Developer'
1319:debug:configure F90FLAGS='-pipe -Os -m64'
1320:debug:configure FCFLAGS='-pipe -Os -m64'
1321:debug:configure FFLAGS='-pipe -Os -m64'
1322:debug:configure INSTALL='/usr/bin/install -c'
1323:debug:configure LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1324:debug:configure LIBRARY_PATH='/opt/local/lib'
1325:debug:configure MACOSX_DEPLOYMENT_TARGET='10.14'
1326:debug:configure OBJC='/usr/bin/clang'
1327:debug:configure OBJCFLAGS='-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1328:debug:configure OBJCXX='/usr/bin/clang++'
1329:debug:configure OBJCXXFLAGS='-pipe -Os -stdlib=libc++ -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1330:debug:configure SDKROOT='/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
1331:info:configure Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23" && ./configure --prefix=/opt/local --sysconfdir=/opt/local/etc/postgresql83 --bindir=/opt/local/lib/postgresql83/bin --libdir=/opt/local/lib/postgresql83 --includedir=/opt/local/include/postgresql83 --datadir=/opt/local/share/postgresql83 --mandir=/opt/local/share/man --without-docdir --with-includes=/opt/local/include --with-libraries=/opt/local/lib --with-openssl --without-bonjour --with-readline --with-zlib --with-libxml --with-libxslt --enable-thread-safety --enable-integer-datetimes --with-ossp-uuid
1332:debug:configure system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23" && ./configure --prefix=/opt/local --sysconfdir=/opt/local/etc/postgresql83 --bindir=/opt/local/lib/postgresql83/bin --libdir=/opt/local/lib/postgresql83 --includedir=/opt/local/include/postgresql83 --datadir=/opt/local/share/postgresql83 --mandir=/opt/local/share/man --without-docdir --with-includes=/opt/local/include --with-libraries=/opt/local/lib --with-openssl --without-bonjour --with-readline --with-zlib --with-libxml --with-libxslt --enable-thread-safety --enable-integer-datetimes --with-ossp-uuid
1333:info:configure checking build system type... i386-apple-darwin18.7.0
1334:info:configure checking host system type... i386-apple-darwin18.7.0
1335:info:configure checking which template to use... darwin
1336:info:configure checking whether to build with 64-bit integer date/time support... yes
1337:info:configure checking whether NLS is wanted... no
1338:info:configure checking for default port number... 5432
1339:info:configure checking for C compiler default output file name... a.out
1340:info:configure checking whether the C compiler works... yes
1341:info:configure checking whether we are cross compiling... no
1342:info:configure checking for suffix of executables...
1343:info:configure checking for suffix of object files... o
1344:info:configure checking whether we are using the GNU C compiler... yes
1345:info:configure checking whether /usr/bin/clang accepts -g... yes
1346:info:configure checking for /usr/bin/clang option to accept ANSI C... none needed
1347:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -Wdeclaration-after-statement... yes
1348:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -Wendif-labels... yes
1349:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -fno-strict-aliasing... yes
1350:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -fwrapv... yes
1351:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -fexcess-precision=standard... yes
1352:info:configure configure: using CFLAGS=-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard
1353:info:configure checking whether the C compiler still works... yes
1354:info:configure checking how to run the C preprocessor... /usr/bin/clang -no-cpp-precomp -E
1355:info:configure checking allow thread-safe client libraries... yes
1356:info:configure checking whether to build with Tcl... no
1357:info:configure checking whether to build Perl modules... no
1358:info:configure checking whether to build Python modules... no
1359:info:configure checking whether to build with GSSAPI support... no
1360:info:configure checking whether to build with Kerberos 5 support... no
1361:info:configure checking whether to build with PAM support... no
1362:info:configure checking whether to build with LDAP support... no
1363:info:configure checking whether to build with Bonjour support... no
1364:info:configure checking whether to build with OpenSSL support... yes
1365:info:configure checking for xml2-config... xml2-config
1366:info:configure checking for egrep... grep -E
1367:info:configure configure: using CPPFLAGS=-I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include/libxml2  -I/opt/local/include
1368:info:configure configure: using LDFLAGS=-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib  -L/opt/local/lib
1369:info:configure checking for ld used by GCC... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
1370:info:configure checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
1371:info:configure checking for ranlib... ranlib
1372:info:configure checking for strip... strip
1373:info:configure checking whether it is possible to strip libraries... no
1374:info:configure checking for tar... /usr/bin/tar
1375:info:configure checking whether ln -s works... yes
1376:info:configure checking for gawk... gawk
1377:info:configure checking for bison... bison -y
1378:info:configure configure: using bison (GNU Bison) 3.5.1
1379:info:configure checking for flex... /opt/local/bin/flex
1380:info:configure configure: using flex 2.6.4
1381:info:configure checking for perl... /opt/local/bin/perl
1382:info:configure checking for main in -lm... yes
1383:info:configure checking for library containing setproctitle... no
1384:info:configure checking for library containing dlopen... none required
1385:info:configure checking for library containing socket... none required
1386:info:configure checking for library containing shl_load... no
1387:info:configure checking for library containing getopt_long... none required
1388:info:configure checking for library containing crypt... none required
1389:info:configure checking for library containing fdatasync... none required
1390:info:configure checking for library containing shmget... none required
1391:info:configure checking for -lreadline... yes (-lreadline)
1392:info:configure checking for inflate in -lz... yes
1393:info:configure checking for CRYPTO_new_ex_data in -lcrypto... yes
1394:info:configure checking for SSL_library_init in -lssl... no
1395:info:configure configure: error: library 'ssl' is required for OpenSSL
1396:info:configure Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23" && ./configure --prefix=/opt/local --sysconfdir=/opt/local/etc/postgresql83 --bindir=/opt/local/lib/postgresql83/bin --libdir=/opt/local/lib/postgresql83 --includedir=/opt/local/include/postgresql83 --datadir=/opt/local/share/postgresql83 --mandir=/opt/local/share/man --without-docdir --with-includes=/opt/local/include --with-libraries=/opt/local/lib --with-openssl --without-bonjour --with-readline --with-zlib --with-libxml --with-libxslt --enable-thread-safety --enable-integer-datetimes --with-ossp-uuid
1397:info:configure Exit code: 1
1398:error:configure Failed to configure postgresql83, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23/config.log
1399:error:configure Failed to configure postgresql83: configure failure: command execution failed
1400:debug:configure Error code: NONE
1401:debug:configure Backtrace: configure failure: command execution failed
1402:debug:configure     while executing
1403:debug:configure "$procedure $targetname"
1404:error:configure See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/main.log for details.
1405version:1
1406:debug:sysinfo macOS 10.14 (darwin/18.7.0) arch i386
1407:debug:sysinfo MacPorts 2.6.2
1408:debug:sysinfo Xcode 11.3.1
1409:debug:sysinfo SDK 10.14
1410:debug:sysinfo MACOSX_DEPLOYMENT_TARGET: 10.14
1411:msg:main --->  Computing dependencies for postgresql83:info:main .:debug:main postgresql83 has no conflicts
1412:debug:main Searching for dependency: bison
1413:debug:main Found Dependency: receipt exists for bison
1414:debug:main Searching for dependency: readline
1415:debug:main Found Dependency: receipt exists for readline
1416:debug:main Searching for dependency: openssl
1417:debug:main Found Dependency: receipt exists for openssl
1418:debug:main Searching for dependency: zlib
1419:debug:main Found Dependency: receipt exists for zlib
1420:debug:main Searching for dependency: libxml2
1421:debug:main Found Dependency: receipt exists for libxml2
1422:debug:main Searching for dependency: libxslt
1423:debug:main Found Dependency: receipt exists for libxslt
1424:debug:main Searching for dependency: ossp-uuid
1425:debug:main Found Dependency: receipt exists for ossp-uuid
1426:debug:main Executing org.macports.main (postgresql83)
1427:debug:main dropping privileges: euid changed to 502, egid changed to 501.
1428:debug:archivefetch archivefetch phase started at Fri Feb 14 13:49:34 EST 2020
1429:msg:archivefetch --->  Fetching archive for postgresql83
1430:debug:archivefetch Executing org.macports.archivefetch (postgresql83)
1431:debug:archivefetch euid/egid changed to: 0/0
1432:debug:archivefetch chowned /opt/local/var/macports/incoming to macports
1433:debug:archivefetch euid/egid changed to: 502/501
1434:info:archivefetch --->  postgresql83-8.3.23_4.darwin_18.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified
1435:msg:archivefetch --->  Attempting to fetch postgresql83-8.3.23_4.darwin_18.x86_64.tbz2 from https://packages.macports.org/postgresql83
1436:debug:archivefetch Fetching archive failed: The requested URL returned error: 404 Not Found
1437:msg:archivefetch --->  Attempting to fetch postgresql83-8.3.23_4.darwin_18.x86_64.tbz2 from http://aus.us.packages.macports.org/macports/packages/postgresql83
1438:debug:archivefetch Fetching archive failed: The requested URL returned error: 404 Not Found
1439:msg:archivefetch --->  Attempting to fetch postgresql83-8.3.23_4.darwin_18.x86_64.tbz2 from https://ywg.ca.packages.macports.org/mirror/macports/packages/postgresql83
1440:debug:archivefetch Fetching archive failed: The requested URL returned error: 404 Not Found
1441:debug:archivefetch Privilege de-escalation not attempted as not running as root.
1442:debug:archivefetch Skipping completed org.macports.fetch (postgresql83)
1443:debug:archivefetch Privilege de-escalation not attempted as not running as root.
1444:debug:archivefetch Skipping completed org.macports.checksum (postgresql83)
1445:debug:archivefetch Privilege de-escalation not attempted as not running as root.
1446:debug:archivefetch Skipping completed org.macports.extract (postgresql83)
1447:debug:archivefetch Privilege de-escalation not attempted as not running as root.
1448:debug:archivefetch Skipping completed org.macports.patch (postgresql83)
1449:debug:archivefetch Privilege de-escalation not attempted as not running as root.
1450:debug:configure configure phase started at Fri Feb 14 13:49:36 EST 2020
1451:notice:configure --->  Configuring postgresql83
1452:debug:configure Preferred compilers: clang macports-clang-9.0 macports-clang-8.0 macports-clang-7.0 macports-clang-6.0 macports-clang-5.0
1453:debug:configure Using compiler 'Xcode Clang'
1454:debug:configure Executing org.macports.configure (postgresql83)
1455:debug:configure Environment:
1456:debug:configure CC='/usr/bin/clang'
1457:debug:configure CC_PRINT_OPTIONS='YES'
1458:debug:configure CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/.CC_PRINT_OPTIONS'
1459:debug:configure CFLAGS='-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1460:debug:configure CPATH='/opt/local/include'
1461:debug:configure CPPFLAGS='-I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
1462:debug:configure CXX='/usr/bin/clang++'
1463:debug:configure CXXFLAGS='-pipe -Os -stdlib=libc++ -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1464:debug:configure DEVELOPER_DIR='/Applications/Xcode.app/Contents/Developer'
1465:debug:configure F90FLAGS='-pipe -Os -m64'
1466:debug:configure FCFLAGS='-pipe -Os -m64'
1467:debug:configure FFLAGS='-pipe -Os -m64'
1468:debug:configure INSTALL='/usr/bin/install -c'
1469:debug:configure LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1470:debug:configure LIBRARY_PATH='/opt/local/lib'
1471:debug:configure MACOSX_DEPLOYMENT_TARGET='10.14'
1472:debug:configure OBJC='/usr/bin/clang'
1473:debug:configure OBJCFLAGS='-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1474:debug:configure OBJCXX='/usr/bin/clang++'
1475:debug:configure OBJCXXFLAGS='-pipe -Os -stdlib=libc++ -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1476:debug:configure SDKROOT='/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
1477:info:configure Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23" && ./configure --prefix=/opt/local --sysconfdir=/opt/local/etc/postgresql83 --bindir=/opt/local/lib/postgresql83/bin --libdir=/opt/local/lib/postgresql83 --includedir=/opt/local/include/postgresql83 --datadir=/opt/local/share/postgresql83 --mandir=/opt/local/share/man --without-docdir --with-includes=/opt/local/include --with-libraries=/opt/local/lib --with-openssl --without-bonjour --with-readline --with-zlib --with-libxml --with-libxslt --enable-thread-safety --enable-integer-datetimes --with-ossp-uuid
1478:debug:configure system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23" && ./configure --prefix=/opt/local --sysconfdir=/opt/local/etc/postgresql83 --bindir=/opt/local/lib/postgresql83/bin --libdir=/opt/local/lib/postgresql83 --includedir=/opt/local/include/postgresql83 --datadir=/opt/local/share/postgresql83 --mandir=/opt/local/share/man --without-docdir --with-includes=/opt/local/include --with-libraries=/opt/local/lib --with-openssl --without-bonjour --with-readline --with-zlib --with-libxml --with-libxslt --enable-thread-safety --enable-integer-datetimes --with-ossp-uuid
1479:info:configure checking build system type... i386-apple-darwin18.7.0
1480:info:configure checking host system type... i386-apple-darwin18.7.0
1481:info:configure checking which template to use... darwin
1482:info:configure checking whether to build with 64-bit integer date/time support... yes
1483:info:configure checking whether NLS is wanted... no
1484:info:configure checking for default port number... 5432
1485:info:configure checking for C compiler default output file name... a.out
1486:info:configure checking whether the C compiler works... yes
1487:info:configure checking whether we are cross compiling... no
1488:info:configure checking for suffix of executables...
1489:info:configure checking for suffix of object files... o
1490:info:configure checking whether we are using the GNU C compiler... yes
1491:info:configure checking whether /usr/bin/clang accepts -g... yes
1492:info:configure checking for /usr/bin/clang option to accept ANSI C... none needed
1493:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -Wdeclaration-after-statement... yes
1494:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -Wendif-labels... yes
1495:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -fno-strict-aliasing... yes
1496:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -fwrapv... yes
1497:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -fexcess-precision=standard... yes
1498:info:configure configure: using CFLAGS=-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard
1499:info:configure checking whether the C compiler still works... yes
1500:info:configure checking how to run the C preprocessor... /usr/bin/clang -no-cpp-precomp -E
1501:info:configure checking allow thread-safe client libraries... yes
1502:info:configure checking whether to build with Tcl... no
1503:info:configure checking whether to build Perl modules... no
1504:info:configure checking whether to build Python modules... no
1505:info:configure checking whether to build with GSSAPI support... no
1506:info:configure checking whether to build with Kerberos 5 support... no
1507:info:configure checking whether to build with PAM support... no
1508:info:configure checking whether to build with LDAP support... no
1509:info:configure checking whether to build with Bonjour support... no
1510:info:configure checking whether to build with OpenSSL support... yes
1511:info:configure checking for xml2-config... xml2-config
1512:info:configure checking for egrep... grep -E
1513:info:configure configure: using CPPFLAGS=-I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include/libxml2  -I/opt/local/include
1514:info:configure configure: using LDFLAGS=-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib  -L/opt/local/lib
1515:info:configure checking for ld used by GCC... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
1516:info:configure checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
1517:info:configure checking for ranlib... ranlib
1518:info:configure checking for strip... strip
1519:info:configure checking whether it is possible to strip libraries... no
1520:info:configure checking for tar... /usr/bin/tar
1521:info:configure checking whether ln -s works... yes
1522:info:configure checking for gawk... gawk
1523:info:configure checking for bison... bison -y
1524:info:configure configure: using bison (GNU Bison) 3.5.1
1525:info:configure checking for flex... /opt/local/bin/flex
1526:info:configure configure: using flex 2.6.4
1527:info:configure checking for perl... /opt/local/bin/perl
1528:info:configure checking for main in -lm... yes
1529:info:configure checking for library containing setproctitle... no
1530:info:configure checking for library containing dlopen... none required
1531:info:configure checking for library containing socket... none required
1532:info:configure checking for library containing shl_load... no
1533:info:configure checking for library containing getopt_long... none required
1534:info:configure checking for library containing crypt... none required
1535:info:configure checking for library containing fdatasync... none required
1536:info:configure checking for library containing shmget... none required
1537:info:configure checking for -lreadline... yes (-lreadline)
1538:info:configure checking for inflate in -lz... yes
1539:info:configure checking for CRYPTO_new_ex_data in -lcrypto... yes
1540:info:configure checking for SSL_library_init in -lssl... no
1541:info:configure configure: error: library 'ssl' is required for OpenSSL
1542:info:configure Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23" && ./configure --prefix=/opt/local --sysconfdir=/opt/local/etc/postgresql83 --bindir=/opt/local/lib/postgresql83/bin --libdir=/opt/local/lib/postgresql83 --includedir=/opt/local/include/postgresql83 --datadir=/opt/local/share/postgresql83 --mandir=/opt/local/share/man --without-docdir --with-includes=/opt/local/include --with-libraries=/opt/local/lib --with-openssl --without-bonjour --with-readline --with-zlib --with-libxml --with-libxslt --enable-thread-safety --enable-integer-datetimes --with-ossp-uuid
1543:info:configure Exit code: 1
1544:error:configure Failed to configure postgresql83, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23/config.log
1545:error:configure Failed to configure postgresql83: configure failure: command execution failed
1546:debug:configure Error code: NONE
1547:debug:configure Backtrace: configure failure: command execution failed
1548:debug:configure     while executing
1549:debug:configure "$procedure $targetname"
1550:error:configure See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/main.log for details.
1551version:1
1552:debug:sysinfo macOS 10.14 (darwin/18.7.0) arch i386
1553:debug:sysinfo MacPorts 2.6.2
1554:debug:sysinfo Xcode 11.3.1
1555:debug:sysinfo SDK 10.14
1556:debug:sysinfo MACOSX_DEPLOYMENT_TARGET: 10.14
1557:debug:main epoch: in tree: 1 installed: 1
1558:debug:main bison 3.5.1_0 exists in the ports tree
1559:debug:main bison 3.5.1_0  is the latest installed
1560:debug:main bison 3.5.1_0  is active
1561:debug:main Merging existing variants '' into variants
1562:debug:main new fully merged portvariants:
1563:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/bison
1564:debug:main OS darwin/18.7.0 (macOS 10.14) arch i386
1565:debug:main adding the default universal variant
1566:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
1567:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
1568:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
1569:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
1570:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
1571:debug:main Running callback portstartupitem::add_notes
1572:debug:main Finished running callback portstartupitem::add_notes
1573:debug:main No need to upgrade! bison 3.5.1_0 >= bison 3.5.1_0
1574:debug:main epoch: in tree: 2 installed: 2
1575:debug:main gettext 0.19.8.1_2 exists in the ports tree
1576:debug:main gettext 0.19.8.1_2  is the latest installed
1577:debug:main gettext 0.19.8.1_2  is active
1578:debug:main Merging existing variants '' into variants
1579:debug:main new fully merged portvariants:
1580:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/gettext
1581:debug:main OS darwin/18.7.0 (macOS 10.14) arch i386
1582:debug:main Sourcing PortGroup compiler_blacklist_versions 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl
1583:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
1584:debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
1585:debug:main Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
1586:debug:main compiler clang 1100.0.33.17 not blacklisted because it doesn't match {clang < 211.10.1}
1587:debug:main universal variant already exists, so not adding the default one
1588:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
1589:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
1590:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
1591:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
1592:debug:main Running callback portstartupitem::add_notes
1593:debug:main Finished running callback portstartupitem::add_notes
1594:debug:main No need to upgrade! gettext 0.19.8.1_2 >= gettext 0.19.8.1_2
1595:debug:main epoch: in tree: 0 installed: 0
1596:debug:main libiconv 1.16_0 exists in the ports tree
1597:debug:main libiconv 1.16_0  is the latest installed
1598:debug:main libiconv 1.16_0  is active
1599:debug:main Merging existing variants '' into variants
1600:debug:main new fully merged portvariants:
1601:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/textproc/libiconv
1602:debug:main OS darwin/18.7.0 (macOS 10.14) arch i386
1603:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
1604:debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
1605:debug:main Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
1606:debug:main universal variant already exists, so not adding the default one
1607:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
1608:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
1609:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
1610:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
1611:debug:main Running callback portstartupitem::add_notes
1612:debug:main Finished running callback portstartupitem::add_notes
1613:debug:main No need to upgrade! libiconv 1.16_0 >= libiconv 1.16_0
1614:debug:main epoch: in tree: 0 installed: 0
1615:debug:main ncurses 6.1_0 exists in the ports tree
1616:debug:main ncurses 6.1_0  is the latest installed
1617:debug:main ncurses 6.1_0  is active
1618:debug:main Merging existing variants '' into variants
1619:debug:main new fully merged portvariants:
1620:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/ncurses
1621:debug:main OS darwin/18.7.0 (macOS 10.14) arch i386
1622:debug:main Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
1623:debug:main adding the default universal variant
1624:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
1625:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
1626:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
1627:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
1628:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
1629:debug:main Running callback portstartupitem::add_notes
1630:debug:main Finished running callback portstartupitem::add_notes
1631:debug:main No need to upgrade! ncurses 6.1_0 >= ncurses 6.1_0
1632:debug:main epoch: in tree: 1 installed: 1
1633:debug:main bison-runtime 3.5.1_0 exists in the ports tree
1634:debug:main bison-runtime 3.5.1_0  is the latest installed
1635:debug:main bison-runtime 3.5.1_0  is active
1636:debug:main Merging existing variants '' into variants
1637:debug:main new fully merged portvariants:
1638:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/bison
1639:debug:main OS darwin/18.7.0 (macOS 10.14) arch i386
1640:debug:main only one arch supported, so not adding the default universal variant
1641:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
1642:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
1643:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
1644:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
1645:debug:main Running callback portstartupitem::add_notes
1646:debug:main Finished running callback portstartupitem::add_notes
1647:debug:main No need to upgrade! bison-runtime 3.5.1_0 >= bison-runtime 3.5.1_0
1648:debug:main epoch: in tree: 0 installed: 0
1649:debug:main m4 1.4.18_2 exists in the ports tree
1650:debug:main m4 1.4.18_2  is the latest installed
1651:debug:main m4 1.4.18_2  is active
1652:debug:main Merging existing variants '' into variants
1653:debug:main new fully merged portvariants:
1654:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/m4
1655:debug:main OS darwin/18.7.0 (macOS 10.14) arch i386
1656:debug:main adding the default universal variant
1657:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
1658:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
1659:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
1660:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
1661:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
1662:debug:main Running callback portstartupitem::add_notes
1663:debug:main Finished running callback portstartupitem::add_notes
1664:debug:main No need to upgrade! m4 1.4.18_2 >= m4 1.4.18_2
1665:debug:main epoch: in tree: 0 installed: 0
1666:debug:main readline 8.0.000_0 exists in the ports tree
1667:debug:main readline 8.0.000_0  is the latest installed
1668:debug:main readline 8.0.000_0  is active
1669:debug:main Merging existing variants '' into variants
1670:debug:main new fully merged portvariants:
1671:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/readline
1672:debug:main OS darwin/18.7.0 (macOS 10.14) arch i386
1673:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
1674:debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
1675:debug:main Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
1676:debug:main universal variant already exists, so not adding the default one
1677:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
1678:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
1679:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
1680:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
1681:debug:main Running callback portstartupitem::add_notes
1682:debug:main Finished running callback portstartupitem::add_notes
1683:debug:main No need to upgrade! readline 8.0.000_0 >= readline 8.0.000_0
1684:debug:main epoch: in tree: 1 installed: 1
1685:debug:main openssl 1.1.1d_0 exists in the ports tree
1686:debug:main openssl 1.1.1d_0  is the latest installed
1687:debug:main openssl 1.1.1d_0  is active
1688:debug:main Merging existing variants '' into variants
1689:debug:main new fully merged portvariants:
1690:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/openssl
1691:debug:main OS darwin/18.7.0 (macOS 10.14) arch i386
1692:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
1693:debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
1694:debug:main universal variant already exists, so not adding the default one
1695:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
1696:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
1697:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
1698:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
1699:debug:main Running callback portstartupitem::add_notes
1700:debug:main Finished running callback portstartupitem::add_notes
1701:debug:main No need to upgrade! openssl 1.1.1d_0 >= openssl 1.1.1d_0
1702:debug:main epoch: in tree: 0 installed: 0
1703:debug:main zlib 1.2.11_0 exists in the ports tree
1704:debug:main zlib 1.2.11_0  is the latest installed
1705:debug:main zlib 1.2.11_0  is active
1706:debug:main Merging existing variants '' into variants
1707:debug:main new fully merged portvariants:
1708:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/archivers/zlib
1709:debug:main OS darwin/18.7.0 (macOS 10.14) arch i386
1710:debug:main Sourcing PortGroup xcodeversion 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/xcodeversion-1.0.tcl
1711:debug:main adding the default universal variant
1712:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
1713:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
1714:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
1715:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
1716:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
1717:debug:main Running callback portstartupitem::add_notes
1718:debug:main Finished running callback portstartupitem::add_notes
1719:debug:main No need to upgrade! zlib 1.2.11_0 >= zlib 1.2.11_0
1720:debug:main epoch: in tree: 0 installed: 0
1721:debug:main libxml2 2.9.10_0 exists in the ports tree
1722:debug:main libxml2 2.9.10_0  is the latest installed
1723:debug:main libxml2 2.9.10_0  is active
1724:debug:main Merging existing variants '' into variants
1725:debug:main new fully merged portvariants:
1726:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/textproc/libxml2
1727:debug:main OS darwin/18.7.0 (macOS 10.14) arch i386
1728:debug:main Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
1729:debug:main adding the default universal variant
1730:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
1731:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
1732:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
1733:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
1734:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
1735:debug:main Running callback portstartupitem::add_notes
1736:debug:main Finished running callback portstartupitem::add_notes
1737:debug:main No need to upgrade! libxml2 2.9.10_0 >= libxml2 2.9.10_0
1738:debug:main epoch: in tree: 0 installed: 0
1739:debug:main icu 65.1_1 exists in the ports tree
1740:debug:main icu 65.1_1  is the latest installed
1741:debug:main icu 65.1_1  is active
1742:debug:main Merging existing variants '' into variants
1743:debug:main new fully merged portvariants:
1744:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/icu
1745:debug:main OS darwin/18.7.0 (macOS 10.14) arch i386
1746:debug:main Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
1747:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
1748:debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
1749:debug:main universal variant already exists, so not adding the default one
1750:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
1751:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
1752:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
1753:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
1754:debug:main Running callback portstartupitem::add_notes
1755:debug:main Finished running callback portstartupitem::add_notes
1756:debug:main No need to upgrade! icu 65.1_1 >= icu 65.1_1
1757:debug:main epoch: in tree: 0 installed: 0
1758:debug:main xz 5.2.4_0 exists in the ports tree
1759:debug:main xz 5.2.4_0  is the latest installed
1760:debug:main xz 5.2.4_0  is active
1761:debug:main Merging existing variants '' into variants
1762:debug:main new fully merged portvariants:
1763:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/archivers/xz
1764:debug:main OS darwin/18.7.0 (macOS 10.14) arch i386
1765:debug:main Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
1766:debug:main adding the default universal variant
1767:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
1768:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
1769:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
1770:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
1771:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
1772:debug:main Running callback portstartupitem::add_notes
1773:debug:main Finished running callback portstartupitem::add_notes
1774:debug:main No need to upgrade! xz 5.2.4_0 >= xz 5.2.4_0
1775:debug:main epoch: in tree: 0 installed: 0
1776:debug:main libxslt 1.1.34_1 exists in the ports tree
1777:debug:main libxslt 1.1.34_1  is the latest installed
1778:debug:main libxslt 1.1.34_1  is active
1779:debug:main Merging existing variants '' into variants
1780:debug:main new fully merged portvariants:
1781:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/textproc/libxslt
1782:debug:main OS darwin/18.7.0 (macOS 10.14) arch i386
1783:debug:main adding the default universal variant
1784:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
1785:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
1786:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
1787:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
1788:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
1789:debug:main Running callback portstartupitem::add_notes
1790:debug:main Finished running callback portstartupitem::add_notes
1791:debug:main No need to upgrade! libxslt 1.1.34_1 >= libxslt 1.1.34_1
1792:debug:main epoch: in tree: 0 installed: 0
1793:debug:main ossp-uuid 1.6.2_11 exists in the ports tree
1794:debug:main ossp-uuid 1.6.2_11 +perl5_26 is the latest installed
1795:debug:main ossp-uuid 1.6.2_11 +perl5_26 is active
1796:debug:main Merging existing variants '+perl5_26' into variants
1797:debug:main new fully merged portvariants: perl5_26 +
1798:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/ossp-uuid
1799:debug:main OS darwin/18.7.0 (macOS 10.14) arch i386
1800:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
1801:debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
1802:debug:main Re-registering default for configure.universal_args
1803:debug:main Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
1804:debug:main universal variant already exists, so not adding the default one
1805:debug:main Executing variant perl5_26 provides perl5_26
1806:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
1807:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
1808:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
1809:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
1810:debug:main Running callback portstartupitem::add_notes
1811:debug:main Finished running callback portstartupitem::add_notes
1812:debug:main No need to upgrade! ossp-uuid 1.6.2_11 >= ossp-uuid 1.6.2_11
1813:debug:main epoch: in tree: 0 installed: 0
1814:debug:main perl5.26 5.26.3_4 exists in the ports tree
1815:debug:main perl5.26 5.26.3_4  is the latest installed
1816:debug:main perl5.26 5.26.3_4  is active
1817:debug:main Merging existing variants '' into variants
1818:debug:main new fully merged portvariants:
1819:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/perl5
1820:debug:main OS darwin/18.7.0 (macOS 10.14) arch i386
1821:debug:main Re-registering default for configure.universal_args
1822:debug:main Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
1823:debug:main Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
1824:debug:main adding the default universal variant
1825:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
1826:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
1827:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
1828:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
1829:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
1830:debug:main Running callback portstartupitem::add_notes
1831:debug:main Finished running callback portstartupitem::add_notes
1832:debug:main No need to upgrade! perl5.26 5.26.3_4 >= perl5.26 5.26.3_4
1833:debug:main epoch: in tree: 0 installed: 0
1834:debug:main db48 4.8.30_4 exists in the ports tree
1835:debug:main db48 4.8.30_4  is the latest installed
1836:debug:main db48 4.8.30_4  is active
1837:debug:main Merging existing variants '' into variants
1838:debug:main new fully merged portvariants:
1839:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/databases/db48
1840:debug:main OS darwin/18.7.0 (macOS 10.14) arch i386
1841:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
1842:debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
1843:debug:main Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
1844:debug:main universal variant already exists, so not adding the default one
1845:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
1846:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
1847:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
1848:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
1849:debug:main Running callback portstartupitem::add_notes
1850:debug:main Finished running callback portstartupitem::add_notes
1851:debug:main No need to upgrade! db48 4.8.30_4 >= db48 4.8.30_4
1852:debug:main epoch: in tree: 0 installed: 0
1853:debug:main gdbm 1.18.1_1 exists in the ports tree
1854:debug:main gdbm 1.18.1_1  is the latest installed
1855:debug:main gdbm 1.18.1_1  is active
1856:debug:main Merging existing variants '' into variants
1857:debug:main new fully merged portvariants:
1858:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/databases/gdbm
1859:debug:main OS darwin/18.7.0 (macOS 10.14) arch i386
1860:debug:main Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
1861:debug:main adding the default universal variant
1862:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
1863:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
1864:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
1865:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
1866:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
1867:debug:main Running callback portstartupitem::add_notes
1868:debug:main Finished running callback portstartupitem::add_notes
1869:debug:main No need to upgrade! gdbm 1.18.1_1 >= gdbm 1.18.1_1
1870:msg:main --->  Computing dependencies for postgresql83:info:main .:debug:main postgresql83 has no conflicts
1871:debug:main Searching for dependency: bison
1872:debug:main Found Dependency: receipt exists for bison
1873:debug:main Searching for dependency: readline
1874:debug:main Found Dependency: receipt exists for readline
1875:debug:main Searching for dependency: openssl
1876:debug:main Found Dependency: receipt exists for openssl
1877:debug:main Searching for dependency: zlib
1878:debug:main Found Dependency: receipt exists for zlib
1879:debug:main Searching for dependency: libxml2
1880:debug:main Found Dependency: receipt exists for libxml2
1881:debug:main Searching for dependency: libxslt
1882:debug:main Found Dependency: receipt exists for libxslt
1883:debug:main Searching for dependency: ossp-uuid
1884:debug:main Found Dependency: receipt exists for ossp-uuid
1885:debug:main Executing org.macports.main (postgresql83)
1886:debug:main dropping privileges: euid changed to 502, egid changed to 501.
1887:debug:archivefetch archivefetch phase started at Fri Feb 14 13:58:03 EST 2020
1888:msg:archivefetch --->  Fetching archive for postgresql83
1889:debug:archivefetch Executing org.macports.archivefetch (postgresql83)
1890:debug:archivefetch euid/egid changed to: 0/0
1891:debug:archivefetch chowned /opt/local/var/macports/incoming to macports
1892:debug:archivefetch euid/egid changed to: 502/501
1893:info:archivefetch --->  postgresql83-8.3.23_4.darwin_18.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified
1894:msg:archivefetch --->  Attempting to fetch postgresql83-8.3.23_4.darwin_18.x86_64.tbz2 from https://packages.macports.org/postgresql83
1895:debug:archivefetch Fetching archive failed: The requested URL returned error: 404 Not Found
1896:msg:archivefetch --->  Attempting to fetch postgresql83-8.3.23_4.darwin_18.x86_64.tbz2 from http://aus.us.packages.macports.org/macports/packages/postgresql83
1897:debug:archivefetch Fetching archive failed: The requested URL returned error: 404 Not Found
1898:msg:archivefetch --->  Attempting to fetch postgresql83-8.3.23_4.darwin_18.x86_64.tbz2 from https://ywg.ca.packages.macports.org/mirror/macports/packages/postgresql83
1899:debug:archivefetch Fetching archive failed: The requested URL returned error: 404 Not Found
1900:debug:archivefetch Privilege de-escalation not attempted as not running as root.
1901:debug:archivefetch Skipping completed org.macports.fetch (postgresql83)
1902:debug:archivefetch Privilege de-escalation not attempted as not running as root.
1903:debug:archivefetch Skipping completed org.macports.checksum (postgresql83)
1904:debug:archivefetch Privilege de-escalation not attempted as not running as root.
1905:debug:archivefetch Skipping completed org.macports.extract (postgresql83)
1906:debug:archivefetch Privilege de-escalation not attempted as not running as root.
1907:debug:archivefetch Skipping completed org.macports.patch (postgresql83)
1908:debug:archivefetch Privilege de-escalation not attempted as not running as root.
1909:debug:configure configure phase started at Fri Feb 14 13:58:07 EST 2020
1910:notice:configure --->  Configuring postgresql83
1911:debug:configure Preferred compilers: clang macports-clang-9.0 macports-clang-8.0 macports-clang-7.0 macports-clang-6.0 macports-clang-5.0
1912:debug:configure Using compiler 'Xcode Clang'
1913:debug:configure Executing org.macports.configure (postgresql83)
1914:debug:configure Environment:
1915:debug:configure CC='/usr/bin/clang'
1916:debug:configure CC_PRINT_OPTIONS='YES'
1917:debug:configure CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/.CC_PRINT_OPTIONS'
1918:debug:configure CFLAGS='-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1919:debug:configure CPATH='/opt/local/include'
1920:debug:configure CPPFLAGS='-I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
1921:debug:configure CXX='/usr/bin/clang++'
1922:debug:configure CXXFLAGS='-pipe -Os -stdlib=libc++ -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1923:debug:configure DEVELOPER_DIR='/Applications/Xcode.app/Contents/Developer'
1924:debug:configure F90FLAGS='-pipe -Os -m64'
1925:debug:configure FCFLAGS='-pipe -Os -m64'
1926:debug:configure FFLAGS='-pipe -Os -m64'
1927:debug:configure INSTALL='/usr/bin/install -c'
1928:debug:configure LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1929:debug:configure LIBRARY_PATH='/opt/local/lib'
1930:debug:configure MACOSX_DEPLOYMENT_TARGET='10.14'
1931:debug:configure OBJC='/usr/bin/clang'
1932:debug:configure OBJCFLAGS='-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1933:debug:configure OBJCXX='/usr/bin/clang++'
1934:debug:configure OBJCXXFLAGS='-pipe -Os -stdlib=libc++ -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64'
1935:debug:configure SDKROOT='/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
1936:info:configure Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23" && ./configure --prefix=/opt/local --sysconfdir=/opt/local/etc/postgresql83 --bindir=/opt/local/lib/postgresql83/bin --libdir=/opt/local/lib/postgresql83 --includedir=/opt/local/include/postgresql83 --datadir=/opt/local/share/postgresql83 --mandir=/opt/local/share/man --without-docdir --with-includes=/opt/local/include --with-libraries=/opt/local/lib --with-openssl --without-bonjour --with-readline --with-zlib --with-libxml --with-libxslt --enable-thread-safety --enable-integer-datetimes --with-ossp-uuid
1937:debug:configure system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23" && ./configure --prefix=/opt/local --sysconfdir=/opt/local/etc/postgresql83 --bindir=/opt/local/lib/postgresql83/bin --libdir=/opt/local/lib/postgresql83 --includedir=/opt/local/include/postgresql83 --datadir=/opt/local/share/postgresql83 --mandir=/opt/local/share/man --without-docdir --with-includes=/opt/local/include --with-libraries=/opt/local/lib --with-openssl --without-bonjour --with-readline --with-zlib --with-libxml --with-libxslt --enable-thread-safety --enable-integer-datetimes --with-ossp-uuid
1938:info:configure checking build system type... i386-apple-darwin18.7.0
1939:info:configure checking host system type... i386-apple-darwin18.7.0
1940:info:configure checking which template to use... darwin
1941:info:configure checking whether to build with 64-bit integer date/time support... yes
1942:info:configure checking whether NLS is wanted... no
1943:info:configure checking for default port number... 5432
1944:info:configure checking for C compiler default output file name... a.out
1945:info:configure checking whether the C compiler works... yes
1946:info:configure checking whether we are cross compiling... no
1947:info:configure checking for suffix of executables...
1948:info:configure checking for suffix of object files... o
1949:info:configure checking whether we are using the GNU C compiler... yes
1950:info:configure checking whether /usr/bin/clang accepts -g... yes
1951:info:configure checking for /usr/bin/clang option to accept ANSI C... none needed
1952:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -Wdeclaration-after-statement... yes
1953:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -Wendif-labels... yes
1954:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -fno-strict-aliasing... yes
1955:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -fwrapv... yes
1956:info:configure checking if /usr/bin/clang -no-cpp-precomp supports -fexcess-precision=standard... yes
1957:info:configure configure: using CFLAGS=-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fexcess-precision=standard
1958:info:configure checking whether the C compiler still works... yes
1959:info:configure checking how to run the C preprocessor... /usr/bin/clang -no-cpp-precomp -E
1960:info:configure checking allow thread-safe client libraries... yes
1961:info:configure checking whether to build with Tcl... no
1962:info:configure checking whether to build Perl modules... no
1963:info:configure checking whether to build Python modules... no
1964:info:configure checking whether to build with GSSAPI support... no
1965:info:configure checking whether to build with Kerberos 5 support... no
1966:info:configure checking whether to build with PAM support... no
1967:info:configure checking whether to build with LDAP support... no
1968:info:configure checking whether to build with Bonjour support... no
1969:info:configure checking whether to build with OpenSSL support... yes
1970:info:configure checking for xml2-config... xml2-config
1971:info:configure checking for egrep... grep -E
1972:info:configure configure: using CPPFLAGS=-I/opt/local/include -I/opt/local/include/ossp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include/libxml2  -I/opt/local/include
1973:info:configure configure: using LDFLAGS=-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib  -L/opt/local/lib
1974:info:configure checking for ld used by GCC... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
1975:info:configure checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
1976:info:configure checking for ranlib... ranlib
1977:info:configure checking for strip... strip
1978:info:configure checking whether it is possible to strip libraries... no
1979:info:configure checking for tar... /usr/bin/tar
1980:info:configure checking whether ln -s works... yes
1981:info:configure checking for gawk... gawk
1982:info:configure checking for bison... bison -y
1983:info:configure configure: using bison (GNU Bison) 3.5.1
1984:info:configure checking for flex... /opt/local/bin/flex
1985:info:configure configure: using flex 2.6.4
1986:info:configure checking for perl... /opt/local/bin/perl
1987:info:configure checking for main in -lm... yes
1988:info:configure checking for library containing setproctitle... no
1989:info:configure checking for library containing dlopen... none required
1990:info:configure checking for library containing socket... none required
1991:info:configure checking for library containing shl_load... no
1992:info:configure checking for library containing getopt_long... none required
1993:info:configure checking for library containing crypt... none required
1994:info:configure checking for library containing fdatasync... none required
1995:info:configure checking for library containing shmget... none required
1996:info:configure checking for -lreadline... yes (-lreadline)
1997:info:configure checking for inflate in -lz... yes
1998:info:configure checking for CRYPTO_new_ex_data in -lcrypto... yes
1999:info:configure checking for SSL_library_init in -lssl... no
2000:info:configure configure: error: library 'ssl' is required for OpenSSL
2001:info:configure Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23" && ./configure --prefix=/opt/local --sysconfdir=/opt/local/etc/postgresql83 --bindir=/opt/local/lib/postgresql83/bin --libdir=/opt/local/lib/postgresql83 --includedir=/opt/local/include/postgresql83 --datadir=/opt/local/share/postgresql83 --mandir=/opt/local/share/man --without-docdir --with-includes=/opt/local/include --with-libraries=/opt/local/lib --with-openssl --without-bonjour --with-readline --with-zlib --with-libxml --with-libxslt --enable-thread-safety --enable-integer-datetimes --with-ossp-uuid
2002:info:configure Exit code: 1
2003:error:configure Failed to configure postgresql83, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23/config.log
2004:error:configure Failed to configure postgresql83: configure failure: command execution failed
2005:debug:configure Error code: NONE
2006:debug:configure Backtrace: configure failure: command execution failed
2007:debug:configure     while executing
2008:debug:configure "$procedure $targetname"
2009:error:configure See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/main.log for details.