* [gentoo-portage-dev] trying to speed up emerge
@ 2016-02-10 18:01 Joakim Tjernlund
0 siblings, 0 replies; only message in thread
From: Joakim Tjernlund @ 2016-02-10 18:01 UTC (permalink / raw
To: gentoo-portage-dev@lists.gentoo.org
emerge -NDuv world takes a log time until it begins to build pks, has been
like this for a long time.
straced emerge and I see the pattern below repeat over and over again.
I figured there is some cache problem but I cannot find out how to fix it.
Been running emerge --regen/--metadata and egencache --update --repo xxx for all repos/overlays
Where to look next?
Jocke
stat("/usr/portage/profiles/base/profile.bashrc", {st_mode=S_IFREG|0644, st_size=183, ...}) = 0
stat("/usr/portage/profiles/default/linux/profile.bashrc", 0x7ffd69c0d1d0) = -1 ENOENT (No such file or directory)
stat("/usr/portage/profiles/arch/base/profile.bashrc", 0x7ffd69c0d1d0) = -1 ENOENT (No such file or directory)
stat("/usr/portage/profiles/features/multilib/profile.bashrc", 0x7ffd69c0d1d0) = -1 ENOENT (No such file or directory)
stat("/usr/portage/profiles/features/multilib/lib32/profile.bashrc", 0x7ffd69c0d1d0) = -1 ENOENT (No such file or directory)
stat("/usr/portage/profiles/arch/amd64/profile.bashrc", 0x7ffd69c0d1d0) = -1 ENOENT (No such file or directory)
stat("/usr/portage/profiles/default/linux/amd64/profile.bashrc", 0x7ffd69c0d1d0) = -1 ENOENT (No such file or directory)
stat("/usr/portage/profiles/releases/profile.bashrc", 0x7ffd69c0d1d0) = -1 ENOENT (No such file or directory)
stat("/usr/portage/profiles/releases/13.0/profile.bashrc", 0x7ffd69c0d1d0) = -1 ENOENT (No such file or directory)
stat("/usr/portage/profiles/default/linux/amd64/13.0/profile.bashrc", 0x7ffd69c0d1d0) = -1 ENOENT (No such file or directory)
stat("/usr/portage/profiles/targets/desktop/profile.bashrc", 0x7ffd69c0d1d0) = -1 ENOENT (No such file or directory)
stat("/usr/portage/profiles/default/linux/amd64/13.0/desktop/profile.bashrc", 0x7ffd69c0d1d0) = -1 ENOENT (No such file or directory)
stat("/var/lib/layman/transmode/profiles/gentoo64-common/profile.bashrc", 0x7ffd69c0d1d0) = -1 ENOENT (No such file or directory)
stat("/var/lib/layman/transmode/profiles/gentoo64/profile.bashrc", 0x7ffd69c0d1d0) = -1 ENOENT (No such file or directory)
stat("/etc/portage/profile/profile.bashrc", 0x7ffd69c0d1d0) = -1 ENOENT (No such file or directory)
access("/var/lib/layman/transmode/media-libs/gegl/gegl-9999.ebuild", R_OK) = -1 ENOENT (No such file or directory)
access("/var/lib/layman/tmv3-cross-overlay/media-libs/gegl/gegl-9999.ebuild", R_OK) = -1 ENOENT (No such file or directory)
access("/var/lib/layman/telred/media-libs/gegl/gegl-9999.ebuild", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/local/portage/gentoo-mate/media-libs/gegl/gegl-9999.ebuild", R_OK) = -1 ENOENT (No such file or directory)
access("/var/lib/layman/transmode/media-libs/gegl/gegl-0.3.4.ebuild", R_OK) = -1 ENOENT (No such file or directory)
access("/var/lib/layman/tmv3-cross-overlay/media-libs/gegl/gegl-0.3.4.ebuild", R_OK) = -1 ENOENT (No such file or directory)
access("/var/lib/layman/telred/media-libs/gegl/gegl-0.3.4.ebuild", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/local/portage/gentoo-mate/media-libs/gegl/gegl-0.3.4.ebuild", R_OK) = -1 ENOENT (No such file or directory)
access("/var/lib/layman/transmode/media-libs/gegl/gegl-0.3.2.ebuild", R_OK) = -1 ENOENT (No such file or directory)
access("/var/lib/layman/tmv3-cross-overlay/media-libs/gegl/gegl-0.3.2.ebuild", R_OK) = -1 ENOENT (No such file or directory)
access("/var/lib/layman/telred/media-libs/gegl/gegl-0.3.2.ebuild", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/local/portage/gentoo-mate/media-libs/gegl/gegl-0.3.2.ebuild", R_OK) = -1 ENOENT (No such file or directory)
access("/var/lib/layman/transmode/media-libs/gegl/gegl-0.3.0.ebuild", R_OK) = -1 ENOENT (No such file or directory)
access("/var/lib/layman/tmv3-cross-overlay/media-libs/gegl/gegl-0.3.0.ebuild", R_OK) = -1 ENOENT (No such file or directory)
access("/var/lib/layman/telred/media-libs/gegl/gegl-0.3.0.ebuild", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/local/portage/gentoo-mate/media-libs/gegl/gegl-0.3.0.ebuild", R_OK) = -1 ENOENT (No such file or directory)
access("/var/lib/layman/transmode/media-libs/gegl/gegl-0.2.0-r2.ebuild", R_OK) = -1 ENOENT (No such file or directory)
access("/var/lib/layman/tmv3-cross-overlay/media-libs/gegl/gegl-0.2.0-r2.ebuild", R_OK) = -1 ENOENT (No such file or directory)
access("/var/lib/layman/telred/media-libs/gegl/gegl-0.2.0-r2.ebuild", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/local/portage/gentoo-mate/media-libs/gegl/gegl-0.2.0-r2.ebuild", R_OK) = -1 ENOENT (No such file or directory)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-02-10 18:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-10 18:01 [gentoo-portage-dev] trying to speed up emerge Joakim Tjernlund
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox