Ticket #67057: config.log

File config.log, 11.6 KB (added by Lucasking2023, 14 months ago)

Confi.log attached

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 cpuminer configure 2.5.1, which was
5generated by GNU Autoconf 2.71.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = smileyface.local
14uname -m = x86_64
15uname -r = 18.7.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 18.7.0: Tue Jun 22 19:37:08 PDT 2021; root:xnu-4903.278.70~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 18.7.0: Tue Jun 22 19:37:08 PDT 2021; root:xnu-4903.278.70~1/RELEASE_X86_64
27Kernel configured for up to 4 processors.
282 processors are physically available.
294 processors are logically available.
30Processor type: x86_64h (Intel x86-64h Haswell)
31Processors active: 0 1 2 3
32Primary memory available: 8.00 gigabytes
33Default processor set: 387 tasks, 1684 threads, 4 processors
34Load average: 6.46, Mach factor: 0.53
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:2539: looking for aux files: compile missing install-sh config.guess config.sub
52configure:2552:  trying ./
53configure:2581:   ./compile found
54configure:2581:   ./missing found
55configure:2563:   ./install-sh found
56configure:2581:   ./config.guess found
57configure:2581:   ./config.sub found
58configure:2701: checking build system type
59configure:2716: result: x86_64-apple-darwin18.7.0
60configure:2736: checking host system type
61configure:2750: result: x86_64-apple-darwin18.7.0
62configure:2770: checking target system type
63configure:2784: result: x86_64-apple-darwin18.7.0
64configure:2829: checking for a BSD-compatible install
65configure:2902: result: /usr/bin/install -c
66configure:2913: checking whether build environment is sane
67configure:2968: result: yes
68configure:3127: checking for a race-free mkdir -p
69configure:3171: result: ./install-sh -c -d
70configure:3178: checking for gawk
71configure:3213: result: no
72configure:3178: checking for mawk
73configure:3213: result: no
74configure:3178: checking for nawk
75configure:3213: result: no
76configure:3178: checking for awk
77configure:3199: found /usr/bin/awk
78configure:3210: result: awk
79configure:3221: checking whether make sets $(MAKE)
80configure:3244: result: yes
81configure:3274: checking whether make supports nested variables
82configure:3292: result: yes
83configure:3432: checking whether to enable maintainer-specific portions of Makefiles
84configure:3442: result: no
85configure:3469: checking whether make supports the include directive
86configure:3484: make -f confmf.GNU && cat confinc.out
87this is the am__doit target
88configure:3487: $? = 0
89configure:3506: result: yes (GNU style)
90configure:3582: checking for gcc
91configure:3614: result: /usr/bin/clang
92configure:3967: checking for C compiler version
93configure:3976: /usr/bin/clang --version >&5
94Apple LLVM version 10.0.1 (clang-1001.0.46.4)
95Target: x86_64-apple-darwin18.7.0
96Thread model: posix
97InstalledDir: /Library/Developer/CommandLineTools/usr/bin
98configure:3987: $? = 0
99configure:3976: /usr/bin/clang -v >&5
100Apple LLVM version 10.0.1 (clang-1001.0.46.4)
101Target: x86_64-apple-darwin18.7.0
102Thread model: posix
103InstalledDir: /Library/Developer/CommandLineTools/usr/bin
104configure:3987: $? = 0
105configure:3976: /usr/bin/clang -V >&5
106clang: error: unsupported option '-V -Wno-atomic-implicit-seq-cst'
107clang: error: no input files
108configure:3987: $? = 1
109configure:3976: /usr/bin/clang -qversion >&5
110clang: error: unknown argument '-qversion', did you mean '--version'?
111clang: error: no input files
112configure:3987: $? = 1
113configure:3976: /usr/bin/clang -version >&5
114clang: error: unknown argument '-version', did you mean '--version'?
115clang: error: no input files
116configure:3987: $? = 1
117configure:4007: checking whether the C compiler works
118configure:4029: /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
119configure:4033: $? = 0
120configure:4083: result: yes
121configure:4086: checking for C compiler default output file name
122configure:4088: result: a.out
123configure:4094: checking for suffix of executables
124configure:4101: /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
125configure:4105: $? = 0
126configure:4128: result:
127configure:4150: checking whether we are cross compiling
128configure:4158: /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
129conftest.c:15:1: error: use of undeclared identifier 'FILE'
130FILE *f = fopen ("conftest.out", "w");
131^
132conftest.c:15:7: error: use of undeclared identifier 'f'
133FILE *f = fopen ("conftest.out", "w");
134      ^
135conftest.c:15:11: warning: implicit declaration of function 'fopen' is invalid in C99 [-Wimplicit-function-declaration]
136FILE *f = fopen ("conftest.out", "w");
137          ^
138conftest.c:15:11: warning: declaration of built-in function 'fopen' requires inclusion of the header <stdio.h> [-Wbuiltin-requires-header]
139conftest.c:16:9: warning: implicit declaration of function 'ferror' is invalid in C99 [-Wimplicit-function-declaration]
140 return ferror (f) || fclose (f) != 0;
141        ^
142conftest.c:16:17: error: use of undeclared identifier 'f'
143 return ferror (f) || fclose (f) != 0;
144                ^
145conftest.c:16:23: warning: implicit declaration of function 'fclose' is invalid in C99 [-Wimplicit-function-declaration]
146 return ferror (f) || fclose (f) != 0;
147                      ^
148conftest.c:16:31: error: use of undeclared identifier 'f'
149 return ferror (f) || fclose (f) != 0;
150                              ^
1514 warnings and 4 errors generated.
152configure:4162: $? = 1
153configure:4169: ./conftest
154./configure: line 4171: ./conftest: No such file or directory
155configure:4173: $? = 127
156configure:4180: error: in `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_finance_cpuminer/cpuminer/work/cpuminer-2.5.1':
157configure:4182: error: cannot run C compiled programs.
158If you meant to cross compile, use `--host'.
159See `config.log' for more details
160
161## ---------------- ##
162## Cache variables. ##
163## ---------------- ##
164
165ac_cv_build=x86_64-apple-darwin18.7.0
166ac_cv_env_CCASFLAGS_set=
167ac_cv_env_CCASFLAGS_value=
168ac_cv_env_CCAS_set=
169ac_cv_env_CCAS_value=
170ac_cv_env_CC_set=set
171ac_cv_env_CC_value=/usr/bin/clang
172ac_cv_env_CFLAGS_set=set
173ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
174ac_cv_env_CPPFLAGS_set=set
175ac_cv_env_CPPFLAGS_value=-I/opt/local/include
176ac_cv_env_CPP_set=
177ac_cv_env_CPP_value=
178ac_cv_env_LDFLAGS_set=set
179ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
180ac_cv_env_LIBS_set=
181ac_cv_env_LIBS_value=
182ac_cv_env_build_alias_set=
183ac_cv_env_build_alias_value=
184ac_cv_env_host_alias_set=
185ac_cv_env_host_alias_value=
186ac_cv_env_target_alias_set=
187ac_cv_env_target_alias_value=
188ac_cv_host=x86_64-apple-darwin18.7.0
189ac_cv_prog_AWK=awk
190ac_cv_prog_ac_ct_CC=/usr/bin/clang
191ac_cv_prog_make_make_set=yes
192ac_cv_target=x86_64-apple-darwin18.7.0
193am_cv_make_support_nested_variables=yes
194
195## ----------------- ##
196## Output variables. ##
197## ----------------- ##
198
199ACLOCAL='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_finance_cpuminer/cpuminer/work/cpuminer-2.5.1/missing'\'' aclocal-1.16'
200ALLOCA=''
201AMDEPBACKSLASH='\'
202AMDEP_FALSE='#'
203AMDEP_TRUE=''
204AMTAR='$${TAR-tar}'
205AM_BACKSLASH='\'
206AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
207AM_DEFAULT_VERBOSITY='1'
208AM_V='$(V)'
209ARCH_ARM_FALSE=''
210ARCH_ARM_TRUE=''
211ARCH_PPC_FALSE=''
212ARCH_PPC_TRUE=''
213ARCH_x86_64_FALSE=''
214ARCH_x86_64_TRUE=''
215ARCH_x86_FALSE=''
216ARCH_x86_TRUE=''
217AUTOCONF='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_finance_cpuminer/cpuminer/work/cpuminer-2.5.1/missing'\'' autoconf'
218AUTOHEADER='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_finance_cpuminer/cpuminer/work/cpuminer-2.5.1/missing'\'' autoheader'
219AUTOMAKE='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_finance_cpuminer/cpuminer/work/cpuminer-2.5.1/missing'\'' automake-1.16'
220AWK='awk'
221CC='/usr/bin/clang'
222CCAS=''
223CCASDEPMODE=''
224CCASFLAGS=''
225CCDEPMODE=''
226CFLAGS='-pipe -Os -arch x86_64'
227CPP=''
228CPPFLAGS='-I/opt/local/include'
229CSCOPE='cscope'
230CTAGS='ctags'
231CYGPATH_W='echo'
232DEFS=''
233DEPDIR='.deps'
234ECHO_C='\c'
235ECHO_N=''
236ECHO_T=''
237EGREP=''
238ETAGS='etags'
239EXEEXT=''
240GREP=''
241HAVE_WINDOWS_FALSE=''
242HAVE_WINDOWS_TRUE=''
243INSTALL_DATA='${INSTALL} -m 644'
244INSTALL_PROGRAM='${INSTALL}'
245INSTALL_SCRIPT='${INSTALL}'
246INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
247JANSSON_LIBS=''
248LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
249LIBCURL=''
250LIBCURL_CPPFLAGS=''
251LIBOBJS=''
252LIBS=''
253LTLIBOBJS=''
254MAINT='#'
255MAINTAINER_MODE_FALSE=''
256MAINTAINER_MODE_TRUE='#'
257MAKEINFO='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_finance_cpuminer/cpuminer/work/cpuminer-2.5.1/missing'\'' makeinfo'
258MKDIR_P='./install-sh -c -d'
259OBJEXT=''
260PACKAGE='cpuminer'
261PACKAGE_BUGREPORT=''
262PACKAGE_NAME='cpuminer'
263PACKAGE_STRING='cpuminer 2.5.1'
264PACKAGE_TARNAME='cpuminer'
265PACKAGE_URL=''
266PACKAGE_VERSION='2.5.1'
267PATH_SEPARATOR=':'
268PTHREAD_FLAGS=''
269PTHREAD_LIBS=''
270RANLIB=''
271SET_MAKE=''
272SHELL='/bin/sh'
273STRIP=''
274USE_ASM_FALSE=''
275USE_ASM_TRUE=''
276VERSION='2.5.1'
277WANT_JANSSON_FALSE=''
278WANT_JANSSON_TRUE=''
279WS2_LIBS=''
280_libcurl_config=''
281ac_ct_CC='/usr/bin/clang'
282am__EXEEXT_FALSE=''
283am__EXEEXT_TRUE=''
284am__fastdepCCAS_FALSE=''
285am__fastdepCCAS_TRUE=''
286am__fastdepCC_FALSE=''
287am__fastdepCC_TRUE=''
288am__include='include'
289am__isrc=''
290am__leading_dot='.'
291am__nodep='_no'
292am__quote=''
293am__tar='$${TAR-tar} chof - "$$tardir"'
294am__untar='$${TAR-tar} xf -'
295bindir='${exec_prefix}/bin'
296build='x86_64-apple-darwin18.7.0'
297build_alias=''
298build_cpu='x86_64'
299build_os='darwin18.7.0'
300build_vendor='apple'
301datadir='${datarootdir}'
302datarootdir='${prefix}/share'
303docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
304dvidir='${docdir}'
305exec_prefix='NONE'
306host='x86_64-apple-darwin18.7.0'
307host_alias=''
308host_cpu='x86_64'
309host_os='darwin18.7.0'
310host_vendor='apple'
311htmldir='${docdir}'
312includedir='${prefix}/include'
313infodir='${datarootdir}/info'
314install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_finance_cpuminer/cpuminer/work/cpuminer-2.5.1/install-sh'
315libdir='${exec_prefix}/lib'
316libexecdir='${exec_prefix}/libexec'
317localedir='${datarootdir}/locale'
318localstatedir='${prefix}/var'
319mandir='${datarootdir}/man'
320mkdir_p='$(MKDIR_P)'
321oldincludedir='/usr/include'
322pdfdir='${docdir}'
323prefix='/opt/local'
324program_transform_name='s,x,x,'
325psdir='${docdir}'
326runstatedir='${localstatedir}/run'
327sbindir='${exec_prefix}/sbin'
328sharedstatedir='${prefix}/com'
329sysconfdir='${prefix}/etc'
330target='x86_64-apple-darwin18.7.0'
331target_alias=''
332target_cpu='x86_64'
333target_os='darwin18.7.0'
334target_vendor='apple'
335
336## ----------- ##
337## confdefs.h. ##
338## ----------- ##
339
340/* confdefs.h */
341#define PACKAGE_NAME "cpuminer"
342#define PACKAGE_TARNAME "cpuminer"
343#define PACKAGE_VERSION "2.5.1"
344#define PACKAGE_STRING "cpuminer 2.5.1"
345#define PACKAGE_BUGREPORT ""
346#define PACKAGE_URL ""
347#define PACKAGE "cpuminer"
348#define VERSION "2.5.1"
349
350configure: exit 77