Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Libreoffice Compile
Date: Sun, 12 May 2013 15:35:34
Message-Id: 518FB6AA.7030903@gmail.com
In Reply to: Re: [gentoo-user] Libreoffice Compile by William Tomlinson
1 On 12/05/2013 15:48, William Tomlinson wrote:
2 > Correct me if I'm wrong, but it is possible from what I've read to cross
3 > compile using distcc.
4 > http://www.gentoo.org/doc/en/cross-compiling-distcc.xml seems to
5 > describe this in detail, though the article is nearly 7 years old. I
6 > would prefer this over a one shot package install since you could
7 > offload ALL of your compiles. I have no personal experience with distcc
8 > and it may be more of a headache than it is worth. I just know it was
9 > one of the options I looked at for a similar issue.
10
11 First, before I respond, please do not top-post. If Gmail's web-based
12 client makes not top-posting hard then please rather use a different client.
13
14 distcc is designed to do the same compile over many machines. By design,
15 they all run on the same compiler settings. You do not have this
16 scenario. You need to build on a P4 for Atom. That is not distcc, it is
17 cross-compile - which is a mission to set up properly. If you are
18 building for ARM then it is worth it. But for one package, and only
19 because the Atom builds slow? I doubt it's worth it.
20
21 Thus, I recommended you simply install libreoffice-bin
22
23
24 >
25 > On May 12, 2013 5:36 AM, "Alan McKinnon" <alan.mckinnon@×××××.com
26 > <mailto:alan.mckinnon@×××××.com>> wrote:
27 >
28 > On 11/05/2013 19:53, Silvio Siefke wrote:
29 > > Hello,
30 > >
31 > > is there a way that i can compile Libreoffice on my Desktop System and
32 > > copy to the Netbook? Because the netbook need long time to compile
33 > libreoffice,
34 > > and the Desktop is little faster. Or can i build a libreoffice
35 > Package on
36 > > Desktop and copy to the netbook?
37 > >
38 > > The Netbook is a Samsung NC 10, Atom Processor and the Desktop is
39 > a Fujitsu P4.
40 > >
41 > >
42 > >
43 > > Thank you & Greetings
44 > > Silvio
45 > >
46 >
47 > Your desktop is a P4
48 > Your netbook is an Atom
49 >
50 > Others have noted how CHOST and CFLAGS must match on both machines,
51 > otherwise the Atom will probably not run P4 code. This will probably be
52 > a huge issue in your life and quite honestly, totally not worth it for
53 > just one package.
54 >
55 > Just install app-office/libreoffice-bin on the netbook instead
56 >
57 > --
58 > Alan McKinnon
59 > alan.mckinnon@×××××.com <mailto:alan.mckinnon@×××××.com>
60 >
61 >
62
63
64 --
65 Alan McKinnon
66 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] Libreoffice Compile Silvio Siefke <siefke_listen@×××.de>