[Bug 2109333] Re: glibc package metadata in all binaries
Benjamin Drung
2109333 at bugs.launchpad.net
Fri Apr 25 19:06:31 UTC 2025
Thanks Zbigniew for the analysis. We should fix our glibc build to not
include the packaging metadata in /usr/lib/x86_64-linux-gnu/Scrt1.o and
then check if that is enough.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to glibc in Ubuntu.
https://bugs.launchpad.net/bugs/2109333
Title:
glibc package metadata in all binaries
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/glibc/+bug/2109333/+subscriptions
More information about the foundations-bugs
mailing list