sparc no longer uses sparc32 / sparc-utils to change personalities on the 
fly ... rather it should use linux32 / setarch like everyone else
-mike

Attachment: pgppiXCvoWNeO.pgp
Description: PGP signature

Index: arch/sparc.py
===================================================================
RCS file: /var/cvsroot/gentoo/src/catalyst/arch/sparc.py,v
retrieving revision 1.9
diff -u -p -r1.9 sparc.py
--- arch/sparc.py	2 Oct 2006 20:41:53 -0000	1.9
+++ arch/sparc.py	24 Dec 2006 11:30:39 -0000
@@ -9,9 +9,9 @@ class generic_sparc(builder.generic):
 		builder.generic.__init__(self,myspec)
 		self.settings["mainarch"]="sparc"
 		if self.settings["hostarch"]=="sparc64":
-			if not os.path.exists("/bin/sparc32"):
-				raise CatalystError,"required /bin/sparc32 executable not found (\"emerge sparc-utils\" to fix.)"
-			self.settings["CHROOT"]="/bin/sparc32 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"
 

Reply via email to