Gentoo Archives: gentoo-user

From: Danny YUE <sheepduke@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Questions on Raspberry Pi cross compiling
Date: Fri, 21 Jul 2017 04:15:15
Message-Id: 878tjipgs8.fsf@gmail.com
In Reply to: Re: [gentoo-user] Questions on Raspberry Pi cross compiling by Neil Bothwick
1 On 2017-07-20 10:10, Neil Bothwick <neil@××××××××××.uk> wrote:
2 > On Thu, 20 Jul 2017 13:42:32 +0800, Danny YUE wrote:
3 >
4 >> And if some (even very few) packages fail to build on the PC, it is
5 >> hardly possible to keep PC and RPI 'consistent'.
6 >> (Yes, I did setup the 'make.profile' symlink to the right place.)
7 >>
8 >> So my question is:
9 >> 1) If some packages are *doomed* to fail, how do you keep the
10 >> emerge world environment consistency between PC and RPI?
11 >> Or is my understanding of this method incorrect?
12 >
13 > For the packages that will not build on the PC, you'll have to build them
14 > on the Pi, create a package then install that on the PC.
15
16 Oh man! I am stupid....
17
18 I did not think about install packages from RPI to PC...
19
20 You made my day!
21
22 I will try to setup distcc then...Thank you so much.