* [gentoo-user] Libreoffice Compile @ 2013-05-11 17:53 Silvio Siefke 2013-05-11 17:57 ` William Tomlinson ` (3 more replies) 0 siblings, 4 replies; 10+ messages in thread From: Silvio Siefke @ 2013-05-11 17:53 UTC (permalink / raw To: gentoo-user Hello, is there a way that i can compile Libreoffice on my Desktop System and copy to the Netbook? Because the netbook need long time to compile libreoffice, and the Desktop is little faster. Or can i build a libreoffice Package on Desktop and copy to the netbook? The Netbook is a Samsung NC 10, Atom Processor and the Desktop is a Fujitsu P4. Thank you & Greetings Silvio ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Libreoffice Compile 2013-05-11 17:53 [gentoo-user] Libreoffice Compile Silvio Siefke @ 2013-05-11 17:57 ` William Tomlinson 2013-05-11 20:03 ` Silvio Siefke 2013-05-11 18:03 ` Canek Peláez Valdés ` (2 subsequent siblings) 3 siblings, 1 reply; 10+ messages in thread From: William Tomlinson @ 2013-05-11 17:57 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 664 bytes --] Why not use libreoffice-bin? Or if you really want to compile from source, look at distcc, as long as the processor is in the same family it should be a straightforward configuration. On May 11, 2013 1:54 PM, "Silvio Siefke" <siefke_listen@web.de> wrote: > Hello, > > is there a way that i can compile Libreoffice on my Desktop System and > copy to the Netbook? Because the netbook need long time to compile > libreoffice, > and the Desktop is little faster. Or can i build a libreoffice Package on > Desktop and copy to the netbook? > > The Netbook is a Samsung NC 10, Atom Processor and the Desktop is a > Fujitsu P4. > > > > Thank you & Greetings > Silvio > > [-- Attachment #2: Type: text/html, Size: 957 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Libreoffice Compile 2013-05-11 17:57 ` William Tomlinson @ 2013-05-11 20:03 ` Silvio Siefke 0 siblings, 0 replies; 10+ messages in thread From: Silvio Siefke @ 2013-05-11 20:03 UTC (permalink / raw To: gentoo-user Hello, On Sat, 11 May 2013 13:57:30 -0400 William Tomlinson <watomlinson@gmail.com> wrote: > Why not use libreoffice-bin? Or if you really want to compile from > source, look at distcc, as long as the processor is in the same > family it should be a straightforward configuration. > On May 11, 2013 1:54 PM, "Silvio Siefke" <siefke_listen@web.de> wrote: its older version, and the Princip of Rolling Releases is normal new Version of Software. Okay that's not really my argument, but libreoffice-bin has older regirements and that msg make sometimes crazy in emerge -uDN @world, special when you have upgrade problems. Or give other package with libreoffice 4? Thank you for help & Greetings Silvio ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Libreoffice Compile 2013-05-11 17:53 [gentoo-user] Libreoffice Compile Silvio Siefke 2013-05-11 17:57 ` William Tomlinson @ 2013-05-11 18:03 ` Canek Peláez Valdés 2013-05-11 18:07 ` Canek Peláez Valdés 2013-05-11 22:42 ` [gentoo-user] " Nikos Chantziaras 2013-05-12 9:34 ` [gentoo-user] " Alan McKinnon 3 siblings, 1 reply; 10+ messages in thread From: Canek Peláez Valdés @ 2013-05-11 18:03 UTC (permalink / raw To: gentoo-user On Sat, May 11, 2013 at 12:53 PM, Silvio Siefke <siefke_listen@web.de> wrote: > > Hello, > > is there a way that i can compile Libreoffice on my Desktop System and > copy to the Netbook? Because the netbook need long time to compile libreoffice, > and the Desktop is little faster. Or can i build a libreoffice Package on > Desktop and copy to the netbook? > > The Netbook is a Samsung NC 10, Atom Processor and the Desktop is a Fujitsu P4. emerge --buildpkg libreoffice scp /usr/portage/packages/app-office/libreoffice* netbook:/usr/portage/packages/app-office ssh netbook emerge -k libreoffice Just make sure the CHOST and CFLAGS on both machines are the same. Regards. -- Canek Peláez Valdés Posgrado en Ciencia e Ingeniería de la Computación Universidad Nacional Autónoma de México ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Libreoffice Compile 2013-05-11 18:03 ` Canek Peláez Valdés @ 2013-05-11 18:07 ` Canek Peláez Valdés 0 siblings, 0 replies; 10+ messages in thread From: Canek Peláez Valdés @ 2013-05-11 18:07 UTC (permalink / raw To: gentoo-user On Sat, May 11, 2013 at 1:03 PM, Canek Peláez Valdés <caneko@gmail.com> wrote: > On Sat, May 11, 2013 at 12:53 PM, Silvio Siefke <siefke_listen@web.de> wrote: >> >> Hello, >> >> is there a way that i can compile Libreoffice on my Desktop System and >> copy to the Netbook? Because the netbook need long time to compile libreoffice, >> and the Desktop is little faster. Or can i build a libreoffice Package on >> Desktop and copy to the netbook? >> >> The Netbook is a Samsung NC 10, Atom Processor and the Desktop is a Fujitsu P4. > > emerge --buildpkg libreoffice > scp /usr/portage/packages/app-office/libreoffice* > netbook:/usr/portage/packages/app-office > ssh netbook > emerge -k libreoffice > > Just make sure the CHOST and CFLAGS on both machines are the same. Oh, and also the USE flags. If you have enough diskspace, you can have a chroot'd copy of the netbook in your desktop, and emerge everything with --buildpkg and copy the binaries to your netbook. I did that with a very old K6 that I used as firewall, DHCP server, torrent server, NTP server, etc., before wireless modems were powerful enough, like twelve years ago. Regards. -- Canek Peláez Valdés Posgrado en Ciencia e Ingeniería de la Computación Universidad Nacional Autónoma de México ^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-user] Re: Libreoffice Compile 2013-05-11 17:53 [gentoo-user] Libreoffice Compile Silvio Siefke 2013-05-11 17:57 ` William Tomlinson 2013-05-11 18:03 ` Canek Peláez Valdés @ 2013-05-11 22:42 ` Nikos Chantziaras 2013-05-12 9:34 ` [gentoo-user] " Alan McKinnon 3 siblings, 0 replies; 10+ messages in thread From: Nikos Chantziaras @ 2013-05-11 22:42 UTC (permalink / raw To: gentoo-user On 11/05/13 20:53, Silvio Siefke wrote: > Hello, > > is there a way that i can compile Libreoffice on my Desktop System and > copy to the Netbook? Because the netbook need long time to compile libreoffice, > and the Desktop is little faster. Or can i build a libreoffice Package on > Desktop and copy to the netbook? > > The Netbook is a Samsung NC 10, Atom Processor and the Desktop is a Fujitsu P4. You can create a binary package on your desktop if you already have LO installed with: quickpkg --include-config=y app-office/libreoffice The package will be created in the "packages" directory inside the portage directory. You can copy that directory to the laptop and emerge the binary package of LO there with: emerge -K app-office/libreoffice The USE flags of the package have to match with those in your desktop. For a more general way to share packages between machines, read: http://wiki.gentoo.org/wiki/Binary_package_guide ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Libreoffice Compile 2013-05-11 17:53 [gentoo-user] Libreoffice Compile Silvio Siefke ` (2 preceding siblings ...) 2013-05-11 22:42 ` [gentoo-user] " Nikos Chantziaras @ 2013-05-12 9:34 ` Alan McKinnon 2013-05-12 13:48 ` William Tomlinson 3 siblings, 1 reply; 10+ messages in thread From: Alan McKinnon @ 2013-05-12 9:34 UTC (permalink / raw To: gentoo-user On 11/05/2013 19:53, Silvio Siefke wrote: > Hello, > > is there a way that i can compile Libreoffice on my Desktop System and > copy to the Netbook? Because the netbook need long time to compile libreoffice, > and the Desktop is little faster. Or can i build a libreoffice Package on > Desktop and copy to the netbook? > > The Netbook is a Samsung NC 10, Atom Processor and the Desktop is a Fujitsu P4. > > > > Thank you & Greetings > Silvio > Your desktop is a P4 Your netbook is an Atom Others have noted how CHOST and CFLAGS must match on both machines, otherwise the Atom will probably not run P4 code. This will probably be a huge issue in your life and quite honestly, totally not worth it for just one package. Just install app-office/libreoffice-bin on the netbook instead -- Alan McKinnon alan.mckinnon@gmail.com ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Libreoffice Compile 2013-05-12 9:34 ` [gentoo-user] " Alan McKinnon @ 2013-05-12 13:48 ` William Tomlinson 2013-05-12 15:35 ` Alan McKinnon 0 siblings, 1 reply; 10+ messages in thread From: William Tomlinson @ 2013-05-12 13:48 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 1454 bytes --] Correct me if I'm wrong, but it is possible from what I've read to cross compile using distcc. http://www.gentoo.org/doc/en/cross-compiling-distcc.xml seems to describe this in detail, though the article is nearly 7 years old. I would prefer this over a one shot package install since you could offload ALL of your compiles. I have no personal experience with distcc and it may be more of a headache than it is worth. I just know it was one of the options I looked at for a similar issue. On May 12, 2013 5:36 AM, "Alan McKinnon" <alan.mckinnon@gmail.com> wrote: > On 11/05/2013 19:53, Silvio Siefke wrote: > > Hello, > > > > is there a way that i can compile Libreoffice on my Desktop System and > > copy to the Netbook? Because the netbook need long time to compile > libreoffice, > > and the Desktop is little faster. Or can i build a libreoffice Package on > > Desktop and copy to the netbook? > > > > The Netbook is a Samsung NC 10, Atom Processor and the Desktop is a > Fujitsu P4. > > > > > > > > Thank you & Greetings > > Silvio > > > > Your desktop is a P4 > Your netbook is an Atom > > Others have noted how CHOST and CFLAGS must match on both machines, > otherwise the Atom will probably not run P4 code. This will probably be > a huge issue in your life and quite honestly, totally not worth it for > just one package. > > Just install app-office/libreoffice-bin on the netbook instead > > -- > Alan McKinnon > alan.mckinnon@gmail.com > > > [-- Attachment #2: Type: text/html, Size: 1968 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Libreoffice Compile 2013-05-12 13:48 ` William Tomlinson @ 2013-05-12 15:35 ` Alan McKinnon 2013-05-13 6:41 ` Silvio Siefke 0 siblings, 1 reply; 10+ messages in thread From: Alan McKinnon @ 2013-05-12 15:35 UTC (permalink / raw To: gentoo-user On 12/05/2013 15:48, William Tomlinson wrote: > Correct me if I'm wrong, but it is possible from what I've read to cross > compile using distcc. > http://www.gentoo.org/doc/en/cross-compiling-distcc.xml seems to > describe this in detail, though the article is nearly 7 years old. I > would prefer this over a one shot package install since you could > offload ALL of your compiles. I have no personal experience with distcc > and it may be more of a headache than it is worth. I just know it was > one of the options I looked at for a similar issue. First, before I respond, please do not top-post. If Gmail's web-based client makes not top-posting hard then please rather use a different client. distcc is designed to do the same compile over many machines. By design, they all run on the same compiler settings. You do not have this scenario. You need to build on a P4 for Atom. That is not distcc, it is cross-compile - which is a mission to set up properly. If you are building for ARM then it is worth it. But for one package, and only because the Atom builds slow? I doubt it's worth it. Thus, I recommended you simply install libreoffice-bin > > On May 12, 2013 5:36 AM, "Alan McKinnon" <alan.mckinnon@gmail.com > <mailto:alan.mckinnon@gmail.com>> wrote: > > On 11/05/2013 19:53, Silvio Siefke wrote: > > Hello, > > > > is there a way that i can compile Libreoffice on my Desktop System and > > copy to the Netbook? Because the netbook need long time to compile > libreoffice, > > and the Desktop is little faster. Or can i build a libreoffice > Package on > > Desktop and copy to the netbook? > > > > The Netbook is a Samsung NC 10, Atom Processor and the Desktop is > a Fujitsu P4. > > > > > > > > Thank you & Greetings > > Silvio > > > > Your desktop is a P4 > Your netbook is an Atom > > Others have noted how CHOST and CFLAGS must match on both machines, > otherwise the Atom will probably not run P4 code. This will probably be > a huge issue in your life and quite honestly, totally not worth it for > just one package. > > Just install app-office/libreoffice-bin on the netbook instead > > -- > Alan McKinnon > alan.mckinnon@gmail.com <mailto:alan.mckinnon@gmail.com> > > -- Alan McKinnon alan.mckinnon@gmail.com ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Libreoffice Compile 2013-05-12 15:35 ` Alan McKinnon @ 2013-05-13 6:41 ` Silvio Siefke 0 siblings, 0 replies; 10+ messages in thread From: Silvio Siefke @ 2013-05-13 6:41 UTC (permalink / raw To: gentoo-user Hello, On Sun, 12 May 2013 17:35:06 +0200 Alan McKinnon <alan.mckinnon@gmail.com> wrote: > Thus, I recommended you simply install libreoffice-bin thats not simply, he downgrade much packages and give conflict msg without end. When Libreoffice 4 as bin is present ok, but actually is older version. At moment compile libreoffice is running, i hope it will be run without errors. At moment the Process run 14 hr and 40 minuts. hhhh Power Book :) Greetings and Thank you. Silvio ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2013-05-13 6:41 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-05-11 17:53 [gentoo-user] Libreoffice Compile Silvio Siefke 2013-05-11 17:57 ` William Tomlinson 2013-05-11 20:03 ` Silvio Siefke 2013-05-11 18:03 ` Canek Peláez Valdés 2013-05-11 18:07 ` Canek Peláez Valdés 2013-05-11 22:42 ` [gentoo-user] " Nikos Chantziaras 2013-05-12 9:34 ` [gentoo-user] " Alan McKinnon 2013-05-12 13:48 ` William Tomlinson 2013-05-12 15:35 ` Alan McKinnon 2013-05-13 6:41 ` Silvio Siefke
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox