On 16.11.2017 01:59, Linux Kamarada wrote:
OBS succeeds. The image is built. I download it. Test it on VirtualBox. Then I realize it does not have K3b. I install K3b using zypper. Works like a charm.
On purpose, I add the k3b package to the package list in config.kiwi:
<package name="k3b" />
Then OBS starts building the image again, but fails. The build log shows:
[ 143s] Resolving package dependencies... [ 143s] [ 143s] Problem: nothing provides /usr/bin/cdrdao needed by k3b-17.04.2-4.1.x86_64 [ 143s] Solution 1: do not install k3b-17.04.2-4.1.x86_64 [ 143s] Solution 2: break k3b-17.04.2-4.1.x86_64 by ignoring some of its dependencies [ 143s] [ 143s] Choose from above solutions by number or cancel [1/2/c] (c): c
https://build.opensuse.org/package/live_build_log/home:livesuse:dev/LiveSUSE...
I do not understand, because the OSS repo has both k3b and cdrdao.
Any ideas on what is going wrong?
OBS config issue AFAICT. OBS does not know what provides /usr/bin/cdradao. Try explicitly adding the cdrdao package to the kiwi file. Or edit prjconf and add FileProvides: /usr/bin/cdrdao cdrdao -- Stefan Seyfried "For a successful technology, reality must take precedence over public relations, for nature cannot be fooled." -- Richard Feynman -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org