[Bug 229049] Mk/bsd.port.mk relies on to-be-removed objdump

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jun 15 17:13:48 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229049

            Bug ID: 229049
           Summary: Mk/bsd.port.mk relies on to-be-removed objdump
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr at FreeBSD.org
          Reporter: emaste at freebsd.org
                CC: ports-bugs at FreeBSD.org
            Blocks: 229046

objdump is being removed from the base system (target 12.0). It is currently
being used by Mk/bsd.port.mk. Using readelf instead should be relatively
straightforward.

objdump -R emits (only) dynamic relocs, while readelf -r emits all relocs; a
little awk or sed triggering on the headers (e.g. "Relocation section with
addend (.rela.dyn):") may work.


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
[Bug 229046] [meta] objdump removal tracking PR
-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list