FS#44231 - KDevelop - dysfunctional GDB plugin

Attached to Project: Arch Linux
Opened by Adam K. (osense) - Tuesday, 17 March 2015, 22:19 GMT
Last edited by Evangelos Foutras (foutrelis) - Wednesday, 18 March 2015, 11:23 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Kdevelop needs to be rebuilt to link with libprocessui.so.5. Right now it's linked with .4 and the GDB plugin fails to work.


Additional info:
arch% pacman -Qs kdevelop
local/kdevelop 4.7.1-1
A C/C++ development environment for KDE
arch% kdevelop
[...]
"kdevgdb" "Cannot load library /usr/lib/kde4/kdevgdb.so: (libprocessui.so.4: cannot open shared object file: No such file or directory)"
kdevelop(9946)/kdevplatform (shell) KDevelop::PluginController::loadPluginInternal: Loading plugin ' "kdevgdb" ' failed.
[...]

Steps to reproduce:
1) Launch kdevelop.
2) Attempt to debug something (using the GDB plugin).
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Wednesday, 18 March 2015, 11:23 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#42878  -- kdevelop optionally depends on kdebase-workspace for: GDB plugin and 'Attach to process' functionality
Comment by Adam K. (osense) - Wednesday, 18 March 2015, 11:18 GMT
  • Field changed: Percent Complete (100% → 0%)
Is not a duplicate... please read the description again, this happens on the newest version AND is unrelated to the "duplicate" bugreport apart from the fact that it involves the same shared lib.
Comment by Evangelos Foutras (foutrelis) - Wednesday, 18 March 2015, 11:21 GMT
You're missing the optional dependency kdevelop has on kdebase-workspace.

Loading...