Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: synchronizing 2 portables
Date: Thu, 13 Oct 2005 19:35:29
Message-Id: loom.20051013T211526-717@post.gmane.org
In Reply to: Re: [gentoo-user] Re: synchronizing 2 portables by Neil Bothwick
1 Neil Bothwick <neil <at> digimed.co.uk> writes:
2
3
4 > > Well, OK. But if I want to try this method manually first, then I'd:
5 > > 1. scp the var/lib/portage/world to the second system.
6 > > 2. ensure the make.conf USE setting are identical (they are)
7 > > 3. "emerge -uavD world"
8 > > 4. No need for the PKGDIR is I duplicate packages on both systems?
9
10 > Unless you use buildpkg and a shared PKGDIR, you'll have to compile every
11 > package twice. My suggestion means that installing on the first machine
12 > also builds a binary package for the second, so you can get that updated
13 > as quickly as possible.
14
15
16 Yes, OK. I want to play with this manually for a few weeks, then I'll
17 use buildpkg and PGKDIR. One last qustion. If the USE settings are identical
18 and the CFLAGS are similar between an AMD and Intel, can I use the
19 approach with one system being Intel and the other being AMD:
20
21 AMD
22 CFLAGS="-O3 -march=athlon-xp -fomit-frame-pointer -pipe"
23
24 Intel
25 CFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe "
26
27 This will work too?
28
29 Thankks in advance!
30
31 James
32
33
34
35
36
37 --
38 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: synchronizing 2 portables Dave Nebinger <dnebinger@××××.com>
Re: [gentoo-user] Re: synchronizing 2 portables Neil Bothwick <neil@××××××××××.uk>