Help! I broke kdevelop

dave davey815 at gmail.com
Tue Dec 30 17:44:36 GMT 2025


Hi All,

I am looking into tinkering with renderdoc, 
https://github.com/baldurk/renderdoc/tree/v1.x.  I have installed its 
dependencies:

sudo apt-get install libx11-dev libx11-xcb-dev mesa-common-dev 
libgl1-mesa-dev libxcb-keysyms1-dev pkg-config cmake python3-dev bison 
autoconf automake libpcre3-dev qt5-qmake libqt5svg5-dev libqt5x11extras5-dev

I then cloned it, built it and run it but did not install it.

When I tried to open renderdoc in kdevelop as a project, kdevelop 
crashed.  When I run kdevelop from bash, I am able to choose renderdoc 
as a recent project and kdevelop crashes with the following messages:

kdevelop
kdevplatform.util: Path::init: invalid/unsupported Path encountered:  
http://clang-tidy
beginResetModel called on cppcheck::ProblemModel(0x55816b681d20) without 
calling endResetModel first
endResetModel called on cppcheck::ProblemModel(0x55816b681d20) without 
calling beginResetModel first
beginResetModel called on ProblemReporterModel(0x55816b5913d0) without 
calling endResetModel first
beginResetModel called on QSortFilterProxyModel(0x55816c9f55a0) without 
calling endResetModel first
endResetModel called on ProblemReporterModel(0x55816b5913d0) without 
calling beginResetModel first
endResetModel called on QSortFilterProxyModel(0x55816c9f55a0) without 
calling beginResetModel first
kf.kio.workers.file: copy() 
QUrl("file:///home/shakezula/apps/renderdoc/renderdoc.kdev4") to 
QUrl("file:///tmp/kdevelop.odIwHz") mode= -1
kdevelop: symbol lookup error: /usr/lib/llvm-19/lib/libclang-19.so.19: 
undefined symbol: LLVMInitializeAArch64TargetInfo, version LLVM_19.1

I get the same thing if I try to open any of my other projects.  I have 
cleared the cache, reinstalled libclang and kdevelop and I get the same 
messages.  A few times I got some additional messages about a plugin 
possibly missing but that is inconsistent.  I suspect a renderdoc 
dependency is the source of the problem I am not sure how to fix it.

This is all on a current debian/trixie/xfce setup.

any help would be appreciated,
Dave


More information about the KDevelop-devel mailing list