Search Criteria
Package Details: igt-gpu-tools-git 2.2+180.r15609.20251104.1e5b9a823-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/igt-gpu-tools-git.git (read-only, click to copy) |
|---|---|
| Package Base: | igt-gpu-tools-git |
| Description: | Collection of tools for development and testing of the DRM drivers. |
| Upstream URL: | https://gitlab.freedesktop.org/drm/igt-gpu-tools |
| Licenses: | LicenseRef-several_in_onefile |
| Conflicts: | dpcd_reg, gputop, igt-gpu-tools, lsgpu |
| Provides: | dpcd_reg, gputop, igt-gpu-tools, lsgpu |
| Submitter: | 1ace |
| Maintainer: | dreieck |
| Last Packager: | dreieck |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-03-07 21:53 (UTC) |
| Last Updated: | 2025-11-09 09:54 (UTC) |
Dependencies (41)
- alsa-lib
- bash (bash-devel-gitAUR, bash-gitAUR)
- cairo (cairo-gitAUR)
- glib2 (glib2-selinuxAUR, glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- gsl (gsl-gitAUR)
- gtk-doc
- json-c (json-c-gitAUR)
- kmod (kmod-gitAUR)
- libdrm (libdrm-gitAUR, libdrm-ps4AUR)
- libelf (elfutils-gitAUR)
- libopingAUR
- libpciaccess (libpciaccess-gitAUR)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- libx11 (libx11-gitAUR, libx11-mr293AUR)
- libxext (libxext-gitAUR)
- libxmlrpc
- libxrandr (libxrandr-gitAUR)
- libxv
- openblas (openblas-gitAUR, openblas64-gitAUR, openblas-lapackAUR)
- Show 21 more dependencies...
Latest Comments
dreieck commented on 2025-08-09 20:31 (UTC) (edited on 2025-10-19 19:17 (UTC) by dreieck)
Currently, build fails withIf anyone has an idea how to fix it, please tell.Gentoo seems to have similar issues.
Package
libxmlrpcis version 1:1.59.03-3.↗ Upstream issue report.
It is an issue with how
libxmlrpcis built by my distribution: https://forum.artixlinux.org/index.php/topic,8791.htmlRegards!
dreieck commented on 2024-02-09 18:11 (UTC)
valgrindcan be a makedependency only.dreieck commented on 2024-02-09 15:13 (UTC) (edited on 2024-02-09 18:11 (UTC) by dreieck)
A fixed
PKGBUILDis ↗ here:Regards!
dreieck commented on 2024-01-17 20:35 (UTC) (edited on 2024-01-17 20:39 (UTC) by dreieck)
You need to add
gputoptoprovidesandconflictsarrays, since it installs/usr/bin/gputop.Please also check the other binaries with this regard like
lsgpuanddpcd_reg.Thanks for maintaining!
dreieck commented on 2024-01-17 20:32 (UTC)
alsa-libneeds to be added to thedependsarray according tonamcap:Regards and thanks for maintaining!
dreieck commented on 2024-01-17 20:30 (UTC)
Adding
MESON_OPTS+=(-Ddocs=disabled)fixed the previously reported issue for me.Regards!
dreieck commented on 2024-01-17 20:28 (UTC)
After forcefully adding
-Doverlay=disabledin all cases, the previous error is mitigated,prepare()andbuild()run through, but thenpackage()fails withERROR: Error in gtkdoc helper script:Regards!
dreieck commented on 2024-01-17 20:20 (UTC)
After fixing the previous error,
prepare()fails withProgram leg found: NO-- maybe a missing dependency or makedependency?:Regards!
dreieck commented on 2024-01-17 20:18 (UTC)
Please add
"${_pkgname}=${pkgver}"to theprovidesarray and${_pkgname}to theconflictsarray.Thanks for maintaining!
dreieck commented on 2024-01-17 20:17 (UTC)
Fails to
prepare():"$pkgname-v$pkgver"is wrong. It must be"${_pkgname}"instead.Thanks for maintaining!