Your message dated Mon, 11 Apr 2022 20:34:34 +0000
with message-id <e1ne0k6-0000aq...@fasolo.debian.org>
and subject line Bug#1008323: fixed in bpftrace 0.14.1-3
has caused the Debian Bug report #1008323,
regarding bpftrace: FTBFS: btf.cpp:228:45: error: cannot convert ‘void 
(*)(void*, const char*, __va_list_tag*)’ to ‘const btf_dump_opts*’
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.)


-- 
1008323: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008323
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: bpftrace
Version: 0.14.1-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220326 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
> -DBPFTRACE_VERSION=\"v0.14.1\" -DHAVE_BCC_CREATE_MAP 
> -DHAVE_BCC_ELF_FOREACH_SYM -DHAVE_BCC_KFUNC -DHAVE_BCC_PROG_LOAD 
> -DHAVE_BCC_PROG_LOAD_XATTR -DHAVE_BCC_USDT_ADDSEM -DHAVE_BCC_WHICH_SO 
> -DHAVE_LIBBPF -DHAVE_LIBBPF_BPF_H -DHAVE_LIBBPF_BTF_DUMP 
> -DHAVE_LIBBPF_BTF_DUMP_EMIT_TYPE_DECL -DHAVE_LIBBPF_LINK_CREATE 
> -DHAVE_LIBBPF_MAP_BATCH -DHAVE_NAME_TO_HANDLE_AT=1 
> -DLIBBCC_ATTACH_KPROBE_SIX_ARGS_SIGNATURE 
> -DLIBBCC_ATTACH_UPROBE_SEVEN_ARGS_SIGNATURE -DLLVM_ORC_V2 
> -DLLVM_VERSION_MAJOR=13 -DLLVM_VERSION_MINOR=0 -DLLVM_VERSION_PATCH=1 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/src 
> -I/<<PKGBUILDDIR>>/src/ast -isystem /usr/lib/llvm-13/include -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2   -D_GNU_SOURCE 
> -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Wall 
> -Wextra -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wcast-qual 
> -Wunreachable-code -Wdisabled-optimization -std=c++17 -MD -MT 
> src/CMakeFiles/runtime.dir/imap.cpp.o -MF CMakeFiles/runtime.dir/imap.cpp.o.d 
> -o CMakeFiles/runtime.dir/imap.cpp.o -c /<<PKGBUILDDIR>>/src/imap.cpp
> /<<PKGBUILDDIR>>/src/btf.cpp: In member function ‘std::string 
> bpftrace::BTF::c_def(const 
> std::unordered_set<std::__cxx11::basic_string<char> >&) const’:
> /<<PKGBUILDDIR>>/src/btf.cpp:228:45: error: cannot convert ‘void (*)(void*, 
> const char*, __va_list_tag*)’ to ‘const btf_dump_opts*’
>   228 |   dump = btf_dump__new(btf, nullptr, &opts, dump_printf);
>       |                                             ^~~~~~~~~~~
>       |                                             |
>       |                                             void (*)(void*, const 
> char*, __va_list_tag*)
> In file included from /<<PKGBUILDDIR>>/src/btf.cpp:23:
> /usr/include/bpf/btf.h:282:71: note:   initializing argument 4 of ‘btf_dump* 
> btf_dump__new(const btf*, btf_dump_printf_fn_t, void*, const btf_dump_opts*)’
>   282 |                                           const struct btf_dump_opts 
> *opts);
>       |                                           
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
> /<<PKGBUILDDIR>>/src/btf.cpp:238:44: warning: ‘__u32 btf__get_nr_types(const 
> btf*)’ is deprecated: libbpf v0.7+: use btf__type_cnt() instead; note that 
> btf__get_nr_types() == btf__type_cnt() - 1 [-Wdeprecated-declarations]
>   238 |   __s32 id, max = (__s32) btf__get_nr_types(btf);
>       |                           ~~~~~~~~~~~~~~~~~^~~~~
> In file included from /<<PKGBUILDDIR>>/src/btf.cpp:23:
> /usr/include/bpf/btf.h:136:18: note: declared here
>   136 | LIBBPF_API __u32 btf__get_nr_types(const struct btf *btf);
>       |                  ^~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/btf.cpp: In member function ‘int 
> bpftrace::BTF::resolve_args(const string&, 
> std::map<std::__cxx11::basic_string<char>, bpftrace::SizedType>&, bool)’:
> /<<PKGBUILDDIR>>/src/btf.cpp:418:43: warning: ‘__u32 btf__get_nr_types(const 
> btf*)’ is deprecated: libbpf v0.7+: use btf__type_cnt() instead; note that 
> btf__get_nr_types() == btf__type_cnt() - 1 [-Wdeprecated-declarations]
>   418 |   __s32 id, max = (__s32)btf__get_nr_types(btf);
>       |                          ~~~~~~~~~~~~~~~~~^~~~~
> In file included from /<<PKGBUILDDIR>>/src/btf.cpp:23:
> /usr/include/bpf/btf.h:136:18: note: declared here
>   136 | LIBBPF_API __u32 btf__get_nr_types(const struct btf *btf);
>       |                  ^~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/btf.cpp: In member function 
> ‘std::unique_ptr<std::basic_istream<char> > bpftrace::BTF::get_all_funcs() 
> const’:
> /<<PKGBUILDDIR>>/src/btf.cpp:489:43: warning: ‘__u32 btf__get_nr_types(const 
> btf*)’ is deprecated: libbpf v0.7+: use btf__type_cnt() instead; note that 
> btf__get_nr_types() == btf__type_cnt() - 1 [-Wdeprecated-declarations]
>   489 |   __s32 id, max = (__s32)btf__get_nr_types(btf);
>       |                          ~~~~~~~~~~~~~~~~~^~~~~
> In file included from /<<PKGBUILDDIR>>/src/btf.cpp:23:
> /usr/include/bpf/btf.h:136:18: note: declared here
>   136 | LIBBPF_API __u32 btf__get_nr_types(const struct btf *btf);
>       |                  ^~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/btf.cpp:499:45: error: cannot convert ‘void (*)(void*, 
> const char*, __va_list_tag*)’ to ‘const btf_dump_opts*’
>   499 |   dump = btf_dump__new(btf, nullptr, &opts, dump_printf);
>       |                                             ^~~~~~~~~~~
>       |                                             |
>       |                                             void (*)(void*, const 
> char*, __va_list_tag*)
> In file included from /<<PKGBUILDDIR>>/src/btf.cpp:23:
> /usr/include/bpf/btf.h:282:71: note:   initializing argument 4 of ‘btf_dump* 
> btf_dump__new(const btf*, btf_dump_printf_fn_t, void*, const btf_dump_opts*)’
>   282 |                                           const struct btf_dump_opts 
> *opts);
>       |                                           
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
> /<<PKGBUILDDIR>>/src/btf.cpp: In member function 
> ‘std::map<std::__cxx11::basic_string<char>, 
> std::vector<std::__cxx11::basic_string<char> > > 
> bpftrace::BTF::get_params(const std::set<std::__cxx11::basic_string<char> >&) 
> const’:
> /<<PKGBUILDDIR>>/src/btf.cpp:548:43: warning: ‘__u32 btf__get_nr_types(const 
> btf*)’ is deprecated: libbpf v0.7+: use btf__type_cnt() instead; note that 
> btf__get_nr_types() == btf__type_cnt() - 1 [-Wdeprecated-declarations]
>   548 |   __s32 id, max = (__s32)btf__get_nr_types(btf);
>       |                          ~~~~~~~~~~~~~~~~~^~~~~
> In file included from /<<PKGBUILDDIR>>/src/btf.cpp:23:
> /usr/include/bpf/btf.h:136:18: note: declared here
>   136 | LIBBPF_API __u32 btf__get_nr_types(const struct btf *btf);
>       |                  ^~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/btf.cpp:557:45: error: cannot convert ‘void (*)(void*, 
> const char*, __va_list_tag*)’ to ‘const btf_dump_opts*’
>   557 |   dump = btf_dump__new(btf, nullptr, &opts, dump_printf);
>       |                                             ^~~~~~~~~~~
>       |                                             |
>       |                                             void (*)(void*, const 
> char*, __va_list_tag*)
> In file included from /<<PKGBUILDDIR>>/src/btf.cpp:23:
> /usr/include/bpf/btf.h:282:71: note:   initializing argument 4 of ‘btf_dump* 
> btf_dump__new(const btf*, btf_dump_printf_fn_t, void*, const btf_dump_opts*)’
>   282 |                                           const struct btf_dump_opts 
> *opts);
>       |                                           
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
> [ 62%] Building CXX object src/CMakeFiles/runtime.dir/log.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
> -DBPFTRACE_VERSION=\"v0.14.1\" -DHAVE_BCC_CREATE_MAP 
> -DHAVE_BCC_ELF_FOREACH_SYM -DHAVE_BCC_KFUNC -DHAVE_BCC_PROG_LOAD 
> -DHAVE_BCC_PROG_LOAD_XATTR -DHAVE_BCC_USDT_ADDSEM -DHAVE_BCC_WHICH_SO 
> -DHAVE_LIBBPF -DHAVE_LIBBPF_BPF_H -DHAVE_LIBBPF_BTF_DUMP 
> -DHAVE_LIBBPF_BTF_DUMP_EMIT_TYPE_DECL -DHAVE_LIBBPF_LINK_CREATE 
> -DHAVE_LIBBPF_MAP_BATCH -DHAVE_NAME_TO_HANDLE_AT=1 
> -DLIBBCC_ATTACH_KPROBE_SIX_ARGS_SIGNATURE 
> -DLIBBCC_ATTACH_UPROBE_SEVEN_ARGS_SIGNATURE -DLLVM_ORC_V2 
> -DLLVM_VERSION_MAJOR=13 -DLLVM_VERSION_MINOR=0 -DLLVM_VERSION_PATCH=1 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/src 
> -I/<<PKGBUILDDIR>>/src/ast -isystem /usr/lib/llvm-13/include -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2   -D_GNU_SOURCE 
> -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Wall 
> -Wextra -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wcast-qual 
> -Wunreachable-code -Wdisabled-optimization -std=c++17 -MD -MT 
> src/CMakeFiles/runtime.dir/log.cpp.o -MF CMakeFiles/runtime.dir/log.cpp.o.d 
> -o CMakeFiles/runtime.dir/log.cpp.o -c /<<PKGBUILDDIR>>/src/log.cpp
> /<<PKGBUILDDIR>>/src/btf.cpp: In member function 
> ‘std::set<std::__cxx11::basic_string<char> > bpftrace::BTF::get_all_structs() 
> const’:
> /<<PKGBUILDDIR>>/src/btf.cpp:642:43: warning: ‘__u32 btf__get_nr_types(const 
> btf*)’ is deprecated: libbpf v0.7+: use btf__type_cnt() instead; note that 
> btf__get_nr_types() == btf__type_cnt() - 1 [-Wdeprecated-declarations]
>   642 |   __s32 id, max = (__s32)btf__get_nr_types(btf);
>       |                          ~~~~~~~~~~~~~~~~~^~~~~
> In file included from /<<PKGBUILDDIR>>/src/btf.cpp:23:
> /usr/include/bpf/btf.h:136:18: note: declared here
>   136 | LIBBPF_API __u32 btf__get_nr_types(const struct btf *btf);
>       |                  ^~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/btf.cpp:651:45: error: cannot convert ‘void (*)(void*, 
> const char*, __va_list_tag*)’ to ‘const btf_dump_opts*’
>   651 |   dump = btf_dump__new(btf, nullptr, &opts, dump_printf);
>       |                                             ^~~~~~~~~~~
>       |                                             |
>       |                                             void (*)(void*, const 
> char*, __va_list_tag*)
> In file included from /<<PKGBUILDDIR>>/src/btf.cpp:23:
> /usr/include/bpf/btf.h:282:71: note:   initializing argument 4 of ‘btf_dump* 
> btf_dump__new(const btf*, btf_dump_printf_fn_t, void*, const btf_dump_opts*)’
>   282 |                                           const struct btf_dump_opts 
> *opts);
>       |                                           
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
> [ 63%] Building CXX object src/CMakeFiles/runtime.dir/map.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
> -DBPFTRACE_VERSION=\"v0.14.1\" -DHAVE_BCC_CREATE_MAP 
> -DHAVE_BCC_ELF_FOREACH_SYM -DHAVE_BCC_KFUNC -DHAVE_BCC_PROG_LOAD 
> -DHAVE_BCC_PROG_LOAD_XATTR -DHAVE_BCC_USDT_ADDSEM -DHAVE_BCC_WHICH_SO 
> -DHAVE_LIBBPF -DHAVE_LIBBPF_BPF_H -DHAVE_LIBBPF_BTF_DUMP 
> -DHAVE_LIBBPF_BTF_DUMP_EMIT_TYPE_DECL -DHAVE_LIBBPF_LINK_CREATE 
> -DHAVE_LIBBPF_MAP_BATCH -DHAVE_NAME_TO_HANDLE_AT=1 
> -DLIBBCC_ATTACH_KPROBE_SIX_ARGS_SIGNATURE 
> -DLIBBCC_ATTACH_UPROBE_SEVEN_ARGS_SIGNATURE -DLLVM_ORC_V2 
> -DLLVM_VERSION_MAJOR=13 -DLLVM_VERSION_MINOR=0 -DLLVM_VERSION_PATCH=1 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/src 
> -I/<<PKGBUILDDIR>>/src/ast -isystem /usr/lib/llvm-13/include -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2   -D_GNU_SOURCE 
> -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Wall 
> -Wextra -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wcast-qual 
> -Wunreachable-code -Wdisabled-optimization -std=c++17 -MD -MT 
> src/CMakeFiles/runtime.dir/map.cpp.o -MF CMakeFiles/runtime.dir/map.cpp.o.d 
> -o CMakeFiles/runtime.dir/map.cpp.o -c /<<PKGBUILDDIR>>/src/map.cpp
> [ 64%] Building CXX object src/CMakeFiles/runtime.dir/mapkey.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
> -DBPFTRACE_VERSION=\"v0.14.1\" -DHAVE_BCC_CREATE_MAP 
> -DHAVE_BCC_ELF_FOREACH_SYM -DHAVE_BCC_KFUNC -DHAVE_BCC_PROG_LOAD 
> -DHAVE_BCC_PROG_LOAD_XATTR -DHAVE_BCC_USDT_ADDSEM -DHAVE_BCC_WHICH_SO 
> -DHAVE_LIBBPF -DHAVE_LIBBPF_BPF_H -DHAVE_LIBBPF_BTF_DUMP 
> -DHAVE_LIBBPF_BTF_DUMP_EMIT_TYPE_DECL -DHAVE_LIBBPF_LINK_CREATE 
> -DHAVE_LIBBPF_MAP_BATCH -DHAVE_NAME_TO_HANDLE_AT=1 
> -DLIBBCC_ATTACH_KPROBE_SIX_ARGS_SIGNATURE 
> -DLIBBCC_ATTACH_UPROBE_SEVEN_ARGS_SIGNATURE -DLLVM_ORC_V2 
> -DLLVM_VERSION_MAJOR=13 -DLLVM_VERSION_MINOR=0 -DLLVM_VERSION_PATCH=1 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/src 
> -I/<<PKGBUILDDIR>>/src/ast -isystem /usr/lib/llvm-13/include -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2   -D_GNU_SOURCE 
> -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Wall 
> -Wextra -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wcast-qual 
> -Wunreachable-code -Wdisabled-optimization -std=c++17 -MD -MT 
> src/CMakeFiles/runtime.dir/mapkey.cpp.o -MF 
> CMakeFiles/runtime.dir/mapkey.cpp.o.d -o CMakeFiles/runtime.dir/mapkey.cpp.o 
> -c /<<PKGBUILDDIR>>/src/mapkey.cpp
> [ 65%] Building CXX object src/CMakeFiles/runtime.dir/output.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
> -DBPFTRACE_VERSION=\"v0.14.1\" -DHAVE_BCC_CREATE_MAP 
> -DHAVE_BCC_ELF_FOREACH_SYM -DHAVE_BCC_KFUNC -DHAVE_BCC_PROG_LOAD 
> -DHAVE_BCC_PROG_LOAD_XATTR -DHAVE_BCC_USDT_ADDSEM -DHAVE_BCC_WHICH_SO 
> -DHAVE_LIBBPF -DHAVE_LIBBPF_BPF_H -DHAVE_LIBBPF_BTF_DUMP 
> -DHAVE_LIBBPF_BTF_DUMP_EMIT_TYPE_DECL -DHAVE_LIBBPF_LINK_CREATE 
> -DHAVE_LIBBPF_MAP_BATCH -DHAVE_NAME_TO_HANDLE_AT=1 
> -DLIBBCC_ATTACH_KPROBE_SIX_ARGS_SIGNATURE 
> -DLIBBCC_ATTACH_UPROBE_SEVEN_ARGS_SIGNATURE -DLLVM_ORC_V2 
> -DLLVM_VERSION_MAJOR=13 -DLLVM_VERSION_MINOR=0 -DLLVM_VERSION_PATCH=1 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/src 
> -I/<<PKGBUILDDIR>>/src/ast -isystem /usr/lib/llvm-13/include -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2   -D_GNU_SOURCE 
> -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Wall 
> -Wextra -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wcast-qual 
> -Wunreachable-code -Wdisabled-optimization -std=c++17 -MD -MT 
> src/CMakeFiles/runtime.dir/output.cpp.o -MF 
> CMakeFiles/runtime.dir/output.cpp.o.d -o CMakeFiles/runtime.dir/output.cpp.o 
> -c /<<PKGBUILDDIR>>/src/output.cpp
> [ 66%] Building CXX object src/CMakeFiles/runtime.dir/probe_matcher.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
> -DBPFTRACE_VERSION=\"v0.14.1\" -DHAVE_BCC_CREATE_MAP 
> -DHAVE_BCC_ELF_FOREACH_SYM -DHAVE_BCC_KFUNC -DHAVE_BCC_PROG_LOAD 
> -DHAVE_BCC_PROG_LOAD_XATTR -DHAVE_BCC_USDT_ADDSEM -DHAVE_BCC_WHICH_SO 
> -DHAVE_LIBBPF -DHAVE_LIBBPF_BPF_H -DHAVE_LIBBPF_BTF_DUMP 
> -DHAVE_LIBBPF_BTF_DUMP_EMIT_TYPE_DECL -DHAVE_LIBBPF_LINK_CREATE 
> -DHAVE_LIBBPF_MAP_BATCH -DHAVE_NAME_TO_HANDLE_AT=1 
> -DLIBBCC_ATTACH_KPROBE_SIX_ARGS_SIGNATURE 
> -DLIBBCC_ATTACH_UPROBE_SEVEN_ARGS_SIGNATURE -DLLVM_ORC_V2 
> -DLLVM_VERSION_MAJOR=13 -DLLVM_VERSION_MINOR=0 -DLLVM_VERSION_PATCH=1 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/src 
> -I/<<PKGBUILDDIR>>/src/ast -isystem /usr/lib/llvm-13/include -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2   -D_GNU_SOURCE 
> -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Wall 
> -Wextra -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wcast-qual 
> -Wunreachable-code -Wdisabled-optimization -std=c++17 -MD -MT 
> src/CMakeFiles/runtime.dir/probe_matcher.cpp.o -MF 
> CMakeFiles/runtime.dir/probe_matcher.cpp.o.d -o 
> CMakeFiles/runtime.dir/probe_matcher.cpp.o -c 
> /<<PKGBUILDDIR>>/src/probe_matcher.cpp
> [ 67%] Linking CXX static library libast_defs.a
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/ast && /usr/bin/cmake -P 
> CMakeFiles/ast_defs.dir/cmake_clean_target.cmake
> make[3]: *** [src/CMakeFiles/runtime.dir/build.make:121: 
> src/CMakeFiles/runtime.dir/btf.cpp.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/03/26/bpftrace_0.14.1-2_unstable.log

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: bpftrace
Source-Version: 0.14.1-3
Done: Vincent Bernat <ber...@debian.org>

We believe that the bug you reported is fixed in the latest version of
bpftrace, 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 1008...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vincent Bernat <ber...@debian.org> (supplier of updated bpftrace 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: Mon, 11 Apr 2022 21:57:34 +0200
Source: bpftrace
Architecture: source
Version: 0.14.1-3
Distribution: unstable
Urgency: medium
Maintainer: Vincent Bernat <ber...@debian.org>
Changed-By: Vincent Bernat <ber...@debian.org>
Closes: 1008323
Changes:
 bpftrace (0.14.1-3) unstable; urgency=medium
 .
   * d/patches: add a patch to fix compilation with libbtf 0.6.0.
     Closes: #1008323.
Checksums-Sha1:
 1633cade14da01a3bc994e1a9f69a9fd95a0d047 2046 bpftrace_0.14.1-3.dsc
 f8bb1425c968ce1a7eecaf33f09d25e63fcffa2c 4764 bpftrace_0.14.1-3.debian.tar.xz
 75a309ebb0ca01395157f9f53db48a8ce11be5a2 9359 bpftrace_0.14.1-3_amd64.buildinfo
Checksums-Sha256:
 2a84f927edd930c782b42c1353ebe29f5455e2475a9f00716ec8f5196f9a5aa0 2046 
bpftrace_0.14.1-3.dsc
 3e0742c83d42f3b287b6bc86840cb7565559c3f02341e017db2c20a720c4ddb0 4764 
bpftrace_0.14.1-3.debian.tar.xz
 0eb6373a6056f6e31f18362ec83d015c929db9ce6e2f9e81f9b7a301b5e00ec8 9359 
bpftrace_0.14.1-3_amd64.buildinfo
Files:
 6fbd6e170ef8d2fcd7f5763eab99b286 2046 utils optional bpftrace_0.14.1-3.dsc
 d1d4041167bf1bb90782254041e85192 4764 utils optional 
bpftrace_0.14.1-3.debian.tar.xz
 b21afac154200e00fd0ff4d84cc5bfb5 9359 utils optional 
bpftrace_0.14.1-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCAAwFiEErvI0h2bzccaJpzYAlaQv6DU1JfkFAmJUib8SHGJlcm5hdEBk
ZWJpYW4ub3JnAAoJEJWkL+g1NSX5phYQAKI8lUcwIvpcEoMUpzuuw93sAinwM+fr
T0gUHfycaCG7Gw7Qps3AUPKZbqxmSRUbUtZNqM3UntHCPtlTQ1GsZ0ms+A9B7uDY
+72/IUjJ9mfdHELHyEYBHg3aKSk7Gi8S+AupRHct0SHv+nKpyxlmwcrc2clMh0Jv
K6hvUnwUHYsFYpOejydkGrf2YoFy9T0NLqyob9SZwuOgkXsdspgCWfmCenjChvUr
aSS6HPR346cC3pbjIgUmCqJzQjMvZQyq/HNU6DqoNZ20vpXEslp07B6c/vPHNO5k
F+bPUDVMashYaleIp0lI0cFbYSXJDbv9D7LM/7Sf8dmBAN0UeJsEpwanK3XcoXc7
SoDwpT30B/1XMkfTGNCrw+i0EZ4zgyrb9hkSz9ygprFh0Gva9QFA2rfK1bzaX91O
PZHjfNoRwZRDRKRaqoppCfG7F0pf4NaF9+Bn4z/Kk7UdFUzbrgzymYliAvxH4uoL
MjKWxbFeyBKCBDn8lNKh2ZJZnubFdkfxHVV9jbmeloKPN1r6h3PHnAChJ1mmRJq2
5Ixe9f9dmsy8m1m0GIcsx5+gDpicM0qvdu7K+2hSMpUy3VkLe7E7zyRy6cQqtLVL
0TQ2eO3VG21LzKrZEXBl2xMUbTjDlGTPGtiNOQ9de6IbCCi3rnoyyJR5gqlwwWyG
JkxZU4VHFmFy
=x4Ap
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to