Ticket #64171: config.log

File config.log, 18.2 KB (added by wealthychef1, 3 years ago)

the config log

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4configure:855: checking whether ln -s works
5configure:1120: checking host system type
6configure:1658: checking for gcc
7configure:1762: checking whether the C compiler (/usr/bin/clang -pipe -Os -std=gnu89 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64) works
8configure:1780: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk      -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64      conftest.c           1>&5
9ld: warning: -no_pie ignored for arm64
10configure:1808: checking whether the C compiler (/usr/bin/clang -pipe -Os -std=gnu89 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64) is a cross-compiler
11configure:1813: checking whether we are using GNU C
12configure:1820: /usr/bin/clang -E conftest.c
13configure:1838: checking whether /usr/bin/clang accepts -g
14configure:2301: checking how to run the C preprocessor
15configure:2320: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk      conftest.c >/dev/null 2>conftest.out
16configure:2380: checking for AIX
17configure:2409: checking for GNU libc
18configure:2423: /usr/bin/clang -c -pipe -Os -std=gnu89 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk      conftest.c 1>&5
19configure:2412:10: fatal error: 'features.h' file not found
20#include <features.h>
21         ^~~~~~~~~~~~
221 error generated.
23configure: failed program was:
24#line 2411 "configure"
25#include "confdefs.h"
26#include <features.h>
27int main() {
28
29#if ! (defined __GLIBC__ || defined __GNU_LIBRARY__)
30#error Not a GNU libc system :-(
31******* ======= ******** &&&&&&&&
32#endif
33
34; return 0; }
35configure:2516: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk      -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64      conftest.c           1>&5
36ld: warning: -no_pie ignored for arm64
37configure:2823: checking for buggy gcc versions
38configure:2970: checking for dynodump
39configure:3260: checking for malloc_set_state
40configure:3286: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include      -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Xlinker -arch -Xlinker arm64  -L/opt/local/lib     conftest.c           1>&5
41ld: warning: -no_pie ignored for arm64
42Undefined symbols for architecture arm64:
43  "_malloc_set_state", referenced from:
44      _main in conftest-ecd412.o
45ld: symbol(s) not found for architecture arm64
46clang: error: linker command failed with exit code 1 (use -v to see invocation)
47configure: failed program was:
48#line 3263 "configure"
49#include "confdefs.h"
50/* System header to define __stub macros and hopefully few prototypes,
51    which can conflict with char malloc_set_state(); below.  */
52#include <assert.h>
53/* Override any gcc2 internal prototype to avoid an error.  */
54/* We use char because int might match the return type of a gcc2
55    builtin and then its argument prototype would still apply.  */
56char malloc_set_state();
57
58int main() {
59
60/* The GNU C library defines this for functions which it implements
61    to always fail with ENOSYS.  Some functions are actually named
62    something starting with __ and the normal name is an alias.  */
63#if defined (__stub_malloc_set_state) || defined (__stub___malloc_set_state)
64choke me
65#else
66malloc_set_state();
67#endif
68
69; return 0; }
70configure:3306: checking whether __after_morecore_hook exists
71configure:3315: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include      -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Xlinker -arch -Xlinker arm64  -L/opt/local/lib     conftest.c           1>&5
72ld: warning: -no_pie ignored for arm64
73Undefined symbols for architecture arm64:
74  "___after_morecore_hook", referenced from:
75      _main in conftest-d327af.o
76ld: symbol(s) not found for architecture arm64
77clang: error: linker command failed with exit code 1 (use -v to see invocation)
78configure: failed program was:
79#line 3308 "configure"
80#include "confdefs.h"
81extern void (* __after_morecore_hook)();
82int main() {
83__after_morecore_hook = 0
84; return 0; }
85configure:3371: checking for ranlib
86configure:3426: checking for a BSD compatible install
87configure:3480: checking for bison
88configure:3512: checking for a.out.h
89configure:3520: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c >/dev/null 2>conftest.out
90configure:3516:10: fatal error: 'a.out.h' file not found
91#include <a.out.h>
92         ^~~~~~~~~
931 error generated.
94configure: failed program was:
95#line 3515 "configure"
96#include "confdefs.h"
97#include <a.out.h>
98configure:3512: checking for elf.h
99configure:3520: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c >/dev/null 2>conftest.out
100configure:3516:10: fatal error: 'elf.h' file not found
101#include <elf.h>
102         ^~~~~~~
1031 error generated.
104configure: failed program was:
105#line 3515 "configure"
106#include "confdefs.h"
107#include <elf.h>
108configure:3512: checking for cygwin/version.h
109configure:3520: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c >/dev/null 2>conftest.out
110configure:3516:10: fatal error: 'cygwin/version.h' file not found
111#include <cygwin/version.h>
112         ^~~~~~~~~~~~~~~~~~
1131 error generated.
114configure: failed program was:
115#line 3515 "configure"
116#include "confdefs.h"
117#include <cygwin/version.h>
118configure:3512: checking for fcntl.h
119configure:3520: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c >/dev/null 2>conftest.out
120configure:3512: checking for inttypes.h
121configure:3520: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c >/dev/null 2>conftest.out
122configure:3512: checking for libgen.h
123configure:3520: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c >/dev/null 2>conftest.out
124configure:3512: checking for locale.h
125configure:3520: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c >/dev/null 2>conftest.out
126configure:3512: checking for mach/mach.h
127configure:3520: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c >/dev/null 2>conftest.out
128configure:3512: checking for sys/param.h
129configure:3520: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c >/dev/null 2>conftest.out
130configure:3512: checking for sys/pstat.h
131configure:3520: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c >/dev/null 2>conftest.out
132configure:3516:10: fatal error: 'sys/pstat.h' file not found
133#include <sys/pstat.h>
134         ^~~~~~~~~~~~~
1351 error generated.
136configure: failed program was:
137#line 3515 "configure"
138#include "confdefs.h"
139#include <sys/pstat.h>
140configure:3512: checking for sys/time.h
141configure:3520: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c >/dev/null 2>conftest.out
142configure:3512: checking for sys/timeb.h
143configure:3520: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c >/dev/null 2>conftest.out
144configure:3512: checking for sys/un.h
145configure:3520: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c >/dev/null 2>conftest.out
146configure:3512: checking for ulimit.h
147configure:3520: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c >/dev/null 2>conftest.out
148configure:3512: checking for unistd.h
149configure:3520: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c >/dev/null 2>conftest.out
150configure:3550: checking for sys/wait.h that is POSIX.1 compatible
151configure:3569: /usr/bin/clang -c -pipe -Os -std=gnu89 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c 1>&5
152configure:3593: checking for ANSI C header files
153configure:3604: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c >/dev/null 2>conftest.out
154configure:3668: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include      -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Xlinker -arch -Xlinker arm64  -L/opt/local/lib     conftest.c           1>&5
155configure:3663:67: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]
156if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
157                                                                  ^
158configure:3663:67: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1591 error generated.
160configure: failed program was:
161#line 3657 "configure"
162#include "confdefs.h"
163#include <ctype.h>
164#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
165#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
166#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
167int main () { int i; for (i = 0; i < 256; i++)
168if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
169exit (0); }
170
171configure:3694: checking whether time.h and sys/time.h may both be included
172configure:3706: /usr/bin/clang -c -pipe -Os -std=gnu89 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c 1>&5
173configure:3730: checking for sys_siglist declaration in signal.h or unistd.h
174configure:3745: /usr/bin/clang -c -pipe -Os -std=gnu89 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c 1>&5
175configure:3741:7: warning: initializing 'char *' with an expression of type 'const char *const' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
176char *msg = *(sys_siglist + 1);
177      ^     ~~~~~~~~~~~~~~~~~~
1781 warning generated.
179configure:3771: checking for utime
180configure:3781: /usr/bin/clang -c -pipe -Os -std=gnu89 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c 1>&5
181configure:3858: checking return type of signal handlers
182configure:3878: /usr/bin/clang -c -pipe -Os -std=gnu89 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c 1>&5
183configure:3900: checking for size_t
184configure:3934: checking for pid_t
185configure:3968: checking for uid_t in sys/types.h
186configure:4007: checking for mode_t
187configure:4041: checking for off_t
188configure:4075: checking for ssize_t
189configure:4110: checking for socklen_t
190configure:4122: /usr/bin/clang -c -pipe -Os -std=gnu89 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c 1>&5
191configure:4173: checking for struct timeval
192configure:4191: /usr/bin/clang -c -pipe -Os -std=gnu89 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c 1>&5
193configure:4213: checking whether struct tm is in sys/time.h or time.h
194configure:4224: /usr/bin/clang -c -pipe -Os -std=gnu89 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c 1>&5
195configure:4220:20: warning: expression result unused [-Wunused-value]
196struct tm *tp; tp->tm_sec;
197               ~~  ^~~~~~
1981 warning generated.
199configure:4248: checking for tm_zone in struct tm
200configure:4259: /usr/bin/clang -c -pipe -Os -std=gnu89 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c 1>&5
201configure:4255:18: warning: expression result unused [-Wunused-value]
202struct tm tm; tm.tm_zone;
203              ~~ ^~~~~~~
2041 warning generated.
205configure:4321: checking for working const
206configure:4373: /usr/bin/clang -c -pipe -Os -std=gnu89 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c 1>&5
207configure:4398: checking whether make sets ${MAKE}
208configure:4423: checking whether byte ordering is bigendian
209configure:4439: /usr/bin/clang -c -pipe -Os -std=gnu89 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c 1>&5
210configure:4454: /usr/bin/clang -c -pipe -Os -std=gnu89 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include     conftest.c 1>&5
211configure:4449:2: error: use of undeclared identifier 'not'
212 not big endian
213 ^
2141 error generated.
215configure: failed program was:
216#line 4443 "configure"
217#include "confdefs.h"
218#include <sys/types.h>
219#include <sys/param.h>
220int main() {
221
222#if BYTE_ORDER != BIG_ENDIAN
223 not big endian
224#endif
225; return 0; }
226configure:4511: checking size of short
227configure:4525: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk  -I/opt/local/include      -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Xlinker -arch -Xlinker arm64  -L/opt/local/lib     conftest.c           1>&5
228configure:4519:11: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]
229  if (!f) exit(1);
230          ^
231configure:4519:11: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
232configure:4520:22: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
233  fprintf(f, "%d\n", sizeof(short));
234              ~~     ^~~~~~~~~~~~~
235              %lu
2361 warning and 1 error generated.
237configure: failed program was:
238#line 4514 "configure"
239#include "confdefs.h"
240#include <stdio.h>
241main()
242{
243  FILE *f=fopen("conftestval", "w");
244  if (!f) exit(1);
245  fprintf(f, "%d\n", sizeof(short));
246  exit(0);
247}