gentoo.LinuxHowtos.orgedit this article

Speeding up configure runs with confcache

From the description of confcache:
"GNU autoconf is a bottleneck for compiling packages - especially on multi-processor boxes, confcache had been considered as a way to lower the cost of repeatedly running autoconf-generated configure scripts."

Newer Portage versions are able to use the installed confcache tree.
Just emerge confcache and add "confcache" to the FEATURE line in make.conf.

This makes portage use the cache and most configure runs will become faster.

There are a few problems when using confcache on some ebuilds. Check out http://gentoo.linuxhowtos.org/portage/dev-util/confcache for all known issues.

Happy (faster) emerging.


rate this article:
current rating: average rating: 1.0 (118 votes) (1=very good 6=terrible)
Your rating:
Very good (1) Good (2) ok (3) average (4) bad (5) terrible (6)

back