Bug 206606 - security/nettle fails to build for armv6
Summary: security/nettle fails to build for armv6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm Any
: --- Affects Only Me
Assignee: Johan van Selst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-25 13:33 UTC by Otacílio de Araújo Ramos Neto
Modified: 2016-01-27 10:55 UTC (History)
1 user (show)

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


Attachments
poudriere build log. (20.94 KB, text/plain)
2016-01-25 13:33 UTC, Otacílio de Araújo Ramos Neto
no flags Details
armv6 fix (2.01 KB, patch)
2016-01-26 09:58 UTC, Mikael Urankar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Otacílio de Araújo Ramos Neto 2016-01-25 13:33:58 UTC
Created attachment 166099 [details]
poudriere build log.

nettle-3.1.1 fails to build for armv6. I using poudriere on AMD 64 to cross compile. This is the machine:

FreeBSD nostromo 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r294319M: Tue Jan 19 20:29:21 BRT 2016     ota@nostromo:/usr/obj/usr/src/sys/GENERIC  amd64
Comment 1 Mikael Urankar freebsd_committer freebsd_triage 2016-01-26 09:58:05 UTC
Created attachment 166145 [details]
armv6 fix

It was fixed upstream with this commit:
https://git.lysator.liu.se/nettle/nettle/commit/a434246bcb3b70df9ba2f44d5d9d05caac6a02cf

See attached patch.
Comment 2 Johan van Selst freebsd_committer freebsd_triage 2016-01-27 10:55:54 UTC
Patch applied. Thank you.