Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

13.09.2014, 16:12

media-tv/xbmc 12.2-r1

Hi,

Das Paket media-tv/xbmc 12.2-r1 fehlert beim mergen.

Ich vermute es tritt auf seit ich für ffmpeg das ~amd64 flag hinzugefügt hab und das x265 flag. Kann es daran liegen?

Hier noch das build.log:


Quellcode

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
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
* Package:    media-tv/xbmc-12.2-r1
 * Repository: gentoo
 * Maintainer: xbox@gentoo.org
 * USE:        X abi_x86_64 alsa amd64 bluetooth elibc_glibc kernel_linux mysql opengl projectm pulseaudio python_single_target_python2_7 python_targets_python2_7 rsxs samba sdl sse sse2 udisks upower usb userland_GNU vdpau webserver xrandr
 * FEATURES:   preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking xbmc-12.2.tar.gz to /var/tmp/portage/media-tv/xbmc-12.2-r1/work
>>> Unpacking xbmc_backports-12-1.tar.bz2 to /var/tmp/portage/media-tv/xbmc-12.2-r1/work
>>> Source unpacked in /var/tmp/portage/media-tv/xbmc-12.2-r1/work
>>> Preparing source in /var/tmp/portage/media-tv/xbmc-12.2-r1/work/xbmc-12.2 ...
 * Applying xbmc-12.1-nomythtv.patch ...                                                                                                   [ ok ]
 * Applying xbmc-9999-no-arm-flags.patch ...                                                                                               [ ok ]
 * Applying patches backported from master...
 *   010_all_resampler_context.patch ...                                                                                                   [ ok ]
 *   020_all_mkv_embedded.patch ...                                                                                                        [ ok ]
 *   030_all_libav_version_checks.patch ...                                                                                                [ ok ]
 *   040_all_libavfilter_version_checks.patch ...                                                                                          [ ok ]
 *   050_all_avresample1.patch ...                                                                                                         [ ok ]
 *   060_all_url_feof.patch ...                                                                                                            [ ok ]
 *   070_all_pgs_subtitles.patch ...                                                                                                       [ ok ]
 * Done with patching
make -j5 -f - f 
 * Running eautoreconf in '/var/tmp/portage/media-tv/xbmc-12.2-r1/work/xbmc-12.2' ...
 * Running libtoolize --install --copy --force ...                                                                                         [ ok ]
 * Running aclocal ...                                                                                                                     [ ok ]
 * Running autoconf ...                                                                                                                    [ ok ]
 * Running autoheader ...                                                                                                                  [ ok ]
 * Running automake --add-missing --copy --foreign --force-missing ...                                                                     [ ok ]
 * Running elibtoolize in: xbmc-12.2/
 *   Applying target-nm/2.4.2 patch ...
 * Running elibtoolize in: xbmc-12.2/build-aux/
 *   Applying portage/1.2.0 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.4.2 patch ...
 * Running elibtoolize in: xbmc-12.2/lib/cpluff/
 *   Applying target-nm/2.4.2 patch ...
 * Running elibtoolize in: xbmc-12.2/lib/cpluff/auxliary/
 *   Applying portage/2.2 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.2.6 patch ...
 * Running elibtoolize in: xbmc-12.2/lib/cximage-6.0/zlib/
 * Running elibtoolize in: xbmc-12.2/lib/enca/
 *   Applying install-sh/1.5.4 patch ...
 *   Applying portage/2.2 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.2.6 patch ...
 *   Applying target-nm/2.4.2 patch ...
 * Running elibtoolize in: xbmc-12.2/lib/ffmpeg/
 * Running elibtoolize in: xbmc-12.2/lib/freetype/
 * Running elibtoolize in: xbmc-12.2/lib/freetype/builds/unix/
 *   Applying portage/2.2 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.2.6 patch ...
 *   Applying target-nm/2.4.2 patch ...
 * Running elibtoolize in: xbmc-12.2/lib/gtest/
 *   Applying target-nm/2.4.2 patch ...
 * Running elibtoolize in: xbmc-12.2/lib/gtest/build-aux/
 *   Applying portage/2.2 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.2.6 patch ...
 * Running elibtoolize in: xbmc-12.2/lib/libdvd/libdvdcss/
 *   Applying target-nm/2.4.2 patch ...
 * Running elibtoolize in: xbmc-12.2/lib/libdvd/libdvdcss/.auto/
 *   Applying portage/2.2 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.2.6 patch ...
 * Running elibtoolize in: xbmc-12.2/lib/libdvd/libdvdnav/
 *   Applying portage/2.2 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.2.6 patch ...
 *   Applying target-nm/2.4.2 patch ...
 * Running elibtoolize in: xbmc-12.2/lib/libdvd/libdvdread/
 *   Applying portage/2.2 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.2.6 patch ...
 *   Applying target-nm/2.4.2 patch ...
 * Running elibtoolize in: xbmc-12.2/lib/liblame/
 *   Applying install-sh/1.5.4 patch ...
 *   Applying portage/1.5.10 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/1.5.26 patch ...
 *   Applying target-nm/2.4.2 patch ...
 * Running elibtoolize in: xbmc-12.2/lib/libmad/
 *   Applying portage/2.2 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.2.6 patch ...
 *   Applying target-nm/2.4.2 patch ...
 * Running elibtoolize in: xbmc-12.2/lib/libmicrohttpd/
 *   Applying portage/2.2 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.2.6 patch ...
 *   Applying target-nm/2.4.2 patch ...
 * Running elibtoolize in: xbmc-12.2/lib/libmodplug/
 *   Applying portage/2.2 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.2.6 patch ...
 *   Applying target-nm/2.4.2 patch ...
 * Running elibtoolize in: xbmc-12.2/lib/libmpeg2/
 *   Applying target-nm/2.4.2 patch ...
 * Running elibtoolize in: xbmc-12.2/lib/libmpeg2/.auto/
 *   Applying portage/1.5.10 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/1.5.26 patch ...
 * Running elibtoolize in: xbmc-12.2/lib/libsidplay2/libsidplay/unix/
 *   Applying install-sh/1.5.6 patch ...
 *   Applying portage/1.5.10 patch ...
 *   Applying max_cmd_len/1.5.20 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/1.5 patch ...
 * Running elibtoolize in: xbmc-12.2/lib/win32/pcre/
 *   Applying portage/2.2 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.2.6 patch ...
 *   Applying target-nm/2.4.2 patch ...
 * Running elibtoolize in: xbmc-12.2/tools/android/depends/
