https://bugzilla.novell.com/show_bug.cgi?id=856658 https://bugzilla.novell.com/show_bug.cgi?id=856658#c0 Summary: Incorrect dependency checking in program YaST2-product-creator file wizards.rb. Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: x86-64 OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: yast2-maintainers@suse.de ReportedBy: d.batischev@itig.com.ua QAContact: jsrain@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36 Incorrect dependency check in program YaST2-product-creator file wizards.rb. As a result YaST2-product-creator does not start after trying to install the required packages. Workaround: in file /usr/share/YaST2/include/product-creator/wizards.rb make next chenges: @@ -238,7 +238,7 @@ Wizard.CreateDialog Wizard.SetDesktopTitleAndIcon("product-creator") - required_packages = ["inst-source-utils", "mkisofs", "createrepo"] + required_packages = ["inst-source-utils", "cdrkit-cdrtools-compat", "createrepo"] # add PPC specific packages if ProductCreator.GetArch == "ppc" || ProductCreator.GetArch == "ppc64" mkisofs is deprecated as package. The software mkisofs located in cdrkit-cdrtools-compat package. Reproducible: Always Steps to Reproduce: 1. Install openSUSE (12.3 - 13.1) 2. Install YaST2-product-creator 3. Run YaST2-product-creator and press install dependencies 4. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.