Opened 8 years ago

Closed 6 years ago

#51077 closed defect (fixed)

openmpi-devel: openmpi-dev-3727-g7523357.tar.bz2 does not exist

Reported by: artist.impressionist@… Owned by: seanfarley (Sean Farley)
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: openmpi-devel

Description (last modified by ryandesign (Ryan Carsten Schmidt))

hello,

updating ports when received this error

error:checksum org.macports.checksum for port openmpi-devel-clang38 returned: openmpi-dev-3727-g7523357.tar.bz2 does not exist in /opt/local/var/macports/distfiles/openmpi-devel
:debug:checksum Error code: NONE

this version "openmpi-dev-3727-g7523357" doesn't exist so there's nothing to download or checksum

https://www.open-mpi.org/nightly/master/

"Latest snapshot version: dev-3788-g7b803ac"

Change History (3)

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

Description: modified (diff)
Owner: changed from macports-tickets@… to sean@…
Port: openmpi-devel added; openmpi-dev removed
Summary: openmpi-dev-3727-g7523357 doesn't existopenmpi-devel: openmpi-dev-3727-g7523357.tar.bz2 does not exist

The file exists on our server. Run sudo port clean openmpi-devel-clang38 and then try again.

comment:2 Changed 8 years ago by raimue (Rainer Müller)

The problem is the webserver of open-mpi.org. The file no longer exists at their downloads, but they return a HTTP 302 redirect to a page called "/404.php", which is served with HTTP code 200. From our side, the fetch seems successful, as no error was returned.

$ curl -LI https://www.open-mpi.org/nightly/master/openmpi-dev-3727-g7523357.tar.bz2
HTTP/1.1 302 Found
Date: Thu, 07 Apr 2016 08:38:27 GMT
Server: Apache/2.2.15 (Red Hat)
X-Powered-By: PHP/5.6.19
Location: /404.php
Connection: close
Content-Type: text/html; charset=UTF-8

HTTP/1.1 200 OK
Date: Thu, 07 Apr 2016 08:38:28 GMT
Server: Apache/2.2.15 (Red Hat)
X-Powered-By: PHP/5.6.19
Connection: close
Content-Type: text/html; charset=UTF-8

Regardless of any other changes in MacPorts, the webmaster of OpenMPI should be contacted and asked to fix their webserver configuration to return a proper HTTP 404 for files which do not exist.

comment:3 Changed 6 years ago by seanfarley (Sean Farley)

Resolution: fixed
Status: newclosed

In 3bb20d86fb8ecdfa68b5bf39ea9abed425c32dc8/macports-ports:

openmpi-devel: update to newest commit

Fixes: #51077

Note: See TracTickets for help on using tickets.