Hi Michel On Wed, 2020-06-10 at 13:28 +0200, Normand wrote:
In opensuse_microos.group (1) and opensuse_kubic.group (2) for ppc64le there are some "uninstallable" patterns because "none of the providers can be installed" like the basesystem example below.
<!-- patterns-containers-container_runtime uninstallable: package patterns-containers-container_runtime-5.0-21.1.ppc64le requires pattern() = basesystem, but none of the providers can be installed-->
This will take a bit trial-and-error... essentially, pkglistgen only tells you the error based on what it has in the .group files, which is often not very helpful (like in your case). Essentially, it claims it can't install pattern() = basesystem. To find out WHY, you just have to add that to the groups.yml file as a requirement, then pkglistgen will tell you why it can't add it (possibly again with another thing it claims - so you might have to repeat the step a few times for the various symbols it spits out) Cheers, Dominique