Running the following: `emerge -av dovecot postfix` pulls libcap in as a dependency. Emerge reaches to the libcap ebuild to compile the software and crashes with the following error: making executable: lib/libcap.so.2.15 * QA Notice: Missing gen_usr_ldscript for libcap.so * * ERROR: sys-libs/libcap-2.15 failed. * Call stack: * misc-functions.sh, line 717: Called install_qa_check * misc-functions.sh, line 329: Called die * The specific snippet of code: * [[ ${abort} == "yes" ]] && die "add those ldscripts" * The die message: * add those ldscripts * * 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/sys-libs/libcap-2.15/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-libs/libcap-2.15/temp/environment'. * !!! post install failed; exiting. >>> Failed to emerge sys-libs/libcap-2.15, Log file: >>> '/var/tmp/portage/sys-libs/libcap-2.15/temp/build.log' Reproducible: Always Steps to Reproduce: 1. emerge libcap 2. wait a few seconds 3. ONOEZ Actual Results: It doesn't finish compiling libcap, and I don't get postfix or dovecot. Expected Results: The expected result was a successful compilation, where `emerge -av postfix dovecot` succeeds in compiling any required dependencies like libcap.
*** This bug has been marked as a duplicate of bug 264940 ***