Search Criteria
Package Details: hotspot-git 1.4.0.r41.gff86112-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/hotspot-git.git (read-only, click to copy) |
---|---|
Package Base: | hotspot-git |
Description: | The Linux perf GUI for performance analysis |
Upstream URL: | https://github.com/KDAB/hotspot |
Licenses: | GPL2 |
Conflicts: | hotspot |
Provides: | hotspot |
Submitter: | jonhoo |
Maintainer: | daizhirui |
Last Packager: | Horus |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2017-07-03 17:06 (UTC) |
Last Updated: | 2023-11-10 14:44 (UTC) |
Dependencies (19)
- elfutils (elfutils-gitAUR)
- kconfig5
- kconfigwidgets5
- kcoreaddons5
- kddockwidgetsAUR (kddockwidgets-gitAUR)
- ki18n5
- kio5
- kitemmodels5
- kitemviews5
- kparts5
- libelf (elfutils-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- solid5
- threadweaver5
- cmake (cmake-gitAUR) (make)
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- extra-cmake-modules (extra-cmake-modules-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- rustc-demangleAUR (optional) – rustc symbols demangling
Latest Comments
« First ‹ Previous 1 2
LionKor commented on 2019-09-20 10:31 (UTC)
On my system installing this package lead to a kernel panic on reboot, as it was creating the /usr/lib64 directory, which is supposed to be a symlink to /usr/lib. pacman -Qo /usr/lib64 showed hotspot-git.
This is probably an isolated case, but I'll include how I fixed it, incase anyone else runs into a kernel panic after this. Basically just live boot, chroot into your mounted root filesystem, do pacman -R hotspot-git and create a symlink from /usr/lib64 to /usr/lib. Then just rebuild your initramfs and you're good.
Again, this might just be an isolated case, but hotspot-git can do that to your system. I'd recommend just checking that this didn't happen to you after you installed it, as hotspot is an amazing tool.
Horus commented on 2019-09-01 16:40 (UTC)
@totsilence Fixed, thanks for reporting!
totsilence commented on 2019-08-30 12:11 (UTC)
Since the release of extra-cmake-modules-5.61.0-2
https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/extra-cmake-modules&id=c79fdb5b60580368ec83283b8fcda0d987a6c424
LIBDIR is set such that libraries are installed to /usr/lib instead of /usr/lib64 which breaks the build of this package. I suggest to remove the line which moves the (now non-existant) directory:
mv "$pkgdir/usr/lib64" "$pkgdir/usr/lib"
Thanks!
bluehood commented on 2018-03-18 02:48 (UTC) (edited on 2018-03-18 03:05 (UTC) by bluehood)
Hi, I just tried to build the package (
makepkg -si
) and I get the following compilation (linker) errors. Any idea what I'm missing (and why it was not built as a dependency)? Note that I do have qt5-base installed.EDIT: I get the same errors following the build instructions at the official github page. Help?
Horus commented on 2017-09-30 08:29 (UTC)
chengsun commented on 2017-08-30 09:06 (UTC)
jonhoo commented on 2017-07-14 01:30 (UTC)
mrkline commented on 2017-07-14 01:18 (UTC)
« First ‹ Previous 1 2