Created attachment 454578 [details] build.log After the update of libkface-16.08.03 diff --git a/kde-apps/libkface/libkface-16.08.3.ebuild b/kde-apps/libkface/libkface-16.08.3.ebuild index ea2fa95..5ae95e4 100644 --- a/kde-apps/libkface/libkface-16.08.3.ebuild +++ b/kde-apps/libkface/libkface-16.08.3.ebuild @@ -19,11 +19,12 @@ DEPEND=" $(add_qt_dep qtsql) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) - media-libs/opencv:=[contrib(+)] + media-libs/opencv:= + || ( <media-libs/opencv-3.0.0 >=media-libs/opencv-3.1.0-r6[contrib] ) " RDEPEND="${DEPEND}" -PATCHES=( "${FILESDIR}/${PN}-15.12.2-opencv3.1.patch" ) +PATCHES=( "${FILESDIR}/${PN}-16.08.3-opencv3.2-gentoo-3.1.patch" ) # not upstreamable like that src_configure() { local mycmakeargs=( libkface failed to compile
/var/calculate/tmp/portage/kde-apps/libkface-16.08.3/work/libkface- Wrong distro.
Oh, there is a patch.
Then calculate uses a different opencv-3.1.0-r6 than Gentoo. Because the build issue you are describing was fixed _by_ that patch.
Indeed, Calculate's opencv-3.1.0-r6 uses a different contrib snapshot. Closing this.
Thanks. Ebuild works. libkface is compiled with opencv-3.1.0-r6::gentoo sucessfully.