Bug 397734 - AppImage: kdevclangsupport not loading
Summary: AppImage: kdevclangsupport not loading
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (Clang-based) (other bugs)
Version First Reported In: unspecified
Platform: Appimage Linux
: NOR grave
Target Milestone: 5.3.0
Assignee: kdevelop-bugs-null
URL:
Keywords: release_blocker
Depends on:
Blocks:
 
Reported: 2018-08-22 08:40 UTC by Kevin Funk
Modified: 2018-09-20 07:08 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In: 5.3.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ;)