[FUG-BR] This application failed to start because it could not find or load the Qt platform plugin "xcb", in "".
Boa noite pessoal, Hoje pela manhã, atualizei alguns pacotes via portmaster e percebi que várias aplicações deixaram de funcionar, apresentando a seguinte mensagem de erro: === This application failed to start because it could not find or load the Qt platform plugin "xcb" in "". Available platform plugins are: minimal, offscreen, xcb. Reinstalling the application may fix this problem. Abort (core dumped) === Após algumas pesquisas, habilitei o debug dos plugins do QT via|| "setenv QT_DEBUG_PLUGINS 1" e passei a obter a seguinte saída: || === QFactoryLoader::QFactoryLoader() checking directory path "/usr/local/lib/qt5/plugins/platforms" ... QFactoryLoader::QFactoryLoader() looking at "/usr/local/lib/qt5/plugins/platforms/libqminimal.so" Found metadata in lib /usr/local/lib/qt5/plugins/platforms/libqminimal.so, metadata= { "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", "MetaData": { "Keys": [ "minimal" ] }, "className": "QMinimalIntegrationPlugin", "debug": false, "version": 329218 } Got keys from plugin meta data ("minimal") QFactoryLoader::QFactoryLoader() looking at "/usr/local/lib/qt5/plugins/platforms/libqoffscreen.so" Found metadata in lib /usr/local/lib/qt5/plugins/platforms/libqoffscreen.so, metadata= { "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", "MetaData": { "Keys": [ "offscreen" ] }, "className": "QOffscreenIntegrationPlugin", "debug": false, "version": 329218 } Got keys from plugin meta data ("offscreen") 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": 329218 } Got keys from plugin meta data ("xcb") QFactoryLoader::QFactoryLoader() checking directory path "/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: (/usr/local/lib/libxkbcommon-x11.so.0: version V_0.5.0 required by /usr/local/lib/libQt5XcbQpa.so.5 not defined)" This application failed to start because it could not find or load the Qt platform plugin "xcb" in "". Available platform plugins are: minimal, offscreen, xcb. Reinstalling the application may fix this problem. Abort (core dumped) === Tentei criar alguns links simbólicos para tentar resolver a dependência da libxkbcommon-x11.so.0: version V_0.5.0, mas sem sucesso. Alguém passou por algo semelhante e conseguiu resolver? Desde já, obrigado! Att, Clayton - Histórico: http://www.fug.com.br/historico/html/freebsd/ Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd
Re: [FUG-BR] This application failed to start because it could not find or load the Qt platform plugin "xcb", in "".
2016-11-06 20:13 GMT-02:00 Clayton Eduardo dos Santos : > Boa noite pessoal, > > Hoje pela manhã, atualizei alguns pacotes via portmaster e percebi que > várias aplicações deixaram de funcionar, apresentando a seguinte > mensagem de erro: > > === > > This application failed to start because it could not find or load the > Qt platform plugin "xcb" > in "". > > Available platform plugins are: minimal, offscreen, xcb. > > Reinstalling the application may fix this problem. > Abort (core dumped) > > === > > Após algumas pesquisas, habilitei o debug dos plugins do QT via|| > "setenv QT_DEBUG_PLUGINS 1" e passei a obter a seguinte saída: > || > === > > QFactoryLoader::QFactoryLoader() checking directory path > "/usr/local/lib/qt5/plugins/platforms" ... > > QFactoryLoader::QFactoryLoader() looking at > "/usr/local/lib/qt5/plugins/platforms/libqminimal.so" > Found metadata in lib > /usr/local/lib/qt5/plugins/platforms/libqminimal.so, metadata= > { > "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInt > erface.5.3", > "MetaData": { > "Keys": [ > "minimal" > ] > }, > "className": "QMinimalIntegrationPlugin", > "debug": false, > "version": 329218 > } > > > Got keys from plugin meta data ("minimal") > QFactoryLoader::QFactoryLoader() looking at > "/usr/local/lib/qt5/plugins/platforms/libqoffscreen.so" > Found metadata in lib > /usr/local/lib/qt5/plugins/platforms/libqoffscreen.so, metadata= > { > "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInt > erface.5.3", > "MetaData": { > "Keys": [ > "offscreen" > ] > }, > "className": "QOffscreenIntegrationPlugin", > "debug": false, > "version": 329218 > } > > > Got keys from plugin meta data ("offscreen") > 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.QPlatformIntegrationFactoryInt > erface.5.3", > "MetaData": { > "Keys": [ > "xcb" > ] > }, > "className": "QXcbIntegrationPlugin", > "debug": false, > "version": 329218 > } > > Got keys from plugin meta data ("xcb") > QFactoryLoader::QFactoryLoader() checking directory path > "/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: > (/usr/local/lib/libxkbcommon-x11.so.0: version V_0.5.0 required by > /usr/local/lib/libQt5XcbQpa.so.5 not defined)" > This application failed to start because it could not find or load the > Qt platform plugin "xcb" > in "". > > Available platform plugins are: minimal, offscreen, xcb. > > Reinstalling the application may fix this problem. > Abort (core dumped) > > === > > Tentei criar alguns links simbólicos para tentar resolver a dependência > da libxkbcommon-x11.so.0: version V_0.5.0, mas sem sucesso. > Alguém passou por algo semelhante e conseguiu resolver? > > Desde já, obrigado! > > Att, > > Clayton > > - > Histórico: http://www.fug.com.br/historico/html/freebsd/ > Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd > Atualiza a base do X ante de atualizar os demais pacotes. Mesmo problema aqui que pelo visto resolveu. portmaster -Rf x11/xorg Att. -- :UNI>http://www.fug.com.br/historico/html/freebsd/ Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd
Re: [FUG-BR] This application failed to start because it could not find or load the Qt platform plugin "xcb", in "".
Em Sun, 6 Nov 2016 20:13:51 -0200, Clayton Eduardo dos Santos escreveu > Boa noite pessoal, > > Hoje pela manhã, atualizei alguns pacotes via portmaster e percebi > que várias aplicações deixaram de funcionar, apresentando a seguinte > mensagem de erro: > > === > > This application failed to start because it could not find or load > the Qt platform plugin "xcb" in "". > > Available platform plugins are: minimal, offscreen, xcb. > > Reinstalling the application may fix this problem. > Abort (core dumped) > > === > > Após algumas pesquisas, habilitei o debug dos plugins do QT via|| > "setenv QT_DEBUG_PLUGINS 1" e passei a obter a seguinte saída: > || > === > > QFactoryLoader::QFactoryLoader() checking directory path > "/usr/local/lib/qt5/plugins/platforms" ... > > QFactoryLoader::QFactoryLoader() looking at > "/usr/local/lib/qt5/plugins/platforms/libqminimal.so" > Found metadata in lib > /usr/local/lib/qt5/plugins/platforms/libqminimal.so, metadata= > { > "IID": "org.qt- > project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", > "MetaData": {"Keys": ["minimal"]}, > "className": "QMinimalIntegrationPlugin","debug": false, > "version": 329218 } > > Got keys from plugin meta data ("minimal") > QFactoryLoader::QFactoryLoader() looking at > "/usr/local/lib/qt5/plugins/platforms/libqoffscreen.so" > Found metadata in lib > /usr/local/lib/qt5/plugins/platforms/libqoffscreen.so, metadata= > { > "IID": "org.qt- > project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", > "MetaData": {"Keys": ["offscreen"]}, >"className": "QOffscreenIntegrationPlugin","debug": false, > "version": 329218 } > > Got keys from plugin meta data ("offscreen") > 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": 329218 } > > Got keys from plugin meta data ("xcb") > QFactoryLoader::QFactoryLoader() checking directory path > "/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: > (/usr/local/lib/libxkbcommon-x11.so.0: version V_0.5.0 required by > /usr/local/lib/libQt5XcbQpa.so.5 not defined)" > This application failed to start because it could not find or load > the Qt platform plugin "xcb" in "". > > Available platform plugins are: minimal, offscreen, xcb. > > Reinstalling the application may fix this problem. > Abort (core dumped) > > === > > Tentei criar alguns links simbólicos para tentar resolver a dependência > da libxkbcommon-x11.so.0: version V_0.5.0, mas sem sucesso. > Alguém passou por algo semelhante e conseguiu resolver? > > Desde já, obrigado! > > Att, > > Clayton > > - > Histórico: http://www.fug.com.br/historico/html/freebsd/ > Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd Cleyton, não sei se é o mesmo problema, a minha máquina deste o dia 3 atualizando, via src o universe, e onte atualizei os pacotes via pkg update && pkg upgrade --yes tudo parecia ok, mas quando executava o qtcreator, ele me abria os fontes, compilava, mas não me permitia alterar a interfece do programa que estava criando. ele simplesmente crashava e dissia que havia bibliotecas novas com velhas hoje eu esecutei novamente o pkg upgrade --foce qt5 && pkg upgrade --force qtcreator e nada. ai fiz o seguinte listei todos o s ports que tinham instalados do qt5 e mandei fazer um pkg upgrade --force --yes pacote e tive uma surpresa, vários não foram atualizados, como mostra o vídeo que está neste link aqui https://www.dropbox.com/s/vapvi880dpd5383/video_qt5_problems.ogv?dl=0 --- /* **Nilton José RizzoUFRRJ **http://www.rizzo.eng.br http://www.ufrrj.br **http://lattes.cnpq.br/0079460703536198 **/ - Histórico: http://www.fug.com.br/historico/html/freebsd/ Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd