From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6E93813888F for ; Wed, 28 Oct 2015 05:39:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A41B9E07E2; Wed, 28 Oct 2015 05:39:00 +0000 (UTC) Received: from mail-lb0-f171.google.com (mail-lb0-f171.google.com [209.85.217.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F15CAE07E2 for ; Wed, 28 Oct 2015 05:38:59 +0000 (UTC) Received: by lbjm5 with SMTP id m5so868941lbj.3 for ; Tue, 27 Oct 2015 22:38:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=oELTBrPfccPnWY0MW90RV3iBU/za3MKbV8TF1pIFdkI=; b=zb8X3pC+AzT/RnUPWeGwSgmlcN9sNAKuW7W7QZfKhyGwdpnhQr1Vny56vIsaSybU0S 6DfKsxEl/i5FdRlalyIRw8/S3V7GQxgvCM8ZIQqBYWKbWxzM8xCuyUoSFGV2PiiOMitl 0HNbu9c/G+QHOZxkXhUfmdrtmcBzs+H0BVrmCkfyICFdBzaWJELaud5jIOCXM9Wzs05z 9hwG3A+WkN2jEhDdWhy8jo9kjEXUAdxQ7dP3n7efd5toZHvjRwvtnTWBlrohqVRrTFxt YVcA9am3P9lqQ3MNTe0uQMwxwmeU9pp0EHl4xwq7O92aaRHzsRZx8a0yvnqVr+fHBtLz 882g== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo on PowerPC X-BeenThere: gentoo-powerpc@gentoo.org X-BeenThere: gentoo-powerpc@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.112.198.37 with SMTP id iz5mr22096091lbc.44.1446010738455; Tue, 27 Oct 2015 22:38:58 -0700 (PDT) Received: by 10.25.90.142 with HTTP; Tue, 27 Oct 2015 22:38:58 -0700 (PDT) In-Reply-To: <562F5E0D.6060600@gentoo.org> References: <56067A63.5060708@gentoo.org> <562F5E0D.6060600@gentoo.org> Date: Wed, 28 Oct 2015 13:38:58 +0800 Message-ID: Subject: [gentoo-powerpc] Re: working towards becoming a gentoo developer From: Kevin Zhao To: "Anthony G. Basile" Cc: Leno Hou , Linda Jiang , Luca Barbato , "Justin (jlec)" , gentoo-powerpc@lists.gentoo.org Content-Type: multipart/alternative; boundary=001a11c2a40c683ee60523239c74 X-Archives-Salt: 7067902e-7721-4aaa-9cc4-71cfa767e568 X-Archives-Hash: bc85669a55ad4723e6c0641d2c9d01fa --001a11c2a40c683ee60523239c74 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable OK , thanks Anthony=F0=9F=98=81 2015-10-27 19:20 GMT+08:00 Anthony G. Basile : > On 10/27/15 4:58 AM, Kevin Zhao wrote: > >> Hi Folks=EF=BC=8C >> Last week we compiling a gentoo stage3 for ppc64le and I >> send >> it to the google drive. The one thing I have to say is that when I >> compiling the stage3, I use the gcc flags "-mcpu=3Dpower8 -mtune=3Dpower= 8". >> After I copy the stage3 to a power7 based ppc64le machine= , >> chroot to the stage3,running "emerge --info" it shows that "illegal >> instruction" . I guess that the stage3 built with the gcc flag >> "-mcpu=3Dpower8 -mtune=3Dpower8". >> > Yes. > >> As we know ,our community have a power7, so it may not be >> able >> to test the new stage3. Leno, Linda and I have some power8 based >> machines, >> but these machines can not be accessed from outer network, so we could >> afford to take some work of stage3 test. If there is a guide of file >> system or a instruction , it could be better :-). >> Pls feel free to let me know if you have any question~ >> Thanks~ >> > > There are still two other issues with that work: the CHOST name and the > structure of the profiles. I've communicated that to the > gentoo-powerpc@list.gentoo.org and I believe I cc'ed people. Nonetheless > I think I can fix all these issues, but I'm waiting for the osuosl power8 > ppc64le to be made available. > > > >> 2015-10-21 13:33 GMT+08:00 Leno Hou : >> >> On Wed, Oct 21, 2015 at 10:53 AM, Kevin Zhao >>> wrote: >>> >>> Hi folks, >>>> We have finish compiling stage3 by the catalyst. The process i= s >>>> seed-stage3--> stage1 --> stage2 --> stage3. >>>> Here is the link of stage3: >>>> >>>> >>>> https://drive.google.com/file/d/0B2k84p6709AyTFlwLUF1WjlxUk0/view?usp= =3Dsharing >>>> Also , the catalyst spec is in the accessory stage3.spec. The portage >>>> profiles =EF=BC=88/etc/portage=EF=BC=89is in the accessory portage.tar= . >>>> >>>> >>> And the ppc64le profiles has been pushed to >>> https://github.com/linux-on-power/gentoo >>> >>> >>> >>> >>>> >>>> 2015-09-29 19:47 GMT+08:00 Leno Hou : >>>> >>>> >>>>> On Sat, Sep 26, 2015 at 6:58 PM, Anthony G. Basile < >>>>> blueness@gentoo.org> >>>>> wrote: >>>>> >>>>> Hi Leno, Kevin and Linda, >>>>>> >>>>>> Let's start working towards becoming a Gentoo developer. The first >>>>>> step is to read the developer manual and make sure you understand al= l >>>>>> aspects of how Gentoo works. Even if you don't wind up doing >>>>>> everything in >>>>>> Gentoo, like writing lots of ebuilds or eclasses, its important to >>>>>> have an >>>>>> overview. The developer's manual is at >>>>>> https://devmanual.gentoo.org/ >>>>>> If you have questions, ask. >>>>>> >>>>>> >>>>>> Hi all, >>>>> >>>>> Leno, Kevin and Linda will be OFF on Y2015 China National >>>>> Holiday, >>>>> from Oct 1 to Oct 11 :-) >>>>> >>>>> At this time, we'll read the developer manual and see you next >>>>> time, thanks. >>>>> >>>>> -Leno Hou >>>>> >>>>> >>>>> >>>> > > -- > Anthony G. Basile, Ph.D. > Gentoo Linux Developer [Hardened] > E-Mail : blueness@gentoo.org > GnuPG FP : 1FED FAD9 D82C 52A5 3BAB DC79 9384 FA6E F52D 4BBA > GnuPG ID : F52D4BBA > > --001a11c2a40c683ee60523239c74 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
OK , thanks Anthony=F0=9F=98=81

2015-10-27 19:20 GMT+08:00 Anthony G. = Basile <blueness@gentoo.org>:
On 10/27/15 4:58 AM, Kevin Zhao wrote:
Hi Folks=EF=BC=8C
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Last week we compili= ng a gentoo stage3 for ppc64le and I send
it to the google drive. The one thing I=C2=A0 have to say is that when I compiling the stage3, I use the gcc flags "-mcpu=3Dpower8 -mtune=3Dpow= er8".
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0After I copy the sta= ge3 to a power7 based ppc64le machine,
chroot to the stage3,running "emerge --info" it shows that "= illegal
instruction" . I guess that the stage3 built with the gcc flag
"-mcpu=3Dpower8 -mtune=3Dpower8".
Yes.
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 As we know ,our community = have a power7, so it may not be able
to test the new stage3.=C2=A0 Leno, Linda and I have some power8 based mach= ines,
but these machines can not be accessed from outer network, so we could
afford to take some work of stage3 test.=C2=A0 If there is a guide of file<= br> system or a instruction , it could be better :-).
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Pls feel free to let me kn= ow if you have any question~
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Thanks~

