| Summary: | Cannot install kate on RHEL7 | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Hannes <h2+bugs> |
| Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | christoph, justin.zobel, nate, waqar.17a |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Hannes
2021-03-01 15:33:06 UTC
Flatpak doesn't provide downloadable packages so without an internet connection I don't think you can install. The problem here is that CentOS 7 / RHEL 7 is too old, it carries glibc 2.17xx which is really really old. One solution is to build kate yourself from source but you would need Qt for that. Since I use CentOS 7 myself with Kate on it, I can try to create a package and maybe host the binaries on some github repo. However, I have zero experience in creating a package so if you know some place where one can learn about this, be sure to let me know :) Appimage should work on CentOS / RHEL 7 though. So, if it isn't this is a problem that needs to be fixed. Just had a look there's a dedicated CentOS7 AppImage job but it's failing. I've looked into it but can't see a direct fix. I've raised with the sysadmins. https://binary-factory.kde.org/job/Kate_Nightly_appimage-centos7/ Hmm, looks like the centos7 stuff uses an ancient gcc, it should use some devtoolset gcc. 12:19:10 -- The CXX compiler identification is GNU 4.8.5 (In reply to Christoph Cullmann from comment #4) > Hmm, looks like the centos7 stuff uses an ancient gcc, it should use some > devtoolset gcc. > > 12:19:10 -- The CXX compiler identification is GNU 4.8.5 I've raised with Milian. AppImage seems to work again: https://binary-factory.kde.org/job/Kate_Nightly_appimage-centos7/ Can you try if this works for you? Thanks! 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! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now 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 Thank you for helping us make KDE software even better for everyone! I can confirm that the new builds work! Thanks. P.S.: They are not linked to from the homepage, though. I have discovered multiple problems, should I open separate issues for these? 1) Exiting the kate-appimage does not terminate the process. It just keeps on running in the background. It doesn't cause CPU-load, though. 2) The LSP-Client doesn't seem to work. When I enable it in the plugins section, nothing happens, i.e. the configuration entry for it does not appear. After leaving the settings and re-opening them, the checkbox from the plugin is unchecked again. Thank you for your help. (In reply to Hannes from comment #10) > I have discovered multiple problems, should I open separate issues for these? > > 1) Exiting the kate-appimage does not terminate the process. It just keeps > on running in the background. It doesn't cause CPU-load, though. > > 2) The LSP-Client doesn't seem to work. When I enable it in the plugins > section, nothing happens, i.e. the configuration entry for it does not > appear. After leaving the settings and re-opening them, the checkbox from > the plugin is unchecked again. > > Thank you for your help. Yes please, one issue per entry makes it easier to individually track and resolve. |