OSGeo / homebrew-osgeo4mac

Mac homebrew tap for maintaining a stable work environment for the OSGeo.org geospatial toolset
https://git.io/fhh3X
BSD 3-Clause "New" or "Revised" License
364 stars 111 forks source link

Failed to download resource osgeo-gdal-3.0.3.catalina.bottle.2.tar.gz #1364

Closed spyrostheodoridis closed 4 years ago

spyrostheodoridis commented 4 years ago

Hi,

I am trying to brew install the updated osgeo-gdal version. It seems that the version in the tap osgeo/osgeo4mac does not exist in the download repository.

$ brew tap osgeo/osgeo4mac && brew tap --repair
$ brew info osgeo-gdal
osgeo/osgeo4mac/osgeo-gdal: stable 3.0.3 (bottled), HEAD
GDAL: Geospatial Data Abstraction Library
https://www.gdal.org/
Not installed
From: https://github.com/osgeo/homebrew-osgeo4mac/blob/master/Formula/osgeo-gdal.rb
==> Dependencies
Required: pkg-config ✔, libiconv ✔, expat ✔, zlib ✔, qhull ✔, curl-openssl ✔, libpng ✔, freexl ✔, geos ✔, jpeg-turbo ✔, json-c ✔, giflib ✔, libpq ✔, sqlite ✔, pcre ✔, libtiff ✔, numpy ✔, armadillo ✔, sfcgal ✔, ant ✔, swig ✔, mdbtools ✔, libzip ✔, openssl ✔, cryptopp ✔, osgeo-libgeotiff ✔, osgeo-libspatialite ✔, osgeo-libkml ✔, osgeo-netcdf ✔, osgeo-hdf4 ✔, hdf5 ✔, cfitsio ✔, epsilon ✔, jasper ✔, libdap ✔, libxml2 ✔, openjpeg ✔, zstd ✔, webp ✔, unixodbc ✔, xerces-c ✔, xz ✔, osgeo-proj ✔, osgeo-postgresql ✔
==> Requirements
Build: java = 1.8 ✘
Required: unlinked ✔
==> Options
--with-pg10
    Build with PostgreSQL 10 client
--HEAD
    Install HEAD version
==> Caveats
Plugins for this version of GDAL/OGR, generated by other formulae, should
be symlinked to the following directory:

  /usr/local/lib/gdalplugins/3.0

You may need to set the following enviroment variable:

  export GDAL_DRIVER_PATH=/usr/local/lib/gdalplugins

PYTHON BINDINGS are now built in a separate formula: osgeo-gdal-python

$ brew install osgeo-gdal
==> Installing osgeo-gdal from osgeo/osgeo4mac
==> Downloading https://bottle.download.osgeo.org/osgeo-gdal-3.0.3.catalina.bottle.2.tar.gz
#=#=-#  #                                                                     
curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "osgeo-gdal"
Download failed: https://bottle.download.osgeo.org/osgeo-gdal-3.0.3.catalina.bottle.2.tar.gz

Thanks!