Tagged Questions

Homebrew is a package manager for Mac OS X.

learn more… | top users | synonyms

58
votes
6answers
15k views

Tutorials for Wii programming

I have a Nintendo Wii, and I've got devkitpro working to load some simple programs. The example source code that I've been able to find is very simplistic, such as drawing and rotating a simple ...
44
votes
5answers
7k views

Homebrew install specific version of formula?

How do I install a specific version of a formula in homebrew? For example, postgresql-8.4.4 instead of the latest 9.0. Thanks!
23
votes
7answers
4k views

alternative source for installing git. brew install git; kernel.org Down for maintenance

i just noticed that kernel.org is Down for maintenance. is there a different formula which uses a different mirror ? or could i add a different source (like bundler?) to homebrew? thx for help!
23
votes
8answers
5k views

Programming on a Nintendo DS

I was reading this answer previously and it got me interested in purchasing a Nintendo DS Lite for learning to program embedded devices. Before I go out and splurge on a DS I had a few questions: ...
15
votes
1answer
2k views

Homebrew is generating two warnings

I use Homebrew as the package manager. I run this command: brew update But I got this error: error: unable to unlink old 'bin/brew' (Permission denied) Error: Failed while executing ...
15
votes
6answers
12k views

brew install mysql on mac os

I'm trying to setup up mysql on mac os 10.6 using Homebrew by brew install mysql 5.1.52 everything goes well and I am also successful with the mysql_install_db. However when i try to connect to the ...
9
votes
2answers
3k views

Installing in Homebrew errors

Attempting to install rvm and ruby 1.9.2 I already installed homebrew and git, but couldn't get complete updates because I kept getting permission errors. Re-installed Snow Leopard and repaired ...
9
votes
4answers
8k views

Getting “Can't connect…through socket '/tmp/mysql'” when installing MySQL on Mac OS X 10.6 with Homebrew

So I'm trying to install Mysql through homebrew, using the standard procedure: brew install mysql But running Mysql gets this well-known error: ERROR 2002 (HY000): Can't connect to local MySQL ...
7
votes
1answer
1k views

rspec errors, missing libraries after installing homebrew and uninstalling macports

I may have taken one step to far beyond my knowledge. I installed homebrew and after it continued to give me warnings about having macports installed I uninstalled that. But now my rspec tests don't ...
7
votes
1answer
833 views

How to modify a homebrew formula?

I installed imagemagick via homebrew. However, due to a bug I have with my current configuration, I need to adjust the compile flags for the formula and reinstall it. How can I accomplish this? ...
7
votes
1answer
199 views

How can I test my homebrew Nintendo Entertainment System software on real hardware?

A few years ago, I implemented an NES game as a class project, written in 6502 assembly. I only ever ran it on an NES emulator, but I would like to see it run on the real hardware. Is there any ...
6
votes
1answer
304 views

Should I _really_ remove dylibs after installing homebrew?

I just installed homebrew and saw a message from the install script that said I should consider removing the following "evil" dylibs as they might break builds. Has anyone done this? And if so, did ...
6
votes
4answers
2k views

Help to install imagemagick thro homebrew

I'm trying to get install on OSX Lion but something not working as expected. -> brew install imagemagick /usr/local/git/bin/git ==> Cloning https://github.com/adamv/ImageMagick.git Cloning ...
6
votes
1answer
502 views

Error while trying to update brew package manager

I tried to update brew: sudo brew update But I got this error: error: Your local changes to the following files would be overwritten by merge: Listing a lot of files Error: Failed ...
5
votes
2answers
742 views

How to install PIL in system library using homebrew?

In a new SnowLeopard install, I'd like to use homebrew to install PIL. However the recipe installs PIL under cellar instead of in /Library/Python/2.6/site-packages. Is there a way to change the ...
5
votes
5answers
3k views

python homebrew by default

I try to switch to Homebrew (after using fink and macport) on Mac OS X 10.6.2. I have installed python 2.7 with brew install python The problem is that, contrary to Macport, it seems that there ...
5
votes
3answers
2k views

How do I brew update a formula?

How do i update a formula? I ran brew update. Then, running brew outdated, outputs: mongodb (1.4.3-x86_64 < 1.6.5-x86_64) Thus, mongodb is outdated. How do I upgrade it? Do I just uninstall ...
4
votes
2answers
669 views

