Tiny Core 7.1 x86.
I compiled the latest version of SMPlayer. No errors during compiling but SMPlayer won't start.
tc@box:/tmp/smplayer/usr/local/bin/$> QT_DEBUG_PLUGINS=1 ./smplayer
*snip*
QFactoryLoader::QFactoryLoader() looking at "/usr/local/lib/qt5/plugins/platforms/libqxcb.so"
Found metadata in lib /usr/local/lib/qt5/plugins/platforms/libqxcb.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
"MetaData": {
"Keys": [
"xcb"
]
},
"className": "QXcbIntegrationPlugin",
"debug": false,
"version": 329216
}
Got keys from plugin meta data ("xcb")
QFactoryLoader::QFactoryLoader() checking directory path "/tmp/smplayer/usr/local/bin/platforms" ...
loaded library "/usr/local/lib/qt5/plugins/platforms/libqxcb.so"
QLibraryPrivate::loadPlugin failed on "/usr/local/lib/qt5/plugins/platforms/libqxcb.so" : "Cannot load library /usr/local/lib/qt5/plugins/platforms/libqxcb.so: (libQt5XcbQpa.so.5: cannot open shared object file: No such file or directory)"
This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, xcb.
Reinstalling the application may fix this problem.
Aborted
tc@box:/tmp/smplayer/usr/local/bin/$> ldd /usr/local/lib/qt5/plugins/platforms/libqxcb.so | grep not
libQt5XcbQpa.so.5 => not found
tc@box:/tmp/smplayer/usr/local/bin/$> tce-status -i | grep -i qt-5
qt-5.x-base
qt-5.x-bin
qt-5.x-dbus
qt-5.x-dev
qt-5.x-extended
qt-5.x-opengl
qt-5.x-script
qt-5.x-sql
qt-5.x-xml
Thanks.