Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jun 2018 17:13:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 229049] Mk/bsd.port.mk relies on to-be-removed objdump
Message-ID:  <bug-229049-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229049

            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@FreeBSD.org
          Reporter: emaste@freebsd.org
                CC: ports-bugs@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=3D229046
[Bug 229046] [meta] objdump removal tracking PR
--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229049-7788>