[MacPorts] #39848: git-core 1.8.3.3_0 fails to build on 10.4 PPC
#39848: git-core 1.8.3.3_0 fails to build on 10.4 PPC --------------------+-------------------------------- Reporter: nad@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Keywords: | Port: git-core --------------------+-------------------------------- (with base 2.2.0) {{{ :info:build imap-send.c:33:37: error: CommonCrypto/CommonHMAC.h: No such file or directory :info:build imap-send.c: In function ‘cram’: :info:build imap-send.c:895: error: ‘CCHmacContext’ undeclared (first use in this function) :info:build imap-send.c:895: error: (Each undeclared identifier is reported only once :info:build imap-send.c:895: error: for each function it appears in.) :info:build imap-send.c:895: error: parse error before ‘hmac’ :info:build imap-send.c:910: warning: implicit declaration of function ‘CCHmacInit’ :info:build imap-send.c:910: error: ‘hmac’ undeclared (first use in this function) :info:build imap-send.c:910: error: ‘kCCHmacAlgMD5’ undeclared (first use in this function) :info:build imap-send.c:911: warning: implicit declaration of function ‘CCHmacUpdate’ :info:build imap-send.c:912: warning: implicit declaration of function ‘CCHmacFinal’ }}} -- Ticket URL: <https://trac.macports.org/ticket/39848> MacPorts <http://www.macports.org/> Ports system for OS X
#39848: git-core 1.8.3.3_0 fails to build on 10.4 PPC -----------------------+------------------------- Reporter: nad@… | Owner: ciserlohn@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: tiger Port: git-core | -----------------------+------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => ciserlohn@… * keywords: => tiger * cc: ciserlohn@… (removed) * cc: ryandesign@… (added) -- Ticket URL: <https://trac.macports.org/ticket/39848#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#39848: git-core 1.8.3.3_0 fails to build on 10.4 PPC -----------------------+------------------------- Reporter: nad@… | Owner: ciserlohn@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: tiger Port: git-core | -----------------------+------------------------- Comment (by Peter_Dyballa@…): Replying to [ticket:39848 nad@…]:
(with base 2.2.0)
{{{ :info:build imap-send.c:33:37: error: CommonCrypto/CommonHMAC.h: No such file or directory ... }}}
The file exists in Leopard: /usr/include/CommonCrypto/CommonHMAC.h … -- Ticket URL: <https://trac.macports.org/ticket/39848#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#39848: git-core 1.8.3.3_0 fails to build on 10.4 PPC -----------------------+------------------------- Reporter: nad@… | Owner: ciserlohn@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: tiger Port: git-core | -----------------------+------------------------- Comment (by ciserlohn@…): Replying to [comment:3 Peter_Dyballa@…]:
Replying to [ticket:39848 nad@…]:
(with base 2.2.0)
{{{ :info:build imap-send.c:33:37: error: CommonCrypto/CommonHMAC.h: No such file or directory ... }}}
The file exists in Leopard: /usr/include/CommonCrypto/CommonHMAC.h …
10.4 is Tiger, not Leopard. -- Ticket URL: <https://trac.macports.org/ticket/39848#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#39848: git-core 1.8.3.3_0 fails to build on 10.4 PPC -----------------------+------------------------- Reporter: nad@… | Owner: ciserlohn@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: tiger Port: git-core | -----------------------+------------------------- Comment (by ciserlohn@…): Please try again: {{{ $ sudo port selfupdate $ sudo port clean git-core $ sudo port install git-core }}} and report the result. The issue should be fixed in r108527 but I can't test it on Tiger myself. -- Ticket URL: <https://trac.macports.org/ticket/39848#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#39848: git-core 1.8.3.3_0 fails to build on 10.4 PPC -----------------------+------------------------- Reporter: nad@… | Owner: ciserlohn@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: tiger Port: git-core | -----------------------+------------------------- Comment (by ryandesign@…): It still fails... I've attached the new log. -- Ticket URL: <https://trac.macports.org/ticket/39848#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
#39848: git-core 1.8.3.3_0 fails to build on 10.4 PPC -----------------------+------------------------- Reporter: nad@… | Owner: ciserlohn@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: tiger Port: git-core | -----------------------+------------------------- Comment (by ciserlohn@…): Replying to [comment:6 ryandesign@…]:
It still fails... I've attached the new log.
Thanks for testing. Could you please try again? The fix in r108527 was useless because it used {{{platform darwin 9}}} (Leopard) instead of {{{platform darwin 8}}} (Tiger). Fixed in r108532. -- Ticket URL: <https://trac.macports.org/ticket/39848#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X
#39848: git-core 1.8.3.3_0 fails to build on 10.4 PPC -----------------------+------------------------- Reporter: nad@… | Owner: ciserlohn@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: tiger Port: git-core | -----------------------+------------------------- Comment (by Peter_Dyballa@…): Compilation finished, now installation proceeds… -- Ticket URL: <https://trac.macports.org/ticket/39848#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X
#39848: git-core 1.8.3.3_0 fails to build on 10.4 PPC -----------------------+------------------------- Reporter: nad@… | Owner: ciserlohn@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: fixed | Keywords: tiger Port: git-core | -----------------------+------------------------- Changes (by ciserlohn@…): * status: new => closed * resolution: => fixed -- Ticket URL: <https://trac.macports.org/ticket/39848#comment:15> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts