Your message dated Fri, 25 Dec 2020 05:03:17 +0000
with message-id <e1ksfg1-0004fz...@fasolo.debian.org>
and subject line Bug#977924: fixed in debian-goodies 0.87
has caused the Debian Bug report #977924,
regarding find-dbgsym-packages: W: Cannot parse eu-unstrip output
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.)


-- 
977924: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977924
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debian-goodies
Version: 0.86
Severity: normal
Tags: patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

W: Cannot parse eu-unstrip output: '0x562f3d01b000+0xa725000 
9b43003ffd70d8db@0x562f3d01b34c /usr/lib/chromium/chromium 
/usr/lib/debug/.build-id/9b/43003ffd70d8db.debug /usr/lib/chromium/chromium'

The part of the regex that matches the build-id only recognizes 40-char
(160-bit) build-ids, and the above uses a 16-char (64-bit) build-id.

Small patch inline that fixed the issue locally:
- ---8<---
- --- /usr/bin/find-dbgsym-packages     2020-05-21 11:35:57.000000000 -0500
+++ ./find-dbgsym-packages      2020-12-22 17:05:53.338342159 -0600
@@ -183,12 +183,13 @@
         # 0x7f7f7235e000+0x17000 - /usr/share/locale/de/LC_MESSAGES/bash.mo - 
/usr/share/locale/de/LC_MESSAGES/bash.mo
         # 0x7ffd4098a000+0x2000 
de7dac2df9f596f46fa94a387858ef25170603ec@0x7ffd4098a7d0 . - [vdso: 1740]
         # 0x7f37090fb000+0x2a000 
