[Mesa-dev] [Bug 106861] fatal error: wayland-egl-backend.h: No such file or directory compilation terminated.

2018-07-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106861

Eero Tamminen  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

-- 
You are receiving this mail because:
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 106861] fatal error: wayland-egl-backend.h: No such file or directory compilation terminated.

2018-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106861

Denis  changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=106897

-- 
You are receiving this mail because:
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 106861] fatal error: wayland-egl-backend.h: No such file or directory compilation terminated.

2018-06-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106861

Eric Engestrom  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Eric Engestrom  ---
Fixed by:

commit 37eb56d239986e2e7ca1c87d08fd357378a3a06e
Author: Eric Engestrom 
Date:   Thu Jun 7 15:45:01 2018 +0100

autotools/meson: compile against wayland-egl-*backend*

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=106861
Fixes: 1db4ec05462914096b1f "egl: rewire the build systems to use
libwayland-egl"
Suggested-by: Emil Velikov 
Tested-by: Andreas Hartmetz 
Signed-off-by: Eric Engestrom 

-- 
You are receiving this mail because:
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 106861] fatal error: wayland-egl-backend.h: No such file or directory compilation terminated.

2018-06-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106861

--- Comment #1 from Eric Engestrom  ---
Eero, I think this patch should fix the issue:
https://lists.freedesktop.org/archives/mesa-dev/2018-June/197142.html

-- 
You are receiving this mail because:
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 106861] fatal error: wayland-egl-backend.h: No such file or directory compilation terminated.

2018-06-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106861

Bug ID: 106861
   Summary: fatal error: wayland-egl-backend.h: No such file or
directory compilation terminated.
   Product: Mesa
   Version: git
  Hardware: Other
OS: All
Status: NEW
  Severity: normal
  Priority: medium
 Component: EGL/Wayland
  Assignee: wayland-b...@lists.freedesktop.org
  Reporter: eero.t.tammi...@intel.com
QA Contact: mesa-dev@lists.freedesktop.org

Mesa builds started last night to fail to:
drivers/dri2/platform_wayland.c:48:33: fatal error: wayland-egl-backend.h: No
such file or directory

Apparently this file should be now provided by libwayland instead of being
included with Mesa.  However, there was no configure error about pkgconfig not
finding wayland-egl-backend.pc file provided by libwayland, or it having too
old version.

Looking at the guilty commit 1db4ec05462914096b1f243e9b2af7e71cf38622, it seems
to be checking for wayland-egl instead, and requiring version 1.15 of it.

E.g. on Ubuntu 16.04, wayland-egl.pc content is:
--
prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib/x86_64-linux-gnu
includedir=${prefix}/include

Name: wayland-egl
Description: Mesa wayland-egl library
Version: 17.2.8
Requires: wayland-client
Libs: -L${libdir} -lwayland-egl
Cflags: -I${includedir}
--

Which is provided by libegl1-mesa-dev i.e. Mesa, and pc file version is
obviously large enough as its version comes from Mesa.

However, libegl1-mesa-dev package doesn't provide any Wayland headers, only EGL
ones.

Installing latest version of libwayland from git naturally fixes this, but Mesa
autoconfig (and Meson) check is clearly broken.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev