Changes between Initial Version and Version 1 of Ticket #54784, comment 1


Ignore:
Timestamp:
Sep 9, 2017, 3:05:04 AM (7 years ago)
Author:
rickyzhang82 (Ricky Zhang)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54784, comment 1

    initial v1  
    11I believe the culprit is openssl package. But I haven't figured it out how to fix it.
     2
     3[Updated]
     4I was wrong. The true culprit is that no one compile and build from source anymore. Thus the hash didn't get updated. In my Intel Mac, it download binary directly from macport website.
     5
     6After I fixed checksum and download site from github, it can proceed to compile.
     7
     8{{{
     9github.setup        axel-download-accelerator axel 2.13.1
     10}}}
     11
     12{{{
     13checksums           rmd160  da91494471f039818b93bff76327a67c12f099bb \
     14                    sha256  e22dce8c03ad64357cbebf54f7ea76dcc7de5b707db66a4cea56c87ae6c9c079
     15}}}
     16
     17
     18Although the compile failed due to C99 problem,  that's another issue. I don't understand why macport didn't document that github.setup or download binary directly or support binary for Tiger.
     19
     20This sucks.