Bug 246730 - devel/libunwind: unbreak on aarch64
Summary: devel/libunwind: unbreak on aarch64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm64 Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-25 22:35 UTC by Val Packett
Modified: 2020-05-26 12:13 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Val Packett 2020-05-25 22:35:32 UTC
mi/backtrace.c:71:7: error: no member named 'mc_gpregs' in 'struct unw_sigcontext'

Just remove patch-include_libunwind-aarch64.h and patch-src_aarch64_Ginit.c (so all patches). No aarch64 patches are necessary anymore since https://github.com/libunwind/libunwind/pull/83 landed.
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2020-05-26 12:13:21 UTC
Committed. Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-05-26 12:13:44 UTC
A commit references this bug:

Author: sunpoet
Date: Tue May 26 12:12:46 UTC 2020
New revision: 536625
URL: https://svnweb.freebsd.org/changeset/ports/536625

Log:
  Fix build on aarch64

  PR:		246730
  Submitted by:	Greg V <greg@unrelenting.technology>

Changes:
  head/devel/libunwind/files/