Re: [gentoo-user] question/feature request: First fetch, then compile...

2014-12-17 Thread Frank Steinmetzger
On Wed, Dec 17, 2014 at 09:41:06AM +0100, meino.cra...@gmx.de wrote: > > > With some manual operations: > > > > > > Capture the output of emerge -vp > > > Edit it to call > > > ebuild .ebuild> fetch > > > for each package. > > > > > > Then issue emerge without -p > > > > > > Way too complicat

Re: [gentoo-user] question/feature request: First fetch, then compile...

2014-12-17 Thread Poison BL.
On Wed, Dec 17, 2014 at 9:31 AM, wrote: > Matti Nykyri [14-12-17 15:00]: >> > On Dec 17, 2014, at 14:13, Neil Bothwick wrote: >> > >> > On Wed, 17 Dec 2014 10:52:44 +0100, meino.cra...@gmx.de wrote: >> > >> Yes, thats it: First download all stuff THEN start compiling. >> >> If I were you,

Re: [gentoo-user] question/feature request: First fetch, then compile...

2014-12-17 Thread meino . cramer
Matti Nykyri [14-12-17 15:00]: > > On Dec 17, 2014, at 14:13, Neil Bothwick wrote: > > > > On Wed, 17 Dec 2014 10:52:44 +0100, meino.cra...@gmx.de wrote: > > > Yes, thats it: First download all stuff THEN start compiling. > > If I were you, I would setup your pc to do cross-compiling of

Re: [gentoo-user] question/feature request: First fetch, then compile...

2014-12-17 Thread Matti Nykyri
> On Dec 17, 2014, at 14:13, Neil Bothwick wrote: > > On Wed, 17 Dec 2014 10:52:44 +0100, meino.cra...@gmx.de wrote: > Yes, thats it: First download all stuff THEN start compiling. If I were you, I would setup your pc to do cross-compiling of your arietta's packages and build them into

Re: [gentoo-user] question/feature request: First fetch, then compile...

2014-12-17 Thread Neil Bothwick
On Wed, 17 Dec 2014 10:52:44 +0100, meino.cra...@gmx.de wrote: > > > Yes, thats it: First download all stuff THEN start compiling. > > > > Why? The downloads will happen at the same rate but you'll have a head > > start on the compiling. The only disadvantage i can see is that you > > will not

Re: [gentoo-user] question/feature request: First fetch, then compile...

