Your message dated Fri, 15 May 2020 23:49:15 +0000
with message-id <[email protected]>
and subject line Bug#957879: fixed in trace-cmd 2.8.3-7
has caused the Debian Bug report #957879,
regarding trace-cmd: ftbfs with GCC-10
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 [email protected]
immediately.)


-- 
957879: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957879
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:trace-cmd
Version: 2.8.3-4
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-10

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/trace-cmd_2.8.3-4_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-10/porting_to.html

[...]
trace-record.c:2797:3: warning: ignoring return value of ‘write’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2797 |   write(msg_handle->fd, "TCP", 4);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
trace-record.c:2800:3: warning: ignoring return value of ‘write’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2800 |   write(msg_handle->fd, "0", 2);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
trace-record.c: In function ‘get_date_to_ts’:
trace-record.c:3639:3: warning: ignoring return value of ‘write’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 3639 |   write(tfd, STAMP, 5);
      |   ^~~~~~~~~~~~~~~~~~~~
trace-record.c: In function ‘functions_filtered’:
trace-record.c:3384:2: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 3384 |  read(fd, buf, 1);
      |  ^~~~~~~~~~~~~~~~
trace-record.c: In function ‘set_mask’:
trace-record.c:2220:2: warning: ignoring return value of ‘write’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2220 |  write(fd, instance->cpumask, strlen(instance->cpumask));
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
trace-listen.c: In function ‘make_pid_file’:
trace-listen.c:899:2: warning: ignoring return value of ‘write’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  899 |  write(fd, buf, strlen(buf));
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
trace-listen.c: In function ‘communicate_with_client’:
trace-listen.c:356:2: warning: ignoring return value of ‘write’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  356 |  write(fd, "tracecmd", 8);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
trace-listen.c:390:4: warning: ignoring return value of ‘write’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  390 |    write(fd, "V3", 3);
      |    ^~~~~~~~~~~~~~~~~~
trace-listen.c:395:3: warning: ignoring return value of ‘write’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  395 |   write(fd, "V3", 3);
      |   ^~~~~~~~~~~~~~~~~~
trace-listen.c:403:3: warning: ignoring return value of ‘write’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  403 |   write(fd, "OK", 2);
      |   ^~~~~~~~~~~~~~~~~~
