>>> waffle 1.6.1 Extracting bzcat /srv/storage/autobuild/run/instance-2/dl/waffle/waffle-v1.6.1.tar.bz2 | tar --strip-components=1 -C /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1 -xf - >>> waffle 1.6.1 Patching Applying 0001-cmake-forward-cflags-from-.pc-files-to-waffle-cflags.patch using patch: patching file src/waffle/CMakeLists.txt >>> waffle 1.6.1 Configuring (mkdir -p /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1/ && cd /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1/ && rm -f CMakeCache.txt && PATH="/srv/storage/autobuild/run/instance-2/output-1/host/bin:/srv/storage/autobuild/run/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /srv/storage/autobuild/run/instance-2/output-1/host/bin/cmake /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1/ -DCMAKE_TOOLCHAIN_FILE="/srv/storage/autobuild/run/instance-2/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -Dwaffle_build_tests=OFF -Dwaffle_build_examples=OFF -Dwaffle_build_manpages=OFF -Dwaffle_build_htmldocs=OFF -Dwaffle_has_nacl=OFF -Dwaffle_has_wayland=OFF -Dwaffle_has_x11_egl=ON -Dwaffle_has_glx=OFF -Dwaffle_has_gbm=OFF -Dwaffle_has_surfaceless_egl=OFF ) -- The C compiler identification is GNU 4.8.3 -- The CXX compiler identification is GNU 4.8.3 -- Check for working C compiler: /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-none-linux-gnueabi-gcc -- Check for working C compiler: /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-none-linux-gnueabi-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-none-linux-gnueabi-g++ -- Check for working CXX compiler: /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-none-linux-gnueabi-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found PkgConfig: /srv/storage/autobuild/run/instance-2/output-1/host/bin/pkg-config (found version "1.6.3") -- Checking for module 'egl' -- Found egl, version 10 -- Checking for module 'gl' -- Package 'gl', required by 'virtual:world', not found -- Checking for module 'wayland-client>=1.10' -- Package 'wayland-client', required by 'virtual:world', not found -- Checking for module 'wayland-egl>=9.1' -- Package 'wayland-egl', required by 'virtual:world', not found -- Checking for module 'x11-xcb' -- Found x11-xcb, version 1.7.0 -- Checking for module 'gbm' -- Package 'gbm', required by 'virtual:world', not found -- Checking for module 'libudev' -- Package 'libudev', required by 'virtual:world', not found -- Performing Test WERROR_IMPLICIT_FUNCTION_DECLARATION -- Performing Test WERROR_IMPLICIT_FUNCTION_DECLARATION - Success -- Performing Test WITH_VISIBILITY_HIDDEN -- Performing Test WITH_VISIBILITY_HIDDEN - Success -- Performing Test WERROR_INCOMPATIBLE_POINTER_TYPES -- Performing Test WERROR_INCOMPATIBLE_POINTER_TYPES - Failed -- Performing Test WERROR_INT_CONVERSION -- Performing Test WERROR_INT_CONVERSION - Failed -- Performing Test WERROR_MISSING_PROTOTYPES -- Performing Test WERROR_MISSING_PROTOTYPES - Success -- Performing Test waffle_has_tls -- Performing Test waffle_has_tls - Success -- Performing Test waffle_has_tls_model_initial_exec -- Performing Test waffle_has_tls_model_initial_exec - Success CMake Warning at CMakeLists.txt:189 (find_package): By not providing "Findbash-completion.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "bash-completion", but CMake did not find one. Could not find a package configuration file provided by "bash-completion" with any of the following names: bash-completionConfig.cmake bash-completion-config.cmake Add the installation prefix of "bash-completion" to CMAKE_PREFIX_PATH or set "bash-completion_DIR" to a directory containing one of the above files. If "bash-completion" provides a separate development package or SDK, be sure it has been installed. ----------------------------------------------- Configuration summary ----------------------------------------------- Supported platforms: x11_egl Dependencies: egl_INCLUDE_DIRS: /srv/storage/autobuild/run/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/;/srv/storage/autobuild/run/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/interface/vcos/pthreads/;/srv/storage/autobuild/run/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/interface/vmcs_host/linux/ x11-xcb_INCLUDE_DIRS: /srv/storage/autobuild/run/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include x11-xcb_LDFLAGS: -L/srv/storage/autobuild/run/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib;-lX11-xcb;-lX11;-lxcb Build type: Release Tools: CMAKE_C_COMPILER: /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-none-linux-gnueabi-gcc CMAKE_C_FLAGS: -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os --std=c99 -Wall -Werror=implicit-function-declaration -fvisibility=hidden -Werror=missing-prototypes CMAKE_C_FLAGS_DEBUG: -g3 -O0 -DDEBUG CMAKE_C_FLAGS_RELEASE: -g1 -O2 -DNDEBUG Install paths: CMAKE_INSTALL_PREFIX: /usr CMAKE_INSTALL_INCLUDEDIR: include CMAKE_INSTALL_LIBDIR: lib CMAKE_INSTALL_DOCDIR: share/doc/waffle1 ----------------------------------------------- -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1 >>> waffle 1.6.1 Building PATH="/srv/storage/autobuild/run/instance-2/output-1/host/bin:/srv/storage/autobuild/run/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1/ make[1]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1' make[2]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1' make[3]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1' Scanning dependencies of target threads_bundled make[3]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1' make[3]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1' [ 2%] Building C object third_party/threads/CMakeFiles/threads_bundled.dir/threads_posix.c.o [ 5%] Linking C static library ../../lib/libthreads_bundled.a make[3]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1' [ 5%] Built target threads_bundled make[3]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1' Scanning dependencies of target waffle-1 make[3]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1' make[3]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1' [ 8%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/api_priv.c.o [ 11%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_attrib_list.c.o [ 14%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_config.c.o [ 17%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_context.c.o [ 20%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_display.c.o [ 22%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_dl.c.o [ 25%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_enum.c.o [ 28%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_error.c.o [ 31%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_gl_misc.c.o [ 34%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_init.c.o [ 37%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_window.c.o [ 40%] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_attrib_list.c.o [ 42%] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_config_attrs.c.o [ 45%] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_display.c.o [ 48%] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_error.c.o [ 51%] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_tinfo.c.o [ 54%] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_util.c.o [ 57%] Building C object src/waffle/CMakeFiles/waffle-1.dir/egl/wegl_config.c.o [ 60%] Building C object src/waffle/CMakeFiles/waffle-1.dir/egl/wegl_context.c.o [ 62%] Building C object src/waffle/CMakeFiles/waffle-1.dir/egl/wegl_display.c.o [ 65%] Building C object src/waffle/CMakeFiles/waffle-1.dir/egl/wegl_platform.c.o In file included from /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1/src/waffle/egl/wegl_config.c:36:0: /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1/src/waffle/egl/wegl_platform.h:108:46: error: unknown type name 'EGLuint64KHR' EGLuint64KHR *modifiers, ^ /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1/src/waffle/egl/wegl_platform.h:111:1: warning: no semicolon at end of struct or union [enabled by default] }; ^ make[3]: *** [src/waffle/CMakeFiles/waffle-1.dir/build.make:284: src/waffle/CMakeFiles/waffle-1.dir/egl/wegl_config.c.o] Error 1 make[3]: *** Waiting for unfinished jobs.... In file included from /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1/src/waffle/egl/wegl_display.c:34:0: /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1/src/waffle/egl/wegl_platform.h:108:46: error: unknown type name 'EGLuint64KHR' EGLuint64KHR *modifiers, ^ In file included from /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1/src/waffle/egl/wegl_context.c:34:0: /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1/src/waffle/egl/wegl_platform.h:108:46: error: unknown type name 'EGLuint64KHR' EGLuint64KHR *modifiers, ^ /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1/src/waffle/egl/wegl_platform.h:111:1: warning: no semicolon at end of struct or union [enabled by default] }; ^ /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1/src/waffle/egl/wegl_platform.h:111:1: warning: no semicolon at end of struct or union [enabled by default] }; ^ /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1/src/waffle/egl/wegl_context.c: In function 'create_real_context': /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1/src/waffle/egl/wegl_context.c:154:40: error: 'EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT' undeclared (first use in this function) attrib_list[i++] = EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT; ^ /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1/src/waffle/egl/wegl_context.c:154:40: note: each undeclared identifier is reported only once for each function it appears in make[3]: *** [src/waffle/CMakeFiles/waffle-1.dir/build.make:310: src/waffle/CMakeFiles/waffle-1.dir/egl/wegl_display.c.o] Error 1 make[3]: *** [src/waffle/CMakeFiles/waffle-1.dir/build.make:297: src/waffle/CMakeFiles/waffle-1.dir/egl/wegl_context.c.o] Error 1 In file included from /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1/src/waffle/egl/wegl_platform.c:31:0: /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1/src/waffle/egl/wegl_platform.h:108:46: error: unknown type name 'EGLuint64KHR' EGLuint64KHR *modifiers, ^ /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1/src/waffle/egl/wegl_platform.h:111:1: warning: no semicolon at end of struct or union [enabled by default] }; ^ /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1/src/waffle/egl/wegl_platform.c: In function 'wegl_platform_init': /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1/src/waffle/egl/wegl_platform.c:142:9: error: 'struct wegl_platform' has no member named 'eglQueryDmaBufModifiersEXT' self->function = (void*) self->eglGetProcAddress(#function); ^ /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1/src/waffle/egl/wegl_platform.c:177:5: note: in expansion of macro 'RETRIEVE_EGL_SYMBOL_OPTIONAL' RETRIEVE_EGL_SYMBOL_OPTIONAL(eglQueryDmaBufModifiersEXT); ^ make[3]: *** [src/waffle/CMakeFiles/waffle-1.dir/build.make:323: src/waffle/CMakeFiles/waffle-1.dir/egl/wegl_platform.c.o] Error 1 make[3]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1' make[2]: *** [CMakeFiles/Makefile2:373: src/waffle/CMakeFiles/waffle-1.dir/all] Error 2 make[2]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1' make[1]: *** [Makefile:152: all] Error 2 make[1]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1' make: *** [package/pkg-generic.mk:250: /srv/storage/autobuild/run/instance-2/output-1/build/waffle-1.6.1/.stamp_built] Error 2 make: Leaving directory '/srv/storage/autobuild/run/instance-2/buildroot'