Package Details: amdgpu_top 0.8.3-1

Git Clone URL: https://aur.archlinux.org/amdgpu_top.git (read-only, click to copy)
Package Base: amdgpu_top
Description: Tool that shows AMD GPU utilization
Upstream URL: https://github.com/Umio-Yasuno/amdgpu_top
Licenses: MIT
Submitter: Teddy-Kun
Maintainer: Teddy-Kun
Last Packager: Teddy-Kun
Votes: 23
Popularity: 2.10
First Submitted: 2023-04-09 17:18 (UTC)
Last Updated: 2024-05-16 13:51 (UTC)

Dependencies (3)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

Hanabishi commented on 2023-05-21 13:15 (UTC) (edited on 2023-05-21 13:16 (UTC) by Hanabishi)

This is a different error though. Seems like there are problems with your crates index.

First of all, try to remove all caches and make a clean build. Also try to build manually using makepkg -siC, without AUR helper.

blackcatgames commented on 2023-05-21 13:01 (UTC)

@Hanabishi I tried this but I still get an error

error: failed to get anyhow as a dependency of package libamdgpu_top v0.1.7 (/home/nora/.cache/paru/clone/amdgpu_top/src/amdgpu_top-0.1.8/crates/libamdgpu_top)

Caused by: failed to query replaced source registry crates-io

Caused by: attempting to make an HTTP request, but --frozen was specified ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'amdgpu_top-0.1.8-1': error: packages failed to build: amdgpu_top-0.1.8-1

Hanabishi commented on 2023-05-16 09:39 (UTC) (edited on 2023-05-16 09:43 (UTC) by Hanabishi)

The package builds totally fine. Nothing was removed from upstream or crates.io.
This is a local problem of some kind.

Fast search gave me the following:

"It looks like your ~/.cargo/registry/index directory is corrupted. Delete it and run cargo update again."

Teddy-Kun commented on 2023-05-16 06:34 (UTC)

@blackcatgames seems like the version of a library used by amdgpu_top no longer exists on crates.io or it was renamed. I am currently on holiday without a PC, so I can't fix the package. To fix this you could try amdgpu_top-git but it most likely will have the same issue or modify the PKGBUILD by removing --locked and --frozen from the prepare() and build() functions respectively.

blackcatgames commented on 2023-05-15 07:14 (UTC)

Get the following build error: error: failed to get libdrm_amdgpu_sys as a dependency of package libamdgpu_top v0.1.7 (/home/nora/.cache/paru/clone/amdgpu_top/src/amdgpu_top-0.1.8/crates/libamdgpu_top)

Caused by: failed to query replaced source registry crates-io

Caused by: attempting to make an HTTP request, but --frozen was specified ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'amdgpu_top-0.1.8-1': error: packages failed to build: amdgpu_top-0.1.8-1

orlfman commented on 2023-05-02 20:50 (UTC) (edited on 2023-05-03 18:56 (UTC) by orlfman)

if i might say, you made a better program than gpu-z and hwinfo for video card info :)

edit:

i recently took my 6900 xt apart to re-pad it, including its graphite pad with another, and swap the stock fans with 92mm noctua fans. it was SUPER nice to be able to use this to monitor temps before and after the changes in linux. this was the only program on linux that showed me that vrm, memory vrm, soc vrm, and soc temps are actually exposed on linux and can be monitored. prior i had no idea before amdgpu_top. not even lm_sensors showed those temps. originally i was dreading having to boot up windows on another drive just to use something like hwinfo to see those sensors so again, a big thank you for making this.

Teddy-Kun commented on 2023-05-02 15:13 (UTC)

@Hanabishi I have done that in the update to 0.1.7_stable-1

Hanabishi commented on 2023-05-02 13:10 (UTC)

If you meant something else please let me know.

For me export CARGO_TARGET_DIR=target is essential. Because I override Rust build directory to use one particular place. So PKGBUILD obviously fails to package without it.

Teddy-Kun commented on 2023-05-02 12:44 (UTC)

@Hanabishi The package was updated for that reason a little while ago. I now realized that I accidentally used --locked in build instead of --frozen. If you meant something else please let me know.

Hanabishi commented on 2023-05-01 20:36 (UTC)

Please, update the package according to https://wiki.archlinux.org/title/Rust_package_guidelines#Build