https://sourceware.org/bugzilla/show_bug.cgi?id=29351
Bug ID: 29351
Summary: [display html] Move dynamic loading of modules to a
later stage
Product: binutils
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: gprofng
Assignee: vladimir.mezentsev at oracle dot com
Reporter: ruud.vanderpas at oracle dot com
Target Milestone: ---
Currently, gp-display-html tries to dynamically load certain modules that are
needed as early as possible.
This approach potentially creates a build time issue, because the --help and
--version options that are used by help2man to generate the man page, fail as
well.
The solution is to move the module loading part past the point where these two
options are parsed and processed. In that way, the man page will be generated
regardless of any missing modules.
--
You are receiving this mail because:
You are on the CC list for the bug.