Changes between Initial Version and Version 1 of Ticket #47249


Ignore:
Timestamp:
Mar 24, 2015, 3:17:38 PM (10 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47249

    • Property Cc cal@… added
    • Property Keywords hmake haskell removed
  • Ticket #47249 – Description

    initial v1  
    11'hmake' has failed to build, and other closed tickets on this topic haven't given me any solutions. I've attached a copy of the hmake/main.log. Here's what the command line spits out (as a root user):
    2 
    3 > port install hmake
    4 
    5 >--->  Computing dependencies for hmake
    6 
    7 >--->  Fetching archive for hmake
    8 
    9 >--->  Attempting to fetch hmake-3.14_3+ghc.darwin_14.x86_64.tbz2 from http://packages.macports.org/hmake
    10 
    11 >--->  Attempting to fetch hmake-3.14_3+ghc.darwin_14.x86_64.tbz2 from http://lil.fr.packages.macports.org/hmake
    12 
    13 >--->  Attempting to fetch hmake-3.14_3+ghc.darwin_14.x86_64.tbz2 from
    14 
    15 >http://nue.de.packages.macports.org/macports/packages/hmake
    16 
    17 >--->  Fetching distfiles for hmake
    18 
    19 >--->  Verifying checksums for hmake
    20 
    21 >--->  Extracting hmake
    22 
    23 >--->  Applying patches to hmake
    24 
    25 >--->  Configuring hmake
    26 
    27 >--->  Building hmake
    28 
    29 >Error: org.macports.build for port hmake returned: command execution failed
    30 
    31 >Please see the log file for port hmake for details:
    32 
    33  >/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_hmake/hmake/main.lo
     2{{{
     3port install hmake
     4--->  Computing dependencies for hmake
     5--->  Fetching archive for hmake
     6--->  Attempting to fetch hmake-3.14_3+ghc.darwin_14.x86_64.tbz2 from http://packages.macports.org/hmake
     7--->  Attempting to fetch hmake-3.14_3+ghc.darwin_14.x86_64.tbz2 from http://lil.fr.packages.macports.org/hmake
     8--->  Attempting to fetch hmake-3.14_3+ghc.darwin_14.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/hmake
     9--->  Fetching distfiles for hmake
     10--->  Verifying checksums for hmake
     11--->  Extracting hmake
     12--->  Applying patches to hmake
     13--->  Configuring hmake
     14--->  Building hmake
     15Error: org.macports.build for port hmake returned: command execution failed
     16Please see the log file for port hmake for details:
     17 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_hmake/hmake/main.lo
    3418g
    35 
    36 >To report a bug, follow the instructions in the guide:
    37 
    38 >    http://guide.macports.org/#project.tickets
    39 
    40 >Error: Processing of port hmake failed
     19To report a bug, follow the instructions in the guide:
     20    http://guide.macports.org/#project.tickets
     21Error: Processing of port hmake failed
     22}}}
    4123
    4224I'm using MacPorts 2.3.3, my ports are up-to-date, and I've tried port clean hmake and then installing again. I need hmake to build scientific software for work. Help please? Thank you!