rm: cannot remove ‘/var/tmp/portage/media-tv/xbmc-12.2-r1/work/xbmc-12.2/tools/android/depends/libtool’: Is a directory
 * Running elibtoolize in: xbmc-12.2/xbmc/screensavers/rsxs-0.9/
 *   Applying target-nm/2.4.2 patch ...
 * Running elibtoolize in: xbmc-12.2/xbmc/visualizations/Goom/goom2k4-0/
 *   Applying portage/2.2 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.2.6 patch ...
 *   Applying target-nm/2.4.2 patch ...
 * Running elibtoolize in: xbmc-12.2/xbmc/visualizations/Goom/goom2k4-0/gtk-gui-devel/
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/media-tv/xbmc-12.2-r1/work/xbmc-12.2 ...
 * econf: updating xbmc-12.2/xbmc/visualizations/Goom/goom2k4-0/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating xbmc-12.2/xbmc/visualizations/Goom/goom2k4-0/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating xbmc-12.2/xbmc/screensavers/rsxs-0.9/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating xbmc-12.2/xbmc/screensavers/rsxs-0.9/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating xbmc-12.2/lib/cpluff/auxliary/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating xbmc-12.2/lib/cpluff/auxliary/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating xbmc-12.2/lib/libsidplay2/libsidplay/unix/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating xbmc-12.2/lib/libsidplay2/libsidplay/unix/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating xbmc-12.2/lib/win32/pcre/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating xbmc-12.2/lib/win32/pcre/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating xbmc-12.2/lib/enca/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating xbmc-12.2/lib/enca/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating xbmc-12.2/lib/timidity/autoconf/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating xbmc-12.2/lib/timidity/autoconf/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating xbmc-12.2/lib/liblame/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating xbmc-12.2/lib/liblame/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating xbmc-12.2/lib/libmad/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating xbmc-12.2/lib/libmad/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating xbmc-12.2/lib/libmodplug/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating xbmc-12.2/lib/libmodplug/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating xbmc-12.2/lib/libmpeg2/.auto/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating xbmc-12.2/lib/libmpeg2/.auto/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating xbmc-12.2/lib/freetype/builds/unix/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating xbmc-12.2/lib/freetype/builds/unix/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating xbmc-12.2/lib/libdvd/libdvdnav/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating xbmc-12.2/lib/libdvd/libdvdnav/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating xbmc-12.2/lib/libdvd/libdvdread/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating xbmc-12.2/lib/libdvd/libdvdread/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating xbmc-12.2/lib/libdvd/libdvdcss/.auto/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating xbmc-12.2/lib/libdvd/libdvdcss/.auto/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating xbmc-12.2/lib/libmicrohttpd/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating xbmc-12.2/lib/libmicrohttpd/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating xbmc-12.2/lib/gtest/build-aux/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating xbmc-12.2/lib/gtest/build-aux/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating xbmc-12.2/build-aux/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating xbmc-12.2/build-aux/config.guess with /usr/share/gnuconfig/config.guess
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-silent-rules --disable-dependency-tracking --docdir=/usr/share/doc/xbmc-12.2-r1 --disable-ccache --disable-optimizations --enable-external-libraries --disable-airplay --disable-avahi --disable-libbluray --disable-libcap --disable-libcec --disable-dvdcss --disable-debug --disable-gles --disable-goom --disable-hal --disable-joystick --disable-mid --enable-mysql --disable-neon --disable-nfs --enable-gl --disable-profiling --enable-projectm --enable-pulse --disable-mythtv --enable-rsxs --disable-rtmp --enable-samba --enable-sdl --disable-ssh --enable-libusb --disable-upnp --disable-vaapi --enable-vdpau --enable-webserver --enable-x11 --enable-xrandr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-pc-linux-gnu-g++... none
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... none
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B
checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking for sysroot... no
checking for x86_64-pc-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gawk... (cached) gawk
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for uid_t in sys/types.h... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether closedir returns void... no
checking for error_at_line... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no
checking whether lstat correctly handles trailing slash... yes
checking whether lstat accepts an empty string... no
checking whether lstat correctly handles trailing slash... (cached) yes
checking for working memcmp... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for sys/param.h... yes
checking for utime.h... yes
checking for alarm... yes
checking for working mktime... yes
checking for getpagesize... yes
checking for working mmap... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking whether stat accepts an empty string... no
checking for working strcoll... yes
checking for strftime... yes
checking for working strtod... yes
checking whether utime accepts a null argument... yes
checking for vprintf... yes
checking for _doprnt... no
checking for atexit... yes
checking for dup2... yes
checking for fdatasync... yes
checking for floor... no
checking for fs_stat_dev... no
checking for ftime... yes
checking for ftruncate... yes
checking for getcwd... yes
checking for gethostbyaddr... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for getpagesize... (cached) yes
checking for getpass... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for lchown... yes
checking for localeconv... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for modf... yes
checking for munmap... yes
checking for pow... no
checking for rmdir... yes
checking for select... yes
checking for setenv... yes
checking for setlocale... yes
checking for socket... yes
checking for sqrt... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strpbrk... yes
checking for strrchr... yes
checking for strspn... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for sysinfo... yes
checking for tzset... yes
checking for utime... yes
checking size of int... 4
checking size of size_t... 8
checking for __sync_add_and_fetch(temp, 1)... yes
checking for __sync_sub_and_fetch(temp, 1)... yes
checking for __sync_val_compare_and_swap(temp, 1, 1)... yes
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking boost/shared_ptr.hpp usability... yes
checking boost/shared_ptr.hpp presence... yes
checking for boost/shared_ptr.hpp... yes
checking for python... /usr/bin/python2.7
checking for a version of Python >= '2.1.0'... yes
checking for a version of Python >= 2.4... yes
checking for the distutils Python package... yes
checking for Python include path... -I/usr/include/python2.7
checking for Python library path... -L/usr/lib64 -lpython2.7
checking for Python site-packages path... /usr/lib64/python2.7/site-packages
checking python extra libraries...  -lpthread -ldl  -lutil
checking python extra linking flags... -Xlinker -export-dynamic
checking consistency of all components of python development environment... yes
configure: Using Python 2.7
checking for main in -lGL... yes
checking for main in -lGLEW... yes
checking for main in -lGLU... yes
checking for mysql_config... /usr/bin/mysql_config
checking ass/ass.h usability... yes
checking ass/ass.h presence... yes
checking for ass/ass.h... yes
checking mpeg2dec/mpeg2.h usability... yes
checking mpeg2dec/mpeg2.h presence... yes
checking for mpeg2dec/mpeg2.h... yes
checking for mpeg2dec/mpeg2convert.h... yes
checking mad.h usability... yes
checking mad.h presence... yes
checking for mad.h... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking samplerate.h usability... yes
checking samplerate.h presence... yes
checking for samplerate.h... yes
checking ogg/ogg.h usability... yes
checking ogg/ogg.h presence... yes
checking for ogg/ogg.h... yes
checking vorbis/vorbisfile.h usability... yes
checking vorbis/vorbisfile.h presence... yes
checking for vorbis/vorbisfile.h... yes
checking libmodplug/modplug.h usability... yes
checking libmodplug/modplug.h presence... yes
checking for libmodplug/modplug.h... yes
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking FLAC/stream_decoder.h usability... yes
checking FLAC/stream_decoder.h presence... yes
checking for FLAC/stream_decoder.h... yes
checking openssl/crypto.h usability... yes
checking openssl/crypto.h presence... yes
checking for openssl/crypto.h... yes
checking gcrypt.h usability... yes
checking gcrypt.h presence... yes
checking for gcrypt.h... yes
checking for main in -lgpg-error... yes
checking for gcry_control in -lgcrypt... yes
checking for main in -lbz2... yes
checking for main in -ljpeg... yes
checking for main in -ltiff... yes
checking for main in -lpthread... yes
checking for pthread_setname_np in -lpthread... yes
checking for main in -llzo2... yes
checking for main in -lz... yes
checking for main in -lcrypto... yes
checking for main in -lssl... yes
checking for main in -lmysqlclient... yes
checking for hci_devid in -lbluetooth... (cached) yes
checking for main in -lyajl... yes
checking for main in -ltinyxml... yes
checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for FRIBIDI... yes
checking for SQLITE3... yes
checking for PNG... yes
checking for PCRECPP... yes
checking for PCRE... yes
checking for CDIO... yes
checking for SAMPLERATE... yes
checking for FREETYPE2... yes
checking for TAGLIB... yes
checking for main in -ldl... yes
checking for main in -lresolv... yes
checking for main in -ljasper... yes
checking for clock_gettime in -lrt... yes
checking for ALSA... yes
checking for DBUS... yes
checking for SDL... yes
checking for main in -lSDL_image... yes
checking for libmad soname... libmad.so.0
checking for libogg soname... libogg.so.0
checking for libcurl soname... libcurl.so.4
checking for libFLAC soname... libFLAC.so.8
checking for libvorbis soname... libvorbis.so.0
checking for libvorbisfile soname... libvorbisfile.so.3
checking for libmodplug soname... libmodplug.so.1
checking for libass soname... libass.so.5
checking for libmpeg2 soname... libmpeg2.so.0
checking for libmp3lame soname... libmp3lame.so.0
checking lame/lame.h usability... yes
checking lame/lame.h presence... yes
checking for lame/lame.h... yes
checking for libvorbisenc soname... libvorbisenc.so.2
checking vorbis/vorbisenc.h usability... yes
checking vorbis/vorbisenc.h presence... yes
checking for vorbis/vorbisenc.h... yes
checking for main in -lmicrohttpd... yes
checking for ALSA... yes
checking for main in -lpulse... yes
checking for main in -lpulse-simple... yes
== HAL support disabled. ==
== Avahi support disabled. ==
configure: == X11 enabled. ==
checking for X11... yes
checking for XEXT... yes
checking for main in -lXrandr... yes
configure: == GOOM disabled. ==
configure: == RSXS enabled. ==
checking for XT... yes
checking for XMU... yes
configure: == ProjectM enabled. ==
configure: == SSH SFTP disabled. ==
configure: == RTMP support disabled. ==
checking for main in -lsmbclient... yes
configure: == NFS support disabled. ==
checking afpfs-ng/libafpclient.h usability... no
checking afpfs-ng/libafpclient.h presence... no
checking for afpfs-ng/libafpclient.h... no
configure: == Could not find libafpclient. AFP client support disabled. ==
checking shairport/shairport.h usability... no
checking shairport/shairport.h presence... no
checking for shairport/shairport.h... no
configure: == Could not find libshairport. AirTunes support disabled. ==
checking for UDEV... yes
configure: == libusb disabled. ==
configure: == libcec disabled. CEC adapter support will not be available. ==
configure: == Capabilities detection support disabled. ==
checking for FFMPEG... yes
checking for av_free_packet in -lavcodec... yes
configure: == AVPacket and relevant functions defined in libavcodec. ==
checking libavcodec/avcodec.h usability... yes
checking libavcodec/avcodec.h presence... yes
checking for libavcodec/avcodec.h... yes
checking libavfilter/avfilter.h usability... yes
checking libavfilter/avfilter.h presence... yes
checking for libavfilter/avfilter.h... yes
checking libavformat/avformat.h usability... yes
checking libavformat/avformat.h presence... yes
checking for libavformat/avformat.h... yes
checking libavutil/avutil.h usability... yes
checking libavutil/avutil.h presence... yes
checking for libavutil/avutil.h... yes
checking libpostproc/postprocess.h usability... yes
checking libpostproc/postprocess.h presence... yes
checking for libpostproc/postprocess.h... yes
checking libswscale/swscale.h usability... yes
checking libswscale/swscale.h presence... yes
checking for libswscale/swscale.h... yes
checking libavcore/avcore.h usability... no
checking libavcore/avcore.h presence... no
checking for libavcore/avcore.h... no
checking libavcore/samplefmt.h usability... no
checking libavcore/samplefmt.h presence... no
checking for libavcore/samplefmt.h... no
checking libavutil/mem.h usability... yes
checking libavutil/mem.h presence... yes
checking for libavutil/mem.h... yes
checking libavutil/samplefmt.h usability... yes
checking libavutil/samplefmt.h presence... yes
checking for libavutil/samplefmt.h... yes
checking libavutil/opt.h usability... yes
checking libavutil/opt.h presence... yes
checking for libavutil/opt.h... yes
checking libavutil/mathematics.h usability... yes
checking libavutil/mathematics.h presence... yes
checking for libavutil/mathematics.h... yes
checking libswscale/rgb2rgb.h usability... no
checking libswscale/rgb2rgb.h presence... no
checking for libswscale/rgb2rgb.h... no
checking ffmpeg/rgb2rgb.h usability... no
checking ffmpeg/rgb2rgb.h presence... no
checking for ffmpeg/rgb2rgb.h... no
checking libswresample/swresample.h usability... yes
checking libswresample/swresample.h presence... yes
checking for libswresample/swresample.h... yes
checking libavresample/avresample.h usability... yes
checking libavresample/avresample.h presence... yes
checking for libavresample/avresample.h... yes
checking for AVFilterBufferRefVideoProps.sample_aspect_ratio... yes
configure: == Use of external ffmpeg enabled. ==
checking for ff_vdpau_vc1_decode_picture in -lavcodec... (cached) yes
Checking for SWIG installation
checking for swig... /usr/bin/swig
Checking for a jre installation
checking for java... (cached) /bin/true
Checking for doxygen installation
checking for doxygen... none
configure: WARNING: Unable to find doxygen installation. Will not be able to make docstrings for the python api
checking vdpau/vdpau.h usability... yes
checking vdpau/vdpau.h presence... yes
checking for vdpau/vdpau.h... yes
configure: == VAAPI support manually disabled. ==
checking libcrystalhd/libcrystalhd_if.h usability... no
checking libcrystalhd/libcrystalhd_if.h presence... no
checking for libcrystalhd/libcrystalhd_if.h... no
== Could not find libcrystalhd. CrystalHD support disabled. ==
checking for libcrystalhd soname... /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: mode elf_x86_64
./configure: line 25992: [: too many arguments
no
configure: WARNING: Unable to determine soname of libcrystalhd library
configure: WARNING: libcrystalhd support disabled
configure: == VDADecoder support manually disabled. ==
configure: == VTBDecoder support manually disabled. ==
configure: == OpenMax support manually disabled. ==
checking yajl/yajl_version.h usability... yes
checking yajl/yajl_version.h presence... yes
checking for yajl/yajl_version.h... yes
checking for gawk... yes
checking for cmake... yes
checking for gperf... yes
checking for unzip... yes
checking for zip... yes
checking for git... no
checking for dirent.h that defines DIR... (cached) yes
checking for library containing opendir... (cached) none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking for sys/param.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/time.h... (cached) yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for utime.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking cdio/iso9660.h usability... yes
checking cdio/iso9660.h presence... yes
checking for cdio/iso9660.h... yes
checking whether stat file-mode macros are broken... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... (cached) yes
checking for inline... inline
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for C/C++ restrict keyword... __restrict
checking for size_t... (cached) yes
checking for ssize_t... yes
checking for struct stat.st_rdev... yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking whether byte ordering is bigendian... no
configure: == DVDCSS support disabled. ==
configure: == Google Test Framework will not be configured. ==
checking that generated files are newer than configure... done
configure: creating ./config.status
configure: Skipping configuration of submodule lib/ffmpeg.
configure: Skipping configuration of submodule lib/libdvd/libdvdcss.

Done, type 'make install' to build and install
cat /var/tmp/portage/media-tv/xbmc-12.2-r1/work/xbmc-12.2/lib/libdvd/libdvdread/misc/dvdread-config.sh >> obj/dvdread-config
chmod 0755 obj/dvdread-config

Done, type 'make install' to build and install
+ rm -f CMakeCache.txt
+ CC=x86_64-pc-linux-gnu-gcc
+ CXX=x86_64-pc-linux-gnu-g++
+ LDFLAGS='-Wl,-O1 -Wl,--as-needed'
+ cmake -DCMAKE_BUILD_TYPE=None -DUSE_FTGL:BOOL=OFF '-DCMAKE_C_FLAGS:STRING= -O2 -pipe -march=core-avx-i -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG=1' '-DCMAKE_CXX_FLAGS:STRING= -O2 -pipe -march=core-avx-i -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG=1' -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR:PATH=/usr/lib64 '-DINCLUDE_INSTALL_DIR:PATH=${prefix}/include' -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share .
-- The C compiler identification is GNU 4.7.3
-- The CXX compiler identification is GNU 4.7.3
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib64/libX11.so
-- Found OpenGL: /usr/lib64/libGL.so  
-- checking for one of the modules 'ftgl'
--   found ftgl, version 2.1.3~rc5
-- [projectM] Warning: FTGL font support was detected but NOT enabled. You can enable it by setting USE_FTGL=true
CMake Warning (dev) at CMakeLists.txt:125 (LINK_DIRECTORIES):
  This command specifies the relative path

    .

  as a link directory.

  Policy CMP0015 is not set: link_directories() treats paths relative to the
  source dir.  Run "cmake --help-policy CMP0015" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_INSTALL_LIBDIR
    INCLUDE_INSTALL_DIR
    LIB_INSTALL_DIR
    SHARE_INSTALL_PREFIX
    SYSCONF_INSTALL_DIR


-- Build files have been written to: /var/tmp/portage/media-tv/xbmc-12.2-r1/work/xbmc-12.2/xbmc/visualizations/XBMCProjectM/libprojectM
+ test pc = apple
+ set +x
configure: Skipping configuration of submodule xbmc/visualizations/Goom/goom2k4-0.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a sed that does not truncate output... /bin/sed
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking dependency style of x86_64-pc-linux-gnu-g++... gcc3
checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) gcc3
checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking whether it is safe to define __EXTENSIONS__... (cached) yes
checking for x86_64-pc-linux-gnu-ranlib... (cached) x86_64-pc-linux-gnu-ranlib
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
checking dynamic linker characteristics... GNU/Linux ld.so
checking which extension is used for runtime loadable modules... .so
checking which variable specifies run-time module search path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64 /lib32 /usr/lib32 /usr/local/lib32 /lib /usr/lib /usr/local/lib /usr/x86_64-pc-linux-gnu/lib /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3 /usr/lib32/OpenCL/vendors/nvidia /usr/lib64/OpenCL/vendors/nvidia /usr/lib32/opengl/nvidia/lib /usr/lib64/opengl/nvidia/lib /usr/lib64/qt4 /usr/lib32/qt4 /usr/lib/qt4 /opt/nvidia-cg-toolkit/lib64 /opt/nvidia-cg-toolkit/lib32 /usr/games/lib64 /usr/games/lib32 /usr/games/lib 
checking for library containing dlopen... -ldl
checking for dlerror... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dld_link in -ldld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B
checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm
checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking for _ prefix in compiled symbols... no
checking for dlfcn.h... yes
checking whether deplibs are loaded by dlopen... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking features.h usability... yes
checking features.h presence... yes
checking for features.h... yes
checking linewrap.h usability... no
checking linewrap.h presence... no
checking for linewrap.h... no
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking for sys/types.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for strchr... yes
checking for index... yes
checking for strrchr... yes
checking for rindex... yes
checking for memcpy... yes
checking for bcopy... yes
checking for memmove... yes
checking for strcmp... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking for flockfile... yes
checking for funlockfile... yes
checking for iswprint... yes
checking for wcwidth... yes
checking for setjmp... yes
checking for select... yes
checking whether the compiler recognizes bool as a built-in type... yes
checking whether the compiler accepts the new for scoping rules... yes
checking whether the compiler implements namespaces... yes
checking whether the compiler supports ISO C++ standard library... yes
checking whether the C++ standard library uses stringstream or strstream... stringstream
checking whether ln -s works... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for inline... inline
checking whether getenv is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether system is Windows or MSDOS... no
checking whether // is distinct from /... no
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking whether time.h and sys/time.h may both be included... yes
checking for mbstate_t... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking whether strndup is declared... yes
checking whether strnlen is declared... yes
checking for EOVERFLOW... yes
checking for signed... yes
checking for long long int... yes
checking for long double... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for size_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking whether vsnprintf is declared... yes
checking whether program_invocation_name is declared... yes
checking whether program_invocation_short_name is declared... yes
checking whether program_invocation_name is defined... yes
checking whether program_invocation_short_name is defined... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_append... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking for error_at_line... yes
checking whether gettimeofday clobbers localtime buffer... no
checking for memchr... yes
checking for mempcpy... yes
checking for C/C++ restrict keyword... __restrict
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for strncasecmp... yes
checking for strchrnul... yes
checking for working strndup... yes
checking for working strnlen... yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking for unistd.h... (cached) yes
checking for vasnprintf... no
checking for ptrdiff_t... yes
checking for snprintf... yes
checking for wcslen... yes
checking for vsnprintf... yes
checking whether wcwidth is declared... yes
checking for stdint.h... (cached) yes
checking for X... libraries , headers 
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XmuLookupStandardColormap in -lXmu... yes
checking for X11/Xlib.h... yes
checking for library containing glXChooseVisual... -lGL
checking for library containing gluErrorString... -lGLU
checking for GL/gl.h... yes
checking for GL/glext.h... yes
checking for GL/glu.h... yes
checking for GL/glx.h... yes
checking for libpng-config... libpng-config
checking for libpng preprocessor flags... -I/usr/include/libpng16
checking for libpng compiler flags... 
checking for libpng linker flags... -L/usr/lib64
checking for libpng libraries... -lpng16
checking for png.h... yes
checking whether libpng supports setjmp... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating lib/Makefile
config.status: creating libltdl/Makefile
config.status: creating src/Makefile
config.status: creating src/cyclone/Makefile
config.status: creating src/euphoria/Makefile
config.status: creating src/fieldlines/Makefile
config.status: creating src/flocks/Makefile
config.status: creating src/flux/Makefile
config.status: creating src/helios/Makefile
config.status: creating src/hyperspace/Makefile
config.status: creating src/lattice/Makefile
config.status: creating src/plasma/Makefile
config.status: creating src/skyrocket/Makefile
config.status: creating src/solarwinds/Makefile
config.status: creating rsxs.spec
config.status: creating config.h
config.status: executing depfiles commands

