Closed
Bug 1326368
Opened 9 years ago
Closed 8 years ago
Building NSS failed on Mac OS X 10.10 with "unknown warning group '-Wvarargs'"
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: john.sha.jiang, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0
Build ID: 20161208153507
Steps to reproduce:
I tried to build NSS 3.27.1 [1] on Mac OS X 10.10, but the building ended with the following message:
ocsp.c:2200:32: error: unknown warning group '-Wvarargs', ignored [-Werror,-Wunknown-pragmas]
#pragma GCC diagnostic ignored "-Wvarargs"
^
1 error generated.
make[2]: *** [Darwin14.1.0_64_OPT.OBJ/ocsp.o] Error 1
make[1]: *** [libs] Error 2
make: *** [libs] Error 2
[1] https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_27_1_RTM/src/nss-3.27.1-with-nspr-4.13.tar.gz
Actual results:
The building is failed with error "unknown warning group '-Wvarargs'"
Expected results:
The building is successful.
Comment 1•8 years ago
|
||
Please reopen if you still see this.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•