Your message dated Thu, 06 Jan 2022 20:52:16 +0000
with message-id <e1n5zk8-000cuv...@fasolo.debian.org>
and subject line Bug#962208: fixed in libtrace3 3.0.22-0.1
has caused the Debian Bug report #962208,
regarding libtrace3: FTBFS: format_linux.c:1014:35: error: ‘SIOCGSTAMP’ 
undeclared (first use in this function); did you mean ‘SIOCGARP’?
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.)


-- 
962208: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=962208
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libtrace3
Version: 3.0.21-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[4]: Entering directory '/<<PKGBUILDDIR>>/lib'
>   CC       trace.lo
> In file included from /usr/include/string.h:519,
>                  from trace.c:43:
> In function ‘strncpy’,
>     inlined from ‘xstrncpy’ at trace.c:114:9,
>     inlined from ‘trace_create_dead’ at trace.c:332:3:
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:91:10: warning: 
> ‘__builtin___strncpy_chk’ output truncated before terminating nul copying as 
> many bytes from a string as its length [-Wstringop-truncation]
>    91 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos 
> (__dest));
>       |          
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> trace.c: In function ‘trace_create_dead’:
> trace.c:332:17: note: length computed here
>   332 |                 xstrncpy(scan, uri, strlen(uri));
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>   CC       format_erf.lo
>   CC       format_pcap.lo
>   CC       format_legacy.lo
>   CC       format_rt.lo
>   CC       format_helper.lo
> format_helper.c: In function ‘trace_set_err’:
> format_helper.c:303:36: warning: ‘: ’ directive output may be truncated 
> writing 2 bytes into a region of size between 0 and 255 [-Wformat-truncation=]
>   303 |                                 "%s: %s",buf,strerror(errcode));
>       |                                    ^~
> In file included from /usr/include/stdio.h:866,
>                  from ../libwandio/wandio.h:37,
>                  from libtrace_int.h:60,
>                  from format_helper.c:39:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: 
> ‘__builtin___snprintf_chk’ output 3 or more bytes (assuming 258) into a 
> destination of size 255
>    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    71 |                                    __bos (__s), __fmt, __va_arg_pack 
> ());
>       |                                    
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> format_helper.c: In function ‘trace_set_err_out’:
> format_helper.c:326:36: warning: ‘: ’ directive output may be truncated 
> writing 2 bytes into a region of size between 0 and 255 [-Wformat-truncation=]
>   326 |                                 "%s: %s",buf,strerror(errno));
>       |                                    ^~
> In file included from /usr/include/stdio.h:866,
>                  from ../libwandio/wandio.h:37,
>                  from libtrace_int.h:60,
>                  from format_helper.c:39:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: 
> ‘__builtin___snprintf_chk’ output 3 or more bytes (assuming 258) into a 
> destination of size 255
>    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    71 |                                    __bos (__s), __fmt, __va_arg_pack 
> ());
>       |                                    
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>   CC       format_pcapfile.lo
>   CC       format_duck.lo
>   CC       format_tsh.lo
>   CC       format_linux.lo
> format_linux.c: In function ‘linuxring_init_input’:
> format_linux.c:373:47: warning: implicit conversion from ‘enum base_format_t’ 
> to ‘libtrace_rt_types_t’ [-Wenum-conversion]
>   373 |         FORMAT(libtrace->format_data)->format = 
> TRACE_FORMAT_LINUX_RING;
>       |                                               ^
> format_linux.c: In function ‘linuxnative_init_input’:
> format_linux.c:379:47: warning: implicit conversion from ‘enum base_format_t’ 
> to ‘libtrace_rt_types_t’ [-Wenum-conversion]
>   379 |         FORMAT(libtrace->format_data)->format = 
> TRACE_FORMAT_LINUX_NATIVE;
>       |                                               ^
> format_linux.c: In function ‘linuxnative_init_output’:
> format_linux.c:396:35: warning: implicit conversion from ‘enum base_format_t’ 
> to ‘libtrace_rt_types_t’ [-Wenum-conversion]
>   396 |         DATAOUT(libtrace)->format = TRACE_FORMAT_LINUX_NATIVE;
>       |                                   ^
> format_linux.c: In function ‘linuxring_init_output’:
> format_linux.c:402:35: warning: implicit conversion from ‘enum base_format_t’ 
> to ‘libtrace_rt_types_t’ [-Wenum-conversion]
>   402 |         DATAOUT(libtrace)->format = TRACE_FORMAT_LINUX_RING;
>       |                                   ^
> format_linux.c: In function ‘linuxnative_read_packet’:
> format_linux.c:1014:35: error: ‘SIOCGSTAMP’ undeclared (first use in this 
> function); did you mean ‘SIOCGARP’?
>  1014 |                                   SIOCGSTAMP,&tv)==0) {
>       |                                   ^~~~~~~~~~
>       |                                   SIOCGARP
> format_linux.c:1014:35: note: each undeclared identifier is reported only 
> once for each function it appears in
> format_linux.c: In function ‘linuxring_write_packet’:
> format_linux.c:1216:17: warning: this ‘if’ clause does not guard... 
> [-Wmisleading-indentation]
>  1216 |                 if(ret == 0)
>       |                 ^~
> format_linux.c:1226:25: note: ...this statement, but the latter is 
> misleadingly indented as if it were guarded by the ‘if’
>  1226 |                         if (ret < 0) {
>       |                         ^~
> make[4]: *** [Makefile:607: format_linux.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/libtrace3_3.0.21-1_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: libtrace3
Source-Version: 3.0.22-0.1
Done: Adrian Bunk <b...@debian.org>

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

Debian distribution maintenance software
pp.
Adrian Bunk <b...@debian.org> (supplier of updated libtrace3 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: SHA512

Format: 1.8
Date: Thu, 06 Jan 2022 18:13:17 +0200
Source: libtrace3
Architecture: source
Version: 3.0.22-0.1
Distribution: unstable
Urgency: low
Maintainer: Matt Brown <ma...@debian.org>
Changed-By: Adrian Bunk <b...@debian.org>
Closes: 962208 965694
Changes:
 libtrace3 (3.0.22-0.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * New upstream release.
   * Backport upstream fix for FTBFS with glibc 2.31. (Closes: #962208)
   * debian/compat: 5 -> 7. (Closes: #965694)
Checksums-Sha1:
 38eb9b00f24fa63c4249c6c702b656051365b4ce 2251 libtrace3_3.0.22-0.1.dsc
 8b6bc8814b6eeafeb4e2132b938308309a096f2f 642284 libtrace3_3.0.22.orig.tar.bz2
 f0b94ae9d011aeb60ec55f7906f0176a47aea93b 5296 
libtrace3_3.0.22-0.1.debian.tar.xz
Checksums-Sha256:
 51c6beb0af9855f34a2241c5e7a6c7c80bd66c214f2c2baf6885fc67b666fc92 2251 
libtrace3_3.0.22-0.1.dsc
 b8bbaa2054c69cc8f93066143e2601c09c8ed56e75c6e5e4e2c115d07952f8f8 642284 
libtrace3_3.0.22.orig.tar.bz2
 c6119b7aec41555f73c0462df32899914b6052a7780344c7c67457f010cb03e4 5296 
libtrace3_3.0.22-0.1.debian.tar.xz
Files:
 01dfa436468662a90319061edff76071 2251 libs optional libtrace3_3.0.22-0.1.dsc
 5acea7067e0e72a21059e6e055c06f5b 642284 libs optional 
libtrace3_3.0.22.orig.tar.bz2
 86365426aa97a2522e5e203524a14009 5296 libs optional 
libtrace3_3.0.22-0.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmHXFwYACgkQiNJCh6LY
mLFjKRAAlR4drL1nmPSvJkSicdrnDU5jnuxM9WnZ8r9hXkoHaOGvFi4LGftqpk6c
PZs1WkSWSlsZ9c8LP44CFXJ8TzSxnmldqPO6SF3b0zQ33Ry71N0gtro9WJGyUaGw
ktwvZgEcCdvFc0gAn+GQgdcIj0vlp3qYUOR9YthXvsgFfBE1vg0yCBZMCa3/YZb1
wDKfsObfNekzXmrAeCf8Lq7piFEv5Ze4PeoGWs8p9vzrbf5KUfsy2vgPTIHRi5ry
qoVi48wANDcS9cLgTzf750biMZxU0tjn8xqjpkmHUEEYo/mINMwrkE1ayYHH7lZ1
pRqwt6CpV95kB2J3d/2awmGWfjTto9hBJqbK7mTN0kydPCNDjvQbaGHgu8gZcyYo
KkqgM2qiPsKGZKORcn1UjRVIRN9efM7SF000fOVyGZ+7t2iFbDPk19ZyBeNO7upd
LT7sXttsbuTHjscaKv9ZpYQebyJAOEVWA7gzjTgDw+6usVV0FJzZCEfDUGy2/tj1
Zci9CEIXcjMXOHeyyoGuXomxqx0HYxZPmXB2cwmX8jBCu9itcDFkxnsJ+Ufe4s7x
dCSYVV+dQ7GLVxh0mU3nEACG1r35m2IY3AxcxggCd2NdKql55h7gL6TTqUbonWLe
1Oddzz1jnBCh9aMxYrrKd2eTjXDyb7rkgN9M58vn03rCFMMLMEo=
=HU9u
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to