question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

We are running into some cases where brew is installing stuff that competes with our packages. We should start cleaning this stuff out so we don’t need workarounds. For instance, brew provides its own gmp, which clashes with the one we distribute. See this thread for an example of handling this problem and this issue caused by the brew gmp. Here is some code that I wrote, which would help purge brew.

Here is a list that @ocefpaf compiled of things that brew installed.

- apple-gcc42
- autoconf
- automake
- boost
- cgal
- cloog
- cloog-ppl015
- cloog018
- cmake
- freexl
- gcc
- gcc46
- gcc48
- gdal
- geos
- giflib
- gmp
- gmp4
- go
- gpp
- isl
- isl011
- jpeg
- json-c
- libgeotiff
- libgpg-error
- libksba
- liblwgeom
- libmpc
- libmpc08
- libpng
- libspatialite
- libtiff
- libtool
- libxml2
- libyaml
- lzlib
- maven
- mercurial
- mpfr
- mpfr2
- node
- openssl
- ossp-uuid
- pkg-config
- postgis
- postgresql
- ppl011
- proj
- pyenv
- readline
- sfcgal
- sqlite
- subversion
- wget
- xctool

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
pelsoncommented, Mar 28, 2016

👍 on this

Here is some code that I wrote, which would help purge brew.

rm -rf /usr/local? 😉

2reactions
jakirkhamcommented, Mar 28, 2016

So, last discussion with @msarahan on this point was that gfortran/libgfortran will need to be packaged for Mac.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is Brew cleanup? - Educative.io
Brew cleanup frees up space in macOS and Linux devices by removing old versions of formulae and small kegs of data (about 20-80...
Read more >
Housekeeping for Homebrew - Install Guide · Mac
Brew cleanup. Homebrew maintains a cache of downloaded packages so repeated installation goes faster. The command brew cleanup will remove outdated download ...
Read more >
Why does brew cleanup or brew cleanup -n don't show any ...
It's for deleting old and unused files downloaded by Homebrew during brew install . It's not for clearing old versions of Homebrew (that...
Read more >
Brew Clean | Equipment Cleanser Solution - Kegconnection
For other homebrew equipment use one tablespoons per gallon, more if items are heavily soiled or stained. Use hot tap water between 100...
Read more >
How to Clean Brewing Equipment - Northern Brewer
To prevent biofilms and caked-on scum you will want to get cleaning as soon as possible. So dump and rinse, then fill your...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found