Ticket #58978: config2.log

File config2.log, 9.4 KB (added by RobK88, 5 years ago)

Config.log after trying to build xar using clang-3.7

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 python configure 2.7, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --enable-framework=/opt/local/Library/Frameworks --enable-ipv6 --with-system-expat --with-system-ffi
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Grinchs-Mac-Pro.local
14uname -m = i386
15uname -r = 11.4.2
16uname -s = Darwin
17uname -v = Darwin Kernel Version 11.4.2: Thu Aug 23 16:26:45 PDT 2012; root:xnu-1699.32.7~1/RELEASE_I386
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 11.4.2: Thu Aug 23 16:26:45 PDT 2012; root:xnu-1699.32.7~1/RELEASE_I386
27Kernel configured for up to 4 processors.
284 processors are physically available.
294 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3
32Primary memory available: 18.00 gigabytes
33Default processor set: 88 tasks, 452 threads, 4 processors
34Load average: 1.53, Mach factor: 2.46
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:2833: checking build system type
52configure:2847: result: x86_64-apple-darwin11.4.2
53configure:2867: checking host system type
54configure:2880: result: x86_64-apple-darwin11.4.2
55configure:2910: checking for python2.7
56configure:2926: found /opt/local/bin/python2.7
57configure:2937: result: python2.7
58configure:3036: checking for --enable-universalsdk
59configure:3083: result: no
60configure:3106: checking for --with-universal-archs
61configure:3121: result: no
62configure:3276: checking MACHDEP
63configure:3468: result: darwin
64configure:3477: checking EXTRAPLATDIR
65configure:3492: result: $(PLATMACDIRS)
66configure:3513: checking for --without-gcc
67configure:3557: result: no
68configure:3560: checking for --with-icc
69configure:3580: result: no
70configure:3674: checking for gcc
71configure:3701: result: /opt/local/bin/clang-mp-3.7
72configure:3930: checking for C compiler version
73configure:3939: /opt/local/bin/clang-mp-3.7 --version >&5
74clang version 3.7.1 (tags/RELEASE_371/final)
75Target: x86_64-apple-darwin11.4.2
76Thread model: posix
77configure:3950: $? = 0
78configure:3939: /opt/local/bin/clang-mp-3.7 -v >&5
79clang version 3.7.1 (tags/RELEASE_371/final)
80Target: x86_64-apple-darwin11.4.2
81Thread model: posix
82configure:3950: $? = 0
83configure:3939: /opt/local/bin/clang-mp-3.7 -V >&5
84clang: error: argument to '-V' is missing (expected 1 value)
85clang: error: no input files
86configure:3950: $? = 1
87configure:3939: /opt/local/bin/clang-mp-3.7 -qversion >&5
88clang: error: unknown argument: '-qversion'
89clang: error: no input files
90configure:3950: $? = 1
91configure:3970: checking whether the C compiler works
92configure:3992: /opt/local/bin/clang-mp-3.7 -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/include/db48 -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib/db48 -arch x86_64 conftest.c  >&5
93dyld: Library not loaded: /opt/local/lib/libcrypto.1.0.0.dylib
94  Referenced from: /opt/local/lib/libxar.1.dylib
95  Reason: image not found
96clang: error: unable to execute command: Trace/BPT trap: 5
97clang: error: linker command failed due to signal (use -v to see invocation)
98configure:3996: $? = 254
99configure:4034: result: no
100configure: failed program was:
101| /* confdefs.h */
102| #define _GNU_SOURCE 1
103| #define _NETBSD_SOURCE 1
104| #define __BSD_VISIBLE 1
105| #define _BSD_TYPES 1
106| #define _DARWIN_C_SOURCE 1
107| /* end confdefs.h.  */
108|
109| int
110| main ()
111| {
112|
113|   ;
114|   return 0;
115| }
116configure:4039: error: in `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.16':
117configure:4041: error: C compiler cannot create executables
118See `config.log' for more details
119
120## ---------------- ##
121## Cache variables. ##
122## ---------------- ##
123
124ac_cv_build=x86_64-apple-darwin11.4.2
125ac_cv_env_CC_set=set
126ac_cv_env_CC_value=/opt/local/bin/clang-mp-3.7
127ac_cv_env_CFLAGS_set=set
128ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
129ac_cv_env_CPPFLAGS_set=set
130ac_cv_env_CPPFLAGS_value='-I/opt/local/include -I/opt/local/include/db48'
131ac_cv_env_CPP_set=
132ac_cv_env_CPP_value=
133ac_cv_env_LDFLAGS_set=set
134ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib/db48 -arch x86_64'
135ac_cv_env_LIBS_set=
136ac_cv_env_LIBS_value=
137ac_cv_env_PKG_CONFIG_LIBDIR_set=
138ac_cv_env_PKG_CONFIG_LIBDIR_value=
139ac_cv_env_PKG_CONFIG_PATH_set=
140ac_cv_env_PKG_CONFIG_PATH_value=
141ac_cv_env_PKG_CONFIG_set=
142ac_cv_env_PKG_CONFIG_value=
143ac_cv_env_build_alias_set=
144ac_cv_env_build_alias_value=
145ac_cv_env_host_alias_set=
146ac_cv_env_host_alias_value=
147ac_cv_env_target_alias_set=
148ac_cv_env_target_alias_value=
149ac_cv_host=x86_64-apple-darwin11.4.2
150ac_cv_prog_PYTHON_FOR_REGEN=python2.7
151ac_cv_prog_ac_ct_CC=/opt/local/bin/clang-mp-3.7
152
153## ----------------- ##
154## Output variables. ##
155## ----------------- ##
156
157AR=''
158ARCH_RUN_32BIT=''
159ARFLAGS=''
160BASECFLAGS=''
161BLDLIBRARY=''
162BLDSHARED=''
163BUILDEXEEXT=''
164CC='/opt/local/bin/clang-mp-3.7'
165CCSHARED=''
166CFLAGS='-pipe -Os -arch x86_64'
167CFLAGSFORSHARED=''
168CONFIGURE_MACOSX_DEPLOYMENT_TARGET=''
169CONFIG_ARGS=' '\''--prefix=/opt/local'\'' '\''--enable-framework=/opt/local/Library/Frameworks'\'' '\''--enable-ipv6'\'' '\''--with-system-expat'\'' '\''--with-system-ffi'\'' '\''CC=/opt/local/bin/clang-mp-3.7'\'' '\''CFLAGS=-pipe -Os -arch x86_64'\'' '\''LDFLAGS=-L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib/db48 -arch x86_64'\'' '\''CPPFLAGS=-I/opt/local/include -I/opt/local/include/db48'\'''
170CPP=''
171CPPFLAGS='-I/opt/local/include -I/opt/local/include/db48'
172CXX='/opt/local/bin/clang++-mp-3.7'
173DEFS=''
174DEF_MAKE_ALL_RULE=''
175DEF_MAKE_RULE=''
176DLINCLDIR=''
177DLLLIBRARY=''
178DYNLOADFILE=''
179ECHO_C='\c'
180ECHO_N=''
181ECHO_T=''
182EGREP=''
183ENSUREPIP=''
184EXEEXT=''
185EXPORT_MACOSX_DEPLOYMENT_TARGET='#'
186EXTRAMACHDEPPATH='$(PLATMACPATH)'
187EXTRAPLATDIR='$(PLATMACDIRS)'
188FRAMEWORKALTINSTALLFIRST='frameworkinstallstructure bininstall maninstall'
189FRAMEWORKALTINSTALLLAST='frameworkinstallmaclib frameworkinstallapps frameworkaltinstallunixtools'
190FRAMEWORKINSTALLAPPSPREFIX='/Applications/MacPorts'
191FRAMEWORKINSTALLFIRST='frameworkinstallstructure'
192FRAMEWORKINSTALLLAST='frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools'
193FRAMEWORKUNIXTOOLSPREFIX='/opt/local'
194GITBRANCH=''
195GITTAG=''
196GITVERSION=''
197GNULD=''
198GREP=''
199HAS_GIT=''
200HAVE_GETHOSTBYNAME=''
201HAVE_GETHOSTBYNAME_R=''
202HAVE_GETHOSTBYNAME_R_3_ARG=''
203HAVE_GETHOSTBYNAME_R_5_ARG=''
204HAVE_GETHOSTBYNAME_R_6_ARG=''
205INSTALL_DATA=''
206INSTALL_PROGRAM=''
207INSTALL_SCRIPT=''
208INSTSONAME=''
209LDCXXSHARED=''
210LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib/db48 -arch x86_64'
211LDLAST=''
212LDLIBRARY=''
213LDLIBRARYDIR=''
214LDSHARED=''
215LIBC=''
216LIBFFI_INCLUDEDIR=''
217LIBM=''
218LIBOBJS=''
219LIBRARY=''
220LIBS=''
221LIBTOOL_CRUFT=''
222LINKCC=''
223LINKFORSHARED=''
224LIPO_32BIT_FLAGS=''
225LLVM_PROFDATA=''
226LLVM_PROF_ERR=''
227LLVM_PROF_FILE=''
228LLVM_PROF_FOUND=''
229LLVM_PROF_MERGER=''
230LN=''
231LTLIBOBJS=''
232LTOFLAGS=''
233MACHDEP='darwin'
234MACHDEP_OBJS=''
235MAINCC=''
236MKDIR_P=''
237MULTIARCH=''
238OBJEXT=''
239OPT=''
240OTHER_LIBTOOL_OPT=''
241PACKAGE_BUGREPORT='https://bugs.python.org/'
242PACKAGE_NAME='python'
243PACKAGE_STRING='python 2.7'
244PACKAGE_TARNAME='python'
245PACKAGE_URL=''
246PACKAGE_VERSION='2.7'
247PATH_SEPARATOR=':'
248PGO_PROF_GEN_FLAG=''
249PGO_PROF_USE_FLAG=''
250PKG_CONFIG=''
251PKG_CONFIG_LIBDIR=''
252PKG_CONFIG_PATH=''
253PLATDIR='plat-darwin'
254PYTHONFRAMEWORK='Python'
255PYTHONFRAMEWORKDIR='Python.framework'
256PYTHONFRAMEWORKIDENTIFIER='org.python.python'
257PYTHONFRAMEWORKINSTALLDIR='/opt/local/Library/Frameworks/Python.framework'
258PYTHONFRAMEWORKPREFIX='/opt/local/Library/Frameworks'
259PYTHON_FOR_BUILD='./$(BUILDPYTHON) -E'
260PYTHON_FOR_REGEN='python2.7'
261RANLIB=''
262RUNSHARED=''
263SGI_ABI=''
264SHELL='/bin/sh'
265SHLIBS=''
266SIGNAL_OBJS=''
267SO=''
268SOVERSION='1.0'
269SRCDIRS=''
270TCLTK_INCLUDES=''
271TCLTK_LIBS=''
272THREADHEADERS=''
273THREADOBJ=''
274TRUE=''
275UNICODE_OBJS=''
276UNIVERSALSDK=''
277UNIVERSAL_ARCH_FLAGS=''
278USE_SIGNAL_MODULE=''
279USE_THREAD_MODULE=''
280VERSION='2.7'
281_PYTHON_HOST_PLATFORM=''
282ac_ct_AR=''
283ac_ct_CC='/opt/local/bin/clang-mp-3.7'
284ac_ct_CXX=''
285bindir='${exec_prefix}/bin'
286build='x86_64-apple-darwin11.4.2'
287build_alias=''
288build_cpu='x86_64'
289build_os='darwin11.4.2'
290build_vendor='apple'
291datadir='${datarootdir}'
292datarootdir='${prefix}/share'
293docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
294dvidir='${docdir}'
295exec_prefix='NONE'
296host='x86_64-apple-darwin11.4.2'
297host_alias=''
298host_cpu='x86_64'
299host_os='darwin11.4.2'
300host_vendor='apple'
301htmldir='${docdir}'
302includedir='${prefix}/include'
303infodir='${datarootdir}/info'
304libdir='${exec_prefix}/lib'
305libexecdir='${exec_prefix}/libexec'
306localedir='${datarootdir}/locale'
307localstatedir='${prefix}/var'
308mandir='${datarootdir}/man'
309oldincludedir='/usr/include'
310pdfdir='${docdir}'
311prefix='/opt/local/Library/Frameworks/Python.framework/Versions/2.7'
312program_transform_name='s,x,x,'
313psdir='${docdir}'
314sbindir='${exec_prefix}/sbin'
315sharedstatedir='${prefix}/com'
316sysconfdir='${prefix}/etc'
317target=''
318target_alias=''
319target_cpu=''
320target_os=''
321target_vendor=''
322
323## ----------- ##
324## confdefs.h. ##
325## ----------- ##
326
327/* confdefs.h */
328#define _GNU_SOURCE 1
329#define _NETBSD_SOURCE 1
330#define __BSD_VISIBLE 1
331#define _BSD_TYPES 1
332#define _DARWIN_C_SOURCE 1
333
334configure: exit 77