Ticket #68511: config.txt

File config.txt, 24.0 KB (added by barracuda156, 7 months ago)
Line 
1INFO: checking for vcs source checkout...
2INFO: no
3INFO: checking for a shell...
4INFO: /bin/sh
5INFO: checking for host system type...
6DEBUG: Executing: `/bin/sh /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/mozjs-102.1.0/build/moz.configure/../autoconf/config.sub arm64-apple-darwin23`
7INFO: aarch64-apple-darwin23
8INFO: checking for target system type...
9DEBUG: Executing: `/bin/sh /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/mozjs-102.1.0/build/moz.configure/../autoconf/config.sub arm64-apple-darwin23`
10INFO: aarch64-apple-darwin23
11INFO: checking whether cross compiling...
12INFO: no
13INFO: checking for Python 3...
14INFO: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/mozjs-102.1.0/js/src/obj/_virtualenvs/build/bin/python (3.10.13)
15DEBUG: Prioritizing system over mozbuild state dir in toolchain paths because you are building in release mode.
16INFO: checking for wget...
17DEBUG: wget: Looking for wget
18INFO: /opt/local/bin/wget
19INFO: checking for ccache...
20INFO: not found
21INFO: Using target sysroot in /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
22INFO: Using host sysroot in /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
23INFO: checking for the target C compiler...
24DEBUG: _cc: Looking for /opt/local/bin/clang-mp-17
25INFO: /opt/local/bin/clang-mp-17
26INFO: checking whether the target C compiler can be used...
27DEBUG: Creating `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/.tmp/conftest.dd75ycnf.c` with content:
28DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
29DEBUG: | %COMPILER "clang-cl"
30DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
31DEBUG: | #elif defined(__clang__)
32DEBUG: | %COMPILER "clang"
33DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
34DEBUG: | #  ifdef __apple_build_version__
35DEBUG: | %XCODE 1
36DEBUG: | #  endif
37DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
38DEBUG: | %COMPILER "gcc"
39DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
40DEBUG: | #endif
41DEBUG: |
42DEBUG: | #if __cplusplus
43DEBUG: | %cplusplus __cplusplus
44DEBUG: | #elif __STDC_VERSION__
45DEBUG: | %STDC_VERSION __STDC_VERSION__
46DEBUG: | #endif
47DEBUG: | #if __i386__ || _M_IX86
48DEBUG: | %CPU "x86"
49DEBUG: | #elif __x86_64__ || _M_X64
50DEBUG: | %CPU "x86_64"
51DEBUG: | #elif __arm__ || _M_ARM
52DEBUG: | %CPU "arm"
53DEBUG: | #elif __aarch64__ || _M_ARM64
54DEBUG: | %CPU "aarch64"
55DEBUG: | #elif __ia64__
56DEBUG: | %CPU "ia64"
57DEBUG: | #elif __s390x__
58DEBUG: | %CPU "s390x"
59DEBUG: | #elif __s390__
60DEBUG: | %CPU "s390"
61DEBUG: | #elif __powerpc64__
62DEBUG: | %CPU "ppc64"
63DEBUG: | #elif __powerpc__
64DEBUG: | %CPU "ppc"
65DEBUG: | #elif __alpha__
66DEBUG: | %CPU "Alpha"
67DEBUG: | #elif __hppa__
68DEBUG: | %CPU "hppa"
69DEBUG: | #elif __sparc__ && __arch64__
70DEBUG: | %CPU "sparc64"
71DEBUG: | #elif __sparc__
72DEBUG: | %CPU "sparc"
73DEBUG: | #elif __m68k__
74DEBUG: | %CPU "m68k"
75DEBUG: | #elif __mips64
76DEBUG: | %CPU "mips64"
77DEBUG: | #elif __mips__
78DEBUG: | %CPU "mips32"
79DEBUG: | #elif __riscv && __riscv_xlen == 64
80DEBUG: | %CPU "riscv64"
81DEBUG: | #elif __loongarch64
82DEBUG: | %CPU "loongarch64"
83DEBUG: | #elif __sh__
84DEBUG: | %CPU "sh4"
85DEBUG: | #elif __wasm32__
86DEBUG: | %CPU "wasm32"
87DEBUG: | #endif
88DEBUG: | #if __APPLE__
89DEBUG: | %KERNEL "Darwin"
90DEBUG: | #elif __DragonFly__
91DEBUG: | %KERNEL "DragonFly"
92DEBUG: | #elif __FreeBSD__
93DEBUG: | %KERNEL "FreeBSD"
94DEBUG: | #elif __FreeBSD_kernel__
95DEBUG: | %KERNEL "kFreeBSD"
96DEBUG: | #elif __linux__
97DEBUG: | %KERNEL "Linux"
98DEBUG: | #elif __NetBSD__
99DEBUG: | %KERNEL "NetBSD"
100DEBUG: | #elif __OpenBSD__
101DEBUG: | %KERNEL "OpenBSD"
102DEBUG: | #elif __sun__
103DEBUG: | %KERNEL "SunOS"
104DEBUG: | #elif _WIN32 || __CYGWIN__
105DEBUG: | %KERNEL "WINNT"
106DEBUG: | #elif __wasi__
107DEBUG: | %KERNEL "WASI"
108DEBUG: | #endif
109DEBUG: | #if __ANDROID__
110DEBUG: | %OS "Android"
111DEBUG: | #endif
112DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
113DEBUG: | %ENDIANNESS "little"
114DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
115DEBUG: | %ENDIANNESS "big"
116DEBUG: | #endif
117DEBUG: Executing: `/opt/local/bin/clang-mp-17 --sysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/.tmp/conftest.dd75ycnf.c -E`
118DEBUG: COMPILER = clang
119DEBUG: VERSION = 17.0.3
120DEBUG: STDC_VERSION = 201710L
121DEBUG: CPU = aarch64
122DEBUG: KERNEL = Darwin
123DEBUG: ENDIANNESS = little
124DEBUG: Creating `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/.tmp/conftest.tnd1mue3.c` with content:
125DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
126DEBUG: | %COMPILER "clang-cl"
127DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
128DEBUG: | #elif defined(__clang__)
129DEBUG: | %COMPILER "clang"
130DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
131DEBUG: | #  ifdef __apple_build_version__
132DEBUG: | %XCODE 1
133DEBUG: | #  endif
134DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
135DEBUG: | %COMPILER "gcc"
136DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
137DEBUG: | #endif
138DEBUG: |
139DEBUG: | #if __cplusplus
140DEBUG: | %cplusplus __cplusplus
141DEBUG: | #elif __STDC_VERSION__
142DEBUG: | %STDC_VERSION __STDC_VERSION__
143DEBUG: | #endif
144DEBUG: | #if __i386__ || _M_IX86
145DEBUG: | %CPU "x86"
146DEBUG: | #elif __x86_64__ || _M_X64
147DEBUG: | %CPU "x86_64"
148DEBUG: | #elif __arm__ || _M_ARM
149DEBUG: | %CPU "arm"
150DEBUG: | #elif __aarch64__ || _M_ARM64
151DEBUG: | %CPU "aarch64"
152DEBUG: | #elif __ia64__
153DEBUG: | %CPU "ia64"
154DEBUG: | #elif __s390x__
155DEBUG: | %CPU "s390x"
156DEBUG: | #elif __s390__
157DEBUG: | %CPU "s390"
158DEBUG: | #elif __powerpc64__
159DEBUG: | %CPU "ppc64"
160DEBUG: | #elif __powerpc__
161DEBUG: | %CPU "ppc"
162DEBUG: | #elif __alpha__
163DEBUG: | %CPU "Alpha"
164DEBUG: | #elif __hppa__
165DEBUG: | %CPU "hppa"
166DEBUG: | #elif __sparc__ && __arch64__
167DEBUG: | %CPU "sparc64"
168DEBUG: | #elif __sparc__
169DEBUG: | %CPU "sparc"
170DEBUG: | #elif __m68k__
171DEBUG: | %CPU "m68k"
172DEBUG: | #elif __mips64
173DEBUG: | %CPU "mips64"
174DEBUG: | #elif __mips__
175DEBUG: | %CPU "mips32"
176DEBUG: | #elif __riscv && __riscv_xlen == 64
177DEBUG: | %CPU "riscv64"
178DEBUG: | #elif __loongarch64
179DEBUG: | %CPU "loongarch64"
180DEBUG: | #elif __sh__
181DEBUG: | %CPU "sh4"
182DEBUG: | #elif __wasm32__
183DEBUG: | %CPU "wasm32"
184DEBUG: | #endif
185DEBUG: | #if __APPLE__
186DEBUG: | %KERNEL "Darwin"
187DEBUG: | #elif __DragonFly__
188DEBUG: | %KERNEL "DragonFly"
189DEBUG: | #elif __FreeBSD__
190DEBUG: | %KERNEL "FreeBSD"
191DEBUG: | #elif __FreeBSD_kernel__
192DEBUG: | %KERNEL "kFreeBSD"
193DEBUG: | #elif __linux__
194DEBUG: | %KERNEL "Linux"
195DEBUG: | #elif __NetBSD__
196DEBUG: | %KERNEL "NetBSD"
197DEBUG: | #elif __OpenBSD__
198DEBUG: | %KERNEL "OpenBSD"
199DEBUG: | #elif __sun__
200DEBUG: | %KERNEL "SunOS"
201DEBUG: | #elif _WIN32 || __CYGWIN__
202DEBUG: | %KERNEL "WINNT"
203DEBUG: | #elif __wasi__
204DEBUG: | %KERNEL "WASI"
205DEBUG: | #endif
206DEBUG: | #if __ANDROID__
207DEBUG: | %OS "Android"
208DEBUG: | #endif
209DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
210DEBUG: | %ENDIANNESS "little"
211DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
212DEBUG: | %ENDIANNESS "big"
213DEBUG: | #endif
214DEBUG: Executing: `/opt/local/bin/clang-mp-17 --sysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -std=gnu99 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/.tmp/conftest.tnd1mue3.c -E`
215DEBUG: COMPILER = clang
216DEBUG: VERSION = 17.0.3
217DEBUG: STDC_VERSION = 199901L
218DEBUG: CPU = aarch64
219DEBUG: KERNEL = Darwin
220DEBUG: ENDIANNESS = little
221INFO: yes
222INFO: checking the target C compiler version...
223INFO: 17.0.3
224INFO: checking the target C compiler works...
225DEBUG: Creating `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/.tmp/conftest.bkj1cqhr.c` with content:
226DEBUG: | int
227DEBUG: | main(void)
228DEBUG: | {
229DEBUG: |
230DEBUG: |   ;
231DEBUG: |   return 0;
232DEBUG: | }
233DEBUG: Executing: `/opt/local/bin/clang-mp-17 --sysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -std=gnu99 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/.tmp/conftest.bkj1cqhr.c -c`
234INFO: yes
235INFO: checking for the target C++ compiler...
236DEBUG: _cxx: Looking for /opt/local/bin/clang++-mp-17
237INFO: /opt/local/bin/clang++-mp-17
238INFO: checking whether the target C++ compiler can be used...
239DEBUG: Creating `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/.tmp/conftest.vcmiiipr.cpp` with content:
240DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
241DEBUG: | %COMPILER "clang-cl"
242DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
243DEBUG: | #elif defined(__clang__)
244DEBUG: | %COMPILER "clang"
245DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
246DEBUG: | #  ifdef __apple_build_version__
247DEBUG: | %XCODE 1
248DEBUG: | #  endif
249DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
250DEBUG: | %COMPILER "gcc"
251DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
252DEBUG: | #endif
253DEBUG: |
254DEBUG: | #if __cplusplus
255DEBUG: | %cplusplus __cplusplus
256DEBUG: | #elif __STDC_VERSION__
257DEBUG: | %STDC_VERSION __STDC_VERSION__
258DEBUG: | #endif
259DEBUG: | #if __i386__ || _M_IX86
260DEBUG: | %CPU "x86"
261DEBUG: | #elif __x86_64__ || _M_X64
262DEBUG: | %CPU "x86_64"
263DEBUG: | #elif __arm__ || _M_ARM
264DEBUG: | %CPU "arm"
265DEBUG: | #elif __aarch64__ || _M_ARM64
266DEBUG: | %CPU "aarch64"
267DEBUG: | #elif __ia64__
268DEBUG: | %CPU "ia64"
269DEBUG: | #elif __s390x__
270DEBUG: | %CPU "s390x"
271DEBUG: | #elif __s390__
272DEBUG: | %CPU "s390"
273DEBUG: | #elif __powerpc64__
274DEBUG: | %CPU "ppc64"
275DEBUG: | #elif __powerpc__
276DEBUG: | %CPU "ppc"
277DEBUG: | #elif __alpha__
278DEBUG: | %CPU "Alpha"
279DEBUG: | #elif __hppa__
280DEBUG: | %CPU "hppa"
281DEBUG: | #elif __sparc__ && __arch64__
282DEBUG: | %CPU "sparc64"
283DEBUG: | #elif __sparc__
284DEBUG: | %CPU "sparc"
285DEBUG: | #elif __m68k__
286DEBUG: | %CPU "m68k"
287DEBUG: | #elif __mips64
288DEBUG: | %CPU "mips64"
289DEBUG: | #elif __mips__
290DEBUG: | %CPU "mips32"
291DEBUG: | #elif __riscv && __riscv_xlen == 64
292DEBUG: | %CPU "riscv64"
293DEBUG: | #elif __loongarch64
294DEBUG: | %CPU "loongarch64"
295DEBUG: | #elif __sh__
296DEBUG: | %CPU "sh4"
297DEBUG: | #elif __wasm32__
298DEBUG: | %CPU "wasm32"
299DEBUG: | #endif
300DEBUG: | #if __APPLE__
301DEBUG: | %KERNEL "Darwin"
302DEBUG: | #elif __DragonFly__
303DEBUG: | %KERNEL "DragonFly"
304DEBUG: | #elif __FreeBSD__
305DEBUG: | %KERNEL "FreeBSD"
306DEBUG: | #elif __FreeBSD_kernel__
307DEBUG: | %KERNEL "kFreeBSD"
308DEBUG: | #elif __linux__
309DEBUG: | %KERNEL "Linux"
310DEBUG: | #elif __NetBSD__
311DEBUG: | %KERNEL "NetBSD"
312DEBUG: | #elif __OpenBSD__
313DEBUG: | %KERNEL "OpenBSD"
314DEBUG: | #elif __sun__
315DEBUG: | %KERNEL "SunOS"
316DEBUG: | #elif _WIN32 || __CYGWIN__
317DEBUG: | %KERNEL "WINNT"
318DEBUG: | #elif __wasi__
319DEBUG: | %KERNEL "WASI"
320DEBUG: | #endif
321DEBUG: | #if __ANDROID__
322DEBUG: | %OS "Android"
323DEBUG: | #endif
324DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
325DEBUG: | %ENDIANNESS "little"
326DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
327DEBUG: | %ENDIANNESS "big"
328DEBUG: | #endif
329DEBUG: Executing: `/opt/local/bin/clang++-mp-17 --sysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/.tmp/conftest.vcmiiipr.cpp -E`
330DEBUG: COMPILER = clang
331DEBUG: VERSION = 17.0.3
332DEBUG: cplusplus = 201703L
333DEBUG: CPU = aarch64
334DEBUG: KERNEL = Darwin
335DEBUG: ENDIANNESS = little
336INFO: yes
337INFO: checking the target C++ compiler version...
338INFO: 17.0.3
339INFO: checking the target C++ compiler works...
340DEBUG: Creating `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/.tmp/conftest.ilpm22np.cpp` with content:
341DEBUG: | int
342DEBUG: | main(void)
343DEBUG: | {
344DEBUG: |
345DEBUG: |   ;
346DEBUG: |   return 0;
347DEBUG: | }
348DEBUG: Executing: `/opt/local/bin/clang++-mp-17 --sysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -stdlib=libc++ /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/.tmp/conftest.ilpm22np.cpp -c`
349INFO: yes
350INFO: checking for the host C compiler...
351DEBUG: _host_cc: Looking for /opt/local/bin/clang-mp-17
352INFO: /opt/local/bin/clang-mp-17
353INFO: checking whether the host C compiler can be used...
354DEBUG: Creating `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/.tmp/conftest.jvwocy_1.c` with content:
355DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
356DEBUG: | %COMPILER "clang-cl"
357DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
358DEBUG: | #elif defined(__clang__)
359DEBUG: | %COMPILER "clang"
360DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
361DEBUG: | #  ifdef __apple_build_version__
362DEBUG: | %XCODE 1
363DEBUG: | #  endif
364DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
365DEBUG: | %COMPILER "gcc"
366DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
367DEBUG: | #endif
368DEBUG: |
369DEBUG: | #if __cplusplus
370DEBUG: | %cplusplus __cplusplus
371DEBUG: | #elif __STDC_VERSION__
372DEBUG: | %STDC_VERSION __STDC_VERSION__
373DEBUG: | #endif
374DEBUG: | #if __i386__ || _M_IX86
375DEBUG: | %CPU "x86"
376DEBUG: | #elif __x86_64__ || _M_X64
377DEBUG: | %CPU "x86_64"
378DEBUG: | #elif __arm__ || _M_ARM
379DEBUG: | %CPU "arm"
380DEBUG: | #elif __aarch64__ || _M_ARM64
381DEBUG: | %CPU "aarch64"
382DEBUG: | #elif __ia64__
383DEBUG: | %CPU "ia64"
384DEBUG: | #elif __s390x__
385DEBUG: | %CPU "s390x"
386DEBUG: | #elif __s390__
387DEBUG: | %CPU "s390"
388DEBUG: | #elif __powerpc64__
389DEBUG: | %CPU "ppc64"
390DEBUG: | #elif __powerpc__
391DEBUG: | %CPU "ppc"
392DEBUG: | #elif __alpha__
393DEBUG: | %CPU "Alpha"
394DEBUG: | #elif __hppa__
395DEBUG: | %CPU "hppa"
396DEBUG: | #elif __sparc__ && __arch64__
397DEBUG: | %CPU "sparc64"
398DEBUG: | #elif __sparc__
399DEBUG: | %CPU "sparc"
400DEBUG: | #elif __m68k__
401DEBUG: | %CPU "m68k"
402DEBUG: | #elif __mips64
403DEBUG: | %CPU "mips64"
404DEBUG: | #elif __mips__
405DEBUG: | %CPU "mips32"
406DEBUG: | #elif __riscv && __riscv_xlen == 64
407DEBUG: | %CPU "riscv64"
408DEBUG: | #elif __loongarch64
409DEBUG: | %CPU "loongarch64"
410DEBUG: | #elif __sh__
411DEBUG: | %CPU "sh4"
412DEBUG: | #elif __wasm32__
413DEBUG: | %CPU "wasm32"
414DEBUG: | #endif
415DEBUG: | #if __APPLE__
416DEBUG: | %KERNEL "Darwin"
417DEBUG: | #elif __DragonFly__
418DEBUG: | %KERNEL "DragonFly"
419DEBUG: | #elif __FreeBSD__
420DEBUG: | %KERNEL "FreeBSD"
421DEBUG: | #elif __FreeBSD_kernel__
422DEBUG: | %KERNEL "kFreeBSD"
423DEBUG: | #elif __linux__
424DEBUG: | %KERNEL "Linux"
425DEBUG: | #elif __NetBSD__
426DEBUG: | %KERNEL "NetBSD"
427DEBUG: | #elif __OpenBSD__
428DEBUG: | %KERNEL "OpenBSD"
429DEBUG: | #elif __sun__
430DEBUG: | %KERNEL "SunOS"
431DEBUG: | #elif _WIN32 || __CYGWIN__
432DEBUG: | %KERNEL "WINNT"
433DEBUG: | #elif __wasi__
434DEBUG: | %KERNEL "WASI"
435DEBUG: | #endif
436DEBUG: | #if __ANDROID__
437DEBUG: | %OS "Android"
438DEBUG: | #endif
439DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
440DEBUG: | %ENDIANNESS "little"
441DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
442DEBUG: | %ENDIANNESS "big"
443DEBUG: | #endif
444DEBUG: Executing: `/opt/local/bin/clang-mp-17 --sysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/.tmp/conftest.jvwocy_1.c -E`
445DEBUG: COMPILER = clang
446DEBUG: VERSION = 17.0.3
447DEBUG: STDC_VERSION = 201710L
448DEBUG: CPU = aarch64
449DEBUG: KERNEL = Darwin
450DEBUG: ENDIANNESS = little
451DEBUG: Creating `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/.tmp/conftest.5qmp7o1p.c` with content:
452DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
453DEBUG: | %COMPILER "clang-cl"
454DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
455DEBUG: | #elif defined(__clang__)
456DEBUG: | %COMPILER "clang"
457DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
458DEBUG: | #  ifdef __apple_build_version__
459DEBUG: | %XCODE 1
460DEBUG: | #  endif
461DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
462DEBUG: | %COMPILER "gcc"
463DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
464DEBUG: | #endif
465DEBUG: |
466DEBUG: | #if __cplusplus
467DEBUG: | %cplusplus __cplusplus
468DEBUG: | #elif __STDC_VERSION__
469DEBUG: | %STDC_VERSION __STDC_VERSION__
470DEBUG: | #endif
471DEBUG: | #if __i386__ || _M_IX86
472DEBUG: | %CPU "x86"
473DEBUG: | #elif __x86_64__ || _M_X64
474DEBUG: | %CPU "x86_64"
475DEBUG: | #elif __arm__ || _M_ARM
476DEBUG: | %CPU "arm"
477DEBUG: | #elif __aarch64__ || _M_ARM64
478DEBUG: | %CPU "aarch64"
479DEBUG: | #elif __ia64__
480DEBUG: | %CPU "ia64"
481DEBUG: | #elif __s390x__
482DEBUG: | %CPU "s390x"
483DEBUG: | #elif __s390__
484DEBUG: | %CPU "s390"
485DEBUG: | #elif __powerpc64__
486DEBUG: | %CPU "ppc64"
487DEBUG: | #elif __powerpc__
488DEBUG: | %CPU "ppc"
489DEBUG: | #elif __alpha__
490DEBUG: | %CPU "Alpha"
491DEBUG: | #elif __hppa__
492DEBUG: | %CPU "hppa"
493DEBUG: | #elif __sparc__ && __arch64__
494DEBUG: | %CPU "sparc64"
495DEBUG: | #elif __sparc__
496DEBUG: | %CPU "sparc"
497DEBUG: | #elif __m68k__
498DEBUG: | %CPU "m68k"
499DEBUG: | #elif __mips64
500DEBUG: | %CPU "mips64"
501DEBUG: | #elif __mips__
502DEBUG: | %CPU "mips32"
503DEBUG: | #elif __riscv && __riscv_xlen == 64
504DEBUG: | %CPU "riscv64"
505DEBUG: | #elif __loongarch64
506DEBUG: | %CPU "loongarch64"
507DEBUG: | #elif __sh__
508DEBUG: | %CPU "sh4"
509DEBUG: | #elif __wasm32__
510DEBUG: | %CPU "wasm32"
511DEBUG: | #endif
512DEBUG: | #if __APPLE__
513DEBUG: | %KERNEL "Darwin"
514DEBUG: | #elif __DragonFly__
515DEBUG: | %KERNEL "DragonFly"
516DEBUG: | #elif __FreeBSD__
517DEBUG: | %KERNEL "FreeBSD"
518DEBUG: | #elif __FreeBSD_kernel__
519DEBUG: | %KERNEL "kFreeBSD"
520DEBUG: | #elif __linux__
521DEBUG: | %KERNEL "Linux"
522DEBUG: | #elif __NetBSD__
523DEBUG: | %KERNEL "NetBSD"
524DEBUG: | #elif __OpenBSD__
525DEBUG: | %KERNEL "OpenBSD"
526DEBUG: | #elif __sun__
527DEBUG: | %KERNEL "SunOS"
528DEBUG: | #elif _WIN32 || __CYGWIN__
529DEBUG: | %KERNEL "WINNT"
530DEBUG: | #elif __wasi__
531DEBUG: | %KERNEL "WASI"
532DEBUG: | #endif
533DEBUG: | #if __ANDROID__
534DEBUG: | %OS "Android"
535DEBUG: | #endif
536DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
537DEBUG: | %ENDIANNESS "little"
538DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
539DEBUG: | %ENDIANNESS "big"
540DEBUG: | #endif
541DEBUG: Executing: `/opt/local/bin/clang-mp-17 --sysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -std=gnu99 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/.tmp/conftest.5qmp7o1p.c -E`
542DEBUG: COMPILER = clang
543DEBUG: VERSION = 17.0.3
544DEBUG: STDC_VERSION = 199901L
545DEBUG: CPU = aarch64
546DEBUG: KERNEL = Darwin
547DEBUG: ENDIANNESS = little
548INFO: yes
549INFO: checking the host C compiler version...
550INFO: 17.0.3
551INFO: checking the host C compiler works...
552DEBUG: Creating `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/.tmp/conftest.vu4rw0oy.c` with content:
553DEBUG: | int
554DEBUG: | main(void)
555DEBUG: | {
556DEBUG: |
557DEBUG: |   ;
558DEBUG: |   return 0;
559DEBUG: | }
560DEBUG: Executing: `/opt/local/bin/clang-mp-17 --sysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -std=gnu99 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/.tmp/conftest.vu4rw0oy.c -c`
561INFO: yes
562INFO: checking for the host C++ compiler...
563DEBUG: _host_cxx: Looking for /opt/local/bin/clang++-mp-17
564INFO: /opt/local/bin/clang++-mp-17
565INFO: checking whether the host C++ compiler can be used...
566DEBUG: Creating `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/.tmp/conftest.r25lsylu.cpp` with content:
567DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
568DEBUG: | %COMPILER "clang-cl"
569DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
570DEBUG: | #elif defined(__clang__)
571DEBUG: | %COMPILER "clang"
572DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
573DEBUG: | #  ifdef __apple_build_version__
574DEBUG: | %XCODE 1
575DEBUG: | #  endif
576DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
577DEBUG: | %COMPILER "gcc"
578DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
579DEBUG: | #endif
580DEBUG: |
581DEBUG: | #if __cplusplus
582DEBUG: | %cplusplus __cplusplus
583DEBUG: | #elif __STDC_VERSION__
584DEBUG: | %STDC_VERSION __STDC_VERSION__
585DEBUG: | #endif
586DEBUG: | #if __i386__ || _M_IX86
587DEBUG: | %CPU "x86"
588DEBUG: | #elif __x86_64__ || _M_X64
589DEBUG: | %CPU "x86_64"
590DEBUG: | #elif __arm__ || _M_ARM
591DEBUG: | %CPU "arm"
592DEBUG: | #elif __aarch64__ || _M_ARM64
593DEBUG: | %CPU "aarch64"
594DEBUG: | #elif __ia64__
595DEBUG: | %CPU "ia64"
596DEBUG: | #elif __s390x__
597DEBUG: | %CPU "s390x"
598DEBUG: | #elif __s390__
599DEBUG: | %CPU "s390"
600DEBUG: | #elif __powerpc64__
601DEBUG: | %CPU "ppc64"
602DEBUG: | #elif __powerpc__
603DEBUG: | %CPU "ppc"
604DEBUG: | #elif __alpha__
605DEBUG: | %CPU "Alpha"
606DEBUG: | #elif __hppa__
607DEBUG: | %CPU "hppa"
608DEBUG: | #elif __sparc__ && __arch64__
609DEBUG: | %CPU "sparc64"
610DEBUG: | #elif __sparc__
611DEBUG: | %CPU "sparc"
612DEBUG: | #elif __m68k__
613DEBUG: | %CPU "m68k"
614DEBUG: | #elif __mips64
615DEBUG: | %CPU "mips64"
616DEBUG: | #elif __mips__
617DEBUG: | %CPU "mips32"
618DEBUG: | #elif __riscv && __riscv_xlen == 64
619DEBUG: | %CPU "riscv64"
620DEBUG: | #elif __loongarch64
621DEBUG: | %CPU "loongarch64"
622DEBUG: | #elif __sh__
623DEBUG: | %CPU "sh4"
624DEBUG: | #elif __wasm32__
625DEBUG: | %CPU "wasm32"
626DEBUG: | #endif
627DEBUG: | #if __APPLE__
628DEBUG: | %KERNEL "Darwin"
629DEBUG: | #elif __DragonFly__
630DEBUG: | %KERNEL "DragonFly"
631DEBUG: | #elif __FreeBSD__
632DEBUG: | %KERNEL "FreeBSD"
633DEBUG: | #elif __FreeBSD_kernel__
634DEBUG: | %KERNEL "kFreeBSD"
635DEBUG: | #elif __linux__
636DEBUG: | %KERNEL "Linux"
637DEBUG: | #elif __NetBSD__
638DEBUG: | %KERNEL "NetBSD"
639DEBUG: | #elif __OpenBSD__
640DEBUG: | %KERNEL "OpenBSD"
641DEBUG: | #elif __sun__
642DEBUG: | %KERNEL "SunOS"
643DEBUG: | #elif _WIN32 || __CYGWIN__
644DEBUG: | %KERNEL "WINNT"
645DEBUG: | #elif __wasi__
646DEBUG: | %KERNEL "WASI"
647DEBUG: | #endif
648DEBUG: | #if __ANDROID__
649DEBUG: | %OS "Android"
650DEBUG: | #endif
651DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
652DEBUG: | %ENDIANNESS "little"
653DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
654DEBUG: | %ENDIANNESS "big"
655DEBUG: | #endif
656DEBUG: Executing: `/opt/local/bin/clang++-mp-17 --sysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/.tmp/conftest.r25lsylu.cpp -E`
657DEBUG: COMPILER = clang
658DEBUG: VERSION = 17.0.3
659DEBUG: cplusplus = 201703L
660DEBUG: CPU = aarch64
661DEBUG: KERNEL = Darwin
662DEBUG: ENDIANNESS = little
663INFO: yes
664INFO: checking the host C++ compiler version...
665INFO: 17.0.3
666INFO: checking the host C++ compiler works...
667DEBUG: Creating `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/.tmp/conftest.a_9i8irv.cpp` with content:
668DEBUG: | int
669DEBUG: | main(void)
670DEBUG: | {
671DEBUG: |
672DEBUG: |   ;
673DEBUG: |   return 0;
674DEBUG: | }
675DEBUG: Executing: `/opt/local/bin/clang++-mp-17 --sysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -stdlib=libc++ /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/.tmp/conftest.a_9i8irv.cpp -c`
676INFO: yes
677INFO: checking for linker...
678DEBUG: Executing: `/opt/local/bin/clang-mp-17 --sysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -std=gnu99 -Wl,--version`
679ERROR: Failed to find an adequate linker