Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 702820 - net-misc/eventd-0.27.0 USE=wayland : plugins/.../meson.build:48:4: ERROR: Dependency wayland-wall not found, tried pkgconfig and cmake
Summary: net-misc/eventd-0.27.0 USE=wayland : plugins/.../meson.build:48:4: ERROR: Dep...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-14 09:32 UTC by Toralf Förster
Modified: 2020-05-28 12:00 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.45 KB, text/plain)
2019-12-14 09:32 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,84.63 KB, text/plain)
2019-12-14 09:32 UTC, Toralf Förster
Details
environment (environment,116.05 KB, text/plain)
2019-12-14 09:32 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.73 KB, application/x-bzip)
2019-12-14 09:32 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,238 bytes, application/x-bzip)
2019-12-14 09:32 UTC, Toralf Förster
Details
net-misc:eventd-0.27.0:20191214-013511.log (net-misc:eventd-0.27.0:20191214-013511.log,5.88 KB, text/plain)
2019-12-14 09:32 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,26.98 KB, application/x-bzip)
2019-12-14 09:32 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-12-14 09:32:13 UTC
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"
Comment 1 Toralf Förster gentoo-dev 2019-12-14 09:32:16 UTC
Created attachment 599492 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-12-14 09:32:19 UTC
Created attachment 599494 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-12-14 09:32:22 UTC
Created attachment 599496 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-12-14 09:32:24 UTC
Created attachment 599498 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-12-14 09:32:27 UTC
Created attachment 599500 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-12-14 09:32:30 UTC
Created attachment 599502 [details]
net-misc:eventd-0.27.0:20191214-013511.log
Comment 7 Toralf Förster gentoo-dev 2019-12-14 09:32:33 UTC
Created attachment 599504 [details]
temp.tbz2
Comment 8 Geoff Leach 2020-01-25 03:08:51 UTC
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.
Comment 9 Jeroen Roovers (RETIRED) gentoo-dev 2020-05-28 08:23:57 UTC
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.
Comment 10 Jeroen Roovers (RETIRED) gentoo-dev 2020-05-28 08:34:28 UTC
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
Comment 11 Larry the Git Cow gentoo-dev 2020-05-28 12:00:56 UTC
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(-)