Created attachment 204328 [details] Poudriere log of failure Attempting to build on powerpc64, I see the following error: crypto_primitives.c: In function 'swap8b': crypto_primitives.c:31: error: 'SHA_MASK8' undeclared (first use in this function) crypto_primitives.c:31: error: (Each undeclared identifier is reported only once crypto_primitives.c:31: error: for each function it appears in.) crypto_primitives.c:32: error: 'SHA_MASK16' undeclared (first use in this function) Full log is attached.
A commit references this bug: Author: jbeich Date: Sat May 11 23:20:58 UTC 2019 New revision: 501327 URL: https://svnweb.freebsd.org/changeset/ports/501327 Log: security/nss: unbreak on powerpc64 after r501212 crypto_primitives.c: In function 'swap8b': crypto_primitives.c:31: error: 'SHA_MASK8' undeclared (first use in this function) crypto_primitives.c:31: error: (Each undeclared identifier is reported only once crypto_primitives.c:31: error: for each function it appears in.) crypto_primitives.c:32: error: 'SHA_MASK16' undeclared (first use in this function) PR: 237841 Reported by: jhibbits Changes: head/security/nss/files/patch-bug1551041
A commit references this bug: Author: jbeich Date: Sat May 11 23:21:37 UTC 2019 New revision: 501329 URL: https://svnweb.freebsd.org/changeset/ports/501329 Log: MFH: r501327 security/nss: unbreak on powerpc64 after r501212 crypto_primitives.c: In function 'swap8b': crypto_primitives.c:31: error: 'SHA_MASK8' undeclared (first use in this function) crypto_primitives.c:31: error: (Each undeclared identifier is reported only once crypto_primitives.c:31: error: for each function it appears in.) crypto_primitives.c:32: error: 'SHA_MASK16' undeclared (first use in this function) PR: 237841 Reported by: jhibbits Approved by: ports-secteam blanket Changes: _U branches/2019Q2/ branches/2019Q2/security/nss/files/patch-bug1551041
Thanks for reporting before pkg-fallout@. Does it build fine now or are there more errors?
Builds fine now, thanks!