#16041: Get git to build on OS X 10.4 PPC
----------------------------------+----------------------------
   Reporter:  kcrisman            |            Owner:
       Type:  defect              |           Status:  new
   Priority:  major               |        Milestone:  sage-6.2
  Component:  packages: standard  |         Keywords:
  Merged in:                      |          Authors:
  Reviewers:                      |  Report Upstream:  N/A
Work issues:                      |           Branch:
     Commit:                      |     Dependencies:
   Stopgaps:                      |
----------------------------------+----------------------------
 As in the summary.

 {{{
     CC http-backend.o
     LINK git-http-backend
 /usr/bin/ld: warning multiple definitions of symbol _regcomp
 libgit.a(regex.o) definition of _regcomp in section (__TEXT,__text)
 /usr/lib/libSystem.dylib(regcomp.So) definition of _regcomp
 /usr/bin/ld: warning multiple definitions of symbol _regexec
 libgit.a(regex.o) definition of _regexec in section (__TEXT,__text)
 /usr/lib/libSystem.dylib(regexec.So) definition of _regexec
 /usr/bin/ld: warning multiple definitions of symbol _regfree
 libgit.a(regex.o) definition of _regfree in section (__TEXT,__text)
 /usr/lib/libSystem.dylib(regfree.So) definition of _regfree
     CC imap-send.o
 imap-send.c:33:37: fatal error: CommonCrypto/CommonHMAC.h: No such file or
 directory
 compilation terminated.
 make[3]: *** [imap-send.o] Error 1
 Error building git.

 real    9m46.658s
 user    5m48.673s
 sys     1m46.609s
 ************************************************************************
 Error installing package git-1.8.4.4
 ************************************************************************
 }}}

 Volker says [http://trac.macports.org/ticket/39848 this macports ticket]
 has the fix, which seems reasonable.

 {{{
 #!diff
 --- a/trunk/dports/devel/git-core/Portfile
 +++ b/trunk/dports/devel/git-core/Portfile
 @@ -202,4 +202,8 @@
  }

 +platform darwin 8 {
 +    build.args-append   NO_APPLE_COMMON_CRYPTO=1
 +}
 +
  default_variants    +doc +pcre +credential_osxkeychain
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/16041>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to