Advertisement
Guest User

Untitled

a guest
Oct 28th, 2014
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. login as: root
  2. root@169.254.202.175's password:
  3. Last login: Tue Jan 1 14:05:39 2013 from 169.254.202.173
  4. [root@localhost ~]# qmlscene -qt5 -platform wayland-brcm
  5. Failed to load platform plugin "wayland-brcm". Available platforms are:
  6. eglfs
  7. eglfsrpi
  8. wayland-brcm
  9. xcb
  10.  
  11. Aborted
  12. [root@localhost ~]# export QT_DEBUG_PLUGIN=1
  13. [root@localhost ~]# qmlscene -qt5 -platform wayland-brcm
  14. Failed to load platform plugin "wayland-brcm". Available platforms are:
  15. eglfs
  16. eglfsrpi
  17. wayland-brcm
  18. xcb
  19.  
  20. Aborted
  21. [root@localhost ~]# export QT_DEBUG_PLUGINS=1
  22. [root@localhost ~]# qmlscene -qt5 -platform wayland-brcm
  23. QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt5/plugins/platforms/libeglfs.so"
  24. Found metadata in lib /usr/lib/qt5/plugins/platforms/libqeglfs.so, metadata=
  25. {
  26. "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.1",
  27. "MetaData": {
  28. "Keys": [
  29. "eglfs"
  30. ]
  31. },
  32. "className": "QEglFSIntegrationPlugin",
  33. "debug": true,
  34. "version": 327936
  35. }
  36.  
  37.  
  38. Got keys from plugin meta data ("eglfs")
  39. QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt5/plugins/platforms/libtplatformplugin-rpi.so"
  40. Found metadata in lib /usr/lib/qt5/plugins/platforms/libqtplatformplugin-rpi.so metadata=
  41. {
  42. "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.1",
  43. "MetaData": {
  44. "Keys": [
  45. "eglfsrpi"
  46. ]
  47. },
  48. "className": "QEglFSIntegrationPlugin",
  49. "debug": true,
  50. "version": 327936
  51. }
  52.  
  53.  
  54. Got keys from plugin meta data ("eglfsrpi")
  55. QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt5/plugins/platforms/libwayland-brcm-egl.so"
  56. Found metadata in lib /usr/lib/qt5/plugins/platforms/libqwayland-brcm-egl.so, mtadata=
  57. {
  58. "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.1",
  59. "MetaData": {
  60. "Keys": [
  61. "wayland-brcm"
  62. ]
  63. },
  64. "className": "QWaylandIntegrationPlugin",
  65. "debug": true,
  66. "version": 327682
  67. }
  68.  
  69.  
  70. Got keys from plugin meta data ("wayland-brcm")
  71. QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt5/plugins/platforms/libxcb.so"
  72. Found metadata in lib /usr/lib/qt5/plugins/platforms/libqxcb.so, metadata=
  73. {
  74. "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.1",
  75. "MetaData": {
  76. "Keys": [
  77. "xcb"
  78. ]
  79. },
  80. "className": "QXcbIntegrationPlugin",
  81. "debug": true,
  82. "version": 327936
  83. }
  84.  
  85.  
  86. Got keys from plugin meta data ("xcb")
  87. loaded library "/usr/lib/qt5/plugins/platforms/libqwayland-brcm-egl.so"
  88. QLibraryPrivate::loadPlugin failed on "/usr/lib/qt5/plugins/platforms/libqwaylad-brcm-egl.so" : "Cannot load library /usr/lib/qt5/plugins/platforms/libqwaylan-brcm-egl.so: (/usr/lib/qt5/plugins/platforms/libqwayland-brcm-egl.so: undefine symbol: _ZNK11QFontEngine23supportsTransformationsERK10QTransform)"
  89. Failed to load platform plugin "wayland-brcm". Available platforms are:
  90. eglfs
  91. eglfsrpi
  92. wayland-brcm
  93. xcb
  94.  
  95. Aborted
  96. [root@localhost ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement