Skip to content

Instantly share code, notes, and snippets.

@le23petit
Created October 8, 2012 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save le23petit/3854896 to your computer and use it in GitHub Desktop.
Save le23petit/3854896 to your computer and use it in GitHub Desktop.
First-time gist user -- sorry if I make mistakes in reporting.
Basic issue: I can get Homebrew to install software from any website except Sourceforge (specifically this website: http://sourceforge.net/projects/machomebrew/files/Bottles/). Installing other software may require dependencies that are found on this website (i.e. cmake, pkg-config) and the typical installation of such software fails.
I've been through the usual procedures. My 'brew update' says I'm already up-to-date. The output of brew doctor and the install are the following:
```
Joachims-Mac-Pro:Homebrew joachimherz$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install cmake
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.9.mountainlion.bottle.tar.gz
/usr/bin/curl -qf#LA Homebrew 0.9.3 (Ruby 1.8.7-358; Mac OS X 10.8.2) https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.9.mountainlion.bottle.tar.gz -o /Library/Caches/Homebrew/cmake-2.8.9.mountainlion.bottle.tar.gz
curl: (7) couldn't connect to host
Error: Download failed: https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.9.mountainlion.bottle.tar.gz
Joachims-Mac-Pro:Homebrew joachimherz$ brew doctor
Your system is raring to brew.
````
I can provide config.log if needed. My versions of XCode and the CTL are the latest (v. 4.5).
Other info which may or may not be useful:
ProductName: Mac OS X
ProductVersion: 10.8.2
BuildVersion: 12C54
Processor: 2 x 2.4 GHz 6-Core Intel Xeon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment