Summary: | kdoctools build if using zsh, antigen and zsh-autosuggestions | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kdoctools | Reporter: | Srevin Saju <srevinsaju> |
Component: | general | Assignee: | Documentation Editorial Team <kde-doc-english> |
Status: | REPORTED --- | ||
Severity: | minor | CC: | kdelibs-bugs, luigi.toscano |
Priority: | NOR | ||
Version: | 5.76.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Srevin Saju
2020-11-29 10:26:53 UTC
The FindDocBookXSL.cmake code tries first to look into several paths for lib/lib.xsl, and then it tries to find it VERSION is another set of paths which are build by items of CMAKE_SYSTEM_PREFIX_PATH and share/xml/docbook/xsl-stylesheets-* , so it looks to me unlikely that a random VERSION file may affect the process. This is a very specific issue on a very specific platform, and it may require people with the proper environment knowledge to debug it. As a starter, please attach the compilation logs and the exact error messages. I have attached the build.log and cmake.log for your reference. It seems like CMAKE searches my $PATH for DocBookXSL; my $PATH includes ~/.antigen/.../zsh-autosuggestions which might be a pointer. I am not sure why it selects ~/.antigen/.../zsh-autosuggestions. I can clean build it, if I pop ~/.antigen/.../zsh-autosuggestions from $PATH, but it might imply that some checks or the path to DocBookXSL is to be refined perhaps https://people.sugarlabs.org/~srevinsaju/dl/cmake-2020-11-30.log https://people.sugarlabs.org/~srevinsaju/dl/build-2020-11-30.log Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Reported |