Files matching a file type that is not allowed:
usr/lib/libaio.so.1.0.1
*
* ERROR: dev-libs/libaio-0.3.107 failed.
* Call stack:
* misc-functions.sh, line 715: Called install_qa_check
* misc-functions.sh, line 453: Called die
* The specific snippet of code:
* [[ ${abort} == yes ]] && die "multilib-strict check failed!"
* The die message:
* multilib-strict check failed!
The ebuild has already a fix for some multilib issue, but it doesn't modify the
Makefile and thus it install it under /lib
Fix proposal :
--- libaio-0.3.107.ebuild~ 2008-11-07 16:42:46.000000000 +0100
+++ libaio-0.3.107.ebuild 2008-11-07 16:44:47.000000000 +0100
@@ -24,7 +24,7 @@
epatch "${FILESDIR}"/${P}-sparc.patch
epatch "${FILESDIR}"/${P}-install-to-slash.patch
epatch "${FILESDIR}"/${PN}-0.3.106-build.patch
- sed -i "/^libdir=/s:lib$:$(get_libdir):" src/Makefile
+ sed -i "/^libdir=/s:lib$:$(get_libdir):" src/Makefile Makefile
}
src_compile() {