Your message dated Sun, 23 Oct 2022 22:05:18 +0000
with message-id <e1omj5q-0016sn...@fasolo.debian.org>
and subject line Bug#1022306: fixed in oclgrind 21.10-2
has caused the Debian Bug report #1022306,
regarding oclgrind: FTBFS: runtime.cpp:5299:49: error: expected initializer
before ‘CL_EXT_SUFFIX__VERSION_1_1’
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1022306: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022306
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: oclgrind
Version: 21.10-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@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=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&fusertaguser=lu...@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.
--- End Message ---
--- Begin Message ---
Source: oclgrind
Source-Version: 21.10-2
Done: Andreas Beckmann <a...@debian.org>
We believe that the bug you reported is fixed in the latest version of
oclgrind, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1022...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Beckmann <a...@debian.org> (supplier of updated oclgrind package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 23 Oct 2022 23:18:45 +0200
Source: oclgrind
Architecture: source
Version: 21.10-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenCL Maintainers <pkg-opencl-de...@lists.alioth.debian.org>
Changed-By: Andreas Beckmann <a...@debian.org>
Closes: 1022306
Changes:
oclgrind (21.10-2) unstable; urgency=medium
.
* Add salsa-ci.yml.
* Switch from obsolete CL_EXT_* to CL_API_* macros. (Closes: #1022306)
Checksums-Sha1:
338c2f7c340348eeee8508290431911ba1c10260 2236 oclgrind_21.10-2.dsc
fde6285a33bed05b711fa1941daa293d1fca1264 8000 oclgrind_21.10-2.debian.tar.xz
bb36d3e2238866f013f84d7456c8b92fc660ec1c 7859 oclgrind_21.10-2_source.buildinfo
Checksums-Sha256:
4037dfff7477af97790ca6ebdcdfef8db4fd9b25086b497d656934b90bd054f3 2236
oclgrind_21.10-2.dsc
992614bc30acb1d5f01d389889ef0967e576e3a7f855730ce90b8677d90ccdc7 8000
oclgrind_21.10-2.debian.tar.xz
a9b0af9eab4c94ec8954746840e1459600fb959b6bd1d5212fedf2abcfeb8f49 7859
oclgrind_21.10-2_source.buildinfo
Files:
5518ca1b0751bae7917ee3d1c827a34e 2236 devel optional oclgrind_21.10-2.dsc
4db82b809cb78e4514a74c404aa501c0 8000 devel optional
oclgrind_21.10-2.debian.tar.xz
c5885943d1b3c406bd9485ec3ca82d37 7859 devel optional
oclgrind_21.10-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmNVtOsQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCHb6EACmwx1lrRtKP5Qo5COXTVOC+RJtFDDDvK+z
/bHBL52itFbwN41D3i8FkewhOTC1iEqtZuGQCNd6Tqlio73u55NbBFFI+xJVaLtU
LYQMT6py649vHifFr0OI43aRGQVGo6RgrIxz5HHS3FVKh/lsLybo36jEIBEBJf99
BeMj6Tb/9B2gaSDrwqMbwnn/Kwcvicqx0v3Uiy985QGXQaAVLCDbH8/Br+ZsHvJ0
c+HM8BTntykVy6xzQ21aMXHxA87PGmIrtbrJvBaE/X4GXbTpwG5jEe58KDQTsRf9
8XrtfqhodlCOjvm/H4VsVewjUpVKph5lVZlRqIwnkI1SecYDD+z5DTsThT8+qQP3
wHWzkA4mbUFHLdIzeE+ihCl4qjbf5MkYHZLOpOKnWhKuUvsckB8XKEnf5vsTl1vP
MDfM4nuG+RVVA27fY4va9PNxiKXKyOVUs6am+Eo1X52g4bBm9ZjbizAvy7KEj1sj
OOv9RQlcGF5F1ZVbLZ6d2RH2GcRCOqywqOMkZn24etbr4mtNhkNT96Qk+Rs9f1O8
Wfv0w6kgqPTxvGp5kmE4bRaV9mIKPqnj8cMa27VlQ3kl390xqBuFJ0LVsEDJKHfa
wOc/UCKK3rJYOmvgS2AbZAxm7rnoh9MK/2H4kSwi14Lh6ZaAfi0DAe52VO3LXow5
6Mf0k2/GUQ==
=Db6A
-----END PGP SIGNATURE-----
--- End Message ---