*mandelbrot* were included in this report by mistake, and are actually OK to keep.

Now it FTBFS (it was working before the dfsg changes), tail of buildlog:
I get the same error with git-buildpackage, but success with dpkg-buildpackage (as root in cowbuilder --login chroot; not cowbuilder --build because I wanted the test suite)...not sure what to make of that (are the quotes around OCL_PCM_PATH relevant? I don't have them:)

[  8%] Generating ../../src/kernels/cl_internal_built_in_kernel_str.c
cd /home/rnpalmer/Debian/builds/stackbuild/beignet/obj-x86_64-linux-gnu/src && rm -rf /home/rnpalmer/Debian/builds/stackbuild/beignet/src/kernels//cl_internal_built_in_kernel_str.c cd /home/rnpalmer/Debian/builds/stackbuild/beignet/obj-x86_64-linux-gnu/src && OCL_PCM_PATH=/home/rnpalmer/Debian/builds/stackbuild/beignet/obj-x86_64-linux-gnu/backend/src/beignet.bc:/usr/lib/beignet//beignet.bc OCL_PCH_PATH=/home/rnpalmer/Debian/builds/stackbuild/beignet/obj-x86_64-linux-gnu/backend/src/usr/lib/beignet/ocl_stdlib.h.local.pch:/usr/lib/beignet//ocl_stdlib.h.pch LD_LIBRARY_PATH=/home/rnpalmer/Debian/builds/stackbuild/beignet/obj-x86_64-linux-gnu/backend/src /home/rnpalmer/Debian/builds/stackbuild/beignet/obj-x86_64-linux-gnu/backend/src/gbe_bin_generater -s /home/rnpalmer/Debian/builds/stackbuild/beignet/src/kernels//cl_internal_built_in_kernel.cl -o/home/rnpalmer/Debian/builds/stackbuild/beignet/src/kernels//cl_internal_built_in_kernel_str.c /usr/bin/cmake -E cmake_progress_report /home/rnpalmer/Debian/builds/stackbuild/beignet/obj-x86_64-linux-gnu/CMakeFiles 2

The attached patch disables the removed tests, but that's only required if you actually want to run the others, which our normal build doesn't.

debian/source/include-binaries probably shouldn't be there, but removing it doesn't help.
Description: Skip deleted tests

Parts of the test suite are omitted from this package because they
are not DFSG-free.  Skip those parts to allow running the rest.

Author: Rebecca Palmer <[email protected]>
Bug-Debian: https://bugs.debian.org/767387

diff --git a/utests/CMakeLists.txt b/utests/CMakeLists.txt
index 9c531de..43965ac 100644
--- a/utests/CMakeLists.txt
+++ b/utests/CMakeLists.txt
@@ -22,12 +22,8 @@ set (utests_sources
   utest_error.c
   compiler_basic_arithmetic.cpp
   compiler_displacement_map_element.cpp
-  compiler_shader_toy.cpp
   compiler_mandelbrot.cpp
   compiler_mandelbrot_alternate.cpp
-  compiler_box_blur_float.cpp
-  compiler_box_blur_image.cpp
-  compiler_box_blur.cpp
   compiler_insert_to_constant.cpp
   compiler_argument_structure.cpp
   compiler_arith_shift_right.cpp

Reply via email to