1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773 | The system is: Linux - 5.15.29-calculate - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/lib/ccache/bin/cc
Build flags:
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is GNU, found in "/home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/3.22.4/CompilerIdC/a.out"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/lib/ccache/bin/c++
Build flags:
Id flags:
The output was:
0
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
The CXX compiler identification is GNU, found in "/home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/3.22.4/CompilerIdCXX/a.out"
Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_85f9f/fast && /usr/bin/gmake -f CMakeFiles/cmTC_85f9f.dir/build.make CMakeFiles/cmTC_85f9f.dir/build
gmake[1]: Entering directory '/home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_85f9f.dir/CMakeCCompilerABI.c.o
/usr/lib/ccache/bin/cc -v -o CMakeFiles/cmTC_85f9f.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
Target: x86_64-pc-linux-gnu
Configured with: /var/calculate/tmp/portage/sys-devel/gcc-11.3.0/work/gcc-11.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/11.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/python --enable-languages=c,c++,objc,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 11.3.0 p4' --disable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --with-zstd --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.3.0 (Gentoo 11.3.0 p4)
COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-c' '-o' 'CMakeFiles/cmTC_d40cf.dir/CMakeCCompilerABI.c.o' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_d40cf.dir/'
/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_d40cf.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccfrroa8.s
GNU C17 (Gentoo 11.3.0 p4) version 11.3.0 (x86_64-pc-linux-gnu)
compiled by GNU C version 11.3.0, GMP version 6.2.1, MPFR version 4.1.0-p13, MPC version 1.2.1, isl version isl-0.24-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include-fixed
/usr/include
End of search list.
GNU C17 (Gentoo 11.3.0 p4) version 11.3.0 (x86_64-pc-linux-gnu)
compiled by GNU C version 11.3.0, GMP version 6.2.1, MPFR version 4.1.0-p13, MPC version 1.2.1, isl version isl-0.24-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 7a90e38d96e979484072d4945d99b04b
COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-c' '-o' 'CMakeFiles/cmTC_d40cf.dir/CMakeCCompilerABI.c.o' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_d40cf.dir/'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/as -v --64 -o CMakeFiles/cmTC_d40cf.dir/CMakeCCompilerABI.c.o /tmp/ccfrroa8.s
GNU assembler version 2.37 (x86_64-pc-linux-gnu) using BFD version (Gentoo 2.37_p1 p2) 2.37
COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-c' '-o' 'CMakeFiles/cmTC_d40cf.dir/CMakeCCompilerABI.c.o' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_d40cf.dir/CMakeCCompilerABI.c.'
Linking C executable cmTC_85f9f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_85f9f.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc -v -rdynamic CMakeFiles/cmTC_85f9f.dir/CMakeCCompilerABI.c.o -o cmTC_85f9f
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/calculate/tmp/portage/sys-devel/gcc-11.3.0/work/gcc-11.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/11.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/python --enable-languages=c,c++,objc,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 11.3.0 p4' --disable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --with-zstd --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.3.0 (Gentoo 11.3.0 p4)
COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_85f9f' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_85f9f.'
/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/collect2 -plugin /usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccGN9Il7.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_85f9f /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../.. CMakeFiles/cmTC_85f9f.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crtn.o
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_85f9f' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_85f9f.'
gmake[1]: Leaving directory '/home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp'
Parsed C implicit include dir info from above output: rv=done
found start of include info
found start of implicit include info
add: [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include]
add: [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include-fixed]
add: [/usr/include]
end of search list found
collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include]
collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include-fixed]
collapse include dir [/usr/include] ==> [/usr/include]
implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include;/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include-fixed;/usr/include]
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_85f9f/fast && /usr/bin/gmake -f CMakeFiles/cmTC_85f9f.dir/build.make CMakeFiles/cmTC_85f9f.dir/build]
ignore line: [gmake[1]: Entering directory '/home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp']
ignore line: [Building C object CMakeFiles/cmTC_85f9f.dir/CMakeCCompilerABI.c.o]
ignore line: [/usr/lib/ccache/bin/cc -v -o CMakeFiles/cmTC_85f9f.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/cc]
ignore line: [Target: x86_64-pc-linux-gnu]
ignore line: [Configured with: /var/calculate/tmp/portage/sys-devel/gcc-11.3.0/work/gcc-11.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/11.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/python --enable-languages=c c++ objc fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 11.3.0 p4' --disable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32 m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --with-zstd --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp]
ignore line: [Thread model: posix]
ignore line: [Supported LTO compression algorithms: zlib zstd]
ignore line: [gcc version 11.3.0 (Gentoo 11.3.0 p4) ]
ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-c' '-o' 'CMakeFiles/cmTC_d40cf.dir/CMakeCCompilerABI.c.o' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_d40cf.dir/']
ignore line: [ /usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_d40cf.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccfrroa8.s]
ignore line: [GNU C17 (Gentoo 11.3.0 p4) version 11.3.0 (x86_64-pc-linux-gnu)]
ignore line: [ compiled by GNU C version 11.3.0 GMP version 6.2.1 MPFR version 4.1.0-p13 MPC version 1.2.1 isl version isl-0.24-GMP]
ignore line: []
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [ignoring nonexistent directory "/usr/local/include"]
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/include"]
ignore line: [#include "..." search starts here:]
ignore line: [#include <...> search starts here:]
ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include]
ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include-fixed]
ignore line: [ /usr/include]
ignore line: [End of search list.]
ignore line: [GNU C17 (Gentoo 11.3.0 p4) version 11.3.0 (x86_64-pc-linux-gnu)]
ignore line: [ compiled by GNU C version 11.3.0 GMP version 6.2.1 MPFR version 4.1.0-p13 MPC version 1.2.1 isl version isl-0.24-GMP]
ignore line: []
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [Compiler executable checksum: 7a90e38d96e979484072d4945d99b04b]
ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-c' '-o' 'CMakeFiles/cmTC_d40cf.dir/CMakeCCompilerABI.c.o' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_d40cf.dir/']
ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/as -v --64 -o CMakeFiles/cmTC_d40cf.dir/CMakeCCompilerABI.c.o /tmp/ccfrroa8.s]
ignore line: [GNU assembler version 2.37 (x86_64-pc-linux-gnu) using BFD version (Gentoo 2.37_p1 p2) 2.37]
ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-c' '-o' 'CMakeFiles/cmTC_d40cf.dir/CMakeCCompilerABI.c.o' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_d40cf.dir/CMakeCCompilerABI.c.']
ignore line: [Linking C executable cmTC_85f9f]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_85f9f.dir/link.txt --verbose=1]
ignore line: [/usr/lib/ccache/bin/cc -v -rdynamic CMakeFiles/cmTC_85f9f.dir/CMakeCCompilerABI.c.o -o cmTC_85f9f ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/cc]
ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/lto-wrapper]
ignore line: [Target: x86_64-pc-linux-gnu]
ignore line: [Configured with: /var/calculate/tmp/portage/sys-devel/gcc-11.3.0/work/gcc-11.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/11.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/python --enable-languages=c c++ objc fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 11.3.0 p4' --disable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32 m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --with-zstd --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp]
ignore line: [Thread model: posix]
ignore line: [Supported LTO compression algorithms: zlib zstd]
ignore line: [gcc version 11.3.0 (Gentoo 11.3.0 p4) ]
ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_85f9f' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_85f9f.']
link line: [ /usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/collect2 -plugin /usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccGN9Il7.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_85f9f /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../.. CMakeFiles/cmTC_85f9f.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crtn.o]
arg [/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/ccGN9Il7.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-pie] ==> ignore
arg [-o] ==> ignore
arg [cmTC_85f9f] ==> ignore
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/Scrt1.o]
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crti.o]
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtbeginS.o]
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0]
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64]
arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/lib]
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../..]
arg [CMakeFiles/cmTC_85f9f.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [-lgcc] ==> lib [gcc]
arg [--push-state] ==> ignore
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--pop-state] ==> ignore
arg [-lc] ==> lib [c]
arg [-lgcc] ==> lib [gcc]
arg [--push-state] ==> ignore
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--pop-state] ==> ignore
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtendS.o]
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crtn.o]
collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/Scrt1.o] ==> [/usr/lib64/Scrt1.o]
collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crti.o] ==> [/usr/lib64/crti.o]
collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crtn.o] ==> [/usr/lib64/crtn.o]
collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0]
collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64] ==> [/usr/lib64]
collapse library dir [/lib/../lib64] ==> [/lib64]
collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/lib] ==> [/usr/x86_64-pc-linux-gnu/lib]
collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../..] ==> [/usr/lib]
implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
implicit objs: [/usr/lib64/Scrt1.o;/usr/lib64/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtendS.o;/usr/lib64/crtn.o]
implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0;/usr/lib64;/lib64;/usr/x86_64-pc-linux-gnu/lib;/usr/lib]
implicit fwks: []
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_bb755/fast && /usr/bin/gmake -f CMakeFiles/cmTC_bb755.dir/build.make CMakeFiles/cmTC_bb755.dir/build
gmake[1]: Entering directory '/home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_bb755.dir/CMakeCXXCompilerABI.cpp.o
/usr/lib/ccache/bin/c++ -v -o CMakeFiles/cmTC_bb755.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
Target: x86_64-pc-linux-gnu
Configured with: /var/calculate/tmp/portage/sys-devel/gcc-11.3.0/work/gcc-11.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/11.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/python --enable-languages=c,c++,objc,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 11.3.0 p4' --disable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --with-zstd --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.3.0 (Gentoo 11.3.0 p4)
COLLECT_GCC_OPTIONS='-v' '-c' '-o' 'CMakeFiles/cmTC_1068d.dir/CMakeCXXCompilerABI.cpp.o' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_1068d.dir/'
/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_1068d.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccTpcluL.s
GNU C++17 (Gentoo 11.3.0 p4) version 11.3.0 (x86_64-pc-linux-gnu)
compiled by GNU C version 11.3.0, GMP version 6.2.1, MPFR version 4.1.0-p13, MPC version 1.2.1, isl version isl-0.24-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11/x86_64-pc-linux-gnu
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11/backward
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include-fixed
/usr/include
End of search list.
GNU C++17 (Gentoo 11.3.0 p4) version 11.3.0 (x86_64-pc-linux-gnu)
compiled by GNU C version 11.3.0, GMP version 6.2.1, MPFR version 4.1.0-p13, MPC version 1.2.1, isl version isl-0.24-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 545fbb69a8648a60197b6ecc232df388
COLLECT_GCC_OPTIONS='-v' '-c' '-o' 'CMakeFiles/cmTC_1068d.dir/CMakeCXXCompilerABI.cpp.o' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_1068d.dir/'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/as -v --64 -o CMakeFiles/cmTC_1068d.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccTpcluL.s
GNU assembler version 2.37 (x86_64-pc-linux-gnu) using BFD version (Gentoo 2.37_p1 p2) 2.37
COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-c' '-o' 'CMakeFiles/cmTC_1068d.dir/CMakeCXXCompilerABI.cpp.o' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_1068d.dir/CMakeCXXCompilerABI.cpp.'
Linking CXX executable cmTC_bb755
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bb755.dir/link.txt --verbose=1
/usr/lib/ccache/bin/c++ -v -rdynamic CMakeFiles/cmTC_bb755.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_bb755
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/calculate/tmp/portage/sys-devel/gcc-11.3.0/work/gcc-11.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/11.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/python --enable-languages=c,c++,objc,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 11.3.0 p4' --disable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --with-zstd --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.3.0 (Gentoo 11.3.0 p4)
COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_bb755' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_bb755.'
/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/collect2 -plugin /usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccW1QLRo.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_bb755 /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../.. CMakeFiles/cmTC_bb755.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crtn.o
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_bb755' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_bb755.'
gmake[1]: Leaving directory '/home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp'
Parsed CXX implicit include dir info from above output: rv=done
found start of include info
found start of implicit include info
add: [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11]
add: [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11/x86_64-pc-linux-gnu]
add: [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11/backward]
add: [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include]
add: [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include-fixed]
add: [/usr/include]
end of search list found
collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11]
collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11/x86_64-pc-linux-gnu] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11/x86_64-pc-linux-gnu]
collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11/backward] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11/backward]
collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include]
collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include-fixed]
collapse include dir [/usr/include] ==> [/usr/include]
implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11;/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11/x86_64-pc-linux-gnu;/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include;/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include-fixed;/usr/include]
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_bb755/fast && /usr/bin/gmake -f CMakeFiles/cmTC_bb755.dir/build.make CMakeFiles/cmTC_bb755.dir/build]
ignore line: [gmake[1]: Entering directory '/home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp']
ignore line: [Building CXX object CMakeFiles/cmTC_bb755.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/usr/lib/ccache/bin/c++ -v -o CMakeFiles/cmTC_bb755.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/c++]
ignore line: [Target: x86_64-pc-linux-gnu]
ignore line: [Configured with: /var/calculate/tmp/portage/sys-devel/gcc-11.3.0/work/gcc-11.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/11.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/python --enable-languages=c c++ objc fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 11.3.0 p4' --disable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32 m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --with-zstd --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp]
ignore line: [Thread model: posix]
ignore line: [Supported LTO compression algorithms: zlib zstd]
ignore line: [gcc version 11.3.0 (Gentoo 11.3.0 p4) ]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-c' '-o' 'CMakeFiles/cmTC_1068d.dir/CMakeCXXCompilerABI.cpp.o' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_1068d.dir/']
ignore line: [ /usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_1068d.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccTpcluL.s]
ignore line: [GNU C++17 (Gentoo 11.3.0 p4) version 11.3.0 (x86_64-pc-linux-gnu)]
ignore line: [ compiled by GNU C version 11.3.0 GMP version 6.2.1 MPFR version 4.1.0-p13 MPC version 1.2.1 isl version isl-0.24-GMP]
ignore line: []
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [ignoring nonexistent directory "/usr/local/include"]
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/include"]
ignore line: [#include "..." search starts here:]
ignore line: [#include <...> search starts here:]
ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11]
ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11/x86_64-pc-linux-gnu]
ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11/backward]
ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include]
ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include-fixed]
ignore line: [ /usr/include]
ignore line: [End of search list.]
ignore line: [GNU C++17 (Gentoo 11.3.0 p4) version 11.3.0 (x86_64-pc-linux-gnu)]
ignore line: [ compiled by GNU C version 11.3.0 GMP version 6.2.1 MPFR version 4.1.0-p13 MPC version 1.2.1 isl version isl-0.24-GMP]
ignore line: []
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [Compiler executable checksum: 545fbb69a8648a60197b6ecc232df388]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-c' '-o' 'CMakeFiles/cmTC_1068d.dir/CMakeCXXCompilerABI.cpp.o' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_1068d.dir/']
ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/as -v --64 -o CMakeFiles/cmTC_1068d.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccTpcluL.s]
ignore line: [GNU assembler version 2.37 (x86_64-pc-linux-gnu) using BFD version (Gentoo 2.37_p1 p2) 2.37]
ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-c' '-o' 'CMakeFiles/cmTC_1068d.dir/CMakeCXXCompilerABI.cpp.o' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_1068d.dir/CMakeCXXCompilerABI.cpp.']
ignore line: [Linking CXX executable cmTC_bb755]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bb755.dir/link.txt --verbose=1]
ignore line: [/usr/lib/ccache/bin/c++ -v -rdynamic CMakeFiles/cmTC_bb755.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_bb755 ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/c++]
ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/lto-wrapper]
ignore line: [Target: x86_64-pc-linux-gnu]
ignore line: [Configured with: /var/calculate/tmp/portage/sys-devel/gcc-11.3.0/work/gcc-11.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/11.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/python --enable-languages=c c++ objc fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 11.3.0 p4' --disable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32 m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --with-zstd --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp]
ignore line: [Thread model: posix]
ignore line: [Supported LTO compression algorithms: zlib zstd]
ignore line: [gcc version 11.3.0 (Gentoo 11.3.0 p4) ]
ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_bb755' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_bb755.']
link line: [ /usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/collect2 -plugin /usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccW1QLRo.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_bb755 /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../.. CMakeFiles/cmTC_bb755.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crtn.o]
arg [/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/ccW1QLRo.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-pie] ==> ignore
arg [-o] ==> ignore
arg [cmTC_bb755] ==> ignore
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/Scrt1.o]
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crti.o]
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtbeginS.o]
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0]
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64]
arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/lib]
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../..]
arg [CMakeFiles/cmTC_bb755.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
arg [-lstdc++] ==> lib [stdc++]
arg [-lm] ==> lib [m]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [-lc] ==> lib [c]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtendS.o]
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crtn.o]
collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/Scrt1.o] ==> [/usr/lib64/Scrt1.o]
collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crti.o] ==> [/usr/lib64/crti.o]
collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crtn.o] ==> [/usr/lib64/crtn.o]
collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0]
collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64] ==> [/usr/lib64]
collapse library dir [/lib/../lib64] ==> [/lib64]
collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/lib] ==> [/usr/x86_64-pc-linux-gnu/lib]
collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../..] ==> [/usr/lib]
implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
implicit objs: [/usr/lib64/Scrt1.o;/usr/lib64/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtendS.o;/usr/lib64/crtn.o]
implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0;/usr/lib64;/lib64;/usr/x86_64-pc-linux-gnu/lib;/usr/lib]
implicit fwks: []
Determining if the include file pthread.h exists passed with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c2031/fast && /usr/bin/gmake -f CMakeFiles/cmTC_c2031.dir/build.make CMakeFiles/cmTC_c2031.dir/build
gmake[1] : on entre dans le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_c2031.dir/CheckIncludeFile.c.o
/usr/lib/ccache/bin/cc -o CMakeFiles/cmTC_c2031.dir/CheckIncludeFile.c.o -c /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_c2031
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c2031.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc -rdynamic CMakeFiles/cmTC_c2031.dir/CheckIncludeFile.c.o -o cmTC_c2031
gmake[1] : on quitte le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD succeeded with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_ca24f/fast && /usr/bin/gmake -f CMakeFiles/cmTC_ca24f.dir/build.make CMakeFiles/cmTC_ca24f.dir/build
gmake[1] : on entre dans le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_ca24f.dir/src.c.o
/usr/lib/ccache/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_ca24f.dir/src.c.o -c /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTC_ca24f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ca24f.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc CMakeFiles/cmTC_ca24f.dir/src.c.o -o cmTC_ca24f
gmake[1] : on quitte le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Source file was:
#include <pthread.h>
static void* test_func(void* data)
{
return data;
}
int main(void)
{
pthread_t thread;
pthread_create(&thread, NULL, test_func, NULL);
pthread_detach(thread);
pthread_cancel(thread);
pthread_join(thread, NULL);
pthread_atfork(NULL, NULL, NULL);
pthread_exit(NULL);
return 0;
}
Determining if files inttypes.h exist passed with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_3df34/fast && /usr/bin/gmake -f CMakeFiles/cmTC_3df34.dir/build.make CMakeFiles/cmTC_3df34.dir/build
gmake[1] : on entre dans le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_3df34.dir/HAVE_INTTYPES.c.o
/usr/lib/ccache/bin/cc -o CMakeFiles/cmTC_3df34.dir/HAVE_INTTYPES.c.o -c /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CheckIncludeFiles/HAVE_INTTYPES.c
Linking C executable cmTC_3df34
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3df34.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc -rdynamic CMakeFiles/cmTC_3df34.dir/HAVE_INTTYPES.c.o -o cmTC_3df34
gmake[1] : on quitte le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Determining if files memory.h exist passed with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_37792/fast && /usr/bin/gmake -f CMakeFiles/cmTC_37792.dir/build.make CMakeFiles/cmTC_37792.dir/build
gmake[1] : on entre dans le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_37792.dir/HAVE_MEMORY.c.o
/usr/lib/ccache/bin/cc -o CMakeFiles/cmTC_37792.dir/HAVE_MEMORY.c.o -c /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CheckIncludeFiles/HAVE_MEMORY.c
Linking C executable cmTC_37792
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_37792.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc -rdynamic CMakeFiles/cmTC_37792.dir/HAVE_MEMORY.c.o -o cmTC_37792
gmake[1] : on quitte le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Determining if files stdint.h exist passed with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_7d480/fast && /usr/bin/gmake -f CMakeFiles/cmTC_7d480.dir/build.make CMakeFiles/cmTC_7d480.dir/build
gmake[1] : on entre dans le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_7d480.dir/HAVE_STDINT.c.o
/usr/lib/ccache/bin/cc -o CMakeFiles/cmTC_7d480.dir/HAVE_STDINT.c.o -c /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CheckIncludeFiles/HAVE_STDINT.c
Linking C executable cmTC_7d480
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7d480.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc -rdynamic CMakeFiles/cmTC_7d480.dir/HAVE_STDINT.c.o -o cmTC_7d480
gmake[1] : on quitte le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Determining if files stdlib.h exist passed with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_24b21/fast && /usr/bin/gmake -f CMakeFiles/cmTC_24b21.dir/build.make CMakeFiles/cmTC_24b21.dir/build
gmake[1] : on entre dans le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_24b21.dir/HAVE_STDLIB.c.o
/usr/lib/ccache/bin/cc -o CMakeFiles/cmTC_24b21.dir/HAVE_STDLIB.c.o -c /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CheckIncludeFiles/HAVE_STDLIB.c
Linking C executable cmTC_24b21
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_24b21.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc -rdynamic CMakeFiles/cmTC_24b21.dir/HAVE_STDLIB.c.o -o cmTC_24b21
gmake[1] : on quitte le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Determining if files strings.h exist passed with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_3588d/fast && /usr/bin/gmake -f CMakeFiles/cmTC_3588d.dir/build.make CMakeFiles/cmTC_3588d.dir/build
gmake[1] : on entre dans le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_3588d.dir/HAVE_STRINGS.c.o
/usr/lib/ccache/bin/cc -o CMakeFiles/cmTC_3588d.dir/HAVE_STRINGS.c.o -c /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CheckIncludeFiles/HAVE_STRINGS.c
Linking C executable cmTC_3588d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3588d.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc -rdynamic CMakeFiles/cmTC_3588d.dir/HAVE_STRINGS.c.o -o cmTC_3588d
gmake[1] : on quitte le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Determining if files sys/stat.h exist passed with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c465f/fast && /usr/bin/gmake -f CMakeFiles/cmTC_c465f.dir/build.make CMakeFiles/cmTC_c465f.dir/build
gmake[1] : on entre dans le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_c465f.dir/HAVE_SYS_STAT.c.o
/usr/lib/ccache/bin/cc -o CMakeFiles/cmTC_c465f.dir/HAVE_SYS_STAT.c.o -c /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_STAT.c
Linking C executable cmTC_c465f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c465f.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc -rdynamic CMakeFiles/cmTC_c465f.dir/HAVE_SYS_STAT.c.o -o cmTC_c465f
gmake[1] : on quitte le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Determining if files sys/types.h exist passed with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_2fd45/fast && /usr/bin/gmake -f CMakeFiles/cmTC_2fd45.dir/build.make CMakeFiles/cmTC_2fd45.dir/build
gmake[1] : on entre dans le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_2fd45.dir/HAVE_SYS_TYPES.c.o
/usr/lib/ccache/bin/cc -o CMakeFiles/cmTC_2fd45.dir/HAVE_SYS_TYPES.c.o -c /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_TYPES.c
Linking C executable cmTC_2fd45
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2fd45.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc -rdynamic CMakeFiles/cmTC_2fd45.dir/HAVE_SYS_TYPES.c.o -o cmTC_2fd45
gmake[1] : on quitte le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Determining if files unistd.h exist passed with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c5e01/fast && /usr/bin/gmake -f CMakeFiles/cmTC_c5e01.dir/build.make CMakeFiles/cmTC_c5e01.dir/build
gmake[1] : on entre dans le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_c5e01.dir/HAVE_UNISTD.c.o
/usr/lib/ccache/bin/cc -o CMakeFiles/cmTC_c5e01.dir/HAVE_UNISTD.c.o -c /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CheckIncludeFiles/HAVE_UNISTD.c
Linking C executable cmTC_c5e01
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c5e01.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc -rdynamic CMakeFiles/cmTC_c5e01.dir/HAVE_UNISTD.c.o -o cmTC_c5e01
gmake[1] : on quitte le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Determining if files time.h exist passed with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_f982f/fast && /usr/bin/gmake -f CMakeFiles/cmTC_f982f.dir/build.make CMakeFiles/cmTC_f982f.dir/build
gmake[1] : on entre dans le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_f982f.dir/HAVE_TIME.c.o
/usr/lib/ccache/bin/cc -o CMakeFiles/cmTC_f982f.dir/HAVE_TIME.c.o -c /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CheckIncludeFiles/HAVE_TIME.c
Linking C executable cmTC_f982f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f982f.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc -rdynamic CMakeFiles/cmTC_f982f.dir/HAVE_TIME.c.o -o cmTC_f982f
gmake[1] : on quitte le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Determining if the function fseeko exists passed with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_2884c/fast && /usr/bin/gmake -f CMakeFiles/cmTC_2884c.dir/build.make CMakeFiles/cmTC_2884c.dir/build
gmake[1] : on entre dans le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_2884c.dir/CheckFunctionExists.c.o
/usr/lib/ccache/bin/cc -DCHECK_FUNCTION_EXISTS=fseeko -o CMakeFiles/cmTC_2884c.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_2884c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2884c.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc -DCHECK_FUNCTION_EXISTS=fseeko -rdynamic CMakeFiles/cmTC_2884c.dir/CheckFunctionExists.c.o -o cmTC_2884c
gmake[1] : on quitte le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Determining if the function getaddrinfo exists passed with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_ac468/fast && /usr/bin/gmake -f CMakeFiles/cmTC_ac468.dir/build.make CMakeFiles/cmTC_ac468.dir/build
gmake[1] : on entre dans le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_ac468.dir/CheckFunctionExists.c.o
/usr/lib/ccache/bin/cc -DCHECK_FUNCTION_EXISTS=getaddrinfo -o CMakeFiles/cmTC_ac468.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_ac468
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ac468.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc -DCHECK_FUNCTION_EXISTS=getaddrinfo -rdynamic CMakeFiles/cmTC_ac468.dir/CheckFunctionExists.c.o -o cmTC_ac468
gmake[1] : on quitte le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Determining if the function memcpy exists passed with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_8ac18/fast && /usr/bin/gmake -f CMakeFiles/cmTC_8ac18.dir/build.make CMakeFiles/cmTC_8ac18.dir/build
gmake[1] : on entre dans le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_8ac18.dir/CheckFunctionExists.c.o
/usr/lib/ccache/bin/cc -DCHECK_FUNCTION_EXISTS=memcpy -o CMakeFiles/cmTC_8ac18.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
<ligne-de-commande>: attention: types conflictuels pour la fonction interne « memcpy », « void *(void *, const void *, long unsigned int) » attendu [-Wbuiltin-declaration-mismatch]
/usr/share/cmake/Modules/CheckFunctionExists.c:7:3: note: dans l'expansion de la macro « CHECK_FUNCTION_EXISTS »
7 | CHECK_FUNCTION_EXISTS(void);
| ^~~~~~~~~~~~~~~~~~~~~
/usr/share/cmake/Modules/CheckFunctionExists.c:1:1: note: « memcpy » est déclaré dans l'en-tête « <string.h> »
+++ |+#include <string.h>
1 | #ifdef CHECK_FUNCTION_EXISTS
Linking C executable cmTC_8ac18
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8ac18.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc -DCHECK_FUNCTION_EXISTS=memcpy -rdynamic CMakeFiles/cmTC_8ac18.dir/CheckFunctionExists.c.o -o cmTC_8ac18
gmake[1] : on quitte le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Determining if the function mkstemp exists passed with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_89cdf/fast && /usr/bin/gmake -f CMakeFiles/cmTC_89cdf.dir/build.make CMakeFiles/cmTC_89cdf.dir/build
gmake[1] : on entre dans le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_89cdf.dir/CheckFunctionExists.c.o
/usr/lib/ccache/bin/cc -DCHECK_FUNCTION_EXISTS=mkstemp -o CMakeFiles/cmTC_89cdf.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_89cdf
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_89cdf.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc -DCHECK_FUNCTION_EXISTS=mkstemp -rdynamic CMakeFiles/cmTC_89cdf.dir/CheckFunctionExists.c.o -o cmTC_89cdf
gmake[1] : on quitte le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Determining if the function pread exists passed with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_4f29d/fast && /usr/bin/gmake -f CMakeFiles/cmTC_4f29d.dir/build.make CMakeFiles/cmTC_4f29d.dir/build
gmake[1] : on entre dans le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_4f29d.dir/CheckFunctionExists.c.o
/usr/lib/ccache/bin/cc -DCHECK_FUNCTION_EXISTS=pread -o CMakeFiles/cmTC_4f29d.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_4f29d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4f29d.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc -DCHECK_FUNCTION_EXISTS=pread -rdynamic CMakeFiles/cmTC_4f29d.dir/CheckFunctionExists.c.o -o cmTC_4f29d
gmake[1] : on quitte le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Determining if the function pwrite exists passed with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_ba906/fast && /usr/bin/gmake -f CMakeFiles/cmTC_ba906.dir/build.make CMakeFiles/cmTC_ba906.dir/build
gmake[1] : on entre dans le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_ba906.dir/CheckFunctionExists.c.o
/usr/lib/ccache/bin/cc -DCHECK_FUNCTION_EXISTS=pwrite -o CMakeFiles/cmTC_ba906.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_ba906
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ba906.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc -DCHECK_FUNCTION_EXISTS=pwrite -rdynamic CMakeFiles/cmTC_ba906.dir/CheckFunctionExists.c.o -o cmTC_ba906
gmake[1] : on quitte le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Determining if the function XOpenDisplay exists in the /usr/lib64/libX11.so;/usr/lib64/libXext.so passed with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_94035/fast && /usr/bin/gmake -f CMakeFiles/cmTC_94035.dir/build.make CMakeFiles/cmTC_94035.dir/build
gmake[1] : on entre dans le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_94035.dir/CheckFunctionExists.c.o
/usr/lib/ccache/bin/cc -DCHECK_FUNCTION_EXISTS=XOpenDisplay -fPIE -o CMakeFiles/cmTC_94035.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_94035
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_94035.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc -DCHECK_FUNCTION_EXISTS=XOpenDisplay -rdynamic CMakeFiles/cmTC_94035.dir/CheckFunctionExists.c.o -o cmTC_94035 /usr/lib64/libX11.so /usr/lib64/libXext.so
gmake[1] : on quitte le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Determining if the function gethostbyname exists passed with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_6a97f/fast && /usr/bin/gmake -f CMakeFiles/cmTC_6a97f.dir/build.make CMakeFiles/cmTC_6a97f.dir/build
gmake[1] : on entre dans le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_6a97f.dir/CheckFunctionExists.c.o
/usr/lib/ccache/bin/cc -DCHECK_FUNCTION_EXISTS=gethostbyname -fPIE -o CMakeFiles/cmTC_6a97f.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_6a97f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6a97f.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc -DCHECK_FUNCTION_EXISTS=gethostbyname -rdynamic CMakeFiles/cmTC_6a97f.dir/CheckFunctionExists.c.o -o cmTC_6a97f
gmake[1] : on quitte le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Determining if the function connect exists passed with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_8e650/fast && /usr/bin/gmake -f CMakeFiles/cmTC_8e650.dir/build.make CMakeFiles/cmTC_8e650.dir/build
gmake[1] : on entre dans le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_8e650.dir/CheckFunctionExists.c.o
/usr/lib/ccache/bin/cc -DCHECK_FUNCTION_EXISTS=connect -fPIE -o CMakeFiles/cmTC_8e650.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_8e650
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8e650.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc -DCHECK_FUNCTION_EXISTS=connect -rdynamic CMakeFiles/cmTC_8e650.dir/CheckFunctionExists.c.o -o cmTC_8e650
gmake[1] : on quitte le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Determining if the function remove exists passed with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_88207/fast && /usr/bin/gmake -f CMakeFiles/cmTC_88207.dir/build.make CMakeFiles/cmTC_88207.dir/build
gmake[1] : on entre dans le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_88207.dir/CheckFunctionExists.c.o
/usr/lib/ccache/bin/cc -DCHECK_FUNCTION_EXISTS=remove -fPIE -o CMakeFiles/cmTC_88207.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_88207
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_88207.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc -DCHECK_FUNCTION_EXISTS=remove -rdynamic CMakeFiles/cmTC_88207.dir/CheckFunctionExists.c.o -o cmTC_88207
gmake[1] : on quitte le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Determining if the function shmat exists passed with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_f1ae7/fast && /usr/bin/gmake -f CMakeFiles/cmTC_f1ae7.dir/build.make CMakeFiles/cmTC_f1ae7.dir/build
gmake[1] : on entre dans le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_f1ae7.dir/CheckFunctionExists.c.o
/usr/lib/ccache/bin/cc -DCHECK_FUNCTION_EXISTS=shmat -fPIE -o CMakeFiles/cmTC_f1ae7.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_f1ae7
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f1ae7.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc -DCHECK_FUNCTION_EXISTS=shmat -rdynamic CMakeFiles/cmTC_f1ae7.dir/CheckFunctionExists.c.o -o cmTC_f1ae7
gmake[1] : on quitte le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Determining if the function IceConnectionNumber exists in the ICE passed with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_16389/fast && /usr/bin/gmake -f CMakeFiles/cmTC_16389.dir/build.make CMakeFiles/cmTC_16389.dir/build
gmake[1] : on entre dans le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_16389.dir/CheckFunctionExists.c.o
/usr/lib/ccache/bin/cc -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -fPIE -o CMakeFiles/cmTC_16389.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_16389
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_16389.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -rdynamic CMakeFiles/cmTC_16389.dir/CheckFunctionExists.c.o -o cmTC_16389 -lICE
gmake[1] : on quitte le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Performing C SOURCE FILE Test HAVE_MEMFD_CREATE succeeded with the following output:
Change Dir: /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_0fd42/fast && /usr/bin/gmake -f CMakeFiles/cmTC_0fd42.dir/build.make CMakeFiles/cmTC_0fd42.dir/build
gmake[1] : on entre dans le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_0fd42.dir/src.c.o
/usr/lib/ccache/bin/cc -DHAVE_MEMFD_CREATE -o CMakeFiles/cmTC_0fd42.dir/src.c.o -c /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTC_0fd42
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0fd42.dir/link.txt --verbose=1
/usr/lib/ccache/bin/cc CMakeFiles/cmTC_0fd42.dir/src.c.o -o cmTC_0fd42
gmake[1] : on quitte le répertoire « /home/martin/Applications/Git/AppImageLauncher/build/CMakeFiles/CMakeTmp »
Source file was:
#define _GNU_SOURCE
#include <sys/mman.h>
int main(int argc, char** argv) {
memfd_create("test", 0);
}
|