-
Notifications
You must be signed in to change notification settings - Fork 0
/
CMakeOutput.log
973 lines (855 loc) · 70.1 KB
/
CMakeOutput.log
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
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
The system is: Linux - 4.15.0-2-amd64 - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/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/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/3.10.2/CompilerIdC/a.out"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/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/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/3.10.2/CompilerIdCXX/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_1ff2a/fast"
/usr/bin/make -f CMakeFiles/cmTC_1ff2a.dir/build.make CMakeFiles/cmTC_1ff2a.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1ff2a.dir/testCCompiler.c.o
/usr/bin/cc -o CMakeFiles/cmTC_1ff2a.dir/testCCompiler.c.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_1ff2a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1ff2a.dir/link.txt --verbose=1
/usr/bin/cc -rdynamic CMakeFiles/cmTC_1ff2a.dir/testCCompiler.c.o -o cmTC_1ff2a
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b306e/fast"
/usr/bin/make -f CMakeFiles/cmTC_b306e.dir/build.make CMakeFiles/cmTC_b306e.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b306e.dir/CMakeCCompilerABI.c.o
/usr/bin/cc -o CMakeFiles/cmTC_b306e.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.10/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_b306e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b306e.dir/link.txt --verbose=1
/usr/bin/cc -v -rdynamic CMakeFiles/cmTC_b306e.dir/CMakeCCompilerABI.c.o -o cmTC_b306e
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 7.3.0-14' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.3.0 (Debian 7.3.0-14)
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_b306e' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccETfYuS.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 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_b306e /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_b306e.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_b306e' '-mtune=generic' '-march=x86-64'
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_b306e/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_b306e.dir/build.make CMakeFiles/cmTC_b306e.dir/build]
ignore line: [make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp']
ignore line: [Building C object CMakeFiles/cmTC_b306e.dir/CMakeCCompilerABI.c.o]
ignore line: [/usr/bin/cc -o CMakeFiles/cmTC_b306e.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.10/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTC_b306e]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b306e.dir/link.txt --verbose=1]
ignore line: [/usr/bin/cc -v -rdynamic CMakeFiles/cmTC_b306e.dir/CMakeCCompilerABI.c.o -o cmTC_b306e ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/cc]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper]
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
ignore line: [Target: x86_64-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 7.3.0-14' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 7.3.0 (Debian 7.3.0-14) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_b306e' '-mtune=generic' '-march=x86-64']
link line: [ /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccETfYuS.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 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_b306e /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_b306e.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o]
arg [/usr/lib/gcc/x86_64-linux-gnu/7/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/ccETfYuS.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 [--sysroot=/] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [--hash-style=gnu] ==> 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_b306e] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o] ==> ignore
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib]
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..]
arg [CMakeFiles/cmTC_b306e.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [-lgcc] ==> lib [gcc]
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--no-as-needed] ==> ignore
arg [-lc] ==> lib [c]
arg [-lgcc] ==> lib [gcc]
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--no-as-needed] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] ==> ignore
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7] ==> [/usr/lib/gcc/x86_64-linux-gnu/7]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> [/usr/lib]
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> [/usr/lib]
implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
implicit fwks: []
Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a0d26/fast"
/usr/bin/make -f CMakeFiles/cmTC_a0d26.dir/build.make CMakeFiles/cmTC_a0d26.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a0d26.dir/feature_tests.c.o
/usr/bin/cc -std=c11 -o CMakeFiles/cmTC_a0d26.dir/feature_tests.c.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_a0d26
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a0d26.dir/link.txt --verbose=1
/usr/bin/cc -rdynamic CMakeFiles/cmTC_a0d26.dir/feature_tests.c.o -o cmTC_a0d26
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_restrict
Feature record: C_FEATURE:1c_static_assert
Feature record: C_FEATURE:1c_variadic_macros
Detecting C [-std=c99] compiler features compiled with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_771ce/fast"
/usr/bin/make -f CMakeFiles/cmTC_771ce.dir/build.make CMakeFiles/cmTC_771ce.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_771ce.dir/feature_tests.c.o
/usr/bin/cc -std=c99 -o CMakeFiles/cmTC_771ce.dir/feature_tests.c.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_771ce
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_771ce.dir/link.txt --verbose=1
/usr/bin/cc -rdynamic CMakeFiles/cmTC_771ce.dir/feature_tests.c.o -o cmTC_771ce
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:1c_variadic_macros
Detecting C [-std=c90] compiler features compiled with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_472c4/fast"
/usr/bin/make -f CMakeFiles/cmTC_472c4.dir/build.make CMakeFiles/cmTC_472c4.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_472c4.dir/feature_tests.c.o
/usr/bin/cc -std=c90 -o CMakeFiles/cmTC_472c4.dir/feature_tests.c.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_472c4
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_472c4.dir/link.txt --verbose=1
/usr/bin/cc -rdynamic CMakeFiles/cmTC_472c4.dir/feature_tests.c.o -o cmTC_472c4
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:0c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:0c_variadic_macros
Determining if the CXX compiler works passed with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_962c0/fast"
/usr/bin/make -f CMakeFiles/cmTC_962c0.dir/build.make CMakeFiles/cmTC_962c0.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_962c0.dir/testCXXCompiler.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_962c0.dir/testCXXCompiler.cxx.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_962c0
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_962c0.dir/link.txt --verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_962c0.dir/testCXXCompiler.cxx.o -o cmTC_962c0
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a48e3/fast"
/usr/bin/make -f CMakeFiles/cmTC_a48e3.dir/build.make CMakeFiles/cmTC_a48e3.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_a48e3.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++ -o CMakeFiles/cmTC_a48e3.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.10/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_a48e3
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a48e3.dir/link.txt --verbose=1
/usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_a48e3.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_a48e3
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 7.3.0-14' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.3.0 (Debian 7.3.0-14)
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_a48e3' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccDUD8h6.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 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_a48e3 /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_a48e3.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_a48e3' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_a48e3/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_a48e3.dir/build.make CMakeFiles/cmTC_a48e3.dir/build]
ignore line: [make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp']
ignore line: [Building CXX object CMakeFiles/cmTC_a48e3.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/usr/bin/c++ -o CMakeFiles/cmTC_a48e3.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.10/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Linking CXX executable cmTC_a48e3]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a48e3.dir/link.txt --verbose=1]
ignore line: [/usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_a48e3.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_a48e3 ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/c++]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper]
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
ignore line: [Target: x86_64-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 7.3.0-14' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 7.3.0 (Debian 7.3.0-14) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_a48e3' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
link line: [ /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccDUD8h6.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 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_a48e3 /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_a48e3.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o]
arg [/usr/lib/gcc/x86_64-linux-gnu/7/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/ccDUD8h6.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 [--sysroot=/] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [--hash-style=gnu] ==> 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_a48e3] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o] ==> ignore
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib]
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..]
arg [CMakeFiles/cmTC_a48e3.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-linux-gnu/7/crtendS.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] ==> ignore
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7] ==> [/usr/lib/gcc/x86_64-linux-gnu/7]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> [/usr/lib]
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> [/usr/lib]
implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
implicit fwks: []
Detecting CXX [-std=c++1z] compiler features compiled with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_85924/fast"
/usr/bin/make -f CMakeFiles/cmTC_85924.dir/build.make CMakeFiles/cmTC_85924.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_85924.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++1z -o CMakeFiles/cmTC_85924.dir/feature_tests.cxx.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_85924
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_85924.dir/link.txt --verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_85924.dir/feature_tests.cxx.o -o cmTC_85924
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++14] compiler features compiled with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_ec1a6/fast"
/usr/bin/make -f CMakeFiles/cmTC_ec1a6.dir/build.make CMakeFiles/cmTC_ec1a6.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_ec1a6.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_ec1a6.dir/feature_tests.cxx.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_ec1a6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ec1a6.dir/link.txt --verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_ec1a6.dir/feature_tests.cxx.o -o cmTC_ec1a6
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++11] compiler features compiled with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_59cf7/fast"
/usr/bin/make -f CMakeFiles/cmTC_59cf7.dir/build.make CMakeFiles/cmTC_59cf7.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_59cf7.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_59cf7.dir/feature_tests.cxx.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_59cf7
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_59cf7.dir/link.txt --verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_59cf7.dir/feature_tests.cxx.o -o cmTC_59cf7
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++98] compiler features compiled with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f76e4/fast"
/usr/bin/make -f CMakeFiles/cmTC_f76e4.dir/build.make CMakeFiles/cmTC_f76e4.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_f76e4.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_f76e4.dir/feature_tests.cxx.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_f76e4
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f76e4.dir/link.txt --verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_f76e4.dir/feature_tests.cxx.o -o cmTC_f76e4
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:0cxx_alias_templates
Feature record: CXX_FEATURE:0cxx_alignas
Feature record: CXX_FEATURE:0cxx_alignof
Feature record: CXX_FEATURE:0cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:0cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:0cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:0cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:0cxx_default_function_template_args
Feature record: CXX_FEATURE:0cxx_defaulted_functions
Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:0cxx_delegating_constructors
Feature record: CXX_FEATURE:0cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
Feature record: CXX_FEATURE:0cxx_explicit_conversions
Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
Feature record: CXX_FEATURE:0cxx_extern_templates
Feature record: CXX_FEATURE:0cxx_final
Feature record: CXX_FEATURE:0cxx_func_identifier
Feature record: CXX_FEATURE:0cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:0cxx_inheriting_constructors
Feature record: CXX_FEATURE:0cxx_inline_namespaces
Feature record: CXX_FEATURE:0cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:0cxx_local_type_template_args
Feature record: CXX_FEATURE:0cxx_long_long_type
Feature record: CXX_FEATURE:0cxx_noexcept
Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
Feature record: CXX_FEATURE:0cxx_nullptr
Feature record: CXX_FEATURE:0cxx_override
Feature record: CXX_FEATURE:0cxx_range_for
Feature record: CXX_FEATURE:0cxx_raw_string_literals
Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:0cxx_right_angle_brackets
Feature record: CXX_FEATURE:0cxx_rvalue_references
Feature record: CXX_FEATURE:0cxx_sizeof_member
Feature record: CXX_FEATURE:0cxx_static_assert
Feature record: CXX_FEATURE:0cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:0cxx_thread_local
Feature record: CXX_FEATURE:0cxx_trailing_return_types
Feature record: CXX_FEATURE:0cxx_unicode_literals
Feature record: CXX_FEATURE:0cxx_uniform_initialization
Feature record: CXX_FEATURE:0cxx_unrestricted_unions
Feature record: CXX_FEATURE:0cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:0cxx_variadic_macros
Feature record: CXX_FEATURE:0cxx_variadic_templates
Performing C++ SOURCE FILE Test TAGLIB_ASF_FOUND succeeded with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_42f80/fast"
/usr/bin/make -f CMakeFiles/cmTC_42f80.dir/build.make CMakeFiles/cmTC_42f80.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_42f80.dir/src.cxx.o
/usr/bin/c++ -I/usr/include/taglib -DTAGLIB_ASF_FOUND -o CMakeFiles/cmTC_42f80.dir/src.cxx.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_42f80
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_42f80.dir/link.txt --verbose=1
/usr/bin/c++ -DTAGLIB_ASF_FOUND -rdynamic CMakeFiles/cmTC_42f80.dir/src.cxx.o -o cmTC_42f80 -L/usr/lib/x86_64-linux-gnu -ltag
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Source file was:
#include <asftag.h>
int main() { TagLib::ASF::Tag tag; return 0;}
Performing C++ SOURCE FILE Test TAGLIB_MP4_FOUND succeeded with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b9e35/fast"
/usr/bin/make -f CMakeFiles/cmTC_b9e35.dir/build.make CMakeFiles/cmTC_b9e35.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_b9e35.dir/src.cxx.o
/usr/bin/c++ -I/usr/include/taglib -DTAGLIB_MP4_FOUND -o CMakeFiles/cmTC_b9e35.dir/src.cxx.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_b9e35
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b9e35.dir/link.txt --verbose=1
/usr/bin/c++ -DTAGLIB_MP4_FOUND -rdynamic CMakeFiles/cmTC_b9e35.dir/src.cxx.o -o cmTC_b9e35 -L/usr/lib/x86_64-linux-gnu -ltag
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Source file was:
#include <mp4tag.h>
int main() { TagLib::MP4::Tag tag(0, 0); return 0;}
Performing C++ SOURCE FILE Test TAGLIB_MOD_FOUND succeeded with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_aa3b7/fast"
/usr/bin/make -f CMakeFiles/cmTC_aa3b7.dir/build.make CMakeFiles/cmTC_aa3b7.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_aa3b7.dir/src.cxx.o
/usr/bin/c++ -I/usr/include/taglib -DTAGLIB_MOD_FOUND -o CMakeFiles/cmTC_aa3b7.dir/src.cxx.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_aa3b7
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aa3b7.dir/link.txt --verbose=1
/usr/bin/c++ -DTAGLIB_MOD_FOUND -rdynamic CMakeFiles/cmTC_aa3b7.dir/src.cxx.o -o cmTC_aa3b7 -L/usr/lib/x86_64-linux-gnu -ltag
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Source file was:
#include <modtag.h>
#include <modfile.h>
#include <s3mfile.h>
#include <itfile.h>
#include <xmfile.h>
using namespace TagLib;
int main() { char *s; Mod::Tag tag; Mod::File modfile(s); S3M::File s3mfile(s);
IT::File itfile(s); XM::File xmfile(s); return 0; }
Performing C++ SOURCE FILE Test TAGLIB_OPUS_FOUND succeeded with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_63a1d/fast"
/usr/bin/make -f CMakeFiles/cmTC_63a1d.dir/build.make CMakeFiles/cmTC_63a1d.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_63a1d.dir/src.cxx.o
/usr/bin/c++ -I/usr/include/taglib -DTAGLIB_OPUS_FOUND -o CMakeFiles/cmTC_63a1d.dir/src.cxx.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_63a1d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_63a1d.dir/link.txt --verbose=1
/usr/bin/c++ -DTAGLIB_OPUS_FOUND -rdynamic CMakeFiles/cmTC_63a1d.dir/src.cxx.o -o cmTC_63a1d -L/usr/lib/x86_64-linux-gnu -ltag
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Source file was:
#include <opusfile.h>
int main() { char *s; TagLib::Ogg::Opus::File opusfile(s); return 0;}
Determining if the Q_WS_X11 exist passed with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_d0a31/fast"
/usr/bin/make -f CMakeFiles/cmTC_d0a31.dir/build.make CMakeFiles/cmTC_d0a31.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_d0a31.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/taglib -I/usr/include/qt4 -fmessage-length=0 -Wl,--as-needed -I/usr/include/taglib -o CMakeFiles/cmTC_d0a31.dir/CheckSymbolExists.cxx.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
Linking CXX executable cmTC_d0a31
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d0a31.dir/link.txt --verbose=1
/usr/bin/c++ -fmessage-length=0 -Wl,--as-needed -I/usr/include/taglib -rdynamic CMakeFiles/cmTC_d0a31.dir/CheckSymbolExists.cxx.o -o cmTC_d0a31 -L/usr/lib/x86_64-linux-gnu -ltag
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
File /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef Q_WS_X11
return ((int*)(&Q_WS_X11))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function XOpenDisplay exists in the /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so;/usr/lib/x86_64-linux-gnu/libXft.so;/usr/lib/x86_64-linux-gnu/libXau.so;/usr/lib/x86_64-linux-gnu/libXdmcp.so;/usr/lib/x86_64-linux-gnu/libXpm.so passed with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_4b6d9/fast"
/usr/bin/make -f CMakeFiles/cmTC_4b6d9.dir/build.make CMakeFiles/cmTC_4b6d9.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4b6d9.dir/CheckFunctionExists.c.o
/usr/bin/cc -fmessage-length=0 -DCHECK_FUNCTION_EXISTS=XOpenDisplay -I/usr/include/taglib -o CMakeFiles/cmTC_4b6d9.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c
Linking C executable cmTC_4b6d9
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4b6d9.dir/link.txt --verbose=1
/usr/bin/cc -fmessage-length=0 -DCHECK_FUNCTION_EXISTS=XOpenDisplay -I/usr/include/taglib -rdynamic CMakeFiles/cmTC_4b6d9.dir/CheckFunctionExists.c.o -o cmTC_4b6d9 /usr/lib/x86_64-linux-gnu/libX11.so /usr/lib/x86_64-linux-gnu/libXext.so /usr/lib/x86_64-linux-gnu/libXft.so /usr/lib/x86_64-linux-gnu/libXau.so /usr/lib/x86_64-linux-gnu/libXdmcp.so /usr/lib/x86_64-linux-gnu/libXpm.so -L/usr/lib/x86_64-linux-gnu -ltag
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Determining if the function gethostbyname exists passed with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2fccd/fast"
/usr/bin/make -f CMakeFiles/cmTC_2fccd.dir/build.make CMakeFiles/cmTC_2fccd.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2fccd.dir/CheckFunctionExists.c.o
/usr/bin/cc -I/usr/include/taglib -fmessage-length=0 -DCHECK_FUNCTION_EXISTS=gethostbyname -I/usr/include/taglib -o CMakeFiles/cmTC_2fccd.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c
Linking C executable cmTC_2fccd
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2fccd.dir/link.txt --verbose=1
/usr/bin/cc -fmessage-length=0 -DCHECK_FUNCTION_EXISTS=gethostbyname -I/usr/include/taglib -rdynamic CMakeFiles/cmTC_2fccd.dir/CheckFunctionExists.c.o -o cmTC_2fccd -L/usr/lib/x86_64-linux-gnu -ltag
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Determining if the function connect exists passed with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_53d39/fast"
/usr/bin/make -f CMakeFiles/cmTC_53d39.dir/build.make CMakeFiles/cmTC_53d39.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_53d39.dir/CheckFunctionExists.c.o
/usr/bin/cc -I/usr/include/taglib -fmessage-length=0 -DCHECK_FUNCTION_EXISTS=connect -I/usr/include/taglib -o CMakeFiles/cmTC_53d39.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c
Linking C executable cmTC_53d39
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_53d39.dir/link.txt --verbose=1
/usr/bin/cc -fmessage-length=0 -DCHECK_FUNCTION_EXISTS=connect -I/usr/include/taglib -rdynamic CMakeFiles/cmTC_53d39.dir/CheckFunctionExists.c.o -o cmTC_53d39 -L/usr/lib/x86_64-linux-gnu -ltag
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Determining if the function remove exists passed with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_29352/fast"
/usr/bin/make -f CMakeFiles/cmTC_29352.dir/build.make CMakeFiles/cmTC_29352.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_29352.dir/CheckFunctionExists.c.o
/usr/bin/cc -I/usr/include/taglib -fmessage-length=0 -DCHECK_FUNCTION_EXISTS=remove -I/usr/include/taglib -o CMakeFiles/cmTC_29352.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c
Linking C executable cmTC_29352
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_29352.dir/link.txt --verbose=1
/usr/bin/cc -fmessage-length=0 -DCHECK_FUNCTION_EXISTS=remove -I/usr/include/taglib -rdynamic CMakeFiles/cmTC_29352.dir/CheckFunctionExists.c.o -o cmTC_29352 -L/usr/lib/x86_64-linux-gnu -ltag
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Determining if the function shmat exists passed with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_48762/fast"
/usr/bin/make -f CMakeFiles/cmTC_48762.dir/build.make CMakeFiles/cmTC_48762.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_48762.dir/CheckFunctionExists.c.o
/usr/bin/cc -I/usr/include/taglib -fmessage-length=0 -DCHECK_FUNCTION_EXISTS=shmat -I/usr/include/taglib -o CMakeFiles/cmTC_48762.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c
Linking C executable cmTC_48762
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_48762.dir/link.txt --verbose=1
/usr/bin/cc -fmessage-length=0 -DCHECK_FUNCTION_EXISTS=shmat -I/usr/include/taglib -rdynamic CMakeFiles/cmTC_48762.dir/CheckFunctionExists.c.o -o cmTC_48762 -L/usr/lib/x86_64-linux-gnu -ltag
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Determining if the function IceConnectionNumber exists in the ICE passed with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_09dfe/fast"
/usr/bin/make -f CMakeFiles/cmTC_09dfe.dir/build.make CMakeFiles/cmTC_09dfe.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_09dfe.dir/CheckFunctionExists.c.o
/usr/bin/cc -fmessage-length=0 -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -I/usr/include/taglib -o CMakeFiles/cmTC_09dfe.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c
Linking C executable cmTC_09dfe
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_09dfe.dir/link.txt --verbose=1
/usr/bin/cc -fmessage-length=0 -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -I/usr/include/taglib -rdynamic CMakeFiles/cmTC_09dfe.dir/CheckFunctionExists.c.o -o cmTC_09dfe -lICE -L/usr/lib/x86_64-linux-gnu -ltag
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Determining if the include file pthread.h exists passed with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_8f24f/fast"
/usr/bin/make -f CMakeFiles/cmTC_8f24f.dir/build.make CMakeFiles/cmTC_8f24f.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8f24f.dir/CheckIncludeFile.c.o
/usr/bin/cc -I/usr/include/taglib -fmessage-length=0 -I/usr/include/taglib -o CMakeFiles/cmTC_8f24f.dir/CheckIncludeFile.c.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_8f24f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8f24f.dir/link.txt --verbose=1
/usr/bin/cc -fmessage-length=0 -I/usr/include/taglib -rdynamic CMakeFiles/cmTC_8f24f.dir/CheckIncludeFile.c.o -o cmTC_8f24f
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Determining if the function pthread_create exists in the pthread passed with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_7c2b4/fast"
/usr/bin/make -f CMakeFiles/cmTC_7c2b4.dir/build.make CMakeFiles/cmTC_7c2b4.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7c2b4.dir/CheckFunctionExists.c.o
/usr/bin/cc -fmessage-length=0 -DCHECK_FUNCTION_EXISTS=pthread_create -I/usr/include/taglib -o CMakeFiles/cmTC_7c2b4.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c
Linking C executable cmTC_7c2b4
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7c2b4.dir/link.txt --verbose=1
/usr/bin/cc -fmessage-length=0 -DCHECK_FUNCTION_EXISTS=pthread_create -I/usr/include/taglib -rdynamic CMakeFiles/cmTC_7c2b4.dir/CheckFunctionExists.c.o -o cmTC_7c2b4 -lpthread -L/usr/lib/x86_64-linux-gnu -ltag
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Determining if the _POSIX_TIMERS exist passed with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2eb7b/fast"
/usr/bin/make -f CMakeFiles/cmTC_2eb7b.dir/build.make CMakeFiles/cmTC_2eb7b.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2eb7b.dir/CheckSymbolExists.c.o
/usr/bin/cc -I/usr/include/taglib -fmessage-length=0 -I/usr/include/taglib -o CMakeFiles/cmTC_2eb7b.dir/CheckSymbolExists.c.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_2eb7b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2eb7b.dir/link.txt --verbose=1
/usr/bin/cc -fmessage-length=0 -I/usr/include/taglib -rdynamic CMakeFiles/cmTC_2eb7b.dir/CheckSymbolExists.c.o -o cmTC_2eb7b -lrt
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
File /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
#include <time.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef _POSIX_TIMERS
return ((int*)(&_POSIX_TIMERS))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C++ SOURCE FILE Test _OFFT_IS_64BIT succeeded with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f7278/fast"
/usr/bin/make -f CMakeFiles/cmTC_f7278.dir/build.make CMakeFiles/cmTC_f7278.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_f7278.dir/src.cxx.o
/usr/bin/c++ -I/usr/include/taglib -fmessage-length=0 -Wl,--as-needed -D_OFFT_IS_64BIT -I/usr/include/taglib -o CMakeFiles/cmTC_f7278.dir/src.cxx.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_f7278
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f7278.dir/link.txt --verbose=1
/usr/bin/c++ -fmessage-length=0 -Wl,--as-needed -D_OFFT_IS_64BIT -I/usr/include/taglib -rdynamic CMakeFiles/cmTC_f7278.dir/src.cxx.o -o cmTC_f7278 -L/usr/lib/x86_64-linux-gnu -ltag
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Source file was:
#include <sys/types.h>
/* Check that off_t can represent 2**63 - 1 correctly.
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1];
int main() { return 0; }
Performing C++ SOURCE FILE Test HAVE_FPIE_SUPPORT succeeded with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_bb775/fast"
/usr/bin/make -f CMakeFiles/cmTC_bb775.dir/build.make CMakeFiles/cmTC_bb775.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_bb775.dir/src.cxx.o
/usr/bin/c++ -I/usr/include/taglib -fmessage-length=0 -Wl,--as-needed -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -DHAVE_FPIE_SUPPORT -I/usr/include/taglib -fPIE -o CMakeFiles/cmTC_bb775.dir/src.cxx.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_bb775
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bb775.dir/link.txt --verbose=1
/usr/bin/c++ -fmessage-length=0 -Wl,--as-needed -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -DHAVE_FPIE_SUPPORT -I/usr/include/taglib -rdynamic CMakeFiles/cmTC_bb775.dir/src.cxx.o -o cmTC_bb775 -L/usr/lib/x86_64-linux-gnu -ltag
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test __KDE_HAVE_W_OVERLOADED_VIRTUAL succeeded with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_003ef/fast"
/usr/bin/make -f CMakeFiles/cmTC_003ef.dir/build.make CMakeFiles/cmTC_003ef.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_003ef.dir/src.cxx.o
/usr/bin/c++ -I/usr/include/taglib -fmessage-length=0 -Wl,--as-needed -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -D__KDE_HAVE_W_OVERLOADED_VIRTUAL -I/usr/include/taglib -Woverloaded-virtual -o CMakeFiles/cmTC_003ef.dir/src.cxx.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_003ef
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_003ef.dir/link.txt --verbose=1
/usr/bin/c++ -fmessage-length=0 -Wl,--as-needed -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -D__KDE_HAVE_W_OVERLOADED_VIRTUAL -I/usr/include/taglib -rdynamic CMakeFiles/cmTC_003ef.dir/src.cxx.o -o cmTC_003ef -L/usr/lib/x86_64-linux-gnu -ltag
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test __KDE_HAVE_GCC_VISIBILITY succeeded with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_19c6f/fast"
/usr/bin/make -f CMakeFiles/cmTC_19c6f.dir/build.make CMakeFiles/cmTC_19c6f.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_19c6f.dir/src.cxx.o
/usr/bin/c++ -I/usr/include/taglib -fmessage-length=0 -Wl,--as-needed -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -D__KDE_HAVE_GCC_VISIBILITY -I/usr/include/taglib -fvisibility=hidden -o CMakeFiles/cmTC_19c6f.dir/src.cxx.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_19c6f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_19c6f.dir/link.txt --verbose=1
/usr/bin/c++ -fmessage-length=0 -Wl,--as-needed -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -D__KDE_HAVE_GCC_VISIBILITY -I/usr/include/taglib -rdynamic CMakeFiles/cmTC_19c6f.dir/src.cxx.o -o cmTC_19c6f -L/usr/lib/x86_64-linux-gnu -ltag
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Determining if files gcrypt.h exist passed with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_65600/fast"
/usr/bin/make -f CMakeFiles/cmTC_65600.dir/build.make CMakeFiles/cmTC_65600.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_65600.dir/CheckIncludeFiles.c.o
/usr/bin/cc -I/usr/include/taglib -fmessage-length=0 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -I/usr/include/taglib -o CMakeFiles/cmTC_65600.dir/CheckIncludeFiles.c.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_65600
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_65600.dir/link.txt --verbose=1
/usr/bin/cc -fmessage-length=0 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -I/usr/include/taglib -rdynamic CMakeFiles/cmTC_65600.dir/CheckIncludeFiles.c.o -o cmTC_65600
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Performing C++ SOURCE FILE Test QT4_GLIB_SUPPORT succeeded with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_30f2a/fast"
/usr/bin/make -f CMakeFiles/cmTC_30f2a.dir/build.make CMakeFiles/cmTC_30f2a.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_30f2a.dir/src.cxx.o
/usr/bin/c++ -I/usr/include/qt4/phonon -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDBus -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4 -fmessage-length=0 -Wl,--as-needed -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -std=c++0x -DQT4_GLIB_SUPPORT -o CMakeFiles/cmTC_30f2a.dir/src.cxx.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_30f2a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_30f2a.dir/link.txt --verbose=1
/usr/bin/c++ -fmessage-length=0 -Wl,--as-needed -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -std=c++0x -DQT4_GLIB_SUPPORT -rdynamic CMakeFiles/cmTC_30f2a.dir/src.cxx.o -o cmTC_30f2a -L/usr/lib/x86_64-linux-gnu -ltag
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Source file was:
#include <QtCore/QtGlobal>
int main()
{
#if defined(QT_NO_GLIBASDF)
#error "Qt was compiled with Glib disabled"
#endif
return 0;
}