Changes between Initial Version and Version 1 of Ticket #40823


Ignore:
Timestamp:
Oct 21, 2013, 9:15:11 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

It is not a problem when a URL at http://packages.macports.org does not exist. MacPorts checks there for pre-compiled binaries. If none exist, it then tries to build it locally on your system. It's only a problem if that then also fails. If it did, we need to see the main.log file of the port that failed to build—in this case py27-healpy—to know what went wrong. Please attach it. Its location is printed by the command "port logfile py27-healpy".

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40823

    • Property Owner changed from macports-tickets@… to aronnax@…
    • Property Cc ram @… macports.org removed
    • Property Summary changed from error installing lscsoft-deps to py27-healpy: build failed
    • Property Port py27-healpy added
  • Ticket #40823 – Description

    initial v1  
    11I get the following error when doing:
    22
     3{{{
    34sudo port install lscsoft-deps
    45
     
    67Error: org.macports.build for port py27-healpy returned: command execution failed
    78Error: Failed to install py27-healpy
     9}}}
    810
    911Looking at the log file, I found:
    1012
     13{{{
    1114msg:archivefetch --->  Attempting to fetch py27-healpy-1.6.3_0+openmp.darwin_12.x86_64.tbz2 from http://packages.macports.org/py27-healpy
    1215:debug:archivefetch Fetching archive failed:: The requested URL returned error: 404
     16}}}
    1317
    1418And this is exactly the case, the website "http://packages.macports.org/py27-healpy" does not exist.