[opensuse-packaging] how to solve "conflict for providers of bc" for tumbleweed-busybox-image ppc64le
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 ? -- Michel Normand -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
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
Hi, On Fri, Jun 05, 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.
The problem is the build service itself, it pulls in powerpc-utils to setup the build environment (is that really needed there?), and uses this packages for the kiwi images, too :( I added yet another "replaces" statement for busybox-misc, let's hope that's enough. Thorsten
https://build.opensuse.org/projects/home:michel_mno:branches:devel:kubic:con...
any suggestion ?
-- Michel Normand -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
-- Thorsten Kukuk, Distinguished Engineer, Senior Architect SLES & MicroOS SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany Managing Director: Felix Imendoerffer (HRB 36809, AG Nürnberg) -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (3)
-
Michael Matz
-
Normand
-
Thorsten Kukuk