trace-listen.c: In function ‘create_all_readers’:
trace-listen.c:571:4: warning: ignoring return value of ‘write’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  571 |    write(msg_handle->fd, buf, strlen(buf));
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
trace-listen.c:574:3: warning: ignoring return value of ‘write’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  574 |   write(msg_handle->fd, "\0", 1);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(  cc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -D_GNU_SOURCE -DWARN_NO_AUDIT -DNO_AUDIT 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/../../include 
-I/<<PKGBUILDDIR>>/include/traceevent -I/<<PKGBUILDDIR>>/include/trace-cmd 
-I/<<PKGBUILDDIR>>/lib/traceevent/include 
-I/<<PKGBUILDDIR>>/lib/trace-cmd/include -I/<<PKGBUILDDIR>>/tracecmd/include 
-I/<<PKGBUILDDIR>>/tracecmd/include '-DPLUGIN_DIR="/usr/lib/trace-cmd/plugins"' 
-DVAR_DIR="/var"   -DHAVE_BLK_TC_FLUSH -std=gnu99 trace-stack.c -o 
/<<PKGBUILDDIR>>/tracecmd/trace-stack.o)
(  cc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -D_GNU_SOURCE -DWARN_NO_AUDIT -DNO_AUDIT 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/../../include 
-I/<<PKGBUILDDIR>>/include/traceevent -I/<<PKGBUILDDIR>>/include/trace-cmd 
-I/<<PKGBUILDDIR>>/lib/traceevent/include 
-I/<<PKGBUILDDIR>>/lib/trace-cmd/include -I/<<PKGBUILDDIR>>/tracecmd/include 
-I/<<PKGBUILDDIR>>/tracecmd/include '-DPLUGIN_DIR="/usr/lib/trace-cmd/plugins"' 
-DVAR_DIR="/var"   -DHAVE_BLK_TC_FLUSH -std=gnu99 trace-hist.c -o 
/<<PKGBUILDDIR>>/tracecmd/trace-hist.o)
(  cc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -D_GNU_SOURCE -DWARN_NO_AUDIT -DNO_AUDIT 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/../../include 
-I/<<PKGBUILDDIR>>/include/traceevent -I/<<PKGBUILDDIR>>/include/trace-cmd 
-I/<<PKGBUILDDIR>>/lib/traceevent/include 
-I/<<PKGBUILDDIR>>/lib/trace-cmd/include -I/<<PKGBUILDDIR>>/tracecmd/include 
-I/<<PKGBUILDDIR>>/tracecmd/include '-DPLUGIN_DIR="/usr/lib/trace-cmd/plugins"' 
-DVAR_DIR="/var"   -DHAVE_BLK_TC_FLUSH -std=gnu99 trace-mem.c -o 
/<<PKGBUILDDIR>>/tracecmd/trace-mem.o)
(  cc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -D_GNU_SOURCE -DWARN_NO_AUDIT -DNO_AUDIT 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/../../include 
-I/<<PKGBUILDDIR>>/include/traceevent -I/<<PKGBUILDDIR>>/include/trace-cmd 
-I/<<PKGBUILDDIR>>/lib/traceevent/include 
-I/<<PKGBUILDDIR>>/lib/trace-cmd/include -I/<<PKGBUILDDIR>>/tracecmd/include 
-I/<<PKGBUILDDIR>>/tracecmd/include '-DPLUGIN_DIR="/usr/lib/trace-cmd/plugins"' 
-DVAR_DIR="/var"   -DHAVE_BLK_TC_FLUSH -std=gnu99 trace-snapshot.c -o 
/<<PKGBUILDDIR>>/tracecmd/trace-snapshot.o)
(  cc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -D_GNU_SOURCE -DWARN_NO_AUDIT -DNO_AUDIT 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/../../include 
-I/<<PKGBUILDDIR>>/include/traceevent -I/<<PKGBUILDDIR>>/include/trace-cmd 
-I/<<PKGBUILDDIR>>/lib/traceevent/include 
-I/<<PKGBUILDDIR>>/lib/trace-cmd/include -I/<<PKGBUILDDIR>>/tracecmd/include 
-I/<<PKGBUILDDIR>>/tracecmd/include '-DPLUGIN_DIR="/usr/lib/trace-cmd/plugins"' 
-DVAR_DIR="/var"   -DHAVE_BLK_TC_FLUSH -std=gnu99 trace-stat.c -o 
/<<PKGBUILDDIR>>/tracecmd/trace-stat.o)
(  cc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -D_GNU_SOURCE -DWARN_NO_AUDIT -DNO_AUDIT 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/../../include 
-I/<<PKGBUILDDIR>>/include/traceevent -I/<<PKGBUILDDIR>>/include/trace-cmd 
-I/<<PKGBUILDDIR>>/lib/traceevent/include 
-I/<<PKGBUILDDIR>>/lib/trace-cmd/include -I/<<PKGBUILDDIR>>/tracecmd/include 
-I/<<PKGBUILDDIR>>/tracecmd/include '-DPLUGIN_DIR="/usr/lib/trace-cmd/plugins"' 
-DVAR_DIR="/var"   -DHAVE_BLK_TC_FLUSH -std=gnu99 trace-profile.c -o 
/<<PKGBUILDDIR>>/tracecmd/trace-profile.o)
trace-profile.c:23:3: warning: #warning "lib audit not found, using raw 
syscalls " "(install libaudit-devel and try again)" [-Wcpp]
   23 | # warning "lib audit not found, using raw syscalls " \
      |   ^~~~~~~
