[opensuse-factory] KIWI issue/question
Hi all, I did not find a distinct kiwi mailing list in https://lists.opensuse.org/ so I try my luck here: I have run successfully the prepare step for a kiwi build, and now want to create the image: T520:~/image # kiwi -c /root/image/result/root -d /root/image/result/iso Oct-25 12:04:00 <1> : Description provides no MD5 hash, check Oct-25 12:04:00 <1> : Reading image description [Create]... Oct-25 12:04:00 <3> : Requested image creation with filesystem "clicfs"; but tool to create the file system could not be found. failed
From what I could find, the error should come up if no mkisofs or genisofs is installed
T520:~/image # zypper se mkisofs genisoimage Repository-Daten werden geladen... Installierte Pakete werden gelesen... S | Name | Zusammenfassung | Typ --+-------------+--------------------------------------------------------------------+-------- i | genisoimage | A Program for Creating CDs in Linux | mkisofs | A program to generate an ISO-9660/JOLIET/HFS/UDF hybrid filesystem | package -> genisoimage is installed. The attempt to install mkisoimage causes a conflict: Problem: cdrkit-cdrtools-compat-1.1.11-21.4.x86_64 steht in Konflikt mit mkisofs, das von mkisofs-3.01-1.5.x86_64 zur Verfügung gestellt wurde Lösung 1: Folgende Aktionen werden ausgeführt: Deinstallation von cdrkit-cdrtools-compat-1.1.11-21.4.x86_64 Deinstallation von kiwi-desc-isoboot-7.03.68-8.1.x86_64 Lösung 2: mkisofs-3.01-1.5.x86_64 nicht installieren Any idea how to cotinue or work around the issue? Thanks Axel -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Wed, 2016-10-26 at 12:06 +0200, Axel Braun wrote:
Hi all,
I did not find a distinct kiwi mailing list in https://lists.opensuse .org/ so I try my luck here: I have run successfully the prepare step for a kiwi build, and now want to create the image:
T520:~/image # kiwi -c /root/image/result/root -d /root/image/result/iso Oct-25 12:04:00 <1> : Description provides no MD5 hash, check Oct-25 12:04:00 <1> : Reading image description [Create]... Oct-25 12:04:00 <3> : Requested image creation with filesystem "clicfs"; but tool to create the file system could not be found. failed
From what I could find, the error should come up if no mkisofs or genisofs is installed
T520:~/image # zypper se mkisofs genisoimage Repository-Daten werden geladen... Installierte Pakete werden gelesen...
The error is about 'clicfs' - hence: $ cnf clicfs The program 'clicfs' can be found in the following package: * clicfs [ path: /usr/bin/clicfs, repository: zypp (repo-oss) ] Try installing with: sudo zypper install clicfs Does that help? Cheers, Dominique
Am Mittwoch, 26. Oktober 2016, 12:19:39 schrieb Dominique Leuenberger / DimStar:
On Wed, 2016-10-26 at 12:06 +0200, Axel Braun wrote:
Hi all,
I did not find a distinct kiwi mailing list in https://lists.opensuse .org/ so I try my luck here: I have run successfully the prepare step for a kiwi build, and now want to create the image:
T520:~/image # kiwi -c /root/image/result/root -d /root/image/result/iso Oct-25 12:04:00 <1> : Description provides no MD5 hash, check Oct-25 12:04:00 <1> : Reading image description [Create]... Oct-25 12:04:00 <3> : Requested image creation with filesystem "clicfs"; but tool to create the file system could not be found. failed
From what I could find, the error should come up if no mkisofs or genisofs is installed
T520:~/image # zypper se mkisofs genisoimage Repository-Daten werden geladen... Installierte Pakete werden gelesen...
The error is about 'clicfs' - hence:
$ cnf clicfs
The program 'clicfs' can be found in the following package: * clicfs [ path: /usr/bin/clicfs, repository: zypp (repo-oss) ]
Try installing with: sudo zypper install clicfs
Does that help?
Absolutely, that fixed it! Thanks Axel -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (2)
-
Axel Braun
-
Dominique Leuenberger / DimStar