Ticket #63350: config.log

File config.log, 12.2 KB (added by mav2287 (James), 3 years ago)

Config log for Xdebug patch that failed to compile on El Cap

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by configure, which was
5generated by GNU Autoconf 2.71.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --with-php-config=/opt/local/bin/php-config80 --enable-xdebug
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = bam-xserve.private
14uname -m = x86_64
15uname -r = 15.6.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 15.6.0: Thu Jun 21 20:07:40 PDT 2018; root:xnu-3248.73.11~1/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 15.6.0: Thu Jun 21 20:07:40 PDT 2018; root:xnu-3248.73.11~1/RELEASE_X86_64
27Kernel configured for up to 16 processors.
288 processors are physically available.
2916 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
32Primary memory available: 20.00 gigabytes
33Default processor set: 276 tasks, 1383 threads, 16 processors
34Load average: 1.91, Mach factor: 14.08
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin/
40PATH: /opt/local/sbin/
41PATH: /bin/
42PATH: /sbin/
43PATH: /usr/bin/
44PATH: /usr/sbin/
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:2485: looking for aux files: config.guess config.sub
52configure:2498:  trying ./build/
53configure:2527:   ./build/config.guess found
54configure:2527:   ./build/config.sub found
55configure:2644: checking for grep that handles long lines and -e
56configure:2708: result: /usr/bin/grep
57configure:2713: checking for egrep
58configure:2781: result: /usr/bin/grep -E
59configure:2786: checking for a sed that does not truncate output
60configure:2856: result: /opt/local/bin/gsed
61configure:3000: checking for pkg-config
62configure:3023: found /opt/local/bin/pkg-config
63configure:3035: result: /opt/local/bin/pkg-config
64configure:3060: checking pkg-config is at least version 0.9.0
65configure:3063: result: yes
66configure:3202: checking for C compiler version
67configure:3211: /usr/bin/clang --version >&5
68Apple LLVM version 8.0.0 (clang-800.0.42.1)
69Target: x86_64-apple-darwin15.6.0
70Thread model: posix
71InstalledDir: /Library/Developer/CommandLineTools/usr/bin
72configure:3222: $? = 0
73configure:3211: /usr/bin/clang -v >&5
74Apple LLVM version 8.0.0 (clang-800.0.42.1)
75Target: x86_64-apple-darwin15.6.0
76Thread model: posix
77InstalledDir: /Library/Developer/CommandLineTools/usr/bin
78configure:3222: $? = 0
79configure:3211: /usr/bin/clang -V >&5
80clang: error: argument to '-V' is missing (expected 1 value)
81clang: error: no input files
82configure:3222: $? = 1
83configure:3211: /usr/bin/clang -qversion >&5
84clang: error: unknown argument: '-qversion'
85clang: error: no input files
86configure:3222: $? = 1
87configure:3211: /usr/bin/clang -version >&5
88clang: error: unknown argument: '-version'
89clang: error: no input files
90configure:3222: $? = 1
91configure:3242: checking whether the C compiler works
92configure:3264: /usr/bin/clang -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
93configure:3268: $? = 0
94configure:3318: result: yes
95configure:3321: checking for C compiler default output file name
96configure:3323: result: a.out
97configure:3329: checking for suffix of executables
98configure:3336: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
99configure:3340: $? = 0
100configure:3363: result:
101configure:3385: checking whether we are cross compiling
102configure:3393: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
103configure:3397: $? = 0
104configure:3404: ./conftest
105configure:3408: $? = 0
106configure:3423: result: no
107configure:3428: checking for suffix of object files
108configure:3451: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
109configure:3455: $? = 0
110configure:3477: result: o
111configure:3481: checking whether the compiler supports GNU C
112configure:3501: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
113configure:3501: $? = 0
114configure:3511: result: yes
115configure:3522: checking whether /usr/bin/clang accepts -g
116configure:3543: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
117configure:3543: $? = 0
118configure:3587: result: yes
119configure:3607: checking for /usr/bin/clang option to enable C11 features
120configure:3622: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
121configure:3622: $? = 0
122configure:3640: result: none needed
123configure:3756: checking how to run the C preprocessor
124configure:3782: /usr/bin/clang -E -I/opt/local/include conftest.c
125configure:3782: $? = 0
126configure:3797: /usr/bin/clang -E -I/opt/local/include conftest.c
127conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
128#include <ac_nonexistent.h>
129         ^
1301 error generated.
131configure:3797: $? = 1
132configure: failed program was:
133| /* confdefs.h */
134| #define PACKAGE_NAME ""
135| #define PACKAGE_TARNAME ""
136| #define PACKAGE_VERSION ""
137| #define PACKAGE_STRING ""
138| #define PACKAGE_BUGREPORT ""
139| #define PACKAGE_URL ""
140| /* end confdefs.h.  */
141| #include <ac_nonexistent.h>
142configure:3824: result: /usr/bin/clang -E
143configure:3838: /usr/bin/clang -E -I/opt/local/include conftest.c
144configure:3838: $? = 0
145configure:3853: /usr/bin/clang -E -I/opt/local/include conftest.c
146conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
147#include <ac_nonexistent.h>
148         ^
1491 error generated.
150configure:3853: $? = 1
151configure: failed program was:
152| /* confdefs.h */
153| #define PACKAGE_NAME ""
154| #define PACKAGE_TARNAME ""
155| #define PACKAGE_VERSION ""
156| #define PACKAGE_STRING ""
157| #define PACKAGE_BUGREPORT ""
158| #define PACKAGE_URL ""
159| /* end confdefs.h.  */
160| #include <ac_nonexistent.h>
161configure:3886: checking for icc
162configure:3896: result: no
163configure:3910: checking for suncc
164configure:3920: result: no
165configure:3938: checking for system library directory
166configure:3954: result: lib
167configure:3961: checking if compiler supports -R
168configure:3981: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -R /usr/lib  >&5
169warning: unknown remark option '-R' [-Wunknown-warning-option]
1701 warning generated.
171ld: can't map file, errno=22 file '/usr/lib' for architecture x86_64
172clang: error: linker command failed with exit code 1 (use -v to see invocation)
173configure:3981: $? = 1
174configure: failed program was:
175| /* confdefs.h */
176| #define PACKAGE_NAME ""
177| #define PACKAGE_TARNAME ""
178| #define PACKAGE_VERSION ""
179| #define PACKAGE_STRING ""
180| #define PACKAGE_BUGREPORT ""
181| #define PACKAGE_URL ""
182| /* end confdefs.h.  */
183|
184| int
185| main (void)
186| {
187|
188|   ;
189|   return 0;
190| }
191configure:3992: result: no
192configure:3997: checking if compiler supports -Wl,-rpath,
193configure:4017: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -Wl,-rpath,/usr/lib  >&5
194configure:4017: $? = 0
195configure:4028: result: yes
196configure:4047: checking build system type
197configure:4062: result: x86_64-apple-darwin15.6.0
198configure:4082: checking host system type
199configure:4096: result: x86_64-apple-darwin15.6.0
200configure:4116: checking target system type
201configure:4130: result: x86_64-apple-darwin15.6.0
202configure:4234: checking for PHP prefix
203configure:4236: result: /opt/local
204configure:4238: checking for PHP includes
205configure:4240: result: -I/opt/local/include/php80/php -I/opt/local/include/php80/php/main -I/opt/local/include/php80/php/TSRM -I/opt/local/include/php80/php/Zend -I/opt/local/include/php80/php/ext -I/opt/local/include/php80/php/ext/date/lib -I/opt/local/include
206configure:4242: checking for PHP extension directory
207configure:4244: result: /opt/local/lib/php80/extensions/no-debug-non-zts-20200930
208configure:4246: checking for PHP installed headers prefix
209configure:4248: result: /opt/local/include/php80/php
210configure:4251: checking if debug is enabled
211configure:4278: result: no
212configure:4281: checking if zts is enabled
213configure:4308: result: no
214configure:4376: checking for gawk
215configure:4398: found /opt/local/bin/gawk
216configure:4409: result: gawk
217configure:4453: checking whether to enable Xdebug support
218configure:4493: result: yes, shared
219configure:4502: checking whether to enable Xdebug developer build flags
220configure:4517: result: no
221configure:4525: checking Check for supported PHP versions
222configure:4533: error: not supported. Need a PHP version >= 7.1.0 and < 8.0.0 (found 8.0.9)
223
224## ---------------- ##
225## Cache variables. ##
226## ---------------- ##
227
228ac_cv_build=x86_64-apple-darwin15.6.0
229ac_cv_c_compiler_gnu=yes
230ac_cv_env_CC_set=set
231ac_cv_env_CC_value=/usr/bin/clang
232ac_cv_env_CFLAGS_set=set
233ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
234ac_cv_env_CPPFLAGS_set=set
235ac_cv_env_CPPFLAGS_value=-I/opt/local/include
236ac_cv_env_CPP_set=
237ac_cv_env_CPP_value=
238ac_cv_env_LDFLAGS_set=set
239ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
240ac_cv_env_LIBS_set=
241ac_cv_env_LIBS_value=
242ac_cv_env_PKG_CONFIG_LIBDIR_set=
243ac_cv_env_PKG_CONFIG_LIBDIR_value=
244ac_cv_env_PKG_CONFIG_PATH_set=
245ac_cv_env_PKG_CONFIG_PATH_value=
246ac_cv_env_PKG_CONFIG_set=
247ac_cv_env_PKG_CONFIG_value=
248ac_cv_env_build_alias_set=
249ac_cv_env_build_alias_value=
250ac_cv_env_host_alias_set=
251ac_cv_env_host_alias_value=
252ac_cv_env_target_alias_set=
253ac_cv_env_target_alias_value=
254ac_cv_host=x86_64-apple-darwin15.6.0
255ac_cv_objext=o
256ac_cv_path_EGREP='/usr/bin/grep -E'
257ac_cv_path_GREP=/usr/bin/grep
258ac_cv_path_SED=/opt/local/bin/gsed
259ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
260ac_cv_prog_AWK=gawk
261ac_cv_prog_CPP='/usr/bin/clang -E'
262ac_cv_prog_cc_c11=
263ac_cv_prog_cc_g=yes
264ac_cv_prog_cc_stdc=
265ac_cv_target=x86_64-apple-darwin15.6.0
266php_cv_cc_dashr=no
267php_cv_cc_rpath=yes
268
269## ----------------- ##
270## Output variables. ##
271## ----------------- ##
272
273AR=''
274AWK='gawk'
275CC='/usr/bin/clang'
276CFLAGS='-pipe -Os -arch x86_64'
277CONFIGURE_COMMAND=' '\''./configure'\''  '\''--prefix=/opt/local'\'' '\''--with-php-config=/opt/local/bin/php-config80'\'' '\''--enable-xdebug'\'''
278CONFIGURE_OPTIONS=' '\''--prefix=/opt/local'\'' '\''--with-php-config=/opt/local/bin/php-config80'\'' '\''--enable-xdebug'\'''
279CPP='/usr/bin/clang -E'
280CPPFLAGS='-I/opt/local/include'
281DEFS=''
282DSYMUTIL=''
283ECHO='/bin/echo'
284ECHO_C='\c'
285ECHO_N=''
286ECHO_T=''
287EGREP='/usr/bin/grep -E'
288EXEEXT=''
289GREP='/usr/bin/grep'
290LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
291LIBOBJS=''
292LIBS=''
293LIBTOOL=''
294LN_S=''
295LTLIBOBJS=''
296NMEDIT=''
297OBJEXT='o'
298PACKAGE_BUGREPORT=''
299PACKAGE_NAME=''
300PACKAGE_STRING=''
301PACKAGE_TARNAME=''
302PACKAGE_URL=''
303PACKAGE_VERSION=''
304PATH_SEPARATOR=':'
305PKG_CONFIG='/opt/local/bin/pkg-config'
306PKG_CONFIG_LIBDIR=''
307PKG_CONFIG_PATH=''
308RANLIB=''
309SED='/opt/local/bin/gsed'
310SHELL='/bin/sh'
311SHLIB_DL_SUFFIX_NAME='so'
312SHLIB_SUFFIX_NAME='dylib'
313STRIP=''
314ac_ct_CC=''
315bindir='${exec_prefix}/bin'
316build='x86_64-apple-darwin15.6.0'
317build_alias=''
318build_cpu='x86_64'
319build_os='darwin15.6.0'
320build_vendor='apple'
321datadir='${datarootdir}'
322datarootdir='${prefix}/share'
323docdir='${datarootdir}/doc/${PACKAGE}'
324dvidir='${docdir}'
325exec_prefix='NONE'
326host='x86_64-apple-darwin15.6.0'
327host_alias='x86_64-apple-darwin15.6.0'
328host_cpu='x86_64'
329host_os='darwin15.6.0'
330host_vendor='apple'
331htmldir='${docdir}'
332includedir='${prefix}/include'
333infodir='${datarootdir}/info'
334libdir='${exec_prefix}/lib'
335libexecdir='${exec_prefix}/libexec'
336localedir='${datarootdir}/locale'
337localstatedir='${prefix}/var'
338mandir='${datarootdir}/man'
339oldincludedir='/usr/include'
340pdfdir='${docdir}'
341prefix='/opt/local'
342program_transform_name='s,x,x,'
343psdir='${docdir}'
344runstatedir='${localstatedir}/run'
345sbindir='${exec_prefix}/sbin'
346sharedstatedir='${prefix}/com'
347sysconfdir='${prefix}/etc'
348target='x86_64-apple-darwin15.6.0'
349target_alias=''
350target_cpu='x86_64'
351target_os='darwin15.6.0'
352target_vendor='apple'
353
354## ----------- ##
355## confdefs.h. ##
356## ----------- ##
357
358/* confdefs.h */
359#define PACKAGE_NAME ""
360#define PACKAGE_TARNAME ""
361#define PACKAGE_VERSION ""
362#define PACKAGE_STRING ""
363#define PACKAGE_BUGREPORT ""
364#define PACKAGE_URL ""
365
366configure: exit 1