Installed memcached via homebrew, how to start and stop server?

I installed memcached via homebrew, how do I start/stop the server? I was hoping there would be a command line tool to interact with memcached to test things out before I integrate with my rails app. ...
4
votes
3answers
270 views

common sense advice about python package management on OSX for beginners

If I'm learning python development on OSX (Snow Leopard), how should I best manage my python packages? I am very excited about the large number of great python packages out there. I would love to ...
4
votes
1answer
1k views

Why isn't there any “official” PHP Formula for Homebrew

Homebrew seems to be a really powerful package manager for osx, and the amount of available formulas is really convenient, but I can't understand something : Why isn't there any PHP formula for ...
4
votes
1answer
1k views

Keg-only homebrew formulas

Today I installed the curl formula via homebrew, but after installing it (and re-sourcing the shell) i noticed that : % which curl /usr/bin/curl as a matter of fact, the output of brew install ...
4
votes
4answers
260 views

PHP Unit Testing without a framework… Possible? Advisable?

When one starts searching for PHP unit tests, one usually stumbles upon: PHPUnit. SimpleTest. A plethora of blogs explaining how to use PHPUnit and SimpleTest. StackOverflow questions about PHPUnit ...
4
votes
3answers
583 views

Problem with PostgreSQL

I'm trying load pg_trgm module to PostgreSQL, but something going wrong: $ psql -d simko_development -f /usr/local/Cellar/postgresql/9.0.2/share/contrib/pg_trgm.sql SET ...
3
votes
0answers
230 views

How can I re-install the system Ruby on Mac OS X Lion?

I installed Homebrew and it recommended that I delete the following "evil" libraries: libcvP11.dylib libcvP11LCB.dylib libfuse.2.dylib libfuse_ino64.2.dylib libgcc_s.1.dylib libgcc_s.10.4.dylib ...
3
votes
4answers
265 views

For homebrew mysql installs, where's my.cnf?

For homebrew mysql installs, where's my.cnf? Does it install one?
3
votes
1answer
584 views

homebrew install for gfortran fails for xcode 4.2

I have xcode4.2 installed and because of that, I am unable to get gfortran installed via homebrew. Here's the error: calvin$ brew -v install gfortran Homebrew 0.8 ==> Downloading ...
3
votes
1answer
332 views

How to Install boost via Homebrew?

Install boost became failure. https://gist.github.com/1186191 How can I install boost? System Version: Mac OS X 10.6.8 (10K549) Kernel Vesion: Darwin 10.8.0
3
votes
3answers
301 views

Can't compile Erlang R14B03 when trying install RabbitMQ using Homebrew on Mac OS X

I am developing a django app and it will utilize the Celery notification system. To use Celery I need the install the RabbitMQ server. I am trying to install it using homebrew. So I just: sudo brew ...
3
votes
0answers
2k views

Pros and cons of MacPorts vs. Fink vs. Homebrew? [closed]

MacPorts, Fink and Homebrew are package management systems for compiling, installing and upgrading software for Unix-like systems on OS X. Homebrew is billed as the "perfect replacement" for MacPorts ...
3
votes
3answers
528 views

Can I install Python 2.7.1 64bit along side of an exsiting 32bit install on OS X?

Short Description Is it possible to install Python 2.7.1 64/32bit from python.org on top of an existing install (from python.org) of Python 2.7.1 32bit? Background I installed the 32bit version for ...
3
votes
1answer
454 views

How do I point RVM to my Homebrew Ruby dir?

I installed Ruby 1.9.2 using homebrew, then installed RVM. I want to point RVM to the version I have in my Cellar folder. How can I make rvm --default 1.9.1 point to the one in Cellar without having ...
3
votes
3answers
768 views

Imagemagick jpeg decode delegate missing with OS X Homebrew install

I recently converted from macports to homebrew and my previous macports Imagemagick install was working fine. I followed the homebrew instructions to chown /usr/local (somewhat apprehensively) and ...
3
votes
1answer
98 views

Can I do a dry run with homebrew to see the details of what will be installed and how?

Is it possible to run in a verbose mode where it doesn't actually install the package, but just details from where and how it will be install the package?
3
votes
1answer
652 views

Easiest way to install pygtk on Mac OS X

