Bug 3351
| Summary: | 10.3.9 Build Failure: Missing SecurityNssAsn1 headers | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Christopher Schmidt <crschmidt> |
| Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 412 | ||
| Hardware: | Mac | ||
| OS: | OS X 10.3 | ||
| Bug Depends on: | |||
| Bug Blocks: | 3354 | ||
Christopher Schmidt
In file included from /Users/crschmidt/webkit/WebKit/WebCoreSupport.subproj/
WebKeyGeneration.cpp:29:
/Users/crschmidt/webkit/WebKit/WebCoreSupport.subproj/WebKeyGeneration.h:38:38:
SecurityNssAsn1/secasn1t.h: No such file or directory
/Users/crschmidt/webkit/WebKit/WebCoreSupport.subproj/WebKeyGeneration.h:40:43:
SecurityNssAsn1/X509Templates.h: No such file or directory
/Users/crschmidt/webkit/WebKit/WebCoreSupport.subproj/WebKeyGeneration.h:41:42:
SecurityNssAsn1/keyTemplates.h: No such file or directory
This may simply be due to the fact that the webkitsysteminterface.a is built for Tiger, rather than
Panther.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Roberto Avanzi
the SecurityNssAsn1 headers come from a private framework and this is indeed available on 10.3.9 -
but not the corresponding headers. where do I find them and where can I put them so that the webkit
compiles? I do not understand the connection with libWebKitSystemInterface.a
Koen van der Drift
I haven't tried it yet, but you might be able to find them here:
http://www.opensource.apple.com/darwinsource/tarballs/other/SecurityNssAsn1-
12.tar.gz
That being said, I wouldn't know where to put the headers (not at a Mac right
now).
Joost de Valk (AlthA)
We won't support building under 10.3.9 ever again. Sorry. Closing as WONTFIX.