Your message dated Wed, 22 Oct 2025 15:26:58 +0000
with message-id <[email protected]>
and subject line Bug#1118335: fixed in termshark 2.4.0-3
has caused the Debian Bug report #1118335,
regarding termshark: FTBFS: FAIL: TestCF1
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.)


-- 
1118335: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1118335
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: termshark
Version: 2.4.0-2
Severity: serious
Justification: FTBFS
Tags: sid ftbfs

  One of termshark's tests is failing; I'm not sure exactly what's
changed right off hand to cause the failure.

  Also, sadly apparently the upstream maintainer has passed away:
https://github.com/gcla/termshark/issues/167.

> === RUN   TestCF1
> GCLA: adding {Absolute date, as YYYY-MM-DD, and time    _ws.col.abs_ymd_time 
> %Yt false}
> GCLA: adding {Absolute date, as YYYY/DOY, and time      _ws.col.abs_ydoy_time 
> %YDOYt false}
> GCLA: adding {Absolute time                             _ws.col.abs_time %At 
> false}
> GCLA: adding {Cumulative Bytes                           %B false}
> GCLA: adding {Custom                                     %Cus false}
> GCLA: adding {Delta time                                _ws.col.delta_time 
> %Tt false}
> GCLA: adding {Delta time displayed                       %Gt false}
> GCLA: adding {Dest addr (resolved)                      _ws.col.res_dst %rd 
> false}
> GCLA: adding {Dest addr (unresolved)                    _ws.col.unres_dst %ud 
> false}
> GCLA: adding {Dest port (resolved)                      _ws.col.res_dst_port 
> %rD false}
> GCLA: adding {Dest port (unresolved)                    
> _ws.col.unres_dst_port %uD false}
> GCLA: adding {Destination address                       _ws.col.def_dst %d 
> false}
> GCLA: adding {Destination port                          _ws.col.def_dst_port 
> %D false}
> GCLA: adding {Expert Info Severity                      _ws.col.expert %a 
> false}
> GCLA: adding {FW-1 monitor if/direction                 _ws.col.if_dir %I 
> false}
> GCLA: adding {Frequency/Channel                         _ws.col.freq_chan %F 
> false}
> GCLA: adding {Hardware dest addr                        _ws.col.def_dl_dst 
> %hd false}
> GCLA: adding {Hardware src addr                         _ws.col.def_dl_src 
> %hs false}
> GCLA: adding {Hw dest addr (resolved)                   _ws.col.res_dl_dst 
> %rhd false}
> GCLA: adding {Hw dest addr (unresolved)                 _ws.col.unres_dl_dst 
> %uhd false}
> GCLA: adding {Hw src addr (resolved)                    _ws.col.res_dl_src 
> %rhs false}
> GCLA: adding {Hw src addr (unresolved)                  _ws.col.unres_dl_src 
> %uhs false}
> GCLA: adding {IEEE 802.11 RSSI                          _ws.col.rssi %e false}
> GCLA: adding {IEEE 802.11 TX rate                       _ws.col.tx_rate %x 
> false}
> GCLA: adding {IP DSCP Value                             _ws.col.dscp %f false}
> GCLA: adding {Information                               _ws.col.info %i false}
> GCLA: adding {Net dest addr (resolved)                  _ws.col.res_net_dst 
> %rnd false}
> GCLA: adding {Net dest addr (unresolved)                _ws.col.unres_net_dst 
> %und false}
> GCLA: adding {Net src addr (resolved)                   _ws.col.res_net_src 
> %rns false}
> GCLA: adding {Net src addr (unresolved)                 _ws.col.unres_net_src 
> %uns false}
> GCLA: adding {Network dest addr                         _ws.col.def_net_dst 
> %nd false}
> GCLA: adding {Network src addr                          _ws.col.def_net_src 
> %ns false}
> GCLA: adding {Number                                    _ws.col.number %m 
> false}
> GCLA: adding {Number displayed                           %md false}
> GCLA: adding {Packet length (bytes)                     _ws.col.packet_length 
> %L false}
> GCLA: adding {Protocol                                  _ws.col.protocol %p 
> false}
> GCLA: adding {Relative time                             _ws.col.rel_time %Rt 
> false}
> GCLA: adding {Source address                            _ws.col.def_src %s 
> false}
> GCLA: adding {Source port                               _ws.col.def_src_port 
> %S false}
> GCLA: adding {Src addr (resolved)                       _ws.col.res_src %rs 
> false}
> GCLA: adding {Src addr (unresolved)                     _ws.col.unres_src %us 
> false}
> GCLA: adding {Src port (resolved)                       _ws.col.res_src_port 
> %rS false}
> GCLA: adding {Src port (unresolved)                     
> _ws.col.unres_src_port %uS false}
> GCLA: adding {UTC date, as YYYY-MM-DD, and time         _ws.col.utc_ymc_time 
> %Yut false}
> GCLA: adding {UTC date, as YYYY/DOY, and time           _ws.col.utc_ydoy_time 
> %YDOYut false}
> GCLA: adding {UTC time                                  _ws.col.utc_time %Aut 
> false}
> GCLA: adding {Time (format as specified)                _ws.col.cls_time %t 
> false}
>     columnformat_test.go:29:
>                 Error Trace:    
> /build/termshark-2.4.0/_build/src/github.com/gcla/termshark/pkg/shark/columnformat_test.go:29
>                 Error:          Not equal:
>                                 expected: "Absolute time"
>                                 actual  : "Absolute time                      
> \t_ws.col.abs_time"
> 
>                                 Diff:
>                                 --- Expected
>                                 +++ Actual
>                                 @@ -1 +1 @@
>                                 -Absolute time
>                                 +Absolute time                          
> _ws.col.abs_time
>                 Test:           TestCF1
>     columnformat_test.go:33:
>                 Error Trace:    
> /build/termshark-2.4.0/_build/src/github.com/gcla/termshark/pkg/shark/columnformat_test.go:33
>                 Error:          Not equal:
>                                 expected: "Src addr (resolved)"
>                                 actual  : "Src addr (resolved)                
> \t_ws.col.res_src"
> 
>                                 Diff:
>                                 --- Expected
>                                 +++ Actual
>                                 @@ -1 +1 @@
>                                 -Src addr (resolved)
>                                 +Src addr (resolved)                    
> _ws.col.res_src
>                 Test:           TestCF1
> --- FAIL: TestCF1 (0.14s)

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Source: termshark
Source-Version: 2.4.0-3
Done: Balint Reczey <[email protected]>

