Re: [Pgbuildfarm-members] fixing architecture descriptions

Lists: buildfarm-members
From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PGBuildFarm <pgbuildfarm-members(at)pgfoundry(dot)org>
Subject: [Pgbuildfarm-members] fixing architecture descriptions
Date: 2006-06-12 23:22:01
Message-ID: 448DF719.1040907@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: buildfarm-members

below is a list of the various architecture specs we have in the buildfarm.

Would someone like to suggest a standardised subset that makes sense?

cheers

andrew

pgbfprod=# select lower(architecture), count(*) from buildsystems group
by lower(architecture) ;
lower | count
------------------------+-------
sparc 64 | 1
itanium | 1
i686 (athlon 64) | 1
amd64 (i386 kernel) | 1
powerpc g4 | 4
ppc | 3
athlon xp | 1
x86_64 | 5
sparc | 6
arm | 1
isa | 1
x86/smp | 1
parisc | 1
amd mp | 1
i386 | 9
amd 2600x2 | 1
athalon | 1
amd64 | 5
sparc64 | 1
ppc64 | 1
alpha | 2
m68k | 1
x86-32 | 1
x86 | 21
amd | 1
ia32 | 2
x86 smp | 1
powerpc | 2
mipsel | 2
i386 (intel pentium 4) | 1
ia64 | 3
mips | 1
i686 | 4
s390 | 1
x86-64 | 2
ultra sparc | 1
amd xp | 1
(37 rows)


From: "Jim Buttafuoco" <jim(at)contactbda(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>, PGBuildFarm <pgbuildfarm-members(at)pgfoundry(dot)org>
Subject: Re: [Pgbuildfarm-members] fixing architecture descriptions
Date: 2006-06-13 01:13:41
Message-ID: 20060613011144.M79265@contactbda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: buildfarm-members

why not use the output from config.guess, on my mipsel system I get
mipsel-unknown-linux-gnu and on my alpha I get alphapca56-unknown-linux-gnu

Just an idea :)

Jim

---------- Original Message -----------
From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PGBuildFarm <pgbuildfarm-members(at)pgfoundry(dot)org>
Sent: Mon, 12 Jun 2006 19:22:01 -0400
Subject: [Pgbuildfarm-members] fixing architecture descriptions

> below is a list of the various architecture specs we have in the buildfarm.
>
> Would someone like to suggest a standardised subset that makes sense?
>
> cheers
>
> andrew
>
> pgbfprod=# select lower(architecture), count(*) from buildsystems group
> by lower(architecture) ;
> lower | count
> ------------------------+-------
> sparc 64 | 1
> itanium | 1
> i686 (athlon 64) | 1
> amd64 (i386 kernel) | 1
> powerpc g4 | 4
> ppc | 3
> athlon xp | 1
> x86_64 | 5
> sparc | 6
> arm | 1
> isa | 1
> x86/smp | 1
> parisc | 1
> amd mp | 1
> i386 | 9
> amd 2600x2 | 1
> athalon | 1
> amd64 | 5
> sparc64 | 1
> ppc64 | 1
> alpha | 2
> m68k | 1
> x86-32 | 1
> x86 | 21
> amd | 1
> ia32 | 2
> x86 smp | 1
> powerpc | 2
> mipsel | 2
> i386 (intel pentium 4) | 1
> ia64 | 3
> mips | 1
> i686 | 4
> s390 | 1
> x86-64 | 2
> ultra sparc | 1
> amd xp | 1
> (37 rows)
>
> _______________________________________________
> Pgbuildfarm-members mailing list
> Pgbuildfarm-members(at)pgfoundry(dot)org
> http://pgfoundry.org/mailman/listinfo/pgbuildfarm-members
------- End of Original Message -------


From: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
To: Jim Buttafuoco <jim(at)contactbda(dot)com>
Cc: PGBuildFarm <pgbuildfarm-members(at)pgfoundry(dot)org>
Subject: Re: [Pgbuildfarm-members] fixing architecture descriptions
Date: 2006-06-13 17:08:20
Message-ID: 20060613170820.GQ34196@pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: buildfarm-members

The number of 'smp' entries makes me think we should probably add info
on if the machine is multi-core or not.

On Mon, Jun 12, 2006 at 09:13:41PM -0400, Jim Buttafuoco wrote:
> why not use the output from config.guess, on my mipsel system I get
> mipsel-unknown-linux-gnu and on my alpha I get alphapca56-unknown-linux-gnu
>
> Just an idea :)
>
> Jim
>
>
> ---------- Original Message -----------
> From: Andrew Dunstan <andrew(at)dunslane(dot)net>
> To: PGBuildFarm <pgbuildfarm-members(at)pgfoundry(dot)org>
> Sent: Mon, 12 Jun 2006 19:22:01 -0400
> Subject: [Pgbuildfarm-members] fixing architecture descriptions
>
> > below is a list of the various architecture specs we have in the buildfarm.
> >
> > Would someone like to suggest a standardised subset that makes sense?
> >
> > cheers
> >
> > andrew
> >
> > pgbfprod=# select lower(architecture), count(*) from buildsystems group
> > by lower(architecture) ;
> > lower | count
> > ------------------------+-------
> > sparc 64 | 1
> > itanium | 1
> > i686 (athlon 64) | 1
> > amd64 (i386 kernel) | 1
> > powerpc g4 | 4
> > ppc | 3
> > athlon xp | 1
> > x86_64 | 5
> > sparc | 6
> > arm | 1
> > isa | 1
> > x86/smp | 1
> > parisc | 1
> > amd mp | 1
> > i386 | 9
> > amd 2600x2 | 1
> > athalon | 1
> > amd64 | 5
> > sparc64 | 1
> > ppc64 | 1
> > alpha | 2
> > m68k | 1
> > x86-32 | 1
> > x86 | 21
> > amd | 1
> > ia32 | 2
> > x86 smp | 1
> > powerpc | 2
> > mipsel | 2
> > i386 (intel pentium 4) | 1
> > ia64 | 3
> > mips | 1
> > i686 | 4
> > s390 | 1
> > x86-64 | 2
> > ultra sparc | 1
> > amd xp | 1
> > (37 rows)
> >
> > _______________________________________________
> > Pgbuildfarm-members mailing list
> > Pgbuildfarm-members(at)pgfoundry(dot)org
> > http://pgfoundry.org/mailman/listinfo/pgbuildfarm-members
> ------- End of Original Message -------
>
> _______________________________________________
> Pgbuildfarm-members mailing list
> Pgbuildfarm-members(at)pgfoundry(dot)org
> http://pgfoundry.org/mailman/listinfo/pgbuildfarm-members
>

--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461