apteryks

Results 195 issues of apteryks

#### Description of problem: The AIDE installation check occurs twice. See https://github.com/RedHatOfficial/ansible-role-rhel7-stig/blob/master/tasks/main.yml#L384 and https://github.com/RedHatOfficial/ansible-role-rhel7-stig/blob/master/tasks/main.yml#L408. The former one is not associated with the DISA-STIG-RHEL-07-020030 tag, which makes it harder to skip.

STIG

Hello! I'm trying to run the test suite for the `onionshare` 2.5 package in GNU Guix, and I haven't succeeded yet; most test appear to fail with errors such as:...

Hello, I'm trying to update mapnik in Guix, but I haven't been able to build it. Here's an excerpt of the failed build when using the latest commit: ``` [...]...

Hello, When testing this package against scikit 1.8.0, it fails the test_weighted_minkowski test with the error in the title. This is how scikit-learn dealt with it, for example: https://github.com/scikit-learn/scikit-learn/commit/f924bc8a1da541fa63b649046cedbc51d1024464. I...

pciutils has a supported build configuration to use a compressed database (by setting the `ZLIB` Make variable to `yes`) which is used for example on Guix System. Unfortunately mangohud expects...

Hello, Running the test suite of scikit-build as part of packaging it for GNU Guix, I stumbled upon the following test failures, which I don't know how to explain: ```...

Hello, Occasionally (once out of 10 builds?) on a 24 cores machine , I get a failure from the test_generator_selection test. Here's the last one i got: ``` =================================== FAILURES...

The officially supported way to build LLVM/Clang as a shared library is via the LLVM_BUILD_LLVM_DYLIB and LLVM_LINK_LLVM_DYLIB CMake options (see: https://llvm.org/docs/BuildingADistribution.html). When built this way, the whole of Clang API...

### Describe the bug While experimenting with cling I found that I can have it segfault on demand with the recipe below. ### Expected behavior cling should not segfault itself....

bug

### Describe the bug The build system currently looks (as a fallback) for an installed `lit.py` command. The PyPI available `lit` package rather installs a `lit` command. ### Expected behavior...

bug
help wanted