Tagged Questions
0
votes
0answers
34 views
Using Brew in Fish
I'm using the Fish shell in OSX but my brew installation is broken and I'm struggling to get it working again. Below is the error I get when I try to use brew. Any ideas? If I switch shells (back to ...
0
votes
1answer
50 views
Installed Git via homebrew on OSX , man file problems, other potential problems?
I installed Git via homebrew, on OSX 10.8, with an already existing version of Git. The new version wouldn't show up, so I renamed the old git files (git, gitk etc...)in /usr/bin , to *-old. Now the ...
0
votes
0answers
292 views
Octave Install Error on Mac OSX 10.7.5 (using homebrew)
I am trying to install octave on my mac air
I have updated my homebrew, as is my XCode and its command line tools.
Here is the error I am getting:
==> Using Homebrew-provided fortran compiler.
...
5
votes
1answer
2k views
PostgreSQL homebrew installation lacks config files
So I successfully installed PostgreSQL 9.1 on MacOSX Lion. Unlike people say, I didn't have to change the PATH and no other version of PostgreSQL was installed on the system ($ psql --version
shows ...
1
vote
0answers
418 views
GNUPLOT on Lion using Homebrew
After upgrading to OSX 10.7.4 I had to reinstall GNUPLOT which is always a hassle. I decided that I would try Homebrew instead of Fink or MacPorts.
Ofcourse, before installing Homebrew one needs the ...
4
votes
1answer
2k views
Trying to install MySQL, lots of brew doctor errors
In OS X Lion I couldn't install mysql. I get this when typing brew install mysql
Error: You must `brew link cmake' before mysql can be installed
so then I type brew link cmake ...
8
votes
1answer
5k views
Errors in Homebrew on OS X Lion
I just ran the Homebrew script as described in the installation page. I then ran brew doctor in Terminal, and it returned several errors. I'm not sure how to fix those errors, please help.
brew ...
2
votes
2answers
1k views
upgraded local git on Lion, now what?
I reformatted my machine with Lion which had this default version of git:
$ git --version
git version 1.7.7.5 (Apple Git-26)
I decided to upgrade git so I did:
$ brew install git
==> ...
1
vote
0answers
31 views
Adding my own dylibs to homebrew
I'm trying to install liberate, which I want to put in /usr/local/lib. However, when I do this, homebrew complains about a Unbrewed dylibs were found in /usr/local/lib.
What's the best way to add my ...
1
vote
0answers
681 views
Running Postgresql on OSX
I'm trying to install Postgresql on OSX Lion. I'm using Homebrew, so my installation consisted of doing
brew install postgresql
initdb /usr/local/var/postgres
Now when I try to start ...
3
votes
1answer
318 views
Macports to Homebrew conflicts?
I am currently using MacPorts on Lion but thinking of switching to Homebrew.
There is a suggestion that installing to /usr/local causes
problems and ~/.homebrew would be an alternative. Can I ...
6
votes
1answer
559 views
brew link jpeg issues
I am trying to install opencv on Mac OSX Lion.
brew install opencv
I get the following error (and a few other similar ones)
Error: The linking step did not complete successfully
The formula built, ...
7
votes
1answer
5k views
Homebrew doesn't find XCode 4.3
When I try to install something with homebrew I get an error message that it does not find XCode. But I just installed XCode 4.3 and also did a reboot.
admins-MacBook-Pro-2:~ ernst$ brew install ...
1
vote
0answers
196 views
How to install R with homebrew with Java support?
I have been trying to install the R language with Homebrew but when I install Java packages like iplots I get the following error:
* installing *source* package ‘iplots’ ...
** R
** inst
** preparing ...
2
votes
1answer
2k views
“Could not resolve host: github.com” error while updating Homebrew after installing git
I'm using OS X Lion (10.7.2).
I installed Homebrew on my Mac, and I executed the command below.
$ brew install git
and then:
$ brew update
error: Could not resolve host: github.com; nodename nor ...
1
vote
1answer
1k views
Installing Ruby with Homebrew
I'm trying to install Ruby 1.9 using Homebrew. I'm using Mac OS X Lion, so Ruby 1.8.7 is installed by default.
I've got Homebrew installed at /usr/local/bin/brew (well that's what it says if I run ...
7
votes
4answers
2k views
Homebrew keeps saying XCode is not installed
I'm trying to installed Ruby using Homebrew, the OSX package manager.
When I run 'brew install ruby' I keep getting the message 'Warning: XCode is not installed!'. XCode is installed, it's lying.
...
1
vote
1answer
554 views
Using PostgreSQL on Mac OS X Lion
I just got a new Mac with Lion installed on it. I then installed Xcode (4.1 through the App Store). Next, I installed Homebrew and I was about to do brew install postgresql like I had done on Snow ...
6
votes
2answers
6k views
How do you re-install a package with Homebrew (Mac)?
Struggling to find good Homebrew documentation (or tutorial)...
In the mean time I need to reinstall ImageMagick that was installed with Homebrew (brew install imagemagick) and not sure if I should ...