# cd /usr/ports/security/nss/ && make reinstall clean
gmake[5]: se ingresa al directorio `/usr/ports/security/nss/work/nss-3.17.1/nss/cmd/selfserv'
cc -o FreeBSD10.0_OPT.OBJ/selfserv.o -c -O2 -pipe -I/usr/local/include/nspr -fno-strict-aliasing -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I./../dist/FreeBSD10.0_OPT.OBJ/include -I./../dist/public/ -I./../dist/private/ -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I../../dist/FreeBSD10.0_OPT.OBJ/include -I../../dist/public/ -I../../dist/private/ -I../../dist/public/nss -I../../dist/public/nspr -I../../dist/public/libdbm -I../../dist/FreeBSD10.0_OPT.OBJ/../public/security -I./include -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -DNSPR20 -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I../../../dist/FreeBSD10.0_OPT.OBJ/include -I../../../dist/public/nss -I../../../dist/private/nss -I../../../dist/public/seccmd -I../../../dist/public/dbm selfserv.c
selfserv.c:758:44: warning: passing 'PRUint32 *' (aka 'unsigned int *') to
parameter of type 'PRInt32 *' (aka 'int *') converts between pointers to
integer types with different sign [-Wpointer-sign]
totalPeriodBytes += PR_ATOMIC_SET(&loggerBytes, 0);
^~~~~~~~~~~~
/usr/local/include/nspr/pratom.h:127:49: note: expanded from macro
'PR_ATOMIC_SET'
#define PR_ATOMIC_SET(val, newval) PR_AtomicSet(val, newval)
^
/usr/local/include/nspr/pratom.h:51:41: note: passing argument to parameter
'val' here
NSPR_API(PRInt32) PR_AtomicSet(PRInt32 *val, PRInt32 newval);
^
selfserv.c:759:46: warning: passing 'PRUint32 *' (aka 'unsigned int *') to
parameter of type 'PRInt32 *' (aka 'int *') converts between pointers to
integer types with different sign [-Wpointer-sign]
totalPeriodBytesTCP += PR_ATOMIC_SET(&loggerBytesTCP, 0);
^~~~~~~~~~~~~~~
/usr/local/include/nspr/pratom.h:127:49: note: expanded from macro
'PR_ATOMIC_SET'
#define PR_ATOMIC_SET(val, newval) PR_AtomicSet(val, newval)
^
/usr/local/include/nspr/pratom.h:51:41: note: passing argument to parameter
'val' here
NSPR_API(PRInt32) PR_AtomicSet(PRInt32 *val, PRInt32 newval);
^
selfserv.c:1150:2: warning: variable 'sr' is used uninitialized whenever switch
default is taken [-Wsometimes-uninitialized]
default:
^~~~~~~
selfserv.c:1155:10: note: uninitialized use occurs here
if (!sr)
^~
selfserv.c:1116:31: note: initialize the variable 'sr' to silence this warning
CERTOCSPSingleResponse *sr;
^
= NULL
selfserv.c:1548:31: warning: passing 'PRUint32 *' (aka 'unsigned int *') to
parameter of type 'PRInt32 *' (aka 'int *') converts between pointers to
integer types with different sign [-Wpointer-sign]
PR_ATOMIC_ADD(&loggerBytes, rv);
^~~~~~~~~~~~
/usr/local/include/nspr/pratom.h:128:46: note: expanded from macro
'PR_ATOMIC_ADD'
#define PR_ATOMIC_ADD(ptr, val) PR_AtomicAdd(ptr, val)
^
/usr/local/include/nspr/pratom.h:63:41: note: passing argument to parameter
'ptr' here
NSPR_API(PRInt32) PR_AtomicAdd(PRInt32 *ptr, PRInt32 val);
^
selfserv.c:1549:37: warning: passing 'PRUint32 *' (aka 'unsigned int *') to
parameter of type 'PRInt32 *' (aka 'int *') converts between pointers to
integer types with different sign [-Wpointer-sign]
PR_ATOMIC_INCREMENT(&bulkSentChunks);
^~~~~~~~~~~~~~~
/usr/local/include/nspr/pratom.h:125:53: note: expanded from macro
'PR_ATOMIC_INCREMENT'
#define PR_ATOMIC_INCREMENT(val) PR_AtomicIncrement(val)
^
/usr/local/include/nspr/pratom.h:28:47: note: passing argument to parameter
'val' here
NSPR_API(PRInt32) PR_AtomicIncrement(PRInt32 *val);
^
selfserv.c:1558:33: warning: passing 'PRUint32 *' (aka 'unsigned int *') to
parameter of type 'PRInt32 *' (aka 'int *') converts between pointers to
integer types with different sign [-Wpointer-sign]
PR_ATOMIC_DECREMENT(&loggerOps);
^~~~~~~~~~
/usr/local/include/nspr/pratom.h:126:53: note: expanded from macro
'PR_ATOMIC_DECREMENT'
#define PR_ATOMIC_DECREMENT(val) PR_AtomicDecrement(val)
^
/usr/local/include/nspr/pratom.h:39:47: note: passing argument to parameter
'val' here
NSPR_API(PRInt32) PR_AtomicDecrement(PRInt32 *val);
^
selfserv.c:1643:33: warning: passing 'PRUint32 *' (aka 'unsigned int *') to
parameter of type 'PRInt32 *' (aka 'int *') converts between pointers to
integer types with different sign [-Wpointer-sign]
PR_ATOMIC_INCREMENT(&loggerOps);
^~~~~~~~~~
/usr/local/include/nspr/pratom.h:125:53: note: expanded from macro
'PR_ATOMIC_INCREMENT'
#define PR_ATOMIC_INCREMENT(val) PR_AtomicIncrement(val)
^
/usr/local/include/nspr/pratom.h:28:47: note: passing argument to parameter
'val' here
NSPR_API(PRInt32) PR_AtomicIncrement(PRInt32 *val);
^
selfserv.c:1757:23: warning: passing 'PRUint32 *' (aka 'unsigned int *') to
parameter of type 'PRInt32 *' (aka 'int *') converts between pointers to
integer types with different sign [-Wpointer-sign]
PR_ATOMIC_ADD(&loggerBytesTCP, rv);
^~~~~~~~~~~~~~~
/usr/local/include/nspr/pratom.h:128:46: note: expanded from macro
'PR_ATOMIC_ADD'
#define PR_ATOMIC_ADD(ptr, val) PR_AtomicAdd(ptr, val)
^
/usr/local/include/nspr/pratom.h:63:41: note: passing argument to parameter
'ptr' here
NSPR_API(PRInt32) PR_AtomicAdd(PRInt32 *ptr, PRInt32 val);
^
selfserv.c:1770:23: warning: passing 'PRUint32 *' (aka 'unsigned int *') to
parameter of type 'PRInt32 *' (aka 'int *') converts between pointers to
integer types with different sign [-Wpointer-sign]
PR_ATOMIC_ADD(&loggerBytesTCP, rv);
^~~~~~~~~~~~~~~
/usr/local/include/nspr/pratom.h:128:46: note: expanded from macro
'PR_ATOMIC_ADD'
#define PR_ATOMIC_ADD(ptr, val) PR_AtomicAdd(ptr, val)
^
/usr/local/include/nspr/pratom.h:63:41: note: passing argument to parameter
'ptr' here
NSPR_API(PRInt32) PR_AtomicAdd(PRInt32 *ptr, PRInt32 val);
^
selfserv.c:1787:23: warning: passing 'PRUint32 *' (aka 'unsigned int *') to
parameter of type 'PRInt32 *' (aka 'int *') converts between pointers to
integer types with different sign [-Wpointer-sign]
PR_ATOMIC_ADD(&loggerBytesTCP, rv);
^~~~~~~~~~~~~~~
/usr/local/include/nspr/pratom.h:128:46: note: expanded from macro
'PR_ATOMIC_ADD'
#define PR_ATOMIC_ADD(ptr, val) PR_AtomicAdd(ptr, val)
^
/usr/local/include/nspr/pratom.h:63:41: note: passing argument to parameter
'ptr' here
NSPR_API(PRInt32) PR_AtomicAdd(PRInt32 *ptr, PRInt32 val);
^
10 warnings generated.
cc -o FreeBSD10.0_OPT.OBJ/selfserv -O2 -pipe -I/usr/local/include/nspr -fno-strict-aliasing -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I./../dist/FreeBSD10.0_OPT.OBJ/include -I./../dist/public/ -I./../dist/private/ -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I../../dist/FreeBSD10.0_OPT.OBJ/include -I../../dist/public/ -I../../dist/private/ -I../../dist/public/nss -I../../dist/public/nspr -I../../dist/public/libdbm -I../../dist/FreeBSD10.0_OPT.OBJ/../public/security -I./include -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -DNSPR20 -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I../../../dist/FreeBSD10.0_OPT.OBJ/include -I../../../dist/public/nss -I../../../dist/private/nss -I../../../dist/public/seccmd -I../../../dist/public/dbm FreeBSD10.0_OPT.OBJ/selfserv.o ../../../dist/FreeBSD10.0_OPT.OBJ/lib/libsectool.a -L../../../dist/FreeBSD10.0_OPT.OBJ/lib -lssl3 -lsmime3 -lnss3 -L../../../dist/FreeBSD10.0_OPT.OBJ/lib -lnssutil3 -L../../../dist/FreeBSD10.0_OPT.OBJ/lib -lplc4 -lplds4 -lnspr4 -pthread
cc: warning: argument unused during compilation: '-ansi'
cc: warning: argument unused during compilation: '-ansi'
cc: warning: argument unused during compilation: '-ansi'
../../coreconf/nsinstall/FreeBSD10.0_OPT.OBJ/nsinstall -R -m 775 FreeBSD10.0_OPT.OBJ/selfserv ../../../dist/FreeBSD10.0_OPT.OBJ/bin
gmake[5]: se sale del directorio `/usr/ports/security/nss/work/nss-3.17.1/nss/cmd/selfserv'
cd signtool; gmake libs
gmake[5]: se ingresa al directorio `/usr/ports/security/nss/work/nss-3.17.1/nss/cmd/signtool'
cc -o FreeBSD10.0_OPT.OBJ/signtool.o -c -O2 -pipe -I/usr/local/include/nspr -fno-strict-aliasing -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I./../dist/FreeBSD10.0_OPT.OBJ/include -I./../dist/public/ -I./../dist/private/ -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I../../dist/FreeBSD10.0_OPT.OBJ/include -I../../dist/public/ -I../../dist/private/ -I../../dist/public/nss -I../../dist/public/nspr -I../../dist/public/libdbm -I../../dist/FreeBSD10.0_OPT.OBJ/../public/security -I./include -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I../../../dist/FreeBSD10.0_OPT.OBJ/include -I../../../dist/public/nss -I../../../dist/private/nss -I../../../dist/public/seccmd signtool.c
cc -o FreeBSD10.0_OPT.OBJ/certgen.o -c -O2 -pipe -I/usr/local/include/nspr -fno-strict-aliasing -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I./../dist/FreeBSD10.0_OPT.OBJ/include -I./../dist/public/ -I./../dist/private/ -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I../../dist/FreeBSD10.0_OPT.OBJ/include -I../../dist/public/ -I../../dist/private/ -I../../dist/public/nss -I../../dist/public/nspr -I../../dist/public/libdbm -I../../dist/FreeBSD10.0_OPT.OBJ/../public/security -I./include -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I../../../dist/FreeBSD10.0_OPT.OBJ/include -I../../../dist/public/nss -I../../../dist/private/nss -I../../../dist/public/seccmd certgen.c
cc -o FreeBSD10.0_OPT.OBJ/javascript.o -c -O2 -pipe -I/usr/local/include/nspr -fno-strict-aliasing -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I./../dist/FreeBSD10.0_OPT.OBJ/include -I./../dist/public/ -I./../dist/private/ -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I../../dist/FreeBSD10.0_OPT.OBJ/include -I../../dist/public/ -I../../dist/private/ -I../../dist/public/nss -I../../dist/public/nspr -I../../dist/public/libdbm -I../../dist/FreeBSD10.0_OPT.OBJ/../public/security -I./include -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I../../../dist/FreeBSD10.0_OPT.OBJ/include -I../../../dist/public/nss -I../../../dist/private/nss -I../../../dist/public/seccmd javascript.c
cc -o FreeBSD10.0_OPT.OBJ/list.o -c -O2 -pipe -I/usr/local/include/nspr -fno-strict-aliasing -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I./../dist/FreeBSD10.0_OPT.OBJ/include -I./../dist/public/ -I./../dist/private/ -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I../../dist/FreeBSD10.0_OPT.OBJ/include -I../../dist/public/ -I../../dist/private/ -I../../dist/public/nss -I../../dist/public/nspr -I../../dist/public/libdbm -I../../dist/FreeBSD10.0_OPT.OBJ/../public/security -I./include -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I../../../dist/FreeBSD10.0_OPT.OBJ/include -I../../../dist/public/nss -I../../../dist/private/nss -I../../../dist/public/seccmd list.c
cc -o FreeBSD10.0_OPT.OBJ/sign.o -c -O2 -pipe -I/usr/local/include/nspr -fno-strict-aliasing -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I./../dist/FreeBSD10.0_OPT.OBJ/include -I./../dist/public/ -I./../dist/private/ -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I../../dist/FreeBSD10.0_OPT.OBJ/include -I../../dist/public/ -I../../dist/private/ -I../../dist/public/nss -I../../dist/public/nspr -I../../dist/public/libdbm -I../../dist/FreeBSD10.0_OPT.OBJ/../public/security -I./include -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I../../../dist/FreeBSD10.0_OPT.OBJ/include -I../../../dist/public/nss -I../../../dist/private/nss -I../../../dist/public/seccmd sign.c
cc -o FreeBSD10.0_OPT.OBJ/util.o -c -O2 -pipe -I/usr/local/include/nspr -fno-strict-aliasing -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I./../dist/FreeBSD10.0_OPT.OBJ/include -I./../dist/public/ -I./../dist/private/ -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I../../dist/FreeBSD10.0_OPT.OBJ/include -I../../dist/public/ -I../../dist/private/ -I../../dist/public/nss -I../../dist/public/nspr -I../../dist/public/libdbm -I../../dist/FreeBSD10.0_OPT.OBJ/../public/security -I./include -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I../../../dist/FreeBSD10.0_OPT.OBJ/include -I../../../dist/public/nss -I../../../dist/private/nss -I../../../dist/public/seccmd util.c
util.c:21:12: warning: returning 'const char *' from a function with result type
'char *' discards qualifiers
[-Wincompatible-pointer-types-discards-qualifiers]
return SECU_Strerror (i);
^
../../../dist/private/nss/secutil.h:41:23: note: expanded from macro
'SECU_Strerror'
#define SECU_Strerror PORT_ErrorToString
^
../../../dist/public/nss/secport.h:115:33: note: expanded from macro
'PORT_ErrorToString'
#define PORT_ErrorToString(err) PR_ErrorToString((err), PR_LANGUAGE_I_DEFAULT)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
cc -o FreeBSD10.0_OPT.OBJ/verify.o -c -O2 -pipe -I/usr/local/include/nspr -fno-strict-aliasing -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I./../dist/FreeBSD10.0_OPT.OBJ/include -I./../dist/public/ -I./../dist/private/ -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I../../dist/FreeBSD10.0_OPT.OBJ/include -I../../dist/public/ -I../../dist/private/ -I../../dist/public/nss -I../../dist/public/nspr -I../../dist/public/libdbm -I../../dist/FreeBSD10.0_OPT.OBJ/../public/security -I./include -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I../../../dist/FreeBSD10.0_OPT.OBJ/include -I../../../dist/public/nss -I../../../dist/private/nss -I../../../dist/public/seccmd verify.c
cc -o FreeBSD10.0_OPT.OBJ/zip.o -c -O2 -pipe -I/usr/local/include/nspr -fno-strict-aliasing -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I./../dist/FreeBSD10.0_OPT.OBJ/include -I./../dist/public/ -I./../dist/private/ -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I../../dist/FreeBSD10.0_OPT.OBJ/include -I../../dist/public/ -I../../dist/private/ -I../../dist/public/nss -I../../dist/public/nspr -I../../dist/public/libdbm -I../../dist/FreeBSD10.0_OPT.OBJ/../public/security -I./include -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -I../../../dist/FreeBSD10.0_OPT.OBJ/include -I../../../dist/public/nss -I../../../dist/private/nss -I../../../dist/public/seccmd zip.c
In file included from zip.c:5:
In file included from ./signtool.h:18:
../../../dist/public/nss/jar.h:162:14: error: missing ',' between enumerators
jarCertFi section.
^
,
../../../dist/public/nss/jar.h:162:22: error: expected '}'
jarCertFi section.
^
../../../dist/public/nss/jar.h:156:14: note: to match this '{'
typedef enum {
^
../../../dist/public/nss/jar.h:156:1: warning: typedef requires a name
[-Wmissing-declarations]
typedef enum {
^~~~~~~
1 warning and 2 errors generated.
gmake[5]: *** [FreeBSD10.0_OPT.OBJ/zip.o] Error 1
gmake[5]: se sale del directorio `/usr/ports/security/nss/work/nss-3.17.1/nss/cmd/signtool'
gmake[4]: *** [libs] Error 2
gmake[4]: se sale del directorio `/usr/ports/security/nss/work/nss-3.17.1/nss/cmd'
gmake[3]: *** [libs] Error 2
gmake[3]: se sale del directorio `/usr/ports/security/nss/work/nss-3.17.1/nss'
*** Error code 1
Stop.
make[2]: stopped in /usr/ports/security/nss
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/security/nss
*** Error code 1
Stop.
make: stopped in /usr/ports/security/nss
#