2014-12-17 Thread Dale
meino.cra...@gmx.de wrote: > Neil Bothwick [14-12-17 10:40]: >> On Wed, 17 Dec 2014 07:53:53 +0100, meino.cra...@gmx.de wrote: >> > Note that says parallel-fetch not build. From the man page: > > parallel-fetch: Fetch in the background while compiling. Run `tail > -f /var/log/eme

Re: [gentoo-user] question/feature request: First fetch, then compile...

2014-12-17 Thread meino . cramer
Neil Bothwick [14-12-17 10:40]: > On Wed, 17 Dec 2014 07:53:53 +0100, meino.cra...@gmx.de wrote: > > > > > Note that says parallel-fetch not build. From the man page: > > > > > > > > parallel-fetch: Fetch in the background while compiling. Run `tail > > > > -f /var/log/emerge-fetch.log` in a te

Re: [gentoo-user] question/feature request: First fetch, then compile...

2014-12-17 Thread Neil Bothwick
On Wed, 17 Dec 2014 07:53:53 +0100, meino.cra...@gmx.de wrote: > > > Note that says parallel-fetch not build. From the man page: > > > > > > parallel-fetch: Fetch in the background while compiling. Run `tail > > > -f /var/log/emerge-fetch.log` in a terminal to view parallel-fetch > > > progress.

Re: [gentoo-user] question/feature request: First fetch, then compile...

2014-12-17 Thread Alan McKinnon
On 17/12/2014 10:41, meino.cra...@gmx.de wrote: > Alan McKinnon [14-12-17 09:24]: >> On 17/12/2014 09:45, Helmut Jarausch wrote: >>> On 12/17/2014 06:48:55 AM, meino.cra...@gmx.de wrote: >>> Is it possible, to do ONE call to emerge, which asks (according to option -a, if set ) and g

Re: [gentoo-user] question/feature request: First fetch, then compile...

2014-12-17 Thread meino . cramer
Alan McKinnon [14-12-17 09:24]: > On 17/12/2014 09:45, Helmut Jarausch wrote: > > On 12/17/2014 06:48:55 AM, meino.cra...@gmx.de wrote: > > > >> Is it possible, to do ONE call to emerge, which asks (according > >> to option -a, if set ) and given a yes first fetches ALL necessary > >> files a

Re: [gentoo-user] question/feature request: First fetch, then compile...

2014-12-17 Thread Alan McKinnon
On 17/12/2014 09:45, Helmut Jarausch wrote: > On 12/17/2014 06:48:55 AM, meino.cra...@gmx.de wrote: > >> Is it possible, to do ONE call to emerge, which asks (according >> to option -a, if set ) and given a yes first fetches ALL necessary >> files and data and compiles then everything? >> > >

Re: [gentoo-user] question/feature request: First fetch, then compile...

2014-12-16 Thread Helmut Jarausch
On 12/17/2014 06:48:55 AM, meino.cra...@gmx.de wrote: > Is it possible, to do ONE call to emerge, which asks (according > to option -a, if set ) and given a yes first fetches ALL necessary > files and data and compiles then everything? > With some manual operations: Capture the output of em

Re: [gentoo-user] question/feature request: First fetch, then compile...

2014-12-16 Thread meino . cramer
Dale [14-12-17 07:44]: > Dale wrote: > > meino.cra...@gmx.de wrote: > > > >> Hi Dale, > >> > >> thanks for your reply ! :) > >> > >> I know of that flag, but it does not exaclty what I want. > >> It parallelizes compilation and downloading. > >> > >> How can I exactly determine, that the last file

Re: [gentoo-user] question/feature request: First fetch, then compile...

2014-12-16 Thread Dale
Dale wrote: > meino.cra...@gmx.de wrote: > >> Hi Dale, >> >> thanks for your reply ! :) >> >> I know of that flag, but it does not exaclty what I want. >> It parallelizes compilation and downloading. >> >> How can I exactly determine, that the last file has been >> downloaded without watching the m

Re: [gentoo-user] question/feature request: First fetch, then compile...

2014-12-16 Thread Dale
meino.cra...@gmx.de wrote: > Dale [14-12-17 07:20]: >> >> >> You may want to set this in your make.conf file: >> >> FEATURES="parallel-fetch" >> >> What that does, as soon as you start the emerge process, it starts to >> download the needed files. It doesn't wait until it is ready to work on >> t

Re: [gentoo-user] question/feature request: First fetch, then compile...

2014-12-16 Thread Randolph Maaßen
On Dec 17, 2014 7:28 AM, wrote: > > Dale [14-12-17 07:20]: > > meino.cra...@gmx.de wrote: > > > Hi, > > > > > > On my embedded systems (beaglebone black, 2 x Arietta G25) I installed > > > Gentoo (of course!:). > > > Since these systems and especially the Ariettas are not as fast as a > > > PC th

Re: [gentoo-user] question/feature request: First fetch, then compile...

2014-12-16 Thread meino . cramer
Dale [14-12-17 07:20]: > meino.cra...@gmx.de wrote: > > Hi, > > > > On my embedded systems (beaglebone black, 2 x Arietta G25) I installed > > Gentoo (of course!:). > > Since these systems and especially the Ariettas are not as fast as a > > PC the greater update, which additionally includes C++ s

Re: [gentoo-user] question/feature request: First fetch, then compile...

2014-12-16 Thread Dale
meino.cra...@gmx.de wrote: > Hi, > > On my embedded systems (beaglebone black, 2 x Arietta G25) I installed > Gentoo (of course!:). > Since these systems and especially the Ariettas are not as fast as a > PC the greater update, which additionally includes C++ sources to > compile takes time (read: