public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-catalyst] [patch] update sparc.py's personality bin check
@ 2006-12-24 11:32 Mike Frysinger
  2006-12-24 17:22 ` Chris Gianelloni
  0 siblings, 1 reply; 9+ messages in thread
From: Mike Frysinger @ 2006-12-24 11:32 UTC (permalink / raw
  To: gentoo-catalyst


[-- Attachment #1.1: Type: text/plain, Size: 150 bytes --]

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

[-- Attachment #1.2: Type: application/pgp-signature, Size: 827 bytes --]

[-- Attachment #2: catalyst-sparc-setarch.patch --]
[-- Type: text/x-diff, Size: 898 bytes --]

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"
 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-catalyst] [patch] update sparc.py's personality bin check
  2006-12-24 11:32 [gentoo-catalyst] [patch] update sparc.py's personality bin check Mike Frysinger
@ 2006-12-24 17:22 ` Chris Gianelloni
  2006-12-24 22:47   ` Mike Frysinger
                     ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Chris Gianelloni @ 2006-12-24 17:22 UTC (permalink / raw
  To: gentoo-catalyst

[-- Attachment #1: Type: text/plain, Size: 573 bytes --]

On Sun, 2006-12-24 at 06:32 -0500, Mike Frysinger wrote:
> sparc no longer uses sparc32 / sparc-utils to change personalities on the 
> fly ... rather it should use linux32 / setarch like everyone else

You're writing patches against CVS< which is no longer the location for
catalyst.  The sparc stuff is already done.  For anything else, please
file bugs, rather than sending patches to this list.

-- 
Chris Gianelloni
Release Engineering Strategic Lead
Alpha/AMD64/x86 Architecture Teams
Games Developer/Council Member/Foundation Trustee
Gentoo Foundation

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-catalyst] [patch] update sparc.py's personality bin check
  2006-12-24 17:22 ` Chris Gianelloni
@ 2006-12-24 22:47   ` Mike Frysinger
  2006-12-24 22:59   ` Mike Frysinger
  2006-12-24 23:15   ` Mike Frysinger
  2 siblings, 0 replies; 9+ messages in thread
From: Mike Frysinger @ 2006-12-24 22:47 UTC (permalink / raw
  To: gentoo-catalyst

[-- Attachment #1: Type: text/plain, Size: 253 bytes --]

On Sunday 24 December 2006 12:22, Chris Gianelloni wrote:
> For anything else, please
> file bugs, rather than sending patches to this list.

everytime ive filed bugs in the past, they go unnoticed until i start 
bothering people on irc :P
-mike

[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-catalyst] [patch] update sparc.py's personality bin check
  2006-12-24 17:22 ` Chris Gianelloni
  2006-12-24 22:47   ` Mike Frysinger
@ 2006-12-24 22:59   ` Mike Frysinger
  2006-12-27 14:14     ` Chris Gianelloni
  2006-12-24 23:15   ` Mike Frysinger
  2 siblings, 1 reply; 9+ messages in thread
