Hello, AG S írta:
4. During the install when it updates the packages in the second stage, there is an error related to the two pango packages. Here is the error on the 64-bit version (not quite sure why that one is installed by default) when doing the update after the install (same problem though):
See https://bugzilla.novell.com/show_bug.cgi?id=336678 There are two problems: - there are some broken 32 bit packages, which require 64bit packages, and are installed by default - "zypper up" is also broken: it insists to install 64bit packages A possible workaround: - delete all 64bit packages: rpm -e itrace rpm -qa | grep 64bit | xargs rpm -e --nodeps --force --noscripts rpm -qa | grep ppc64 | xargs rpm -e --nodeps --force --noscripts (itrace is part of the devel pattern, and requires a 64bit kernel module) - add the following two lines to /etc/zypp/locks *64bit* *ppc64* - run zypper: zypper -v up Bye, CzP --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-ppc+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-ppc+help@opensuse.org