Skip to content

Instantly share code, notes, and snippets.

@mdix
Created March 10, 2012 19:51
Show Gist options
  • Save mdix/2012698 to your computer and use it in GitHub Desktop.
Save mdix/2012698 to your computer and use it in GitHub Desktop.
chromium 19.0.1064.0 - build fails
CC(target) out/Release/obj.target/libssl/net/third_party/nss/ssl/ssl3ext.o
net/third_party/nss/ssl/ssl3ecc.c: In function 'ssl3_FilterECCipherSuitesByServerCerts':
net/third_party/nss/ssl/ssl3ecc.c:971:7: error: 'SEC_OID_PKCS1_SHA224_WITH_RSA_ENCRYPTION' undeclared (first use in this function)
net/third_party/nss/ssl/ssl3ecc.c:971:7: note: each undeclared identifier is reported only once for each function it appears in
make: *** [out/Release/obj.target/libssl/net/third_party/nss/ssl/ssl3ecc.o] Error 1
make: *** Waiting for unfinished jobs....
@milani
Copy link

milani commented May 31, 2012

Hey I have the same problem. Could you resolve it?

@mdix
Copy link
Author

mdix commented May 31, 2012

Hi,

you can either use this patch:
https://gist.github.com/2013109

or update mozilla-nss to 3.1.3 (I asked Eric to update it and he did it ;)):
http://connie.slackware.com/~alien/slackbuilds/mozilla-nss/build/

Please give me some feedback if you were able to compile Chromium. Thanks.

Regards
Marc

@milani
Copy link

milani commented May 31, 2012

This patch only ignores the problem:))

I try to upgrade nss. I will let you know the result. thx.

@mdix
Copy link
Author

mdix commented May 31, 2012

Yeah, you can't use all features with an old nss-Installation. I patched just to test if updating nss would solve the problem.

Regards
Marc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment