Ticket #62350: config.log

File config.log, 7.0 KB (added by stevenptimms, 3 years ago)
Line 
1INFO: checking for vcs source checkout...
2INFO: no
3INFO: checking for a shell...
4INFO: /bin/sh
5INFO: checking for host system type...
6INFO: powerpc-apple-darwin9.8.0
7INFO: checking for target system type...
8INFO: powerpc-apple-darwin9.8.0
9INFO: checking for a shell...
10INFO: /bin/sh
11INFO: checking for host system type...
12INFO: powerpc-apple-darwin9.8.0
13INFO: checking for target system type...
14INFO: powerpc-apple-darwin9.8.0
15INFO: checking for android platform directory...
16INFO: no
17INFO: checking for android sysroot directory...
18INFO: no
19INFO: checking for android system directory...
20INFO: no
21INFO: checking for the Android toolchain directory...
22INFO: not found
23INFO: checking for android platform directory...
24INFO: no
25INFO: checking for android system directory...
26INFO: no
27INFO: checking for android sysroot directory...
28INFO: no
29INFO: checking for the Android toolchain directory...
30INFO: not found
31INFO: checking for vcs source checkout...
32INFO: no
33INFO: checking whether cross compiling...
34INFO: no
35INFO: checking for the target C compiler...
36DEBUG: _cc: Trying /opt/local/bin/gcc-mp-7
37INFO: /opt/local/bin/gcc-mp-7
38INFO: checking whether the target C compiler can be used...
39DEBUG: Creating `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs60/mozjs60/work/.tmp/conftest.TnufVP.c` with content:
40DEBUG: | #if defined(_MSC_VER)
41DEBUG: | #if defined(__clang__)
42DEBUG: | %COMPILER "clang-cl"
43DEBUG: | %VERSION _MSC_FULL_VER
44DEBUG: | #else
45DEBUG: | %COMPILER "msvc"
46DEBUG: | %VERSION _MSC_FULL_VER
47DEBUG: | #endif
48DEBUG: | #elif defined(__clang__)
49DEBUG: | %COMPILER "clang"
50DEBUG: | #  if !__cplusplus || __has_feature(cxx_alignof)
51DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
52DEBUG: | #  endif
53DEBUG: | #elif defined(__GNUC__)
54DEBUG: | %COMPILER "gcc"
55DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
56DEBUG: | #endif
57DEBUG: |
58DEBUG: | #if __cplusplus
59DEBUG: | %cplusplus __cplusplus
60DEBUG: | #elif __STDC_VERSION__
61DEBUG: | %STDC_VERSION __STDC_VERSION__
62DEBUG: | #elif __STDC__
63DEBUG: | %STDC_VERSION 198900L
64DEBUG: | #endif
65DEBUG: | #if __i386__ || _M_IX86
66DEBUG: | %CPU "x86"
67DEBUG: | #elif __x86_64__ || _M_X64
68DEBUG: | %CPU "x86_64"
69DEBUG: | #elif __arm__ || _M_ARM
70DEBUG: | %CPU "arm"
71DEBUG: | #elif __aarch64__
72DEBUG: | %CPU "aarch64"
73DEBUG: | #elif __ia64__
74DEBUG: | %CPU "ia64"
75DEBUG: | #elif __s390x__
76DEBUG: | %CPU "s390x"
77DEBUG: | #elif __s390__
78DEBUG: | %CPU "s390"
79DEBUG: | #elif __powerpc64__
80DEBUG: | %CPU "ppc64"
81DEBUG: | #elif __powerpc__
82DEBUG: | %CPU "ppc"
83DEBUG: | #elif __alpha__
84DEBUG: | %CPU "Alpha"
85DEBUG: | #elif __hppa__
86DEBUG: | %CPU "hppa"
87DEBUG: | #elif __sparc__ && __arch64__
88DEBUG: | %CPU "sparc64"
89DEBUG: | #elif __sparc__
90DEBUG: | %CPU "sparc"
91DEBUG: | #elif __mips64
92DEBUG: | %CPU "mips64"
93DEBUG: | #elif __mips__
94DEBUG: | %CPU "mips32"
95DEBUG: | #elif __sh__
96DEBUG: | %CPU "sh4"
97DEBUG: | #endif
98DEBUG: | #if __FreeBSD_kernel__
99DEBUG: | %KERNEL "kFreeBSD"
100DEBUG: | #elif __DragonFly__
101DEBUG: | %KERNEL "DragonFly"
102DEBUG: | #elif __OpenBSD__
103DEBUG: | %KERNEL "OpenBSD"
104DEBUG: | #elif __sun__
105DEBUG: | %KERNEL "SunOS"
106DEBUG: | #elif __FreeBSD__
107DEBUG: | %KERNEL "FreeBSD"
108DEBUG: | #elif __linux__
109DEBUG: | %KERNEL "Linux"
110DEBUG: | #elif _WIN32 || __CYGWIN__
111DEBUG: | %KERNEL "WINNT"
112DEBUG: | #elif __NetBSD__
113DEBUG: | %KERNEL "NetBSD"
114DEBUG: | #elif __APPLE__
115DEBUG: | %KERNEL "Darwin"
116DEBUG: | #endif
117DEBUG: | #if _MSC_VER || __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
118DEBUG: | %ENDIANNESS "little"
119DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
120DEBUG: | %ENDIANNESS "big"
121DEBUG: | #endif
122DEBUG: Executing: `/opt/local/bin/gcc-mp-7 -E /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs60/mozjs60/work/.tmp/conftest.TnufVP.c`
123DEBUG: COMPILER = gcc
124DEBUG: VERSION = 7.5.0
125DEBUG: STDC_VERSION = 201112L
126DEBUG: KERNEL = Darwin
127DEBUG: ENDIANNESS = big
128DEBUG: Creating `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs60/mozjs60/work/.tmp/conftest.hBbJgU.c` with content:
129DEBUG: | #if defined(_MSC_VER)
130DEBUG: | #if defined(__clang__)
131DEBUG: | %COMPILER "clang-cl"
132DEBUG: | %VERSION _MSC_FULL_VER
133DEBUG: | #else
134DEBUG: | %COMPILER "msvc"
135DEBUG: | %VERSION _MSC_FULL_VER
136DEBUG: | #endif
137DEBUG: | #elif defined(__clang__)
138DEBUG: | %COMPILER "clang"
139DEBUG: | #  if !__cplusplus || __has_feature(cxx_alignof)
140DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
141DEBUG: | #  endif
142DEBUG: | #elif defined(__GNUC__)
143DEBUG: | %COMPILER "gcc"
144DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
145DEBUG: | #endif
146DEBUG: |
147DEBUG: | #if __cplusplus
148DEBUG: | %cplusplus __cplusplus
149DEBUG: | #elif __STDC_VERSION__
150DEBUG: | %STDC_VERSION __STDC_VERSION__
151DEBUG: | #elif __STDC__
152DEBUG: | %STDC_VERSION 198900L
153DEBUG: | #endif
154DEBUG: | #if __i386__ || _M_IX86
155DEBUG: | %CPU "x86"
156DEBUG: | #elif __x86_64__ || _M_X64
157DEBUG: | %CPU "x86_64"
158DEBUG: | #elif __arm__ || _M_ARM
159DEBUG: | %CPU "arm"
160DEBUG: | #elif __aarch64__
161DEBUG: | %CPU "aarch64"
162DEBUG: | #elif __ia64__
163DEBUG: | %CPU "ia64"
164DEBUG: | #elif __s390x__
165DEBUG: | %CPU "s390x"
166DEBUG: | #elif __s390__
167DEBUG: | %CPU "s390"
168DEBUG: | #elif __powerpc64__
169DEBUG: | %CPU "ppc64"
170DEBUG: | #elif __powerpc__
171DEBUG: | %CPU "ppc"
172DEBUG: | #elif __alpha__
173DEBUG: | %CPU "Alpha"
174DEBUG: | #elif __hppa__
175DEBUG: | %CPU "hppa"
176DEBUG: | #elif __sparc__ && __arch64__
177DEBUG: | %CPU "sparc64"
178DEBUG: | #elif __sparc__
179DEBUG: | %CPU "sparc"
180DEBUG: | #elif __mips64
181DEBUG: | %CPU "mips64"
182DEBUG: | #elif __mips__
183DEBUG: | %CPU "mips32"
184DEBUG: | #elif __sh__
185DEBUG: | %CPU "sh4"
186DEBUG: | #endif
187DEBUG: | #if __FreeBSD_kernel__
188DEBUG: | %KERNEL "kFreeBSD"
189DEBUG: | #elif __DragonFly__
190DEBUG: | %KERNEL "DragonFly"
191DEBUG: | #elif __OpenBSD__
192DEBUG: | %KERNEL "OpenBSD"
193DEBUG: | #elif __sun__
194DEBUG: | %KERNEL "SunOS"
195DEBUG: | #elif __FreeBSD__
196DEBUG: | %KERNEL "FreeBSD"
197DEBUG: | #elif __linux__
198DEBUG: | %KERNEL "Linux"
199DEBUG: | #elif _WIN32 || __CYGWIN__
200DEBUG: | %KERNEL "WINNT"
201DEBUG: | #elif __NetBSD__
202DEBUG: | %KERNEL "NetBSD"
203DEBUG: | #elif __APPLE__
204DEBUG: | %KERNEL "Darwin"
205DEBUG: | #endif
206DEBUG: | #if _MSC_VER || __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
207DEBUG: | %ENDIANNESS "little"
208DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
209DEBUG: | %ENDIANNESS "big"
210DEBUG: | #endif
211DEBUG: Executing: `/opt/local/bin/gcc-mp-7 -std=gnu99 -E /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs60/mozjs60/work/.tmp/conftest.hBbJgU.c`
212DEBUG: COMPILER = gcc
213DEBUG: VERSION = 7.5.0
214DEBUG: STDC_VERSION = 199901L
215DEBUG: KERNEL = Darwin
216DEBUG: ENDIANNESS = big
217INFO: no
218ERROR: Target C compiler target CPU (unknown) does not match --target CPU (powerpc)