FS#43699 - KDevelop 4.7.1-1 fail to debug
Attached to Project:
Arch Linux
Opened by Nicolas Bigaouette (big_gie) - Wednesday, 04 February 2015, 19:30 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 05 February 2015, 16:22 GMT
Opened by Nicolas Bigaouette (big_gie) - Wednesday, 04 February 2015, 19:30 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 05 February 2015, 16:22 GMT
|
Details
Description:
KDevelop v4.7.1-1 fails to debug a program. When clicking debug I get a popup: "the current launch configuration does not support the 'debug' mode" Running from the command line shows the problem: $ kdevelop 2>&1 | grep -v -i Spellcheck 1:kdevelop(10173)/kdeui (kdelibs): Attempt to use QAction "commit_or_finish_review" with KXMLGUIFactory! 2:kdevelop(10173)/kdevplatform (shell) KDevelop::PluginController::loadPluginInternal: Could not obtain factory to load plugin "kdevokteta" "Cannot load library /usr/lib/kde4/kdevokteta.so: (libkasten2okteta1core.so.1: cannot open shared object file: No such file or directory)" 3:kdevelop(10173)/kdevplatform (shell) KDevelop::PluginController::loadPluginInternal: Loading plugin ' "kdevokteta" ' failed. 4:kdevelop(10173)/kdevdefinesandincludes CompilerProvider::checkCompilerExists: Selected compiler: "GCC" 5:kdevelop(10173)/kdevplatform (shell) KDevelop::PluginController::loadPluginInternal: Could not obtain factory to load plugin "kdevgdb" "Cannot load library /usr/lib/kde4/kdevgdb.so: (libprocessui.so.4: cannot open shared object file: No such file or directory)" 6:kdevelop(10173)/kdevplatform (shell) KDevelop::PluginController::loadPluginInternal: Loading plugin ' "kdevgdb" ' failed. 7:kdevelop(10173)/kdevplatform (shell) KDevelop::PluginController::loadPluginInternal: Loading plugin ' "kdevkonsoleview" ' failed. The GDB plugin /usr/lib/kde4/kdevgdb.so seems to refer to "libprocessui.so.4" which is not present on my system. Same thing for /usr/lib/kde4/kdevokteta.so refering to libkasten2okteta1core.so.1. Under plasma-desktop 5.2.0-2 (x86_64). Steps to reproduce: 1. Install kdevelop v4.7.1-1 from extra. 2. Launch and load a project. 3. Try to debug it. |
This task depends upon
Closed by Doug Newgard (Scimmia)
Thursday, 05 February 2015, 16:22 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#42878
Thursday, 05 February 2015, 16:22 GMT
Reason for closing: Duplicate
Additional comments about closing:
I'm suffering of that since I migrated to plasma 5. (kdevelop 4.7.0 and now 4.7.1)
Installing oktetapart4 just adds okteta to plugins but kdevgdb is stil missing.
So the issue can be changed then: kdeplasma-addons-frameworks should provide the file. Maybe to many things changed in plasma 5 and it lib is not present anymore. In this case, I don't know what would be the solution. The user has to be informed that debugging with kdevelop is not possible under plasma 5 for now.
I installed kdevelop-git from aur instead.