Bug 397734

Summary: AppImage: kdevclangsupport not loading
Product: [Applications] kdevelop Reporter: Kevin Funk <kfunk>
Component: Language Support: CPP (Clang-based)Assignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: grave CC: 6yearold, kfunk, mail
Priority: NOR Keywords: release_blocker
Version First Reported In: unspecified   
Target Milestone: 5.3.0   
Platform: Appimage   
OS: Linux   
Latest Commit: Version Fixed/Implemented In: 5.3.0
Sentry Crash Report:

Description Kevin Funk 2018-08-22 08:40:47 UTC
Downloaded 5.3 branch build from http://home.kfunk.org:8080/job/kdevelop-appimage-centos/

Problem:

```
kdevelop(16167)/kdevplatform.shell: unknown(0): Attempting to load "kdevclangsupport" - name: "C++ Support"
kdevelop(16167)/kdevplatform.shell: unknown(0): Could not load plugin "kdevclangsupport" , it reported the error: "The clang builtin include path \"/opt/llvm/lib/clang/5.0.0/include\" is invalid (missing cpuid.h header).\nTry setting the KDEV_CLANG_BUILTIN_DIR environment variable manually to fix this.\nSee also: https://bugs.kde.org/show_bug.cgi?id=393779" Disabling the plugin now.
```
Comment 1 Kevin Funk 2018-08-22 08:42:24 UTC
We're not shipping the Clang devel headers in the AppImage, I think. Could that be the reason?

Sorry, I'm a bit out of the loop regarding what happened in our Clang support lately...
Comment 2 Sven Brauch 2018-09-19 21:21:21 UTC
Should be fixed by 997be66c7fc6a8ec3bbde04cc26594dc75a1026b, but as always I'm too fuzzy to mention that bug in the commit message ;)