Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 May 2020 19:46:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 242523] security/nss 3.48 doesn't build on PowerPC
Message-ID:  <bug-242523-21738-TSx37rAEv2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242523-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242523-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242523

--- Comment #27 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Fri May  1 19:46:12 UTC 2020
New revision: 533585
URL: https://svnweb.freebsd.org/changeset/ports/533585

Log:
  MFH: r533584

  security/nss: disable -Werror due to -Wall mine

  blinit.c:122:24: error: unused variable 'getauxval'
[-Werror,-Wunused-variable]
  static unsigned long (*getauxval)(unsigned long) =3D NULL;
                         ^

  pqg.c:345:16: error: comparison of constant 18446744073709551615 with
expression of type 'unsigned long' is always true
[-Werror,-Wtautological-constant-out-of-range-compare]
      if (addend < MP_DIGIT_MAX) {
          ~~~~~~ ^ ~~~~~~~~~~~~

  PR:           242523
  Approved by:  ports-secteam blanket

Changes:
_U  branches/2020Q2/
  branches/2020Q2/security/nss/Makefile

--=20
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242523-21738-TSx37rAEv2>