dc5cb16f5e644116cac64a4c3f5da4d081b81a4f@0x7f37090fb248 - - 
/lib/x86_64-linux-gnu/ld-2.27.so (deleted)
+        # 0x562f3d01b000+0xa725000 9b43003ffd70d8db@0x562f3d01b34c 
/usr/lib/chromium/chromium /usr/lib/debug/.build-id/9b/43003ffd70d8db.debug 
/usr/lib/chromium/chromium
         if ($line =~ m{
                       ^(?: 0 | 0x[[:xdigit:]]+ )
                       [+]
                       0x[[:xdigit:]]+
                       \s+
- -                      ( [[:xdigit:]]{40} [@] 0x[[:xdigit:]]+ | - )
+                      ( [[:xdigit:]]+ [@] 0x[[:xdigit:]]+ | - )
                       \s+
                       ( \S+ )
                       \s+
- --->8---

- -- System Information:
Debian Release: bullseye/sid
  APT prefers testing-debug
  APT policy: (900, 'testing-debug'), (900, 'stable-updates'), (900, 
'stable-debug'), (900, 'testing'), (900, 'stable'), (850, 
'testing-proposed-updates-debug'), (850, 'testing-proposed-updates'), (850, 
'proposed-updates-debug'), (850, 'proposed-updates'), (500, 'unstable-debug'), 
(500, 'unstable'), (300, 'experimental-debug'), (300, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.9.0-4-amd64 (SMP w/16 CPU threads)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), LANGUAGE=en_US
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

debian-goodies depends on no packages.

Versions of packages debian-goodies recommends:
ii  apt                        2.1.12
ii  curl                       7.72.0-1
ii  dctrl-tools                2.24-3+b1
ii  dialog                     1.3-20190808-1
ii  elfutils                   0.182-1
ii  equivs                     2.3.1
ii  libfile-slurper-perl       0.012-1
ii  libfile-which-perl         1.23-1
ii  libipc-system-simple-perl  1.30-1
ii  man-db                     2.9.3-2
ii  perl                       5.32.0-6
ii  popularity-contest         1.71
ii  procps                     2:3.3.16-5
ii  python3                    3.9.0-4
ii  sensible-utils             0.0.12+nmu1
ii  whiptail                   0.52.21-4+b3
ii  zenity                     3.32.0-6

Versions of packages debian-goodies suggests:
ii  apt-file                   3.2.2
ii  chromium [www-browser]     87.0.4280.88-0.2
ii  firefox-esr [www-browser]  68.12.0esr-1~deb10u1
ii  konqueror [www-browser]    4:20.08.3-1
ii  lsb-release                11.1.0
ii  lsof                       4.93.2+dfsg-1.1
ii  lynx [www-browser]         2.9.0dev.6-1
ii  openssh-client             1:8.4p1-3
ii  sudo                       1.9.4-1
ii  w3m [www-browser]          0.5.3-38+b1
ii  xdg-utils                  1.1.3-2

- -- no debconf information

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

iHQEARECADQWIQTFhn3a8g2plxzZYyjnmmovsbVAWQUCX+J+XRYcYnNzQGlndWFu
YXN1aWNpZGUubmV0AAoJEOeaai+xtUBZFXoAn0bcOhz89P7GW8318tXTDXZgqEr9
AJ0ZtovDh+fQ6srII0gbgCq3MhAjqA==
=X1BA
-----END PGP SIGNATURE-----

--- End Message ---
--- Begin Message ---
Source: debian-goodies
Source-Version: 0.87
Done: Axel Beckert <a...@debian.org>

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

Debian distribution maintenance software
pp.
Axel Beckert <a...@debian.org> (supplier of updated debian-goodies 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: Fri, 25 Dec 2020 05:27:37 +0100
Source: debian-goodies
Architecture: source
Version: 0.87
Distribution: unstable
Urgency: medium
Maintainer: Javier Fernández-Sanguino Peña <j...@debian.org>
Changed-By: Axel Beckert <a...@debian.org>
Closes: 916825 929802 969024 969025 977924
Changes:
 debian-goodies (0.87) unstable; urgency=medium
 .
   [ Paul Wise ]
   * find-dbgsym-packages: print the command being executed
 .
   [ Javier Fernández-Sanguino Peña ]
   * checkrestart: Ignore deleted files in /var/lib/sss/mc/ as
     these are caches from sssd using patch provided by
     Baptiste Beauplat (Closes: #929802)
 .
   [ Boyd Stephen Smith Jr. ]
   * find-dbgsym-packages: Support 64-bit build-ids like in chromium.
     (Closes: #977924)
 .
   [ Axel Beckert ]
   * Fix some rendering and consistency issues in find-dbgsym-packages(1).
   * Declare compliance with Debian Policy 4.5.1. (No changes needed.)
   * debmany: Bail out properly if neither whiptail nor dialog is
     installed. Thanks to Jakub Wilk for the bug report! (Closes: #969024)
 .
   [ Jakub Wilk ]
   * debmany: use apt-helper for package downloads. (Closes: #969025)
 .
   [ Christopher David Howie ]
   * checkrestart: Don't flags dovecot for restart due to deleted
     dovecot.index files. (Closes: #916825)
Checksums-Sha1:
 9a0e377fa1f886354e2928d045c4821f58141d1a 1636 debian-goodies_0.87.dsc
 1be8c0d9544f1728ea6e53a94e8a68352fd87f0d 69716 debian-goodies_0.87.tar.xz
 c03ca9780b4788ef3196b3c61ea2481fbc78640d 6378 
debian-goodies_0.87_source.buildinfo
Checksums-Sha256:
 6e74b3c59518feeea6af1138c2feb0c3f095faf443508570ed809232de10c9b7 1636 
debian-goodies_0.87.dsc
 49b2f184c48d2f40fab552d7907c72a2348caa82297b35104048ce5126368af5 69716 
debian-goodies_0.87.tar.xz
 afe591e46a0aba4f4b3290c73b430df76d8ea5d55e28a842c4a329d11afe6ff7 6378 
debian-goodies_0.87_source.buildinfo
Files:
 56f30cc5d89dd7a98d5300aa62868f52 1636 utils optional debian-goodies_0.87.dsc
 889bd2574c04f77f6f544ecd31c7b33a 69716 utils optional 
debian-goodies_0.87.tar.xz
 d6d9ed54a8bf7acf8839a68fe72addaf 6378 utils optional 
debian-goodies_0.87_source.buildinfo

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

iQIzBAEBCgAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAl/lavoACgkQa+Zjx1o1
yXXcxBAAmL+9O6pJLMNbvgTmMUCpFr1IvN8hRjQBLtbxvwxnpqTPNnpJnPkeFfp5
FJ054MqpvsdtqeLUAiHlXL2g+6D0GhUa+Tg3pQVVaPSUE2vBHIhynBHxVPkl/JK8
xursjfI47wc76GVADCGo/CHWBT0sU8LdZu6ukAyjahavFLG2qYcbcI8BVj7paA6W
LvnecxR7L3SOpndJ3ecUslwIjQXZb+TDWCy34muc+s/015LQdvVOviqmKKzCr3Rr
nm/RYuV3UITdT6H5prgJqjYvnYzG6xexObfp31zCwPe+0Lstq1jRn/bgHE483gYK
B77SjF0EHGNlsc+j536T67F7MgobowS9IepdcxqkoNcZgaLSdg51vcZoYS0xsUt5
Fav+b4ykDYaHd9/qd9/tsYVjQQ5EZwa/mHIzFODUNkaZxuN6+A2pZnS+yxptrt5q
GqSpf0wZQHCQ4R7iQLtHLi8NETwURJmpxL2xvDdateIyu3jOPOJhyssnMxUd5avh
BB/1wCZ7idAV1sSHmMhPCymqL1JQFMCeQ7Q2wc4eF+eOjwsnodurJwMCB7ZDLga2
SbiT8l0GN2OfnfAnursRMeUCUWLauL/kOMWvYBnsX11IEBanipTcUrq8uOL1TMXK
HCBsbfCzg/Lk5fQiREkGEyOgCflbMUtzCp6qFNx7ZomFSFfapY8=
=9IL5
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to