https://sourceware.org/bugzilla/show_bug.cgi?id=33937
Aaron Merey <amerey at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|UNCONFIRMED |RESOLVED
CC| |amerey at redhat dot com
--- Comment #11 from Aaron Merey <amerey at redhat dot com> ---
Fixed in the following commit:
commit 53c036dff0e329fc75fd3f051e423db510e2a017
Author: Aaron Merey <[email protected]>
Date: Wed Mar 11 10:13:54 2026 -0400
debuginfod-find: Restore DEBUGINFOD_PROGRESS behaviour
Commit d7cb72f7 changed debuginfod-find to always set a progress
callback function in order to handle interrupts during downloading.
Previously debuginfod-find set a progressfn only when the -v command
line option was given. If the DEBUGINFOD_PROGRESS environment variable
is set, libdebuginfod automatically sets a default progressfn as long as
no other progressfn has been set using debuginfod_set_progressfn.
Commit d7cb72f7 therefore resulted in DEBUGINFOD_PROGRESS no longer
affecting debuginfod-find when invoked without -v.
This patch restores the old behaviour: when DEBUGINFOD_PROGRESS is set
and -v is not given, the default progressfn will trigger during
downloading.
Signed-off-by: Aaron Merey <[email protected]>
--
You are receiving this mail because:
You are on the CC list for the bug.