Hello, On Fri, 5 Jun 2020, Normand wrote:
In https://build.opensuse.org/package/show/devel:kubic:containers/tumbleweed-bu... there is "unresolvable" for ppc64le: "conflict for providers of bc needed by powerpc-utils, (provider bc is in conflict with busybox-misc)"
I tried adding a "Prefer: bc" or "Prefer: busybox-misc" in my branch project config but that do not help. https://build.opensuse.org/projects/home:michel_mno:branches:devel:kubic:con...
any suggestion ?
All of the following is just guessing: I assume the prjconf Prefer settings aren't used by the kiwi-based image builder dependency resolver. But I see something that seems to achieve something similar in tumbleweed-busybox-image.kiwi, e.g.: <package name="busybox-ash" replaces="bash"/> <package name="busybox-attr" replaces="attr"/> so I'd try adding this to your own .kiwi file: <package name="busybox-misc" replaces="bc"/> to see how it fares. Ciao, Michael. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org