Describe the bug
Hi all, I've been trying to compile hotspot locally (using Arch Linux). I think I have installed all dependency (see bonus bugs below), and the app builds, but it fails to start.
Instead, there are a few error messages, and then it immediately segfaults:
]$ ./bin/hotspot
kf.coreaddons: "Could not find plugin konsolepart"
[2023-12-15 17:18:19.277] [com.kdab.kddockwidgets] [error] Couldn't find dock widget name=frequency
[2023-12-15 17:18:19.277] [com.kdab.kddockwidgets] [error] Couldn't find dock widget frequency
Segmentation fault (core dumped)
I assume that I am missing some dependency. But which?
Describe the bug Hi all, I've been trying to compile
hotspot
locally (using Arch Linux). I think I have installed all dependency (see bonus bugs below), and the app builds, but it fails to start. Instead, there are a few error messages, and then it immediately segfaults:I assume that I am missing some dependency. But which?
To Reproduce Steps to reproduce the behavior:
mkdir make_dir; cd make_dir; cmake ../; make
./bin/hotspot
Expected behavior The app should not segfault immediately. I think it is supposed to show a window.
Version Info (please complete the following information):
6.6.2-arch1-1
6068053c97395f99826445b887c51269adf153a1
Additional context
Bonus bug 1: The steps for compiling on Arch Linux specify dependencies that do not exist. See https://github.com/KDAB/hotspot/blob/master/HACKING.md#arch-linux