====================================
  XScreenSaver support      :  no
  PNG image support         :  yes
  OGG Vorbis sound support  :  no
------------------------------------
  Enabled screensavers:
  - Cyclone                 :  no
  - Euphoria                :  yes
  - Field Lines             :  no
  - Flocks                  :  no
  - Flux                    :  no
  - Helios                  :  no
  - Hyperspace              :  no
  - Lattice                 :  no
  - Plasma                  :  yes
  - Skyrocket               :  no
  - Solar Winds             :  yes
====================================

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether NLS is requested... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for style of include used by make... GNU
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking whether to use NLS... no
checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) gcc3
checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B
checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether ln -s works... yes
checking for Posix threads... yes
checking for dlfcn.h... (cached) yes
checking for dlopen in -ldl... (cached) yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_ParseBuffer in -lexpat... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking for add_history in -lreadline... yes
checking for stat... yes
checking for lstat... yes
checking which file name separator to use... '/'
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libcpluff/Makefile
config.status: creating libcpluff/cpluffdef.h
config.status: creating libcpluff/docsrc/Makefile
config.status: creating libcpluff/docsrc/Doxyfile-ref
config.status: creating libcpluff/docsrc/Doxyfile-impl
config.status: creating loader/Makefile
config.status: creating console/Makefile
config.status: creating po/Makefile.in
config.status: creating doc/Makefile
config.status: creating doc/img/Makefile
config.status: creating docsrc/Makefile
config.status: creating test/Makefile
config.status: creating test/plugins-source/Makefile
config.status: creating test/plugins-source/callbackcounter/Makefile
config.status: creating test/plugins-source/symuser/Makefile
config.status: creating test/plugins-source/symprovider/Makefile
config.status: creating examples/Makefile
config.status: creating examples/cpfile/Makefile
config.status: creating examples/cpfile/cpfile
config.status: creating examples/cpfile/plugins/Makefile
config.status: creating examples/cpfile/plugins/core/Makefile
config.status: creating examples/cpfile/plugins/special/Makefile
config.status: creating examples/cpfile/plugins/extension/Makefile
config.status: creating examples/cpfile/plugins/cext/Makefile
config.status: creating config.h
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
configure: -----------------------------------------------------------
configure: C-Pluff configuration
configure:   release version:                0.1.3
configure:   multi-threading support:        yes (Posix)
configure:   dlopening mechanism:            dlopen
configure:   localization support:           no
configure:   use GNU readline library:       yes
configure:   assertion checks for debugging: no
configure:   file name separator character:  '/'
configure:   compiler and linker settings:
configure:     CC='x86_64-pc-linux-gnu-gcc'
configure:     CPPFLAGS=' -I$(top_builddir) -I$(top_builddir)/libcpluff -I$(top_srcdir)/libcpluff -DNDEBUG'
configure:     CFLAGS='-O2 -pipe -march=core-avx-i -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG=1'
configure:     LDFLAGS='-Wl,-O1 -Wl,--as-needed'
configure:     LIBS=''
configure:     LIBS_LIBCPLUFF='-lexpat -ldl '
configure:     LIBS_OTHER='$(top_builddir)/libcpluff/libcpluff.la '
configure:     LIB_READLINE='-lreadline'
configure:     LTLIBINTL=''
configure: -----------------------------------------------------------
configure: Skipping configuration of submodule lib/gtest.
configure: Skipping configuration of submodule pvr-addons.
config.status: creating .dummy
config.status: creating Makefile
config.status: creating Makefile.include
config.status: creating addons/skin.confluence/media/Makefile
config.status: creating xbmc/Makefile
config.status: creating xbmc/cdrip/Makefile
config.status: creating xbmc/cores/Makefile
config.status: creating xbmc/cores/VideoRenderers/Makefile
config.status: creating xbmc/cores/dvdplayer/Makefile
config.status: creating lib/Makefile
config.status: creating lib/libdvd/Makefile
config.status: creating xbmc/cores/DllLoader/Makefile
config.status: creating xbmc/cores/DllLoader/exports/Makefile
config.status: creating xbmc/cores/dvdplayer/DVDCodecs/Makefile
config.status: creating xbmc/cores/dvdplayer/DVDCodecs/Audio/Makefile
config.status: creating xbmc/cores/dvdplayer/DVDCodecs/Overlay/Makefile
config.status: creating xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile
config.status: creating xbmc/cores/dvdplayer/DVDDemuxers/Makefile
config.status: creating xbmc/cores/dvdplayer/DVDSubtitles/Makefile
config.status: creating xbmc/cores/AudioEngine/Makefile
config.status: creating xbmc/cores/paplayer/Makefile
config.status: creating xbmc/cores/amlplayer/Makefile
config.status: creating xbmc/cores/omxplayer/Makefile
config.status: creating lib/timidity/Makefile
config.status: creating lib/xbadpcm/Makefile
config.status: creating lib/asap/Makefile
config.status: creating lib/nosefart/Makefile
config.status: creating lib/libsidplay2/Makefile
config.status: creating lib/vgmstream/Makefile
config.status: creating lib/snesapu/SNES/SNESAPU/Makefile
config.status: creating lib/stsound/StSoundLibrary/Makefile
config.status: creating xbmc/cores/playercorefactory/Makefile
config.status: creating xbmc/music/karaoke/Makefile
config.status: creating xbmc/osx/Makefile
config.status: creating xbmc/guilib/Makefile
config.status: creating xbmc/interfaces/Makefile
config.status: creating xbmc/network/Makefile
config.status: creating xbmc/network/upnp/Makefile
config.status: creating lib/libRTV/Makefile
config.status: creating lib/libexif/Makefile
config.status: creating lib/libXDAAP/Makefile
config.status: creating lib/cmyth/Makefile
config.status: creating lib/libhdhomerun/Makefile
config.status: creating lib/libsquish/Makefile
config.status: creating lib/cximage-6.0/Makefile
config.status: creating lib/addons/script.module.pil/Makefile
config.status: creating lib/libUPnP/Makefile
config.status: creating xbmc/DllPaths_generated.h
config.status: creating xbmc/DllPaths_generated_android.h
config.status: creating xbmc/freebsd/Makefile
config.status: creating xbmc/linux/Makefile
config.status: creating xbmc/filesystem/Makefile
config.status: creating xbmc/screensavers/rsxs-0.9/xbmc/Makefile
config.status: creating xbmc/visualizations/XBMCProjectM/Makefile
config.status: creating xbmc/visualizations/Goom/Makefile
config.status: creating xbmc/visualizations/OpenGLSpectrum/Makefile
config.status: creating xbmc/visualizations/WaveForm/Makefile
config.status: creating lib/addons/library.xbmc.addon/Makefile
config.status: creating lib/addons/library.xbmc.gui/Makefile
config.status: creating lib/addons/library.xbmc.pvr/Makefile
config.status: creating xbmc/visualizations/EGLHelpers/Makefile
config.status: creating tools/Linux/xbmc.sh
config.status: creating tools/Linux/xbmc-standalone.sh
config.status: creating tools/TexturePacker/Makefile
config.status: creating tools/EventClients/Clients/OSXRemote/Makefile
config.status: creating xbmc/peripherals/bus/Makefile
config.status: creating xbmc/peripherals/devices/Makefile
config.status: creating xbmc/android/activity/Makefile
config.status: creating xbmc/android/loader/Makefile
config.status: creating xbmc/main/Makefile
config.status: creating xbmc/interfaces/python/Makefile
config.status: creating xbmc/interfaces/python/test/Makefile
config.status: creating xbmc/config.h
config.status: executing depfiles commands
config.status: executing libtool commands

