Bug 244848 - security/libgcrypt: fix build on aarch64 with lld 10.0.0
Summary: security/libgcrypt: fix build on aarch64 with lld 10.0.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm64 Any
: --- Affects Some People
Assignee: Carlos J. Puga Medina
URL: https://dev.gnupg.org/rC09c27280cc097...
Keywords: patch
Depends on:
Blocks: 244251
  Show dependency treegraph
 
Reported: 2020-03-16 17:50 UTC by Charlie Li
Modified: 2020-03-31 07:53 UTC (History)
1 user (show)

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


Attachments
libgcrypt-1.8.5.patch (616 bytes, patch)
2020-03-16 17:50 UTC, Charlie Li
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie Li freebsd_committer freebsd_triage 2020-03-16 17:50:17 UTC
Created attachment 212447 [details]
libgcrypt-1.8.5.patch

On aarch64, the build fails with a linker error described upstream. This pulls in the upstream patch, backported/adapted for the 1.8 branch. Builds successfully.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-03-31 07:49:02 UTC
A commit references this bug:

Author: mikael
Date: Tue Mar 31 07:48:01 UTC 2020
New revision: 529954
URL: https://svnweb.freebsd.org/changeset/ports/529954

Log:
  security/libgcrypt: fix build on aarch64 with lld10

  import upstream fix:
  https://github.com/gpg/libgcrypt/commit/09c27280cc09798d15369b3a143036b7ab5ddd69

  PR:		244848
  Submitted by:	Charlie Li
  Approved by:	cpm (maintainer timeout), manu (mentor, implicit)

Changes:
  head/security/libgcrypt/files/patch-cipher_camellia-aarch64.S
Comment 3 Mikael Urankar freebsd_committer freebsd_triage 2020-03-31 07:53:37 UTC
Thanks!