Package Details: hotspot 1:1.5.1-3

Git Clone URL: https://aur.archlinux.org/hotspot.git (read-only, click to copy)
Package Base: hotspot
Description: The Linux perf GUI for performance analysis
Upstream URL: https://github.com/KDAB/hotspot
Keywords: gui kdab perf performance profile profiling
Licenses: GPL-2.0-only
Submitter: Horus
Maintainer: Rubo
Last Packager: Rubo
Votes: 28
Popularity: 0.20
First Submitted: 2017-09-30 13:49 (UTC)
Last Updated: 2024-11-19 10:17 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

Horus commented on 2024-01-27 10:32 (UTC)

This is the maintainer of the package. Sorry guys for late reaction, I am not using the package anymore. Anyone willing to take over? Ideally, together with hotspot-git.

minerscale commented on 2024-01-17 10:25 (UTC)

I had to slightly modify the diff which Martchus posted to get the thing to build:

https://gist.github.com/minerscale/4a34d6b2fe10157e3acc20dfe44302da

Martchus commented on 2023-12-11 15:10 (UTC)

It would likely make sense to apply https://github.com/KDAB/hotspot/commit/6068053c97395f99826445b887c51269adf153a1.patch to be able to build against the latest kdockwidgets.

Rubo commented on 2023-10-20 14:37 (UTC)

Hi, can you please update the KDE dependencies? Otherwise it fails to build.

depends=(
    'qt5-base>=5.15.0'
    'libelf'
    'elfutils'
    'threadweaver5'
    'kddockwidgets'
    'ki18n5'
    'kconfig5'
    'kio5'
    'kitemviews5'
    'kcoreaddons5'
    'kitemmodels5'
    'kconfigwidgets5'
    'kparts5'
    'perf'
    'solid5'
    'rustc-demangle>=0.1.18-2'
)

cyqsimon commented on 2023-02-14 02:14 (UTC)

If I'm not mistaken I think perf should be added to the list of dependencies of this package. Without perf, hotspot displays this error message when trying to record:

Please install perf before trying to record.

Martchus commented on 2022-03-02 14:37 (UTC)

This is an arch-specific package:

file hotspot
hotspot: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=e85908f11237a9bb6613c76e800a7f6759622e09, for GNU/Linux 4.4.0, stripped

So archs should be x86_64, see https://wiki.archlinux.org/title/Arch_package_guidelines#Architectures. (I'd say for AUR packages it is also acceptable to add further archs such as i686 and aarch64 if the package is known to compile for those. However, one must not any if the resulting package contains arch specific contents.)

acarcano commented on 2021-10-26 13:44 (UTC)

Hi everyone, Following my update of the dependency rustc-demangle, this is currently broken. To fix it, apply the changes presented in this diff: https://gist.github.com/krtab/4c9eaf4cf38eb79467526d0525ed4da0

smartins commented on 2021-06-14 23:22 (UTC)

Can skip building the tests ? Since they're not run they can be skipped

joseluisq commented on 2021-05-03 09:15 (UTC)

Instead, for me did work https://aur.archlinux.org/packages/hotspot-git

Horus commented on 2020-11-20 13:02 (UTC)

I have updated the PKGBUILD to install the desktop file from upstream.