https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-crypt/seahorse-41.0 fails to compile. Discovered on: amd64 (internal ref: ci) NOTE: This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html If you think this is a GCC-11 related issue, please block bug 732706.
Created attachment 750528 [details] build.log build log and emerge --info
Created attachment 750531 [details] 1-meson-log.txt 1-meson-log.txt
Error(s) that match a know pattern in addition to what has been reported in the summary: Run-time dependency avahi-client found: NO (tried pkgconfig and cmake) Run-time dependency avahi-glib found: NO (tried pkgconfig and cmake)
(In reply to Agostino Sarubbo from comment #3) > Error(s) that match a know pattern in addition to what has been reported in > the summary: > > > Run-time dependency avahi-client found: NO (tried pkgconfig and cmake) > Run-time dependency avahi-glib found: NO (tried pkgconfig and cmake) avahi-client is controlled by avahi's USE=dbus, which seahorse depends on. avahi-glib is built unconditionally via --enable-glib. seahorse's meson.build has avahi_client = dependency('avahi-client', required: get_option('key-sharing')) avahi_glib = dependency('avahi-glib', version: '>= 0.6', required: get_option('key-sharing')) seahorse's ebuild has: > zeroconf? ( >=net-dns/avahi-0.6:=[dbus] ) > ... > $(meson_use zeroconf key-sharing) So I don't see a way this can happen.