Advertisement
Guest User

QtMultimedia 5.6.1 build log

a guest
Sep 19th, 2016
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.46 KB | None | 0 0
  1. Part 1:
  2.  
  3. [ 2681s] Wrote: /usr/src/packages/SRPMS/libqt5-qtmultimedia-5.6.1-11.1.src.rpm
  4. [ 2682s] Wrote: /usr/src/packages/RPMS/x86_64/libQt5Multimedia5-5.6.1-11.1.x86_64.rpm
  5. [ 2682s] Wrote: /usr/src/packages/RPMS/x86_64/libqt5-qtmultimedia-devel-5.6.1-11.1.x86_64.rpm
  6. [ 2682s] Wrote: /usr/src/packages/RPMS/x86_64/libqt5-qtmultimedia-private-headers-devel-5.6.1-11.1.x86_64.rpm
  7. [ 2682s] Wrote: /usr/src/packages/RPMS/x86_64/libqt5-qtmultimedia-examples-5.6.1-11.1.x86_64.rpm
  8. [ 2682s] ... checking for files with abuild user/group
  9. [ 2682s] ... running 00-check-install-rpms
  10. [ 2682s] ... installing all built rpms
  11. [ 2682s] Preparing packages for installation...
  12. [ 2682s] libQt5Multimedia5-5.6.1-11.1
  13. [ 2682s] libqt5-qtmultimedia-devel-5.6.1-11.1
  14. [ 2682s] libqt5-qtmultimedia-private-headers-devel-5.6.1-11.1
  15. [ 2683s] libqt5-qtmultimedia-examples-5.6.1-11.1
  16. [ 2683s] ... running 01-check-debuginfo
  17. [ 2683s] ... testing for empty debuginfo packages
  18. [ 2683s] ... running 02-check-gcc-output
  19. [ 2683s] ... testing for serious compiler warnings
  20. [ 2683s] (using /usr/lib/build/checks-data/check_gcc_output)
  21. [ 2683s] (using //.build.log)
  22. [ 2683s]
  23. [ 2683s] I: Function call needs to pass NULL-pointer as last argument
  24. [ 2683s] E: libqt5-qtmultimedia missing-sentinel qgstutils.cpp:395, 396, 397, 398, 401, 403, 406, 408, 560, 561, 1151, 1164, 1201, 1209, 1216, 1227
  25. [ 2683s]
  26. [ 2683s] cloud138 failed "build libqt5-qtmultimedia.spec" at Tue Sep 6 11:23:14 UTC 2016.
  27.  
  28. Part 2:
  29.  
  30. [ 877s] g++ -Wl,--as-needed -Wl,--no-undefined -Wl,--no-undefined -Wl,--version-script,QtMultimediaQuick_p.version -Wl,-O1 -Wl,--enable-new-dtags -shared -Wl,-Bsymbolic-functions -Wl,-soname,libQt5MultimediaQuick_p.so.5 -o libQt5MultimediaQuick_p.so.5.6.1 .obj/qsgvideonode_p.o .obj/qdeclarativevideooutput.o .obj/qdeclarativevideooutput_render.o .obj/qdeclarativevideooutput_window.o .obj/qsgvideonode_yuv.o .obj/qsgvideonode_rgb.o .obj/qsgvideonode_texture.o .obj/qrc_qtmultimediaquicktools.o .obj/moc_qdeclarativevideooutput_p.o .obj/moc_qsgvideonode_p.o .obj/moc_qdeclarativevideooutput_render_p.o -L/usr/src/packages/BUILD/qtmultimedia-opensource-src-5.6.1/lib -lQt5Multimedia -L/usr/lib64 -lQt5Quick -lQt5Gui -lQt5Qml -lQt5Network -lQt5Core -lpthread -lGL
  31. [ 893s] qgstutils.cpp: In function 'GstCaps* QGstUtils::capsForAudioFormat(const QAudioFormat&)':
  32. [ 893s] qgstutils.cpp:395:83: warning: missing sentinel in function call [-Wformat=]
  33. [ 893s] gst_structure_set(structure, "rate", G_TYPE_INT, format.sampleRate(), NULL);
  34. [ 893s] ^
  35. [ 893s] qgstutils.cpp:396:89: warning: missing sentinel in function call [-Wformat=]
  36. [ 893s] gst_structure_set(structure, "channels", G_TYPE_INT, format.channelCount(), NULL);
  37. [ 893s] ^
  38. [ 893s] qgstutils.cpp:397:84: warning: missing sentinel in function call [-Wformat=]
  39. [ 893s] gst_structure_set(structure, "width", G_TYPE_INT, format.sampleSize(), NULL);
  40. [ 893s] ^
  41. [ 893s] qgstutils.cpp:398:84: warning: missing sentinel in function call [-Wformat=]
  42. [ 893s] gst_structure_set(structure, "depth", G_TYPE_INT, format.sampleSize(), NULL);
  43. [ 893s] ^
  44. [ 893s] qgstutils.cpp:401:78: warning: missing sentinel in function call [-Wformat=]
  45. [ 893s] gst_structure_set(structure, "endianness", G_TYPE_INT, 1234, NULL);
  46. [ 893s] ^
  47. [ 893s] qgstutils.cpp:403:78: warning: missing sentinel in function call [-Wformat=]
  48. [ 893s] gst_structure_set(structure, "endianness", G_TYPE_INT, 4321, NULL);
  49. [ 893s] ^
  50. [ 893s] qgstutils.cpp:406:78: warning: missing sentinel in function call [-Wformat=]
  51. [ 893s] gst_structure_set(structure, "signed", G_TYPE_BOOLEAN, TRUE, NULL);
  52. [ 893s] ^
  53. [ 893s] qgstutils.cpp:408:79: warning: missing sentinel in function call [-Wformat=]
  54. [ 893s] gst_structure_set(structure, "signed", G_TYPE_BOOLEAN, FALSE, NULL);
  55. [ 893s] ^
  56. [ 893s] qgstutils.cpp: In function 'QVector<QGstUtils::CameraInfo> QGstUtils::enumerateCameras(GstElementFactory*)':
  57. [ 893s] qgstutils.cpp:560:80: warning: missing sentinel in function call [-Wformat=]
  58. [ 893s] g_object_set(G_OBJECT(camera), "camera-device", i, NULL);
  59. [ 893s] ^
  60. [ 893s] qgstutils.cpp:561:96: warning: missing sentinel in function call [-Wformat=]
  61. [ 893s] g_object_get(G_OBJECT(camera), "sensor-mount-angle", &orientation, NULL);
  62. [ 893s] ^
  63. [ 894s] qgstutils.cpp: In function 'GstCaps* QGstUtils::capsForFormats(const QList<QVideoFrame::PixelFormat>&)':
  64. [ 894s] qgstutils.cpp:1151:98: warning: missing sentinel in function call [-Wformat=]
  65. [ 894s] structure, "alpha_mask", G_TYPE_INT, qt_rgbColorLookup[i].alpha, NULL);
  66. [ 894s] ^
  67. [ 894s] qgstutils.cpp:1164:21: warning: missing sentinel in function call [-Wformat=]
  68. [ 894s] NULL);
  69. [ 894s] ^
  70. [ 894s] qgstutils.cpp: In function 'void QGstUtils::setMetaData(GstElement*, const QMap<QByteArray, QVariant>&)':
  71. [ 894s] qgstutils.cpp:1201:25: warning: missing sentinel in function call [-Wformat=]
  72. [ 894s] NULL);
  73. [ 894s] ^
  74. [ 894s] qgstutils.cpp:1209:25: warning: missing sentinel in function call [-Wformat=]
  75. [ 894s] NULL);
  76. [ 894s] ^
  77. [ 894s] qgstutils.cpp:1216:25: warning: missing sentinel in function call [-Wformat=]
  78. [ 894s] NULL);
  79. [ 894s] ^
  80. [ 894s] qgstutils.cpp:1227:25: warning: missing sentinel in function call [-Wformat=]
  81. [ 894s] NULL);
  82. [ 894s] ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement