-
Task
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
False
-
-
False
-
-
When running the RHEL6/buildcheck test in 9.0z one of tasks is to download all build requirements for building the kernel RPM, which requires gcc-plugin-devel (GCC subpkg). However, installing it fails because the corresponding gcc-plugin-devel package version that matches gcc version is not present in the repos:
Error: Problem: package gcc-plugin-devel-11.2.1-9.4.el9.s390x requires gcc = 11.2.1-9.4.el9, but none of the providers can be installed - cannot install both gcc-11.2.1-9.4.el9.s390x and gcc-11.2.1-9.5.el9_0.s390x - cannot install the best candidate for the job
This error leads to another failure down the road, when the test tries to find secureboot certificates that should've been installed with `redhat-sb-certs` pkg, but wasn't because the installation process bailed out on the gcc-plugin-devel problem:
+ openssl x509 -inform der -in /usr/share/pki/sb-certs/secureboot-ca-ppc64le.cer -out secureboot.pem
Could not open file or uri for loading certificate from /usr/share/pki/sb-certs/secureboot-ca-ppc64le.cer
E03F2EBDFF7F0000:error:16000069:STORE routines:ossl_store_get0_loader_int:unregistered scheme:crypto/store/store_register.c:237:scheme=file
E03F2EBDFF7F0000:error:80000002:system library:file_open:No such file or directory:providers/implementations/storemgmt/file_store.c:267:calling stat(/usr/share/pki/sb-certs/secureboot-ca-ppc64le.cer)
Unable to load certificate
We could abort the test if any failure happens on the installation process, but the real problem here is that something is off with the infrastructure delivering the package.