Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
python-nss-0.12 build failed with error: src/py_nss.c: In function ‘RSAPSSParams_format_lines’: src/py_nss.c:4672:48: error: invalid type argument of ‘->’ (have ‘SECKEYRSAPSSParams’) src/py_nss.c:4680:48: error: invalid type argument of ‘->’ (have ‘SECKEYRSAPSSParams’) src/py_nss.c:4681:36: error: ‘pool’ undeclared (first use in this function) src/py_nss.c:4681:36: note: each undeclared identifier is reported only once for each function it appears in
Created attachment 534231 [details] build log
component version: python-2.7.2 gcc 4.5.3 nss 3.13.1
The NSS version in rawhide (3.13) turned on a compile flag that had not been exercised previously, added patch to fix. fixed in python-nss-0.12-2.fc17, built into Koji