John Paul Adrian Glaubitz
John Paul Adrian Glaubitz
Trying to use ```clang``` natively on m68k currently fails with a file reading error: ``` glaubitz@epyc:..llvm-build/bin> uname -a Linux epyc 5.6.0-2-amd64 #1 SMP Debian 5.6.14-1 (2020-05-23) m68k GNU/Linux glaubitz@epyc:..llvm-build/bin> ./clang...
I just tried compiling a little more complex piece of C++ code which fails with an error code generated by the backend: ``` glaubitz@epyc:..openscad-2019.05/src> /local_scratch/glaubitz/M680x0-mono-repo/build/bin/clang -target m68k-linux-gnu localscope.cc -o localscope.o...
Helm is affected by CVE-2023-25165 and should be updated to 3.11.1 or newer. See: https://github.com/helm/helm/security/advisories/GHSA-pwcw-6f5g-gxf8
Instead of enumerating the number of active and existing CPUs on Linux by iterating over the pseudo-files below /sys/devices/system/cpu/, it is better to retrieve the number of active and existing...
### CloudFormation Lint Version 0.77.10 ### What operating system are you using? openSUSE Tumbleweed ### Describe the bug The testsuite of `cfn-lint` 0.77.10 fails on openSUSE Tumbleweed with the following...
Signed-off-by: John Paul Adrian Glaubitz
Signed-off-by: John Paul Adrian Glaubitz
The build of oneTBB from git master on 32-Bit Linux PowerPC fails with the following linker error: ``` [49/324] Linking CXX executable gnu_12.2_cxx11_32_relwithdebinfo/test_tick_count FAILED: gnu_12.2_cxx11_32_relwithdebinfo/test_tick_count : && /usr/bin/c++ -O2 -g...
I was just working on updating `oci-cli` in openSUSE from 3.22.0 to 3.22.1 and noticed that there are no changes for the new version. Instead, the in the `CHANGELOG.rst`, the...
On Python 3.12, the testsuite fails with the following tests: ``` [ 31s] =========================== short test summary info ============================ [ 31s] FAILED tests/unit/common/monitored_resource_util/test_monitored_resource.py::TestMonitoredResource::test_aws_monitored_resource [ 31s] FAILED tests/unit/common/monitored_resource_util/test_monitored_resource.py::TestMonitoredResource::test_gcp_gce_monitored_resource [ 31s] FAILED...