Opened 11 years ago

Closed 11 years ago

#39848 closed defect (fixed)

git-core 1.8.3.3_0 fails to build on 10.4 PPC

Reported by: ned-deily (Ned Deily) Owned by: ci42
Priority: Normal Milestone:
Component: ports Version: 2.2.0
Keywords: tiger Cc: ryandesign (Ryan Carsten Schmidt), ballapete (Peter "Pete" Dyballa)
Port: git-core

Description

(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’

Attachments (3)

main.log (97.9 KB) - added by ned-deily (Ned Deily) 11 years ago.
2013-07-22_main5_py_default_regrtest_failures.txt (27 bytes) - added by ned-deily (Ned Deily) 11 years ago.
git-core.main.log (112.4 KB) - added by ryandesign (Ryan Carsten Schmidt) 11 years ago.

Download all attachments as: .zip

Change History (12)

Changed 11 years ago by ned-deily (Ned Deily)

Attachment: main.log added

Changed 11 years ago by ned-deily (Ned Deily)

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added; ciserlohn@… removed
Keywords: tiger added
Owner: changed from macports-tickets@… to ciserlohn@…

comment:2 Changed 11 years ago by ballapete (Peter "Pete" Dyballa)

Cc: Peter_Dyballa@… added

Cc Me!

comment:3 in reply to:  description ; Changed 11 years ago by ballapete (Peter "Pete" Dyballa)

Replying to 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 …

comment:4 in reply to:  3 Changed 11 years ago by ci42

Replying to Peter_Dyballa@…:

Replying to 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.

comment:5 Changed 11 years ago by ci42

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.

Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: git-core.main.log added

comment:6 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

It still fails... I've attached the new log.

comment:7 in reply to:  6 ; Changed 11 years ago by ci42

Replying to 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.

comment:8 in reply to:  7 Changed 11 years ago by ballapete (Peter "Pete" Dyballa)

Compilation finished, now installation proceeds…

comment:15 Changed 11 years ago by ci42

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.