[Pkg-opencl-devel] Bug#1022306: oclgrind: FTBFS: runtime.cpp:5299:49: error: expected initializer before ‘CL_EXT_SUFFIX__VERSION_1_1’
Lucas Nussbaum
lucas at debian.org
Sun Oct 23 13:41:58 BST 2022
Source: oclgrind
Version: 21.10-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20221023 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> /usr/bin/c++ -Doclgrind_rt_EXPORTS -I/usr/lib/llvm-13/include -I/include -I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fno-rtti -Wall -Wno-strict-aliasing -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -MD -MT CMakeFiles/oclgrind-rt.dir/src/runtime/runtime.cpp.o -MF CMakeFiles/oclgrind-rt.dir/src/runtime/runtime.cpp.o.d -o CMakeFiles/oclgrind-rt.dir/src/runtime/runtime.cpp.o -c /<<PKGBUILDDIR>>/src/runtime/runtime.cpp
> In file included from /<<PKGBUILDDIR>>/src/runtime/icd.h:133,
> from /<<PKGBUILDDIR>>/src/runtime/async_queue.h:9,
> from /<<PKGBUILDDIR>>/src/runtime/runtime.cpp:17:
> /usr/include/CL/cl_gl_ext.h:18:112: note: ‘#pragma message: All OpenGL-related extensions have been moved into cl_gl.h. Please include cl_gl.h directly.’
> 18 | #pragma message("All OpenGL-related extensions have been moved into cl_gl.h. Please include cl_gl.h directly.")
> | ^
> In file included from /<<PKGBUILDDIR>>/src/runtime/icd.h:133,
> from /<<PKGBUILDDIR>>/src/runtime/async_queue.h:9,
> from /<<PKGBUILDDIR>>/src/runtime/async_queue.cpp:9:
> /usr/include/CL/cl_gl_ext.h:18:112: note: ‘#pragma message: All OpenGL-related extensions have been moved into cl_gl.h. Please include cl_gl.h directly.’
> 18 | #pragma message("All OpenGL-related extensions have been moved into cl_gl.h. Please include cl_gl.h directly.")
> | ^
> In file included from /<<PKGBUILDDIR>>/src/runtime/icd.h:133,
> from /<<PKGBUILDDIR>>/src/runtime/async_queue.h:9,
> from /<<PKGBUILDDIR>>/src/runtime/async_queue.cpp:9:
> /usr/include/CL/cl_gl_ext.h:18:112: note: ‘#pragma message: All OpenGL-related extensions have been moved into cl_gl.h. Please include cl_gl.h directly.’
> 18 | #pragma message("All OpenGL-related extensions have been moved into cl_gl.h. Please include cl_gl.h directly.")
> | ^
> In file included from /<<PKGBUILDDIR>>/src/runtime/icd.h:133,
> from /<<PKGBUILDDIR>>/src/runtime/async_queue.h:9,
> from /<<PKGBUILDDIR>>/src/runtime/runtime.cpp:17:
> /usr/include/CL/cl_gl_ext.h:18:112: note: ‘#pragma message: All OpenGL-related extensions have been moved into cl_gl.h. Please include cl_gl.h directly.’
> 18 | #pragma message("All OpenGL-related extensions have been moved into cl_gl.h. Please include cl_gl.h directly.")
> | ^
> /<<PKGBUILDDIR>>/src/runtime/runtime.cpp: In function ‘cl_int _clEnqueueNDRangeKernel(cl_command_queue, cl_kernel, cl_uint, const size_t*, const size_t*, const size_t*, cl_uint, _cl_event* const*, _cl_event**)’:
> /<<PKGBUILDDIR>>/src/runtime/runtime.cpp:5001:9: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘struct oclgrind::Size3’ from an array of ‘const size_t’ {aka ‘const long unsigned int’} [-Wclass-memaccess]
> 5001 | memcpy(&cmd->globalSize, global_work_size, work_dim * sizeof(size_t));
> | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/core/Queue.h:10,
> from /<<PKGBUILDDIR>>/src/runtime/async_queue.h:11:
> /<<PKGBUILDDIR>>/src/core/common.h:110:8: note: ‘struct oclgrind::Size3’ declared here
> 110 | struct Size3
> | ^~~~~
> /<<PKGBUILDDIR>>/src/runtime/runtime.cpp:5004:11: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘struct oclgrind::Size3’ from an array of ‘const size_t’ {aka ‘const long unsigned int’} [-Wclass-memaccess]
> 5004 | memcpy(&cmd->globalOffset, global_work_offset, work_dim * sizeof(size_t));
> | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/core/common.h:110:8: note: ‘struct oclgrind::Size3’ declared here
> 110 | struct Size3
> | ^~~~~
> /<<PKGBUILDDIR>>/src/runtime/runtime.cpp:5008:11: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘struct oclgrind::Size3’ from an array of ‘const size_t’ {aka ‘const long unsigned int’} [-Wclass-memaccess]
> 5008 | memcpy(&cmd->localSize, local_work_size, work_dim * sizeof(size_t));
> | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/core/common.h:110:8: note: ‘struct oclgrind::Size3’ declared here
> 110 | struct Size3
> | ^~~~~
> /<<PKGBUILDDIR>>/src/runtime/runtime.cpp: At global scope:
> /<<PKGBUILDDIR>>/src/runtime/runtime.cpp:5299:49: error: expected initializer before ‘CL_EXT_SUFFIX__VERSION_1_1’
> 5299 | cl_int* errcode_ret) CL_EXT_SUFFIX__VERSION_1_1
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/runtime/runtime.cpp:5861:14: error: ‘CL_EXT_PREFIX__VERSION_2_2_DEPRECATED’ does not name a type; did you mean ‘CL_API_PREFIX__VERSION_2_2_DEPRECATED’?
> 5861 | CL_API_ENTRY CL_EXT_PREFIX__VERSION_2_2_DEPRECATED cl_int CL_API_CALL
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> | CL_API_PREFIX__VERSION_2_2_DEPRECATED
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp: In member function ‘void Simulation::parseArgument(size_t)’:
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:440:14: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
> 440 | if (size != -1 || !fill.empty() || !range.empty() || noinit || dump)
> | ~~~~~^~~~~
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:446:17: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
> 446 | else if (size == -1)
> | ~~~~~^~~~~
> /<<PKGBUILDDIR>>/src/runtime/runtime.cpp: In function ‘cl_int clEnqueueNDRangeKernel(cl_command_queue, cl_kernel, cl_uint, const size_t*, const size_t*, const size_t*, cl_uint, _cl_event* const*, _cl_event**)’:
> /<<PKGBUILDDIR>>/src/runtime/runtime.cpp:5001:9: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘struct oclgrind::Size3’ from an array of ‘const size_t’ {aka ‘const long unsigned int’} [-Wclass-memaccess]
> 5001 | memcpy(&cmd->globalSize, global_work_size, work_dim * sizeof(size_t));
> | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp: In instantiation of ‘void Simulation::parseFill(unsigned char*, size_t, std::istringstream&) [with T = signed char; size_t = long unsigned int; std::istringstream = std::__cxx11::basic_istringstream<char>]’:
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:542:9: required from here
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:669:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 669 | for (int i = 0; i < size / sizeof(T); i++)
> | ~~^~~~~~~~~~~~~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/core/Queue.h:10,
> from /<<PKGBUILDDIR>>/src/runtime/async_queue.h:11:
> /<<PKGBUILDDIR>>/src/core/common.h:110:8: note: ‘struct oclgrind::Size3’ declared here
> 110 | struct Size3
> | ^~~~~
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp: In instantiation of ‘void Simulation::parseFill(unsigned char*, size_t, std::istringstream&) [with T = unsigned char; size_t = long unsigned int; std::istringstream = std::__cxx11::basic_istringstream<char>]’:
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:543:9: required from here
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:669:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp: In instantiation of ‘void Simulation::parseFill(unsigned char*, size_t, std::istringstream&) [with T = short int; size_t = long unsigned int; std::istringstream = std::__cxx11::basic_istringstream<char>]’:
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:544:9: required from here
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:669:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> /<<PKGBUILDDIR>>/src/runtime/runtime.cpp:5004:11: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘struct oclgrind::Size3’ from an array of ‘const size_t’ {aka ‘const long unsigned int’} [-Wclass-memaccess]
> 5004 | memcpy(&cmd->globalOffset, global_work_offset, work_dim * sizeof(size_t));
> | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/core/common.h:110:8: note: ‘struct oclgrind::Size3’ declared here
> 110 | struct Size3
> | ^~~~~
> /<<PKGBUILDDIR>>/src/runtime/runtime.cpp:5008:11: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘struct oclgrind::Size3’ from an array of ‘const size_t’ {aka ‘const long unsigned int’} [-Wclass-memaccess]
> 5008 | memcpy(&cmd->localSize, local_work_size, work_dim * sizeof(size_t));
> | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/core/common.h:110:8: note: ‘struct oclgrind::Size3’ declared here
> 110 | struct Size3
> | ^~~~~
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp: In instantiation of ‘void Simulation::parseFill(unsigned char*, size_t, std::istringstream&) [with T = short unsigned int; size_t = long unsigned int; std::istringstream = std::__cxx11::basic_istringstream<char>]’:
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:545:9: required from here
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:669:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp: In instantiation of ‘void Simulation::parseFill(unsigned char*, size_t, std::istringstream&) [with T = int; size_t = long unsigned int; std::istringstream = std::__cxx11::basic_istringstream<char>]’:
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:546:9: required from here
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:669:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp: In instantiation of ‘void Simulation::parseFill(unsigned char*, size_t, std::istringstream&) [with T = unsigned int; size_t = long unsigned int; std::istringstream = std::__cxx11::basic_istringstream<char>]’:
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:547:9: required from here
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:669:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp: In instantiation of ‘void Simulation::parseFill(unsigned char*, size_t, std::istringstream&) [with T = long int; size_t = long unsigned int; std::istringstream = std::__cxx11::basic_istringstream<char>]’:
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:548:9: required from here
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:669:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp: In instantiation of ‘void Simulation::parseFill(unsigned char*, size_t, std::istringstream&) [with T = long unsigned int; size_t = long unsigned int; std::istringstream = std::__cxx11::basic_istringstream<char>]’:
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:549:9: required from here
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:669:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp: In instantiation of ‘void Simulation::parseFill(unsigned char*, size_t, std::istringstream&) [with T = float; size_t = long unsigned int; std::istringstream = std::__cxx11::basic_istringstream<char>]’:
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:550:9: required from here
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:669:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp: In instantiation of ‘void Simulation::parseFill(unsigned char*, size_t, std::istringstream&) [with T = double; size_t = long unsigned int; std::istringstream = std::__cxx11::basic_istringstream<char>]’:
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:551:9: required from here
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:669:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp: In instantiation of ‘void Simulation::parseArgumentData(unsigned char*, size_t) [with T = signed char; size_t = long unsigned int]’:
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:591:9: required from here
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:646:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 646 | for (int i = 0; i < size / sizeof(T); i++)
> | ~~^~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/runtime/runtime.cpp: At global scope:
> /<<PKGBUILDDIR>>/src/runtime/runtime.cpp:5299:49: error: expected initializer before ‘CL_EXT_SUFFIX__VERSION_1_1’
> 5299 | cl_int* errcode_ret) CL_EXT_SUFFIX__VERSION_1_1
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp: In instantiation of ‘void Simulation::parseArgumentData(unsigned char*, size_t) [with T = unsigned char; size_t = long unsigned int]’:
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:592:9: required from here
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:646:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp: In instantiation of ‘void Simulation::parseArgumentData(unsigned char*, size_t) [with T = short int; size_t = long unsigned int]’:
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:593:9: required from here
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:646:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp: In instantiation of ‘void Simulation::parseArgumentData(unsigned char*, size_t) [with T = short unsigned int; size_t = long unsigned int]’:
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:594:9: required from here
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:646:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp: In instantiation of ‘void Simulation::parseArgumentData(unsigned char*, size_t) [with T = int; size_t = long unsigned int]’:
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:595:9: required from here
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:646:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> /<<PKGBUILDDIR>>/src/runtime/runtime.cpp:5861:14: error: ‘CL_EXT_PREFIX__VERSION_2_2_DEPRECATED’ does not name a type; did you mean ‘CL_API_PREFIX__VERSION_2_2_DEPRECATED’?
> 5861 | CL_API_ENTRY CL_EXT_PREFIX__VERSION_2_2_DEPRECATED cl_int CL_API_CALL
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> | CL_API_PREFIX__VERSION_2_2_DEPRECATED
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp: In instantiation of ‘void Simulation::parseArgumentData(unsigned char*, size_t) [with T = unsigned int; size_t = long unsigned int]’:
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:596:9: required from here
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:646:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp: In instantiation of ‘void Simulation::parseArgumentData(unsigned char*, size_t) [with T = long int; size_t = long unsigned int]’:
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:597:9: required from here
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:646:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp: In instantiation of ‘void Simulation::parseArgumentData(unsigned char*, size_t) [with T = long unsigned int; size_t = long unsigned int]’:
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:598:9: required from here
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:646:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp: In instantiation of ‘void Simulation::parseArgumentData(unsigned char*, size_t) [with T = float; size_t = long unsigned int]’:
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:599:9: required from here
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:646:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp: In instantiation of ‘void Simulation::parseArgumentData(unsigned char*, size_t) [with T = double; size_t = long unsigned int]’:
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:600:9: required from here
> /<<PKGBUILDDIR>>/src/kernel/Simulation.cpp:646:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> make[3]: *** [CMakeFiles/oclgrind-rt-icd.dir/build.make:93: CMakeFiles/oclgrind-rt-icd.dir/src/runtime/runtime.cpp.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2022/10/23/oclgrind_21.10-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
More information about the Pkg-opencl-devel
mailing list