Bug 2088774
| Summary: | ship the debuginfod-client /etc/profile.d/* files | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | Frank Ch. Eigler <fche> |
| Component: | elfutils | Assignee: | Mark Wielaard <mjw> |
| elfutils sub component: | system-version | QA Contact: | Martin Cermak <mcermak> |
| Status: | CLOSED ERRATA | Docs Contact: | Petr Hybl <phybl> |
| Severity: | unspecified | ||
| Priority: | unspecified | CC: | mcermak, mjw, phybl, rmetrich |
| Version: | 9.1 | Keywords: | FeatureBackport, Triaged |
| Target Milestone: | rc | Flags: | pm-rhel:
mirror+
|
| Target Release: | 9.2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | elfutils-0.187-5.el9 | Doc Type: | Enhancement |
| Doc Text: |
.A new fileset `/etc/profile.d/debuginfod.*`
Added new fileset for activating organizational debuginfod services. To get a system-wide `debuginfod` client activation you must add the URL to `/etc/debuginfod/FOO.urls` file.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-11-15 11:12:23 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Frank Ch. Eigler
2022-05-20 15:29:12 UTC
Yeah, this should be pretty harmless, though do note that 0.187 shipped with a broken csh profile wrapper. Fedora does have a backport for that issue: https://src.fedoraproject.org/rpms/elfutils/blob/rawhide/f/elfutils-0.187-csh-profile.patch So it isn't zero risk. The current workaround of course is for the user to export DEBUGINFOD_URLS from their own .bash_profile (In reply to Mark Wielaard from comment #1) > Yeah, this should be pretty harmless, though do note that 0.187 shipped with > a broken csh profile wrapper. Fedora does have a backport for that issue: > https://src.fedoraproject.org/rpms/elfutils/blob/rawhide/f/elfutils-0.187- > csh-profile.patch > So it isn't zero risk. Which I already backported for bug #2057673 so c9s should already have that. - Upgrade to elfutils 0.187 - debuginfod: Support -C option for connection thread pooling. - debuginfod-client: Negative cache file are now zero sized instead of no-permission files. - addr2line: The -A, --absolute option, which shows file names includingthe full compilation directory is now the default. To get theold behavior use the new option --relative. - readelf, elflint: Recognize FDO Packaging Metadata ELF notes - libdw, debuginfo-client: Load libcurl lazily only when files need to be fetched remotely. libcurl is now never loaded when DEBUGINFOD_URLS is unset. And whenDEBUGINFOD_URLS is set, libcurl is only loaded when the debuginfod_begin function is called. - Add elfutils-0.187-csh-profile.patch - Add elfutils-0.187-debuginfod-client-fd-leak.patch - Add elfutils-0.187-mhd_no_dual_stack.patch - Add elfutils-0.187-mhd_epoll.patch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (elfutils bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:8274 |