Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: firefox 27 compile error (Was: Re: Re: compat linux exec arguments weirdness)



On Sun, Feb 09, 2014 at 09:41:58PM +0000, David Laight wrote:
> On Sun, Feb 09, 2014 at 08:41:56PM +0100, Onno van der Linden wrote:
> > On Sun, Feb 09, 2014 at 08:45:40AM -0800, Chuck Silvers wrote:
> > > > Looks like the implementation of AT_RANDOM messes up the
> > > > argument stack (at least for the elf32 case, can't
> > > > test the amd64 case myself).
> > > 
> > > this should be fixed now, please update and give it a try.
> > 
> > Works! Thanks very much, you can close the PR as far as I'm concerned.
> > 
> > And now on to that firefox 27 compile error ..... :-)
> 
> If that is the one to do with fxsave64, I've commited a fix.

Don't think so:

/usr/obj/www/firefox/work/mozilla-release/security/manager/ssl/src/CertVerifier.cpp:
 In member function 'SECStatus 
mozilla::psm::CertVerifier::VerifyCert(CERTCertificate*, SECCertificateUsage, 
__int64_t, nsIInterfaceRequestor*, mozilla::psm::CertVerifier::Flags, 
CERTCertList**, SECOidTag*, CERTVerifyLog*)':
/usr/obj/www/firefox/work/mozilla-release/security/manager/ssl/src/CertVerifier.cpp:245:32:
 error: 'CERT_REV_M_FORCE_POST_METHOD_FOR_OCSP' was not declared in this scope
/usr/obj/www/firefox/work/mozilla-release/security/manager/ssl/src/CertVerifier.cpp:357:30:
 error: 'CERT_REV_M_FORCE_POST_METHOD_FOR_OCSP' was not declared in this scope
gmake[3]: *** [CertVerifier.o] Error 1

security/nss/lib/certdb/certt.h on line 1112 has a define for it
and certt.h gets included in CertVerifier.h

I don't have the time right now to check further. I'll do
some more debugging tomorrow, unless someone beats me to it.

Onno


Home | Main Index | Thread Index | Old Index