Search Criteria
Package Details: piglit-git r12216.591119965-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/piglit-git.git (read-only, click to copy) |
|---|---|
| Package Base: | piglit-git |
| Description: | OpenGL implementation testing suite. Provides a simple means to perform regression tests. |
| Upstream URL: | http://piglit.freedesktop.org/ |
| Licenses: | GPL2, GPL3, LGPL2.1 |
| Conflicts: | piglit |
| Provides: | piglit |
| Submitter: | Omar007 |
| Maintainer: | Omar007 |
| Last Packager: | Omar007 |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-05-21 17:01 (UTC) |
| Last Updated: | 2026-02-17 17:17 (UTC) |
Dependencies (21)
- glu (glu-gitAUR)
- libcaca
- libxkbcommon (libxkbcommon-gitAUR)
- libxrender
- ocl-icd (khronos-ocl-icd-gitAUR, opencl-icd-loaderAUR)
- python-mako
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- waffleAUR (waffle-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- glslang (glslang-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR) (make)
- opencl-headers (opencl-headers-gitAUR, adaptivecpp-gitAUR, adaptivecppAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
- xorgproto (xorgproto-gitAUR) (make)
- python-jsonstreamsAUR (optional) – A JSON stream writer for python
- python-lxml (optional) – Accelerated python XML library using libxml2
- python-simplejson (optional) – Fast implementation of the python JSON library
- Show 1 more dependencies...
Latest Comments
Omar007 commented on 2025-12-10 22:34 (UTC) (edited on 2025-12-13 14:45 (UTC) by Omar007)
@imeguras; yea upstream introduced a new test that breaks builds on systems where
-Werror=format-securityis set by default. I had already submitted a change to upstream, see https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/1057I had hoped it would've been pulled in by now but since it isn't yet I'll probably pull it into the PKGBUILD this weekend to cover w/e the time is it'll still take them.
EDIT: Upstream has reviewed it but it's not yet merged (or queued up for/assigned to Marge Bot). I have added it to the PKGBUILD directly for now.
imeguras commented on 2025-12-10 20:54 (UTC) (edited on 2025-12-10 22:45 (UTC) by imeguras)
Compilation has been failing for over a week(Ie i've tried to kept the system up to date yet cant install this package)
FAILED: [code=1]
Decided to go around it like so:
i know this is kinda missing the point but i really just cared about the binary
Lone_Wolf commented on 2022-04-13 16:09 (UTC)
Build failure with makepmkg and with extra-x86_64-build
drm_fourcc.h comes with libdrm and is present in /usr/include/libdrm .
Lone_Wolf commented on 2021-02-14 20:49 (UTC)
The error was indeed in waffle package, not in piglit-git .
I've uploaded an adjusted waffle pacakge.
Omar007 commented on 2021-02-14 19:32 (UTC) (edited on 2021-02-14 19:39 (UTC) by Omar007)
@Lone_Wolf: I have added support for the OpenCL tests but I'm not sure what you mean with your first point. Can you specify what exactly you're seeing in your clean chroot build that seems to require that dependency on piglit? I'm building using clean chroots as well and I'm not encountering a problem and I'm also not aware of references to udev at all. (not seeing it when I search for it or in the build output either)
If it's needed for/by waffle, isn't that something to resolve there instead?
I will add that I haven't been able to build the waffle AUR package since last week or something so I had to do the build with waffle 1.6.2-1.
Beyond the change notification and automated build failure on my server I haven't checked the details yet but looks like dependencies changed and my not be correct there anymore.
Lone_Wolf commented on 2021-02-14 14:34 (UTC) (edited on 2021-02-14 14:34 (UTC) by Lone_Wolf)
Building in a clean chroot showed systemd should be added to makedepends so camke can find libudev.pc (needed for waffle )
please enable PIGLIT_BUILD_CL_TESTS so opencl tests can be run. (This will require adding opencl-headers and ocl-icd to makedepends)