Changes between Initial Version and Version 2 of Ticket #33949


Ignore:
Timestamp:
Apr 9, 2012, 8:45:01 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The main.log you attached is incomplete (contains lines saying "Skipping completed"). Please "sudo port clean subversion" and try again, then attach the new main.log.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33949

    • Property Cc blair@… added; Ryan Schmidt <ryandesign@…> removed
    • Property Summary changed from Error building Subversion 1.7.4 - Security.h can't be found. to subversion: Security.h can't be found.
    • Property Priority changed from High to Normal
    • Property Keywords subversion SVN_HAVE_KEYCHAIN_SERVICES fileNotFound Security.h removed
    • Property Milestone changed from MacPorts 2.1.0 to
    • Property Owner changed from macports-tickets@… to dluke@…
    • Property Port subversion added; subversion-1.7.4 removed
  • Ticket #33949 – Description

    initial v2  
    1 
     1{{{
    22:info:build subversion/libsvn_subr/macos_keychain.c:41:10: fatal error: 'Security/Security.h' file not found
    33:info:build #include <Security/Security.h>
     
    55:info:build 1 error generated.
    66:info:build make: *** [subversion/libsvn_subr/macos_keychain.lo] Error 1
     7}}}
    78
    89In the subversion-1.7.4.tar expanded download I see this in the file macos_keychain.c:41:10
    910
     11{{{
    1012#ifdef SVN_HAVE_KEYCHAIN_SERVICES
    1113
    1214#include <Security/Security.h>
     15}}}
    1316
    1417So it appears that SVN_HAVE_KEYCHAIN_SERVICES might be defined - seems accurate - and Security.h can't be found : How to ?