Search Criteria
Package Details: gputop-git r957.757399aa75-1
Git Clone URL: | https://aur.archlinux.org/gputop-git.git (read-only, click to copy) |
---|---|
Package Base: | gputop-git |
Description: | GPU profiling tool |
Upstream URL: | https://github.com/rib/gputop |
Licenses: | |
Submitter: | 1ace |
Maintainer: | 1ace |
Last Packager: | 1ace |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-02-15 20:19 |
Last Updated: | 2018-08-12 09:23 |
Dependencies (11)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- meson (meson-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- python-mako (make)
- cogl (cogl-amdgpu-pro, deepin-cogl) (optional) – for the UI (GTK)
- glfw-wayland (glfw-wayland-git) (optional) – for the UI (Wayland native)
- glfw-x11 (glfw-x11-git) (optional) – for the UI (Xorg native)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-typeahead, gtk3-git, gtk3-ubuntu, gtk3-classic, gtk3-patched-filechooser-icon-view) (optional) – for the UI (GTK)
- libepoxy (libepoxy-git, libepoxy-nodocs-git) (optional) – for the UI
- libsoup (libsoup-gnome-git, libsoup-gnome) (optional) – for the UI (GTK)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-minimal-git, mesa-git, mesa-minimal+-git) (optional) – for the UI
Latest Comments
dreieck commented on 2019-07-25 20:01
I get the following error in
prepare
:DCengineer commented on 2018-12-14 07:44
I got the following error during my attempt to install gputop for the first time...
meson.build:40:2: ERROR: Failed to initialize 'subprojects/libuv-v1.18.0': Incorrect hash for patch: b310ce358fbbd4f4b33fff21e1322931f2cfa7e88d721d7ad156fb27e3729668 expected 16f07003a8511e9aa955ef4ca79fcb160d9e66283dce7c26e46c83fd69548f59 actual.
It looks like a version control issue.
mweinelt commented on 2018-08-10 14:14
The error resulted from a partial update, where meson was already on python 3.7, but python 3.6.6 was still installed. Built continued once python was upgraded.
1ace commented on 2018-08-10 13:41
@mweinelt: I think this error comes from the fact you have built it once using an older meson, then upgraded meson and tried to build the new code using the old build directory. Clean your build directory (
rm -rf /tmp/yaourt-tmp-hexa/aur-gputop-git/
) and try again; I'm almost certain your issue will be gone :)BTW, you should consider moving away from yaourt, it's dead and will be more and more broken as the rest of the world carries on: https://wiki.archlinux.org/index.php/AUR_helpers#Discontinued_or_problematic
I personally used to use yaourt, and moved to yay (https://aur.archlinux.org/packages/yay/) earlier this year when I learned about yaourt's issues, and have been happy with it :)
mweinelt commented on 2018-08-10 13:05
Build fails because of missing module:
Traceback (most recent call last): File "/usr/bin/meson", line 26, in <module> from mesonbuild import mesonmain ModuleNotFoundError: No module named 'mesonbuild'</module>