← Back to team overview

debcrafters-packages team mailing list archive

[Bug 2109333] Re: glibc package metadata in all binaries

 

This bug was fixed in the package binutils - 2.45-7ubuntu2

---------------
binutils (2.45-7ubuntu2) resolute; urgency=medium

  * d/p/env-package-metadata.diff: enforce CLI arg precedence (LP: #2109333)
    The initial implementation would only give precedence if the CLI arg is
    not empty. The new implementation now simply loads the default value
    into the appropriate static variable *before* the argument parsing,
    where the --package-metadata handler will appropriately clear it.

 -- Simon Chopin <schopin@xxxxxxxxxx>  Mon, 13 Oct 2025 16:20:55 +0200

** Changed in: binutils (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to glibc in Ubuntu.
https://bugs.launchpad.net/bugs/2109333

Title:
  glibc package metadata in all binaries

Status in binutils package in Ubuntu:
  Fix Released
Status in glibc package in Ubuntu:
  New

Bug description:
  glibc appears in the ELF package metadata of (all?) binary packages.
  Examples:

  ```
  $ readelf --notes /usr/bin/hd | tail -n6
  Displaying notes found in: .note.package
    Besitzer             Datengröße	Description
    FDO                  0x00000060	FDO_PACKAGING_METADATA
      Packaging Metadata: {"type":"deb","os":"ubuntu","name":"glibc","version":"2.40-4ubuntu1","architecture":"amd64"}
    FDO                  0x00000068	FDO_PACKAGING_METADATA
      Packaging Metadata: {"type":"deb","os":"ubuntu","name":"util-linux","version":"2.40.2-14ubuntu1","architecture":"amd64"}
  ```

  or

  ```
  $ readelf --notes /usr/bin/sleep | tail -n6
  Displaying notes found in: .note.package
    Besitzer             Datengröße	Description
    FDO                  0x00000060	FDO_PACKAGING_METADATA
      Packaging Metadata: {"type":"deb","os":"ubuntu","name":"glibc","version":"2.40-4ubuntu1","architecture":"amd64"}
    FDO                  0x00000060	FDO_PACKAGING_METADATA
      Packaging Metadata: {"type":"deb","os":"ubuntu","name":"coreutils","version":"9.5-1ubuntu1","architecture":"amd64"}
  ```

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/2109333/+subscriptions