Re: NSS fails to compile on MIPS64 n32 platforms

2014-05-13 Thread Robert Relyea
On 05/13/2014 03:42 AM, Vicente Olivert Riera wrote: > Hi Paul, > > I think I have fixed the problem. > > The failure comes from this file > "mozilla/security/nss/lib/freebl/drbg.c" on the line #512, which has > an assert of the size of "size_t": > > PR_STATIC_ASSERT(sizeof(size_t) > 4) > > That li

Re: Adding unit and tests to NSS and PSM

2014-05-13 Thread Matt Wobensmith
Hi Ludo - I think this is very interesting. Thanks for starting the discussion. I think the only reason it doesn't exist is that no one with time has stepped forward to claim it. I've spoken with bsmith in the past about bringing more NSS testing in-house, but we haven't really had time to thi

Re: NSS fails to compile on MIPS64 n32 platforms

2014-05-13 Thread Vicente Olivert Riera
Hi Paul, I think I have fixed the problem. The failure comes from this file "mozilla/security/nss/lib/freebl/drbg.c" on the line #512, which has an assert of the size of "size_t": PR_STATIC_ASSERT(sizeof(size_t) > 4) That line is inside an #if/#endif block which has this form: #if defined(