· 6 years ago · Mar 09, 2020, 09:44 PM
1INFO: Adding configure options from /home/hjheins/build/Seamonkey/seamonkey-2.53.1/.mozconfig
2INFO: --enable-application=suite
3INFO: --prefix=/usr
4INFO: --enable-release
5INFO: --with-system-bz2
6INFO: --with-system-zlib
7INFO: --with-system-jpeg
8INFO: --enable-system-ffi
9INFO: --with-system-png
10INFO: --with-system-libvpx
11INFO: --enable-system-hunspell
12INFO: --with-pthreads
13INFO: --enable-system-pixman
14INFO: --enable-startup-notification
15INFO: --enable-alsa
16INFO: --disable-profiling
17INFO: --disable-gconf
18INFO: --disable-strip
19INFO: --disable-install-strip
20INFO: --disable-tests
21INFO: --disable-crashreporter
22INFO: --disable-updater
23INFO: AR=llvm-ar
24INFO: NM=llvm-nm
25INFO: RANLIB=llvm-ranlib
26INFO: checking for vcs source checkout...
27INFO: git
28INFO: checking for a shell...
29INFO: /bin/sh
30INFO: checking for host system type...
31INFO: x86_64-pc-linux-gnu
32INFO: checking for target system type...
33INFO: x86_64-pc-linux-gnu
34INFO: checking for a shell...
35INFO: /bin/sh
36INFO: checking for host system type...
37INFO: x86_64-pc-linux-gnu
38INFO: checking for target system type...
39INFO: x86_64-pc-linux-gnu
40INFO: checking for vcs source checkout...
41INFO: git
42INFO: checking whether cross compiling...
43INFO: no
44INFO: checking for the target C compiler...
45DEBUG: _cc: Trying gcc
46INFO: /usr/bin/gcc
47INFO: checking whether the target C compiler can be used...
48DEBUG: Creating `/tmp/conftest.YoLKTM.c` with content:
49DEBUG: | #if defined(_MSC_VER)
50DEBUG: | #if defined(__clang__)
51DEBUG: | %COMPILER "clang-cl"
52DEBUG: | %VERSION _MSC_FULL_VER
53DEBUG: | #else
54DEBUG: | %COMPILER "msvc"
55DEBUG: | %VERSION _MSC_FULL_VER
56DEBUG: | #endif
57DEBUG: | #elif defined(__clang__)
58DEBUG: | %COMPILER "clang"
59DEBUG: | # if __has_attribute(diagnose_if)
60DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
61DEBUG: | # endif
62DEBUG: | #elif defined(__GNUC__)
63DEBUG: | %COMPILER "gcc"
64DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
65DEBUG: | #endif
66DEBUG: |
67DEBUG: | #if __cplusplus
68DEBUG: | %cplusplus __cplusplus
69DEBUG: | #elif __STDC_VERSION__
70DEBUG: | %STDC_VERSION __STDC_VERSION__
71DEBUG: | #elif __STDC__
72DEBUG: | %STDC_VERSION 198900L
73DEBUG: | #endif
74DEBUG: | #if __i386__ || _M_IX86
75DEBUG: | %CPU "x86"
76DEBUG: | #elif __x86_64__ || _M_X64
77DEBUG: | %CPU "x86_64"
78DEBUG: | #elif __arm__ || _M_ARM
79DEBUG: | %CPU "arm"
80DEBUG: | #elif __aarch64__
81DEBUG: | %CPU "aarch64"
82DEBUG: | #elif __ia64__
83DEBUG: | %CPU "ia64"
84DEBUG: | #elif __s390x__
85DEBUG: | %CPU "s390x"
86DEBUG: | #elif __s390__
87DEBUG: | %CPU "s390"
88DEBUG: | #elif __powerpc64__
89DEBUG: | %CPU "ppc64"
90DEBUG: | #elif __powerpc__
91DEBUG: | %CPU "ppc"
92DEBUG: | #elif __alpha__
93DEBUG: | %CPU "Alpha"
94DEBUG: | #elif __hppa__
95DEBUG: | %CPU "hppa"
96DEBUG: | #elif __sparc__ && __arch64__
97DEBUG: | %CPU "sparc64"
98DEBUG: | #elif __sparc__
99DEBUG: | %CPU "sparc"
100DEBUG: | #elif __mips64
101DEBUG: | %CPU "mips64"
102DEBUG: | #elif __mips__
103DEBUG: | %CPU "mips32"
104DEBUG: | #elif __sh__
105DEBUG: | %CPU "sh4"
106DEBUG: | #endif
107DEBUG: | #if __FreeBSD_kernel__
108DEBUG: | %KERNEL "kFreeBSD"
109DEBUG: | #elif __DragonFly__
110DEBUG: | %KERNEL "DragonFly"
111DEBUG: | #elif __OpenBSD__
112DEBUG: | %KERNEL "OpenBSD"
113DEBUG: | #elif __sun__
114DEBUG: | %KERNEL "SunOS"
115DEBUG: | #elif __FreeBSD__
116DEBUG: | %KERNEL "FreeBSD"
117DEBUG: | #elif __linux__
118DEBUG: | %KERNEL "Linux"
119DEBUG: | #elif _WIN32 || __CYGWIN__
120DEBUG: | %KERNEL "WINNT"
121DEBUG: | #elif __NetBSD__
122DEBUG: | %KERNEL "NetBSD"
123DEBUG: | #elif __APPLE__
124DEBUG: | %KERNEL "Darwin"
125DEBUG: | #endif
126DEBUG: | #if _MSC_VER || __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
127DEBUG: | %ENDIANNESS "little"
128DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
129DEBUG: | %ENDIANNESS "big"
130DEBUG: | #endif
131DEBUG: Executing: `/usr/bin/gcc -E /tmp/conftest.YoLKTM.c`
132DEBUG: COMPILER = gcc
133DEBUG: VERSION = 8.3.0
134DEBUG: STDC_VERSION = 201710L
135DEBUG: CPU = x86_64
136DEBUG: KERNEL = Linux
137DEBUG: ENDIANNESS = little
138DEBUG: Creating `/tmp/conftest.ePM1b8.c` with content:
139DEBUG: | #if defined(_MSC_VER)
140DEBUG: | #if defined(__clang__)
141DEBUG: | %COMPILER "clang-cl"
142DEBUG: | %VERSION _MSC_FULL_VER
143DEBUG: | #else
144DEBUG: | %COMPILER "msvc"
145DEBUG: | %VERSION _MSC_FULL_VER
146DEBUG: | #endif
147DEBUG: | #elif defined(__clang__)
148DEBUG: | %COMPILER "clang"
149DEBUG: | # if __has_attribute(diagnose_if)
150DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
151DEBUG: | # endif
152DEBUG: | #elif defined(__GNUC__)
153DEBUG: | %COMPILER "gcc"
154DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
155DEBUG: | #endif
156DEBUG: |
157DEBUG: | #if __cplusplus
158DEBUG: | %cplusplus __cplusplus
159DEBUG: | #elif __STDC_VERSION__
160DEBUG: | %STDC_VERSION __STDC_VERSION__
161DEBUG: | #elif __STDC__
162DEBUG: | %STDC_VERSION 198900L
163DEBUG: | #endif
164DEBUG: | #if __i386__ || _M_IX86
165DEBUG: | %CPU "x86"
166DEBUG: | #elif __x86_64__ || _M_X64
167DEBUG: | %CPU "x86_64"
168DEBUG: | #elif __arm__ || _M_ARM
169DEBUG: | %CPU "arm"
170DEBUG: | #elif __aarch64__
171DEBUG: | %CPU "aarch64"
172DEBUG: | #elif __ia64__
173DEBUG: | %CPU "ia64"
174DEBUG: | #elif __s390x__
175DEBUG: | %CPU "s390x"
176DEBUG: | #elif __s390__
177DEBUG: | %CPU "s390"
178DEBUG: | #elif __powerpc64__
179DEBUG: | %CPU "ppc64"
180DEBUG: | #elif __powerpc__
181DEBUG: | %CPU "ppc"
182DEBUG: | #elif __alpha__
183DEBUG: | %CPU "Alpha"
184DEBUG: | #elif __hppa__
185DEBUG: | %CPU "hppa"
186DEBUG: | #elif __sparc__ && __arch64__
187DEBUG: | %CPU "sparc64"
188DEBUG: | #elif __sparc__
189DEBUG: | %CPU "sparc"
190DEBUG: | #elif __mips64
191DEBUG: | %CPU "mips64"
192DEBUG: | #elif __mips__
193DEBUG: | %CPU "mips32"
194DEBUG: | #elif __sh__
195DEBUG: | %CPU "sh4"
196DEBUG: | #endif
197DEBUG: | #if __FreeBSD_kernel__
198DEBUG: | %KERNEL "kFreeBSD"
199DEBUG: | #elif __DragonFly__
200DEBUG: | %KERNEL "DragonFly"
201DEBUG: | #elif __OpenBSD__
202DEBUG: | %KERNEL "OpenBSD"
203DEBUG: | #elif __sun__
204DEBUG: | %KERNEL "SunOS"
205DEBUG: | #elif __FreeBSD__
206DEBUG: | %KERNEL "FreeBSD"
207DEBUG: | #elif __linux__
208DEBUG: | %KERNEL "Linux"
209DEBUG: | #elif _WIN32 || __CYGWIN__
210DEBUG: | %KERNEL "WINNT"
211DEBUG: | #elif __NetBSD__
212DEBUG: | %KERNEL "NetBSD"
213DEBUG: | #elif __APPLE__
214DEBUG: | %KERNEL "Darwin"
215DEBUG: | #endif
216DEBUG: | #if _MSC_VER || __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
217DEBUG: | %ENDIANNESS "little"
218DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
219DEBUG: | %ENDIANNESS "big"
220DEBUG: | #endif
221DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -E /tmp/conftest.ePM1b8.c`
222DEBUG: COMPILER = gcc
223DEBUG: VERSION = 8.3.0
224DEBUG: STDC_VERSION = 199901L
225DEBUG: CPU = x86_64
226DEBUG: KERNEL = Linux
227DEBUG: ENDIANNESS = little
228INFO: yes
229INFO: checking for Python 3...
230INFO: /usr/bin/python3 (3.7.3)
231INFO: checking for git...
232DEBUG: git: Trying git
233INFO: /usr/bin/git
234INFO: checking for Git version...
235DEBUG: Executing: `/usr/bin/git --version`
236INFO: 2.20.1
237INFO: checking for sparse checkout...
238INFO: no
239INFO: checking for pkg_config...
240DEBUG: pkg_config: Trying pkg-config
241INFO: /usr/bin/pkg-config
242INFO: checking for pkg-config version...
243DEBUG: Executing: `/usr/bin/pkg-config --version`
244INFO: 0.29
245INFO: checking for yasm...
246DEBUG: yasm: Trying yasm
247INFO: /usr/bin/yasm
248INFO: checking yasm version...
249DEBUG: Executing: `/usr/bin/yasm --version`
250INFO: 1.3.0
251INFO: checking the target C compiler version...
252INFO: 8.3.0
253INFO: checking the target C compiler works...
254DEBUG: Creating `/tmp/conftest.YorKde.c` with content:
255DEBUG: |
256DEBUG: | int
257DEBUG: | main(void)
258DEBUG: | {
259DEBUG: |
260DEBUG: | ;
261DEBUG: | return 0;
262DEBUG: | }
263DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -c /tmp/conftest.YorKde.c`
264INFO: yes
265INFO: checking for the target C++ compiler...
266DEBUG: _cxx: Trying /usr/bin/g++
267INFO: /usr/bin/g++
268INFO: checking whether the target C++ compiler can be used...
269DEBUG: Creating `/tmp/conftest.cV5L0E.cpp` with content:
270DEBUG: | #if defined(_MSC_VER)
271DEBUG: | #if defined(__clang__)
272DEBUG: | %COMPILER "clang-cl"
273DEBUG: | %VERSION _MSC_FULL_VER
274DEBUG: | #else
275DEBUG: | %COMPILER "msvc"
276DEBUG: | %VERSION _MSC_FULL_VER
277DEBUG: | #endif
278DEBUG: | #elif defined(__clang__)
279DEBUG: | %COMPILER "clang"
280DEBUG: | # if __has_attribute(diagnose_if)
281DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
282DEBUG: | # endif
283DEBUG: | #elif defined(__GNUC__)
284DEBUG: | %COMPILER "gcc"
285DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
286DEBUG: | #endif
287DEBUG: |
288DEBUG: | #if __cplusplus
289DEBUG: | %cplusplus __cplusplus
290DEBUG: | #elif __STDC_VERSION__
291DEBUG: | %STDC_VERSION __STDC_VERSION__
292DEBUG: | #elif __STDC__
293DEBUG: | %STDC_VERSION 198900L
294DEBUG: | #endif
295DEBUG: | #if __i386__ || _M_IX86
296DEBUG: | %CPU "x86"
297DEBUG: | #elif __x86_64__ || _M_X64
298DEBUG: | %CPU "x86_64"
299DEBUG: | #elif __arm__ || _M_ARM
300DEBUG: | %CPU "arm"
301DEBUG: | #elif __aarch64__
302DEBUG: | %CPU "aarch64"
303DEBUG: | #elif __ia64__
304DEBUG: | %CPU "ia64"
305DEBUG: | #elif __s390x__
306DEBUG: | %CPU "s390x"
307DEBUG: | #elif __s390__
308DEBUG: | %CPU "s390"
309DEBUG: | #elif __powerpc64__
310DEBUG: | %CPU "ppc64"
311DEBUG: | #elif __powerpc__
312DEBUG: | %CPU "ppc"
313DEBUG: | #elif __alpha__
314DEBUG: | %CPU "Alpha"
315DEBUG: | #elif __hppa__
316DEBUG: | %CPU "hppa"
317DEBUG: | #elif __sparc__ && __arch64__
318DEBUG: | %CPU "sparc64"
319DEBUG: | #elif __sparc__
320DEBUG: | %CPU "sparc"
321DEBUG: | #elif __mips64
322DEBUG: | %CPU "mips64"
323DEBUG: | #elif __mips__
324DEBUG: | %CPU "mips32"
325DEBUG: | #elif __sh__
326DEBUG: | %CPU "sh4"
327DEBUG: | #endif
328DEBUG: | #if __FreeBSD_kernel__
329DEBUG: | %KERNEL "kFreeBSD"
330DEBUG: | #elif __DragonFly__
331DEBUG: | %KERNEL "DragonFly"
332DEBUG: | #elif __OpenBSD__
333DEBUG: | %KERNEL "OpenBSD"
334DEBUG: | #elif __sun__
335DEBUG: | %KERNEL "SunOS"
336DEBUG: | #elif __FreeBSD__
337DEBUG: | %KERNEL "FreeBSD"
338DEBUG: | #elif __linux__
339DEBUG: | %KERNEL "Linux"
340DEBUG: | #elif _WIN32 || __CYGWIN__
341DEBUG: | %KERNEL "WINNT"
342DEBUG: | #elif __NetBSD__
343DEBUG: | %KERNEL "NetBSD"
344DEBUG: | #elif __APPLE__
345DEBUG: | %KERNEL "Darwin"
346DEBUG: | #endif
347DEBUG: | #if _MSC_VER || __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
348DEBUG: | %ENDIANNESS "little"
349DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
350DEBUG: | %ENDIANNESS "big"
351DEBUG: | #endif
352DEBUG: Executing: `/usr/bin/g++ -E /tmp/conftest.cV5L0E.cpp`
353DEBUG: COMPILER = gcc
354DEBUG: VERSION = 8.3.0
355DEBUG: cplusplus = 201402L
356DEBUG: CPU = x86_64
357DEBUG: KERNEL = Linux
358DEBUG: ENDIANNESS = little
359INFO: yes
360INFO: checking the target C++ compiler version...
361INFO: 8.3.0
362INFO: checking the target C++ compiler works...
363DEBUG: Creating `/tmp/conftest.HFHYuE.cpp` with content:
364DEBUG: |
365DEBUG: | int
366DEBUG: | main(void)
367DEBUG: | {
368DEBUG: |
369DEBUG: | ;
370DEBUG: | return 0;
371DEBUG: | }
372DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.HFHYuE.cpp`
373INFO: yes
374INFO: checking for the host C compiler...
375DEBUG: _host_cc: Trying /usr/bin/gcc
376INFO: /usr/bin/gcc
377INFO: checking whether the host C compiler can be used...
378DEBUG: Creating `/tmp/conftest.zxljiF.c` with content:
379DEBUG: | #if defined(_MSC_VER)
380DEBUG: | #if defined(__clang__)
381DEBUG: | %COMPILER "clang-cl"
382DEBUG: | %VERSION _MSC_FULL_VER
383DEBUG: | #else
384DEBUG: | %COMPILER "msvc"
385DEBUG: | %VERSION _MSC_FULL_VER
386DEBUG: | #endif
387DEBUG: | #elif defined(__clang__)
388DEBUG: | %COMPILER "clang"
389DEBUG: | # if __has_attribute(diagnose_if)
390DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
391DEBUG: | # endif
392DEBUG: | #elif defined(__GNUC__)
393DEBUG: | %COMPILER "gcc"
394DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
395DEBUG: | #endif
396DEBUG: |
397DEBUG: | #if __cplusplus
398DEBUG: | %cplusplus __cplusplus
399DEBUG: | #elif __STDC_VERSION__
400DEBUG: | %STDC_VERSION __STDC_VERSION__
401DEBUG: | #elif __STDC__
402DEBUG: | %STDC_VERSION 198900L
403DEBUG: | #endif
404DEBUG: | #if __i386__ || _M_IX86
405DEBUG: | %CPU "x86"
406DEBUG: | #elif __x86_64__ || _M_X64
407DEBUG: | %CPU "x86_64"
408DEBUG: | #elif __arm__ || _M_ARM
409DEBUG: | %CPU "arm"
410DEBUG: | #elif __aarch64__
411DEBUG: | %CPU "aarch64"
412DEBUG: | #elif __ia64__
413DEBUG: | %CPU "ia64"
414DEBUG: | #elif __s390x__
415DEBUG: | %CPU "s390x"
416DEBUG: | #elif __s390__
417DEBUG: | %CPU "s390"
418DEBUG: | #elif __powerpc64__
419DEBUG: | %CPU "ppc64"
420DEBUG: | #elif __powerpc__
421DEBUG: | %CPU "ppc"
422DEBUG: | #elif __alpha__
423DEBUG: | %CPU "Alpha"
424DEBUG: | #elif __hppa__
425DEBUG: | %CPU "hppa"
426DEBUG: | #elif __sparc__ && __arch64__
427DEBUG: | %CPU "sparc64"
428DEBUG: | #elif __sparc__
429DEBUG: | %CPU "sparc"
430DEBUG: | #elif __mips64
431DEBUG: | %CPU "mips64"
432DEBUG: | #elif __mips__
433DEBUG: | %CPU "mips32"
434DEBUG: | #elif __sh__
435DEBUG: | %CPU "sh4"
436DEBUG: | #endif
437DEBUG: | #if __FreeBSD_kernel__
438DEBUG: | %KERNEL "kFreeBSD"
439DEBUG: | #elif __DragonFly__
440DEBUG: | %KERNEL "DragonFly"
441DEBUG: | #elif __OpenBSD__
442DEBUG: | %KERNEL "OpenBSD"
443DEBUG: | #elif __sun__
444DEBUG: | %KERNEL "SunOS"
445DEBUG: | #elif __FreeBSD__
446DEBUG: | %KERNEL "FreeBSD"
447DEBUG: | #elif __linux__
448DEBUG: | %KERNEL "Linux"
449DEBUG: | #elif _WIN32 || __CYGWIN__
450DEBUG: | %KERNEL "WINNT"
451DEBUG: | #elif __NetBSD__
452DEBUG: | %KERNEL "NetBSD"
453DEBUG: | #elif __APPLE__
454DEBUG: | %KERNEL "Darwin"
455DEBUG: | #endif
456DEBUG: | #if _MSC_VER || __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
457DEBUG: | %ENDIANNESS "little"
458DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
459DEBUG: | %ENDIANNESS "big"
460DEBUG: | #endif
461DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -E /tmp/conftest.zxljiF.c`
462DEBUG: COMPILER = gcc
463DEBUG: VERSION = 8.3.0
464DEBUG: STDC_VERSION = 199901L
465DEBUG: CPU = x86_64
466DEBUG: KERNEL = Linux
467DEBUG: ENDIANNESS = little
468INFO: yes
469INFO: checking the host C compiler version...
470INFO: 8.3.0
471INFO: checking the host C compiler works...
472DEBUG: Creating `/tmp/conftest.jD3ILU.c` with content:
473DEBUG: |
474DEBUG: | int
475DEBUG: | main(void)
476DEBUG: | {
477DEBUG: |
478DEBUG: | ;
479DEBUG: | return 0;
480DEBUG: | }
481DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -c /tmp/conftest.jD3ILU.c`
482INFO: yes
483INFO: checking for the host C++ compiler...
484DEBUG: _host_cxx: Trying /usr/bin/g++
485INFO: /usr/bin/g++
486INFO: checking whether the host C++ compiler can be used...
487DEBUG: Creating `/tmp/conftest.MFmz5G.cpp` with content:
488DEBUG: | #if defined(_MSC_VER)
489DEBUG: | #if defined(__clang__)
490DEBUG: | %COMPILER "clang-cl"
491DEBUG: | %VERSION _MSC_FULL_VER
492DEBUG: | #else
493DEBUG: | %COMPILER "msvc"
494DEBUG: | %VERSION _MSC_FULL_VER
495DEBUG: | #endif
496DEBUG: | #elif defined(__clang__)
497DEBUG: | %COMPILER "clang"
498DEBUG: | # if __has_attribute(diagnose_if)
499DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
500DEBUG: | # endif
501DEBUG: | #elif defined(__GNUC__)
502DEBUG: | %COMPILER "gcc"
503DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
504DEBUG: | #endif
505DEBUG: |
506DEBUG: | #if __cplusplus
507DEBUG: | %cplusplus __cplusplus
508DEBUG: | #elif __STDC_VERSION__
509DEBUG: | %STDC_VERSION __STDC_VERSION__
510DEBUG: | #elif __STDC__
511DEBUG: | %STDC_VERSION 198900L
512DEBUG: | #endif
513DEBUG: | #if __i386__ || _M_IX86
514DEBUG: | %CPU "x86"
515DEBUG: | #elif __x86_64__ || _M_X64
516DEBUG: | %CPU "x86_64"
517DEBUG: | #elif __arm__ || _M_ARM
518DEBUG: | %CPU "arm"
519DEBUG: | #elif __aarch64__
520DEBUG: | %CPU "aarch64"
521DEBUG: | #elif __ia64__
522DEBUG: | %CPU "ia64"
523DEBUG: | #elif __s390x__
524DEBUG: | %CPU "s390x"
525DEBUG: | #elif __s390__
526DEBUG: | %CPU "s390"
527DEBUG: | #elif __powerpc64__
528DEBUG: | %CPU "ppc64"
529DEBUG: | #elif __powerpc__
530DEBUG: | %CPU "ppc"
531DEBUG: | #elif __alpha__
532DEBUG: | %CPU "Alpha"
533DEBUG: | #elif __hppa__
534DEBUG: | %CPU "hppa"
535DEBUG: | #elif __sparc__ && __arch64__
536DEBUG: | %CPU "sparc64"
537DEBUG: | #elif __sparc__
538DEBUG: | %CPU "sparc"
539DEBUG: | #elif __mips64
540DEBUG: | %CPU "mips64"
541DEBUG: | #elif __mips__
542DEBUG: | %CPU "mips32"
543DEBUG: | #elif __sh__
544DEBUG: | %CPU "sh4"
545DEBUG: | #endif
546DEBUG: | #if __FreeBSD_kernel__
547DEBUG: | %KERNEL "kFreeBSD"
548DEBUG: | #elif __DragonFly__
549DEBUG: | %KERNEL "DragonFly"
550DEBUG: | #elif __OpenBSD__
551DEBUG: | %KERNEL "OpenBSD"
552DEBUG: | #elif __sun__
553DEBUG: | %KERNEL "SunOS"
554DEBUG: | #elif __FreeBSD__
555DEBUG: | %KERNEL "FreeBSD"
556DEBUG: | #elif __linux__
557DEBUG: | %KERNEL "Linux"
558DEBUG: | #elif _WIN32 || __CYGWIN__
559DEBUG: | %KERNEL "WINNT"
560DEBUG: | #elif __NetBSD__
561DEBUG: | %KERNEL "NetBSD"
562DEBUG: | #elif __APPLE__
563DEBUG: | %KERNEL "Darwin"
564DEBUG: | #endif
565DEBUG: | #if _MSC_VER || __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
566DEBUG: | %ENDIANNESS "little"
567DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
568DEBUG: | %ENDIANNESS "big"
569DEBUG: | #endif
570DEBUG: Executing: `/usr/bin/g++ -E /tmp/conftest.MFmz5G.cpp`
571DEBUG: COMPILER = gcc
572DEBUG: VERSION = 8.3.0
573DEBUG: cplusplus = 201402L
574DEBUG: CPU = x86_64
575DEBUG: KERNEL = Linux
576DEBUG: ENDIANNESS = little
577INFO: yes
578INFO: checking the host C++ compiler version...
579INFO: 8.3.0
580INFO: checking the host C++ compiler works...
581DEBUG: Creating `/tmp/conftest.k5AL4d.cpp` with content:
582DEBUG: |
583DEBUG: | int
584DEBUG: | main(void)
585DEBUG: | {
586DEBUG: |
587DEBUG: | ;
588DEBUG: | return 0;
589DEBUG: | }
590DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.k5AL4d.cpp`
591INFO: yes
592INFO: checking for 64-bit OS...
593DEBUG: Creating `/tmp/conftest.QvRDvf.cpp` with content:
594DEBUG: |
595DEBUG: | int
596DEBUG: | main(void)
597DEBUG: | {
598DEBUG: | static_assert(sizeof(void *) == 8, "")
599DEBUG: | ;
600DEBUG: | return 0;
601DEBUG: | }
602DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.QvRDvf.cpp`
603INFO: yes
604INFO: checking bindgen cflags...
605INFO: no
606INFO: checking for linker...
607DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Wl,--version`
608INFO: bfd
609INFO: checking for stdint.h...
610DEBUG: Creating `/tmp/conftest.LAEp07.cpp` with content:
611DEBUG: | #include <stdint.h>
612DEBUG: | int
613DEBUG: | main(void)
614DEBUG: | {
615DEBUG: |
616DEBUG: | ;
617DEBUG: | return 0;
618DEBUG: | }
619DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.LAEp07.cpp`
620INFO: yes
621INFO: checking for inttypes.h...
622DEBUG: Creating `/tmp/conftest.dRgPVp.cpp` with content:
623DEBUG: | #include <inttypes.h>
624DEBUG: | int
625DEBUG: | main(void)
626DEBUG: | {
627DEBUG: |
628DEBUG: | ;
629DEBUG: | return 0;
630DEBUG: | }
631DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.dRgPVp.cpp`
632INFO: yes
633INFO: checking for malloc.h...
634DEBUG: Creating `/tmp/conftest.VVSQcT.cpp` with content:
635DEBUG: | #include <malloc.h>
636DEBUG: | int
637DEBUG: | main(void)
638DEBUG: | {
639DEBUG: |
640DEBUG: | ;
641DEBUG: | return 0;
642DEBUG: | }
643DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.VVSQcT.cpp`
644INFO: yes
645INFO: checking for alloca.h...
646DEBUG: Creating `/tmp/conftest.YXSR5d.cpp` with content:
647DEBUG: | #include <alloca.h>
648DEBUG: | int
649DEBUG: | main(void)
650DEBUG: | {
651DEBUG: |
652DEBUG: | ;
653DEBUG: | return 0;
654DEBUG: | }
655DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.YXSR5d.cpp`
656INFO: yes
657INFO: checking for sys/byteorder.h...
658DEBUG: Creating `/tmp/conftest.2PgbEC.cpp` with content:
659DEBUG: | #include <sys/byteorder.h>
660DEBUG: | int
661DEBUG: | main(void)
662DEBUG: | {
663DEBUG: |
664DEBUG: | ;
665DEBUG: | return 0;
666DEBUG: | }
667DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.2PgbEC.cpp`
668DEBUG: The command returned non-zero exit status 1.
669DEBUG: Its error output was:
670DEBUG: | /tmp/conftest.2PgbEC.cpp:1:10: fatal error: sys/byteorder.h: No such file or directory
671DEBUG: | #include <sys/byteorder.h>
672DEBUG: | ^~~~~~~~~~~~~~~~~
673DEBUG: | compilation terminated.
674INFO: no
675INFO: checking for getopt.h...
676DEBUG: Creating `/tmp/conftest.i2rIgk.cpp` with content:
677DEBUG: | #include <getopt.h>
678DEBUG: | int
679DEBUG: | main(void)
680DEBUG: | {
681DEBUG: |
682DEBUG: | ;
683DEBUG: | return 0;
684DEBUG: | }
685DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.i2rIgk.cpp`
686INFO: yes
687INFO: checking for unistd.h...
688DEBUG: Creating `/tmp/conftest.2gtACt.cpp` with content:
689DEBUG: | #include <unistd.h>
690DEBUG: | int
691DEBUG: | main(void)
692DEBUG: | {
693DEBUG: |
694DEBUG: | ;
695DEBUG: | return 0;
696DEBUG: | }
697DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.2gtACt.cpp`
698INFO: yes
699INFO: checking for nl_types.h...
700DEBUG: Creating `/tmp/conftest.JEY0NL.cpp` with content:
701DEBUG: | #include <nl_types.h>
702DEBUG: | int
703DEBUG: | main(void)
704DEBUG: | {
705DEBUG: |
706DEBUG: | ;
707DEBUG: | return 0;
708DEBUG: | }
709DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.JEY0NL.cpp`
710INFO: yes
711INFO: checking for cpuid.h...
712DEBUG: Creating `/tmp/conftest.oQNo0B.cpp` with content:
713DEBUG: | #include <cpuid.h>
714DEBUG: | int
715DEBUG: | main(void)
716DEBUG: | {
717DEBUG: |
718DEBUG: | ;
719DEBUG: | return 0;
720DEBUG: | }
721DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.oQNo0B.cpp`
722INFO: yes
723INFO: checking for sys/statvfs.h...
724DEBUG: Creating `/tmp/conftest.i3nTMF.cpp` with content:
725DEBUG: | #include <sys/statvfs.h>
726DEBUG: | int
727DEBUG: | main(void)
728DEBUG: | {
729DEBUG: |
730DEBUG: | ;
731DEBUG: | return 0;
732DEBUG: | }
733DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.i3nTMF.cpp`
734INFO: yes
735INFO: checking for sys/statfs.h...
736DEBUG: Creating `/tmp/conftest.LkfW9I.cpp` with content:
737DEBUG: | #include <sys/statfs.h>
738DEBUG: | int
739DEBUG: | main(void)
740DEBUG: | {
741DEBUG: |
742DEBUG: | ;
743DEBUG: | return 0;
744DEBUG: | }
745DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.LkfW9I.cpp`
746INFO: yes
747INFO: checking for sys/vfs.h...
748DEBUG: Creating `/tmp/conftest.XzYQX5.cpp` with content:
749DEBUG: | #include <sys/vfs.h>
750DEBUG: | int
751DEBUG: | main(void)
752DEBUG: | {
753DEBUG: |
754DEBUG: | ;
755DEBUG: | return 0;
756DEBUG: | }
757DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.XzYQX5.cpp`
758INFO: yes
759INFO: checking for sys/mount.h...
760DEBUG: Creating `/tmp/conftest.08OU6l.cpp` with content:
761DEBUG: | #include <sys/mount.h>
762DEBUG: | int
763DEBUG: | main(void)
764DEBUG: | {
765DEBUG: |
766DEBUG: | ;
767DEBUG: | return 0;
768DEBUG: | }
769DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.08OU6l.cpp`
770INFO: yes
771INFO: checking for sys/quota.h...
772DEBUG: Creating `/tmp/conftest.I_K2NQ.cpp` with content:
773DEBUG: | #include <sys/quota.h>
774DEBUG: | int
775DEBUG: | main(void)
776DEBUG: | {
777DEBUG: |
778DEBUG: | ;
779DEBUG: | return 0;
780DEBUG: | }
781DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.I_K2NQ.cpp`
782INFO: yes
783INFO: checking for linux/quota.h...
784DEBUG: Creating `/tmp/conftest.ykH0Oj.cpp` with content:
785DEBUG: | #include <sys/socket.h>
786DEBUG: | #include <linux/quota.h>
787DEBUG: | int
788DEBUG: | main(void)
789DEBUG: | {
790DEBUG: |
791DEBUG: | ;
792DEBUG: | return 0;
793DEBUG: | }
794DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.ykH0Oj.cpp`
795INFO: yes
796INFO: checking for linux/if_addr.h...
797DEBUG: Creating `/tmp/conftest.b08hH1.cpp` with content:
798DEBUG: | #include <sys/socket.h>
799DEBUG: | #include <linux/if_addr.h>
800DEBUG: | int
801DEBUG: | main(void)
802DEBUG: | {
803DEBUG: |
804DEBUG: | ;
805DEBUG: | return 0;
806DEBUG: | }
807DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.b08hH1.cpp`
808INFO: yes
809INFO: checking for linux/rtnetlink.h...
810DEBUG: Creating `/tmp/conftest.Tn1yR_.cpp` with content:
811DEBUG: | #include <sys/socket.h>
812DEBUG: | #include <linux/rtnetlink.h>
813DEBUG: | int
814DEBUG: | main(void)
815DEBUG: | {
816DEBUG: |
817DEBUG: | ;
818DEBUG: | return 0;
819DEBUG: | }
820DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.Tn1yR_.cpp`
821INFO: yes
822INFO: checking for sys/queue.h...
823DEBUG: Creating `/tmp/conftest.dGls_Q.cpp` with content:
824DEBUG: | #include <sys/queue.h>
825DEBUG: | int
826DEBUG: | main(void)
827DEBUG: | {
828DEBUG: |
829DEBUG: | ;
830DEBUG: | return 0;
831DEBUG: | }
832DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.dGls_Q.cpp`
833INFO: yes
834INFO: checking for sys/types.h...
835DEBUG: Creating `/tmp/conftest.m69O8A.cpp` with content:
836DEBUG: | #include <sys/types.h>
837DEBUG: | int
838DEBUG: | main(void)
839DEBUG: | {
840DEBUG: |
841DEBUG: | ;
842DEBUG: | return 0;
843DEBUG: | }
844DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.m69O8A.cpp`
845INFO: yes
846INFO: checking for netinet/in.h...
847DEBUG: Creating `/tmp/conftest.oUzzWB.cpp` with content:
848DEBUG: | #include <netinet/in.h>
849DEBUG: | int
850DEBUG: | main(void)
851DEBUG: | {
852DEBUG: |
853DEBUG: | ;
854DEBUG: | return 0;
855DEBUG: | }
856DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.oUzzWB.cpp`
857INFO: yes
858INFO: checking for byteswap.h...
859DEBUG: Creating `/tmp/conftest.UsmDS_.cpp` with content:
860DEBUG: | #include <byteswap.h>
861DEBUG: | int
862DEBUG: | main(void)
863DEBUG: | {
864DEBUG: |
865DEBUG: | ;
866DEBUG: | return 0;
867DEBUG: | }
868DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.UsmDS_.cpp`
869INFO: yes
870INFO: checking for linux/perf_event.h...
871DEBUG: Creating `/tmp/conftest.TeMnL4.cpp` with content:
872DEBUG: | #include <linux/perf_event.h>
873DEBUG: | int
874DEBUG: | main(void)
875DEBUG: | {
876DEBUG: |
877DEBUG: | ;
878DEBUG: | return 0;
879DEBUG: | }
880DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.TeMnL4.cpp`
881INFO: yes
882INFO: checking for perf_event_open system call...
883DEBUG: Creating `/tmp/conftest.TL2zJ_.cpp` with content:
884DEBUG: | #include <asm/unistd.h>
885DEBUG: | int
886DEBUG: | main(void)
887DEBUG: | {
888DEBUG: | return sizeof(__NR_perf_event_open);
889DEBUG: | ;
890DEBUG: | return 0;
891DEBUG: | }
892DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.TL2zJ_.cpp`
893INFO: yes
894INFO: checking whether the C compiler supports -Wunreachable-code-return...
895DEBUG: Creating `/tmp/conftest.k6voZy.c` with content:
896DEBUG: |
897DEBUG: | int
898DEBUG: | main(void)
899DEBUG: | {
900DEBUG: |
901DEBUG: | ;
902DEBUG: | return 0;
903DEBUG: | }
904DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wunreachable-code-return -c /tmp/conftest.k6voZy.c`
905DEBUG: The command returned non-zero exit status 1.
906DEBUG: Its error output was:
907DEBUG: | gcc: error: unrecognized command line option ‘-Wunreachable-code-return’; did you mean ‘-Wunreachable-code’?
908INFO: no
909INFO: checking whether the C++ compiler supports -Wunreachable-code-return...
910DEBUG: Creating `/tmp/conftest.J1rVBN.cpp` with content:
911DEBUG: |
912DEBUG: | int
913DEBUG: | main(void)
914DEBUG: | {
915DEBUG: |
916DEBUG: | ;
917DEBUG: | return 0;
918DEBUG: | }
919DEBUG: Executing: `/usr/bin/g++ -Werror -Wunreachable-code-return -c -c /tmp/conftest.J1rVBN.cpp`
920DEBUG: The command returned non-zero exit status 1.
921DEBUG: Its error output was:
922DEBUG: | g++: error: unrecognized command line option ‘-Wunreachable-code-return’; did you mean ‘-Wunreachable-code’?
923INFO: no
924INFO: checking whether the C compiler supports -Wclass-varargs...
925DEBUG: Creating `/tmp/conftest.yq25Kd.c` with content:
926DEBUG: |
927DEBUG: | int
928DEBUG: | main(void)
929DEBUG: | {
930DEBUG: |
931DEBUG: | ;
932DEBUG: | return 0;
933DEBUG: | }
934DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wclass-varargs -c /tmp/conftest.yq25Kd.c`
935DEBUG: The command returned non-zero exit status 1.
936DEBUG: Its error output was:
937DEBUG: | gcc: error: unrecognized command line option ‘-Wclass-varargs’; did you mean ‘-Wno-varargs’?
938INFO: no
939INFO: checking whether the C++ compiler supports -Wclass-varargs...
940DEBUG: Creating `/tmp/conftest.QMwD7r.cpp` with content:
941DEBUG: |
942DEBUG: | int
943DEBUG: | main(void)
944DEBUG: | {
945DEBUG: |
946DEBUG: | ;
947DEBUG: | return 0;
948DEBUG: | }
949DEBUG: Executing: `/usr/bin/g++ -Werror -Wclass-varargs -c -c /tmp/conftest.QMwD7r.cpp`
950DEBUG: The command returned non-zero exit status 1.
951DEBUG: Its error output was:
952DEBUG: | g++: error: unrecognized command line option ‘-Wclass-varargs’; did you mean ‘-Wno-varargs’?
953INFO: no
954INFO: checking whether the C compiler supports -Wloop-analysis...
955DEBUG: Creating `/tmp/conftest.me1v8A.c` with content:
956DEBUG: |
957DEBUG: | int
958DEBUG: | main(void)
959DEBUG: | {
960DEBUG: |
961DEBUG: | ;
962DEBUG: | return 0;
963DEBUG: | }
964DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wloop-analysis -c /tmp/conftest.me1v8A.c`
965DEBUG: The command returned non-zero exit status 1.
966DEBUG: Its error output was:
967DEBUG: | gcc: error: unrecognized command line option ‘-Wloop-analysis’
968INFO: no
969INFO: checking whether the C++ compiler supports -Wloop-analysis...
970DEBUG: Creating `/tmp/conftest.aJlIKh.cpp` with content:
971DEBUG: |
972DEBUG: | int
973DEBUG: | main(void)
974DEBUG: | {
975DEBUG: |
976DEBUG: | ;
977DEBUG: | return 0;
978DEBUG: | }
979DEBUG: Executing: `/usr/bin/g++ -Werror -Wloop-analysis -c -c /tmp/conftest.aJlIKh.cpp`
980DEBUG: The command returned non-zero exit status 1.
981DEBUG: Its error output was:
982DEBUG: | g++: error: unrecognized command line option ‘-Wloop-analysis’
983INFO: no
984INFO: checking whether the C++ compiler supports -Wc++1z-compat...
985DEBUG: Creating `/tmp/conftest.W_GDUz.cpp` with content:
986DEBUG: |
987DEBUG: | int
988DEBUG: | main(void)
989DEBUG: | {
990DEBUG: |
991DEBUG: | ;
992DEBUG: | return 0;
993DEBUG: | }
994DEBUG: Executing: `/usr/bin/g++ -Werror -Wc++1z-compat -c /tmp/conftest.W_GDUz.cpp`
995INFO: yes
996INFO: checking whether the C++ compiler supports -Wcomma...
997DEBUG: Creating `/tmp/conftest.GLMatk.cpp` with content:
998DEBUG: |
999DEBUG: | int
1000DEBUG: | main(void)
1001DEBUG: | {
1002DEBUG: |
1003DEBUG: | ;
1004DEBUG: | return 0;
1005DEBUG: | }
1006DEBUG: Executing: `/usr/bin/g++ -Werror -Wcomma -c /tmp/conftest.GLMatk.cpp`
1007DEBUG: The command returned non-zero exit status 1.
1008DEBUG: Its error output was:
1009DEBUG: | g++: error: unrecognized command line option ‘-Wcomma’; did you mean ‘-Wcomment’?
1010INFO: no
1011INFO: checking whether the C++ compiler supports -Wimplicit-fallthrough...
1012DEBUG: Creating `/tmp/conftest.cJlf2U.cpp` with content:
1013DEBUG: |
1014DEBUG: | int
1015DEBUG: | main(void)
1016DEBUG: | {
1017DEBUG: |
1018DEBUG: | ;
1019DEBUG: | return 0;
1020DEBUG: | }
1021DEBUG: Executing: `/usr/bin/g++ -Werror -Wimplicit-fallthrough -c /tmp/conftest.cJlf2U.cpp`
1022INFO: yes
1023INFO: checking whether the C compiler supports -Wstring-conversion...
1024DEBUG: Creating `/tmp/conftest.IzyjXD.c` with content:
1025DEBUG: |
1026DEBUG: | int
1027DEBUG: | main(void)
1028DEBUG: | {
1029DEBUG: |
1030DEBUG: | ;
1031DEBUG: | return 0;
1032DEBUG: | }
1033DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wstring-conversion -c /tmp/conftest.IzyjXD.c`
1034DEBUG: The command returned non-zero exit status 1.
1035DEBUG: Its error output was:
1036DEBUG: | gcc: error: unrecognized command line option ‘-Wstring-conversion’; did you mean ‘-Wint-conversion’?
1037INFO: no
1038INFO: checking whether the C++ compiler supports -Wstring-conversion...
1039DEBUG: Creating `/tmp/conftest.9sqtNM.cpp` with content:
1040DEBUG: |
1041DEBUG: | int
1042DEBUG: | main(void)
1043DEBUG: | {
1044DEBUG: |
1045DEBUG: | ;
1046DEBUG: | return 0;
1047DEBUG: | }
1048DEBUG: Executing: `/usr/bin/g++ -Werror -Wstring-conversion -c -c /tmp/conftest.9sqtNM.cpp`
1049DEBUG: The command returned non-zero exit status 1.
1050DEBUG: Its error output was:
1051DEBUG: | g++: error: unrecognized command line option ‘-Wstring-conversion’; did you mean ‘-Wint-conversion’?
1052INFO: no
1053INFO: checking whether the C++ compiler supports -Wno-inline-new-delete...
1054DEBUG: Creating `/tmp/conftest.Qn9sJ4.cpp` with content:
1055DEBUG: |
1056DEBUG: | int
1057DEBUG: | main(void)
1058DEBUG: | {
1059DEBUG: |
1060DEBUG: | ;
1061DEBUG: | return 0;
1062DEBUG: | }
1063DEBUG: Executing: `/usr/bin/g++ -Werror -Winline-new-delete -c /tmp/conftest.Qn9sJ4.cpp`
1064DEBUG: The command returned non-zero exit status 1.
1065DEBUG: Its error output was:
1066DEBUG: | g++: error: unrecognized command line option ‘-Winline-new-delete’
1067INFO: no
1068INFO: checking whether the C compiler supports -Wno-error=maybe-uninitialized...
1069DEBUG: Creating `/tmp/conftest.1sKUDJ.c` with content:
1070DEBUG: |
1071DEBUG: | int
1072DEBUG: | main(void)
1073DEBUG: | {
1074DEBUG: |
1075DEBUG: | ;
1076DEBUG: | return 0;
1077DEBUG: | }
1078DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wno-error=maybe-uninitialized -c /tmp/conftest.1sKUDJ.c`
1079INFO: yes
1080INFO: checking whether the C++ compiler supports -Wno-error=maybe-uninitialized...
1081DEBUG: Creating `/tmp/conftest.rI9Wtm.cpp` with content:
1082DEBUG: |
1083DEBUG: | int
1084DEBUG: | main(void)
1085DEBUG: | {
1086DEBUG: |
1087DEBUG: | ;
1088DEBUG: | return 0;
1089DEBUG: | }
1090DEBUG: Executing: `/usr/bin/g++ -Werror -Wno-error=maybe-uninitialized -c -c /tmp/conftest.rI9Wtm.cpp`
1091INFO: yes
1092INFO: checking whether the C compiler supports -Wno-error=deprecated-declarations...
1093DEBUG: Creating `/tmp/conftest.SrLYOK.c` with content:
1094DEBUG: |
1095DEBUG: | int
1096DEBUG: | main(void)
1097DEBUG: | {
1098DEBUG: |
1099DEBUG: | ;
1100DEBUG: | return 0;
1101DEBUG: | }
1102DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wno-error=deprecated-declarations -c /tmp/conftest.SrLYOK.c`
1103INFO: yes
1104INFO: checking whether the C++ compiler supports -Wno-error=deprecated-declarations...
1105DEBUG: Creating `/tmp/conftest.wliZJZ.cpp` with content:
1106DEBUG: |
1107DEBUG: | int
1108DEBUG: | main(void)
1109DEBUG: | {
1110DEBUG: |
1111DEBUG: | ;
1112DEBUG: | return 0;
1113DEBUG: | }
1114DEBUG: Executing: `/usr/bin/g++ -Werror -Wno-error=deprecated-declarations -c -c /tmp/conftest.wliZJZ.cpp`
1115INFO: yes
1116INFO: checking whether the C compiler supports -Wno-error=array-bounds...
1117DEBUG: Creating `/tmp/conftest.40Igiz.c` with content:
1118DEBUG: |
1119DEBUG: | int
1120DEBUG: | main(void)
1121DEBUG: | {
1122DEBUG: |
1123DEBUG: | ;
1124DEBUG: | return 0;
1125DEBUG: | }
1126DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wno-error=array-bounds -c /tmp/conftest.40Igiz.c`
1127INFO: yes
1128INFO: checking whether the C++ compiler supports -Wno-error=array-bounds...
1129DEBUG: Creating `/tmp/conftest.MsJHo3.cpp` with content:
1130DEBUG: |
1131DEBUG: | int
1132DEBUG: | main(void)
1133DEBUG: | {
1134DEBUG: |
1135DEBUG: | ;
1136DEBUG: | return 0;
1137DEBUG: | }
1138DEBUG: Executing: `/usr/bin/g++ -Werror -Wno-error=array-bounds -c -c /tmp/conftest.MsJHo3.cpp`
1139INFO: yes
1140INFO: checking whether the C compiler supports -Wno-error=free-nonheap-object...
1141DEBUG: Creating `/tmp/conftest.PZlVnm.c` with content:
1142DEBUG: |
1143DEBUG: | int
1144DEBUG: | main(void)
1145DEBUG: | {
1146DEBUG: |
1147DEBUG: | ;
1148DEBUG: | return 0;
1149DEBUG: | }
1150DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wno-error=free-nonheap-object -c /tmp/conftest.PZlVnm.c`
1151INFO: yes
1152INFO: checking whether the C++ compiler supports -Wno-error=free-nonheap-object...
1153DEBUG: Creating `/tmp/conftest.Ydu0rK.cpp` with content:
1154DEBUG: |
1155DEBUG: | int
1156DEBUG: | main(void)
1157DEBUG: | {
1158DEBUG: |
1159DEBUG: | ;
1160DEBUG: | return 0;
1161DEBUG: | }
1162DEBUG: Executing: `/usr/bin/g++ -Werror -Wno-error=free-nonheap-object -c -c /tmp/conftest.Ydu0rK.cpp`
1163INFO: yes
1164INFO: checking whether the C compiler supports -Wformat...
1165DEBUG: Creating `/tmp/conftest.qsmb__.c` with content:
1166DEBUG: |
1167DEBUG: | int
1168DEBUG: | main(void)
1169DEBUG: | {
1170DEBUG: |
1171DEBUG: | ;
1172DEBUG: | return 0;
1173DEBUG: | }
1174DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wformat -c /tmp/conftest.qsmb__.c`
1175INFO: yes
1176INFO: checking whether the C++ compiler supports -Wformat...
1177DEBUG: Creating `/tmp/conftest.d6rhZU.cpp` with content:
1178DEBUG: |
1179DEBUG: | int
1180DEBUG: | main(void)
1181DEBUG: | {
1182DEBUG: |
1183DEBUG: | ;
1184DEBUG: | return 0;
1185DEBUG: | }
1186DEBUG: Executing: `/usr/bin/g++ -Werror -Wformat -c -c /tmp/conftest.d6rhZU.cpp`
1187INFO: yes
1188INFO: checking whether the C compiler supports -Wno-gnu-zero-variadic-macro-arguments...
1189DEBUG: Creating `/tmp/conftest.PtS6zp.c` with content:
1190DEBUG: |
1191DEBUG: | int
1192DEBUG: | main(void)
1193DEBUG: | {
1194DEBUG: |
1195DEBUG: | ;
1196DEBUG: | return 0;
1197DEBUG: | }
1198DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wgnu-zero-variadic-macro-arguments -c /tmp/conftest.PtS6zp.c`
1199DEBUG: The command returned non-zero exit status 1.
1200DEBUG: Its error output was:
1201DEBUG: | gcc: error: unrecognized command line option ‘-Wgnu-zero-variadic-macro-arguments’; did you mean ‘-Wno-variadic-macros’?
1202INFO: no
1203INFO: checking whether the C++ compiler supports -Wno-gnu-zero-variadic-macro-arguments...
1204DEBUG: Creating `/tmp/conftest._N5CQp.cpp` with content:
1205DEBUG: |
1206DEBUG: | int
1207DEBUG: | main(void)
1208DEBUG: | {
1209DEBUG: |
1210DEBUG: | ;
1211DEBUG: | return 0;
1212DEBUG: | }
1213DEBUG: Executing: `/usr/bin/g++ -Werror -Wgnu-zero-variadic-macro-arguments -c -c /tmp/conftest._N5CQp.cpp`
1214DEBUG: The command returned non-zero exit status 1.
1215DEBUG: Its error output was:
1216DEBUG: | g++: error: unrecognized command line option ‘-Wgnu-zero-variadic-macro-arguments’; did you mean ‘-Wno-variadic-macros’?
1217INFO: no
1218INFO: checking whether the C compiler supports -Wformat-security...
1219DEBUG: Creating `/tmp/conftest.F3J4EO.c` with content:
1220DEBUG: |
1221DEBUG: | int
1222DEBUG: | main(void)
1223DEBUG: | {
1224DEBUG: |
1225DEBUG: | ;
1226DEBUG: | return 0;
1227DEBUG: | }
1228DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wformat-security -c /tmp/conftest.F3J4EO.c`
1229DEBUG: The command returned non-zero exit status 1.
1230DEBUG: Its error output was:
1231DEBUG: | cc1: error: -Wformat-security ignored without -Wformat [-Werror=format-security]
1232DEBUG: | cc1: all warnings being treated as errors
1233INFO: no
1234INFO: checking whether the C++ compiler supports -Wformat-security...
1235DEBUG: Creating `/tmp/conftest.QJY6uo.cpp` with content:
1236DEBUG: |
1237DEBUG: | int
1238DEBUG: | main(void)
1239DEBUG: | {
1240DEBUG: |
1241DEBUG: | ;
1242DEBUG: | return 0;
1243DEBUG: | }
1244DEBUG: Executing: `/usr/bin/g++ -Werror -Wformat-security -c -c /tmp/conftest.QJY6uo.cpp`
1245DEBUG: The command returned non-zero exit status 1.
1246DEBUG: Its error output was:
1247DEBUG: | cc1plus: error: -Wformat-security ignored without -Wformat [-Werror=format-security]
1248DEBUG: | cc1plus: all warnings being treated as errors
1249INFO: no
1250INFO: checking whether the C compiler supports -Wformat-overflow=2...
1251DEBUG: Creating `/tmp/conftest.KRs0xc.c` with content:
1252DEBUG: |
1253DEBUG: | int
1254DEBUG: | main(void)
1255DEBUG: | {
1256DEBUG: |
1257DEBUG: | ;
1258DEBUG: | return 0;
1259DEBUG: | }
1260DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wformat-overflow=2 -c /tmp/conftest.KRs0xc.c`
1261INFO: yes
1262INFO: checking whether the C++ compiler supports -Wformat-overflow=2...
1263DEBUG: Creating `/tmp/conftest.ZpZYMw.cpp` with content:
1264DEBUG: |
1265DEBUG: | int
1266DEBUG: | main(void)
1267DEBUG: | {
1268DEBUG: |
1269DEBUG: | ;
1270DEBUG: | return 0;
1271DEBUG: | }
1272DEBUG: Executing: `/usr/bin/g++ -Werror -Wformat-overflow=2 -c -c /tmp/conftest.ZpZYMw.cpp`
1273INFO: yes
1274INFO: checking whether the C++ compiler supports -fno-sized-deallocation...
1275DEBUG: Creating `/tmp/conftest.4wxdtf.cpp` with content:
1276DEBUG: |
1277DEBUG: | int
1278DEBUG: | main(void)
1279DEBUG: | {
1280DEBUG: |
1281DEBUG: | ;
1282DEBUG: | return 0;
1283DEBUG: | }
1284DEBUG: Executing: `/usr/bin/g++ -Werror -fno-sized-deallocation -c /tmp/conftest.4wxdtf.cpp`
1285INFO: yes
1286INFO: checking for libffi > 3.0.9...
1287INFO: yes
1288INFO: checking MOZ_FFI_CFLAGS...
1289DEBUG: Executing: `/usr/bin/pkg-config --cflags 'libffi > 3.0.9'`
1290INFO:
1291INFO: checking MOZ_FFI_LIBS...
1292DEBUG: Executing: `/usr/bin/pkg-config --libs 'libffi > 3.0.9'`
1293INFO: -lffi
1294INFO: checking for rustc...
1295DEBUG: rustc: Trying rustc
1296INFO: /home/hjheins/.cargo/bin/rustc
1297INFO: checking for cargo...
1298DEBUG: cargo: Trying cargo
1299INFO: /home/hjheins/.cargo/bin/cargo
1300INFO: checking rustc version...
1301DEBUG: Executing: `/home/hjheins/.cargo/bin/rustc --version --verbose`
1302INFO: 1.36.0
1303INFO: checking cargo version...
1304DEBUG: Executing: `/home/hjheins/.cargo/bin/cargo --version --verbose`
1305INFO: 1.36.0
1306DEBUG: Executing: `/home/hjheins/.cargo/bin/rustc --print target-list`
1307DEBUG: Creating `/tmp/conftestblcZeB.rs` with content:
1308DEBUG: | pub extern fn hello() { println!("Hello world"); }
1309DEBUG: Executing: `/home/hjheins/.cargo/bin/rustc --crate-type staticlib --target=x86_64-unknown-linux-gnu -o /tmp/conftest3yS2OH.rlib /tmp/conftestblcZeB.rs`
1310DEBUG: Creating `/tmp/conftestD847YR.rs` with content:
1311DEBUG: | pub extern fn hello() { println!("Hello world"); }
1312DEBUG: Executing: `/home/hjheins/.cargo/bin/rustc --crate-type staticlib --target=x86_64-unknown-linux-gnu -o /tmp/conftest7T7LLF.rlib /tmp/conftestD847YR.rs`
1313INFO: checking for pango >= 1.22.0 pangoft2 >= 1.22.0 pangocairo >= 1.22.0...
1314INFO: yes
1315INFO: checking MOZ_PANGO_CFLAGS...
1316DEBUG: Executing: `/usr/bin/pkg-config --cflags 'pango >= 1.22.0 pangoft2 >= 1.22.0 pangocairo >= 1.22.0'`
1317INFO: -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16
1318INFO: checking MOZ_PANGO_LIBS...
1319DEBUG: Executing: `/usr/bin/pkg-config --libs 'pango >= 1.22.0 pangoft2 >= 1.22.0 pangocairo >= 1.22.0'`
1320INFO: -lpangoft2-1.0 -lfontconfig -lfreetype -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo
1321INFO: checking for fontconfig >= 2.7.0...
1322INFO: yes
1323INFO: checking _FONTCONFIG_CFLAGS...
1324DEBUG: Executing: `/usr/bin/pkg-config --cflags 'fontconfig >= 2.7.0'`
1325INFO: -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16
1326INFO: checking _FONTCONFIG_LIBS...
1327DEBUG: Executing: `/usr/bin/pkg-config --libs 'fontconfig >= 2.7.0'`
1328INFO: -lfontconfig -lfreetype
1329INFO: checking for freetype2 >= 6.1.0...
1330INFO: yes
1331INFO: checking _FT2_CFLAGS...
1332DEBUG: Executing: `/usr/bin/pkg-config --cflags 'freetype2 >= 6.1.0'`
1333INFO: -I/usr/include/freetype2 -I/usr/include/libpng16
1334INFO: checking _FT2_LIBS...
1335DEBUG: Executing: `/usr/bin/pkg-config --libs 'freetype2 >= 6.1.0'`
1336INFO: -lfreetype
1337INFO: checking for tar...
1338DEBUG: tar: Trying gnutar
1339DEBUG: tar: Trying gtar
1340DEBUG: tar: Trying tar
1341INFO: /bin/tar
1342INFO: checking for unzip...
1343DEBUG: unzip: Trying unzip
1344INFO: /usr/bin/unzip
1345INFO: checking for zip...
1346DEBUG: zip: Trying zip
1347INFO: /usr/bin/zip
1348INFO: checking for gn...
1349DEBUG: gn: Trying gn
1350INFO: not found
1351INFO: checking for the Mozilla API key...
1352INFO: no
1353INFO: checking for the Google Location Service API key...
1354INFO: no
1355INFO: checking for the Google Safebrowsing API key...
1356INFO: no
1357INFO: checking for the Bing API key...
1358INFO: no
1359INFO: checking for the Adjust SDK key...
1360INFO: no
1361INFO: checking for the Leanplum SDK key...
1362INFO: no
1363INFO: checking for the Pocket API key...
1364INFO: no
1365INFO: checking for awk...
1366DEBUG: awk: Trying gawk
1367DEBUG: awk: Trying mawk
1368INFO: /usr/bin/mawk
1369INFO: checking for perl...
1370DEBUG: perl: Trying perl5
1371DEBUG: perl: Trying perl
1372INFO: /usr/bin/perl
1373INFO: checking for minimum required perl version >= 5.006...
1374DEBUG: Executing: `/usr/bin/perl -e 'print $]'`
1375INFO: 5.028001
1376INFO: checking for full perl installation...
1377INFO: yes
1378INFO: checking for gmake...
1379DEBUG: gmake: Trying make
1380INFO: /usr/bin/make
1381INFO: checking for watchman...
1382INFO: not found
1383INFO: checking for doxygen...
1384DEBUG: doxygen: Trying doxygen
1385INFO: not found
1386INFO: checking for xargs...
1387DEBUG: xargs: Trying xargs
1388INFO: /usr/bin/xargs
1389INFO: checking for rpmbuild...
1390DEBUG: rpmbuild: Trying rpmbuild
1391INFO: not found
1392INFO: checking for hunspell...
1393INFO: yes
1394INFO: checking MOZ_HUNSPELL_CFLAGS...
1395DEBUG: Executing: `/usr/bin/pkg-config --cflags hunspell`
1396INFO: -I/usr/include/hunspell
1397INFO: checking MOZ_HUNSPELL_LIBS...
1398DEBUG: Executing: `/usr/bin/pkg-config --libs hunspell`
1399INFO: -lhunspell-1.7
1400INFO: checking for autoconf...
1401INFO: /usr/bin/autoconf2.13
1402DEBUG: Injecting the following to old-configure:
1403DEBUG: | # start of mozconfig values
1404DEBUG: | _mozconfig_opt=MOZ_OBJDIR=/home/hjheins/build/Seamonkey/seamonkey-2.53.1/obj-builddir # added
1405DEBUG: | # end of mozconfig values
1406DEBUG: | export AUTOCONF=/usr/bin/autoconf2.13
1407DEBUG: | _topsrcdir=/home/hjheins/build/Seamonkey/seamonkey-2.53.1/mozilla
1408DEBUG: | _objdir=/home/hjheins/build/Seamonkey/seamonkey-2.53.1/obj-builddir
1409DEBUG: | MOZ_BUILD_ROOT=/home/hjheins/build/Seamonkey/seamonkey-2.53.1/obj-builddir
1410DEBUG: | DIST=/home/hjheins/build/Seamonkey/seamonkey-2.53.1/obj-builddir/dist
1411DEBUG: | EXTERNAL_SOURCE_DIR=/home/hjheins/build/Seamonkey/seamonkey-2.53.1
1412DEBUG: | PYTHON=/home/hjheins/build/Seamonkey/seamonkey-2.53.1/obj-builddir/_virtualenv/bin/python
1413DEBUG: | CROSS_COMPILE=
1414DEBUG: | HAVE_64BIT_BUILD=1
1415DEBUG: | OS_TARGET=Linux
1416DEBUG: | OS_ARCH=Linux
1417DEBUG: | OS_TEST=x86_64
1418DEBUG: | CPU_ARCH=x86_64
1419DEBUG: | HOST_OS_ARCH=Linux
1420DEBUG: | MOZ_BUILD_APP=../suite
1421DEBUG: | RELEASE_OR_BETA=1
1422DEBUG: | MOZ_UPDATE_CHANNEL=default
1423DEBUG: | COMPILE_ENVIRONMENT=1
1424DEBUG: | MOZ_DEBUG=
1425DEBUG: | PKG_CONFIG=/usr/bin/pkg-config
1426DEBUG: | MOZ_PGO=
1427DEBUG: | MOZ_OPTIMIZE=1
1428DEBUG: | _YASM_MAJOR_VERSION=1
1429DEBUG: | _YASM_MINOR_VERSION=3
1430DEBUG: | YASM=1
1431DEBUG: | CC='/usr/bin/gcc -std=gnu99'
1432DEBUG: | CC_TYPE=gcc
1433DEBUG: | CC_VERSION=8.3.0
1434DEBUG: | CPP='/usr/bin/gcc -E -std=gnu99'
1435DEBUG: | CXX=/usr/bin/g++
1436DEBUG: | CXXCPP='/usr/bin/g++ -E'
1437DEBUG: | HOST_CC='/usr/bin/gcc -std=gnu99'
1438DEBUG: | HOST_CC_TYPE=gcc
1439DEBUG: | HOST_CC_VERSION=8.3.0
1440DEBUG: | HOST_CXX=/usr/bin/g++
1441DEBUG: | MOZ_DEBUG_FLAGS=-g
1442DEBUG: | MOZ_MEMORY=1
1443DEBUG: | HAVE_MALLOC_H=1
1444DEBUG: | MOZ_ENABLE_WARNINGS_AS_ERRORS=
1445DEBUG: | _WARNINGS_CFLAGS='-Wall -Wempty-body -Wignored-qualifiers -Wpointer-arith -Wsign-compare -Wtype-limits -Wunreachable-code -Wno-error=maybe-uninitialized -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=free-nonheap-object -Wformat -Wformat-overflow=2'
1446DEBUG: | _WARNINGS_CXXFLAGS='-Wall -Wc++11-compat -Wempty-body -Wignored-qualifiers -Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wtype-limits -Wunreachable-code -Wwrite-strings -Wno-invalid-offsetof -Wc++1z-compat -Wimplicit-fallthrough -Wno-error=maybe-uninitialized -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=free-nonheap-object -Wformat -Wformat-overflow=2'
1447DEBUG: | _COMPILATION_CFLAGS=''
1448DEBUG: | _COMPILATION_CXXFLAGS=-fno-sized-deallocation
1449DEBUG: | OBJ_SUFFIX=o
1450DEBUG: | BUILD_CTYPES=1
1451DEBUG: | MOZ_SYSTEM_FFI=1
1452DEBUG: | RUSTC=/home/hjheins/.cargo/bin/rustc
1453DEBUG: | RUST_TARGET=x86_64-unknown-linux-gnu
1454DEBUG: | MOZ_WIDGET_TOOLKIT=gtk3
1455DEBUG: | MOZ_X11=1
1456DEBUG: | USE_FC_FREETYPE=1
1457DEBUG: | _HAVE_FREETYPE2=1
1458DEBUG: | MOZ_FMP4=1
1459DEBUG: | MOZ_WEBSPEECH=1
1460DEBUG: | FT2_LIBS='-lfreetype -lfontconfig -lfreetype'
1461DEBUG: | FT2_CFLAGS='-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16'
1462DEBUG: | MOZ_WEBRTC=1
1463DEBUG: | AWK=/usr/bin/mawk
1464DEBUG: | PERL=/usr/bin/perl
1465DEBUG: Running /bin/sh /home/hjheins/build/Seamonkey/seamonkey-2.53.1/mozilla/old-configure --enable-alsa --disable-crashreporter --disable-gconf --disable-install-strip --enable-startup-notification --disable-strip --enable-system-pixman --disable-updater --prefix=/usr --with-pthreads --with-system-bz2 --with-system-jpeg --with-system-libvpx --with-system-png --with-system-zlib --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu --disable-tests --disable-debug --disable-rust-debug --enable-optimize --enable-xcode-checks --without-toolchain-prefix --without-visual-studio-version --enable-debug-symbols --enable-release --disable-linker --disable-clang-plugin --disable-coverage --enable-jemalloc --without-linux-headers --disable-warnings-as-errors --disable-js-shell --disable-shared-js --disable-export-js --disable-instruments --disable-callgrind --disable-profiling --disable-vtune --disable-gc-trace --disable-perf --disable-more-deterministic --enable-ctypes --with-system-ffi --disable-fuzzing
1466DEBUG: with extra environment: MOZ_PGO= MOZILLA_OFFICIAL= RUSTC_OPT_LEVEL=2
1467This file contains any messages produced by compilers while
1468running configure, to aid debugging if configure makes a mistake.
1469
1470configure:859: checking host system type
1471configure:880: checking target system type
1472configure:898: checking build system type
1473configure:1036: checking for objcopy
1474configure:2120: checking for gcc
1475configure:2233: checking whether the C compiler (/usr/bin/gcc -std=gnu99 ) works
1476configure:2249: /usr/bin/gcc -std=gnu99 -o conftest conftest.c 1>&5
1477configure:2246:1: warning: return type defaults to 'int' [-Wimplicit-int]
1478configure:2275: checking whether the C compiler (/usr/bin/gcc -std=gnu99 ) is a cross-compiler
1479configure:2280: checking whether we are using GNU C
1480configure:2289: /usr/bin/gcc -std=gnu99 -E conftest.c
1481configure:2308: checking whether /usr/bin/gcc -std=gnu99 accepts -g
1482configure:2349: checking for c++
1483configure:2381: checking whether the C++ compiler (/usr/bin/g++ ) works
1484configure:2397: /usr/bin/g++ -o conftest conftest.C 1>&5
1485configure:2423: checking whether the C++ compiler (/usr/bin/g++ ) is a cross-compiler
1486configure:2428: checking whether we are using GNU C++
1487configure:2437: /usr/bin/g++ -E conftest.C
1488configure:2456: checking whether /usr/bin/g++ accepts -g
1489configure:2505: /usr/bin/gcc -std=gnu99 -c conftest.c 1>&5
1490configure:2522: /usr/bin/gcc -std=gnu99 -c conftest.c 1>&5
1491configure: In function 'main':
1492configure:2518:1: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
1493configure:2518:1: warning: incompatible implicit declaration of built-in function 'exit'
1494configure:2518:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
1495configure:2516:1:
1496configure:2518:1:
1497configure:2541: checking for ranlib
1498configure:2573: checking for as
1499configure:2627: checking for ar
1500configure:2662: checking for strip
1501configure:2697: checking for windres
1502configure:2732: checking for otool
1503configure:3366: checking for X
1504configure:3433: /usr/bin/gcc -E -std=gnu99 conftest.c >/dev/null 2>conftest.out
1505configure:3509: /usr/bin/gcc -std=gnu99 -o conftest conftest.c -lXt 1>&5
1506configure: In function 'main':
1507configure:3505:1: warning: implicit declaration of function 'XtMalloc' [-Wimplicit-function-declaration]
1508configure:3683: checking for dnet_ntoa in -ldnet
1509configure:3702: /usr/bin/gcc -std=gnu99 -o conftest conftest.c -ldnet 1>&5
1510/usr/bin/ld: cannot find -ldnet
1511collect2: error: ld returned 1 exit status
1512configure: failed program was:
1513#line 3691 "configure"
1514#include "confdefs.h"
1515/* Override any gcc2 internal prototype to avoid an error. */
1516/* We use char because int might match the return type of a gcc2
1517 builtin and then its argument prototype would still apply. */
1518char dnet_ntoa();
1519
1520int main() {
1521dnet_ntoa()
1522; return 0; }
1523configure:3724: checking for dnet_ntoa in -ldnet_stub
1524configure:3743: /usr/bin/gcc -std=gnu99 -o conftest conftest.c -ldnet_stub 1>&5
1525/usr/bin/ld: cannot find -ldnet_stub
1526collect2: error: ld returned 1 exit status
1527configure: failed program was:
1528#line 3732 "configure"
1529#include "confdefs.h"
1530/* Override any gcc2 internal prototype to avoid an error. */
1531/* We use char because int might match the return type of a gcc2
1532 builtin and then its argument prototype would still apply. */
1533char dnet_ntoa();
1534
1535int main() {
1536dnet_ntoa()
1537; return 0; }
1538configure:3772: checking for gethostbyname
1539configure:3804: /usr/bin/gcc -std=gnu99 -o conftest conftest.c 1>&5
1540configure:3874: checking for connect
1541configure:3906: /usr/bin/gcc -std=gnu99 -o conftest conftest.c 1>&5
1542configure:3970: checking for remove
1543configure:4002: /usr/bin/gcc -std=gnu99 -o conftest conftest.c 1>&5
1544configure:4066: checking for shmat
1545configure:4098: /usr/bin/gcc -std=gnu99 -o conftest conftest.c 1>&5
1546configure:4171: checking for IceConnectionNumber in -lICE
1547configure:4190: /usr/bin/gcc -std=gnu99 -o conftest conftest.c -lICE 1>&5
1548configure:4350: /usr/bin/gcc -std=gnu99 -c conftest.c 1>&5
1549configure: In function 'main':
1550configure:4346:15: error: '__thumb2__' undeclared (first use in this function)
1551configure:4346:15: note: each undeclared identifier is reported only once for each function it appears in
1552configure: failed program was:
1553#line 4343 "configure"
1554#include "confdefs.h"
1555
1556int main() {
1557return sizeof(__thumb2__);
1558; return 0; }
1559configure:5137: /usr/bin/gcc -std=gnu99 -o conftest conftest.c 1>&5
1560configure:5167: checking for --noexecstack option to as
1561configure:5178: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -Wa,--noexecstack conftest.c 1>&5
1562configure:5191: checking for -z noexecstack option to ld
1563configure:5202: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -Wl,-z,noexecstack conftest.c 1>&5
1564configure:5215: checking for -z text option to ld
1565configure:5226: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -Wl,-z,noexecstack -Wl,-z,text conftest.c 1>&5
1566configure:5239: checking for -z relro option to ld
1567configure:5250: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro conftest.c 1>&5
1568configure:5263: checking for --build-id option to ld
1569configure:5274: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c 1>&5
1570configure:5287: checking for --ignore-unresolved-symbol option to ld
1571configure:5299: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id -Wl,--ignore-unresolved-symbol,environ conftest.c 1>&5
1572configure:5314: checking if toolchain supports -mssse3 option
1573configure:5326: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -mssse3 conftest.c 1>&5
1574configure:5341: checking if toolchain supports -msse4.1 option
1575configure:5353: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -msse4.1 conftest.c 1>&5
1576configure:5369: checking for x86 AVX2 asm support in compiler
1577configure:5378: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing conftest.c 1>&5
1578configure:6282: checking whether the linker supports Identical Code Folding
1579configure:6291: /usr/bin/gcc -std=gnu99 -o conftest -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id -Wl,--icf=safe -ffunction-sections conftest.c 1>&2
1580/usr/bin/ld: unrecognized option '--icf=safe'
1581/usr/bin/ld: use the --help option for usage information
1582collect2: error: ld returned 1 exit status
1583configure:6332: checking whether removing dead symbols breaks debugging
1584configure:6339: /usr/bin/gcc -std=gnu99 -o conftest.o -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -g -c conftest.c 1>&2
1585configure:6340: /usr/bin/gcc -std=gnu99 -o conftest -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id -g -Wl,--gc-sections conftest.o 1>&2
1586configure:6424: checking for working const
1587configure:6478: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno conftest.c 1>&5
1588configure:6504: checking for mode_t
1589configure:6542: checking for off_t
1590configure:6580: checking for pid_t
1591configure:6618: checking for size_t
1592configure:6686: checking whether 64-bits std::atomic requires -latomic
1593configure:6699: /usr/bin/g++ -o conftest -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.C 1>&5
1594configure:6773: checking for dirent.h that defines DIR
1595configure:6786: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno conftest.c 1>&5
1596configure:6814: checking for opendir in -ldir
1597configure:6833: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldir 1>&5
1598/usr/bin/ld: cannot find -ldir
1599collect2: error: ld returned 1 exit status
1600configure: failed program was:
1601#line 6822 "configure"
1602#include "confdefs.h"
1603/* Override any gcc2 internal prototype to avoid an error. */
1604/* We use char because int might match the return type of a gcc2
1605 builtin and then its argument prototype would still apply. */
1606char opendir();
1607
1608int main() {
1609opendir()
1610; return 0; }
1611configure:6904: checking for sockaddr_in.sin_len
1612configure:6921: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno conftest.c 1>&5
1613configure:6915:60: error: 'struct sockaddr_in' has no member named 'sin_len'; did you mean 'sin_zero'?
1614configure: failed program was:
1615#line 6909 "configure"
1616#include "confdefs.h"
1617#ifdef HAVE_SYS_TYPES_H
1618 #include <sys/types.h>
1619 #endif
1620 #include <netinet/in.h>
1621 struct sockaddr_in x;
1622 void *foo = (void*) &x.sin_len;
1623int main() {
1624
1625; return 0; }
1626configure:6952: checking for sockaddr_in6.sin6_len
1627configure:6969: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno conftest.c 1>&5
1628configure:6963:56: error: 'struct sockaddr_in6' has no member named 'sin6_len'; did you mean 'sin6_port'?
1629configure: failed program was:
1630#line 6957 "configure"
1631#include "confdefs.h"
1632#ifdef HAVE_SYS_TYPES_H
1633 #include <sys/types.h>
1634 #endif
1635 #include <netinet/in.h>
1636 struct sockaddr_in6 x;
1637 void *foo = (void*) &x.sin6_len;
1638int main() {
1639
1640; return 0; }
1641configure:6993: checking for sockaddr.sa_len
1642configure:7010: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno conftest.c 1>&5
1643configure:7004:55: error: 'struct sockaddr' has no member named 'sa_len'
1644configure: failed program was:
1645#line 6998 "configure"
1646#include "confdefs.h"
1647#ifdef HAVE_SYS_TYPES_H
1648 #include <sys/types.h>
1649 #endif
1650 #include <sys/socket.h>
1651 struct sockaddr x;
1652 void *foo = (void*) &x.sa_len;
1653int main() {
1654
1655; return 0; }
1656configure:7096: checking for gethostbyname_r in -lc_r
1657configure:7115: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -lc_r 1>&5
1658/usr/bin/ld: cannot find -lc_r
1659collect2: error: ld returned 1 exit status
1660configure: failed program was:
1661#line 7104 "configure"
1662#include "confdefs.h"
1663/* Override any gcc2 internal prototype to avoid an error. */
1664/* We use char because int might match the return type of a gcc2
1665 builtin and then its argument prototype would still apply. */
1666char gethostbyname_r();
1667
1668int main() {
1669gethostbyname_r()
1670; return 0; }
1671configure:7152: checking for library containing dlopen
1672configure:7170: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c 1>&5
1673/usr/bin/ld: /tmp/cc2Qs0Gr.o: in function `main':
1674conftest.c:(.text.main+0xa): undefined reference to `dlopen'
1675collect2: error: ld returned 1 exit status
1676configure: failed program was:
1677#line 7159 "configure"
1678#include "confdefs.h"
1679/* Override any gcc2 internal prototype to avoid an error. */
1680/* We use char because int might match the return type of a gcc2
1681 builtin and then its argument prototype would still apply. */
1682char dlopen();
1683
1684int main() {
1685dlopen()
1686; return 0; }
1687configure:7192: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1688configure:7210: checking for dlfcn.h
1689configure:7223: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno conftest.c 1>&5
1690configure:7260: checking for dladdr
1691configure:7292: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -D_GNU_SOURCE -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1692configure:7260: checking for memmem
1693configure:7292: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -D_GNU_SOURCE -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1694configure:7375: checking for socket in -lsocket
1695configure:7394: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -lsocket -ldl 1>&5
1696/usr/bin/ld: cannot find -lsocket
1697collect2: error: ld returned 1 exit status
1698configure: failed program was:
1699#line 7383 "configure"
1700#include "confdefs.h"
1701/* Override any gcc2 internal prototype to avoid an error. */
1702/* We use char because int might match the return type of a gcc2
1703 builtin and then its argument prototype would still apply. */
1704char socket();
1705
1706int main() {
1707socket()
1708; return 0; }
1709configure:7440: checking for XDrawLines in -lX11
1710configure:7459: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -lX11 -ldl 1>&5
1711configure:7481: checking for XextAddDisplay in -lXext
1712configure:7500: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -lXext -lX11 -ldl 1>&5
1713configure:7523: checking for XtFree in -lXt
1714configure:7542: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -lXt -ldl 1>&5
1715configure:7688: checking for xcb_connect in -lxcb
1716configure:7707: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -lxcb -lX11 -ldl 1>&5
1717configure:7729: checking for xcb_shm_query_version in -lxcb-shm
1718configure:7748: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -lxcb-shm -lxcb -lX11 -ldl 1>&5
1719configure:7770: checking for XGetXCBConnection in -lX11-xcb
1720configure:7789: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -lX11-xcb -lxcb-shm -lxcb -lX11 -ldl 1>&5
1721configure:7813: checking for X11/extensions/scrnsaver.h
1722configure:7826: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno conftest.c 1>&5
1723configure:7820:10: fatal error: X11/extensions/scrnsaver.h: No such file or directory
1724compilation terminated.
1725configure: failed program was:
1726#line 7818 "configure"
1727#include "confdefs.h"
1728
1729#include <X11/extensions/scrnsaver.h>
1730int main() {
1731
1732; return 0; }
1733configure:7910: checking for pthread_create in -lpthreads
1734configure:7929: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -lpthreads -ldl 1>&5
1735/usr/bin/ld: cannot find -lpthreads
1736collect2: error: ld returned 1 exit status
1737configure: failed program was:
1738#line 7918 "configure"
1739#include "confdefs.h"
1740/* Override any gcc2 internal prototype to avoid an error. */
1741/* We use char because int might match the return type of a gcc2
1742 builtin and then its argument prototype would still apply. */
1743char pthread_create();
1744
1745int main() {
1746pthread_create()
1747; return 0; }
1748configure:7948: checking for pthread_create in -lpthread
1749configure:7967: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -lpthread -ldl 1>&5
1750configure:8098: checking whether /usr/bin/gcc -std=gnu99 accepts -pthread
1751configure:8193: checking for pthread.h
1752configure:8206: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread conftest.c 1>&5
1753configure:8243: checking whether /usr/bin/gcc -std=gnu99 needs -traditional
1754configure:8289: checking for 8-bit clean memcmp
1755configure:8307: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1756configure:8299:1: warning: return type defaults to 'int' [-Wimplicit-int]
1757configure: In function 'main':
1758configure:8302:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
1759configure:8302:3: warning: incompatible implicit declaration of built-in function 'exit'
1760configure:8302:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
1761configure:8298:1:
1762configure:8302:3:
1763configure:8302:8: warning: implicit declaration of function 'memcmp' [-Wimplicit-function-declaration]
1764configure:8327: checking for stat64
1765configure:8359: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1766configure:8327: checking for lstat64
1767configure:8359: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1768configure:8327: checking for truncate64
1769configure:8359: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1770configure:8327: checking for statvfs64
1771configure:8359: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1772configure:8327: checking for statvfs
1773configure:8359: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1774configure:8327: checking for statfs64
1775configure:8359: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1776configure:8327: checking for statfs
1777configure:8359: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1778configure:8327: checking for getpagesize
1779configure:8359: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1780configure:8327: checking for gmtime_r
1781configure:8359: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1782configure:8327: checking for localtime_r
1783configure:8359: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1784configure:8327: checking for arc4random
1785configure:8359: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1786/usr/bin/ld: /tmp/ccvm85Xk.o: in function `main':
1787conftest.c:(.text.main+0xa): undefined reference to `arc4random'
1788collect2: error: ld returned 1 exit status
1789configure: failed program was:
1790#line 8332 "configure"
1791#define arc4random innocuous_arc4random
1792#include "confdefs.h"
1793#undef arc4random
1794/* System header to define __stub macros and hopefully few prototypes,
1795 which can conflict with char arc4random(); below. */
1796#define arc4random innocuous_arc4random
1797#include <assert.h>
1798#undef arc4random
1799/* Override any gcc2 internal prototype to avoid an error. */
1800/* We use char because int might match the return type of a gcc2
1801 builtin and then its argument prototype would still apply. */
1802char arc4random();
1803
1804int main() {
1805
1806/* The GNU C library defines this for functions which it implements
1807 to always fail with ENOSYS. Some functions are actually named
1808 something starting with __ and the normal name is an alias. */
1809#if defined (__stub_arc4random) || defined (__stub___arc4random)
1810choke me
1811#else
1812arc4random();
1813#endif
1814
1815; return 0; }
1816configure:8327: checking for arc4random_buf
1817configure:8359: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1818/usr/bin/ld: /tmp/ccFkDCGk.o: in function `main':
1819conftest.c:(.text.main+0xa): undefined reference to `arc4random_buf'
1820collect2: error: ld returned 1 exit status
1821configure: failed program was:
1822#line 8332 "configure"
1823#define arc4random_buf innocuous_arc4random_buf
1824#include "confdefs.h"
1825#undef arc4random_buf
1826/* System header to define __stub macros and hopefully few prototypes,
1827 which can conflict with char arc4random_buf(); below. */
1828#define arc4random_buf innocuous_arc4random_buf
1829#include <assert.h>
1830#undef arc4random_buf
1831/* Override any gcc2 internal prototype to avoid an error. */
1832/* We use char because int might match the return type of a gcc2
1833 builtin and then its argument prototype would still apply. */
1834char arc4random_buf();
1835
1836int main() {
1837
1838/* The GNU C library defines this for functions which it implements
1839 to always fail with ENOSYS. Some functions are actually named
1840 something starting with __ and the normal name is an alias. */
1841#if defined (__stub_arc4random_buf) || defined (__stub___arc4random_buf)
1842choke me
1843#else
1844arc4random_buf();
1845#endif
1846
1847; return 0; }
1848configure:8327: checking for mallinfo
1849configure:8359: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1850configure:8327: checking for gettid
1851configure:8359: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1852/usr/bin/ld: /tmp/cc9jvp6o.o: in function `main':
1853conftest.c:(.text.main+0xa): undefined reference to `gettid'
1854collect2: error: ld returned 1 exit status
1855configure: failed program was:
1856#line 8332 "configure"
1857#define gettid innocuous_gettid
1858#include "confdefs.h"
1859#undef gettid
1860/* System header to define __stub macros and hopefully few prototypes,
1861 which can conflict with char gettid(); below. */
1862#define gettid innocuous_gettid
1863#include <assert.h>
1864#undef gettid
1865/* Override any gcc2 internal prototype to avoid an error. */
1866/* We use char because int might match the return type of a gcc2
1867 builtin and then its argument prototype would still apply. */
1868char gettid();
1869
1870int main() {
1871
1872/* The GNU C library defines this for functions which it implements
1873 to always fail with ENOSYS. Some functions are actually named
1874 something starting with __ and the normal name is an alias. */
1875#if defined (__stub_gettid) || defined (__stub___gettid)
1876choke me
1877#else
1878gettid();
1879#endif
1880
1881; return 0; }
1882configure:8327: checking for lchown
1883configure:8359: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1884configure:8327: checking for setpriority
1885configure:8359: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1886configure:8327: checking for strerror
1887configure:8359: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1888configure:8327: checking for syscall
1889configure:8359: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1890configure:8392: checking for clock_gettime(CLOCK_MONOTONIC)
1891configure:8408: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1892configure:8442: checking for pthread_cond_timedwait_monotonic_np
1893configure:8454: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1894configure: In function 'main':
1895configure:8450:1: warning: implicit declaration of function 'pthread_cond_timedwait_monotonic_np'; did you mean 'pthread_cond_timedwait'? [-Wimplicit-function-declaration]
1896/usr/bin/ld: /tmp/ccpH5LxG.o: in function `main':
1897conftest.c:(.text.main+0x19): undefined reference to `pthread_cond_timedwait_monotonic_np'
1898collect2: error: ld returned 1 exit status
1899configure: failed program was:
1900#line 8447 "configure"
1901#include "confdefs.h"
1902#include <pthread.h>
1903int main() {
1904pthread_cond_timedwait_monotonic_np(0, 0, 0);
1905; return 0; }
1906configure:8478: checking for res_ninit()
1907configure:8501: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1908In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
1909 from configure:8491:
1910/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
1911 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
1912 ^~~~~~~
1913configure:8536: checking for an implementation of va_copy()
1914configure:8557: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread conftest.c 1>&5
1915configure:8573: checking whether va_list can be copied by value
1916configure:8594: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread conftest.c 1>&5
1917configure: In function 'f':
1918configure:8584:19: error: assignment to expression with array type
1919configure: failed program was:
1920#line 8578 "configure"
1921#include "confdefs.h"
1922#include <stdarg.h>
1923 #include <stdlib.h>
1924 void f (int i, ...) {
1925 va_list args1, args2;
1926 va_start (args1, i);
1927 args2 = args1;
1928 if (va_arg (args2, int) != 42 || va_arg (args1, int) != 42)
1929 exit (1);
1930 va_end (args1); va_end (args2);
1931 }
1932int main() {
1933f(0, 42); return 0
1934; return 0; }
1935configure:8690: checking for C++ dynamic_cast to void*
1936configure:8714: /usr/bin/g++ -o conftest -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.C -ldl 1>&5
1937configure:8747: checking for __thread keyword for TLS variables
1938configure:8759: /usr/bin/g++ -o conftest -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id -fPIC -shared -Wl,-z,defs -Wl,--gc-sections conftest.C -ldl 1>&5
1939configure:8849: checking for LC_MESSAGES
1940configure:8861: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread conftest.c 1>&5
1941configure:8887: checking for localeconv
1942configure:8919: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1943configure:8960: checking for malloc.h
1944configure:8973: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread conftest.c 1>&5
1945configure:9008: checking for strndup
1946configure:9040: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1947configure:9024:6: warning: conflicting types for built-in function 'strndup' [-Wbuiltin-declaration-mismatch]
1948configure:9008: checking for posix_memalign
1949configure:9040: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1950configure:9024:6: warning: conflicting types for built-in function 'posix_memalign' [-Wbuiltin-declaration-mismatch]
1951configure:9008: checking for memalign
1952configure:9040: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1953configure:9071: checking for malloc_usable_size
1954configure:9103: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
1955configure:9133: checking whether malloc_usable_size definition can use const argument
1956configure:9144: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread conftest.c 1>&5
1957configure:9138:26: error: conflicting types for 'malloc_usable_size'
1958In file included from configure:9136:
1959/usr/include/malloc.h:134:15: note: previous declaration of 'malloc_usable_size' was here
1960 extern size_t malloc_usable_size (void *__ptr) __THROW;
1961 ^~~~~~~~~~~~~~~~~~
1962configure: failed program was:
1963#line 9135 "configure"
1964#include "confdefs.h"
1965#include <malloc.h>
1966 #include <stddef.h>
1967 size_t malloc_usable_size(const void *ptr);
1968int main() {
1969return malloc_usable_size(0);
1970; return 0; }
1971configure:9166: checking for valloc in malloc.h
1972configure:9191: checking for valloc in unistd.h
1973configure:9346: checking NSPR selection
1974configure:9972: checking for jpeg_destroy_compress in -ljpeg
1975configure:9991: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ljpeg -ldl 1>&5
1976configure:10031: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread conftest.c 1>&5
1977configure:10078: checking for gzread in -lz
1978configure:10097: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -lz -ldl 1>&5
1979configure:10132: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread conftest.c 1>&5
1980configure:10174: checking for BZ2_bzread in -lbz2
1981configure:10193: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -lbz2 -ldl 1>&5
1982/usr/bin/ld: cannot find -lbz2
1983collect2: error: ld returned 1 exit status
1984configure: failed program was:
1985#line 10182 "configure"
1986#include "confdefs.h"
1987/* Override any gcc2 internal prototype to avoid an error. */
1988/* We use char because int might match the return type of a gcc2
1989 builtin and then its argument prototype would still apply. */
1990char BZ2_bzread();
1991
1992int main() {
1993BZ2_bzread()
1994; return 0; }
1995configure:10242: checking for png_get_valid in -lpng
1996configure:10261: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -lpng -ldl 1>&5
1997configure:10283: checking for png_get_acTL in -lpng
1998configure:10302: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -lpng -ldl 1>&5
1999configure:10350: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread conftest.c 1>&5
2000configure:10470: checking if app-specific confvars.sh exists
2001configure:11603: checking for gtk+-3.0 >= 3.4.0 gtk+-unix-print-3.0 glib-2.0 gobject-2.0 gio-unix-2.0
2002configure:11610: checking MOZ_GTK3_CFLAGS
2003configure:11615: checking MOZ_GTK3_LIBS
2004configure:11686: checking for gtk+-2.0 >= 2.18.0 gtk+-unix-print-2.0 glib-2.0 >= 2.22 gobject-2.0 gio-unix-2.0 gdk-x11-2.0
2005configure:11693: checking MOZ_GTK2_CFLAGS
2006configure:11698: checking MOZ_GTK2_LIBS
2007configure:11763: checking for libstartup-notification-1.0 >= 0.8
2008configure:11770: checking MOZ_STARTUP_NOTIFICATION_CFLAGS
2009configure:11775: checking MOZ_STARTUP_NOTIFICATION_LIBS
2010configure:12692: checking for dbus-1 >= 0.60
2011configure:12699: checking MOZ_DBUS_CFLAGS
2012configure:12704: checking MOZ_DBUS_LIBS
2013configure:12744: checking for dbus-glib-1 >= 0.60
2014configure:12751: checking MOZ_DBUS_GLIB_CFLAGS
2015configure:12756: checking MOZ_DBUS_GLIB_LIBS
2016configure:12850: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread conftest.c 1>&5
2017configure:13032: checking for vpx >= 1.5.0
2018configure:13039: checking MOZ_LIBVPX_CFLAGS
2019configure:13044: checking MOZ_LIBVPX_LIBS
2020configure:13079: checking for vpx/vpx_decoder.h
2021configure:13092: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread conftest.c 1>&5
2022configure:13114: checking for vpx_codec_dec_init_ver in -lvpx
2023configure:13133: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -lvpx -ldl -lvpx -lm 1>&5
2024configure:13167: checking for vpx_mem/vpx_mem.h
2025configure:13180: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread conftest.c 1>&5
2026configure:13174:10: fatal error: vpx_mem/vpx_mem.h: No such file or directory
2027compilation terminated.
2028configure: failed program was:
2029#line 13172 "configure"
2030#include "confdefs.h"
2031
2032#include <vpx_mem/vpx_mem.h>
2033int main() {
2034
2035; return 0; }
2036configure:13439: checking for alsa
2037configure:13446: checking MOZ_ALSA_CFLAGS
2038configure:13451: checking MOZ_ALSA_LIBS
2039configure:13526: checking for libpulse
2040configure:13533: checking MOZ_PULSEAUDIO_CFLAGS
2041configure:13538: checking MOZ_PULSEAUDIO_LIBS
2042configure:13780: checking for linux/joystick.h
2043configure:13793: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread conftest.c 1>&5
2044configure:14182: checking for wget
2045configure:14935: checking for valid C compiler optimization flags
2046configure:14946: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -freorder-blocks -O2 conftest.c 1>&5
2047configure:15502: checking for __cxa_demangle
2048configure:15537: /usr/bin/g++ -o conftest -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.C -ldl 1>&5
2049configure:15599: checking for unwind.h
2050configure:15612: /usr/bin/g++ -c -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -pthread conftest.C 1>&5
2051configure:15629: checking for _Unwind_Backtrace
2052configure:15666: /usr/bin/g++ -o conftest -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.C -ldl 1>&5
2053configure:15775: checking for -pipe support
2054configure:15805: checking what kind of list files are supported by the linker
2055configure:15810: /usr/bin/gcc -std=gnu99 -o conftest.o -c -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -pipe conftest.c 1>&5
2056configure:15812: /usr/bin/gcc -std=gnu99 -o conftest -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.list -ldl 1>&5
2057configure:15838: checking what kind of ordering can be done with the linker
2058configure:15853: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -pipe -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id -Wl,--section-ordering-file,conftest.order conftest.c -ldl 1>&5
2059/usr/bin/ld: unrecognized option '--section-ordering-file'
2060/usr/bin/ld: use the --help option for usage information
2061collect2: error: ld returned 1 exit status
2062configure: failed program was:
2063#line 15846 "configure"
2064#include "confdefs.h"
2065
2066int main() {
2067
2068; return 0; }
2069configure:15865: /usr/bin/gcc -std=gnu99 -shared -Wl,-z,defs -Wl,--gc-sections -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id -o conftest -Wl
2070gcc: error: unrecognized command line option '-Wl'; did you mean '-W'?
2071configure:15954: checking for glib-2.0 >= 1.3.7 gobject-2.0
2072configure:15961: checking GLIB_CFLAGS
2073configure:15966: checking GLIB_LIBS
2074configure:16017: checking for FT_Bitmap_Size.y_ppem
2075configure:16032: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -pipe -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c 1>&5
2076configure:16061: checking for FT_GlyphSlot_Embolden
2077configure:16093: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -pipe -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl -lfreetype -lfontconfig -lfreetype 1>&5
2078configure:16061: checking for FT_Load_Sfnt_Table
2079configure:16093: /usr/bin/gcc -std=gnu99 -o conftest -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -pipe -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl -lfreetype -lfontconfig -lfreetype 1>&5
2080configure:16131: checking for fontconfig/fcfreetype.h
2081configure:16144: /usr/bin/gcc -std=gnu99 -c -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -pipe -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c 1>&5
2082configure:16242: checking for pixman-1 >= 0.19.2
2083configure:16249: checking MOZ_PIXMAN_CFLAGS
2084configure:16254: checking MOZ_PIXMAN_LIBS
2085configure:17333: checking for posix_fadvise
2086configure:17365: /usr/bin/gcc -std=gnu99 -o conftest -Wall -Wempty-body -Wignored-qualifiers -Wpointer-arith -Wsign-compare -Wtype-limits -Wunreachable-code -Wno-error=maybe-uninitialized -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=free-nonheap-object -Wformat -Wformat-overflow=2 -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -pipe -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
2087configure:17333: checking for posix_fallocate
2088configure:17365: /usr/bin/gcc -std=gnu99 -o conftest -Wall -Wempty-body -Wignored-qualifiers -Wpointer-arith -Wsign-compare -Wtype-limits -Wunreachable-code -Wno-error=maybe-uninitialized -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=free-nonheap-object -Wformat -Wformat-overflow=2 -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -pipe -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,--build-id conftest.c -ldl 1>&5
2089configure:17416: /usr/bin/gcc -std=gnu99 -c -Wall -Wempty-body -Wignored-qualifiers -Wpointer-arith -Wsign-compare -Wtype-limits -Wunreachable-code -Wno-error=maybe-uninitialized -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=free-nonheap-object -Wformat -Wformat-overflow=2 -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -pipe conftest.c 1>&5