Bug 237841 - security/nss 3.44 fails to build on powerpc64
Summary: security/nss 3.44 fails to build on powerpc64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-gecko (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-11 18:47 UTC by Justin Hibbits
Modified: 2019-05-12 16:30 UTC (History)
0 users

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


Attachments
Poudriere log of failure (127.08 KB, text/plain)
2019-05-11 18:47 UTC, Justin Hibbits
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Hibbits freebsd_committer freebsd_triage 2019-05-11 18:47:28 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-05-11 23:21:03 UTC
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
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-05-11 23:22:06 UTC
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
Comment 3 Jan Beich freebsd_committer freebsd_triage 2019-05-11 23:22:40 UTC
Thanks for reporting before pkg-fallout@. Does it build fine now or are there more errors?
Comment 4 Justin Hibbits freebsd_committer freebsd_triage 2019-05-12 16:05:12 UTC
Builds fine now, thanks!