#51077: openmpi-devel: openmpi-dev-3727-g7523357.tar.bz2 does not exist -------------------------------------+-------------------- Reporter: artist.impressionist@… | Owner: sean@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: openmpi-devel | -------------------------------------+-------------------- Comment (by raimue@…): 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. -- Ticket URL: <https://trac.macports.org/ticket/51077#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X