Bug#914986: webkit2gtk: FTBFS on i386: ENABLE_SAMPLING_PROFILER conflicts with ENABLE_C_LOOP

2018-11-29 Thread Alberto Garcia
Control: forwarded -1 https://bugs.webkit.org/show_bug.cgi?id=186722
Control: tags -1 upstream fixed-upstream pending

On Thu, Nov 29, 2018 at 11:28:27AM +0100, Andreas Beckmann wrote:

> webkit2gtk/experimental FTBFS on i386:

Known problem, it's been fixed upstream already.

You can work around it in the meantime by passing
-DENABLE_SAMPLING_PROFILER=OFF.

Berto



Bug#914986: webkit2gtk: FTBFS on i386: ENABLE_SAMPLING_PROFILER conflicts with ENABLE_C_LOOP

2018-11-29 Thread Andreas Beckmann
Source: webkit2gtk
Version: 2.23.1-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hi,

webkit2gtk/experimental FTBFS on i386:

https://buildd.debian.org/status/fetch.php?pkg=webkit2gtk=i386=2.23.1-1=1543020644=0

[...]
-- Checking for module 'gl'
--   Found gl, version 18.2.5
-- Found OpenGL: /usr/include  
-- Looking for include file GL/glx.h
-- Looking for include file GL/glx.h - found
-- Checking for module 'glesv2'
--   Found glesv2, version 18.2.5
-- Found OpenGLES2: /usr/include  
CMake Error at Source/cmake/WebKitFeatures.cmake:252 (message):
  ENABLE_SAMPLING_PROFILER conflicts with ENABLE_C_LOOP.  You must disable
  one or the other.
Call Stack (most recent call first):
  Source/cmake/WebKitFeatures.cmake:260 (_WEBKIT_OPTION_ENFORCE_CONFLICTS)
  Source/cmake/WebKitFeatures.cmake:285 (_WEBKIT_OPTION_ENFORCE_ALL_CONFLICTS)
  Source/cmake/OptionsGTK.cmake:162 (WEBKIT_OPTION_END)
  Source/cmake/WebKitCommon.cmake:59 (include)
  CMakeLists.txt:163 (include)


-- Configuring incomplete, errors occurred!
[...]


There are different failures on other architectures.


Andreas