https://bugzilla.novell.com/show_bug.cgi?id=464727 User lslezak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=464727#c7 Ladislav Slezak <lslezak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lslezak@novell.com AssignedTo|lslezak@novell.com |jsuchome@novell.com --- Comment #7 from Ladislav Slezak <lslezak@novell.com> 2009-03-11 05:49:00 MST --- Jiri, the check in the kiwi part looks buggy: 2009-01-15 11:39:47 <1> werkbak(14525) [Pkg] ProductCreator.ycp:190 Pkg Builtin called: SystemArchitecture 2009-01-15 11:39:47 <1> werkbak(14525) [Pkg] Arch.cc(SystemArchitecture):94 Default system architecture: i686 2009-01-15 11:40:11 <3> werkbak(14525) [YCP] Report.ycp:472 Target architecture of the current configuration (i586) does not match the system architecture (i386). Kiwi cannot create images for different architectures. The target is i586, the system is i686, but the message contains i386 (that's what Arch::architecture() returned). I think Pkg::SystemArchitecture() should be used instead of Arch::architecture() and in some cases it should be possible to continue (on compatible architectures like i586 and i686). The result will not be exactly what expected, in this case the kiwi target architecture will be i686, but if it's acceptable for user yast should continue. -- 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.