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

Install issues on Mavericks #46

Closed josiekre closed 10 years ago

josiekre commented 10 years ago

Trouble installing qgis-24 with Grass on two iMacs running Mavericks.

The first (with a recent clean install of Mavericks) I was able to get installed without Grass.

The second (upgraded to Mavericks a while ago but all updates have been installed) I was still not able to install by excluding Grass.

You can find files here: https://www.dropbox.com/home/Public/qgis-24.

Note that the errors when running brew doctor come from installing R without homebrew.

Thanks for any help you can offer.

dakcarto commented 10 years ago

@josiekre Hi. Thanks for reporting. Your dropbox.com link does not work for external access as a shared link, though I think I may have fixed the issue with dbd0619.

Please do brew update and try again.

josiekre commented 10 years ago

@dakcarto Hi. I finally had a chance to try this again on both my Macs. Looks like it didn't fix it unfortunately.

Here is a link to the log files. That should be public this time. Sorry about that.

brew install grass-64 still fails on both machines. QGIS is running on the machine with the newer Mav install, aka "firstiMac." However, even brew install qgis-24 --without-grass still fails to install on the other machine (aka "secondiMac") after brew update.

I am adding the new log files to my public folder that show the results after a 'brew update' today.

dakcarto commented 10 years ago

@josiekre Thank you for uploading the logs. I will review them shortly. Homebrew provides a good means of doing this automatically: brew gist-logs --config --doctor <formula name>.

That command will upload all the bits to https://gist.github.com and offer a simple link for adding to issue posts. It's also free, so you don't have to eat up your Dropbox account space.

See: Troubleshooting on the Homebrew wiki for more info.

dakcarto commented 10 years ago

@josiekre You have several issues here.

Note: Since you are installing to two Macs, you have two options to save you from having to compile on both:

josiekre commented 10 years ago

@dakcarto Here we go:

This package contains the R framework, 64-bit GUI (R.app) and Tcl/Tk 8.6.0 X11 libraries. The latter component is optional and can be ommitted when choosing "custom install", it is only needed if you want to use the tcltk R package.

  • Installing CLT fixed the problem. QGIS is now working on both machines.
  • I will do this next time I have another install with matching hardware and OS versions.