Run-time dependency wayland-wall found: NO (tried pkgconfig and cmake) plugins/nd/meson.build:48:4: ERROR: Dependency "wayland-wall" not found, tried pkgconfig and cmake A full log can be found at /var/tmp/portage/net-misc/eventd-0.27.0/work/eventd-0.27.0-build/meson-logs/meson-log.txt * ERROR: net-misc/eventd-0.27.0::gentoo failed (configure phase): ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_gnome_systemd-libressl-20191211-220203 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-9.2.0 * clang: clang version 9.0.1 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/9/bin llvm: 9.0.1 Available Python interpreters, in order of preference: [1] python3.7 [2] python3.6 [3] python2.7 (fallback) Available Ruby profiles: [1] ruby24 (with Rubygems) [2] ruby25 (with Rubygems) * java-config: The following VMs are available for generation-2: 1) IcedTea JDK 3.14.0 [icedtea-8] *) IcedTea JDK 3.13.0 [icedtea-bin-8] Available Java Virtual Machines: [1] icedtea-8 [2] icedtea-bin-8 system-vm repository: ==> /var/db/repos/gentoo/metadata/timestamp.chk <== Sat, 14 Dec 2019 01:06:05 +0000 emerge -qpvO net-misc/eventd [ebuild N ] net-misc/eventd-0.27.0 USE="X fbcon introspection ipv6 libnotify notification pulseaudio systemd wayland websocket -debug -libcanberra -purple -speech -test -upnp -webhook -zeroconf"
Created attachment 599492 [details] emerge-info.txt
Created attachment 599494 [details] emerge-history.txt
Created attachment 599496 [details] environment
Created attachment 599498 [details] etc.portage.tbz2
Created attachment 599500 [details] logs.tbz2
Created attachment 599502 [details] net-misc:eventd-0.27.0:20191214-013511.log
Created attachment 599504 [details] temp.tbz2
I'm getting same. I'm not using wayland although installed and flag enabled on some packages. Just in case others wind up here via google eventd builds with -wayland. Apologies if obvious.
It looks like USE=wayland would only have ever worked on a system that has "wayland-wall" installed; a package written by the author of net-misc/eventd for which no ebuild was ever provided. USE=wayland should be removed or wayland-wall should be added to the tree.
In the initial commit[0], wayland support was explicitly disabled. Then in [1] it seems USE=wayland was introduced, and the comments were removed that explained why it was being disabled. In [2], the configuration argument was "fixed" and that apparently exposed the issue we are now looking at. [0] https://gitweb.gentoo.org/repo/gentoo.git/commit/net-misc/eventd?id=c6db404242a4bca5638dffebcc41d5863ae4f2c2 [1] https://gitweb.gentoo.org/repo/gentoo.git/commit/net-misc/eventd?id=1c5aa42697fd9eb145493bdf7a50236b1eb9c586 [2] https://gitweb.gentoo.org/repo/gentoo.git/commit/net-misc/eventd?id=8dd9b7f826ee7624f061fe2f6579bb175a7f52f8
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c79dc83abcca018e4d42af61e755ab5e24359f76 commit c79dc83abcca018e4d42af61e755ab5e24359f76 Author: Joonas Niilola <juippis@gentoo.org> AuthorDate: 2020-05-28 11:57:57 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2020-05-28 11:58:11 +0000 net-misc/eventd: disable wayland support due to missing dep Closes: https://bugs.gentoo.org/702820 Signed-off-by: Joonas Niilola <juippis@gentoo.org> net-misc/eventd/eventd-0.27.0-r1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)