--- arch/ppc.py.orig 2006-06-26 10:25:43.000000000 -0700 +++ arch/ppc.py 2006-06-26 10:27:02.000000000 -0700 @@ -17,9 +17,9 @@ self.settings["mainarch"]="ppc" self.settings["CHOST"]="powerpc-unknown-linux-gnu" if self.settings["hostarch"]=="ppc64": - if not os.path.exists("/usr/bin/linux32"): - raise CatalystError,"required /usr/bin/linux32 executable not found." - self.settings["CHROOT"]="/usr/bin/linux32 chroot" + if not os.path.exists("/bin/linux32"): + raise CatalystError,"required /bin/linux32 executable not found (\"emerge setarch\" to fix.)" + self.settings["CHROOT"]="linux32 chroot" else: self.settings["CHROOT"]="chroot"