Ideally, I would like to install pygtk using pip or Homebrew. Neither one seems to be possible. I am running Leopard.
3
votes
1answer
239 views

Is there a standard way to tell brew (homebrew package manager for Mac OS) to build combined 32/64-bit binaries?

Is there a standard way to tell brew to compile libraries with "fat" 32/64 combination libraries? I'd like to build libxml2 for combo 32/64 bit? /usr/local/lib/libxml2.dylib: Mach-O 64-bit ...
3
votes
3answers
960 views

PID error on mysql.server start?

I've just tried installing MySQL using homebrew (on Mac OS X 10.6), but I've run across an issue at the first hurdle. When trying to manually start the server (mysql.server start), I get the following ...
3
votes
2answers
3k views

brew install mysql, error when trying to stop the server

After: brew install mysql mysql_install_db and I try to stop the MySQL server: $ mysql.server stop Shutting down MySQL .. ERROR! Manager of pid-file quit without updating file. How can I fix the ...
3
votes
5answers
702 views

Nintendo DS homebrew with Ada?

Note: I know very little about the GCC toolchain, so this question may not make much sense. Since GCC includes an Ada front end, and it can emit ARM, and devKitPro is based on GCC, is it possible to ...
2
votes
1answer
107 views

Did ruby install wrong?

I followed 2 different guides to install ruby on OSX and I think I messed some things up. Now that I know what I'm doing a bit more I have a feeling something is wrong. I'd like to 'start fresh' but i ...
2
votes
2answers
346 views

PHP-FPM Stop/Reload Issues on Mac Lion (OSX 10.7)

I'm setting up php-fpm on my machine and I installed it using homebrew (specifically homebrew-alt). Everything installed fine and if I open up the terminal and type the command "php-fpm" it starts up ...
2
votes
2answers
1k views

Unable to install Git using Homebrew

I have been trying to install Git using Homebrew on OSX Lion for over a week now, with no luck. Other installs have been fine, what am I doing wrong please? MacBookPro:Rails pingu$ brew install git ...
2
votes
1answer
646 views

Python, Brew, and MySQLdb

I have been running python from a brew install. I went to install the mysql_python egg with setup tools (standard install according to mysql_python instructions) and it installed to ...
2
votes
1answer
407 views

Uninstall / remove a Homebrew package including all its dependencies

I have a Homebrew package that I wish to uninstall / remove with all its dependencies, skipping packages whom other packages depend upon. e.g. Uninstall package a which depends on packages b & c, ...
2
votes
1answer
120 views

Cannot create dylib for distribution that works on OS X 10.5 (building in 10.6 environment)

I'm trying to distribute cairo (1.10.2) with my application. I can create the necessarily dylibs using Homebrew but they are dependent on versions of other dynamic libraries that aren't present in OS ...
2
votes
3answers
5k views

Can't install Homebrew on Mac OS X Lion [closed]

I'm trying to install Homebrew on Mac OS X Lion according to these instructions which simply state to paste this in a terminal window: /usr/bin/ruby -e "$(curl -fsSL ...
2
votes
0answers
113 views

QuantLib 1.1 + SWIG + Ruby 1.9 on Mac - anyone got it working?

For starters I would like to find out whether the latest version of QuantLib 1.1 is working with it's Ruby bindings via SWIG with Ruby 1.9 on a Mac. I installed QuantLib and QuantLib-SWIG along with ...
2
votes
1answer
524 views

unable to start mysql after installing with homebrew

I have a Mac Air with OS X 10.6.8 (10K540) and homebrew 0.8. I have installed MySql with brew install mysql. I have followed the instructions given by homebrew, specifically: unset TMPDIR ...
2
votes
1answer
591 views

Installing Ruby gems not working with Home Brew

The gems I install via sudo gem install ... can't be executed (I get a command not found). They seem to install into /usr/local/Cellar/ which is Brew's install directory (also, the gems in ...
2
votes
2answers
972 views

How to install OpenCV 2.2 on OSX 10.5 32-bit for ActivePython 2.7?

The title is the whole question. I have tried homebrew with the --build32 option I have tried macports I have tried downloading the source file and compiling from scratch. All the above install ...
2
votes
3answers
221 views

wii programming

my daughter just got a wii for christmas from her parents and her father has nothing better to do than looking for ways to dive into wii programming. i already read a lot about "homebrew" and wii. but ...

1 2 3 4