Changes between Initial Version and Version 1 of Ticket #37805


Ignore:
Timestamp:
Jan 27, 2013, 8:13:43 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please attach the main.log file.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37805

    • Property Owner changed from macports-tickets@… to ciserlohn@…
    • Property Keywords frameworks removed
    • Property Milestone changed from MacPorts 2.1.3 to
  • Ticket #37805 – Description

    initial v1  
    11on a 10.8.2 machine, after installing XQuartz 2.7.4, XCode 4.5.2 and MacPorts 2.1.2-10.8-MountainLion:
    22
     3{{{
    34port install git-core
     5}}}
    46fails with this error in main.log:
    57
     8{{{
    69:info:build /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -I. -Wall -O2 -I/opt/local/include -arch x86_64 git-credential-osxkeychain.c
    710:info:build git-credential-osxkeychain.c:4:10: fatal error: 'Security/Security.h' file not found
     
    912:info:build          ^
    1013:info:build 1 error generated.
     14}}}
    1115
    1216I managed to get it to build by linking various framework directories into /opt/local/include:
    1317
     18{{{
    1419  sudo ln -s /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/Security.framework/Versions/A/Headers Security
    1520  sudo ln -s /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/CoreFoundation.framework/Versions/A/Headers CoreFoundation
     21}}}
    1622
    1723I doubt was the correct fix, but it worked, and resulted in a functional git.