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 112 forks source link

osgeo-gdal brew install fails #1396

Closed alejandrofcarrera closed 3 years ago

alejandrofcarrera commented 3 years ago

Describe the bug

For Mac OS Catalina.

After these commands the URL is not the same than the official download repository. Seems like it is a misspelling on the configuration or Formula script file.

The URL to be downloaded is the following one: https://bottle.download.osgeo.org/osgeo-gdal-3.1.2_2.catalina.bottle.1.tar.gz but it is trying to download https://bottle.download.osgeo.org/osgeo-gdal-3.1.2_2.catalina.bottle.tar.gz

Steps to reproduce the behavior

brew unlink gdal brew tap osgeo/osgeo4mac && brew tap --repair brew install osgeo-gdal

JesusFdezDav commented 3 years ago

Just subscribing to what my colleague said and adding a correction, the steps to reproduce the behavior are as follows:

brew unlink gdal brew tap osgeo/osgeo4mac && brew tap --repair brew install gdal2

alazarolop commented 3 years ago

Hi all, the formula you are trying to install no longer exists. The new one is osgeo-gdal, have you tried it?

alejandrofcarrera commented 3 years ago

Yes.

I copied and pasted badly, but the one is failing is that one osgeo-gdal.

The issue was updated.

Thanks for the quick reply

alazarolop commented 3 years ago

You are welcome. I think it was my mistake 6ed262e811bf1934e9102acebd7daebe4bc82dc7. Can you try it again?

JesusFdezDav commented 3 years ago

Brilliant! It did the trick. Thanks again for the quick reply