Bug 459682 - kateprojectplugin.so undefined symbol error in AppImage
Summary: kateprojectplugin.so undefined symbol error in AppImage
Status: REPORTED
Alias: None
Product: Craft
Classification: Developer tools
Component: Core (show other bugs)
Version: master
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Hannah von Reth
URL:
Keywords:
: 448308 454699 463856 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-09-26 04:31 UTC by Be
Modified: 2023-03-07 13:41 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Be 2022-09-26 04:31:22 UTC
SUMMARY
Using the AppImage, the Project Plugin fails to load.

STEPS TO REPRODUCE
1. wget https://binary-factory.kde.org/job/Kate_Release_appimage-centos7/lastSuccessfulBuild/artifact/kate-22.08.1-637-linux-64-gcc.AppImage
2. chmod +x ./kate-22.08.1-637-linux-64-gcc.AppImage
3. ./kate-22.08.1-637-linux-64-gcc.AppImage
4. Settings -> Configure Kate -> Plugins -> check Project Plugin, click Ok

OBSERVED RESULT
kf.coreaddons: "Could not load plugin from /tmp/.mount_kate-2ZCrpA7/usr/plugins/ktexteditor/kateprojectplugin.so: Cannot load library /tmp/.mount_kate-2ZCrpA7/usr/plugins/ktexteditor/kateprojectplugin.so: (/lib64/libQt5Quick.so.5: undefined symbol: _ZN15QVulkanInstanceC1Ev, version Qt_5)"

EXPECTED RESULT
Project Plugin loads.

SOFTWARE/OS VERSIONS
release 22.08.01 AppImage on Fedora 36
Comment 1 Christoph Cullmann 2022-10-31 18:35:57 UTC
Ingo, is there one component for this where we collect such issues?
Comment 2 Christoph Cullmann 2022-10-31 18:37:30 UTC
And I assume this here

https://invent.kde.org/packaging/appimage-packaging

is not the current state of the tooling for this?
Comment 3 Ingo Klöcker 2022-10-31 19:02:58 UTC
(In reply to Christoph Cullmann from comment #2)
> And I assume this here
> 
> https://invent.kde.org/packaging/appimage-packaging
> 
> is not the current state of the tooling for this?

Correct. This project is dead.
Comment 4 Christoph Cullmann 2022-10-31 19:04:41 UTC
(In reply to Ingo Klöcker from comment #3)
> (In reply to Christoph Cullmann from comment #2)
> > And I assume this here
> > 
> > https://invent.kde.org/packaging/appimage-packaging
> > 
> > is not the current state of the tooling for this?
> 
> Correct. This project is dead.

Could we let sysadmin archive the repo/project then to not confuse people?
Comment 5 Ingo Klöcker 2022-10-31 19:06:39 UTC
(In reply to Christoph Cullmann from comment #1)
> Ingo, is there one component for this where we collect such issues?

It's a problem in the AppImagePackager of craft. The rpath of the plugins need to be rewritten for the AppImage. craft/core is the best component for this.
Comment 6 Ingo Klöcker 2022-10-31 19:08:17 UTC
(In reply to Christoph Cullmann from comment #4)
> (In reply to Ingo Klöcker from comment #3)
> > (In reply to Christoph Cullmann from comment #2)
> > > And I assume this here
> > > 
> > > https://invent.kde.org/packaging/appimage-packaging
> > > 
> > > is not the current state of the tooling for this?
> > 
> > Correct. This project is dead.
> 
> Could we let sysadmin archive the repo/project then to not confuse people?

When I asked Ben about appimage-packaging (I think last week), he said that he should probably archive it.
Comment 7 Christoph Cullmann 2022-12-31 19:30:41 UTC
*** Bug 454699 has been marked as a duplicate of this bug. ***
Comment 8 Christoph Cullmann 2023-01-14 20:57:29 UTC
*** Bug 463856 has been marked as a duplicate of this bug. ***
Comment 9 Martinus 2023-03-01 19:27:58 UTC
Hi. I just had the issue with https://binary-factory.kde.org/job/Kate_Release_appimage-centos7/lastSuccessfulBuild/artifact/kate-22.12.2-794-linux-gcc-x86_64.AppImage (running on Ubuntu 22.04.2 / Gnome)
Comment 10 Martinus 2023-03-01 19:32:06 UTC
(In reply to Martinus from comment #9)
> Hi. I just had the issue with
> https://binary-factory.kde.org/job/Kate_Release_appimage-centos7/
> lastSuccessfulBuild/artifact/kate-22.12.2-794-linux-gcc-x86_64.AppImage
> (running on Ubuntu 22.04.2 / Gnome)

BTW, the snap - which is linked from kate official website is not available : https://snapcraft.io/kate
Comment 11 Martinus 2023-03-07 13:29:57 UTC
*** Bug 448308 has been marked as a duplicate of this bug. ***
Comment 12 Martinus 2023-03-07 13:41:41 UTC
(In reply to Martinus from comment #11)
> *** Bug 448308 has been marked as a duplicate of this bug. ***

In fact the current bug is about kateprojectplugin.so; the "duplicate" is about katefilebrowserplugin.so