From: Mike Frysinger @ 2006-12-24 22:59 UTC (permalink / raw
  To: gentoo-catalyst

[-- Attachment #1: Type: text/plain, Size: 190 bytes --]

On Sunday 24 December 2006 12:22, Chris Gianelloni wrote:
> You're writing patches against CVS< which is no longer the location for
> catalyst.

also, you should punt it from cvs then
-mike

[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-catalyst] [patch] update sparc.py's personality bin check
  2006-12-24 17:22 ` Chris Gianelloni
  2006-12-24 22:47   ` Mike Frysinger
  2006-12-24 22:59   ` Mike Frysinger
@ 2006-12-24 23:15   ` Mike Frysinger
  2 siblings, 0 replies; 9+ messages in thread
From: Mike Frysinger @ 2006-12-24 23:15 UTC (permalink / raw
  To: gentoo-catalyst

[-- Attachment #1: Type: text/plain, Size: 208 bytes --]

On Sunday 24 December 2006 12:22, Chris Gianelloni wrote:
> The sparc stuff is already done.

last e-mail ... unless you've moved from cvs to svn to somewhere else, the 
sparc patch still applies
-mike

[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-catalyst] [patch] update sparc.py's personality bin check
  2006-12-24 22:59   ` Mike Frysinger
@ 2006-12-27 14:14     ` Chris Gianelloni
  2006-12-27 15:06       ` Mike Frysinger
  0 siblings, 1 reply; 9+ messages in thread
From: Chris Gianelloni @ 2006-12-27 14:14 UTC (permalink / raw
  To: gentoo-catalyst

[-- Attachment #1: Type: text/plain, Size: 495 bytes --]

On Sun, 2006-12-24 at 17:59 -0500, Mike Frysinger wrote:
> On Sunday 24 December 2006 12:22, Chris Gianelloni wrote:
> > You're writing patches against CVS< which is no longer the location for
> > catalyst.
> 
> also, you should punt it from cvs then

I asked.  I got the "we'll make it read only" response, so gave up.

-- 
Chris Gianelloni
Release Engineering Strategic Lead
Alpha/AMD64/x86 Architecture Teams
Games Developer/Council Member/Foundation Trustee
Gentoo Foundation

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-catalyst] [patch] update sparc.py's personality bin check
  2006-12-27 14:14     ` Chris Gianelloni
@ 2006-12-27 15:06       ` Mike Frysinger
  2006-12-27 18:10         ` Chris Gianelloni
  0 siblings, 1 reply; 9+ messages in thread
From: Mike Frysinger @ 2006-12-27 15:06 UTC (permalink / raw
  To: gentoo-catalyst

[-- Attachment #1: Type: text/plain, Size: 452 bytes --]

On Wednesday 27 December 2006 09:14, Chris Gianelloni wrote:
> On Sun, 2006-12-24 at 17:59 -0500, Mike Frysinger wrote:
> > On Sunday 24 December 2006 12:22, Chris Gianelloni wrote:
> > > You're writing patches against CVS< which is no longer the location for
> > > catalyst.
> >
> > also, you should punt it from cvs then
>
> I asked.  I got the "we'll make it read only" response, so gave up.

then at least stick in a README.MOVED-TO-SVN file
-mike

[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-catalyst] [patch] update sparc.py's personality bin check
  2006-12-27 15:06       ` Mike Frysinger
@ 2006-12-27 18:10         ` Chris Gianelloni
  2006-12-27 18:29           ` Mike Frysinger
  0 siblings, 1 reply; 9+ messages in thread
From: Chris Gianelloni @ 2006-12-27 18:10 UTC (permalink / raw
  To: gentoo-catalyst

[-- Attachment #1: Type: text/plain, Size: 723 bytes --]

On Wed, 2006-12-27 at 10:06 -0500, Mike Frysinger wrote:
> On Wednesday 27 December 2006 09:14, Chris Gianelloni wrote:
> > On Sun, 2006-12-24 at 17:59 -0500, Mike Frysinger wrote:
> > > On Sunday 24 December 2006 12:22, Chris Gianelloni wrote:
> > > > You're writing patches against CVS< which is no longer the location for
> > > > catalyst.
> > >
> > > also, you should punt it from cvs then
> >
> > I asked.  I got the "we'll make it read only" response, so gave up.
> 
> then at least stick in a README.MOVED-TO-SVN file

It's read-only.

-- 
Chris Gianelloni
Release Engineering Strategic Lead
Alpha/AMD64/x86 Architecture Teams
Games Developer/Council Member/Foundation Trustee
Gentoo Foundation

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-catalyst] [patch] update sparc.py's personality bin check
  2006-12-27 18:10         ` Chris Gianelloni
@ 2006-12-27 18:29           ` Mike Frysinger
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Frysinger @ 2006-12-27 18:29 UTC (permalink / raw
  To: gentoo-catalyst

[-- Attachment #1: Type: text/plain, Size: 771 bytes --]

On Wednesday 27 December 2006 13:10, Chris Gianelloni wrote:
> On Wed, 2006-12-27 at 10:06 -0500, Mike Frysinger wrote:
> > On Wednesday 27 December 2006 09:14, Chris Gianelloni wrote:
> > > On Sun, 2006-12-24 at 17:59 -0500, Mike Frysinger wrote:
> > > > On Sunday 24 December 2006 12:22, Chris Gianelloni wrote:
> > > > > You're writing patches against CVS< which is no longer the location
> > > > > for catalyst.
> > > >
> > > > also, you should punt it from cvs then
> > >
> > > I asked.  I got the "we'll make it read only" response, so gave up.
> >
> > then at least stick in a README.MOVED-TO-SVN file
>
> It's read-only.

so here's a crazy idea ... make it writable, insert the file, and then put it 
back to read-only

or just punt it
-mike

[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-12-27 18:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-24 11:32 [gentoo-catalyst] [patch] update sparc.py's personality bin check Mike Frysinger
2006-12-24 17:22 ` Chris Gianelloni
2006-12-24 22:47   ` Mike Frysinger
2006-12-24 22:59   ` Mike Frysinger
2006-12-27 14:14     ` Chris Gianelloni
2006-12-27 15:06       ` Mike Frysinger
2006-12-27 18:10         ` Chris Gianelloni
2006-12-27 18:29           ` Mike Frysinger
2006-12-24 23:15   ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox