Closed
Bug 747371
Opened 13 years ago
Closed 13 years ago
PowerPC build failure: drbg.c:516:5: error: size of array ‘arg’ is negative
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: KaiE, Unassigned)
Details
gcc -o Linux3.1_ppc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/drbg.o -c -g -ansi -D_POSIX_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE -fPIC -DLINUX2_1 -Wall -Werror-implicit-function-declaration -Wno-switch -pipe -DLINUX -Dlinux -DHAVE_STRERROR -DXP_UNIX -DSHLIB_SUFFIX=\"so\" -DSHLIB_PREFIX=\"lib\" -DSHLIB_VERSION=\"3\" -DSOFTOKEN_SHLIB_VERSION=\"3\" -DRIJNDAEL_INCLUDE_TABLES -DDEBUG -UNDEBUG -DDEBUG_kaie -D_REENTRANT -DNSS_ENABLE_ECC -DNSS_ECC_MORE_THAN_SUITE_B -DUSE_UTIL_DIRECTLY -DFREEBL_NO_DEPEND -DMP_API_COMPATIBLE -I../../../../dist/Linux3.1_ppc_glibc_PTH_DBG.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss -Impi -Iecl drbg.c
drbg.c: In function ‘RNG_RandomUpdate’:
drbg.c:516:5: error: size of array ‘arg’ is negative
Reporter | ||
Comment 1•13 years ago
|
||
This was an attempted 32-bit build on a ppc64
Reporter | ||
Comment 2•13 years ago
|
||
I'm not sure if this makes sense investigating...
I'm now building 64 bit on ppc64, and it works fine.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•