Ticket #64488: sqlite3-config.log

File sqlite3-config.log, 10.7 KB (added by bal-agates, 2 years ago)

Failed sqlite3 config.log

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 sqlite configure 3.37.2, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-dependency-tracking --enable-threadsafe --enable-dynamic-extensions --disable-readline --enable-editline AWK=/usr/bin/awk
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = MBP2021.hsd1.mn.comcast.net
14uname -m = arm64
15uname -r = 21.2.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 21.2.0: Sun Nov 28 20:28:41 PST 2021; root:xnu-8019.61.5~1/RELEASE_ARM64_T6000
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 21.2.0: Sun Nov 28 20:28:41 PST 2021; root:xnu-8019.61.5~1/RELEASE_ARM64_T6000
27Kernel configured for up to 10 processors.
2810 processors are physically available.
2910 processors are logically available.
30Processor type: arm64e (ARM64E)
31Processors active: 0 1 2 3 4 5 6 7 8 9
32Primary memory available: 32.00 gigabytes
33Default processor set: 487 tasks, 1779 threads, 10 processors
34Load average: 1.34, Mach factor: 8.65
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:2353: checking for a BSD-compatible install
52configure:2421: result: /usr/bin/install -c
53configure:2432: checking whether build environment is sane
54configure:2487: result: yes
55configure:2638: checking for a thread-safe mkdir -p
56configure:2677: result: /opt/local/bin/gmkdir -p
57configure:2684: checking for gawk
58configure:2711: result: /usr/bin/awk
59configure:2722: checking whether make sets $(MAKE)
60configure:2744: result: yes
61configure:2773: checking whether make supports nested variables
62configure:2790: result: yes
63configure:2929: checking for style of include used by make
64configure:2957: result: GNU
65configure:3028: checking for gcc
66configure:3055: result: /usr/bin/clang
67configure:3284: checking for C compiler version
68configure:3293: /usr/bin/clang --version >&5
69Apple clang version 13.0.0 (clang-1300.0.29.30)
70Target: arm64-apple-darwin21.2.0
71Thread model: posix
72InstalledDir: /Library/Developer/CommandLineTools/usr/bin
73configure:3304: $? = 0
74configure:3293: /usr/bin/clang -v >&5
75Apple clang version 13.0.0 (clang-1300.0.29.30)
76Target: arm64-apple-darwin21.2.0
77Thread model: posix
78InstalledDir: /Library/Developer/CommandLineTools/usr/bin
79configure:3304: $? = 0
80configure:3293: /usr/bin/clang -V >&5
81clang: error: argument to '-V' is missing (expected 1 value)
82clang: error: no input files
83configure:3304: $? = 1
84configure:3293: /usr/bin/clang -qversion >&5
85clang: error: unknown argument '-qversion'; did you mean '--version'?
86clang: error: no input files
87configure:3304: $? = 1
88configure:3324: checking whether the C compiler works
89configure:3346: /usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -arch x86_64 -DSQLITE_DISABLE_INTRINSIC -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_RTREE -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_STAT4 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SOUNDEX -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_databases_sqlite3/sqlite3/work/sqlite-autoconf-3370200 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -arch x86_64 conftest.c  >&5
90ld: in '/opt/local/lib/libunwind.dylib', building for macOS-x86_64 but attempting to link with file built for macOS-arm64
91clang: error: linker command failed with exit code 1 (use -v to see invocation)
92configure:3350: $? = 1
93configure:3388: result: no
94configure: failed program was:
95| /* confdefs.h */
96| #define PACKAGE_NAME "sqlite"
97| #define PACKAGE_TARNAME "sqlite"
98| #define PACKAGE_VERSION "3.37.2"
99| #define PACKAGE_STRING "sqlite 3.37.2"
100| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
101| #define PACKAGE_URL ""
102| #define PACKAGE "sqlite"
103| #define VERSION "3.37.2"
104| /* end confdefs.h.  */
105|
106| int
107| main ()
108| {
109|
110|   ;
111|   return 0;
112| }
113configure:3393: error: in `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_databases_sqlite3/sqlite3/work/sqlite-autoconf-3370200':
114configure:3395: error: C compiler cannot create executables
115See `config.log' for more details
116
117## ---------------- ##
118## Cache variables. ##
119## ---------------- ##
120
121ac_cv_env_CC_set=set
122ac_cv_env_CC_value=/usr/bin/clang
123ac_cv_env_CFLAGS_set=set
124ac_cv_env_CFLAGS_value='-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -arch x86_64'
125ac_cv_env_CPPFLAGS_set=set
126ac_cv_env_CPPFLAGS_value='-DSQLITE_DISABLE_INTRINSIC -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_RTREE -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_STAT4 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SOUNDEX -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_databases_sqlite3/sqlite3/work/sqlite-autoconf-3370200 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk'
127ac_cv_env_CPP_set=
128ac_cv_env_CPP_value=
129ac_cv_env_LDFLAGS_set=set
130ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -arch x86_64'
131ac_cv_env_LIBS_set=
132ac_cv_env_LIBS_value=
133ac_cv_env_LT_SYS_LIBRARY_PATH_set=
134ac_cv_env_LT_SYS_LIBRARY_PATH_value=
135ac_cv_env_build_alias_set=
136ac_cv_env_build_alias_value=
137ac_cv_env_host_alias_set=
138ac_cv_env_host_alias_value=
139ac_cv_env_target_alias_set=
140ac_cv_env_target_alias_value=
141ac_cv_path_mkdir=/opt/local/bin/gmkdir
142ac_cv_prog_AWK=/usr/bin/awk
143ac_cv_prog_ac_ct_CC=/usr/bin/clang
144ac_cv_prog_make_make_set=yes
145am_cv_make_support_nested_variables=yes
146
147## ----------------- ##
148## Output variables. ##
149## ----------------- ##
150
151ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_databases_sqlite3/sqlite3/work/sqlite-autoconf-3370200/missing aclocal-1.15'
152AMDEPBACKSLASH=''
153AMDEP_FALSE=''
154AMDEP_TRUE='#'
155AMTAR='$${TAR-tar}'
156AM_BACKSLASH='\'
157AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
158AM_DEFAULT_VERBOSITY='1'
159AM_V='$(V)'
160AR=''
161AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_databases_sqlite3/sqlite3/work/sqlite-autoconf-3370200/missing autoconf'
162AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_databases_sqlite3/sqlite3/work/sqlite-autoconf-3370200/missing autoheader'
163AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_databases_sqlite3/sqlite3/work/sqlite-autoconf-3370200/missing automake-1.15'
164AWK='/usr/bin/awk'
165BUILD_CFLAGS=''
166CC='/usr/bin/clang'
167CCDEPMODE=''
168CFLAGS='-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -arch x86_64'
169CPP=''
170CPPFLAGS='-DSQLITE_DISABLE_INTRINSIC -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_RTREE -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_STAT4 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SOUNDEX -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_databases_sqlite3/sqlite3/work/sqlite-autoconf-3370200 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk'
171CYGPATH_W='echo'
172DEFS=''
173DEPDIR='.deps'
174DLLTOOL=''
175DSYMUTIL=''
176DUMPBIN=''
177ECHO_C='\c'
178ECHO_N=''
179ECHO_T=''
180EGREP=''
181EXEEXT=''
182EXTRA_SHELL_OBJ=''
183FGREP=''
184GREP=''
185INSTALL_DATA='${INSTALL} -m 644'
186INSTALL_PROGRAM='${INSTALL}'
187INSTALL_SCRIPT='${INSTALL}'
188INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
189LD=''
190LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -arch x86_64'
191LIBOBJS=''
192LIBS=''
193LIBTOOL=''
194LIPO=''
195LN_S=''
196LTLIBOBJS=''
197LT_SYS_LIBRARY_PATH=''
198MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_databases_sqlite3/sqlite3/work/sqlite-autoconf-3370200/missing makeinfo'
199MANIFEST_TOOL=''
200MKDIR_P='/opt/local/bin/gmkdir -p'
201NM=''
202NMEDIT=''
203OBJDUMP=''
204OBJEXT=''
205OTOOL64=''
206OTOOL=''
207PACKAGE='sqlite'
208PACKAGE_BUGREPORT='http://www.sqlite.org'
209PACKAGE_NAME='sqlite'
210PACKAGE_STRING='sqlite 3.37.2'
211PACKAGE_TARNAME='sqlite'
212PACKAGE_URL=''
213PACKAGE_VERSION='3.37.2'
214PATH_SEPARATOR=':'
215RANLIB=''
216READLINE_LIBS=''
217SED=''
218SET_MAKE=''
219SHELL='/bin/sh'
220SHELL_CFLAGS=''
221STRIP=''
222VERSION='3.37.2'
223ac_ct_AR=''
224ac_ct_CC='/usr/bin/clang'
225ac_ct_DUMPBIN=''
226am__EXEEXT_FALSE=''
227am__EXEEXT_TRUE=''
228am__fastdepCC_FALSE=''
229am__fastdepCC_TRUE=''
230am__include='include'
231am__isrc=''
232am__leading_dot='.'
233am__nodep=''
234am__quote=''
235am__tar='$${TAR-tar} chof - "$$tardir"'
236am__untar='$${TAR-tar} xf -'
237bindir='${exec_prefix}/bin'
238build=''
239build_alias=''
240build_cpu=''
241build_os=''
242build_vendor=''
243datadir='${datarootdir}'
244datarootdir='${prefix}/share'
245docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
246dvidir='${docdir}'
247exec_prefix='NONE'
248host=''
249host_alias=''
250host_cpu=''
251host_os=''
252host_vendor=''
253htmldir='${docdir}'
254includedir='${prefix}/include'
255infodir='${datarootdir}/info'
256install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_databases_sqlite3/sqlite3/work/sqlite-autoconf-3370200/install-sh'
257libdir='${exec_prefix}/lib'
258libexecdir='${exec_prefix}/libexec'
259localedir='${datarootdir}/locale'
260localstatedir='${prefix}/var'
261mandir='${datarootdir}/man'
262mkdir_p='$(MKDIR_P)'
263oldincludedir='/usr/include'
264pdfdir='${docdir}'
265prefix='/opt/local'
266program_transform_name='s,x,x,'
267psdir='${docdir}'
268runstatedir='${localstatedir}/run'
269sbindir='${exec_prefix}/sbin'
270sharedstatedir='${prefix}/com'
271sysconfdir='${prefix}/etc'
272target_alias=''
273
274## ----------- ##
275## confdefs.h. ##
276## ----------- ##
277
278/* confdefs.h */
279#define PACKAGE_NAME "sqlite"
280#define PACKAGE_TARNAME "sqlite"
281#define PACKAGE_VERSION "3.37.2"
282#define PACKAGE_STRING "sqlite 3.37.2"
283#define PACKAGE_BUGREPORT "http://www.sqlite.org"
284#define PACKAGE_URL ""
285#define PACKAGE "sqlite"
286#define VERSION "3.37.2"
287
288configure: exit 77