------------------------
  XBMC Configuration:
------------------------
  Debugging:	No
  Profiling:	No
  Optimization:	No
  SWIG Available:	Yes
  JRE Available:	Yes
  Doxygen Available:	No
  Crosscomp.:	No
  target ARCH:	no
  target CPU:	no
  OpenGL:	Yes
  ALSA:		Yes
  DBUS:		Yes
  VDPAU:	Yes
  VAAPI:	No
  CrystalHD:	No
  VDADecoder:	No
  VTBDecoder:	No
  OpenMax:	No
  Joystick:	No
  XRandR:	Yes
  GOOM:		No
  RSXS:		Yes
  ProjectM:	Yes
  Skin Touched:	No
  X11:		Yes
  Bluray:	No
  TexturePacker:Yes
  MID Support:	No
  ccache:	No
  ALSA Support:	Yes
  PulseAudio:	Yes
  HAL Support:	No
  DVDCSS:	No
  Google Test Framework Configured:	No
  Avahi:	No
  Non-free:	Yes
  ASAP Codec:	No
  MySQL:	Yes
  MythTV:	No
  Webserver:	Yes
  libssh support:	No
  libRTMP support:	No
  libsmbclient support:	Yes
  libnfs client support:No
  libafpclient support:	No
  AirPLay support:	No
  AirTunes support:	No
  UPnP support:		No
  Optical drive:	Yes
  libudev support:	Yes
  libusb support:	No
  libcec support:	No
  libmp3lame support:	Yes
  libvorbisenc support:	Yes
  libcap support:	No
  additional players:	No
  External FFmpeg:	Yes
  PVR add-ons:		No
  prefix:	/usr
