* [gentoo-dev] Summary of PPC team meeting
@ 2005-03-19 20:34 Lars Weiler
2005-03-19 20:56 ` Ciaran McCreesh
0 siblings, 1 reply; 9+ messages in thread
From: Lars Weiler @ 2005-03-19 20:34 UTC (permalink / raw
To: ppc, gentoo-ppc-dev; +Cc: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 4865 bytes --]
On Fri, March 18, 20UTC until 22UTC the ppc-team had a meeting about those
topics:
1) project management elections
2) future goals
3) AltiVec in portage
4) QEMU ABI wrapper
5) Kernel issues
6) LiveCD
7) ppc64 and ppc merger
This is a summary of the topics:
1) project management elections
There should be lead-elections every six months, say after a release, or when
it is needed. You can volunteer for the Operational or Strategical Lead (or
both). You have to write your plans and tell them to the team. Then a voting
will take place via email. You can vote for one or several candidates. If
there are two with the same ammount of votes, there will be a further election
between those two. If you ran for both Operational and Strategical Lead you
need to declare which one is your first choice.
2) future goals
Instead of project goals posted with the beginning of a year, the ppc team
want to release quarterly updates about the goals. An example of those could
be found at the Gentoo Documentation Project. The Strategical Lead has to
track the goals and is responsible for their publication.
The current goals for 2005.0 are:
- OldWorld Support for 2005.0
- XLiveDVD for ppc
- Support of more machines
- compatibility list of PowerPCs with Gentoo running
- merge pegasos-sources into gentoo-(dev-)sources
- (better) support for CHRP/PReP
- support the installer
- better AltiVec support
And the all-time goals are:
- stable portage-tree
- minimized buglist
- at least two releases in a year
- having a nice time in the team :)
To keep a minimized buglist we want to introduce ppc-bugdays again. They
should take place monthly or even more often when it's needed. Best for devs
would be around Saturday afternoon (depending on their timezone).
The next ppc-bugday is on the same day like the usual bugday: April 2. To
find good users who may become a dev, we will talk about the bugs in
#gentoo-ppc.
3) AltiVec in portage
Some poitns about AltiVec:
1. gcc-4 will have an autovectorizer
2. the linux kernel will have an improved AltiVec support (avoiding vrsave on
non AltiVec tasks)
3. AltiVec abi for non AltiVec code is relatively slow
And there are two plans to resolve the problems:
1. keep wide AltiVec support and suggest to use -mabi=altivec everywhere and
maybe use the autovectorizer
2. restrict altivec to the AltiVec enable packages and make the others use the
non-AltiVec abi (which includes work on proper flag-o-matic support)
3. work on an AltiVec enabled glibc
We decided to work on 2 and 3.
4) QEMU ABI wrapper
qemu is nice. lu_zero wants to a binfmt hack, so that we can run
non-ppc-applications on ppc. But he can't do that alone and so he is
searching for other devs. It's a nice attempt, but we have higher prioritated
situations to solve.
5) Kernel issues
We found out recently, that the 2.6.11-kernel produce several problems on ppc.
At least three could be named:
- RTC/hwclock hickups on several machines
- linker problems with special kernel configs (a guess might be the highmem
support)
- compile-problems on G5 32bit
These made us to use a 2.6.10-kernel with 2.6.11-patches backported for the
release. In the long term the G5 32bit-kernel support will vanish, so that we
only support ppc32 on 32-bit-machines.
6) LiveCD
The release's LiveCD is about to be finished. Currently only the kernel
causes problems, as not all patches has been commited to CVS (nb: at time of
writing the summary this isn't an issue any more). G3G4-support works well,
and the G5 has also been tested on two machines. The Pegasos-kernel causes
some headaches, but there is at least one compiled kernel which can boot quite
properly. Stages has been tested quite well, GRP not, but that isn't such an
issue.
Thanks go to all supporters for this release!
7) ppc64 and ppc
With the dwindling support for the 32-bit G5 kernel becoming more apparent and
the 64-bit kernel support under rapid development tgall and dostrow would
like to propose a partial merger of the ppc and ppc64 teams for the following
purposes: all ppc64 hardware is able to run with 3 different userlands, a
pure 64-bit environment as we have now, a 64-bit kernel with a 32-bit
userland, which is very easy to create, and a multilib environment, which as
soon as dostrow gets finished, making hardened work on ppc64. Two of the
three of these configs allow regular 32-bit ppc binaries to run on the system
and the ppc64 team lacks the manpower to handle troubleshooting both 64 and 32
bit issues.
There was no objection during the meeting from noone of the attendees by the
ppc and ppc64 team.
That means, we will work an a common-profile with sub-profiles for ppc and
ppc64. A first target-date would be the 2005.1 release. The masterplan[tm]
for the team-merge should be presented at the next meeting (in about four
weeks).
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] Summary of PPC team meeting
2005-03-19 20:34 [gentoo-dev] Summary of PPC team meeting Lars Weiler
@ 2005-03-19 20:56 ` Ciaran McCreesh
2005-03-19 21:06 ` Mike Frysinger
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Ciaran McCreesh @ 2005-03-19 20:56 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 796 bytes --]
On Sat, 19 Mar 2005 21:34:02 +0100 Lars Weiler <pylon@gentoo.org> wrote:
| That means, we will work an a common-profile with sub-profiles for ppc
| and ppc64. A first target-date would be the 2005.1 release. The
| masterplan[tm] for the team-merge should be presented at the next
| meeting (in about four weeks).
Is the ultimate aim a merged keyword like we did for sparc64 + sparc32
-> sparc? If so, please don't use manson's script :)
It'd be nice to see x86/amd64 going this way as well. I mean, we can fit
mips under one keyword, and there's far more difference there than there
is between a 386 and an opteron.
--
Ciaran McCreesh : Gentoo Developer (Vim, Fluxbox, shell tools)
Mail : ciaranm at gentoo.org
Web : http://dev.gentoo.org/~ciaranm
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] Summary of PPC team meeting
2005-03-19 20:56 ` Ciaran McCreesh
@ 2005-03-19 21:06 ` Mike Frysinger
2005-03-19 21:12 ` Ciaran McCreesh
2005-03-19 21:52 ` Lars Weiler
2005-03-20 16:06 ` Daniel Goller
2 siblings, 1 reply; 9+ messages in thread
From: Mike Frysinger @ 2005-03-19 21:06 UTC (permalink / raw
To: gentoo-dev
On Saturday 19 March 2005 03:56 pm, Ciaran McCreesh wrote:
> On Sat, 19 Mar 2005 21:34:02 +0100 Lars Weiler <pylon@gentoo.org> wrote:
> | That means, we will work an a common-profile with sub-profiles for ppc
> | and ppc64. A first target-date would be the 2005.1 release. The
> | masterplan[tm] for the team-merge should be presented at the next
> | meeting (in about four weeks).
>
> Is the ultimate aim a merged keyword like we did for sparc64 + sparc32
> -> sparc? If so, please don't use manson's script :)
>
> It'd be nice to see x86/amd64 going this way as well. I mean, we can fit
> mips under one keyword, and there's far more difference there than there
> is between a 386 and an opteron.
that's a bit different considering sparc64 was really just sparc on the
userland (i.e. portage) side of things ... you guys dont have real 64bit !
-mike
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] Summary of PPC team meeting
2005-03-19 21:06 ` Mike Frysinger
@ 2005-03-19 21:12 ` Ciaran McCreesh
0 siblings, 0 replies; 9+ messages in thread
From: Ciaran McCreesh @ 2005-03-19 21:12 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 517 bytes --]
On Sat, 19 Mar 2005 16:06:31 -0500 Mike Frysinger <vapier@gentoo.org>
wrote:
| that's a bit different considering sparc64 was really just sparc on
| the userland (i.e. portage) side of things ... you guys dont have
| real 64bit !
mips do, however. mips also has both big endian and little endian under
a single keyword, and it's working fine.
--
Ciaran McCreesh : Gentoo Developer (Vim, Fluxbox, shell tools)
Mail : ciaranm at gentoo.org
Web : http://dev.gentoo.org/~ciaranm
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] Summary of PPC team meeting
2005-03-19 20:56 ` Ciaran McCreesh
2005-03-19 21:06 ` Mike Frysinger
@ 2005-03-19 21:52 ` Lars Weiler
2005-03-19 21:57 ` Ciaran McCreesh
2005-03-20 16:06 ` Daniel Goller
2 siblings, 1 reply; 9+ messages in thread
From: Lars Weiler @ 2005-03-19 21:52 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 739 bytes --]
* Ciaran McCreesh <ciaranm@gentoo.org> [05/03/19 20:56 +0000]:
> On Sat, 19 Mar 2005 21:34:02 +0100 Lars Weiler <pylon@gentoo.org> wrote:
> | That means, we will work an a common-profile with sub-profiles for ppc
> | and ppc64. A first target-date would be the 2005.1 release. The
> | masterplan[tm] for the team-merge should be presented at the next
> | meeting (in about four weeks).
>
> Is the ultimate aim a merged keyword like we did for sparc64 + sparc32
> -> sparc? If so, please don't use manson's script :)
Forgot to mention it in the summary: We will still have
separated keywords for ppc and ppc64, as ppc64 might need
special patches, some ppc-packages would not work even with
multilib etc.
Regards, Lars
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] Summary of PPC team meeting
2005-03-19 21:52 ` Lars Weiler
@ 2005-03-19 21:57 ` Ciaran McCreesh
2005-03-19 23:19 ` Brian Harring
0 siblings, 1 reply; 9+ messages in thread
From: Ciaran McCreesh @ 2005-03-19 21:57 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 604 bytes --]
On Sat, 19 Mar 2005 22:52:04 +0100 Lars Weiler <pylon@gentoo.org> wrote:
| Forgot to mention it in the summary: We will still have
| separated keywords for ppc and ppc64, as ppc64 might need
| special patches, some ppc-packages would not work even with
| multilib etc.
You don't need separate keywords for that kind of thing. You can do it
all via profile. We have stuff that only works on sparc64, for example.
Just copy that :)
--
Ciaran McCreesh : Gentoo Developer (Vim, Fluxbox, shell tools)
Mail : ciaranm at gentoo.org
Web : http://dev.gentoo.org/~ciaranm
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] Summary of PPC team meeting
2005-03-19 21:57 ` Ciaran McCreesh
@ 2005-03-19 23:19 ` Brian Harring
0 siblings, 0 replies; 9+ messages in thread
From: Brian Harring @ 2005-03-19 23:19 UTC (permalink / raw
To: gentoo-dev
On Sat, Mar 19, 2005 at 09:57:39PM +0000, Ciaran McCreesh wrote:
> On Sat, 19 Mar 2005 22:52:04 +0100 Lars Weiler <pylon@gentoo.org> wrote:
> | Forgot to mention it in the summary: We will still have
> | separated keywords for ppc and ppc64, as ppc64 might need
> | special patches, some ppc-packages would not work even with
> | multilib etc.
>
> You don't need separate keywords for that kind of thing. You can do it
> all via profile. We have stuff that only works on sparc64, for example.
> Just copy that :)
Volunteering to help them out I take it? :)
~brian
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] Summary of PPC team meeting
2005-03-19 20:56 ` Ciaran McCreesh
2005-03-19 21:06 ` Mike Frysinger
2005-03-19 21:52 ` Lars Weiler
@ 2005-03-20 16:06 ` Daniel Goller
2005-03-20 16:06 ` Daniel Goller
2 siblings, 1 reply; 9+ messages in thread
From: Daniel Goller @ 2005-03-20 16:06 UTC (permalink / raw
To: gentoo-dev; +Cc: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 755 bytes --]
Ciaran McCreesh wrote:
> On Sat, 19 Mar 2005 21:34:02 +0100 Lars Weiler <pylon@gentoo.org> wrote:
> | That means, we will work an a common-profile with sub-profiles for ppc
> | and ppc64. A first target-date would be the 2005.1 release. The
> | masterplan[tm] for the team-merge should be presented at the next
> | meeting (in about four weeks).
>
> Is the ultimate aim a merged keyword like we did for sparc64 + sparc32
> -> sparc? If so, please don't use manson's script :)
>
> It'd be nice to see x86/amd64 going this way as well. I mean, we can fit
> mips under one keyword, and there's far more difference there than there
> is between a 386 and an opteron.
>
and i still can't see how amd64 devs would like to be lost in the void
that we call x86
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] Summary of PPC team meeting
2005-03-20 16:06 ` Daniel Goller
@ 2005-03-20 16:06 ` Daniel Goller
0 siblings, 0 replies; 9+ messages in thread
From: Daniel Goller @ 2005-03-20 16:06 UTC (permalink / raw
To: gentoo-dev; +Cc: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 755 bytes --]
Ciaran McCreesh wrote:
> On Sat, 19 Mar 2005 21:34:02 +0100 Lars Weiler <pylon@gentoo.org> wrote:
> | That means, we will work an a common-profile with sub-profiles for ppc
> | and ppc64. A first target-date would be the 2005.1 release. The
> | masterplan[tm] for the team-merge should be presented at the next
> | meeting (in about four weeks).
>
> Is the ultimate aim a merged keyword like we did for sparc64 + sparc32
> -> sparc? If so, please don't use manson's script :)
>
> It'd be nice to see x86/amd64 going this way as well. I mean, we can fit
> mips under one keyword, and there's far more difference there than there
> is between a 386 and an opteron.
>
and i still can't see how amd64 devs would like to be lost in the void
that we call x86
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2005-03-20 16:36 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-19 20:34 [gentoo-dev] Summary of PPC team meeting Lars Weiler
2005-03-19 20:56 ` Ciaran McCreesh
2005-03-19 21:06 ` Mike Frysinger
2005-03-19 21:12 ` Ciaran McCreesh
2005-03-19 21:52 ` Lars Weiler
2005-03-19 21:57 ` Ciaran McCreesh
2005-03-19 23:19 ` Brian Harring
2005-03-20 16:06 ` Daniel Goller
2005-03-20 16:06 ` Daniel Goller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox