install: omitting directory `cracklib-2.8.5' * * ERROR: app-portage/eclass-manpages-20070615 failed. * Call stack: * ebuild.sh, line 1648: Called dyn_install * ebuild.sh, line 1083: Called qa_call 'src_install' * ebuild.sh, line 44: Called src_install * eclass-manpages-20070615.ebuild, line 22: Called die * * (no error message) * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/app-portage/eclass-manpages-20070615/temp/build.log'. *
Created attachment 126805 [details] build.log
This was because the default ${S} directory did not exist so the file glob in the ebuild was matching stuff inside ${PORTAGE_TMPDIR}. I set S=${WORKDIR} in order to correct the problem.
The fix should be available on the rsync mirrors by now.