We believe that the bug you reported is fixed in the latest version of
termshark, 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.
Balint Reczey <[email protected]> (supplier of updated termshark 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: Wed, 22 Oct 2025 16:42:55 +0200
Source: termshark
Built-For-Profiles: noudeb
Architecture: source
Version: 2.4.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Balint Reczey <[email protected]>
Closes: 1118335
Changes:
 termshark (2.4.0-3) unstable; urgency=medium
 .
   * Team upload
   * Cherry-pick patch proposed upstream to fix FTBFS with wireshark 4.6
     (Closes: #1118335)
Checksums-Sha1:
 d86398b630f9ea0814a72e908a2200e5ea5187e8 2863 termshark_2.4.0-3.dsc
 68d7c0aacd872f38e19f594b6b3cad57ed51ad79 5988 termshark_2.4.0-3.debian.tar.xz
 506385ec18eacecba04e0b191b7d2386430610c8 10674 
termshark_2.4.0-3_source.buildinfo
Checksums-Sha256:
 0ef5442f9a3f432182395e49224f3e064252085238ff4dc43661acdfaa1213ef 2863 
termshark_2.4.0-3.dsc
 076d62682ac719aedc547990809835a0db9931beacf02256283e1736aa6b6b1d 5988 
termshark_2.4.0-3.debian.tar.xz
 4737ba51d47a8d2b8efff90739bb678c9c38ce3e264e1b3e925ade22ed173280 10674 
termshark_2.4.0-3_source.buildinfo
Files:
 4ed03fc1ef8bac9ae8cc7ad0285b1388 2863 devel optional termshark_2.4.0-3.dsc
 369723e8a0422999ce466846be308042 5988 devel optional 
termshark_2.4.0-3.debian.tar.xz
 3b3629b646a2aa27c367e6bfefb2c2a8 10674 devel optional 
termshark_2.4.0-3_source.buildinfo

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

iQIzBAEBCgAdFiEEI/PvTgXX55rLQUfDg6KBkWslS0UFAmj47wUACgkQg6KBkWsl
S0Xbtw/8DNG26WLovWUbc9HtXt0+aW8B0FeWZ/lW1ho5W02spNSUfbbHa0/LaISV
oi0evBbVcNQqhuvh8vw+CH9YhmRhWlgeuYZGPXUyvbDHG7bIPHymp29eHD3RG/Sh
0zr7aTTgxEnCHZ42t+2xnSEb9SfXv+07ooHhdSYhKdhY3sKlK2UXDm5ybGd7Kx2b
p8fYiQDr885i86H/9Wm3SbLG6yLqj7gsFNz2P/qXbSDxxuR9M/ZuBTSgLljhQHn3
GzNUJA4wK8eWZFDE3A6Y0yCEBg21e3mGmHu4huh+Uv1xy3rfWoss2ULRfM+U+II1
8/1zh74IsjzozvhrJ1FC+YsMoe0DnV9AOTEDnk3SzLMfR4fA+PuCiOZ0OMAVOCVd
YA1JW2XRlsYJvbExRVyDYYXTpTSto0RZupTaLQzH+AyH2Yaln3g69JJIPvMn/xi9
pcBemN797bjdXY4iDuJYkee2DLap2BsJzX9N6f9hDgXEUkb6micRQV1WHCi7aTv3
z+pHtip7CwHWB4M5+KE3J8XSGtmJh9YIuDMGopc7PK5hO4fvf1NDLVoCUiw+qu4A
tfjMPMg5A1Mfm4NY6U10kK/fHOvhoH7brMB8jyUbISwy8XFT7uGUH/MGzKi/oUED
B55JSAjh66NDMDK2PLxIn9nnWCNzBFP1rxfOVya5BUhNAz3npcI=
=x+Jz
-----END PGP SIGNATURE-----

Attachment: pgpGDO3goWlck.pgp
Description: PGP signature


--- End Message ---

Reply via email to