Re: [gentoo-portage-dev] emerge getting slower

2015-12-21 Thread Zac Medico
On 12/21/2015 12:24 PM, Joakim Tjernlund wrote: > Lately it feels like emerge has been getting unusual slow to calculate > dependencies. > I did a strace while emerge was running and noticed a lot of: > > stat64("/usr/portage/profiles/base/profile.bashrc", {st_mode=S_IFREG|0644, > st_size=183,

[gentoo-portage-dev] emerge getting slower

2015-12-21 Thread Joakim Tjernlund
Lately it feels like emerge has been getting unusual slow to calculate dependencies. I did a strace while emerge was running and noticed a lot of: stat64("/usr/portage/profiles/base/profile.bashrc", {st_mode=S_IFREG|0644, st_size=183, ...}) = 0

Re: [gentoo-portage-dev] [PATCH v2] egencache: add --stable-mtime option

2015-12-21 Thread Zac Medico
On 12/21/2015 07:04 AM, Alexander Berntsen wrote: > The patch looks OK. > > On 20/12/15 23:32, Zac Medico wrote: >> Since the Manifest "stable mtime" behavior could be have >> undiscovered bugs, disable it by default, and add a corresponding >> egencache option. > You have an English børk here --

Re: [gentoo-portage-dev] [PATCH v2] egencache: add --stable-mtime option

2015-12-21 Thread Alexander Berntsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 The patch looks OK. On 20/12/15 23:32, Zac Medico wrote: > Since the Manifest "stable mtime" behavior could be have > undiscovered bugs, disable it by default, and add a corresponding > egencache option. You have an English børk here -- "could be

[gentoo-portage-dev] [PATCH v3] egencache: add --stable-mtime option

2015-12-21 Thread Zac Medico
Since the Manifest "stable mtime" behavior could have undiscovered bugs, disable it by default, and add a corresponding egencache option. Suggested-by: Michał Górny --- [PATCH v3] fixes the commit message and adds a comment block to Manifest.write in order to document subtle