------------------------

>>> Source configured.
>>> Compiling source in /var/tmp/portage/media-tv/xbmc-12.2-r1/work/xbmc-12.2 ...
make -j5 
make -C xbmc/main
make[1]: Entering directory `/var/tmp/portage/media-tv/xbmc-12.2-r1/work/xbmc-12.2/xbmc/main'
CPP     xbmc/main/main.o
CPP     xbmc/cores/DllLoader/exports/emu_dummy.o
CPP     xbmc/cores/DllLoader/coff.o
CPP     xbmc/cores/DllLoader/exports/util/EmuFileWrapper.o
CPP     lib/SlingboxLib/SlingboxLib.o
SlingboxLib.cpp: In member function ‘bool CSlingbox::Connect(bool, const char*)’:
SlingboxLib.cpp:168:5: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
CPP     xbmc/cores/DllLoader/exports/emu_kernel32.o
AR      lib/SlingboxLib/SlingboxLib.a
CPP     xbmc/cores/DllLoader/dll.o
CPP     xbmc/cores/DllLoader/DllLoader.o
AR      xbmc/cores/DllLoader/exports/util/exports_utils.a
CPP     xbmc/cores/DllLoader/DllLoaderContainer.o
CPP     xbmc/cores/DllLoader/exports/emu_msvcrt.o
CC      lib/libRTV/crypt.o
CPP     xbmc/cores/DllLoader/dll_tracker.o
CC      lib/libRTV/guideclient.o
CPP     xbmc/cores/DllLoader/dll_tracker_file.o
AR      xbmc/main/main.a
make[1]: Leaving directory `/var/tmp/portage/media-tv/xbmc-12.2-r1/work/xbmc-12.2/xbmc/main'
CC      lib/libXDAAP/daap.o
CPP     lib/libRTV/GuideParser.o
CPP     xbmc/cores/DllLoader/dll_tracker_library.o
CC      lib/libRTV/httpclient.o
CPP     xbmc/cores/DllLoader/dll_util.o
CPP     xbmc/cores/DllLoader/LibraryLoader.o
CPP     xbmc/cores/DllLoader/SoLoader.o
CC      lib/libRTV/httpfsclient.o
CC      lib/libXDAAP/debug.o
CC      xbmc/cores/DllLoader/mmap_anon.o
CC      lib/libRTV/interface.o
CC      lib/libXDAAP/dmap_generics.o
CC      xbmc/cores/DllLoader/ldt_keeper.o
CC      lib/libhts/htsmsg.o
CC      lib/libRTV/md5.o
ldt_keeper.c: In function ‘Setup_LDT_Keeper’:
ldt_keeper.c:259:4: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
CC      lib/libXDAAP/global.o
AR      xbmc/cores/DllLoader/dllloader.a
CPP     lib/libsquish/alpha.o
CC      lib/libXDAAP/httpClient.o
CC      lib/libhts/htsmsg_binary.o
CC      lib/libRTV/netclient.o
httpClient.c: In function ‘HTTP_Client_Get_ToFile’:
httpClient.c:842:14: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
httpClient.c:894:14: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
CC      lib/libhts/htsbuf.o
CPP     lib/libsquish/clusterfit.o
CC      lib/libhts/htsstr.o
CC      lib/libXDAAP/ioloop.o
CC      lib/libRTV/rtv.o
ioloop.c: In function ‘fd_event_signal’:
ioloop.c:120:10: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
CC      lib/libRTV/sleep.o
CC      lib/libhts/net_posix.o
CC      lib/libXDAAP/libXDAAP.o
AR      lib/libRTV/librtv.a
libXDAAP.c: In function ‘DAAP_ClientHost_AsyncGetAudioFile’:
libXDAAP.c:1678:33: warning: passing argument 1 of ‘CP_ThreadPool_QueueWorkItem’ from incompatible pointer type [enabled by default]
In file included from libXDAAP.c:62:0:
threadpool.h:48:6: note: expected ‘struct CP_SThreadPool *’ but argument is of type ‘struct CP_SThreadPool *’
libXDAAP.c: In function ‘DAAP_ClientHost_AsyncWaitUpdate’:
libXDAAP.c:1833:37: warning: passing argument 1 of ‘CP_ThreadPool_QueueWorkItem’ from incompatible pointer type [enabled by default]
In file included from libXDAAP.c:62:0:
threadpool.h:48:6: note: expected ‘struct CP_SThreadPool *’ but argument is of type ‘struct CP_SThreadPool *’
libXDAAP.c:1846:33: warning: passing argument 1 of ‘CP_ThreadPool_QueueWorkItem’ from incompatible pointer type [enabled by default]
In file included from libXDAAP.c:62:0:
threadpool.h:48:6: note: expected ‘struct CP_SThreadPool *’ but argument is of type ‘struct CP_SThreadPool *’
CPP     lib/libsquish/colourblock.o
CC      lib/xbmc-dll-symbols/DllAvFormat.o
DllAvFormat.c: In function ‘av_read_frame_flush’:
DllAvFormat.c:113:11: error: ‘AVStream’ has no member named ‘reference_dts’
make[1]: *** [DllAvFormat.o] Error 1
make: *** [lib/xbmc-dll-symbols/dll-symbols.a] Error 2
make: *** Waiting for unfinished jobs....
CPP     lib/libsquish/colourfit.o
CC      lib/libhts/sha1.o
CPP     lib/libsquish/colourset.o
CPP     lib/libsquish/maths.o
AR      lib/libhts/libhts.a
CPP     lib/libsquish/rangefit.o
CPP     lib/libsquish/singlecolourfit.o
CPP     lib/libsquish/squish.o
CC      lib/libXDAAP/threadpool.o
AR      xbmc/cores/DllLoader/exports/exports.a
CC      lib/libXDAAP/Authentication/md5.o
CC      lib/libXDAAP/Authentication/hasher.o
AR      lib/libXDAAP/libxdaap.a
AR      lib/libsquish/libsquish.a
 * ERROR: media-tv/xbmc-12.2-r1::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=media-tv/xbmc-12.2-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=media-tv/xbmc-12.2-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/media-tv/xbmc-12.2-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-tv/xbmc-12.2-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/media-tv/xbmc-12.2-r1/work/xbmc-12.2'
 * S: '/var/tmp/portage/media-tv/xbmc-12.2-r1/work/xbmc-12.2'

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Thorus« (13.09.2014, 17:29)


2

13.09.2014, 16:45

Ich vermute es tritt auf seit ich für ffmpeg das ~amd64 flag hinzugefügt hab und das x265 flag. Kann es daran liegen?

Ja, ffmpeg ist schuld. Schau mal hier... http://upstream-tracker.org/compat_repor…pat_report.html

Quellcode

1
2
Field reference_dts has been renamed to do_not_use.
Recompilation of a client program may be broken with the error message: struct AVStream has no member named reference_dts.
Intel Core2 Quad CPU @ 2.40GHz mit Gentoo/Gnome3

3

13.09.2014, 17:29

Ok, danke habe jetzt xbmc auch hochgezogen auf 13.2 damit gings.