apteryks
apteryks
Compilation fails (master branch) unless the LLVM sources are patched like so: ``` sed -i '/^#include $/i #include ' \ utils/benchmark/src/benchmark_register.h" ``` Source: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=cling#n40
Hello, Attempting to package this for Guix I encountered the following error: ``` starting phase `check' ============================= test session starts ============================== platform linux -- Python 3.9.9, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 --...
When attempting to build the latest v0.5.1 release, I encounter the following errors: ``` guix build --check -K ruby-bond The following derivation will be built: /gnu/store/j462q0ahc12saf9v1y0lwrv5w0cd7m1a-ruby-bond-0.5.1.drv building /gnu/store/j462q0ahc12saf9v1y0lwrv5w0cd7m1a-ruby-bond-0.5.1.drv... starting phase...
Hello! It seems this project doesn't have a COPYING or LICENSE file to make it clear what license it's distributed under. Having a license enables distributing the software in free...
Attempting to run the test suite fails with: ``` NOTE: Gem::Specification#has_rdoc= is deprecated with no replacement. It will be removed on or after 2018-12-01. Gem::Specification#has_rdoc= called from /tmp/guix-build-ruby-binding-of-caller-0.8.0.drv-0/gem/Rakefile:34. rake aborted!...
Hello, I would like to add a `phoronix-test-suite` package to GNU Guix, a package manager/distribution that follows the [Free System Distribution Guidelines (FSDG)](https://www.gnu.org/distros/free-system-distribution-guidelines.html), which aims ensuring the distribution only contains...
While working on a solution for https://github.com/phoronix-test-suite/phoronix-test-suite/issues/639, I've discovered some test are missing the License information: ``` ob-cache/test-profiles/pts/gpu-residency-1.0.1/test-definition.xml ob-cache/test-profiles/pts/noise-level-1.1.0/test-definition.xml ob-cache/test-profiles/pts/powertop-wakeups-1.0.1/test-definition.xml ob-cache/test-profiles/pts/psstop-1.0.0/test-definition.xml ob-cache/test-profiles/pts/system-decompress-bzip2-1.0.2/test-definition.xml ob-cache/test-profiles/pts/system-decompress-gzip-1.1.0/test-definition.xml ob-cache/test-profiles/pts/system-decompress-tiff-1.0.1/test-definition.xml ob-cache/test-profiles/pts/system-decompress-xz-1.0.2/test-definition.xml ob-cache/test-profiles/pts/system-decompress-zlib-1.0.1/test-definition.xml ob-cache/test-profiles/pts/system-libjpeg-1.1.0/test-definition.xml ob-cache/test-profiles/pts/systemd-boot-kernel-1.0.1/test-definition.xml ob-cache/test-profiles/pts/systemd-boot-total-1.0.4/test-definition.xml ob-cache/test-profiles/pts/systemd-boot-userspace-1.0.1/test-definition.xml...
### Description Some tests fail when run in parallel with `pytest-xdist`. ### Steps to Reproduce 1. Run the test suite with `pytest -n 24`, or a number adapted for your...
#### Description of problem: Many tasks are nested in in Ansible 'block's. Unfortunately Ansible does not print out the block name, so for example all we see in the output...
#### Description of problem: Filling the DISA SAR report is made more difficult because the DISA control items identifiers are not in the task names. #### Steps to Reproduce: Run...