Opened 6 years ago

Closed 6 years ago

#55004 closed defect (fixed)

Failed to fetch hdf5

Reported by: ilyafomin Owned by: mamoll (Mark Moll)
Priority: Normal Milestone:
Component: ports Version: 2.4.1
Keywords: Cc:
Port: hdf5

Description (last modified by mf2k (Frank Schima))

During regular update of macports ($ sudo port upgrade outdated) I faced with following messages:

--->  Computing dependencies for netcdf
--->  Fetching distfiles for netcdf
Error: Install hdf5 +mpich
Error: Failed to fetch netcdf: hdf5 +mpich not installed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_netcdf/netcdf/main.log for details.
Error: Problem while installing netcdf
Error: Follow https://guide.macports.org/#project.tickets to report a bug.

I tried to reinstall hdf5 (sudo port clean hdf5 ; sudo port install hdf5 +mpich), but this results in error:

--->  Computing dependencies for hdf5
--->  Fetching archive for hdf5
--->  Attempting to fetch hdf5-1.10.1_1+cxx+hl+mpich.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/hdf5
--->  Attempting to fetch hdf5-1.10.1_1+cxx+hl+mpich.darwin_15.x86_64.tbz2 from http://nue.de.packages.macports.org/hdf5
--->  Attempting to fetch hdf5-1.10.1_1+cxx+hl+mpich.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/hdf5
--->  Fetching distfiles for hdf5
--->  Attempting to fetch hdf5-1.10.1.tar.bz2 from http://lil.fr.distfiles.macports.org/hdf5
--->  Attempting to fetch hdf5-1.10.1.tar.bz2 from http://nue.de.distfiles.macports.org/hdf5
--->  Attempting to fetch hdf5-1.10.1.tar.bz2 from http://mse.uk.distfiles.macports.org/sites/distfiles.macports.org/hdf5
--->  Attempting to fetch hdf5-1.10.1.tar.bz2 from https://distfiles.macports.org/hdf5
--->  Attempting to fetch hdf5-1.10.1.tar.bz2 from http://fco.it.distfiles.macports.org/mirrors/macports-distfiles/hdf5
--->  Attempting to fetch hdf5-1.10.1.tar.bz2 from http://osl.no.distfiles.macports.org/hdf5
--->  Attempting to fetch hdf5-1.10.1.tar.bz2 from http://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/hdf5
--->  Attempting to fetch hdf5-1.10.1.tar.bz2 from http://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src
--->  Attempting to fetch hdf5-1.10.1.tar.bz2 from http://sea.us.distfiles.macports.org/macports/distfiles/hdf5
--->  Attempting to fetch hdf5-1.10.1.tar.bz2 from http://kmq.jp.distfiles.macports.org/hdf5
--->  Attempting to fetch hdf5-1.10.1.tar.bz2 from http://jnb.za.distfiles.macports.org/distfiles/hdf5
--->  Attempting to fetch hdf5-1.10.1.tar.bz2 from http://jog.id.distfiles.macports.org/macports/distfiles/hdf5
--->  Attempting to fetch hdf5-1.10.1.tar.bz2 from http://cjj.kr.distfiles.macports.org/hdf5
--->  Attempting to fetch hdf5-1.10.1.tar.bz2 from https://pek.cn.distfiles.macports.org/macports/distfiles/hdf5
--->  Attempting to fetch hdf5-1.10.1.tar.bz2 from http://aarnet.au.distfiles.macports.org/pub/macports/distfiles/hdf5
--->  Attempting to fetch hdf5-1.10.1.tar.bz2 from http://nou.nc.distfiles.macports.org/pub/macports/distfiles.macports.org/hdf5
--->  Attempting to fetch hdf5-1.10.1.tar.bz2 from http://her.gr.distfiles.macports.org/hdf5
Error: Failed to fetch hdf5: The requested URL returned error: 404 Not Found
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_hdf5/hdf5/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port hdf5 failed

so that only sudo port install hdf5 works.

but then netcdf refuses to install.

Attachments (1)

main.log (6.5 KB) - added by ilyafomin 6 years ago.

Download all attachments as: .zip

Change History (7)

Changed 6 years ago by ilyafomin

Attachment: main.log added

comment:1 Changed 6 years ago by mf2k (Frank Schima)

Owner: set to mamoll
Port: hdf5 added; netcdf removed
Status: newassigned

In the future, please use WikiFormatting, fill in the Port field with the port that actually fails to build and Cc that port's maintainers (port info --maintainers hdf5), if any.

comment:2 Changed 6 years ago by mf2k (Frank Schima)

Description: modified (diff)

comment:3 Changed 6 years ago by mf2k (Frank Schima)

Summary: Failed to fetch netcdf: hdf5 +mpich not installedFailed to fetch hdf5

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

I've added the file to our mirror. It should be available publicly within an hour. The maintainer should check if the port's master_sites are correct...

comment:5 Changed 6 years ago by aphor (Jeremy McMillan)

I checked master_sites. I think it should be changed http-->https

http:

works with browser, but not with command line (curl) http client. returns HTTP 404 to curl :( browsers (Chrome, Firefox) redirect to https

https:

works with both browsers and curl

comment:6 Changed 6 years ago by mamoll (Mark Moll)

Resolution: fixed
Status: assignedclosed

In aa1d6f4e48aebf158150f2868408037cb01aaa3c/macports-ports:

science/hdf5: fix master_sites. closes #55004

Note: See TracTickets for help on using tickets.