Ticket #64148: config.log

File config.log, 17.6 KB (added by SlowHolg, 2 years 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 libb2 configure 0.98.1, which was
5generated by GNU Autoconf 2.71.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-dependency-tracking --enable-native=no --disable-openmp
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Holgis-MacBook
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 2 processors.
282 processors are physically available.
292 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1
32Primary memory available: 8.00 gigabytes
33Default processor set: 393 tasks, 1892 threads, 2 processors
34Load average: 8.64, Mach factor: 0.22
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:2532: looking for aux files: config.guess config.sub ltmain.sh compile missing install-sh
52configure:2545:  trying ./
53configure:2574:   ./config.guess found
54configure:2574:   ./config.sub found
55configure:2574:   ./ltmain.sh found
56configure:2574:   ./compile found
57configure:2574:   ./missing found
58configure:2556:   ./install-sh found
59configure:2706: checking for a BSD-compatible install
60configure:2779: result: /usr/bin/install -c
61configure:2790: checking whether build environment is sane
62configure:2845: result: yes
63configure:3004: checking for a race-free mkdir -p
64configure:3048: result: ./install-sh -c -d
65configure:3055: checking for gawk
66configure:3076: found /opt/local/bin/gawk
67configure:3087: result: gawk
68configure:3098: checking whether make sets $(MAKE)
69configure:3121: result: yes
70configure:3151: checking whether make supports nested variables
71configure:3169: result: yes
72configure:3378: checking for gcc
73configure:3410: result: /usr/bin/clang
74configure:3763: checking for C compiler version
75configure:3772: /usr/bin/clang --version >&5
76Apple LLVM version 8.0.0 (clang-800.0.42.1)
77Target: x86_64-apple-darwin15.6.0
78Thread model: posix
79InstalledDir: /Library/Developer/CommandLineTools/usr/bin
80configure:3783: $? = 0
81configure:3772: /usr/bin/clang -v >&5
82Apple LLVM version 8.0.0 (clang-800.0.42.1)
83Target: x86_64-apple-darwin15.6.0
84Thread model: posix
85InstalledDir: /Library/Developer/CommandLineTools/usr/bin
86configure:3783: $? = 0
87configure:3772: /usr/bin/clang -V >&5
88clang: error: argument to '-V' is missing (expected 1 value)
89clang: error: no input files
90configure:3783: $? = 1
91configure:3772: /usr/bin/clang -qversion >&5
92clang: error: unknown argument: '-qversion'
93clang: error: no input files
94configure:3783: $? = 1
95configure:3772: /usr/bin/clang -version >&5
96clang: error: unknown argument: '-version'
97clang: error: no input files
98configure:3783: $? = 1
99configure:3803: checking whether the C compiler works
100configure:3825: /usr/bin/clang -pipe -O3 -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
101configure:3829: $? = 0
102configure:3879: result: yes
103configure:3882: checking for C compiler default output file name
104configure:3884: result: a.out
105configure:3890: checking for suffix of executables
106configure:3897: /usr/bin/clang -o conftest -pipe -O3 -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
107configure:3901: $? = 0
108configure:3924: result:
109configure:3946: checking whether we are cross compiling
110configure:3954: /usr/bin/clang -o conftest -pipe -O3 -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
111configure:3958: $? = 0
112configure:3965: ./conftest
113configure:3969: $? = 0
114configure:3984: result: no
115configure:3989: checking for suffix of object files
116configure:4012: /usr/bin/clang -c -pipe -O3 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
117configure:4016: $? = 0
118configure:4038: result: o
119configure:4042: checking whether the compiler supports GNU C
120configure:4062: /usr/bin/clang -c -pipe -O3 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
121configure:4062: $? = 0
122configure:4072: result: yes
123configure:4083: checking whether /usr/bin/clang accepts -g
124configure:4104: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
125configure:4104: $? = 0
126configure:4148: result: yes
127configure:4168: checking for /usr/bin/clang option to enable C11 features
128configure:4183: /usr/bin/clang  -c -pipe -O3 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
129configure:4183: $? = 0
130configure:4201: result: none needed
131configure:4317: checking whether /usr/bin/clang understands -c and -o together
132configure:4340: /usr/bin/clang -c conftest.c -o conftest2.o
133configure:4343: $? = 0
134configure:4340: /usr/bin/clang -c conftest.c -o conftest2.o
135configure:4343: $? = 0
136configure:4355: result: yes
137configure:4375: checking whether make supports the include directive
138configure:4390: make -f confmf.GNU && cat confinc.out
139this is the am__doit target
140configure:4393: $? = 0
141configure:4412: result: yes (GNU style)
142configure:4438: checking dependency style of /usr/bin/clang
143configure:4550: result: none
144configure:4568: checking for explicit_bzero
145configure:4568: /usr/bin/clang -o conftest -pipe -O3 -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
146Undefined symbols for architecture x86_64:
147  "_explicit_bzero", referenced from:
148      _main in conftest-fb9028.o
149ld: symbol(s) not found for architecture x86_64
150clang: error: linker command failed with exit code 1 (use -v to see invocation)
151configure:4568: $? = 1
152configure: failed program was:
153| /* confdefs.h */
154| #define PACKAGE_NAME "libb2"
155| #define PACKAGE_TARNAME "libb2"
156| #define PACKAGE_VERSION "0.98.1"
157| #define PACKAGE_STRING "libb2 0.98.1"
158| #define PACKAGE_BUGREPORT "contact@blake2.net"
159| #define PACKAGE_URL "https://blake2.net"
160| #define PACKAGE "libb2"
161| #define VERSION "0.98.1"
162| /* end confdefs.h.  */
163| /* Define explicit_bzero to an innocuous variant, in case <limits.h> declares explicit_bzero.
164|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
165| #define explicit_bzero innocuous_explicit_bzero
166|
167| /* System header to define __stub macros and hopefully few prototypes,
168|    which can conflict with char explicit_bzero (); below.  */
169|
170| #include <limits.h>
171| #undef explicit_bzero
172|
173| /* Override any GCC internal prototype to avoid an error.
174|    Use char because int might match the return type of a GCC
175|    builtin and then its argument prototype would still apply.  */
176| #ifdef __cplusplus
177| extern "C"
178| #endif
179| char explicit_bzero ();
180| /* The GNU C library defines this for functions which it implements
181|     to always fail with ENOSYS.  Some functions are actually named
182|     something starting with __ and the normal name is an alias.  */
183| #if defined __stub_explicit_bzero || defined __stub___explicit_bzero
184| choke me
185| #endif
186|
187| int
188| main (void)
189| {
190| return explicit_bzero ();
191|   ;
192|   return 0;
193| }
194configure:4568: result: no
195configure:4575: checking for explicit_memset
196configure:4575: /usr/bin/clang -o conftest -pipe -O3 -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
197Undefined symbols for architecture x86_64:
198  "_explicit_memset", referenced from:
199      _main in conftest-e0264e.o
200ld: symbol(s) not found for architecture x86_64
201clang: error: linker command failed with exit code 1 (use -v to see invocation)
202configure:4575: $? = 1
203configure: failed program was:
204| /* confdefs.h */
205| #define PACKAGE_NAME "libb2"
206| #define PACKAGE_TARNAME "libb2"
207| #define PACKAGE_VERSION "0.98.1"
208| #define PACKAGE_STRING "libb2 0.98.1"
209| #define PACKAGE_BUGREPORT "contact@blake2.net"
210| #define PACKAGE_URL "https://blake2.net"
211| #define PACKAGE "libb2"
212| #define VERSION "0.98.1"
213| /* end confdefs.h.  */
214| /* Define explicit_memset to an innocuous variant, in case <limits.h> declares explicit_memset.
215|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
216| #define explicit_memset innocuous_explicit_memset
217|
218| /* System header to define __stub macros and hopefully few prototypes,
219|    which can conflict with char explicit_memset (); below.  */
220|
221| #include <limits.h>
222| #undef explicit_memset
223|
224| /* Override any GCC internal prototype to avoid an error.
225|    Use char because int might match the return type of a GCC
226|    builtin and then its argument prototype would still apply.  */
227| #ifdef __cplusplus
228| extern "C"
229| #endif
230| char explicit_memset ();
231| /* The GNU C library defines this for functions which it implements
232|     to always fail with ENOSYS.  Some functions are actually named
233|     something starting with __ and the normal name is an alias.  */
234| #if defined __stub_explicit_memset || defined __stub___explicit_memset
235| choke me
236| #endif
237|
238| int
239| main (void)
240| {
241| return explicit_memset ();
242|   ;
243|   return 0;
244| }
245configure:4575: result: no
246configure:4582: checking for memset_s
247configure:4582: /usr/bin/clang -o conftest -pipe -O3 -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
248configure:4582: $? = 0
249configure:4582: result: yes
250configure:4593: checking for stdio.h
251configure:4593: /usr/bin/clang -c -pipe -O3 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
252configure:4593: $? = 0
253configure:4593: result: yes
254configure:4593: checking for stdlib.h
255configure:4593: /usr/bin/clang -c -pipe -O3 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
256configure:4593: $? = 0
257configure:4593: result: yes
258configure:4593: checking for string.h
259configure:4593: /usr/bin/clang -c -pipe -O3 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
260configure:4593: $? = 0
261configure:4593: result: yes
262configure:4593: checking for inttypes.h
263configure:4593: /usr/bin/clang -c -pipe -O3 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
264configure:4593: $? = 0
265configure:4593: result: yes
266configure:4593: checking for stdint.h
267configure:4593: /usr/bin/clang -c -pipe -O3 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
268configure:4593: $? = 0
269configure:4593: result: yes
270configure:4593: checking for strings.h
271configure:4593: /usr/bin/clang -c -pipe -O3 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
272configure:4593: $? = 0
273configure:4593: result: yes
274configure:4593: checking for sys/stat.h
275configure:4593: /usr/bin/clang -c -pipe -O3 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
276configure:4593: $? = 0
277configure:4593: result: yes
278configure:4593: checking for sys/types.h
279configure:4593: /usr/bin/clang -c -pipe -O3 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
280configure:4593: $? = 0
281configure:4593: result: yes
282configure:4593: checking for unistd.h
283configure:4593: /usr/bin/clang -c -pipe -O3 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
284configure:4593: $? = 0
285configure:4593: result: yes
286configure:4618: checking for stddef.h
287configure:4618: /usr/bin/clang -c -pipe -O3 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
288configure:4618: $? = 0
289configure:4618: result: yes
290configure:4624: checking for stdint.h
291configure:4624: result: yes
292configure:4630: checking for stdlib.h
293configure:4630: result: yes
294configure:4636: checking for string.h
295configure:4636: result: yes
296configure:4721: checking whether byte ordering is bigendian
297configure:4737: /usr/bin/clang -c -pipe -O3 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
298configure:4737: $? = 0
299configure:4936: result: universal
300configure:4947: error: universal endianness not supported
301
302## ---------------- ##
303## Cache variables. ##
304## ---------------- ##
305
306ac_cv_c_bigendian=universal
307ac_cv_c_compiler_gnu=yes
308ac_cv_env_CC_set=set
309ac_cv_env_CC_value=/usr/bin/clang
310ac_cv_env_CFLAGS_set=set
311ac_cv_env_CFLAGS_value='-pipe -O3 -arch x86_64 -arch i386'
312ac_cv_env_CPPFLAGS_set=set
313ac_cv_env_CPPFLAGS_value=-I/opt/local/include
314ac_cv_env_LDFLAGS_set=set
315ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386'
316ac_cv_env_LIBS_set=
317ac_cv_env_LIBS_value=
318ac_cv_env_LT_SYS_LIBRARY_PATH_set=
319ac_cv_env_LT_SYS_LIBRARY_PATH_value=
320ac_cv_env_build_alias_set=
321ac_cv_env_build_alias_value=
322ac_cv_env_host_alias_set=
323ac_cv_env_host_alias_value=
324ac_cv_env_target_alias_set=
325ac_cv_env_target_alias_value=
326ac_cv_func_explicit_bzero=no
327ac_cv_func_explicit_memset=no
328ac_cv_func_memset_s=yes
329ac_cv_header_inttypes_h=yes
330ac_cv_header_stddef_h=yes
331ac_cv_header_stdint_h=yes
332ac_cv_header_stdio_h=yes
333ac_cv_header_stdlib_h=yes
334ac_cv_header_string_h=yes
335ac_cv_header_strings_h=yes
336ac_cv_header_sys_stat_h=yes
337ac_cv_header_sys_types_h=yes
338ac_cv_header_unistd_h=yes
339ac_cv_objext=o
340ac_cv_prog_AWK=gawk
341ac_cv_prog_ac_ct_CC=/usr/bin/clang
342ac_cv_prog_cc_c11=
343ac_cv_prog_cc_g=yes
344ac_cv_prog_cc_stdc=
345ac_cv_prog_make_make_set=yes
346am_cv_CC_dependencies_compiler_type=none
347am_cv_make_support_nested_variables=yes
348am_cv_prog_cc_c_o=yes
349
350## ----------------- ##
351## Output variables. ##
352## ----------------- ##
353
354ACLOCAL='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libb2/libb2/work/libb2-0.98.1/missing'\'' aclocal-1.16'
355AMDEPBACKSLASH=''
356AMDEP_FALSE=''
357AMDEP_TRUE='#'
358AMTAR='$${TAR-tar}'
359AM_BACKSLASH='\'
360AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
361AM_DEFAULT_VERBOSITY='1'
362AM_V='$(V)'
363AR=''
364AUTOCONF='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libb2/libb2/work/libb2-0.98.1/missing'\'' autoconf'
365AUTOHEADER='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libb2/libb2/work/libb2-0.98.1/missing'\'' autoheader'
366AUTOMAKE='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libb2/libb2/work/libb2-0.98.1/missing'\'' automake-1.16'
367AWK='gawk'
368B2_LIBRARY_VERSION='1:4:0'
369CC='/usr/bin/clang'
370CCDEPMODE='depmode=none'
371CFLAGS='-pipe -O3 -arch x86_64 -arch i386'
372CPPFLAGS='-I/opt/local/include'
373CSCOPE='cscope'
374CTAGS='ctags'
375CYGPATH_W='echo'
376DEFS=''
377DEPDIR='.deps'
378DLLTOOL=''
379DSYMUTIL=''
380DUMPBIN=''
381ECHO_C='\c'
382ECHO_N=''
383ECHO_T=''
384EGREP=''
385ETAGS='etags'
386EXEEXT=''
387FGREP=''
388GREP=''
389INSTALL_DATA='${INSTALL} -m 644'
390INSTALL_PROGRAM='${INSTALL}'
391INSTALL_SCRIPT='${INSTALL}'
392INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
393LD=''
394LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386'
395LIBOBJS=''
396LIBS=''
397LIBTOOL=''
398LIPO=''
399LN_S=''
400LTLIBOBJS=''
401LT_SYS_LIBRARY_PATH=''
402MAKEINFO='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libb2/libb2/work/libb2-0.98.1/missing'\'' makeinfo'
403MANIFEST_TOOL=''
404MKDIR_P='./install-sh -c -d'
405NM=''
406NMEDIT=''
407OBJDUMP=''
408OBJEXT='o'
409OPENMP_CFLAGS=''
410OTOOL64=''
411OTOOL=''
412PACKAGE='libb2'
413PACKAGE_BUGREPORT='contact@blake2.net'
414PACKAGE_NAME='libb2'
415PACKAGE_STRING='libb2 0.98.1'
416PACKAGE_TARNAME='libb2'
417PACKAGE_URL='https://blake2.net'
418PACKAGE_VERSION='0.98.1'
419PATH_SEPARATOR=':'
420RANLIB=''
421SED=''
422SET_MAKE=''
423SHELL='/bin/sh'
424SIMD_FLAGS=''
425STRIP=''
426USE_FAT_FALSE=''
427USE_FAT_TRUE=''
428USE_SSE_FALSE=''
429USE_SSE_TRUE=''
430VERSION='0.98.1'
431ac_ct_AR=''
432ac_ct_CC='/usr/bin/clang'
433ac_ct_DUMPBIN=''
434am__EXEEXT_FALSE=''
435am__EXEEXT_TRUE=''
436am__fastdepCC_FALSE=''
437am__fastdepCC_TRUE='#'
438am__include='include'
439am__isrc=''
440am__leading_dot='.'
441am__nodep=''
442am__quote=''
443am__tar='$${TAR-tar} chof - "$$tardir"'
444am__untar='$${TAR-tar} xf -'
445bindir='${exec_prefix}/bin'
446build=''
447build_alias=''
448build_cpu=''
449build_os=''
450build_vendor=''
451datadir='${datarootdir}'
452datarootdir='${prefix}/share'
453docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
454dvidir='${docdir}'
455exec_prefix='NONE'
456host=''
457host_alias=''
458host_cpu=''
459host_os=''
460host_vendor=''
461htmldir='${docdir}'
462includedir='${prefix}/include'
463infodir='${datarootdir}/info'
464install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libb2/libb2/work/libb2-0.98.1/install-sh'
465libdir='${exec_prefix}/lib'
466libexecdir='${exec_prefix}/libexec'
467localedir='${datarootdir}/locale'
468localstatedir='${prefix}/var'
469mandir='${datarootdir}/man'
470mkdir_p='$(MKDIR_P)'
471oldincludedir='/usr/include'
472pdfdir='${docdir}'
473pkgconfigdir=''
474prefix='/opt/local'
475program_transform_name='s,x,x,'
476psdir='${docdir}'
477runstatedir='${localstatedir}/run'
478sbindir='${exec_prefix}/sbin'
479sharedstatedir='${prefix}/com'
480sysconfdir='${prefix}/etc'
481target_alias=''
482
483## ----------- ##
484## confdefs.h. ##
485## ----------- ##
486
487/* confdefs.h */
488#define PACKAGE_NAME "libb2"
489#define PACKAGE_TARNAME "libb2"
490#define PACKAGE_VERSION "0.98.1"
491#define PACKAGE_STRING "libb2 0.98.1"
492#define PACKAGE_BUGREPORT "contact@blake2.net"
493#define PACKAGE_URL "https://blake2.net"
494#define PACKAGE "libb2"
495#define VERSION "0.98.1"
496#define HAVE_MEMSET_S 1
497#define HAVE_STDIO_H 1
498#define HAVE_STDLIB_H 1
499#define HAVE_STRING_H 1
500#define HAVE_INTTYPES_H 1
501#define HAVE_STDINT_H 1
502#define HAVE_STRINGS_H 1
503#define HAVE_SYS_STAT_H 1
504#define HAVE_SYS_TYPES_H 1
505#define HAVE_UNISTD_H 1
506#define STDC_HEADERS 1
507#define HAVE_STDDEF_H 1
508#define HAVE_STDINT_H 1
509#define HAVE_STDLIB_H 1
510#define HAVE_STRING_H 1
511
512configure: exit 1