(  cc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -D_GNU_SOURCE -DWARN_NO_AUDIT -DNO_AUDIT 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/../../include 
-I/<<PKGBUILDDIR>>/include/traceevent -I/<<PKGBUILDDIR>>/include/trace-cmd 
-I/<<PKGBUILDDIR>>/lib/traceevent/include 
-I/<<PKGBUILDDIR>>/lib/trace-cmd/include -I/<<PKGBUILDDIR>>/tracecmd/include 
-I/<<PKGBUILDDIR>>/tracecmd/include '-DPLUGIN_DIR="/usr/lib/trace-cmd/plugins"' 
-DVAR_DIR="/var"   -DHAVE_BLK_TC_FLUSH -std=gnu99 trace-stream.c -o 
/<<PKGBUILDDIR>>/tracecmd/trace-stream.o)
(  cc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -D_GNU_SOURCE -DWARN_NO_AUDIT -DNO_AUDIT 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/../../include 
-I/<<PKGBUILDDIR>>/include/traceevent -I/<<PKGBUILDDIR>>/include/trace-cmd 
-I/<<PKGBUILDDIR>>/lib/traceevent/include 
-I/<<PKGBUILDDIR>>/lib/trace-cmd/include -I/<<PKGBUILDDIR>>/tracecmd/include 
-I/<<PKGBUILDDIR>>/tracecmd/include '-DPLUGIN_DIR="/usr/lib/trace-cmd/plugins"' 
-DVAR_DIR="/var"   -DHAVE_BLK_TC_FLUSH -std=gnu99 trace-restore.c -o 
/<<PKGBUILDDIR>>/tracecmd/trace-restore.o)
(  cc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -D_GNU_SOURCE -DWARN_NO_AUDIT -DNO_AUDIT 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/../../include 
-I/<<PKGBUILDDIR>>/include/traceevent -I/<<PKGBUILDDIR>>/include/trace-cmd 
-I/<<PKGBUILDDIR>>/lib/traceevent/include 
-I/<<PKGBUILDDIR>>/lib/trace-cmd/include -I/<<PKGBUILDDIR>>/tracecmd/include 
-I/<<PKGBUILDDIR>>/tracecmd/include '-DPLUGIN_DIR="/usr/lib/trace-cmd/plugins"' 
-DVAR_DIR="/var"   -DHAVE_BLK_TC_FLUSH -std=gnu99 trace-check-events.c -o 
/<<PKGBUILDDIR>>/tracecmd/trace-check-events.o)
(  cc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -D_GNU_SOURCE -DWARN_NO_AUDIT -DNO_AUDIT 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/../../include 
-I/<<PKGBUILDDIR>>/include/traceevent -I/<<PKGBUILDDIR>>/include/trace-cmd 
-I/<<PKGBUILDDIR>>/lib/traceevent/include 
-I/<<PKGBUILDDIR>>/lib/trace-cmd/include -I/<<PKGBUILDDIR>>/tracecmd/include 
-I/<<PKGBUILDDIR>>/tracecmd/include '-DPLUGIN_DIR="/usr/lib/trace-cmd/plugins"' 
-DVAR_DIR="/var"   -DHAVE_BLK_TC_FLUSH -std=gnu99 trace-show.c -o 
/<<PKGBUILDDIR>>/tracecmd/trace-show.o)
(  cc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -D_GNU_SOURCE -DWARN_NO_AUDIT -DNO_AUDIT 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/../../include 
-I/<<PKGBUILDDIR>>/include/traceevent -I/<<PKGBUILDDIR>>/include/trace-cmd 
-I/<<PKGBUILDDIR>>/lib/traceevent/include 
-I/<<PKGBUILDDIR>>/lib/trace-cmd/include -I/<<PKGBUILDDIR>>/tracecmd/include 
-I/<<PKGBUILDDIR>>/tracecmd/include '-DPLUGIN_DIR="/usr/lib/trace-cmd/plugins"' 
-DVAR_DIR="/var"   -DHAVE_BLK_TC_FLUSH -std=gnu99 trace-list.c -o 
/<<PKGBUILDDIR>>/tracecmd/trace-list.o)
(  cc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -D_GNU_SOURCE -DWARN_NO_AUDIT -DNO_AUDIT 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/../../include 
-I/<<PKGBUILDDIR>>/include/traceevent -I/<<PKGBUILDDIR>>/include/trace-cmd 
-I/<<PKGBUILDDIR>>/lib/traceevent/include 
-I/<<PKGBUILDDIR>>/lib/trace-cmd/include -I/<<PKGBUILDDIR>>/tracecmd/include 
-I/<<PKGBUILDDIR>>/tracecmd/include '-DPLUGIN_DIR="/usr/lib/trace-cmd/plugins"' 
-DVAR_DIR="/var"   -DHAVE_BLK_TC_FLUSH -std=gnu99 trace-output.c -o 
/<<PKGBUILDDIR>>/tracecmd/trace-output.o)
(  cc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -D_GNU_SOURCE -DWARN_NO_AUDIT -DNO_AUDIT 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/../../include 
-I/<<PKGBUILDDIR>>/include/traceevent -I/<<PKGBUILDDIR>>/include/trace-cmd 
-I/<<PKGBUILDDIR>>/lib/traceevent/include 
-I/<<PKGBUILDDIR>>/lib/trace-cmd/include -I/<<PKGBUILDDIR>>/tracecmd/include 
-I/<<PKGBUILDDIR>>/tracecmd/include '-DPLUGIN_DIR="/usr/lib/trace-cmd/plugins"' 
-DVAR_DIR="/var"   -DHAVE_BLK_TC_FLUSH -std=gnu99 trace-usage.c -o 
/<<PKGBUILDDIR>>/tracecmd/trace-usage.o)
(  cc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -D_GNU_SOURCE -DWARN_NO_AUDIT -DNO_AUDIT 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/../../include 
-I/<<PKGBUILDDIR>>/include/traceevent -I/<<PKGBUILDDIR>>/include/trace-cmd 
-I/<<PKGBUILDDIR>>/lib/traceevent/include 
-I/<<PKGBUILDDIR>>/lib/trace-cmd/include -I/<<PKGBUILDDIR>>/tracecmd/include 
-I/<<PKGBUILDDIR>>/tracecmd/include '-DPLUGIN_DIR="/usr/lib/trace-cmd/plugins"' 
-DVAR_DIR="/var"   -DHAVE_BLK_TC_FLUSH -std=gnu99 trace-msg.c -o 
/<<PKGBUILDDIR>>/tracecmd/trace-msg.o)
( cc /<<PKGBUILDDIR>>/tracecmd/trace-cmd.o 
/<<PKGBUILDDIR>>/tracecmd/trace-record.o /<<PKGBUILDDIR>>/tracecmd/trace-read.o 
/<<PKGBUILDDIR>>/tracecmd/trace-split.o 
/<<PKGBUILDDIR>>/tracecmd/trace-listen.o 
/<<PKGBUILDDIR>>/tracecmd/trace-stack.o /<<PKGBUILDDIR>>/tracecmd/trace-hist.o 
/<<PKGBUILDDIR>>/tracecmd/trace-mem.o 
/<<PKGBUILDDIR>>/tracecmd/trace-snapshot.o 
/<<PKGBUILDDIR>>/tracecmd/trace-stat.o 
/<<PKGBUILDDIR>>/tracecmd/trace-profile.o 
/<<PKGBUILDDIR>>/tracecmd/trace-stream.o 
/<<PKGBUILDDIR>>/tracecmd/trace-restore.o 
/<<PKGBUILDDIR>>/tracecmd/trace-check-events.o 
/<<PKGBUILDDIR>>/tracecmd/trace-show.o /<<PKGBUILDDIR>>/tracecmd/trace-list.o 
/<<PKGBUILDDIR>>/tracecmd/trace-output.o 
/<<PKGBUILDDIR>>/tracecmd/trace-usage.o /<<PKGBUILDDIR>>/tracecmd/trace-msg.o 
/<<PKGBUILDDIR>>/lib/trace-cmd/libtracecmd.a 
/<<PKGBUILDDIR>>/lib/traceevent/libtraceevent.a -rdynamic -o 
/<<PKGBUILDDIR>>/tracecmd/trace-cmd -Wl,-z,relro  -lrt -ldl)
/usr/bin/ld: /<<PKGBUILDDIR>>/tracecmd/trace-mem.o:./tracecmd/trace-mem.c:33: 
multiple definition of `common_type_field'; 
/<<PKGBUILDDIR>>/tracecmd/trace-hist.o:./tracecmd/trace-hist.c:30: first 
defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:60: /<<PKGBUILDDIR>>/tracecmd/trace-cmd] Error 1
make[2]: *** [Makefile:273: trace-cmd] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" all 
DESTDIR=/<<PKGBUILDDIR>>/debian/tmp/ prefix=/usr VERBOSE=1 returned exit code 2
make[1]: *** [debian/rules:13: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:6: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: trace-cmd
Source-Version: 2.8.3-7
Done: Sudip Mukherjee <[email protected]>

We believe that the bug you reported is fixed in the latest version of
trace-cmd, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sudip Mukherjee <[email protected]> (supplier of updated trace-cmd 
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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 15 May 2020 23:42:36 +0100
Source: trace-cmd
Architecture: source
Version: 2.8.3-7
Distribution: unstable
Urgency: medium
Maintainer: Sudip Mukherjee <[email protected]>
Changed-By: Sudip Mukherjee <[email protected]>
Closes: 957879
Changes:
 trace-cmd (2.8.3-7) unstable; urgency=medium
 .
   * Update compat level to 13.
   * Fix FTBFS with gcc-10. (Closes: #957879)
Checksums-Sha1:
 bff7ef7126aba68ab176e1549794aab6f6ec61d2 2042 trace-cmd_2.8.3-7.dsc
 85f0ce2959801fa35f2678db97548e2ead3ca80f 8704 trace-cmd_2.8.3-7.debian.tar.xz
 a2e931cbc8a55b33f9952f89397383ace9ceb7f5 12327 
trace-cmd_2.8.3-7_amd64.buildinfo
Checksums-Sha256:
 c42f02543c663db01b759839c1a3d17dddc0d8b0c276bf10de69693ee75aad97 2042 
trace-cmd_2.8.3-7.dsc
 98bafb2d7ecbddf24bf2307fa54a0a4156aad3bfdbc7ffdf14b028ff61ad7af6 8704 
trace-cmd_2.8.3-7.debian.tar.xz
 65ddefd80414e146898ab7c915b6ba32ea0f2266c265fa60779ff5e876a22505 12327 
trace-cmd_2.8.3-7_amd64.buildinfo
Files:
 ff55ada97a5e96e5db635cb593bf8e6c 2042 devel optional trace-cmd_2.8.3-7.dsc
 7c0c67c54ea488fff53b0f8f4e78bfca 8704 devel optional 
trace-cmd_2.8.3-7.debian.tar.xz
 a519714bbde9572ea3268de6e8fde51e 12327 devel optional 
trace-cmd_2.8.3-7_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl6/JIsACgkQR5mjUUbR
KzWuqA//Us1q1BHQq69/vT1Lvq+zI76N+H11quWNHM6Rhi7iHzsYjE/cPMUyWKsW
kg/iaA9PSWBnEoPYWFylsJYjrMJhLsF1MFadDd8bmXcm3yoTk4QP5ICRAhyOHRkM
lbBHVorxIIC0J6PZWqnR4nyRRvErPYgxGD29CyOP/J5fWu+HxYlwCwnrulvDO49Y
zdolsl7A7PDBcbhq/dF1+8tVY6igtTq6AWc1FSe6g39kuixx5Fr7zv+haf6r6y0D
VdaLITpVWuKiX+j6U815w2AGWueXfBKtjBD3MBi5wOmIDTGfAUWeHEABZ3Gp4CJB
6zbRhCphvnk58sUavi1Wj5X5PsnPnr/9ChrndQ/ROdgexHXF3h/PXRnrYDOzicYD
MZih41cAuUVpQZyoIzcZStS9slWKM2LHqzybd08kFA2fWMTdxecRLYWUf9OAkMk3
bKjDaURZGZu8RshGEjr7BqtJU+OImcATpHg9YlkmroUtUB0d/PPmaWOKApwTbV97
hOsJQkrgS0JhmNX+TiRug2MyNbQaampVrfqkduKsYxMfalghfYnLhkbPt07do0Nw
o1JBhusbwp+2VNmkb1WjMNtCJHL79OIoCNup1ft7YTN4mh4sIJh0CtKgGmb9Itl0
zFTDIGyZiQQcy2Z9tCIHwMn2PCAWTV0jy2Q9E6SrdnkvMHOpt9s=
=9teT
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to