Run-time dependency goa-1.0 found: NO (tried pkgconfig and cmake) meson.build:55:0: ERROR: Dependency "goa-1.0" not found, tried pkgconfig and cmake A full log can be found at ^[[1m/var/tmp/portage/media-plugins/grilo-plugins-0.3.14/work/grilo-plugins-0.3.14-build/meson-logs/meson-log.txt^[[0m * ERROR: media-plugins/grilo-plugins-0.3.14::gentoo failed (configure phase): * (no error message) $ emerge -pqv '=media-plugins/grilo-plugins-0.3.14::gentoo' [ebuild N ] media-plugins/grilo-plugins-0.3.14 USE="gnome-online-accounts tracker youtube -chromaprint -daap -flickr -freebox -lua -test -thetvdb (-upnp-av)" LUA_SINGLE_TARGET="lua5-3" $ gcc-config -l [1] powerpc64le-unknown-linux-gnu-11.2.0 * This is the same as https://bugs.gentoo.org/796500 but apparently it's still not fixed, at least of ppc64le. Reproducible: Always
Created attachment 764428 [details] emerge --info
Created attachment 764429 [details] build.log
Created attachment 764430 [details] environment
Created attachment 764431 [details] meson-log.txt
Hmm, I see that you have > meson setup ... -Denable-flickr=no ... -Denable-lua-factory=no ... -Dgoa=enabled gnome-online-accounts is only needed if either USE=flickr or USE=lua is set, but we enable gnome-online-accounts independently of that. Easy fix...
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78acc0d39deff3accd9d72a9b2b4fe07de2efb11 commit 78acc0d39deff3accd9d72a9b2b4fe07de2efb11 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2022-02-07 18:40:06 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2022-02-07 19:02:50 +0000 media-plugins/grilo-plugins: Fix enabling gnome-online-accounts Closes: https://bugs.gentoo.org/832777 Signed-off-by: Matt Turner <mattst88@gentoo.org> media-plugins/grilo-plugins/grilo-plugins-0.3.14.ebuild | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-)