bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gprofng/29351] New: [display html] Move dynamic loading of modules


From: ruud.vanderpas at oracle dot com
Subject: [Bug gprofng/29351] New: [display html] Move dynamic loading of modules to a later stage
Date: Mon, 11 Jul 2022 04:19:22 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]