Ticket #71043: config.log

File config.log, 8.7 KB (added by vespasian99, 9 hours ago)
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.63.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = noether.home.arpa
14uname -m = arm64
15uname -r = 24.0.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 24.0.0: Tue Sep 24 23:36:26 PDT 2024; root:xnu-11215.1.12~1/RELEASE_ARM64_T8103
18
19/usr/bin/uname -p = arm
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 24.0.0: Tue Sep 24 23:36:26 PDT 2024; root:xnu-11215.1.12~1/RELEASE_ARM64_T8103
27Kernel configured for up to 8 processors.
288 processors are physically available.
298 processors are logically available.
30Processor type: arm64e (ARM64E)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 8.00 gigabytes
33Default processor set: 708 tasks, 2842 threads, 8 processors
34Load average: 1.81, Mach factor: 6.18
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:1893: checking build system type
52configure:1911: result: arm-apple-darwin24.0.0
53configure:1933: checking host system type
54configure:1948: result: arm-apple-darwin24.0.0
55configure:2019: checking for gcc
56configure:2046: result: /usr/bin/clang
57configure:2278: checking for C compiler version
58configure:2286: /usr/bin/clang --version >&5
59Apple clang version 16.0.0 (clang-1600.0.26.3)
60Target: arm64-apple-darwin24.0.0
61Thread model: posix
62InstalledDir: /Library/Developer/CommandLineTools/usr/bin
63configure:2290: $? = 0
64configure:2297: /usr/bin/clang -v >&5
65Apple clang version 16.0.0 (clang-1600.0.26.3)
66Target: arm64-apple-darwin24.0.0
67Thread model: posix
68InstalledDir: /Library/Developer/CommandLineTools/usr/bin
69configure:2301: $? = 0
70configure:2308: /usr/bin/clang -V >&5
71clang: error: argument to '-V' is missing (expected 1 value)
72clang: error: no input files
73configure:2312: $? = 1
74configure:2335: checking for C compiler default output file name
75configure:2357: /usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 conftest.c  >&5
76configure:2361: $? = 0
77configure:2399: result: a.out
78configure:2418: checking whether the C compiler works
79configure:2428: ./a.out
80configure:2432: $? = 0
81configure:2451: result: yes
82configure:2458: checking whether we are cross compiling
83configure:2460: result: no
84configure:2463: checking for suffix of executables
85configure:2470: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 conftest.c  >&5
86configure:2474: $? = 0
87configure:2500: result:
88configure:2506: checking for suffix of object files
89configure:2532: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
90configure:2536: $? = 0
91configure:2561: result: o
92configure:2565: checking whether we are using the GNU C compiler
93configure:2594: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
94configure:2601: $? = 0
95configure:2618: result: yes
96configure:2627: checking whether /usr/bin/clang accepts -g
97configure:2657: /usr/bin/clang -c -g -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
98configure:2664: $? = 0
99configure:2765: result: yes
100configure:2782: checking for /usr/bin/clang option to accept ISO C89
101configure:2856: /usr/bin/clang  -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
102conftest.c:15:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
103   15 | static char *e (p, i)
104      |              ^
1051 warning generated.
106configure:2863: $? = 0
107configure:2886: result: none needed
108configure:2933: checking whether the compiler works on ANSI C
109configure:2954: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 conftest.c  >&5
110conftest.c:8:2: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
111    8 |  main(int ac, char **av) { return 0; }
112      |  ^
113      |  int
1141 error generated.
115configure:2958: $? = 1
116configure: program exited with status 1
117configure: failed program was:
118| /* confdefs.h.  */
119| #define PACKAGE_NAME ""
120| #define PACKAGE_TARNAME ""
121| #define PACKAGE_VERSION ""
122| #define PACKAGE_STRING ""
123| #define PACKAGE_BUGREPORT ""
124| /* end confdefs.h.  */
125|  main(int ac, char **av) { return 0; }
126configure:2978: result: no
127configure:2980: error: Couldn't build even a trivial ANSI C program: check CC.
128
129## ---------------- ##
130## Cache variables. ##
131## ---------------- ##
132
133ac_cv_build=arm-apple-darwin24.0.0
134ac_cv_c_compiler_gnu=yes
135ac_cv_env_CC_set=set
136ac_cv_env_CC_value=/usr/bin/clang
137ac_cv_env_CFLAGS_set=set
138ac_cv_env_CFLAGS_value='-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64'
139ac_cv_env_CPPFLAGS_set=set
140ac_cv_env_CPPFLAGS_value='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk'
141ac_cv_env_CPP_set=
142ac_cv_env_CPP_value=
143ac_cv_env_LDFLAGS_set=set
144ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64'
145ac_cv_env_LIBS_set=
146ac_cv_env_LIBS_value=
147ac_cv_env_XMKMF_set=
148ac_cv_env_XMKMF_value=
149ac_cv_env_build_alias_set=
150ac_cv_env_build_alias_value=
151ac_cv_env_host_alias_set=
152ac_cv_env_host_alias_value=
153ac_cv_env_target_alias_set=
154ac_cv_env_target_alias_value=
155ac_cv_host=arm-apple-darwin24.0.0
156ac_cv_objext=o
157ac_cv_prog_ac_ct_CC=/usr/bin/clang
158ac_cv_prog_cc_c89=
159ac_cv_prog_cc_g=yes
160
161## ----------------- ##
162## Output variables. ##
163## ----------------- ##
164
165CC='/usr/bin/clang'
166CFLAGS='-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64'
167CPP=''
168CPPFLAGS='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk'
169DEFS=''
170ECHO_C='\c'
171ECHO_N=''
172ECHO_T=''
173EGREP=''
174EXEEXT=''
175GREP=''
176INCLUDES=''
177INSTALL_DATA=''
178INSTALL_PROGRAM=''
179INSTALL_SCRIPT=''
180LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64'
181LIBOBJS=''
182LIBS=''
183LTLIBOBJS=''
184OBJEXT='o'
185PACKAGE_BUGREPORT=''
186PACKAGE_NAME=''
187PACKAGE_STRING=''
188PACKAGE_TARNAME=''
189PACKAGE_VERSION=''
190PATH_SEPARATOR=':'
191SET_MAKE=''
192SHELL='/bin/sh'
193XMKMF=''
194X_CFLAGS=''
195X_EXTRA_LIBS=''
196X_LIBS=''
197X_PRE_LIBS=''
198ac_ct_CC='/usr/bin/clang'
199bindir='${exec_prefix}/bin'
200build='arm-apple-darwin24.0.0'
201build_alias=''
202build_cpu='arm'
203build_os='darwin24.0.0'
204build_vendor='apple'
205datadir='${datarootdir}'
206datarootdir='${prefix}/share'
207docdir='${datarootdir}/doc/${PACKAGE}'
208dvidir='${docdir}'
209exec_prefix='NONE'
210host='arm-apple-darwin24.0.0'
211host_alias=''
212host_cpu='arm'
213host_os='darwin24.0.0'
214host_vendor='apple'
215htmldir='${docdir}'
216includedir='${prefix}/include'
217infodir='${datarootdir}/info'
218libdir='${exec_prefix}/lib'
219libexecdir='${exec_prefix}/libexec'
220localedir='${datarootdir}/locale'
221localstatedir='${prefix}/var'
222mandir='${datarootdir}/man'
223oldincludedir='/usr/include'
224pdfdir='${docdir}'
225prefix='/opt/local'
226program_transform_name='s,x,x,'
227psdir='${docdir}'
228sbindir='${exec_prefix}/sbin'
229sharedstatedir='${prefix}/com'
230sysconfdir='${prefix}/etc'
231target_alias=''
232
233## ----------- ##
234## confdefs.h. ##
235## ----------- ##
236
237#define PACKAGE_NAME ""
238#define PACKAGE_TARNAME ""
239#define PACKAGE_VERSION ""
240#define PACKAGE_STRING ""
241#define PACKAGE_BUGREPORT ""
242
243configure: exit 1