cannot build freetds-0.91RC2 with homebrew - any help would be greatly appreciated
"Tom Hoen" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <043d01cc100b$88c1f900$9a45eb00$@com> |
I am trying to install the .91RC2 version of FreeTDS using Homebrew. I currently have the .82 version installed and working well, but I understand that tiny_tds works better with .91 so wanted to give it a whirl. I modified my freetds homebrew formula to point to the .91RC2 tarball. Here are the messages that are returned after running 'brew install freetds' ==> Downloading http://www.ibiblio.org/pub/Linux/ALPHA/freetds/stable/release_candidates/f File already downloaded and cached to /Users/user/Library/Caches/Homebrew ==> ./configure --prefix=/usr/local/Cellar/freetds/0.91RC2 --with-tdsver=8.0 --enable-msdb ==> make ==> make install Making install in include make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/local/Cellar/freetds/0.91RC2/include" || .././install-sh -c -d "/usr/local/Cellar/freetds/0.91RC2/include" test -z "/usr/local/Cellar/freetds/0.91RC2/include" || .././install-sh -c -d "/usr/local/Cellar/freetds/0.91RC2/include" mkdir: /usr/local/Cellar/freetds/0.91RC2/include: File exists make[2]: *** [install-includeHEADERS] Error 1 make[2]: *** Waiting for unfinished jobs.... /usr/bin/install -c -m 644 tds_sysdep_public.h '/usr/local/Cellar/freetds/0.91RC2/include' make[1]: *** [install-am] Error 2 make: *** [install-recursive] Error 1 ==> Exit Status: 2 http://github.com/mxcl/homebrew/blob/master/Library/Formula/freetds.rb#L11 ==> Environment HOMEBREW_VERSION: 0.8 HEAD: 7caf1024645061b18363c65b45ebc076e4a5c697 HOMEBREW_PREFIX: /usr/local HOMEBREW_CELLAR: /usr/local/Cellar HOMEBREW_REPOSITORY: /usr/local HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew Hardware: quad-core 64-bit arrandale OS X: 10.6.7 Kernel Architecture: i386 Ruby: 1.8.7-174 /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby Xcode: 3.2.3 GCC-4.0: build 5494 GCC-4.2: build 5664 LLVM: build 2326 MacPorts or Fink? false X11 installed? true ==> Build Flags CC: /usr/bin/cc => /usr/bin/gcc-4.2 CXX: /usr/bin/c++ => /usr/bin/c++-4.2 LD: /usr/bin/cc => /usr/bin/gcc-4.2 CFLAGS: -O3 -w -pipe CXXFLAGS: -O3 -w -pipe MAKEFLAGS: -j4 Error: Failed executing: make install Please report this bug: https://github.com/mxcl/homebrew/wiki/new-issue Also try: `brew doctor` to check your setup for common problems. `brew missing` to check installed packages for missing deps. I have since reinstalled the .82 version without issue. I would be grateful for some advice as to why make is failing. Best, Tom