There are still two other issues with that work: the CHOST name and the str= ucture of the profiles.=C2=A0 I've communicated that to the gentoo-powerpc@lis= t.gentoo.org and I believe I cc'ed people. Nonetheless I think I ca= n fix all these issues, but I'm waiting for the osuosl power8 ppc64le t= o be made available.



2015-10-21 13:33 GMT+08:00 Leno Hou <lenohou@gmail.com>:

On Wed, Oct 21, 2015 at 10:53 AM, Kevin Zhao <kevin.zhaoshuai@gmail.com>
wrote:

Hi folks,
=C2=A0 =C2=A0 =C2=A0 We have finish=C2=A0 compiling=C2=A0 stage3 by the cat= alyst. The process is
seed-stage3--> stage1 --> stage2 --> stage3.
Here is the link of stage3:

https://drive.google.= com/file/d/0B2k84p6709AyTFlwLUF1WjlxUk0/view?usp=3Dsharing
Also , the catalyst spec is in the accessory=C2=A0 stage3.spec. The portage=
profiles =EF=BC=88/etc/portage=EF=BC=89is in the accessory portage.tar.


And the ppc64le profiles has been pushed to
https://github.com/linux-on-power/gentoo





2015-09-29 19:47 GMT+08:00 Leno Hou <lenohou@gmail.com>:


On Sat, Sep 26, 2015 at 6:58 PM, Anthony G. Basile <blueness@gentoo.org>
wrote:

Hi Leno, Kevin and Linda,

Let's start working towards becoming a Gentoo developer.=C2=A0 The firs= t
step is to read the developer manual and make sure you understand all
aspects of how Gentoo works.=C2=A0 Even if you don't wind up doing ever= ything in
Gentoo, like writing lots of ebuilds or eclasses, its important to have an<= br> overview.=C2=A0 =C2=A0The developer's manual is at https://devmanua= l.gentoo.org/
If you have questions, ask.


Hi all,

=C2=A0 =C2=A0 =C2=A0 Leno, Kevin and Linda will be=C2=A0 OFF on Y2015 China= National Holiday,
from Oct 1 to Oct 11 :-)

=C2=A0 =C2=A0 =C2=A0 At this time, we'll read the developer manual and = see you next
time, thanks.

-Leno Hou





--
Anthony G. Basile, Ph.D.
Gentoo Linux Developer [Hardened]
E-Mail=C2=A0 =C2=A0 : blueness@gentoo.org
GnuPG FP=C2=A0 : 1FED FAD9 D82C 52A5 3BAB=C2=A0 DC79 9384 FA6E F52D 4BBA GnuPG ID=C2=A0 : F52D4BBA


--001a11c2a40c683ee60523239c74--