mxcl / homebrew
- Source
- Commits
- Network (379)
- Issues (180)
- Wiki (14)
- Graphs
-
Branch:
master
-
Failure on the 'make install' step. Attaching verbose output (my username replaced with [USER])...
$ brew install -v git ==> Build Environment PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/bin/:/usr/X11R6/bin
CFLAGS: -O4 -march=core2 -mmmx -msse4.1 -w -pipe
MAKEFLAGS: -j2
CC: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
CXX: /Developer/usr/llvm-gcc-4.2/bin/llvm-g++-4.2
==> Downloading http://kernel.org/pub/software/scm/git/git-1.6.5.7.tar.bz2 File already downloaded and cached to /Users/[USER]/Library/Caches/Homebrew
/usr/bin/tar xf /Users/[USER]/Library/Caches/Homebrew/git-1.6.5.7.tar.bz2 ==> ./configure --prefix=/usr/local/Cellar/git/1.6.5.7 ./configure --prefix=/usr/local/Cellar/git/1.6.5.7 configure: Setting lib to 'lib' (the default)
configure: Will try -pthread then -lpthread to enable POSIX Threads.
configure: CHECKS for site configuration
configure: CHECKS for programs
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc-4.2 accepts -g... yes
checking for gcc-4.2 option to accept ISO C89... none needed
checking if linker supports -R... no
checking if linker supports -Wl,-rpath,... yes
checking for gar... no
checking for ar... ar
checking for gtar... no
checking for tar... tar
checking for asciidoc... no
configure: CHECKS for libraries
checking for SHA1_Init in -lcrypto... yes
checking for curl_global_init in -lcurl... yes
checking for XML_ParserCreate in -lexpat... yes
checking for iconv in -lc... no
checking for iconv in -liconv... yes
checking for deflateBound in -lz... yes
checking for socket in -lc... yes
checking for hstrerror in -lc... yes
checking for basename in -lc... yes
configure: CHECKS for header files
checking how to run the C preprocessor... gcc-4.2 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for old iconv()... no
configure: CHECKS for typedefs, structures, and compiler characteristics
checking for struct dirent.d_ino... yes
checking for struct dirent.d_type... yes
checking for struct sockaddr_storage... yes
checking for struct addrinfo... yes
checking for getaddrinfo... yes
checking for library containing getaddrinfo... none required
checking whether formatted IO functions support C99 size specifiers... yes
checking whether system succeeds to read fopen'ed directory... no
checking whether snprintf() and/or vsnprintf() return bogus value... no
configure: CHECKS for library functions
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking for strcasestr... yes
checking for library containing strcasestr... none required
checking for memmem... no
checking for strlcpy... yes
checking for library containing strlcpy... none required
checking for uintmax_t... yes
checking for strtoumax... yes
checking for library containing strtoumax... none required
checking for setenv... yes
checking for library containing setenv... none required
checking for unsetenv... yes
checking for library containing unsetenv... none required
checking for mkdtemp... yes
checking for library containing mkdtemp... none required
checking for mkstemps... yes
checking for library containing mkstemps... none required
checking Checking for POSIX Threads with '-pthread'... yes
configure: creating ./config.status
config.status: creating config.mak.autogen
==> make install make install
GIT_VERSION = 1.6.5.7
* new build flags or prefix GEN git-am GEN git-bisect GEN git-difftool--helper GEN git-filter-branch GEN git-lost-found GEN git-merge-octopus GEN git-merge-one-file GEN git-merge-resolve GEN git-mergetool GEN git-mergetool--lib GEN git-parse-remote GEN git-pull GEN git-quiltimport GEN git-rebase--interactive GEN git-rebase GEN git-repack GEN git-request-pull GEN git-sh-setup GEN git-stash GEN git-submodule GEN git-web--browse SUBDIR perl/usr/bin/perl Makefile.PL PREFIX='/usr/local/Cellar/git/1.6.5.7'
GEN gitweb/gitweb.cgi GEN common-cmds.hOnly one of PREFIX or INSTALL_BASE can be given. Not both.
make[1]: [perl.mak] Error 255
make: [perl/perl.mak] Error 2
make: *** Waiting for unfinished jobs....
http://github.com/mxcl/homebrew/blob/master/Library/Formula/git.rb#L23
==> Environment HOMEBREW_VERSION: 0.5
HEAD:
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_CACHE: /Users/[USER]/Library/Caches/Homebrew
HOMEBREW_REPOSITORY: /usr/local
: /usr/local/Library/Homebrew Hardware: dual-core 64-bit penryn
OS X: 10.6.2
Kernel Architecture: i386
Ruby: 1.8.7-72
GCC-4.2: build 5646
LLVM: build 2206
MacPorts or Fink? false
Exit status: 2
Error: Failure while executing: make install
Comments
-
Whenever I install any formula, I get the following message:
..."RubyCocoa could not be loaded, therefore checking for spill is disabled. When using a custom Ruby installation, you'll need to install RubyCocoa.
If this is not the case, see if the following ticket applies, or create one."...I installed Homebrew using "curl -L http://github.com/mxcl/homebrew/tarball/master | tar xz --strip 1 -C /usr/local"
The install worked without issue. My previous issue of Ruby was through MacPorts.
I then installed Ruby using "brew install ruby". Again no problems there other than the RubyCocoa message.Running "which ruby" and "ruby -v" all return the appropriate values for the brew Ruby install.
To fix the problem, I have tried the following, rebooting each time:
I installed RubyCocoa 0.13.2, by following the instructions posted here: http://makevoid.tumblr.com/post/192573573/comment-install-rubycocoa-on-snow-leopard
I installed RubyCocoa-1.0.1-OSX10.6.dmgI've tried looking at the Issue #37 for an answer but couldn't get anywhere. Sorry if this is somehow redundant.
Comments
I ended up going with the nuclear option of uninstalling and reinstalling everything (including MacPorts and RubyCocoa). It appears to be working now. Thank you though.
Yeah that would do it. For anyone else's reference, the bug is because your system has other ruby(s) installed.
RubyCocoa comes pre-installed with the Ruby installation on 1.5 and 10.6. However, if you install your own Ruby in a different location, through MacPorts or Homebrew, you have to install RubyCocoa from source. Trying to use the installer as you did would install it in the default location, not the Ruby you've build yourself.
-
Here's what happens:
~/.homebrew/Library > brew install unrar /Users/ali/.homebrew/Library/Formula/unrar.rb:3: warning: already initialized constant ALL_CPP ==> Downloading http://www.rarlab.com/rar/unrarsrc-3.9.4.tar.gz File already downloaded and cached to /Users/ali/Library/Caches/Homebrew ==> g++ -O3 -march=nocona -mfpmath=sse -mmmx -msse4.1 -w -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE all.cpp -o unrar cc1plus: error: invalid option ‘sse4.1’ http://github.com/mxcl/homebrew/blob/master/Library/Formula/unrar.rb#L60 ==> Environment HOMEBREW_VERSION: 0.5 HEAD: HOMEBREW_PREFIX: /Users/ali/.homebrew HOMEBREW_CELLAR: /Users/ali/.homebrew/Cellar HOMEBREW_CACHE: /Users/ali/Library/Caches/Homebrew HOMEBREW_REPOSITORY: /Users/ali/.homebrew HOMEBREW_LIBRARY_PATH: /Users/ali/.homebrew/Library/Homebrew Hardware: dual-core 64-bit penryn OS X: 10.5.8 Kernel Architecture: i386 Ruby: 1.8.6-287 GCC-4.2: build 5577 LLVM: N/A MacPorts or Fink? false Exit status: 1 Error: Failure while executing: g++ -O3 -march=nocona -mfpmath=sse -mmmx -msse4.1 -w -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE all.cpp -o unrar Please report this bug at http://github.com/mxcl/homebrew/issues ~/.homebrew/Library >Comments
Proposed fix (not tested on 10.5):
d0k/homebrew@492276d -
Hey guys, just starting to use homebrew here (switching from fink), loving it!
An issue with tex-live formula installation though:Error: Failure while executing: curl -f#LA Homebrew 0.5 (Ruby 1.8.7-72; Mac OS X 10.6.2) http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-configure?rev=HEAD;content-type=text%2Fplain -o 002-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-libs_configure?rev=HEAD;content-type=text%2Fplain -o 003-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-libs_graphite-engine_configure?rev=HEAD;content-type=text%2Fplain -o 004-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-libs_icu-xetex_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 005-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-libs_lua51_lcoco_c?rev=HEAD;content-type=text%2Fplain -o 006-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-libs_lua51_lcoco_h?rev=HEAD;content-type=text%2Fplain -o 007-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_afm2pl_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 008-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_bibtex8_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 009-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_cjkutils_conv_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 010-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_cjkutils_hbf2gf_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 011-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_cjkutils_scripts_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 012-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_dtl_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 013-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_dvidvi_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 014-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_dviljk_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 015-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_dvipdfm_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 016-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_dvipng_configure?rev=HEAD;content-type=text%2Fplain -o 017-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_dvipos_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 018-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_dvipsk_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 019-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_gsftopk_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 020-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_kpathsea_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 021-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_kpathsea_texmf_cnf?rev=HEAD;content-type=text%2Fplain -o 022-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_lacheck_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 023-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_make_man_mk?rev=HEAD;content-type=text%2Fplain -o 024-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_makeindexk_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 025-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_musixflx_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 026-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_ps2pkm_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 027-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_seetexk_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 028-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_tetex_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 029-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_tex4htk_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 030-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_texlive_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 031-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_texlive_linked_scripts_texdoc_tlu?rev=HEAD;content-type=text%2Fplain -o 032-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_ttf2pk_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 033-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_web2c_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 034-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_web2c_alephdir_aleph_mk?rev=HEAD;content-type=text%2Fplain -o 035-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_web2c_configure?rev=HEAD;content-type=text%2Fplain -o 036-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_web2c_doc_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 037-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_web2c_luatexdir_luatex_mk?rev=HEAD;content-type=text%2Fplain -o 038-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_web2c_mpware_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 039-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_web2c_omegadir_omega_mk?rev=HEAD;content-type=text%2Fplain -o 040-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_web2c_omegafonts_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 041-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_web2c_otps_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 042-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_web2c_pdftexdir_pdftex_mk?rev=HEAD;content-type=text%2Fplain -o 043-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_xdvik_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 044-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_xdvipdfmx_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 045-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-texk_xdvipdfmx_configure?rev=HEAD;content-type=text%2Fplain -o 046-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-utils_dialog_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 047-homebrew.diff http://www.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/patches/patch-utils_tpic2pdftex_Makefile_in?rev=HEAD;content-type=text%2Fplain -o 048-homebrew.diff
Thanks and keep up the awesome work!
Comments
-
The formula looks fine, but:
$ brew install fossil Downloading http://www.fossil-scm.org/download/fossil-src-2009111116211
curl: (22) The requested URL returned error: 404
Error: Failure while executing: curl -f#LA Homebrew 0.5 (Ruby 1.8.7-72; Mac OS X 10.6.2) http://www.fossil-scm.org/download/fossil-src-20091111162119.tar.gz -o /Users/peter/Library/Caches/Homebrew/fossil-20091111162119.tar.gzComments
the download 404's. fixed in my branch: http://github.com/dschobel/homebrew/tree/308
-
Error: uninitialized constant Mplayer::HOMEBREW_SAFE_CFLAGS
1 comment Created 4 days ago by falfaro$ ./homebrew/bin/brew install mplayer ==> Downloading http://pkgconfig.freedesktop.org/releases/pkg-config-0.23.tar.gz
100.0%==> ./configure --with-pc-path=/opt/homebrew/lib/pkgconfig:/usr/local/lib/pkgcon ==> make install /opt/homebrew/Cellar/pkg-config/0.23: 7 files, 212K, built in 50 seconds ==> Checking out svn://svn.mplayerhq.hu/mplayer/trunk Error: uninitialized constant Mplayer::HOMEBREW_SAFE_CFLAGS
Please report this bug at http://github.com/mxcl/homebrew/issues
/opt/homebrew/Library/Formula/mplayer.rb:18:ininstall' /opt/homebrew/Library/Homebrew/install.rb:89:ininstall' /opt/homebrew/Library/Homebrew/formula.rb:203:inbrew' /opt/homebrew/Library/Homebrew/formula.rb:367:instage' /opt/homebrew/Library/Homebrew/formula.rb:334:inmktemp' /opt/homebrew/Library/Homebrew/formula.rb:365:instage' /opt/homebrew/Library/Homebrew/formula.rb:198:inbrew' /opt/homebrew/Library/Homebrew/install.rb:76:ininstall' /opt/homebrew/Library/Homebrew/install.rb:39 /opt/homebrew/Library/Formula/mplayer.rb:29Comments
-
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse3 -w -pipe -Wall -o irssi gui-entry.o gui-expandos.o gui-printtext.o gui-readline.o gui-windows.o lastlog.o mainwindows.o mainwindow-activity.o mainwindows-layout.o statusbar.o statusbar-config.o statusbar-items.o term.o term-dummy.o term-terminfo.o terminfo-core.o textbuffer.o textbuffer-commands.o textbuffer-view.o irssi.o module-formats.o ../fe-common/irc/libfe_common_irc.a ../fe-common/irc/dcc/libfe_irc_dcc.a ../fe-common/irc/notifylist/libfe_irc_notifylist.a ../fe-common/core/libfe_common_core.a ../irc/libirc.a ../irc/core/libirc_core.a ../irc/dcc/libirc_dcc.a ../irc/flood/libirc_flood.a ../irc/notifylist/libirc_notifylist.a ../core/libcore.a ../lib-config/libirssi_config.a ../perl/.libs/libperl_core_static.a ../perl/.libs/libfe_perl_static.a -L/opt/local/lib -L/usr/local/lib -L/opt/local/lib/perl5/5.8.9/darwin-2level/CORE -lperl -ldl -lm -lutil -L/usr/local/Cellar/glib/2.20.5/lib -L/usr/local/Cellar/gettext/0.17/lib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libglib-2.0.dylib -lresolv /opt/local/lib/libintl.dylib /opt/local/lib/libiconv.dylib -lc -lssl -lcrypto -lz -lncurses call out of range from _Perl_Gv_AMupdate (100006D30) in /opt/local/lib/perl5/5.8.9/darwin-2level/CORE/libperl.a(gv.o) to cstring=??? (0) in /opt/local/lib/perl5/5.8.9/darwin-2level/CORE/libperl.a(gv.o) ld: rel32 out of range in _Perl_Gv_AMupdate from /opt/local/lib/perl5/5.8.9/darwin-2level/CORE/libperl.a(gv.o) collect2: ld returned 1 exit status make[3]: *** [irssi] Error 1 make[2]: *** [install-recursive] Error 1 make[1]: *** [install-recursive] Error 1 make: *** [install] Error 2 http://github.com/mxcl/homebrew/blob/master/Library/Formula/irssi.rb#L18 ==> Environment HOMEBREW_VERSION: 0.5 HEAD: <a href="/mxcl/homebrew/commit/34dc7b7068f4535429662e061a5a1948269c2f04">34dc7b7</a> HOMEBREW_PREFIX: /usr/local HOMEBREW_CELLAR: /usr/local/Cellar HOMEBREW_CACHE: /Users/sloveless/Library/Caches/Homebrew HOMEBREW_REPOSITORY: /usr/local HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew Hardware: dual-core 64-bit core2 OS X: 10.6.2 Kernel Architecture: i386 Ruby: 1.8.7-72 GCC-4.2: build 5646 LLVM: build 2206 MacPorts or Fink? /opt/local/bin/port Exit status: 2 Error: Failure while executing: make installComments
it builds for me on the following config:
HOMEBREW_VERSION: 0.5
HEAD: 34dc7b7
Hardware: dual-core 64-bit core2
OS X: 10.6.2
Kernel Architecture: i386
Ruby: 1.8.7-72
GCC-4.2: build 5646
LLVM: build 2206
MacPorts or Fink? falseIt looks like in your case it's linking against macports or fink cruft in /opt/local
turboladen
Sun Dec 27 20:17:53 -0800 2009
| link
Ah ok. I deactivated both perl5 and perl5.8 in macports, re-ran the install and it went fine.
-
Mplayer: Error: uninitialized constant Mplayer::HOMEBREW_SAFE_CFLAGS
1 comment Created 5 days ago by viledaError: uninitialized constant Mplayer::HOMEBREW_SAFE_CFLAGS
Please report this bug at http://github.com/mxcl/homebrew/issues
/usr/local/Library/Formula/mplayer.rb:18:ininstall' /usr/local/Library/Homebrew/install.rb:89:ininstall' /usr/local/Library/Homebrew/formula.rb:203:inbrew' /usr/local/Library/Homebrew/formula.rb:367:instage' /usr/local/Library/Homebrew/formula.rb:334:inmktemp' /usr/local/Library/Homebrew/formula.rb:365:instage' /usr/local/Library/Homebrew/formula.rb:198:inbrew' /usr/local/Library/Homebrew/install.rb:76:ininstall' /usr/local/Library/Homebrew/install.rb:39 /usr/local/Library/Formula/mplayer.rb:29Comments
-
SHA: 63c1ca9
Some software stills comes as a tar.Z.
The above commit adds the necessary changes to download_strategy.rb to support these with brew.Comments
-
Missing dependency with github gem (trivial doc issue)
1 comment Created 5 days ago by eblotIn page http://wiki.github.com/mxcl/homebrew/contributing, it seems installing github gem requires the "json" gem, which is not defined as a dependency.
Homebrew is unlikely to be the proper project to report this error, but it may be worth adding to the page section that json is a required dependency (till the github gem is fixed?)
Comments
-
This was my second brew install, and first error. I'm not sure what to report other than
On a MacBook Pro with Snow Leopard, I tried to install mplayer:
100,0%
Prospero:Downloads perdalum$ brew install mplayer
==> Downloading http://pkgconfig.freedesktop.org/releases/pkg-config-0.23.tar.gz==> ./configure --with-pc-path=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:/usr/X11/lib/pkgconfig --disable-debug -- ==> make install /usr/local/Cellar/pkg-config/0.23: 7 files, 212K, built in 41 seconds ==> Checking out svn://svn.mplayerhq.hu/mplayer/trunk Error: uninitialized constant Mplayer::HOMEBREW_SAFE_CFLAGS
Please report this bug at http://github.com/mxcl/homebrew/issues
/usr/local/Library/Formula/mplayer.rb:18:ininstall' /usr/local/Library/Homebrew/install.rb:89:ininstall' /usr/local/Library/Homebrew/formula.rb:203:inbrew' /usr/local/Library/Homebrew/formula.rb:367:instage' /usr/local/Library/Homebrew/formula.rb:334:inmktemp' /usr/local/Library/Homebrew/formula.rb:365:instage' /usr/local/Library/Homebrew/formula.rb:198:inbrew' /usr/local/Library/Homebrew/install.rb:76:ininstall' /usr/local/Library/Homebrew/install.rb:39 /usr/local/Library/Formula/mplayer.rb:29Comments
-
Error: undefined method `<' for nil:NilClass
3 comments Created 5 days ago by nileshashraJust installed homebrew on OS X 10.5.8, and attempting to install anything gives me the following:
Error: undefined method `<' for nil:NilClass
Please report this bug at http://github.com/mxcl/homebrew/issues
/usr/local/bin/brew:225Comments
The gcc/llvm build version checks explicitly look for 4.2; if 4.2 isn't installed (ie, way old Xcode version) on 10.5, then we get a nil instead of a build number.
This patch addresses this:
http://github.com/adamv/homebrew/commit/7cec6da5b122f47e7f1ddcf41551ab03f4b45977
-
`brew search` fails when it can't find a package:
1 comment Created 6 days ago by mattlyas seen on my command line:
mattly@Selene ~ > brew search narwhal
Error: undefined methodlength' for nil:NilClass<br/> Please report this bug at http://github.com/mxcl/homebrew/issues<br/> /usr/local/Library/Homebrew/utils.rb:111:inputs_columns' /usr/local/bin/brew:111 mattly@Selene ~ > brew search jkghal
Error: undefined methodlength' for nil:NilClass<br/> Please report this bug at http://github.com/mxcl/homebrew/issues<br/> /usr/local/Library/Homebrew/utils.rb:111:inputs_columns' /usr/local/bin/brew:111Comments
-
brew install mplayer
==> Checking out svn://svn.mplayerhq.hu/mplayer/trunk
Error: uninitialized constant Mplayer::HOMEBREW_SAFE_CFLAGS
Please report this bug at http://github.com/mxcl/homebrew/issues
/usr/local/Library/Formula/mplayer.rb:18:in `install'
/usr/local/Library/Homebrew/install.rb:89:in `install'
/usr/local/Library/Homebrew/formula.rb:203:in `brew'
/usr/local/Library/Homebrew/formula.rb:367:in `stage'
/usr/local/Library/Homebrew/formula.rb:334:in `mktemp'
/usr/local/Library/Homebrew/formula.rb:365:in `stage'
/usr/local/Library/Homebrew/formula.rb:198:in `brew'
/usr/local/Library/Homebrew/install.rb:76:in `install'
/usr/local/Library/Homebrew/install.rb:39
/usr/local/Library/Formula/mplayer.rb:29
Comments
-
When I tried to install Go, I got the following error:
Exit status: 2 Error: Failure while executing: ./all.bash
I have the debug info to http://gist.github.com/261017
Environment:
==> Environment HOMEBREW_VERSION: 0.5 HEAD: e2ac1fa HOMEBREW_PREFIX: /usr/local HOMEBREW_CELLAR: /usr/local/Cellar HOMEBREW_CACHE: /Users/kimjoar/Library/Caches/Homebrew HOMEBREW_REPOSITORY: /usr/local HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew Hardware: dual-core 64-bit penryn OS X: 10.6.2 Kernel Architecture: i386 Ruby: 1.8.7-72 GCC-4.2: build 5646 LLVM: build 2206 MacPorts or Fink? /opt/local/bin/port
But it seems to use the wrong Ruby version:
Cerf:Users kimjoar$ ruby -v ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-darwin10.0.0]
Comments
Indeed if you could try
ENV.deparallelizeat the top ofdef installin the go formula (brew edit go), then we can see if that fixes it.I did just test
brew install gohere on my 10.5 box and it worked with two make jobs.
kjbekkelund
Mon Dec 21 09:47:27 -0800 2009
| link
The install worked when I added
ENV.deparallelize. Thanks!Go won't install with multiple make jobs
Closed by f3a314f.
Max, I'm noticing some stuff works fine w/ 2 jobs but breaks with more. In this specific example, Go compiles fine on my 2 core Air but bombs on my beefy Mac Pro.
Maybe we need a max job limit?
Oh man, this sucks. Yeah perhaps we should limit to two jobs.
Perhaps a command line switch to use more than 2 jobs, and then for types like yourself who know it's there we can let you test it and commit something on the formula if it works. Something like:
class Foo < Formula max_parallelism 4 endDefaulting to 2. I would say set this on ENV like we do normally. But probably we should start doing more things with a DSL syntax anyway to be more Rubylike. Setting properties on the ENV has some negative effects anyway. Like we haven't got access to this information outside of the install function.
I should have some work coming in January, so eventually I can get a mac pro myself and test more formula as we go.
I would advocate us fixing the build systems of broken packages. But if the devs themselves aren't using > 4 core then these things are bound to break regularly. Not setting dependency information correctly in Makefiles is surprisingly common.
-
It looks like someone switched it to download the source tarball, but didn't have it build the jruby jar. The install will say it worked, but if you try to run the jruby interpreter, you'll get:
Exception in thread "main" java.lang.NoClassDefFoundError: org/jruby/MainI think we should just get the binary tarball. I've created a branch to do so: http://github.com/clofresh/homebrew/tree/jruby
Comments
i did it, sorry
http://github.com/mxcl/homebrew/issues/closed#issue/173The source build works for me. I did run samples/swing2.rb. Java comes with macosx or?
Yeah I get:
$ jruby Exception in thread "main" java.lang.NoClassDefFoundError: org/jruby/MainThe current src one doesn't actually seem to compile anything, perhaps that is the issue?
Anyway I'm keen on binary alternatives for stuff like this. Less maintenance for us. Although it flies somewhat in the face of "optimised builds".
It would be nice to give the user a choice. Not sure if anyone cares or not though, so I'll just apply this patch.
-
I updated the formula for node to v0.1.22. I sent in a pull request before I read on Twitter that you wanted to use GH issues instead. Sorry 'bout that!
http://github.com/johnreilly/homebrew/commit/34dc8a2c5c3ad399e961ea99d49a531522f2edea
Thanks for homebrew, this is a great project! :-)
-JohnComments
johnreilly
Sun Dec 20 20:41:24 -0800 2009
| link
Nevermind, someone beat me to the punch. :)
-
Bumped the version of the installed package.
pull from ctennis/homebrew master
Comments
-
Hi All,
I've created new formulae for ettercap-ng and libnet.http://github.com/koudelka/homebrew/tree/libnet
http://github.com/koudelka/homebrew/tree/ettercap-ngLibnet's original developer apparently has abandoned the project, it's been picked up by another githubber, my formula uses his repo.
Someone more knowledgeable in automake might want to take a quick look at the DATA patch in the ettercap-ng formula, I'm not sure if what I did was correct. The compilation was complaining about not being able to find certain ncurses widget symbols, so I simply found where they were defined and made sure the library was linked.
However, it all seems to work fine. :)
--Mike
Comments
Well I don't understand the patch, but these things are often required :)
Could you add another commit that explains the patches, even if the one for the macports ones is just "macports did these, so probably they are a good idea", or better "didn't work without these, don't understand them, but need them".
Thanks.
Thanks, if you could also annotate the libnet patch then I'll pull. Sorry for the hassle, but I find otherwise nobody knows whether it's safe to remove patches or amend them.
I've added notes to the libnet formula, but I pushed it with an error in the commit message. I made an attempt to fix it, hopefully it's not too bad.
http://github.com/koudelka/homebrew/commit/2b1383d8f917062a0023c8342d795bd249b49829
My fingers got ahead of me, the notes were about 'libtoolize'. :(
heh no worries :)
I used the following command to rebase your ettercap-ng branch onto the libnet revision:
git rebase --onto koudelka/libnet <a href="/mxcl/homebrew/commit/c837c72194d5e2a3e31ad55e44932ab6d3b4a948">c837c72</a> koudelka/ettercap-ngThat's just for your future reference in case it's useful.
I also squashed the commits into two commits, one for each, this is standard practice for related commits that I import to keep history somewhat trim.
In my next push. Thanks for the amendments.
-
It could be that I'm not letting it run long enough, but it's been over an hour and the linking step for berkeley-db hasn't completed. I'm on 10.6.2, gcc 4.2.1. Here is the output that seems to be blocking:
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -c -I. -I../dist/.. -isystem /Users/nirvdrum/homebrew/include -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -O4 -march=core2 -mmmx -msse4.1 -w -pipe ../dist/../common/zerofill.c -o zerofill.o >/dev/null 2>&1 ./libtool --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -avoid-version -O4 -march=core2 -mmmx -msse4.1 -w -pipe -rpath /Users/nirvdrum/homebrew/Cellar/berkeley-db/4.8.24/lib -L/Users/nirvdrum/homebrew/lib -o libdb-4.8.la mut_tas.lo bt_compare.lo bt_compress.lo bt_conv.lo bt_curadj.lo bt_cursor.lo bt_delete.lo bt_method.lo bt_open.lo bt_put.lo bt_rec.lo bt_reclaim.lo bt_recno.lo bt_rsearch.lo bt_search.lo bt_split.lo bt_stat.lo bt_compact.lo bt_upgrade.lo btree_auto.lo hash.lo hash_auto.lo hash_conv.lo hash_dup.lo hash_meta.lo hash_method.lo hash_open.lo hash_page.lo hash_rec.lo hash_reclaim.lo hash_stat.lo hash_upgrade.lo hash_verify.lo qam.lo qam_auto.lo qam_conv.lo qam_files.lo qam_method.lo qam_open.lo qam_rec.lo qam_stat.lo qam_upgrade.lo qam_verify.lo rep_auto.lo rep_backup.lo rep_elect.lo rep_lease.lo rep_log.lo rep_method.lo rep_record.lo rep_region.lo rep_stat.lo rep_util.lo rep_verify.lo os_addrinfo.lo repmgr_auto.lo repmgr_elect.lo repmgr_method.lo repmgr_msg.lo repmgr_net.lo repmgr_posix.lo repmgr_queue.lo repmgr_sel.lo repmgr_stat.lo repmgr_util.lo db_ovfl_vrfy.lo db_vrfy.lo db_vrfyutil.lo bt_verify.lo lock.lo lock_deadlock.lo lock_failchk.lo lock_id.lo lock_list.lo lock_method.lo lock_region.lo lock_stat.lo lock_timer.lo lock_util.lo mut_alloc.lo mut_failchk.lo mut_method.lo mut_region.lo mut_stat.lo aes_method.lo crypto.lo mt19937db.lo rijndael-alg-fst.lo rijndael-api-fst.lo crdel_auto.lo crdel_rec.lo db.lo db_am.lo db_auto.lo db_byteorder.lo db_cam.lo db_cds.lo db_compint.lo db_conv.lo db_dispatch.lo db_dup.lo db_err.lo db_getlong.lo db_idspace.lo db_iface.lo db_join.lo db_log2.lo db_meta.lo db_method.lo db_open.lo db_overflow.lo db_pr.lo db_rec.lo db_reclaim.lo db_remove.lo db_rename.lo db_ret.lo db_setid.lo db_setlsn.lo db_shash.lo db_sort_multiple.lo db_stati.lo db_truncate.lo db_upg.lo db_upg_opd.lo dbm.lo dbreg.lo dbreg_auto.lo dbreg_rec.lo dbreg_stat.lo dbreg_util.lo dbt.lo env_alloc.lo env_config.lo env_failchk.lo env_file.lo env_globals.lo env_method.lo env_name.lo env_open.lo env_recover.lo env_region.lo env_register.lo env_sig.lo env_stat.lo fileops_auto.lo fop_basic.lo fop_rec.lo fop_util.lo hash_func.lo hmac.lo hsearch.lo log.lo log_archive.lo log_compare.lo log_debug.lo log_get.lo log_method.lo log_put.lo log_stat.lo mkpath.lo mp_alloc.lo mp_bh.lo mp_fget.lo mp_fmethod.lo mp_fopen.lo mp_fput.lo mp_fset.lo mp_method.lo mp_mvcc.lo mp_region.lo mp_register.lo mp_resize.lo mp_stat.lo mp_sync.lo mp_trickle.lo openflags.lo os_abort.lo os_abs.lo os_alloc.lo os_clock.lo os_cpu.lo os_ctime.lo os_config.lo os_dir.lo os_errno.lo os_fid.lo os_flock.lo os_fsync.lo os_getenv.lo os_handle.lo os_map.lo os_method.lo os_mkdir.lo os_open.lo os_pid.lo os_rename.lo os_root.lo os_rpath.lo os_rw.lo os_seek.lo os_stack.lo os_stat.lo os_tmpdir.lo os_truncate.lo os_uid.lo os_unlink.lo os_yield.lo partition.lo seq_stat.lo sequence.lo sha1.lo snprintf.lo txn.lo txn_auto.lo txn_chkpt.lo txn_failchk.lo txn_method.lo txn_rec.lo txn_recover.lo txn_region.lo txn_stat.lo txn_util.lo zerofill.lo -lpthread libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libdb-4.8.dylib .libs/mut_tas.o .libs/bt_compare.o .libs/bt_compress.o .libs/bt_conv.o .libs/bt_curadj.o .libs/bt_cursor.o .libs/bt_delete.o .libs/bt_method.o .libs/bt_open.o .libs/bt_put.o .libs/bt_rec.o .libs/bt_reclaim.o .libs/bt_recno.o .libs/bt_rsearch.o .libs/bt_search.o .libs/bt_split.o .libs/bt_stat.o .libs/bt_compact.o .libs/bt_upgrade.o .libs/btree_auto.o .libs/hash.o .libs/hash_auto.o .libs/hash_conv.o .libs/hash_dup.o .libs/hash_meta.o .libs/hash_method.o .libs/hash_open.o .libs/hash_page.o .libs/hash_rec.o .libs/hash_reclaim.o .libs/hash_stat.o .libs/hash_upgrade.o .libs/hash_verify.o .libs/qam.o .libs/qam_auto.o .libs/qam_conv.o .libs/qam_files.o .libs/qam_method.o .libs/qam_open.o .libs/qam_rec.o .libs/qam_stat.o .libs/qam_upgrade.o .libs/qam_verify.o .libs/rep_auto.o .libs/rep_backup.o .libs/rep_elect.o .libs/rep_lease.o .libs/rep_log.o .libs/rep_method.o .libs/rep_record.o .libs/rep_region.o .libs/rep_stat.o .libs/rep_util.o .libs/rep_verify.o .libs/os_addrinfo.o .libs/repmgr_auto.o .libs/repmgr_elect.o .libs/repmgr_method.o .libs/repmgr_msg.o .libs/repmgr_net.o .libs/repmgr_posix.o .libs/repmgr_queue.o .libs/repmgr_sel.o .libs/repmgr_stat.o .libs/repmgr_util.o .libs/db_ovfl_vrfy.o .libs/db_vrfy.o .libs/db_vrfyutil.o .libs/bt_verify.o .libs/lock.o .libs/lock_deadlock.o .libs/lock_failchk.o .libs/lock_id.o .libs/lock_list.o .libs/lock_method.o .libs/lock_region.o .libs/lock_stat.o .libs/lock_timer.o .libs/lock_util.o .libs/mut_alloc.o .libs/mut_failchk.o .libs/mut_method.o .libs/mut_region.o .libs/mut_stat.o .libs/aes_method.o .libs/crypto.o .libs/mt19937db.o .libs/rijndael-alg-fst.o .libs/rijndael-api-fst.o .libs/crdel_auto.o .libs/crdel_rec.o .libs/db.o .libs/db_am.o .libs/db_auto.o .libs/db_byteorder.o .libs/db_cam.o .libs/db_cds.o .libs/db_compint.o .libs/db_conv.o .libs/db_dispatch.o .libs/db_dup.o .libs/db_err.o .libs/db_getlong.o .libs/db_idspace.o .libs/db_iface.o .libs/db_join.o .libs/db_log2.o .libs/db_meta.o .libs/db_method.o .libs/db_open.o .libs/db_overflow.o .libs/db_pr.o .libs/db_rec.o .libs/db_reclaim.o .libs/db_remove.o .libs/db_rename.o .libs/db_ret.o .libs/db_setid.o .libs/db_setlsn.o .libs/db_shash.o .libs/db_sort_multiple.o .libs/db_stati.o .libs/db_truncate.o .libs/db_upg.o .libs/db_upg_opd.o .libs/dbm.o .libs/dbreg.o .libs/dbreg_auto.o .libs/dbreg_rec.o .libs/dbreg_stat.o .libs/dbreg_util.o .libs/dbt.o .libs/env_alloc.o .libs/env_config.o .libs/env_failchk.o .libs/env_file.o .libs/env_globals.o .libs/env_method.o .libs/env_name.o .libs/env_open.o .libs/env_recover.o .libs/env_region.o .libs/env_register.o .libs/env_sig.o .libs/env_stat.o .libs/fileops_auto.o .libs/fop_basic.o .libs/fop_rec.o .libs/fop_util.o .libs/hash_func.o .libs/hmac.o .libs/hsearch.o .libs/log.o .libs/log_archive.o .libs/log_compare.o .libs/log_debug.o .libs/log_get.o .libs/log_method.o .libs/log_put.o .libs/log_stat.o .libs/mkpath.o .libs/mp_alloc.o .libs/mp_bh.o .libs/mp_fget.o .libs/mp_fmethod.o .libs/mp_fopen.o .libs/mp_fput.o .libs/mp_fset.o .libs/mp_method.o .libs/mp_mvcc.o .libs/mp_region.o .libs/mp_register.o .libs/mp_resize.o .libs/mp_stat.o .libs/mp_sync.o .libs/mp_trickle.o .libs/openflags.o .libs/os_abort.o .libs/os_abs.o .libs/os_alloc.o .libs/os_clock.o .libs/os_cpu.o .libs/os_ctime.o .libs/os_config.o .libs/os_dir.o .libs/os_errno.o .libs/os_fid.o .libs/os_flock.o .libs/os_fsync.o .libs/os_getenv.o .libs/os_handle.o .libs/os_map.o .libs/os_method.o .libs/os_mkdir.o .libs/os_open.o .libs/os_pid.o .libs/os_rename.o .libs/os_root.o .libs/os_rpath.o .libs/os_rw.o .libs/os_seek.o .libs/os_stack.o .libs/os_stat.o .libs/os_tmpdir.o .libs/os_truncate.o .libs/os_uid.o .libs/os_unlink.o .libs/os_yield.o .libs/partition.o .libs/seq_stat.o .libs/sequence.o .libs/sha1.o .libs/snprintf.o .libs/txn.o .libs/txn_auto.o .libs/txn_chkpt.o .libs/txn_failchk.o .libs/txn_method.o .libs/txn_rec.o .libs/txn_recover.o .libs/txn_region.o .libs/txn_stat.o .libs/txn_util.o .libs/zerofill.o -L/Users/nirvdrum/homebrew/lib -lpthread -march=core2 -mmmx -msse4.1 -install_name /Users/nirvdrum/homebrew/Cellar/berkeley-db/4.8.24/lib/libdb-4.8.dylib -Wl,-single_module
Comments
you might just have to wait longer. it took mine over an hour to finish. check to see that the process is doing things in activity monitor
You're correct. I guess I didn't expect it to take that long on modern hardware and I have had some issues compiling things in the past.
~> brew install berkeley-db ==> Downloading http://download.oracle.com/berkeley-db/db-4.8.24.tar.gz File already downloaded and cached to /Users/nirvdrum/Library/Caches/Homebrew ==> ../dist/configure --disable-debug --prefix=/Users/nirvdrum/homebrew/Cellar/berkeley-db/4.8.24 --mandir=/Users/nirvdrum/homebrew/Cellar/berkeley-db/4.8.24/share/man --enable-cxx ==> make install /Users/nirvdrum/homebrew/Cellar/berkeley-db/4.8.24: 4593 files, 101M, built in 75.8 minutes
This is an example of llvm being a bit pants, we should not use link-time-optimisation for this package.
Solution is: ENV.O3
-
It seems that the mercurial download stragety was broken with commit 6a8b3cc
It seems like only part of that patch got through or something. I could just reverse it but I'm not sure what the original author was planning to do.
Comments
-
I get this error, brew is at 7a880ce
==> Cloning https://go.googlecode.com/hg/ Error: undefined local variable or method `checkout_args' for #<MercurialDownloadStrategy:0x10033e0b8>Comments
The error is caused by the bug in the Mercurial download stragety reported in issue #221
-
joe@der-dieb ~ $ brew install wrangler ==> Downloading http://www.cs.kent.ac.uk/projects/forse/wrangler/wrangler-0.8/wrangler-0.8.1.tar.gz ######################################################################## 100.0% ==> ./configure --prefix=/usr/local/Cellar/wrangler/0.8.1 --disable-debug --disable-dependency-tracking ==> make ==> make install * Installing Emacs Lisp Library install -m 775 -d /usr/local/Cellar/wrangler/0.8.1/share/wrangler/elisp install -m 775 elisp/*.el elisp/*.elc /usr/local/Cellar/wrangler/0.8.1/share/wrangler/elisp * Installing Erlang Library install -m 775 -d /usr/local/Cellar/wrangler/0.8.1/share/wrangler/ebin /usr/local/Cellar/wrangler/0.8.1/share/wrangler/src install -m 775 -d /usr/local/Cellar/wrangler/0.8.1/share/wrangler/bin install -m 775 -d /usr/local/Cellar/wrangler/0.8.1/share/wrangler/plt install -m 775 ebin/*.beam /usr/local/Cellar/wrangler/0.8.1/share/wrangler/ebin install -m 775 src/*.erl /usr/local/Cellar/wrangler/0.8.1/share/wrangler/src install -m 775 src/*.app /usr/local/Cellar/wrangler/0.8.1/share/wrangler/ebin install -m 775 c_src/suffixtree* /usr/local/Cellar/wrangler/0.8.1/share/wrangler/bin install: c_src/suffixtree*: No such file or directory make: *** [install] Error 71 http://github.com/mxcl/homebrew/blob/master/Library/Formula/wrangler.rb#L13 ==> Environment HOMEBREW_VERSION: 0.5 HEAD: HOMEBREW_PREFIX: /usr/local HOMEBREW_CELLAR: /usr/local/Cellar HOMEBREW_CACHE: /Users/joe/Library/Caches/Homebrew HOMEBREW_REPOSITORY: /usr/local HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew Hardware: dual-core 64-bit penryn OS X: 10.6.2 Kernel Architecture: i386 Ruby: 1.8.7-72 GCC-4.2: build 5646 LLVM: build 2206 MacPorts or Fink? false Exit status: 2 Error: Failure while executing: make install Please report this bug at http://github.com/mxcl/homebrew/issuesComments
joewilliams
Fri Dec 18 21:34:27 -0800 2009
| link
Here's a branch with the fix: http://github.com/joewilliams/homebrew/tree/219
-
$ brew -v 0.5
$ brew info binutils binutils 2.20
http://www.gnu.org/software/binutils/binutils.html
Not installed
Error: wrong number of arguments (0 for 1)
Please report this bug at http://github.com/mxcl/homebrew/issues
/usr/local/Library/Homebrew/brew.h.rb:201:ingithub_info' /usr/local/Library/Homebrew/brew.h.rb:201:ininfo' /usr/local/bin/brew:204 /usr/local/bin/brew:204:in `each' /usr/local/bin/brew:204Comments
-
$> brew install cscope (12-18 14:26) ==> Downloading http://downloads.sourceforge.net/sourceforge/cscope/cscope-15.7a.tar.bz2
100.0%==> Patching patching file src/constants.h
==> ./configure --prefix=/Users/tjweir/g/homebrew/Cellar/cscope/15.7a --mandir='/Users/tjweir/g/homebrew/Cellar/cscope/15.7a/share/man' configure: error: expected an absolute directory name for --mandir: '/Users/tjweir/g/homebrew/Cellar/cscope/15.7a/share/man'
http://github.com/mxcl/homebrew/blob/master/Library/Formula/cscope.rb#L14
==> Environment HOMEBREW_VERSION: 0.5
HEAD: 3424a35
HOMEBREW_PREFIX: /Users/tjweir/g/homebrew
HOMEBREW_CELLAR: /Users/tjweir/g/homebrew/Cellar
HOMEBREW_CACHE: /Users/tjweir/Library/Caches/Homebrew
HOMEBREW_REPOSITORY: /Users/tjweir/g/homebrew
: /Users/tjweir/g/homebrew/Library/Homebrew Hardware: dual-core 64-bit penryn
OS X: 10.6.2
Kernel Architecture: i386
Ruby: 1.8.7-72
GCC-4.2: build 5646
LLVM: build 2206
MacPorts or Fink? false
Exit status: 1
Error: Failure while executing: ./configure --prefix=/Users/tjweir/g/homebrew/Cellar/cscope/15.7a --mandir='/Users/tjweir/g/homebrew/Cellar/cscope/15.7a/share/man'Comments
-
brew install htop fails with the following error messages
Comments
-
Hey,
i try to install homebrew as described:
curl -L http://github.com/mxcl/homebrew/tarball/master | tar xz --strip 1 -C /usr/local
But i get:
Library/: Can't create 'Library': Permission denied
and a lot of more errors.What do i wrong?
Comments
-
[jnwhiteh@Artificialtruth] /Users/jnwhiteh> brew install go /usr/local/bin/hg ==> Cloning https://go.googlecode.com/hg/ requesting all changes adding changesets adding manifests adding file changes added 4416 changesets with 18295 changes to 3064 files updating to branch default 1759 files updated, 0 files merged, 0 files removed, 0 files unresolved ==> ./all.bash bash /usr/local/Cellar/go/HEAD/src/make.bash bash /usr/local/Cellar/go/HEAD/src/run.bash --- cd pkg /usr/local/Cellar/go/HEAD/src/run.bash: line 24: /usr/local/Cellar/go/HEAD/bin/gomake: No such file or directory /usr/local/Cellar/go/HEAD/src/run.bash: line 25: /usr/local/Cellar/go/HEAD/bin/gomake: No such file or directory real 0m0.002s user 0m0.000s sys 0m0.001s /usr/local/Cellar/go/HEAD/src/run.bash: line 26: /usr/local/Cellar/go/HEAD/bin/gomake: No such file or directory /usr/local/Cellar/go/HEAD/src/run.bash: line 27: /usr/local/Cellar/go/HEAD/bin/gomake: No such file or directory make: *** [run] Error 1 make: *** Waiting for unfinished jobs.... rm -f *.o *.6 6.out lib9.a rm -f bbuffered.o bfildes.o bflush.o bgetc.o bgetrune.o bgetd.o binit.o boffset.o bprint.o bputc.o bputrune.o brdline.o brdstr.o bread.o bseek.o bwrite.o *.6 6.out libbio.a rm -f *.o *.so rm -f *.o libmach.a rm -f *.o *.6 enam.c 6.out a.out y.tab.h y.tab.c cc.ao rm -f *.o 6l *.6 enam.c 6.out a.out rm -f *.o 6a *.6 enam.c 6.out a.out y.tab.h y.tab.c rm -f *.o 6c *.6 enam.c 6.out a.out rm -f *.o 8l *.8 enam.c 8.out a.out rm -f *.o 8a *.6 enam.c 6.out a.out y.tab.h y.tab.c rm -f *.o 8c *.8 8.out a.out rm -f *.o 8g *.8 enam.c 8.out a.out rm -f *.o 5l *.5 enam.c 5.out a.out rm -f *.o 5a *.5 enam.c 5.out a.out y.tab.h y.tab.c rm -f *.o 5c *.5 enam.c 5.out a.out rm -f *.o 5g *.5 enam.c 5.out a.out rm -f *.[568o] enam.c [568].out a.out y.tab.h y.tab.c gc.ao mkbuiltin1 builtin.c _builtin.c rm -f 6g enam.c 6.out a.out *.o *.6 rm -f *.o gopack rm -f *.o 6nm rm -f *.[568vq] cgo rm -f *.o 6cov rm -f *.[568vq] ebnflint rm -f *.o godefs rm -f *.[568vq] godoc rm -f *.[568vq] gofmt rm -f *.[568vq] goyacc rm -f *.[568vq] hgpatch rm -f *.o 6prof cd archive/tar && gomake clean cd asn1 && gomake clean cd big && gomake clean cd bignum && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd bufio && gomake clean cd bytes && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd compress/flate && gomake clean cd compress/gzip && gomake clean cd compress/zlib && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd container/heap && gomake clean cd container/list && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd container/ring && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd container/vector && gomake clean cd crypto/aes && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd crypto/block && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd crypto/hmac && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd crypto/md4 && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd crypto/md5 && gomake clean cd crypto/rc4 && gomake clean cd crypto/rsa && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd crypto/sha1 && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd crypto/sha256 && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd crypto/subtle && gomake clean cd crypto/tls && gomake clean cd crypto/x509 && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd crypto/xtea && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd debug/dwarf && gomake clean cd debug/macho && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd debug/elf && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd debug/gosym && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd debug/proc && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd ebnf && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd encoding/ascii85 && gomake clean cd encoding/base64 && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd encoding/binary && gomake clean cd encoding/git85 && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd encoding/hex && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd encoding/pem && gomake clean cd exec && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd exp/datafmt && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd exp/draw && gomake clean cd exp/eval && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd exp/exception && gomake clean cd exp/iterable && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd exp/parser && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd expvar && gomake clean cd flag && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd fmt && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd go/ast && gomake clean cd go/doc && gomake clean cd go/parser && gomake clean cd go/printer && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd go/scanner && gomake clean cd go/token && gomake clean cd gob && gomake clean cd hash && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd hash/adler32 && gomake clean cd hash/crc32 && gomake clean cd http && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd image && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd image/png && gomake clean cd io && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd io/ioutil && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd json && gomake clean cd log && gomake clean cd malloc && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd math && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd net && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd once && gomake clean cd os && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd patch && gomake clean cd path && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd rand && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd reflect && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd regexp && gomake clean cd rpc && gomake clean cd runtime && gomake clean cd sort && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd strconv && gomake clean rm -f cgo2c */asm.h runtime.acid.* cd strings && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd sync && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd syscall && gomake clean cd syslog && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd tabwriter && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd template && gomake clean cd testing && gomake clean cd testing/iotest && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd testing/quick && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd testing/script && gomake clean cd time && gomake clean cd unicode && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd utf8 && gomake clean cd websocket && gomake clean cd xgb && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go cd xml && gomake clean rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go pi fib rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go hello fib chain run.out %%%% making lib9 %%%% /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/_p9dir.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/_exits.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/argv0.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/atoi.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/cleanname.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/create.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/dirfstat.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/dirfwstat.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/dirstat.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/dirwstat.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/dup.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/errstr.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/exec.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/execl.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/exitcode.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/exits.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/getenv.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/getfields.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/getwd.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/main.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/nan.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/nulldir.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/open.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/readn.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/seek.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/strecpy.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/sysfatal.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/time.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/tokenize.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/await.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/getuser.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/jmp.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/notify.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/rfork.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/dofmt.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/fltfmt.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/fmt.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/fmtfd.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/fmtfdflush.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/fmtlocale.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/lib9"/fmtlock2.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/fmtnull.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/fmtprint.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/fmtquote.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/fmtrune.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/fmtstr.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/fmtvprint.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/fprint.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/nan64.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/print.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/seprint.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/smprint.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/snprint.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/sprint.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/strtod.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/vfprint.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/vseprint.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/vsmprint.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/vsnprint.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/charstod.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -DPLAN9PORT -Ifmt fmt/pow10.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline utf/rune.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline utf/utfecpy.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline utf/utflen.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline utf/utfnlen.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline utf/utfrrune.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline utf/utfrune.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline utf/utfutf.c /usr/local/Cellar/go/HEAD/bin/quietgcc -c -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline utf/runetype.c ar rsc lib9.a _p9dir.o _exits.o argv0.o atoi.o cleanname.o create.o dirfstat.o dirfwstat.o dirstat.o dirwstat.o dup.o errstr.o exec.o execl.o exitcode.o exits.o getenv.o getfields.o getwd.o main.o nan.o nulldir.o open.o readn.o seek.o strecpy.o sysfatal.o time.o tokenize.o await.o getuser.o jmp.o notify.o rfork.o dofmt.o fltfmt.o fmt.o fmtfd.o fmtfdflush.o fmtlocale.o fmtlock2.o fmtnull.o fmtprint.o fmtquote.o fmtrune.o fmtstr.o fmtvprint.o fprint.o nan64.o print.o seprint.o smprint.o snprint.o sprint.o strtod.o vfprint.o vseprint.o vsmprint.o vsnprint.o charstod.o pow10.o rune.o utfecpy.o utflen.o utfnlen.o utfrrune.o utfrune.o utfutf.o runetype.o cp lib9.a "/usr/local/Cellar/go/HEAD/lib" %%%% making libbio %%%% /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libbio"/bbuffered.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libbio"/bfildes.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libbio"/bflush.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libbio"/bgetc.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libbio"/bgetrune.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libbio"/bgetd.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libbio"/binit.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libbio"/boffset.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libbio"/bprint.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libbio"/bputc.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libbio"/bputrune.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libbio"/brdline.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libbio"/brdstr.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libbio"/bread.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libbio"/bseek.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libbio"/bwrite.c ar rsc libbio.a bbuffered.o bfildes.o bflush.o bgetc.o bgetrune.o bgetd.o binit.o boffset.o bprint.o bputc.o bputrune.o brdline.o brdstr.o bread.o bseek.o bwrite.o cp libbio.a ../../lib %%%% making libmach %%%% /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libmach"/executable.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libmach"/fakeobj.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libmach"/map.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libmach"/obj.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libmach"/swap.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libmach"/sym.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libmach"/access.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libmach"/machdata.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libmach"/setmach.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libmach"/5.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libmach"/6.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libmach"/8.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libmach"/5db.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libmach"/8db.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libmach"/5obj.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libmach"/6obj.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libmach"/8obj.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/libmach"/darwin.c ar rsc libmach.a executable.o fakeobj.o map.o obj.o swap.o sym.o access.o machdata.o setmach.o 5.o 6.o 8.o 5db.o 8db.o 5obj.o 6obj.o 8obj.o darwin.o cp libmach.a ../../lib %%%% making cmd %%%% rm -f *.o *.6 enam.c 6.out a.out y.tab.h y.tab.c cc.ao rm -f *.o 6l *.6 enam.c 6.out a.out rm -f *.o 6a *.6 enam.c 6.out a.out y.tab.h y.tab.c rm -f *.o 6c *.6 enam.c 6.out a.out rm -f *.o 8l *.8 enam.c 8.out a.out rm -f *.o 8a *.6 enam.c 6.out a.out y.tab.h y.tab.c rm -f *.o 8c *.8 8.out a.out rm -f *.o 8g *.8 enam.c 8.out a.out rm -f *.o 5l *.5 enam.c 5.out a.out rm -f *.o 5a *.5 enam.c 5.out a.out y.tab.h y.tab.c rm -f *.o 5c *.5 enam.c 5.out a.out rm -f *.o 5g *.5 enam.c 5.out a.out rm -f *.[568o] enam.c [568].out a.out y.tab.h y.tab.c gc.ao mkbuiltin1 builtin.c _builtin.c rm -f 6g enam.c 6.out a.out *.o *.6 rm -f *.o gopack rm -f *.o 6nm rm -f *.[568vq] cgo rm -f *.o 6cov rm -f *.[568vq] ebnflint rm -f *.o godefs rm -f *.[568vq] godoc rm -f *.[568vq] gofmt rm -f *.[568vq] goyacc rm -f *.[568vq] hgpatch rm -f *.o 6prof /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6l"/enam.c %%%% making cc %%%% bison -y -d cc.y conflicts: 3 shift/reduce test -f y.tab.c && touch y.tab.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/cc"/lex.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/cc"/mac.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/cc"/dcl.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/cc"/acid.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/cc"/pickle.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/cc"/bits.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/cc"/com.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/cc"/scon.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/cc"/funct.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/cc"/sub.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/cc"/com64.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/cc"/dpchk.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/cc"/omachcap.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/cc"/y.tab.c ar rsc cc.ao y.tab.o lex.o mac.o dcl.o acid.o pickle.o bits.o com.o scon.o funct.o sub.o com64.o dpchk.o omachcap.o %%%% making 6l %%%% /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6l"/asm.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c -I. ../ld/elf.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c -I. ../ld/go.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c -I. ../ld/lib.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6l"/list.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c -I. ../ld/macho.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6l"/obj.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6l"/optab.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6l"/pass.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6l"/span.c /usr/local/Cellar/go/HEAD/bin/quietgcc -o 6l -L"/usr/local/Cellar/go/HEAD"/lib asm.o elf.o enam.o go.o lib.o list.o macho.o obj.o optab.o pass.o span.o -lbio -l9 cp 6l "/usr/local/Cellar/go/HEAD/bin"/6l %%%% making 6a %%%% bison -y -d a.y test -f y.tab.c && touch y.tab.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6a"/lex.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6a"/../6l/enam.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6a"/y.tab.c /usr/local/Cellar/go/HEAD/bin/quietgcc -o 6a -L"/usr/local/Cellar/go/HEAD"/lib y.tab.o lex.o ../6l/enam.o -lbio -l9 cp 6a "/usr/local/Cellar/go/HEAD/bin"/6a %%%% making 6c %%%% /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6c"/cgen.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6c"/list.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6c"/sgen.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6c"/swt.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6c"/txt.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c -I. -o pgen.o ../cc/pgen.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c -I. -o pswt.o ../cc/pswt.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6c"/div.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6c"/mul.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6c"/reg.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6c"/peep.c /usr/local/Cellar/go/HEAD/src/cmd/6c/peep.c:802: warning: comparison is always false due to limited range of data type /usr/local/Cellar/go/HEAD/src/cmd/6c/peep.c:815: warning: comparison is always false due to limited range of data type /usr/local/Cellar/go/HEAD/bin/quietgcc -o 6c -L"/usr/local/Cellar/go/HEAD"/lib cgen.o list.o sgen.o swt.o txt.o pgen.o pswt.o div.o mul.o reg.o peep.o ../6l/enam.o ../cc/cc.ao -lbio -l9 cp 6c "/usr/local/Cellar/go/HEAD/bin"/6c %%%% making gc %%%% bison -y -d go.y ./mkbuiltin || \ (echo 'mkbuiltin failed; using bootstrap copy of builtin.c'; cp builtin.c.boot builtin.c) ./mkopnames go.h >opnames.h ./mkbuiltin: line 20: /usr/local/Cellar/go/HEAD/bin/6g: No such file or directory /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/align.c mkbuiltin failed; using bootstrap copy of builtin.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/bits.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/closure.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/const.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/dcl.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/export.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/gen.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/init.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/lex.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/md5.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/mparith1.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/mparith2.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/mparith3.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/obj.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/print.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/range.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/reflect.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/select.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/sinit.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/subr.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/swt.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/typecheck.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/unsafe.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/walk.c test -f y.tab.c && touch y.tab.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/builtin.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gc"/y.tab.c ar rsc gc.ao align.o bits.o builtin.o closure.o const.o dcl.o export.o gen.o init.o lex.o md5.o mparith1.o mparith2.o mparith3.o obj.o print.o range.o reflect.o select.o sinit.o subr.o swt.o typecheck.o unsafe.o walk.o y.tab.o %%%% making 6g %%%% /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6g"/list.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6g"/gobj.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6g"/galign.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6g"/ggen.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6g"/cgen.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6g"/gsubr.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6g"/peep.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/6g"/reg.c /usr/local/Cellar/go/HEAD/bin/quietgcc -o 6g -L"/usr/local/Cellar/go/HEAD"/lib list.o gobj.o galign.o ggen.o cgen.o gsubr.o peep.o reg.o ../6l/enam.o ../gc/gc.ao -lbio -l9 -lm cp 6g "/usr/local/Cellar/go/HEAD/bin"/6g %%%% making gopack %%%% /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/gopack"/ar.c /usr/local/Cellar/go/HEAD/bin/quietgcc -o gopack -L"/usr/local/Cellar/go/HEAD"/lib ar.o -lmach -lbio -l9 cp gopack "/usr/local/Cellar/go/HEAD/bin"/gopack %%%% making nm %%%% /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/nm"/nm.c /usr/local/Cellar/go/HEAD/bin/quietgcc -o 6nm -L"/usr/local/Cellar/go/HEAD"/lib nm.o -lmach -lbio -l9 cp 6nm "/usr/local/Cellar/go/HEAD/bin"/6nm %%%% making cov %%%% /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/cov"/main.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/cov"/tree.c /usr/local/Cellar/go/HEAD/bin/quietgcc -o 6cov -L"/usr/local/Cellar/go/HEAD"/lib main.o tree.o -lmach -lbio -l9 %%%% making godefs %%%% /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/godefs"/main.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/godefs"/stabs.c /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/godefs"/util.c /usr/local/Cellar/go/HEAD/bin/quietgcc -o godefs -L"/usr/local/Cellar/go/HEAD"/lib main.o stabs.o util.o -lbio -l9 cp godefs "/usr/local/Cellar/go/HEAD/bin"/godefs %%%% making prof %%%% /usr/local/Cellar/go/HEAD/bin/quietgcc -ggdb -I"/usr/local/Cellar/go/HEAD"/include -O2 -fno-inline -c "/usr/local/Cellar/go/HEAD/src/cmd/prof"/main.c /usr/local/Cellar/go/HEAD/bin/quietgcc -o 6prof -L"/usr/local/Cellar/go/HEAD"/lib main.o -lmach -lbio -l9 %%%% making gotest %%%% ! test -f "/usr/local/Cellar/go/HEAD/bin"/gotest || chmod u+w "/usr/local/Cellar/go/HEAD/bin"/gotest cp gotest "/usr/local/Cellar/go/HEAD/bin"/gotest %%%% making pkg %%%% cd runtime && gomake install cd unicode && gomake install cd math && gomake install cd sort && gomake install /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 sort.go /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 extern.go type.go /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 asin.go atan.go atan2.go bits.go const.go exp.go fabs.go floor.go fmod.go hypot.go log.go pow.go pow10.go sin.go sinh.go tan.go tanh.go unsafe.go sqrt_decl.go /usr/local/Cellar/go/HEAD/bin/6c -a proc.c >runtime.acid.amd64 /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 digit.go letter.go tables.go /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT cgocall.c /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT chan.c /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT amd64/closure.c rm -f _obj/sort.a /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT float.c /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/sort.a _go_.6 /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT hashmap.c /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT iface.c cp _obj/sort.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/sort.a" cd container/list && gomake install /usr/local/Cellar/go/HEAD/bin/quietgcc -o cgo2c cgo2c.c /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 list.go rm -f _obj/container/list.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/container/list.a _go_.6 cp _obj/container/list.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/container/list.a" /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT mcache.c /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT mcentral.c /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT mem.c cd container/ring && gomake install /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 ring.go rm -f _obj/container/ring.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/container/ring.a _go_.6 cp _obj/container/ring.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/container/ring.a" /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT mfixalloc.c cd container/vector && gomake install /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 intvector.go stringvector.go vector.go rm -f _obj/container/vector.a /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT mgc0.c /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/container/vector.a _go_.6 /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT mheap.c /usr/local/Cellar/go/HEAD/bin/6a sqrt_amd64.s cp _obj/container/vector.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/container/vector.a" /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT mheapmap64.c cd crypto/subtle && gomake install /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT msize.c /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 constant_time.go /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT print.c /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT proc.c rm -f _obj/math.a rm -f _obj/crypto/subtle.a ./cgo2c reflect.cgo > reflect.c.tmp /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/crypto/subtle.a _go_.6 /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/math.a _go_.6 sqrt_amd64.6 cp _obj/crypto/subtle.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/crypto/subtle.a" cd image && gomake install mv -f reflect.c.tmp reflect.c /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 color.go image.go /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT rune.c cp _obj/math.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/math.a" /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT runtime.c cd exp/iterable && gomake install ./cgo2c sema.cgo > sema.c.tmp /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 array.go iterable.go mv -f sema.c.tmp sema.c rm -f _obj/image.a /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT darwin/amd64/signal.c /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/image.a _go_.6 /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT slice.c ./cgo2c string.cgo > string.c.tmp mv -f string.c.tmp string.c rm -f _obj/exp/iterable.a cp _obj/image.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/image.a" /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/exp/iterable.a _go_.6 /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT symtab.c cd malloc && gomake install /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT darwin/thread.c /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 malloc.go /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT amd64/traceback.c rm -f _obj/unicode.a ./mkasmh.sh >amd64/asm.h.x /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/unicode.a _go_.6 rm -f _obj/malloc.a cp _obj/exp/iterable.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/exp/iterable.a" /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/malloc.a _go_.6 cp _obj/malloc.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/malloc.a" cd container/heap && gomake install /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 heap.go cd exp/draw && gomake install mv -f amd64/asm.h.x amd64/asm.h rm -f _obj/container/heap.a ./cgo2c malloc.cgo > malloc.c.tmp /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 arith.go color.go draw.go event.go mv -f malloc.c.tmp malloc.c cp _obj/unicode.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/unicode.a" /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/container/heap.a _go_.6 cd utf8 && gomake install /usr/local/Cellar/go/HEAD/bin/6a amd64/memmove.s /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT reflect.c /usr/local/Cellar/go/HEAD/bin/6a darwin/amd64/rt0.s /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 utf8.go /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT sema.c rm -f _obj/utf8.a cp _obj/container/heap.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/container/heap.a" rm -f _obj/exp/draw.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/utf8.a _go_.6 /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT string.c /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/exp/draw.a _go_.6 /usr/local/Cellar/go/HEAD/bin/6a darwin/amd64/sys.s cp _obj/utf8.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/utf8.a" /usr/local/Cellar/go/HEAD/bin/6a amd64/asm.s /usr/local/Cellar/go/HEAD/bin/6c -Idarwin -Idarwin/amd64 -wF -D_64BIT malloc.c cp _obj/exp/draw.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/exp/draw.a" rm -f _obj/runtime.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/runtime.a _go_.6 asm.6 cgocall.6 chan.6 closure.6 float.6 hashmap.6 iface.6 malloc.6 mcache.6 mcentral.6 mem.6 memmove.6 mfixalloc.6 mgc0.6 mheap.6 mheapmap64.6 msize.6 print.6 proc.6 reflect.6 rune.6 runtime.6 rt0.6 sema.6 signal.6 slice.6 string.6 symtab.6 sys.6 thread.6 traceback.6 cp _obj/runtime.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/runtime.a" rm reflect.c string.c sema.c malloc.c cd sync && gomake install /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 mutex.go rwmutex.go /usr/local/Cellar/go/HEAD/bin/6a asm_amd64.s rm -f _obj/sync.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/sync.a _go_.6 asm_amd64.6 cp _obj/sync.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/sync.a" cd once && gomake install cd syscall && gomake install cd rand && gomake install /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 errstr.go exec.go syscall.go syscall_darwin.go syscall_darwin_amd64.go zerrors_darwin_amd64.go zsyscall_darwin_amd64.go zsysnum_darwin_amd64.go ztypes_darwin_amd64.go /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 once.go /usr/local/Cellar/go/HEAD/bin/6a asm_darwin_amd64.s /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 exp.go normal.go rand.go rng.go rm -f _obj/once.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/once.a _go_.6 cp _obj/once.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/once.a" rm -f _obj/syscall.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/syscall.a _go_.6 asm_darwin_amd64.6 cp _obj/syscall.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/syscall.a" cd os && gomake install /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 dir_darwin.go env.go error.go exec.go file.go getwd.go path.go proc.go stat_darwin.go sys_darwin.go time.go types.go rm -f _obj/rand.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/rand.a _go_.6 rm -f _obj/os.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/os.a _go_.6 cp _obj/rand.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/rand.a" cp _obj/os.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/os.a" cd big && gomake install cd strings && gomake install /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 reader.go strings.go /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 arith.go nat.go int.go /usr/local/Cellar/go/HEAD/bin/6a arith_amd64.s rm -f _obj/strings.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/strings.a _go_.6 cp _obj/strings.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/strings.a" cd io && gomake install cd exec && gomake install /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 io.go pipe.go /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 exec.go rm -f _obj/exec.a rm -f _obj/big.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/exec.a _go_.6 /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/big.a _go_.6 arith_amd64.6 cp _obj/exec.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/exec.a" rm -f _obj/io.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/io.a _go_.6 cp _obj/big.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/big.a" cp _obj/io.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/io.a" cd bytes && gomake install cd hash && gomake install /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 buffer.go bytes.go /usr/local/Cellar/go/HEAD/bin/6a asm_amd64.s /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 hash.go rm -f _obj/hash.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/hash.a _go_.6 cp _obj/hash.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/hash.a" cd hash/crc32 && gomake install cd hash/adler32 && gomake install cd crypto/md5 && gomake install /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 crc32.go /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 md5.go md5block.go /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 adler32.go rm -f _obj/bytes.a rm -f _obj/hash/crc32.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/bytes.a _go_.6 asm_amd64.6 /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/hash/crc32.a _go_.6 rm -f _obj/hash/adler32.a cp _obj/hash/crc32.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/hash/crc32.a" cp _obj/bytes.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/bytes.a" rm -f _obj/crypto/md5.a cd crypto/sha1 && gomake install /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/hash/adler32.a _go_.6 cd crypto/md4 && gomake install /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/crypto/md5.a _go_.6 cp _obj/hash/adler32.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/hash/adler32.a" /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 md4.go md4block.go cd crypto/rsa && gomake install /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 sha1.go sha1block.go cp _obj/crypto/md5.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/crypto/md5.a" cd crypto/sha256 && gomake install rm -f _obj/crypto/md4.a /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 rsa.go pkcs1v15.go rm -f _obj/crypto/sha1.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/crypto/md4.a _go_.6 /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 sha256.go sha256block.go /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/crypto/sha1.a _go_.6 cp _obj/crypto/md4.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/crypto/md4.a" rm -f _obj/crypto/sha256.a cd regexp && gomake install /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/crypto/sha256.a _go_.6 cp _obj/crypto/sha1.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/crypto/sha1.a" /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 regexp.go cd tabwriter && gomake install /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 tabwriter.go cp _obj/crypto/sha256.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/crypto/sha256.a" cd strconv && gomake install rm -f _obj/tabwriter.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/tabwriter.a _go_.6 /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 atof.go atoi.go decimal.go ftoa.go itoa.go quote.go rm -f _obj/crypto/rsa.a cp _obj/tabwriter.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/tabwriter.a" cd io/ioutil && gomake install /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/crypto/rsa.a _go_.6 /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 ioutil.go cp _obj/crypto/rsa.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/crypto/rsa.a" cd crypto/hmac && gomake install /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 hmac.go rm -f _obj/io/ioutil.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/io/ioutil.a _go_.6 rm -f _obj/crypto/hmac.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/crypto/hmac.a _go_.6 cp _obj/io/ioutil.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/io/ioutil.a" cd time && gomake install cp _obj/crypto/hmac.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/crypto/hmac.a" cd path && gomake install /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 sleep.go tick.go time.go zoneinfo.go /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 path.go rm -f _obj/regexp.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/regexp.a _go_.6 rm -f _obj/path.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/path.a _go_.6 cp _obj/regexp.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/regexp.a" cp _obj/path.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/path.a" rm -f _obj/time.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/time.a _go_.6 cp _obj/time.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/time.a" rm -f _obj/strconv.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/strconv.a _go_.6 cp _obj/strconv.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/strconv.a" cd archive/tar && gomake install cd reflect && gomake install cd bufio && gomake install cd crypto/aes && gomake install /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 common.go reader.go writer.go /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 bufio.go /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 deepequal.go type.go value.go /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 block.go cipher.go const.go rm -f _obj/archive/tar.a rm -f _obj/bufio.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/bufio.a _go_.6 /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/archive/tar.a _go_.6 cp _obj/bufio.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/bufio.a" cp _obj/archive/tar.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/archive/tar.a" cd crypto/rc4 && gomake install cd encoding/base64 && gomake install /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 rc4.go /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 base64.go rm -f _obj/crypto/rc4.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/crypto/rc4.a _go_.6 rm -f _obj/encoding/base64.a cp _obj/crypto/rc4.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/crypto/rc4.a" cd crypto/xtea && gomake install /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/encoding/base64.a _go_.6 /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 cipher.go block.go cp _obj/encoding/base64.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/encoding/base64.a" cd encoding/ascii85 && gomake install rm -f _obj/reflect.a rm -f _obj/crypto/xtea.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/reflect.a _go_.6 /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 ascii85.go rm -f _obj/crypto/aes.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/crypto/aes.a _go_.6 /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/crypto/xtea.a _go_.6 cp _obj/crypto/aes.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/crypto/aes.a" cp _obj/reflect.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/reflect.a" rm -f _obj/encoding/ascii85.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/encoding/ascii85.a _go_.6 cd encoding/git85 && gomake install cd encoding/hex && gomake install /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 hex.go /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 git.go cp _obj/encoding/ascii85.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/encoding/ascii85.a" cd xml && gomake install /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 read.go xml.go cp _obj/crypto/xtea.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/crypto/xtea.a" rm -f _obj/encoding/hex.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/encoding/hex.a _go_.6 cd fmt && gomake install /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 format.go print.go cp _obj/encoding/hex.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/encoding/hex.a" cd compress/flate && gomake install rm -f _obj/encoding/git85.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/encoding/git85.a _go_.6 /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 deflate.go huffman_bit_writer.go huffman_code.go inflate.go reverse_bits.go token.go util.go cp _obj/encoding/git85.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/encoding/git85.a" cd encoding/pem && gomake install /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 pem.go rm -f _obj/encoding/pem.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/encoding/pem.a _go_.6 cp _obj/encoding/pem.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/encoding/pem.a" cd encoding/binary && gomake install /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 binary.go rm -f _obj/fmt.a /usr/local/CeComments
There doesn't seem to be an error message here.
I think the problem is possibly that there isn't a stable tarball for go yet. So we check out the hg repo.
Possibly it will work again in a few days (although you have to manually delete or upgrade the cached checkout first). Or try to find a stable previous revision.
It looks like his comment got truncated.
I'm also getting an error trying to build go. Mine starts pretty much the same as the original author, but goes on to output:
cd exp/eval && gomake install /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/websocket.a _go_.6 /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/go/parser.a _go_.6 cp _obj/go/parser.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/go/parser.a" /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 abort.go bridge.go compiler.go expr.go expr1.go func.go scope.go stmt.go type.go typec.go util.go value.go world.go cp _obj/websocket.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/websocket.a" rm -f _obj/go/printer.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/go/printer.a _go_.6 cp _obj/go/printer.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/go/printer.a" rm -f _obj/exp/eval.a /usr/local/Cellar/go/HEAD/bin/gopack grc _obj/exp/eval.a _go_.6 cp _obj/exp/eval.a "/usr/local/Cellar/go/HEAD/pkg/darwin_amd64/exp/eval.a" %%%% making libcgo %%%% gcc -m64 -O2 -fPIC -o darwin_amd64.o -c darwin_amd64.c gcc -m64 -O2 -fPIC -o amd64.o -c amd64.S gcc -m64 -O2 -fPIC -o util.o -c util.c gcc -m64 -o libcgo.so darwin_amd64.o amd64.o util.o -dynamiclib -Wl,-undefined,dynamic_lookup /usr/lib/libpthread.dylib cp libcgo.so /usr/local/Cellar/go/HEAD/pkg/darwin_amd64 %%%% making cmd/cgo %%%% /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 ast.go gcc.go main.go out.go util.go /usr/local/Cellar/go/HEAD/bin/6l -o cgo _go_.6 cp -f cgo /usr/local/Cellar/go/HEAD/bin %%%% making cmd/ebnflint %%%% /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 ebnflint.go /usr/local/Cellar/go/HEAD/bin/6l -o ebnflint _go_.6 cp -f ebnflint /usr/local/Cellar/go/HEAD/bin %%%% making cmd/godoc %%%% /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 godoc.go index.go main.go snippet.go spec.go /usr/local/Cellar/go/HEAD/bin/6l -o godoc _go_.6 cp -f godoc /usr/local/Cellar/go/HEAD/bin %%%% making cmd/gofmt %%%% /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 gofmt.go rewrite.go /usr/local/Cellar/go/HEAD/bin/6l -o gofmt _go_.6 cp -f gofmt /usr/local/Cellar/go/HEAD/bin %%%% making cmd/goyacc %%%% /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 goyacc.go /usr/local/Cellar/go/HEAD/bin/6l -o goyacc _go_.6 cp -f goyacc /usr/local/Cellar/go/HEAD/bin %%%% making cmd/hgpatch %%%% /usr/local/Cellar/go/HEAD/bin/6g -o _go_.6 main.go /usr/local/Cellar/go/HEAD/bin/6l -o hgpatch _go_.6 cp -f hgpatch /usr/local/Cellar/go/HEAD/bin %%% run sudo.bash to install debuggers http://github.com/mxcl/homebrew/blob/master/Library/Formula/go.rb#L32 ==> Environment HOMEBREW_VERSION: 0.5 HEAD: <a href="/mxcl/homebrew/commit/e2ac1fa2f01fadbef002567766bb808104a8da62">e2ac1fa</a> HOMEBREW_PREFIX: /usr/local HOMEBREW_CELLAR: /usr/local/Cellar HOMEBREW_CACHE: /Users/bencochran/Library/Caches/Homebrew HOMEBREW_REPOSITORY: /usr/local HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew Hardware: dual-core 64-bit penryn OS X: 10.6.2 Kernel Architecture: i386 Ruby: 1.8.7-72 GCC-4.2: build 5646 LLVM: build 2206 MacPorts or Fink? false Exit status: 2 Error: Failure while executing: ./all.bash Please report this bug at http://github.com/mxcl/homebrew/issuesI'll see if I can find an older build and get it to work.
Yes, it's the most recent revision failing to build. If I change http://github.com/mxcl/homebrew/blob/master/Library/Formula/go.rb#L4 to
head 'https://go.googlecode.com/hg/', :revision => '7929874a70'It works. Oddly, changing
:revisionto 'release' (the tag of the most recent stable release, from what I can tell) fails with the following error:==> Checking out revision release abort: unknown revision 'release'! Error: Failure while executing: hg archive -y -r release -t files /private/tmp/homebrew-go-HEAD-AQuZSadly, my knowledge of Mercurial is limited so I'm not really sure what would be needed to get it working with a tagged revision.
Looks like our mercurial download strategy doesn't support tags.
So after poking around a bit, I may have a solution. See my fork for the small changes, specifically bcochran@fb707f9
This lets us specify a tag as a revision in mercurial, such as in bcochran@4b664ab
Like I said before, I'm no mercurial master so it would be nice if someone with a little more expertise could confirm my thinking here.
Cool, this seems sound to me. It's preferable to put the revision steps into the export step anyway, that way the checkout is more flexible.
-
Git gives more info than is necessary when checking out a tag
4 comments Created 18 days ago by akahnAn example:
$ brew install hub ==> Cloning git://github.com/defunkt/hub.git Initialized empty Git repository in /Users/akahn/Library/Caches/Homebrew/hub-0.1.3/.git/ remote: Counting objects: 673, done. remote: Compressing objects: 100% (347/347), done. remote: Total 673 (delta 365), reused 542 (delta 290) Receiving objects: 100% (673/673), 87.08 KiB, done. Resolving deltas: 100% (365/365), done. ==> Checking out tag v0.1.3 Note: moving to 'v0.1.3' which isn't a local branch If you want to create a new branch from this checkout, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new_branch_name> HEAD is now at 1fbad90... 0.1.3 ==> rake install prefix=/usr/local/Cellar/hub/0.1.3 /usr/local/Cellar/hub/0.1.3: 3 files, 20K, built in 2 secondsThis part isn't really relevant:
Note: moving to 'v0.1.3' which isn't a local branch If you want to create a new branch from this checkout, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new_branch_name>Let's remove it. We can do this by passing the
-q("quiet") option to checkout in the#stagemethod ofGitDownloadStrategyindownload_strategy.rb.Thoughts?
Comments
Be more quiet about checkouts unless ARGV.verbose?
Closed by 95daa7a
Maybe we should still show clone messages as it's progress and fun
-
brew info Error: wrong number of argument (0 for 1)
1 comment Created 18 days ago by emullerThis happens for info on any recipie ...
ex.
brew info mongodb
mongodb 1.1.4-x86_64
http://www.mongodb.org/
Not installed
Error: wrong number of arguments (0 for 1)
Please report this bug at http://github.com/mxcl/homebrew/issues
/usr/local/Library/Homebrew/brew.h.rb:201:ingithub_info' /usr/local/Library/Homebrew/brew.h.rb:201:ininfo' /usr/local/bin/brew:204 /usr/local/bin/brew:204:in `each' /usr/local/bin/brew:204This commit fixes it for me:
http://github.com/emuller/homebrew/commit/de388ee7812aa7ef125c73a83e2fa8991c181613Comments
-
"brew info" throws error after update to e2ac1fa2
2 comments Created 18 days ago by patrickdetafter upgrading to e2ac1fa "brew info git" for example throws the following error:
brew info git
git 1.6.5.4
http://git-scm.com
/usr/local/Cellar/git/1.6.5.2 (383 files, 15M)Error: wrong number of arguments (0 for 1)
Please report this bug at http://github.com/mxcl/homebrew/issues
/usr/local/Library/Homebrew/brew.h.rb:201:in `github_info'
/usr/local/Library/Homebrew/brew.h.rb:201:in `info'
/usr/local/bin/brew:204
/usr/local/bin/brew:204:in `each'
/usr/local/bin/brew:204
Comments
-
$ brew info gccxml
gccxml HEAD
http://www.gccxml.org/HTML/Index.html
Depends on: cmake
Not installed
Error: wrong number of arguments (0 for 1)
Please report this bug at http://github.com/mxcl/homebrew/issues
/usr/local/Library/Homebrew/brew.h.rb:201:ingithub_info' /usr/local/Library/Homebrew/brew.h.rb:201:ininfo' /usr/local/bin/brew:204 /usr/local/bin/brew:204:in `each' /usr/local/bin/brew:204================
$ brew info wget
wget 1.12
http://www.gnu.org/software/wget/
/usr/local/Cellar/wget/1.12 (9 files, 784K) Error: wrong number of arguments (0 for 1)
Please report this bug at http://github.com/mxcl/homebrew/issues
/usr/local/Library/Homebrew/brew.h.rb:201:ingithub_info' /usr/local/Library/Homebrew/brew.h.rb:201:ininfo' /usr/local/bin/brew:204 /usr/local/bin/brew:204:in `each' /usr/local/bin/brew:204Comments
Fixed in my repo: http://github.com/priteau/homebrew/tree/fix_brew_info
Please pull.
-
hub forumla (http://github.com/defunkt/hub)
Though hub is a ruby gem is it not recommended to install it as such.
As an added bonus it installs the man pages too.
http://github.com/josh/homebrew/commit/707fc0c2cc4f849c65b3a9353cb1892522cba099
This commit also exposes some nastyness with git checkouts. I had to override the version number to get it to work. I think git tags should act as version numbers if they are supplied.
Comments
Follow up with path.install dsl:
http://github.com/josh/homebrew/commit/2955bc897c3ca60c2bdbb53522df5b346805c5adThe next version of hub will have a proper rake install task:
http://github.com/josh/homebrew/commit/49e6d55e069e21242a51baaf3bc67c9a6011d1e5 -
I was trying to create a Formul
klavarowhich depends ongtkwhich depends onglib.
But something goes wrong when installingglib. See the logging: http://gist.github.com/252905Comments
Your homebrew is old, please update:
cd /usr/local git init git remote add origin git://github.com/mxcl/homebrew.git git pull origin masterThat may or may not help, then try what is listed here: http://wiki.github.com/mxcl/homebrew/troubleshooting
And finally, worksforme:
$ brew install glib ==> Downloading http://ftp.acc.umu.se/pub/gnome/sources/glib/2.20/glib-2.20.5.ta File already downloaded and cached to /Users/mxcl/Library/Caches/Homebrew ==> Downloading http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz File already downloaded and cached to /Users/mxcl/Library/Caches/Homebrew ==> ./configure --prefix=/private/tmp/homebrew-glib-2.20.5-e9sK/glib-2.20.5/icon ==> make install ==> ./configure --disable-debug --prefix=/usr/local/Cellar/glib/2.20.5 --disable ==> make ==> make install /usr/local/Cellar/glib/2.20.5: 251 files, 6.0M, built in 2.3 minutes $ brew --config HOMEBREW_VERSION: 0.5 HEAD: 4c18d3a HOMEBREW_PREFIX: /usr/local HOMEBREW_CELLAR: /usr/local/Cellar HOMEBREW_CACHE: /Users/mxcl/Library/Caches/Homebrew HOMEBREW_REPOSITORY: /usr/local HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew Hardware: dual-core 64-bit penryn OS X: 10.6.2 Kernel Architecture: i386 Ruby: 1.8.7-72 GCC-4.2: build 5646 LLVM: build 2206 MacPorts or Fink? false
That is better indeed, thx! I should have tried that first...
-
It seems there's an issue with the ocaml formula. If i try to run a simple example "ocamlc unix.cmx foo -o bar" or just trying to start "camlp4o" i get this error:
Fatal error: cannot load shared library dllunix Reason: dlopen(/usr/local/Cellar/objective-caml/3.11.1/lib/ocaml/stublibs/dllunix.so, 138): Symbol not found: _caml_atom_table Referenced from: /usr/local/Cellar/objective-caml/3.11.1/lib/ocaml/stublibs/dllunix.so Expected in: flat namespace in /usr/local/Cellar/objective-caml/3.11.1/lib/ocaml/stublibs/dllunix.soHowever, compiling using ocamlopt and using unix.cmxa instead works.
This problem is keeping my haxe formula back so it would be nice with a fix. Perhaps there's some path setting or such I've missed?
Comments
I think I found a related thread in the ocaml mailing list:
http://caml.inria.fr/pub/ml-archives/caml-list/2007/06/edcf563de49e513a06836278e3ed4914.en.htmlTried the things in that thread (setting LD_LIBRARY_PATH, OCAMLLIB, CAMLLIB) and also tried some patches and build arguments from the macport version and it's still not working.
joewilliams
Wed Dec 09 17:15:24 -0800 2009
| link
I am trying to compile ocamlfind and am having the same issue.
joewilliams
Wed Dec 09 18:33:41 -0800 2009
| link
I built ocaml from source myself and had no issues with it, I'm not exactly sure what is the cause of the dllunix issue. I used:
./configure -prefix /opt/ocaml make world make opt make installI also tried doing this in the formula rather than what is currently in there but it didn't work either.
joewilliams
Wed Dec 09 20:34:28 -0800 2009
| link
After a bit of working on it, building without a prefix (/usr/local) works fine as well, my best guess is that the symlinks that homebrew uses is causing ocaml to have problems finding its libraries. Suggestions on changes to ./configure or to the ENV to make this work is appreciated. I am more than happy to integrate these into the Formula.
best guess is that we shouldn't strip something. Try:
def skip_clean? path; true; end
joewilliams
Wed Dec 16 12:44:34 -0800 2009
| link
That worked great, I added a branch with this change to my fork http://github.com/joewilliams/homebrew/tree/188 if you would like to pull it from me.
-
Issue compiling ghostscript for imagemagick formula
4 comments Created 25 days ago by joshprice==> ./configure --prefix=/Users/josh/homebrew/Cellar/ghostscript/8.70 --disable-debug --disable-cups ==> make install /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -I./base -o ./obj/genconf ./base/genconf.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -I./base -o ./obj/echogs ./base/echogs.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -I./base -o ./obj/genarch ./base/genarch.c ./obj/echogs -w ./obj/gconfig_.h -x 2f2a -s This file was generated automatically by unix-aux.mak. -s -x 2a2f if ( test -f /usr/include/dirent.h ); then ./obj/echogs -a ./obj/gconfig_.h -x 23 define HAVE_DIRENT_H; else true; fi if ( test -f /usr/include/ndir.h ); then ./obj/echogs -a ./obj/gconfig_.h -x 23 define HAVE_NDIR_H; else true; fi if ( test -f /usr/include/sys/dir.h ); then ./obj/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_DIR_H; else true; fi if ( test -f /usr/include/sys/ndir.h ); then ./obj/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_NDIR_H; else true; fi if ( test -f /usr/include/sys/time.h ); then ./obj/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_TIME_H; else true; fi if ( test -f /usr/include/sys/times.h ); then ./obj/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_TIMES_H; else true; fi if ( test -f src/jmemsys.h); then true; else ./obj/echogs -a ./obj/gconfig_.h -x 23 define DONT_HAVE_JMEMSYS_H; fi ./obj/echogs -w ./obj/gconfigd.h -x 23 define -s -u GS_LIB_DEFAULT -x 2022 /Users/josh/homebrew/Cellar/ghostscript/8.70/share/ghostscript/Resource/Init:/Users/josh/homebrew/Cellar/ghostscript/8.70/share/ghostscript/lib:/Users/josh/homebrew/Cellar/ghostscript/8.70/share/ghostscript/Resource/Font:/Users/josh/homebrew/Cellar/ghostscript/8.70/share/ghostscript/fonts:/Users/josh/homebrew/Cellar/ghostscript/8.70/share/fonts/default/ghostscript:/Users/josh/homebrew/Cellar/ghostscript/8.70/share/fonts/default/Type1:/Users/josh/homebrew/Cellar/ghostscript/8.70/share/fonts/default/TrueType:/usr/lib/DPS/outline/base:/usr/openwin/lib/X11/fonts/Type1:/usr/openwin/lib/X11/fonts/TrueType -x 22 ./obj/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_DEV_DEFAULT -x 2022 "x11alpha x11 bbox" -x 22 ./obj/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_CACHE_DIR -x 2022 "~/.ghostscript/cache/" -x 22 ./obj/echogs -a ./obj/gconfigd.h -x 23 define -s -u SEARCH_HERE_FIRST -s 1 ./obj/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_DOCDIR -x 2022 /Users/josh/homebrew/Cellar/ghostscript/8.70/share/ghostscript/doc -x 22 ./obj/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_INIT -x 2022 gs_init.ps -x 22 ./obj/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_REVISION -s 870 /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -I./obj -I./base -o ./obj/gscrypt1.o -c ./base/gscrypt1.c ./obj/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_REVISIONDATE -s 20090731 ./obj/echogs -w ./obj/jpeglib1.h -x 23 include -x 203c jpeglib.h -x 3e ./obj/echogs -e .dev -w- -l-obj ./obj/jpege_1 -lib jpeg ./obj/echogs -e .dev -w- -l-obj ./obj/jpegd_1 -lib jpeg /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -I./psi -I./obj -I./obj -I./base -o ./obj/dscparse.o -c ./psi/dscparse.c ./obj/echogs -e .dev -w- -l-obj ./obj/gxfapiu /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -Izlib -Dverbose=-1 -o ./obj/zutil.o -c zlib/zutil.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -Izlib -Dverbose=-1 -o ./obj/adler32.o -c zlib/adler32.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -Izlib -Dverbose=-1 -o ./obj/deflate.o -c zlib/deflate.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -Izlib -Dverbose=-1 -o ./obj/compress.o -c zlib/compress.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -Izlib -Dverbose=-1 -o ./obj/trees.o -c zlib/trees.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -Izlib -Dverbose=-1 -o ./obj/crc32.o -c zlib/crc32.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -Izlib -Dverbose=-1 -o ./obj/inffast.o -c zlib/inffast.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -Izlib -Dverbose=-1 -o ./obj/inflate.o -c zlib/inflate.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -Izlib -Dverbose=-1 -o ./obj/inftrees.o -c zlib/inftrees.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -Izlib -Dverbose=-1 -o ./obj/uncompr.o -c zlib/uncompr.c ./obj/echogs -e .dev -w- -l-obj ./obj/pdffonts -ps gs_mex_e gs_mro_e gs_pdf_e gs_wan_e ./obj/echogs -e .dev -w- -l-obj ./obj/macroman -ps gs_mro_e ./obj/echogs -Iicclib -I./base -I./obj /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -Iicclib -I./base -I./obj -o ./obj/icc.o -c icclib/icc.c ./obj/echogs -e .dev -w- -l-obj ./obj/epsf -ps gs_epsf ./obj/echogs -e .dev -w- -l-obj ./obj/fapiu ./obj/echogs -e .dev -w- -l-obj ./obj/fapif /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -I./obj -Ijbig2dec -o ./obj/jbig2.o -c jbig2dec/jbig2.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -I./obj -Ijbig2dec -o ./obj/jbig2_arith.o -c jbig2dec/jbig2_arith.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -I./obj -Ijbig2dec -o ./obj/jbig2_arith_iaid.o -c jbig2dec/jbig2_arith_iaid.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -I./obj -Ijbig2dec -o ./obj/jbig2_arith_int.o -c jbig2dec/jbig2_arith_int.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -I./obj -Ijbig2dec -o ./obj/jbig2_generic.o -c jbig2dec/jbig2_generic.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -I./obj -Ijbig2dec -o ./obj/jbig2_refinement.o -c jbig2dec/jbig2_refinement.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -I./obj -Ijbig2dec -o ./obj/jbig2_huffman.o -c jbig2dec/jbig2_huffman.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -I./obj -Ijbig2dec -o ./obj/jbig2_image.o -c jbig2dec/jbig2_image.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -I./obj -Ijbig2dec -o ./obj/jbig2_mmr.o -c jbig2dec/jbig2_mmr.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -I./obj -Ijbig2dec -o ./obj/jbig2_page.o -c jbig2dec/jbig2_page.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -I./obj -Ijbig2dec -o ./obj/jbig2_segment.o -c jbig2dec/jbig2_segment.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -I./obj -Ijbig2dec -o ./obj/jbig2_symbol_dict.o -c jbig2dec/jbig2_symbol_dict.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -I./obj -Ijbig2dec -o ./obj/jbig2_text.o -c jbig2dec/jbig2_text.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -I./obj -Ijbig2dec -o ./obj/jbig2_metadata.o -c jbig2dec/jbig2_metadata.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/Users/josh/homebrew/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -O3 -I./obj/ -Ijasper/src/libjasper/include -DJAS_CONFIGURE -DEXCLUDE_BMP_SUPPORT=1 -DEXCLUDE_JPG_SUPPORT=1 -DEXCLUDE_MIF_SUPPORT=1 -DEXCLUDE_PGX_SUPPORT=1 -DEXCLUDE_PNM_SUPPORT=1 -DEXCLUDE_RAS_SUPPORT=1 -DEXCLUDE_PNG_SUPPORT=1 -o ./obj/jas_cm.o -c jasper/src/libjasper/base/jas_cm.c jasper/src/libjasper/base/jas_cm.c: In function ‘jas_cmpxformseq_appendcnvt’: jasper/src/libjasper/base/jas_cm.c:748: error: ‘JAS_ERR_UNEQUAL_PARMS_IN_JAS_CMPXFORMSEQ_APPENDCNVT’ undeclared (first use in this function) jasper/src/libjasper/base/jas_cm.c:748: error: (Each undeclared identifier is reported only once jasper/src/libjasper/base/jas_cm.c:748: error: for each function it appears in.) jasper/src/libjasper/base/jas_cm.c: In function ‘icctoclrspc’: jasper/src/libjasper/base/jas_cm.c:1158: error: ‘JAS_ERR_CLR_SPACE_UNKNOWN_IN_ICCTOCLRSPC’ undeclared (first use in this function) jasper/src/libjasper/base/jas_cm.c: In function ‘jas_clrspc_numchans’: jasper/src/libjasper/base/jas_cm.c:1364: error: ‘JAS_ERR_UNSUPPORTED_COLOR_SPACE_IN_JAS_CLRSPC_NUMCHANS’ undeclared (first use in this function) make: *** [obj/jas_cm.o] Error 1 make: *** Waiting for unfinished jobs.... ==> Backtrace /Users/josh/homebrew/Library/Homebrew/formula.rb:242:in `system' /Users/josh/homebrew/Library/Formula/ghostscript.rb:36:in `install' /Users/josh/homebrew/Library/Homebrew/install.rb:89:in `install' /Users/josh/homebrew/Library/Homebrew/formula.rb:153:in `brew' /Users/josh/homebrew/Library/Homebrew/formula.rb:290:in `stage' /Users/josh/homebrew/Library/Homebrew/formula.rb:257:in `mktemp' /Users/josh/homebrew/Library/Homebrew/formula.rb:288:in `stage' /Users/josh/homebrew/Library/Homebrew/formula.rb:148:in `brew' /Users/josh/homebrew/Library/Homebrew/install.rb:76:in `install' /Users/josh/homebrew/Library/Homebrew/install.rb:39 /Users/josh/homebrew/Library/Formula/ghostscript.rb:16 ==> Environment HOMEBREW_VERSION: 0.5 HEAD: <a href="/mxcl/homebrew/commit/7e89590ca174184eb5210818a443e18f9268a232">7e89590</a> HOMEBREW_PREFIX: /Users/josh/homebrew HOMEBREW_CELLAR: /Users/josh/homebrew/Cellar HOMEBREW_CACHE: /Users/josh/Library/Caches/Homebrew HOMEBREW_REPOSITORY: /Users/josh/homebrew Library Path: /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby Hardware: dual-core 64-bit penryn OS X: 10.6.2 Kernel Architecture: i386 Ruby: 1.8.7-72 GCC: 4.2 build 5646 LLVM: build 2206 MacPorts or Fink? false Exit status: 512 Error: Failure while executing: make install Please report this bug to http://bit.ly/HomebrewComments
benschwarz
Sun Dec 06 23:40:53 -0800 2009
| link
I installed this today without any issues. Have you tried pulling a homebrew update?
Thanks guys, will pull the latest brew update. My version of homebrew is only a week old though...?
I was able to work around this issue by directly removing ghostscript from the imagemagick formula.
-
brew install mysql (version 5.1.41) fails on a clean/new machine (no macports, no fink), changing it to a previous mysql version (5.1.40) worked for me.
Comments
HOMEBREW_VERSION: 0.5 HEAD: HOMEBREW_PREFIX: /usr/local HOMEBREW_CELLAR: /usr/local/Cellar HOMEBREW_CACHE: /Users/atog/Library/Caches/Homebrew HOMEBREW_REPOSITORY: /usr/local HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew Hardware: dual-core 64-bit penryn OS X: 10.6.2 Kernel Architecture: i386 Ruby: 1.8.7-72 GCC-4.2: build 5646 LLVM: build 2206 MacPorts or Fink? false
-
Here's the output:
machine:~ user$ brew install jruby ==> Downloading http://jruby.kenai.com/downloads/1.4.0/jruby-bin-1.4.0.tar.gz File already downloaded and cached to /Users/user/Library/Caches/Homebrew ==> ant Buildfile: build.xml does not exist! Build failed /usr/local/Library/Formula/jruby.rb:12:in `install' ==> Environment HOMEBREW_VERSION: 0.5 HEAD: HOMEBREW_PREFIX: /usr/local HOMEBREW_CELLAR: /usr/local/Cellar HOMEBREW_CACHE: /Users/user/Library/Caches/Homebrew HOMEBREW_REPOSITORY: /usr/local HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew Hardware: dual-core 64-bit core2 OS X: 10.6.2 Kernel Architecture: i386 Ruby: 1.8.7-72 GCC-4.2: build 5646 LLVM: build 2206 MacPorts or Fink? false Exit status: 1 Error: Failure while executing: ant Please report this bug at http://github.com/mxcl/homebrew/issues
Comments
please remove ~Library/Caches/Homebrew/jruby-1.4.0.tar.gz before you try this fix
http://github.com/0xffea/homebrew/commit/b4a1c1fba3fed6e594fc6ca9a4b85cd800add4ad
-
And it asked me to report the issue, so here we go. I got the following output:
ranlib libavcodec.a touch libavcodec/libavcodec.a /opt/homebrew/Library/Formula/mplayer.rb:15:in `install' ==< Environment HOMEBREW_VERSION: 0.5 HEAD: a3cf5bf HOMEBREW_PREFIX: /opt/homebrew HOMEBREW_CELLAR: /opt/homebrew/Cellar HOMEBREW_CACHE: /Users/manfred/Library/Caches/Homebrew HOMEBREW_REPOSITORY: /opt/homebrew HOMEBREW_LIBRARY_PATH: /opt/homebrew/Library/Homebrew Hardware: 8-core 64-bit penryn OS X: 10.6.2 Kernel Architecture: i386 Ruby: 1.8.7-72 GCC-4.2: build 5646 LLVM: build 2118 MacPorts or Fink? false Exit status: 2 Error: Failure while executing: make Please report this bug at http://github.com/mxcl/homebrew/issues
Comments
The command that caused the error doesn't seem to be in this output.
I've investigated the problem and it seems to be a problem with MPlayer HEAD right now. It doesn't compile on 64 bit on the Mac because of two or more problems.
Fix mplayer formula; Closed by e0c2bee
This is horrible in that I had to disable all optimisations and mplayer is the kind of tool that really gets a boost out of them!
I hope they release another tarball soon.
I was under the impression that they didn't actually do any releases anymore, though I can't find a definitive answer on this. Anyhow, might it not be better to stick to a specific rev. that's known to build with optimizations?
Lastly, the compile scripts in the MPlayer OSX Extended repo might be of assistance: http://mplayerosx.sttz.ch/tracker/repositories/entry/mplayerosx/Scripts/README
I couldn't find a rev that would build with optimisations and after a while I'd spent too much time on it. But I agree, for sure. If we can find one then we should stick to it and update as people need it.
Nice link there though, hopefully will help.
Regarding release tarballs, they seemed to have released one every 18 months or so. And in theory there will be a 1.0 at some point. Of course, it doesn't look like they like developing in a stable fashion.
-
When I try to install ffmpeg it complains that it can't check out the source, why I do this by hand everything works fine.
lsof% brew install ffmpeg
Warning: You should upgrade to Xcode 3.2.1
==> Checking out svn://svn.ffmpeg.org/ffmpeg/trunk Error: Failure while executing: /usr/bin/svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk -r 20701 /Users/manfred/Library/Caches/Homebrew/ffmpeg-HEAD
lsof% /usr/bin/svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk -r 20701 /Users/manfred/Library/Caches/Homebrew/ffmpeg-HEAD
A /Users/manfred/Library/Caches/Homebrew/ffmpeg-HEAD/configure
A /Users/manfred/Library/Caches/Homebrew/ffmpeg-HEAD/Doxyfile
A /Users/manfred/Library/Caches/Homebrew/ffmpeg-HEAD/ffmpeg.c
A /Users/manfred/Library/Caches/Homebrew/ffmpeg-HEAD/Changelog
Comments
lsof% brew install ffmpeg -vd Warning: It appears you have Macports or Fink installed Although, unlikely, this can break builds or cause obscure runtime issues. If you experience problems try uninstalling these tools. ==> Build Environment PATH: /Users/manfred/Code/hail/bin:/Users/manfred/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/mysql/bin:/opt/imagemagick/bin:/opt/git-1.6.4.2/bin:/opt/homebrew/bin:/opt/sphinx-0.9.8.1/bin:/Users/manfred/.gem/ruby/1.8/bin:/opt/local/bin:/opt/local/sbin:/Users/manfred/.rip/active/bin CFLAGS: -O4 -march=core2 -mmmx -msse4.1 -w -pipe LDFLAGS: -L/opt/homebrew/lib CPPFLAGS: -isystem /opt/homebrew/include MAKEFLAGS: -j8 CC: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 CXX: /Developer/usr/llvm-gcc-4.2/bin/llvm-g++-4.2 ==> Checking out svn://svn.ffmpeg.org/ffmpeg/trunk /usr/bin/svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk -r 20701 /Users/manfred/Library/Caches/Homebrew/ffmpeg-HEAD Error: Failure while executing: /usr/bin/svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk -r 20701 /Users/manfred/Library/Caches/Homebrew/ffmpeg-HEAD /opt/homebrew/Library/Homebrew/utils.rb:95:in `safe_system' /opt/homebrew/Library/Homebrew/download_strategy.rb:123:in `fetch' /opt/homebrew/Library/Homebrew/formula.rb:370:in `stage' /opt/homebrew/Library/Homebrew/formula.rb:208:in `brew' /opt/homebrew/Library/Homebrew/install.rb:76:in `install' /opt/homebrew/Library/Homebrew/install.rb:39 /opt/homebrew/Library/Formula/ffmpeg.rb:9So if you do:
cd /tmp /usr/bin/svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk -r 20701 /Users/manfred/Library/Caches/Homebrew/ffmpeg-HEADThat command works?
In SubversionDownloadStrategy#fetch @ref is and integer because it was specified as an integer in the ffmpeg recipe. Exec doesn't really dig non-String arguments. I guess because the tests just override safe_system it never broke the tests.
I've sent a pull request with a fix.
I don't like this (the bug, not the patch) because it worksforme, why doesn't it work for you? Can you paste the output to
brew --configplease Manfred.I experiences this first on my Mac Pro. I reproduced the bug on my MacBook. This is the config on my MacBook:
awk% brew --config HOMEBREW_VERSION: 0.5 HEAD: bda4e91 HOMEBREW_PREFIX: /opt/homebrew HOMEBREW_CELLAR: /opt/homebrew/Cellar HOMEBREW_CACHE: /Users/manfred/Library/Caches/Homebrew HOMEBREW_REPOSITORY: /opt/homebrew HOMEBREW_LIBRARY_PATH: /opt/homebrew/Library/Homebrew Hardware: dual-core 64-bit core2 OS X: 10.6.2 Kernel Architecture: i386 Ruby: 1.8.7-72 GCC-4.2: build 5646 LLVM: build 2206 MacPorts or Fink? falseIt's easy to test though; I have a t.rb with the following code:
Kernel.exec('/usr/bin/svn', 'info', 'svn://svn.ffmpeg.org/ffmpeg/trunk', '-r', 207)awk% ruby ~/t.rb /Users/manfred/t.rb:1:in `exec': can't convert Fixnum into String (TypeError) from /Users/manfred/t.rb:1I'll pick manfred's fix as it is more thorough.
Still though I want to understand the problem first. Running Manfred's last snippet indeed errors out for me.
However
brew install ffmpegworks fine.We're seemingly using the same systems. I don't get it.
Maybe you have a newer or older formula for ffmpeg? Have you tried logging the args sent to exec?
When I ran with --verbose I could see the exec'd parameters (they are puts'd), worked fine.
I have the ffmpeg formula that is in mxcl/homebrew/master.
Possibly some combination of gems or blah is monkey patching your Fixnum or Kernel.system. But crikey I hope not, how on earth is it possible to build reliable Ruby software if such things can happen?
christophsturm
Fri Dec 04 08:05:03 -0800 2009
| link
it only fails when theres no checkout of ffmpeg svn yet.
also imo homebrew should update to svn head when there is already a checkoutYeah I'm not sure about the update yet.
Eg. if you
brew install foousually it doesn't install a newer version unless you have brew updated first. HEAD formula are different though naturally. Not sure if we should update when unexpected though.
christophsturm
Tue Dec 08 06:34:24 -0800 2009
| link
I think a head build should have the svn revision in its description, like ffmpeg-HEAD-r12345
so when theres a new revision it can be built again
-
Get a error when running "brew install imagemagick"
1 comment Created 29 days ago by poshboytlWhen running "brew install imagemagick", get some errors like below:
jasper/src/libjasper/base/jas_cm.c: In function ‘jas_cmpxformseq_appendcnvt’:
jasper/src/libjasper/base/jas_cm.c:748: error: ‘JAS_ERR_UNEQUAL_PARMS_IN_JAS_CMPXFORMSEQ_APPENDCNVT’ undeclared (first use in this function)
jasper/src/libjasper/base/jas_cm.c:748: error: (Each undeclared identifier is reported only once
jasper/src/libjasper/base/jas_cm.c:748: error: for each function it appears in.)
jasper/src/libjasper/base/jas_cm.c: In function ‘icctoclrspc’:
jasper/src/libjasper/base/jas_cm.c:1158: error: ‘JAS_ERR_CLR_SPACE_UNKNOWN_IN_ICCTOCLRSPC’ undeclared (first use in this function)
jasper/src/libjasper/base/jas_cm.c: In function ‘jas_clrspc_numchans’:
jasper/src/libjasper/base/jas_cm.c:1364: error: ‘JAS_ERR_UNSUPPORTED_COLOR_SPACE_IN_JAS_CLRSPC_NUMCHANS’ undeclared (first use in this function)
make: [obj/jas_cm.o] Error 1
make: Waiting for unfinished jobs....
==> Backtrace /usr/local/homebrew/Library/Homebrew/formula.rb:242:insystem' /usr/local/homebrew/Library/Formula/ghostscript.rb:36:ininstall' /usr/local/homebrew/Library/Homebrew/install.rb:89:ininstall' /usr/local/homebrew/Library/Homebrew/formula.rb:153:inbrew' /usr/local/homebrew/Library/Homebrew/formula.rb:290:instage' /usr/local/homebrew/Library/Homebrew/formula.rb:257:inmktemp' /usr/local/homebrew/Library/Homebrew/formula.rb:288:instage' /usr/local/homebrew/Library/Homebrew/formula.rb:148:inbrew' /usr/local/homebrew/Library/Homebrew/install.rb:76:in `install' /usr/local/homebrew/Library/Homebrew/install.rb:39 /usr/local/homebrew/Library/Formula/ghostscript.rb:16 ==> Environment fatal: Not a git repository
HOMEBREW_VERSION: 0.5
HEAD:
HOMEBREW_PREFIX: /usr/local/homebrew
HOMEBREW_CELLAR: /usr/local/homebrew/Cellar
HOMEBREW_CACHE: /Users/tieterry/Library/Caches/Homebrew
HOMEBREW_REPOSITORY: /usr/local/homebrew
Library Path: /Library/Frameworks/RubyCocoa.framework/Resources/ruby
Hardware: dual-core 64-bit penryn
OS X: 10.6.2
Kernel Architecture: i386
Ruby: 1.8.7-72
GCC: 4.2 build 5646
LLVM: build 2118
MacPorts or Fink? false
Exit status: 512
Error: Failure while executing: make install
Comments
-
I found a thread about it, but it seems I’m not technical enough to get it: http://lists.indexdata.dk/pipermail/yazlist/2009-October/002788.html
make: *** [install-recursive] Error 1
==> Backtrace /usr/local/Library/Homebrew/formula.rb:242:insystem' /usr/local/Library/Formula/yaz.rb:15:ininstall' /usr/local/Library/Homebrew/install.rb:89:ininstall' /usr/local/Library/Homebrew/formula.rb:153:inbrew' /usr/local/Library/Homebrew/formula.rb:290:instage' /usr/local/Library/Homebrew/formula.rb:257:inmktemp' /usr/local/Library/Homebrew/formula.rb:288:instage' /usr/local/Library/Homebrew/formula.rb:148:inbrew' /usr/local/Library/Homebrew/install.rb:76:in `install' /usr/local/Library/Homebrew/install.rb:39 /usr/local/Library/Formula/yaz.rb:13 ==> Environment fatal: Not a git repository (or any of the parent directories): .git
HOMEBREW_VERSION: 0.5
HEAD:
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_CACHE: /Users/julian/Library/Caches/Homebrew
HOMEBREW_REPOSITORY: /usr/local
Library Path: /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby
Hardware: dual-core 64-bit core2
OS X: 10.6.2
Kernel Architecture: i386
Ruby: 1.8.7-72
GCC: 4.2 build 5646
LLVM: build 2206
MacPorts or Fink? false
Exit status: 512
Error: Failure while executing: make install
Please report this bug to http://bit.ly/HomebrewComments
The actual error is the few lines above the one at the top of your pasted output, don't spose you could run it again Julian?
Is it this one? (It’s YAZ 3.0.50 btw, I changed my formula to see if maybe a newer version would work)
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libyaz.3.dylib .libs/version.o .libs/options.o .libs/log.o .libs/oid_std.o .libs/marc8.o .libs/marc8r.o .libs/iso5426.o .libs/diagbib1.o .libs/diagsrw.o .libs/diagsru_update.o .libs/z-accdes1.o .libs/z-accform1.o .libs/z-acckrb1.o .libs/z-core.o .libs/z-diag1.o .libs/z-espec1.o .libs/z-estask.o .libs/z-exp.o .libs/z-grs.o .libs/z-mterm2.o .libs/z-opac.o .libs/z-uifr1.o .libs/z-rrf1.o .libs/z-rrf2.o .libs/z-sum.o .libs/z-sutrs.o .libs/z-oclcui.o .libs/zes-expi.o .libs/zes-exps.o .libs/zes-order.o .libs/zes-pquery.o .libs/zes-psched.o .libs/zes-pset.o .libs/zes-update0.o .libs/z-date.o .libs/z-univ.o .libs/zes-update.o .libs/zes-admin.o .libs/z-charneg.o .libs/ill-core.o .libs/item-req.o .libs/oclc-ill-req-ext.o .libs/marcdisp.o .libs/marc_read_xml.o .libs/marc_read_iso2709.o .libs/marc_read_line.o .libs/wrbuf.o .libs/oid_db.o .libs/errno.o .libs/nmemsdup.o .libs/xmalloc.o .libs/readconf.o .libs/tpath.o .libs/nmem.o .libs/matchstr.o .libs/atoin.o .libs/siconv.o .libs/utf8.o .libs/ucs4.o .libs/iso5428.o .libs/advancegreek.o .libs/odr_bool.o .libs/ber_bool.o .libs/ber_len.o .libs/ber_tag.o .libs/odr_util.o .libs/odr_null.o .libs/ber_null.o .libs/odr_int.o .libs/ber_int.o .libs/odr_tag.o .libs/odr_cons.o .libs/odr_seq.o .libs/odr_oct.o .libs/ber_oct.o .libs/odr_bit.o .libs/ber_bit.o .libs/odr_oid.o .libs/ber_oid.o .libs/odr_use.o .libs/odr_choice.o .libs/odr_any.o .libs/ber_any.o .libs/odr.o .libs/odr_mem.o .libs/dumpber.o .libs/odr_enum.o .libs/libxml2_error.o .libs/comstack.o .libs/tcpip.o .libs/waislen.o .libs/unix.o .libs/prt-ext.o .libs/ill-get.o .libs/zget.o .libs/yaz-ccl.o .libs/diag-entry.o .libs/logrpn.o .libs/otherinfo.o .libs/pquery.o .libs/sortspec.o .libs/charneg.o .libs/initopt.o .libs/zoom-c.o .libs/zoom-socket.o .libs/zoom-opt.o .libs/grs1disp.o .libs/zgdu.o .libs/soap.o .libs/srw.o .libs/srwutil.o .libs/opacdisp.o .libs/cclfind.o .libs/ccltoken.o .libs/cclerrms.o .libs/cclqual.o .libs/cclptree.o .libs/cclqfile.o .libs/cclstr.o .libs/cclxmlconfig.o .libs/ccl_stop_words.o .libs/cql.o .libs/cqlstdio.o .libs/cqltransform.o .libs/cqlutil.o .libs/xcqlutil.o .libs/cqlstring.o .libs/rpn2cql.o .libs/cqlstrer.o .libs/querytowrbuf.o .libs/tcpdchk.o .libs/test.o .libs/timing.o .libs/xmlquery.o .libs/xmlerror.o .libs/http.o .libs/mime.o .libs/oid_util.o .libs/tokenizer.o .libs/record_conv.o .libs/retrieval.o .libs/elementset.o .libs/snprintf.o .libs/query-charset.o .libs/copy_types.o .libs/match_glob.o .libs/poll.o .libs/daemon.o .libs/iconv_encode_marc8.o .libs/iconv_encode_iso_8859_1.o .libs/iconv_encode_wchar.o .libs/iconv_decode_marc8.o .libs/iconv_decode_iso5426.o .libs/iconv_decode_danmarc.o .libs/sc.o -lexslt -lxslt -lz -lpthread -licucore -lm -lxml2 -liconv -march=core2 -mmmx -msse3 -mmacosx-version-min=10.6 -install_name /usr/local/Cellar/yaz/3.0.50/lib/libyaz.3.dylib -compatibility_version 4 -current_version 4.0 -Wl,-single_module In file included from /usr/include/libxml2/libxml/parser.h:798, from /usr/include/libxml2/libxml/globals.h:18, from /usr/include/libxml2/libxml/threads.h:35, from /usr/include/libxml2/libxml/xmlmemory.h:218, from /usr/include/libxml2/libxml/tree.h:1248, from ../include/yaz/xmltypes.h:36, from ../include/yaz/icu.h:38, from ../include/yaz/icu_I18N.h:47, from icu_I18N.c:23: /usr/include/libxml2/libxml/encoding.h:41: error: redefinition of typedef ‘UChar’ /usr/local/Cellar/icu4c/4.3.1/include/unicode/umachine.h:305: error: previous declaration of ‘UChar’ was here make[1]: *** [libyaz_icu_la-icu_I18N.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... libtool: link: dsymutil .libs/libyaz.3.dylib || : warning: no debug symbols in executable (-arch x86_64) libtool: link: (cd ".libs" && rm -f "libyaz.dylib" && ln -s "libyaz.3.dylib" "libyaz.dylib") libtool: link: ar cru .libs/libyaz.a version.o options.o log.o oid_std.o marc8.o marc8r.o iso5426.o diagbib1.o diagsrw.o diagsru_update.o z-accdes1.o z-accform1.o z-acckrb1.o z-core.o z-diag1.o z-espec1.o z-estask.o z-exp.o z-grs.o z-mterm2.o z-opac.o z-uifr1.o z-rrf1.o z-rrf2.o z-sum.o z-sutrs.o z-oclcui.o zes-expi.o zes-exps.o zes-order.o zes-pquery.o zes-psched.o zes-pset.o zes-update0.o z-date.o z-univ.o zes-update.o zes-admin.o z-charneg.o ill-core.o item-req.o oclc-ill-req-ext.o marcdisp.o marc_read_xml.o marc_read_iso2709.o marc_read_line.o wrbuf.o oid_db.o errno.o nmemsdup.o xmalloc.o readconf.o tpath.o nmem.o matchstr.o atoin.o siconv.o utf8.o ucs4.o iso5428.o advancegreek.o odr_bool.o ber_bool.o ber_len.o ber_tag.o odr_util.o odr_null.o ber_null.o odr_int.o ber_int.o odr_tag.o odr_cons.o odr_seq.o odr_oct.o ber_oct.o odr_bit.o ber_bit.o odr_oid.o ber_oid.o odr_use.o odr_choice.o odr_any.o ber_any.o odr.o odr_mem.o dumpber.o odr_enum.o libxml2_error.o comstack.o tcpip.o waislen.o unix.o prt-ext.o ill-get.o zget.o yaz-ccl.o diag-entry.o logrpn.o otherinfo.o pquery.o sortspec.o charneg.o initopt.o zoom-c.o zoom-socket.o zoom-opt.o grs1disp.o zgdu.o soap.o srw.o srwutil.o opacdisp.o cclfind.o ccltoken.o cclerrms.o cclqual.o cclptree.o cclqfile.o cclstr.o cclxmlconfig.o ccl_stop_words.o cql.o cqlstdio.o cqltransform.o cqlutil.o xcqlutil.o cqlstring.o rpn2cql.o cqlstrer.o querytowrbuf.o tcpdchk.o test.o timing.o xmlquery.o xmlerror.o http.o mime.o oid_util.o tokenizer.o record_conv.o retrieval.o elementset.o snprintf.o query-charset.o copy_types.o match_glob.o poll.o daemon.o iconv_encode_marc8.o iconv_encode_iso_8859_1.o iconv_encode_wchar.o iconv_decode_marc8.o iconv_decode_iso5426.o iconv_decode_danmarc.o sc.o libtool: link: ranlib .libs/libyaz.a libtool: link: ( cd ".libs" && rm -f "libyaz.la" && ln -s "../libyaz.la" "libyaz.la" ) make: *** [install-recursive] Error 1 ==> Backtrace /usr/local/Library/Homebrew/formula.rb:242:in `system' /usr/local/Library/Formula/yaz.rb:15:in `install' /usr/local/Library/Homebrew/install.rb:89:in `install' /usr/local/Library/Homebrew/formula.rb:153:in `brew' /usr/local/Library/Homebrew/formula.rb:290:in `stage' /usr/local/Library/Homebrew/formula.rb:257:in `mktemp' /usr/local/Library/Homebrew/formula.rb:288:in `stage' /usr/local/Library/Homebrew/formula.rb:148:in `brew' /usr/local/Library/Homebrew/install.rb:76:in `install' /usr/local/Library/Homebrew/install.rb:39 /usr/local/Library/Formula/yaz.rb:13 ==> Environment HOMEBREW_VERSION: 0.5 HEAD: <a href="/mxcl/homebrew/commit/57be17582e03397ee49c9260a2b3064be7b4834f">57be175</a> HOMEBREW_PREFIX: /usr/local HOMEBREW_CELLAR: /usr/local/Cellar HOMEBREW_CACHE: /Users/julian/Library/Caches/Homebrew HOMEBREW_REPOSITORY: /usr/local Library Path: /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby Hardware: dual-core 64-bit core2 OS X: 10.6.2 Kernel Architecture: i386 Ruby: 1.8.7-72 GCC: 4.2 build 5646 LLVM: build 2206 MacPorts or Fink? false Exit status: 512 Error: Failure while executing: make install Please report this bug to http://bit.ly/Homebrew HoffBook:local julian$Oh, and I tried following the mailing list hint I posted above and compiled libxml2 into /opt/local and added "--with-xml2=/opt/local" to the formula, but it still wouldn’t work.
I refer you to:
# NOTE this formula conflicts with icu4c on Snow Leopard at the moment # if this is a problem for you then please fix it! Thanks.So yeah,
brew rm icu4cand try again?D’oh! Sorry! Thanks!
So, could one modify the yaz formula to temporarily move icu4c somewhere else while installing, and then afterwards move it back? But then I guess that would be problematic if the installation failed due to other problems?
We can
brew unlink icu4cand then link it back again afterwards.It may make more sense to make icu4c keg-only, it's a weird library anyway.
-
mtr installs cleanly but fails at runtime with "mtr: unable to get raw sockets"
this can be worked around by making the executables setuid root. However, setuid is often avoided for security reasons; I am new to brew (and os x) and don't know if there is any better option. I also don't know why mtr builds both bin and sbin versions of itself
chmod 4755 /usr/local/Cellar/mtr/0.75/bin/mtr
chmod 4755 /usr/local/Cellar/mtr/0.75/sbin/mtr
sudo chown root /usr/local/Cellar/mtr/0.75/bin/mtr
sudo chown root /usr/local/Cellar/mtr/0.75/sbin/mtrComments
Agreed, it really shouldn't be in bin/ additionally, I've fixed this here: http://github.com/jezdez/homebrew/commit/574658149cc64ad98c02de447b4fd546fcee593a
Regarding the access to raw sockets I usually just call mtr with sudo given the fact I run brew without sudo in ~/.local.
-
==> Environment HOMEBREW_VERSION: 0.5
HEAD: f214b67
HOMEBREW_PREFIX: /Users/tjweir/g/homebrew
HOMEBREW_CELLAR: /Users/tjweir/g/homebrew/Cellar
HOMEBREW_CACHE: /Users/tjweir/Library/Caches/Homebrew
HOMEBREW_REPOSITORY: /Users/tjweir/g/homebrew
Library Path: /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby
Hardware: dual-core 64-bit penryn
OS X: 10.6.2
Kernel Architecture: i386
Ruby: 1.8.7-72
GCC: 4.2 build 5646
LLVM: build 2206
MacPorts or Fink? false
Exit status: 256
Error: Failure while executing: ./configure --prefix=/Users/tjweir/g/homebrew/Cellar/ctags/5.8 --enable-macro-patterns --mandir='/Users/tjweir/g/homebrew/Cellar/ctags/5.8/share/man' --with-readlib
Comments
Same issue
$ brew install ctags ==> Downloading http://prdownloads.sourceforge.net/ctags/ctags-5.8.tar.gz File already downloaded and cached to /Users/josh/Library/Caches/Homebrew ==> ./configure --prefix=/usr/local/Cellar/ctags/5.8 --enable-macro-patterns --m configure: error: expected an absolute directory name for --mandir: '/usr/local/Cellar/ctags/5.8/share/man' ==> Backtrace /usr/local/Library/Homebrew/formula.rb:242:in `system' /usr/local/Library/Formula/ctags.rb:11:in `install' /usr/local/Library/Homebrew/install.rb:89:in `install' /usr/local/Library/Homebrew/formula.rb:153:in `brew' /usr/local/Library/Homebrew/formula.rb:290:in `stage' /usr/local/Library/Homebrew/formula.rb:257:in `mktemp' /usr/local/Library/Homebrew/formula.rb:288:in `stage' /usr/local/Library/Homebrew/formula.rb:148:in `brew' /usr/local/Library/Homebrew/install.rb:76:in `install' /usr/local/Library/Homebrew/install.rb:39 /usr/local/Library/Formula/ctags.rb:10 ==> Environment fatal: Not a git repository (or any of the parent directories): .git HOMEBREW_VERSION: 0.5 HEAD: HOMEBREW_PREFIX: /usr/local HOMEBREW_CELLAR: /usr/local/Cellar HOMEBREW_CACHE: /Users/josh/Library/Caches/Homebrew HOMEBREW_REPOSITORY: /usr/local Library Path: /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby Hardware: dual-core 64-bit penryn OS X: 10.6.2 Kernel Architecture: i386 Ruby: 1.8.7-72 GCC: 4.2 build 5646 LLVM: build 2206 MacPorts or Fink? false Exit status: 256 Error: Failure while executing: ./configure --prefix=/usr/local/Cellar/ctags/5.8 --enable-macro-patterns --mandir='/usr/local/Cellar/ctags/5.8/share/man' --with-readlib Please report this bug to http://bit.ly/Homebrew -
Comments
Odd! Changing into the dir manually and executing
./configure --prefix=/usr/local/Cellar/x264/HEAD --disable-debug --disable-dependency-tracking --enable-shared make
builds just fine
Sorry. /Users/tcurdt/Library/Caches/Homebrew/x264-HEAD/
Just saw: trying again today the error is different:
==> Environment fatal: Not a git repository (or any of the parent directories): .git
HOMEBREW_VERSION: 0.5
HEAD:Seems like some path construction is wrong.
Can you reproduce the problem? ...or do you need more information?
-
$ brew install ffmpeg ==> Downloading http://www.tortall.net/projects/yasm/releases/yasm-0.8.0.tar.gz
100.0%==> ./configure --prefix=/usr/local/Cellar/yasm/0.8.0 --disable-debug --disable-dependency-tracking ==> make install /usr/local/Cellar/yasm/0.8.0: 41 files, 2.8M, built in 27 seconds ==> Cloning git://git.videolan.org/x264.git Initialized empty Git repository in /Users/tcurdt/Library/Caches/Homebrew/x264-HEAD/.git/
git.videolan.org[0: 2001:41d0:1:a690::1]: errno=No route to host
remote: Counting objects: 9415, done.
remote: Compressing objects: 100% (2821/2821), done.
remote: Total 9415 (delta 7585), reused 8100 (delta 6554)
Receiving objects: 100% (9415/9415), 2.26 MiB | 877 KiB/s, done.
Resolving deltas: 100% (7585/7585), done.
==> ./configure --prefix=/usr/local/Cellar/x264/HEAD --disable-debug --disable-dependency-tracking --enable-shared Unknown option --disable-debug, ignored
Unknown option --disable-dependency-tracking, ignored
endian test failed
==> Backtrace /usr/local/Library/Homebrew/formula.rb:242:insystem' /usr/local/Library/Formula/x264.rb:10:ininstall' /usr/local/Library/Homebrew/install.rb:89:ininstall' /usr/local/Library/Homebrew/formula.rb:153:inbrew' /usr/local/Library/Homebrew/formula.rb:290:instage' /usr/local/Library/Homebrew/formula.rb:257:inmktemp' /usr/local/Library/Homebrew/formula.rb:288:instage' /usr/local/Library/Homebrew/formula.rb:148:inbrew' /usr/local/Library/Homebrew/install.rb:76:in `install' /usr/local/Library/Homebrew/install.rb:39 /usr/local/Library/Formula/x264.rb:9 ==> Environment HOMEBREW_VERSION: 0.5
HEAD: 7e05024
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_CACHE: /Users/tcurdt/Library/Caches/Homebrew
HOMEBREW_REPOSITORY: /usr/local
Library Path: /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby
Hardware: dual-core 64-bit penryn
OS X: 10.6.2
Kernel Architecture: i386
Ruby: 1.8.7-72
GCC: 4.2 build 5646
LLVM: build 2206
MacPorts or Fink? false
Exit status: 256
Error: Failure while executing: ./configure --prefix=/usr/local/Cellar/x264/HEAD --disable-debug --disable-dependency-tracking --enable-shared
Please report this bug to http://bit.ly/Homebrew
Comments
-
Mysql download link seem to be broken in master.
2 comments Created about 1 month ago by czikocurl: (22) The requested URL returned error: 404
Error: Failure while executing: curl -f#LA Homebrew 0.5 (Ruby 1.8.7-72; Mac OS X 10.6.2) http://mysql.llarian.net/Downloads/MySQL-5.1/mysql-5.1.39.tar.gz -o /Library/Caches/Homebrew/mysql-5.1.39.tar.gz
Comments
-
I am trying to install MySQL with homebrew, but I'm getting the following problem:
curl: (22) Failed to connect to 2001:5d8:11::14: No route to host
Error: Failure while executing: curl -f#LA Homebrew 0.5 (Ruby 1.8.7-72; Mac OS X 10.6.2) http://mysql.llarian.net/Downloads/MySQL-5.1/mysql-5.1.39.tar.gz -o /Users/hugobarauna/Library/Caches/Homebrew/mysql-5.1.39.tar.gzMaybe the problem is that the URL http://mysql.llarian.net/Downloads/MySQL-5.1/mysql-5.1.39.tar.gz doesn't exist.
Could you help me?
Comments
http://github.com/RichardBronosky/homebrew/commit/ff02c293aaf09bab052772a7d2a32a2cac541c06
(Hopefully one of the 5.1.41 updates will be in the upcoming mega-patch.)
hugobarauna
Sat Nov 21 10:42:37 -0800 2009
| link
Thanks, it seems that it's working now!
-
The built-in "help" command for fish is rendered useless because homebrew's cleaner autodeletes the docs. Generally I think the approach is fine, but in this case it's breaking a built-in command so it'd be nice if there were a way to override the default.
Comments
-
Fresh homebrew download, tried to brew install git
local$ brew install git
100.0%
Warning: You should upgrade to Xcode 3.1.4
Warning: It appears you have Macports or Fink installed
Although, unlikely, this can break builds or cause obscure runtime issues.
If you experience problems try uninstalling these tools.
==> Downloading http://kernel.org/pub/software/scm/git/git-1.6.5.2.tar.bz2==> ./configure --prefix=/usr/local/Cellar/git/1.6.5.2 configure: Setting lib to 'lib' (the default)
configure: Will try -pthread then -lpthread to enable POSIX Threads.
configure: CHECKS for site configuration
configure: CHECKS for programs
checking for C compiler default output file name...
configure: error: in/private/tmp/homebrew-git-1.6.5.2-9Ar0/git-1.6.5.2':<br/> configure: error: C compiler cannot create executables<br/> Seeconfig.log' for more details.
==> Backtrace /usr/local/Library/Homebrew/formula.rb:242:insystem' /usr/local/Library/Formula/git.rb:22:ininstall' /usr/local/Library/Homebrew/install.rb:89:ininstall' /usr/local/Library/Homebrew/formula.rb:153:inbrew' /usr/local/Library/Homebrew/formula.rb:290:instage' /usr/local/Library/Homebrew/formula.rb:257:inmktemp' /usr/local/Library/Homebrew/formula.rb:288:instage' /usr/local/Library/Homebrew/formula.rb:148:inbrew' /usr/local/Library/Homebrew/install.rb:76:in `install' /usr/local/Library/Homebrew/install.rb:39 /usr/local/Library/Formula/git.rb:13 ==> Environment /usr/local/bin/brew:44: command not found: git rev-parse --verify HEAD HOMEBREW_VERSION: 0.5
HEAD:
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_CACHE: /Users/monitor/Library/Caches/Homebrew
HOMEBREW_REPOSITORY: /usr/local
Library Path: /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby
Hardware: dual-core 64-bit core2
OS X: 10.5.8
Kernel Architecture: i386
Ruby: 1.8.6-287
GCC: 4.2 build 0
LLVM: N/A
MacPorts or Fink? /opt/local/bin/port
Exit status: 19712
Error: Failure while executing: ./configure --prefix=/usr/local/Cellar/git/1.6.5.2
Please report this bug to http://bit.ly/Homebrew
local$Comments
(Deleted previous comment, sorry.)
Probable cause is things installed with /opt/local overriding other versions of those tools, and not being up to snuff. The "GCC 4.2 build 0" is rather troubling, the build # should be up around 5577, and the Library Path should be something like /Users/monitor/Library/Homebrew
Hey Seb, can you install with --debug and then paste the config.log.
brettporter
Mon Nov 30 15:57:07 -0800 2009
| link
I got this error on a new Mac because I'd forgotten to install the dev tools. I think the error handling just needs to be updated to show that gcc could not be found and that the xcode tools need to be installed
Yeah the bug is: sebr failed to install Xcode. There's not much other reason for the GCC 4.2 build number being 0.
We did not so long ago have code that error'd out if Xcode wasn't installed. However I removed it because ~20% of our formula don't need Xcode installed so it seemed over zealous.
"Install Xcode" is already in the README, not much better we can do there.
-
It would be nice to have bazaar/bzr under Homebrew.
Comments
I've added it in my fork webs/homebrew@dc25735 :)
-
9 jordan@thetourist ~ > brew install gnu-tar
==> Downloading ftp://ftp.gnu.org/gnu/tar/tar-1.22.tar.gz File already downloaded and cached to /Users/jordan/Library/Caches/Homebrew
==> ./configure --prefix='/opt/homebrew/Cellar/gnu-tar/1.22' --program-prefix=g --mandir='/opt/homebrew/Cellar/gnu-tar/1.22/share/man' configure: error: expected an absolute directory name for --prefix: '/opt/homebrew/Cellar/gnu-tar/1.22'
==> Backtrace /opt/homebrew/Library/Homebrew/formula.rb:242:insystem' /opt/homebrew/Library/Formula/gnu-tar.rb:9:ininstall' /opt/homebrew/Library/Homebrew/install.rb:89:ininstall' /opt/homebrew/Library/Homebrew/formula.rb:153:inbrew' /opt/homebrew/Library/Homebrew/formula.rb:290:instage' /opt/homebrew/Library/Homebrew/formula.rb:257:inmktemp' /opt/homebrew/Library/Homebrew/formula.rb:288:instage' /opt/homebrew/Library/Homebrew/formula.rb:148:inbrew' /opt/homebrew/Library/Homebrew/install.rb:76:in `install' /opt/homebrew/Library/Homebrew/install.rb:39 /opt/homebrew/Library/Formula/gnu-tar.rb:8 ==> Environment fatal: Not a git repository (or any of the parent directories): .git
HOMEBREW_VERSION: 0.5
HEAD:
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CELLAR: /opt/homebrew/Cellar
HOMEBREW_CACHE: /Users/jordan/Library/Caches/Homebrew
HOMEBREW_REPOSITORY: /opt/homebrew
Library Path: /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby
Hardware: dual-core 64-bit core2
OS X: 10.6.2
Kernel Architecture: i386
Ruby: 1.8.7-72
GCC: 4.2 build 5646
LLVM: build 2206
MacPorts or Fink? false
Exit status: 256
Error: Failure while executing: ./configure --prefix='/opt/homebrew/Cellar/gnu-tar/1.22' --program-prefix=g --mandir='/opt/homebrew/Cellar/gnu-tar/1.22/share/man'
Please report this bug to http://bit.ly/HomebrewComments
About to submit a patch for ctags that does the same thing (remove single quotes around mandir). Is this is a good idea though, i.e. I'm assuming it breaks support for paths with spaces in them. Perhaps we should be using Shellwords.escape or something?
-
I've tried to install parrot (the VM), but it failed.
$ brew install parrot Warning: You should upgrade to Xcode 3.1.4
Warning: It appears you have Macports or Fink installed
Although, unlikely, this can break builds or cause obscure runtime issues.
If you experience problems try uninstalling these tools.
==> Downloading ftp://ftp.parrot.org//pub/parrot/releases/devel/1.6.0/parrot-1.6.0.tar.gz File already downloaded and cached to /Users/lucian/Library/Caches/Homebrew
==> perl Configure.pl --prefix=/usr/local/Cellar/parrot/1.6.0 --debugging=0 --without-opengl --cc=gcc-4.2 Parrot Version 1.6.0 Configure 2.0
Copyright (C) 2001-2009, Parrot Foundation.Hello, I'm Configure. My job is to poke and prod your system to figure out
how to build Parrot. The process is completely automated, unless you passed in
the `--ask' flag on the command line, in which case I'll prompt you for a few
pieces of info.Since you're running this program, you obviously have Perl 5--I'll be pulling
some defaults from its configuration.init::manifest - Check MANIFEST.....................................done.
init::defaults - Set Configure's default values.....................done.
init::install - Set up installation paths..........................done.
init::hints - Load platform and local hints files................done.
init::headers - Find header files distributed with Parrot..........done.
inter::progs - Determine what C compiler and linker to use...Compilation failed with 'gcc-4.2'
==> Backtrace /usr/local/Library/Homebrew/formula.rb:242:insystem' /usr/local/Library/Formula/parrot.rb:11:ininstall' /usr/local/Library/Homebrew/install.rb:89:ininstall' /usr/local/Library/Homebrew/formula.rb:153:inbrew' /usr/local/Library/Homebrew/formula.rb:290:instage' /usr/local/Library/Homebrew/formula.rb:257:inmktemp' /usr/local/Library/Homebrew/formula.rb:288:instage' /usr/local/Library/Homebrew/formula.rb:148:inbrew' /usr/local/Library/Homebrew/install.rb:76:in `install' /usr/local/Library/Homebrew/install.rb:39 /usr/local/Library/Formula/parrot.rb:10 ==> Environment HOMEBREW_VERSION: 0.5
HEAD: 7e05024
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_CACHE: /Users/lucian/Library/Caches/Homebrew
HOMEBREW_REPOSITORY: /usr/local
Library Path: /Library/Frameworks/RubyCocoa.framework/Resources/ruby
Hardware: dual-core 64-bit penryn
OS X: 10.5.8
Kernel Architecture: i386
Ruby: 1.8.6-287
GCC: 4.2 build 5566
LLVM: N/A
MacPorts or Fink? /opt/local/bin/port
Exit status: 256
Error: Failure while executing: perl Configure.pl --prefix=/usr/local/Cellar/parrot/1.6.0 --debugging=0 --without-opengl --cc=gcc-4.2
Please report this bug to http://bit.ly/Homebrew
Comments
lucian1900
Wed Nov 18 07:56:07 -0800 2009
| link
I've made a patch for this, http://pastie.org/704296
-
Here is my issue when i install postgresql with brew :
My enviroment:
OS: Leopard
Ruby Version: ruby 1.8.6 (2008-08-11 patchlevel 287) [universal-darwin9.0]run "brew install postgresql" got problems below:
log error messages:
checking for SSL_library_init in -lssl... yes
checking for xmlSaveToBuffer in -lxml2... no
configure: error: library 'xml2' (version >= 2.6.23) is required for XML support
==> Backtrace /usr/local/Library/Homebrew/formula.rb:242:insystem' /usr/local/Library/Formula/postgresql.rb:34:ininstall' /usr/local/Library/Homebrew/install.rb:89:ininstall' /usr/local/Library/Homebrew/formula.rb:153:inbrew' /usr/local/Library/Homebrew/formula.rb:290:instage' /usr/local/Library/Homebrew/formula.rb:257:inmktemp' /usr/local/Library/Homebrew/formula.rb:288:instage' /usr/local/Library/Homebrew/formula.rb:148:inbrew' /usr/local/Library/Homebrew/install.rb:76:in `install' /usr/local/Library/Homebrew/install.rb:39 /usr/local/Library/Formula/postgresql.rb:68 ==> Environment HOMEBREW_VERSION: 0.5
HEAD: 7e05024
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_CACHE: /Users/eiffel/Library/Caches/Homebrew
HOMEBREW_REPOSITORY: /usr/local
Library Path: /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby
Hardware: dual-core 64-bit penryn
OS X: 10.5.8
Kernel Architecture: i386
Ruby: 1.8.6-287
GCC: 4.2 build 5577
LLVM: N/A
MacPorts or Fink? false
Exit status: 256
Error: Failure while executing: ./configure --enable-thread-safety --with-bonjour --with-python --with-perl --with-gssapi --with-krb5 --with-openssl --with-libxml --with-libxslt --prefix=/usr/local/Cellar/postgresql/8.4.1 --disable-debug
Please report this bug to http://bit.ly/Homebrew
it seems the xml2 parser‘ problem.
any help will be appreciated, thanks in advance.
Comments
It works if you add "--with-libraries=/usr/local/lib" to configure_args in postgresql.rb
-
Homebrew install erlang and wine broken on my mac book
6 comments Created about 1 month ago by eiffelqiuI wished to give homebrew a try recently, so i decided to install erlang, ruby and wine first, threee most important thing used most.
1: I uninstall macports
i did it as follow (the way macports said)a) sudo port -f uninstall installed
uninstalled all my macports
b)
sudo rm -rf /opt/local <br/> /Applications/MacPorts \ /Applications/DarwinPorts \ /Library/Tcl/macports1.0 \ /Library/Tcl/darwinports1.0 \ /Library/LaunchDaemons/org.macports. \ /Library/StartupItems/DarwinPortsStartup \ /Library/Receipts/MacPorts.pkg \ /Library/Receipts/DarwinPorts*.pkg \ ~/.macportsit seems i do not have any legacy ports software installed now. i also run "port " command in the shell to check whether it still existed, make sure it's gone.
2) i used to install a lot of Ruby version on my laptop, i just wondered that maybe that's the reason which caused my first "brew install erlang" failed, so i uninstalled them all, and just left mac's own ruby, those brew installed ruby( ruby 1.9.2 and Ruby Enterprise Edition) were all gone.
i ran "which ruby", it told me the ruby path
which ruby
/usr/bin/rubyruby version :
ruby -v
ruby 1.8.6 (2008-08-11 patchlevel 287) [universal-darwin9.0]3) in order to make compile success without any warning, i install the iPhone SDK 3.1.2(the newest stable version) to update my xcode .
4) now i thought my enviroment was clean now.
so i ran the command below
"brew install erlang", it still broke
here is the log error message :
g++-4.2 -c -I/usr/lib/wx/include/mac-unicode-debug-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DWXDEBUG -DWXMAC -g -Wall -fPIC -DDEBUG -no-cpp-precomp -O3 -march=nocona -mfpmath=sse -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.5 -O3 -D_MACOSX -D_THREAD_SAFE -D_REENTRANT -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_VOID_P=4 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_SUPPORT=1 -DHAVE_GLINTPTR=1 -DHAVE_GLINTPTRARB=1 -DHAVE_GLCHAR=1 -DHAVE_GLCHARARB=1 -DHAVE_WX_STC_STC_H=1 -I/private/tmp/homebrew-erlang-R13B02-1-2Nbl/otp_src_R13B02-1/erts/emulator/beam -I/private/tmp/homebrew-erlang-R13B02-1-2Nbl/otp_src_R13B02-1/erts/emulator/sys/i386-apple-darwin9.8.0 -I/private/tmp/homebrew-erlang-R13B02-1-2Nbl/otp_src_R13B02-1/erts/include/internal -I/private/tmp/homebrew-erlang-R13B02-1-2Nbl/otp_src_R13B02-1/erts/include/internal/i386-apple-darwin9.8.0 -I/private/tmp/homebrew-erlang-R13B02-1-2Nbl/otp_src_R13B02-1/erts/include -I/private/tmp/homebrew-erlang-R13B02-1-2Nbl/otp_src_R13B02-1/erts/include/i386-apple-darwin9.8.0 gen/wxe_events.cpp -o i386-apple-darwin9.8.0/wxe_events.o
gen/wxe_events.cpp: In function ‘void initEventTable()’:
gen/wxe_events.cpp:277: error: ‘wxEVT_COMMAND_AUINOTEBOOK_TAB_MIDDLE_DOWN’ was not declared in this scope
gen/wxe_events.cpp:278: error: ‘wxEVT_COMMAND_AUINOTEBOOK_TAB_MIDDLE_UP’ was not declared in this scope
gen/wxe_events.cpp:279: error: ‘wxEVT_COMMAND_AUINOTEBOOK_TAB_RIGHT_DOWN’ was not declared in this scope
gen/wxe_events.cpp:280: error: ‘wxEVT_COMMAND_AUINOTEBOOK_TAB_RIGHT_UP’ was not declared in this scope
gen/wxe_events.cpp:281: error: ‘wxEVT_COMMAND_AUINOTEBOOK_PAGE_CLOSED’ was not declared in this scope
gen/wxe_events.cpp:282: error: ‘wxEVT_COMMAND_AUINOTEBOOK_DRAG_DONE’ was not declared in this scope
gen/wxe_events.cpp:283: error: ‘wxEVT_COMMAND_AUINOTEBOOK_BG_DCLICK’ was not declared in this scope
make[3]: [i386-apple-darwin9.8.0/wxe_events.o] Error 1
make[2]: [opt] Error 2
make[1]: [opt] Error 2
make: [libs] Error 2
==> Backtrace /usr/local/Library/Homebrew/formula.rb:242:insystem' /usr/local/Library/Formula/erlang.rb:64:ininstall' /usr/local/Library/Homebrew/install.rb:89:ininstall' /usr/local/Library/Homebrew/formula.rb:153:inbrew' /usr/local/Library/Homebrew/formula.rb:290:instage' /usr/local/Library/Homebrew/formula.rb:257:inmktemp' /usr/local/Library/Homebrew/formula.rb:288:instage' /usr/local/Library/Homebrew/formula.rb:148:inbrew' /usr/local/Library/Homebrew/install.rb:76:in `install' /usr/local/Library/Homebrew/install.rb:39 /usr/local/Library/Formula/erlang.rb:39 ==> Environment fatal: Not a git repository (or any of the parent directories): .git
HOMEBREW_VERSION: 0.5
HEAD:
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_CACHE: /Users/eiffel/Library/Caches/Homebrew
HOMEBREW_REPOSITORY: /usr/local
Library Path: /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby
Hardware: dual-core 64-bit penryn
OS X: 10.5.8
Kernel Architecture: i386
Ruby: 1.8.6-287
GCC: 4.2 build 5577
LLVM: N/A
MacPorts or Fink? false
Exit status: 512
Error: Failure while executing: make
Please report this bug to http://bit.ly/Homebrew5): wheren i ran "brew install wine", it still gets the error too.
here is log error message.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_X86_64 -DREAL_IS_FLOAT -O3 -march=nocona -mfpmath=sse -mmmx -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.4 -MT dct64_x86_64.lo -MD -MP -MF .deps/dct64_x86_64.Tpo -c dct64_x86_64.S -fno-common -DPIC -o .libs/dct64_x86_64.o
.S:89:_costab_x86_64(%rip)' is not a valid base/index expression .S:91:bad register name%rdx)' .S:92:bad register name%rdx)' .S:93:bad register name%rdx)' .S:94:bad register name%rdx)' .S:97:bad register name%xmm15' .S:98:bad register name%xmm14' .S:99:bad register name%xmm8' .S:100:bad register name%xmm9' .S:101:bad register name%xmm15' .S:102:bad register name%xmm14' .S:104:bad register name%rdx)' .S:105:bad register name%rdx)' .S:106:bad register name%rdx)' .S:107:bad register name%rdx)' .S:110:bad register name%xmm13' .S:111:bad register name%xmm12' .S:112:bad register name%xmm10' .S:113:bad register name%xmm11' .S:114:bad register name%xmm13' .S:115:bad register name%xmm12' .S:117:bad register name%rcx)' .S:118:bad register name%rcx)' .S:119:bad register name%rcx)' .S:120:bad register name%rcx)' .S:121:bad register name%xmm15' .S:122:bad register name%xmm14' .S:123:bad register name%xmm13' .S:124:bad register name%xmm12' .S:126:bad register name%rcx)' .S:127:bad register name%rcx)' .S:129:bad register name%xmm11' .S:130:bad register name%xmm10' .S:131:bad register name%xmm13' .S:132:bad register name%xmm12' .S:133:bad register name%xmm8' .S:134:bad register name%xmm9' .S:135:bad register name%xmm14' .S:136:bad register name%xmm15' .S:137:bad register name%xmm11' .S:138:bad register name%xmm10' .S:139:bad register name%xmm13' .S:140:bad register name%xmm12' .S:141:bad register name%xmm8' .S:142:bad register name%xmm9' .S:143:bad register name%xmm12' .S:144:bad register name%xmm13' .S:145:bad register name%xmm11' .S:146:bad register name%xmm10' .S:147:bad register name%xmm14' .S:148:bad register name%xmm15' .S:150:bad register name%rcx)' .S:152:bad register name%xmm9' .S:153:bad register name%xmm13' .S:154:bad register name%xmm10' .S:155:bad register name%xmm14' .S:156:bad register name%xmm8' .S:157:bad register name%xmm12' .S:158:bad register name%xmm11' .S:159:bad register name%xmm15' .S:160:bad register name%xmm9' .S:161:bad register name%xmm13' .S:162:bad register name%xmm10' .S:163:bad register name%xmm14' .S:164:bad register name%xmm8' .S:165:bad register name%xmm12' .S:166:bad register name%xmm10' .S:167:bad register name%xmm14' .S:168:bad register name%xmm9' .S:169:bad register name%xmm13' .S:170:bad register name%xmm11' .S:171:bad register name%xmm15' .S:173:bad register name%rcx)' .S:177:bad register name%xmm8' .S:178:bad register name%xmm9' .S:179:bad register name%xmm10' .S:180:bad register name%xmm11' .S:181:bad register name%xmm10' .S:182:bad register name%xmm11' .S:185:bad register name%xmm8' .S:186:bad register name%xmm9' .S:187:bad register name%xmm8' .S:188:bad register name%xmm9' .S:191:bad register name%xmm8' .S:192:bad register name%xmm9' .S:193:bad register name%xmm8' .S:194:bad register name%xmm10' .S:195:bad register name%xmm9' .S:196:bad register name%xmm11' .S:198:bad register name%xmm12' .S:199:bad register name%xmm13' .S:200:bad register name%xmm14' .S:201:bad register name%xmm15' .S:202:bad register name%xmm14' .S:203:bad register name%xmm15' .S:206:bad register name%xmm12' .S:207:bad register name%xmm13' .S:208:bad register name%xmm12' .S:209:bad register name%xmm13' .S:212:bad register name%xmm12' .S:213:bad register name%xmm13' .S:214:bad register name%xmm12' .S:215:bad register name%xmm14' .S:216:bad register name%xmm13' .S:217:bad register name%xmm15' .S:225:bad register name%xmm8' .S:226:bad register name%xmm10' .S:227:bad register name%xmm9' .S:228:bad register name%xmm9' .S:229:bad register name%xmm11' .S:230:bad register name%xmm11' .S:231:bad register name%xmm8' .S:232:bad register name%xmm10' .S:233:bad register name%xmm8' .S:235:bad register name%xmm10' .S:237:bad register name%xmm8' .S:238:bad register name%xmm10' .S:241:bad register name%xmm8' .S:242:bad register name%xmm10' .S:245:bad register name%xmm8' .S:246:bad register name%xmm10' .S:247:bad register name%xmm8' .S:248:bad register name%xmm9' .S:249:bad register name%xmm10' .S:250:bad register name%xmm11' .S:252:bad register name%xmm12' .S:253:bad register name%xmm14' .S:254:bad register name%xmm13' .S:255:bad register name%xmm13' .S:256:bad register name%xmm15' .S:257:bad register name%xmm15' .S:258:bad register name%xmm12' .S:259:bad register name%xmm14' .S:260:bad register name%xmm12' .S:262:bad register name%xmm14' .S:264:bad register name%xmm12' .S:265:bad register name%xmm14' .S:268:bad register name%xmm12' .S:269:bad register name%xmm14' .S:272:bad register name%xmm12' .S:273:bad register name%xmm14' .S:274:bad register name%xmm12' .S:275:bad register name%xmm13' .S:276:bad register name%xmm14' .S:277:bad register name%xmm15' .S:282:bad register name%xmm8' .S:283:bad register name%xmm9' .S:286:bad register name%xmm8' .S:287:bad register name%xmm9' .S:291:bad register name%xmm10' .S:292:bad register name%xmm11' .S:295:bad register name%xmm10' .S:296:bad register name%xmm11' .S:300:bad register name%xmm12' .S:301:bad register name%xmm13' .S:304:bad register name%xmm12' .S:305:bad register name%xmm13' .S:309:bad register name%xmm14' .S:310:bad register name%xmm15' .S:313:bad register name%xmm14' .S:314:bad register name%xmm15' .S:316:bad register name%xmm9' .S:317:bad register name%xmm11' .S:318:bad register name%xmm13' .S:319:bad register name%xmm15' .S:324:bad register name%xmm9' .S:325:bad register name%xmm11' .S:326:bad register name%xmm13' .S:327:bad register name%xmm15' .S:329:bad register name%xmm10' .S:330:bad register name%xmm14' .S:333:bad register name%xmm11' .S:334:bad register name%xmm15' .S:335:bad register name%xmm11' .S:336:bad register name%xmm15' .S:338:bad register name%xmm8' .S:339:bad register name%xmm9' .S:340:bad register name%xmm10' .S:341:bad register name%xmm11' .S:342:bad register name%xmm10' .S:343:bad register name%xmm11' .S:345:bad register name%xmm8' .S:346:bad register name%xmm9' .S:347:bad register name%rdi)' .S:348:bad register name%rdi)' .S:351:bad register name%rdi)' .S:352:bad register name%rsi)' .S:353:bad register name%rsi)' .S:355:bad register name%xmm8' .S:356:bad register name%xmm9' .S:359:bad register name%rdi)' .S:360:bad register name%rdi)' .S:363:bad register name%rsi)' .S:364:bad register name%rsi)' .S:366:bad register name%xmm8' .S:367:bad register name%xmm9' .S:370:bad register name%rdi)' .S:371:bad register name%rdi)' .S:374:bad register name%rsi)' .S:375:bad register name%rsi)' .S:381:bad register name%rdi)' .S:382:bad register name%rdi)' .S:385:bad register name%rsi)' .S:386:bad register name%rsi)' .S:388:bad register name%xmm12' .S:389:bad register name%xmm13' .S:390:bad register name%xmm14' .S:391:bad register name%xmm15' .S:395:bad register name%xmm12' .S:396:bad register name%xmm13' .S:397:bad register name%xmm14' .S:398:bad register name%xmm15' .S:400:bad register name%xmm12' .S:401:bad register name%xmm13' .S:402:bad register name%xmm14' .S:403:bad register name%xmm15' .S:404:bad register name%xmm13' .S:405:bad register name%xmm15' .S:407:bad register name%xmm12' .S:408:bad register name%xmm14' .S:409:bad register name%rdi)' .S:410:bad register name%rdi)' .S:413:bad register name%rsi)' .S:414:bad register name%rsi)' .S:416:bad register name%xmm12' .S:417:bad register name%xmm14' .S:420:bad register name%rdi)' .S:421:bad register name%rdi)' .S:424:bad register name%rsi)' .S:425:bad register name%rsi)' .S:427:bad register name%xmm12' .S:428:bad register name%xmm14' .S:431:bad register name%rdi)' .S:432:bad register name%rdi)' .S:435:bad register name%rsi)' .S:436:bad register name%rsi)' .S:442:bad register name%rdi)' .S:443:bad register name%rdi)' .S:446:bad register name%rsi)' .S:447:bad register name%rsi)' make[2]: [dct64_x86_64.lo] Error 1
make[2]: Waiting for unfinished jobs....
mv -f .deps/layer3.Tpo .deps/layer3.Plo
make[1]: [install-recursive] Error 1
make: [install-recursive] Error 1
==> Backtrace /usr/local/Library/Homebrew/formula.rb:242:insystem' /usr/local/Library/Formula/mpg123.rb:27:ininstall' /usr/local/Library/Homebrew/install.rb:89:ininstall' /usr/local/Library/Homebrew/formula.rb:153:inbrew' /usr/local/Library/Homebrew/formula.rb:290:instage' /usr/local/Library/Homebrew/formula.rb:257:inmktemp' /usr/local/Library/Homebrew/formula.rb:288:instage' /usr/local/Library/Homebrew/formula.rb:148:inbrew' /usr/local/Library/Homebrew/install.rb:76:in `install' /usr/local/Library/Homebrew/install.rb:39 /usr/local/Library/Formula/mpg123.rb:13 ==> Environment fatal: Not a git repository (or any of the parent directories): .git
HOMEBREW_VERSION: 0.5
HEAD:
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_CACHE: /Users/eiffel/Library/Caches/Homebrew
HOMEBREW_REPOSITORY: /usr/local
Library Path: /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby
Hardware: dual-core 64-bit penryn
OS X: 10.5.8
Kernel Architecture: i386
Ruby: 1.8.6-287
GCC: 4.2 build 5577
LLVM: N/A
MacPorts or Fink? false
Exit status: 512
Error: Failure while executing: make install
Please report this bug to http://bit.ly/Homebrewso could you help me with that, since i already uninstalled macports, and i wished homebrew could be my only port system on my laptop.
any help will be appreciated.
Comments
I'm not sure what part of the Erlang package depends on wxWidgets, but it looks like it's depending on a version of wxWidgets newer than the one that comes with 10.5.8. I ran into this with FileZilla, so I cherry-picked a wxWidgets formula: http://github.com/adamv/homebrew/commit/da3d4044753ba2208c4dcc94f3afbf2d381db609
I guess the WX stuff doesn't work on 10.5 either.
brew edit erlangSee this line:
system "touch lib/wx/SKIP" if MACOS_VERSION >= 10.6Remove the if.
The wine one is more of a mystery to me.
I'm sorry you uninstalled MacPorts as I tried the phrase the docs and stuff to suggest that you should get Homebrew working first! As I don't want to cause people trouble :(
So we'll try to get this fixed for you.
The Wine formula is using the development branch, 1.3.31, not the stable branch. Looks like (A) the development branch is up to 1.3.33 but the formula has not been updated and (B) the formula may not have been tested on 10.5 (only 10.6). I only have access to 10.5 at work, so I could try compiling Wine there during the week.
Looks like the Wine formula tries to force 32-bit mode, but the make file is detecting the 64 bit CPU and overriding part of this; the assembly related errors are most likely due to this arch mis-match.
thanks adamv for your quick answer, it seems erlang problem has been solved with your advice. I will keep using brew, you have done a great job.
New mpg123 and Wine formulas have it working for me on 10.5:
http://github.com/adamv/homebrew/commit/a6a3a41bcadcc9fccd17f685321a5384368e3abahttp://github.com/adamv/homebrew/commit/431f6455133c002ca71576245efab7e8dd913786
-
make[2]: [compile-onefile] Segmentation fault
make[1]: [/private/tmp/homebrew-emacs-23.1-tAhh/emacs-23.1/src/../lisp/abbrev.elc] Error 2
make[1]: Waiting for unfinished jobs....
/bin/sh: line 1: 41115 Segmentation fault EMACSLOADPATH=/private/tmp/homebrew-emacs-23.1-tAhh/emacs-23.1/lisp LC_ALL=C ../src/bootstrap-emacs -batch --no-site-file --multibyte -l autoload --eval '(setq generated-autoload-file "/private/tmp/homebrew-emacs-23.1-tAhh/emacs-23.1/lisp/loaddefs.el")' -f batch-update-autoloads $wins make[2]: [autoloads] Error 139
make[1]: [/private/tmp/homebrew-emacs-23.1-tAhh/emacs-23.1/src/../lisp/loaddefs.el] Error 2
make: [src] Error 2==> Environment HOMEBREW_VERSION: 0.5
HEAD: 7e05024
HOMEBREW_PREFIX: /Users/iluvatar/projects/GIT/homebrew
HOMEBREW_CELLAR: /Users/iluvatar/projects/GIT/homebrew/Cellar
HOMEBREW_CACHE: /Users/iluvatar/Library/Caches/Homebrew
HOMEBREW_REPOSITORY: /Users/iluvatar/projects/_GIT/homebrew
Library Path: /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby
Hardware: dual-core 64-bit penryn
OS X: 10.6.2
Kernel Architecture: i386
Ruby: 1.8.7-72
GCC: 4.2 build 5646
LLVM: build 2118
MacPorts or Fink? /opt/local/bin/port
Exit status: 512
Comments
-
This library is required for using webdav repositories (pretty common).
Comments
-
Auto-install hg for MercurialDownloadStrategy
9 comments Created about 1 month ago by nirvdrumI just tried to install "go," but was unable to because brew couldn't clone the mercurial repository. Ostensibly this is because I don't have mercurial installed. Perhaps the MercurialDownloadStrategy should auto-install hg as a dependency if needed.
Comments
I'm -1 on the concept of auto-installing source control systems as a dependency, though I can definitely see its appeal.
I'm -1 on auto-install as well, but is mercurial in Homebrew at all? I can't find it. About to work on creating a formula...
@nirvdrum just tried the same thing and hit the same wall. I don't particularly want to see hg auto-installed, but a better warning than "Error: Failure while executing" would be helpful.
@brynary any progress?
Actually, seems like mercurial is available via easy_install, which is probably why there's no formula for it. Didn't realize hg was written in python…
Yeah, realized the same thing. I think Homebrew should simply instruct the user to "easy_install mercurial"
@brynary There was discussion on the wiki someplace at one point about how "brew install mercurial" should just alias to "easy_install mercurial." I don't think any progress was made on that.
@dstrelau Why wouldn't you want it auto-installed? In what case would you want to install "go" and not just do an "easy_install mercurial" if that's what the instructions indicated you should do? I guess I don't get what makes it different from any other dependency shrug
Agreed, homebrew should puts:
This formula requires Mercurial, install it with easy_install or the superior and natively integrated pip:
brew install pip && pip install mercurialThe pip formula made by jezdez recently.
-
New error marshalling seems broken on 8-core
1 comment Created about 1 month ago by adamvI don't have a good repro for this, but it seems that the new error marshalling code doesn't work right on $LOTS-core machines (I have an 8-core MP here.)
I tried to install a brew that does "make install" and the brew "succeeded" (Caveats / Finishing Up / Summary output happened) but then the parallel builds failed and spewed out some more to stdout/stderr.
The brew is now considered "installed" even though it didn't work right.
This brew was previously working with just "make install" and no "ENV.j1".
Comments
-
The ctags Formula fails to build on Mac OSX 10.6.1.
A build log can be found at: http://pastebin.com/m50fd44a
Comments
Fix is to remove single-quotes from mandir:
http://github.com/adamv/homebrew/commit/c57b093152fc994e709399e31bf2841c7d411d82Removing the single quotes indeed fixes it, but does it break things if you've got Homebrew installed in a directory with spaces in it? Ie, does
man_pathreturn a properly escaped string?Using "pass a list of arguments instead of a single string" w/ system should be properly quoting individual parameters, yes.
-
Error: Failure while executing: make install Please report this bug to http://bit.ly/Homebrew Mac OS X: 10.6.1 Ponk: false Exit Status: 512macports was installed, but has since been removed.
Please let me know if I can give any more information!
Comments
Fails for me too, with a bit more output:
brew install ffmpeg ==> Checking out svn://svn.ffmpeg.org/ffmpeg/trunk ... ==> ./configure --prefix=/usr/local/Cellar/ffmpeg/HEAD --disable-debug --enable-nonfree --enable-gpl --enable-libx264 gcc is unable to create an executable file. If gcc is a cross-compiler, use the --enable-cross-compile option. Only do this if you know what cross compiling means. C compiler test failed. If you think configure made a mistake, make sure you are using the latest version from SVN. If the latest version fails, report the problem to the ffmpeg-user@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net. Include the log file "config.err" produced by configure as this will help solving the problem. ==> Backtrace /usr/local/Library/Homebrew/formula.rb:242:in `system' /usr/local/Library/Formula/ffmpeg.rb:15:in `install' /usr/local/Library/Homebrew/install.rb:89:in `install' /usr/local/Library/Homebrew/formula.rb:153:in `brew' /usr/local/Library/Homebrew/formula.rb:290:in `stage' /usr/local/Library/Homebrew/formula.rb:257:in `mktemp' /usr/local/Library/Homebrew/formula.rb:288:in `stage' /usr/local/Library/Homebrew/formula.rb:148:in `brew' /usr/local/Library/Homebrew/install.rb:76:in `install' /usr/local/Library/Homebrew/install.rb:39 /usr/local/Library/Formula/ffmpeg.rb:9 ==> Environment fatal: Not a git repository (or any of the parent directories): .git HOMEBREW_VERSION: 0.5 HEAD: HOMEBREW_PREFIX: /usr/local HOMEBREW_CELLAR: /usr/local/Cellar HOMEBREW_CACHE: /Users/zilence/Library/Caches/Homebrew HOMEBREW_REPOSITORY: /usr/local Library Path: /Library/Frameworks/RubyCocoa.framework/Resources/ruby Hardware: 8-core 64-bit nehalem OS X: 10.6.1 Kernel Architecture: i386 Ruby: 1.8.7-72 GCC: 4.2 build 5646 LLVM: build 2206 MacPorts or Fink? false Exit status: 256 Error: Failure while executing: ./configure --prefix=/usr/local/Cellar/ffmpeg/HEAD --disable-debug --enable-nonfree --enable-gpl --enable-libx264
I used to use macports but it removed it when playing with brew.
To further isolate the problem I tried doing a manual install following the commands of brew. --enable-libx264 seems to be the cause of the problem, when I configure without it works (and compiles) just fine WHEN doing it manually. When using brew (after removing x264 from the formula) the error still appears, seems to be a linker issue.
I had no issues installing ffmpeg through homebrew on 10.6.2 (brand new system).
jdhuntington
Mon Nov 23 09:29:04 -0800 2009
| link
This fails for me as well.
OSX 10.6.2, no macports nor fink, latest version of xcode installed.
[~]# brew install ffmpeg ==> Cloning git://git.videolan.org/x264.git Initialized empty Git repository in /Users/jedediah/Library/Caches/Homebrew/x264-HEAD/.git/
git.videolan.org[0: 2001:41d0:1:a690::1]: errno=No route to host
remote: Counting objects: 9387, done.
remote: Compressing objects: 100% (2793/2793), done.
remote: Total 9387 (delta 7562), reused 8100 (delta 6554)
Receiving objects: 100% (9387/9387), 2.26 MiB | 301 KiB/s, done.
Resolving deltas: 100% (7562/7562), done.
==> ./configure --prefix=/Users/jedediah/homebrew/Cellar/x264/HEAD --disable-debug --disable-dependency-tracking --enable-shared Unknown option --disable-debug, ignored
Unknown option --disable-dependency-tracking, ignored
endian test failed
==> Backtrace /Users/jedediah/homebrew/Library/Homebrew/formula.rb:242:insystem' /Users/jedediah/homebrew/Library/Formula/x264.rb:10:ininstall' /Users/jedediah/homebrew/Library/Homebrew/install.rb:89:ininstall' /Users/jedediah/homebrew/Library/Homebrew/formula.rb:153:inbrew' /Users/jedediah/homebrew/Library/Homebrew/formula.rb:290:instage' /Users/jedediah/homebrew/Library/Homebrew/formula.rb:257:inmktemp' /Users/jedediah/homebrew/Library/Homebrew/formula.rb:288:instage' /Users/jedediah/homebrew/Library/Homebrew/formula.rb:148:inbrew' /Users/jedediah/homebrew/Library/Homebrew/install.rb:76:in `install' /Users/jedediah/homebrew/Library/Homebrew/install.rb:39 /Users/jedediah/homebrew/Library/Formula/x264.rb:9 ==> Environment fatal: Not a git repository (or any of the parent directories): .git
HOMEBREW_VERSION: 0.5
HEAD:
HOMEBREW_PREFIX: /Users/jedediah/homebrew
HOMEBREW_CELLAR: /Users/jedediah/homebrew/Cellar
HOMEBREW_CACHE: /Users/jedediah/Library/Caches/Homebrew
HOMEBREW_REPOSITORY: /Users/jedediah/homebrew
Library Path: /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby
Hardware: dual-core 64-bit penryn
OS X: 10.6.2
Kernel Architecture: i386
Ruby: 1.8.7-72
GCC: 4.2 build 5646
LLVM: build 2206
MacPorts or Fink? false
Exit status: 256
Error: Failure while executing: ./configure --prefix=/Users/jedediah/homebrew/Cellar/x264/HEAD --disable-debug --disable-dependency-tracking --enable-shared
Please report this bug to http://bit.ly/Homebrew
[~]#Also potentially of note, when I run the ./configure command in the local cache, the command executes without issue, specifically, it does not report "endian test failed".
I am seeing this error as well. I had macports at one time, but not anymore.
The ffmpeg formula checks out HEAD from a git repo. The reason for this was there was no stable tarball iirc. Really we should update the formula to use a stable tag.
For now you can force it to fetch a new checkout (because maybe they fixed the problem upstream) by deleting ~/Library/Caches/Homebrew/ffmpeg-HEAD and doing install again.
Indeed the in production brew update command will do this for you, not yet ready though! :)
However having said all of that it looks like a more fundamental problem. Can you run brew install -v ffmpeg?
Actually, it compiles fine on a different computer. I am going to do some investigation, then I'll post my install -v stuff.
Ran into this too. I do have MacPorts installed, but MacPorts does not manage any packages.
$ brew install -v ffmpeg Warning: It appears you have Macports or Fink installed Although, unlikely, this can break builds or cause obscure runtime issues. If you experience problems try uninstalling these tools. ==> Build Environment PATH: /Users/francois/.rvm/ruby-1.8.7-p174/bin:/Users/francois/.rvm/gems/ruby/1.8.7/bin:/Users/francois/.rvm/bin:/Users/francois/.rvm/bin:/Users/francois/bin:/opt/local/sphinx/bin:/usr/local/git/bin:/usr/local/mysql/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/Cellar/ec2-api-tools/1.3-41620//bin CFLAGS: -O4 -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 MAKEFLAGS: -j2 CC: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 CXX: /Developer/usr/llvm-gcc-4.2/bin/llvm-g++-4.2 MACOSX_DEPLOYMENT_TARGET: 10.6 ==> Cloning git://git.videolan.org/x264.git Repository already cloned to /Users/francois/Library/Caches/Homebrew/x264-HEAD git checkout-index -af --prefix=/private/tmp/homebrew-x264-HEAD-R02q/ ==> ./configure --prefix=/usr/local/Cellar/x264/HEAD --disable-debug --disable-dependency-tracking --enable-shared ./configure --prefix=/usr/local/Cellar/x264/HEAD --disable-debug --disable-dependency-tracking --enable-shared Unknown option --disable-debug, ignored Unknown option --disable-dependency-tracking, ignored endian test failed ==> Backtrace /usr/local/Library/Homebrew/formula.rb:242:in `system' /usr/local/Library/Formula/x264.rb:10:in `install' /usr/local/Library/Homebrew/install.rb:89:in `install' /usr/local/Library/Homebrew/formula.rb:153:in `brew' /usr/local/Library/Homebrew/formula.rb:290:in `stage' /usr/local/Library/Homebrew/formula.rb:257:in `mktemp' /usr/local/Library/Homebrew/formula.rb:288:in `stage' /usr/local/Library/Homebrew/formula.rb:148:in `brew' /usr/local/Library/Homebrew/install.rb:76:in `install' /usr/local/Library/Homebrew/install.rb:39 /usr/local/Library/Formula/x264.rb:9 ==> Environment fatal: Not a git repository (or any of the parent directories): .git HOMEBREW_VERSION: 0.5 HEAD: HOMEBREW_PREFIX: /usr/local HOMEBREW_CELLAR: /usr/local/Cellar HOMEBREW_CACHE: /Users/francois/Library/Caches/Homebrew HOMEBREW_REPOSITORY: /usr/local Library Path: /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby Hardware: dual-core 64-bit penryn OS X: 10.6.2 Kernel Architecture: i386 Ruby: 1.8.7-72 GCC: 4.2 build 5646 LLVM: build 2206 MacPorts or Fink? /opt/local/bin/port Exit status: 256 Error: Failure while executing: ./configure --prefix=/usr/local/Cellar/x264/HEAD --disable-debug --disable-dependency-tracking --enable-shared
In fact it is x264 that fails to build, not ffmpeg. However I have fixed both in my next push (hopefully). Please test.
jdhuntington
Wed Dec 02 08:06:01 -0800 2009
| link
x264 configures cleanly now. Thanks!
The next step of the ffmpeg install failed (==> Checking out svn://svn.ffmpeg.org/ffmpeg/trunk
Error: Failure while executing: /usr/bin/svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk -r 20701 /Users/jedediah/Library/Caches/Homebrew/ffmpeg-HEAD), but I was able to run the shown command without issue and continue on with the installation. -
RubyGems, site_ruby, and the Ruby package(s)
14 comments Created about 1 month ago by elliottcableSo, I saw the latest change that removes the
gemandrakebinaries before installing the Ruby package (mxcl@d0ed81)… and I have to say, I disagree.The problem is that there are different gems that build different ways on different Rubies… and you quite likely may want to keep different versions of a gem installed for different Rubies.
The solution is not to not install RubyGems, rather, it is to ensure that the Homebrew RubyGem installation(s) play nice with the system one. I’ve been trying very hard to find a way to get Ruby 1.9’s RubyGem path to point to the correct location, but I’ve had absolutely no luck… the solution may actually be to strip out the RubyGems that Ruby 1.9 installs for you, and subsequently install RubyGems by hand (because then we can handle the gem_path properly). I just don’t know.
For reference, I handle site_ruby nicely in my multiruby branch: elliottcable@multiruby
Comments
Glad to get your feedback here. I babysat someone through all sorts of problems with having two gems installed in the channel, so I'd like to leave it out until there's a solution.
So gem doesn't use the ruby in the path, it's hardcoded? Is that what you are saying?
elliottcable
Wed Nov 11 22:52:14 -0800 2009
| link
No, Ruby doesn’t use the
gemin the path; the search paths are hardcoded.For example: If I use
ruby19to run a program, and that program runsrequire 'nokogiri', then it will look in theruby19search paths… andgem19will install libraries and gems to theruby19search path.However,
gem18will install libraries to theruby18search path instead; meaning that if I run the same script withruby18, it will find the Ruby 1.8-built version of Nokogiri (built and installed viagem18) instead.Which, of course, makes the most sense… at least to me.
As for solutions… the real solution is to not have two gem installations at the same Ruby version. Thus, we should solve the multiruby problem (preferably through git history digging features), and then have Ruby 1.9 install RubyGems alongside… but Ruby 1.8 not do so. Then, we configure them to use the proper search paths, and Homebrew’s Ruby 1.8 and OS X’s Ruby 1.8 will share the same library search path, and run compatible gem installs… whereas the Ruby 1.9 install from Homebrew will have its own subdirectory, and have a separate search path, and therefore a separate
gembinary with which to install gems to that path.Here’s how I envision it:
- A user uses OS X Ruby for a while, amassing a pile of RubyGems and site_ruby
- A user installs Homebrew Ruby 1.9 (
brew install ruby)- None of the user’s previously installed 1.8 gems will be available when running code with the
rubyinterpreter (at/usr/local/bin/ruby), as that is currently a Ruby 1.9 interpreter. RubyGems installed withgem install agem(which will resolve tousr/local/bin/gem, symlinked to Homebrew Ruby 1.9’sgembinary) will be built against Ruby 1.9, and be usable from within code run withruby code_using_ agem.rb, becauserubywill also resolve to Homebrew’s Ruby 1.9 /usr/bin/gemwill still install gems to the Ruby 1.8 directory, and/usr/bin/rubywill still use gems from that directory; therefore, we have changed absolutely nothing about how things work outside of our (Homebrew’s) purview, thus staying true to our overriding goal; anything that worked with/usr/bin/rubybefore will work with/usr/bin/rubyafter installing Homebrew’s Ruby.- It may seem that we broke programs that have previously worked with
ruby… but that’s not particular to this problem, and not something we should worry about. The same would be true if somebody ranbrew install zshand their dotfiles stopped working, becausezshnow points to a newer Zsh than previously. As long as we continue to squat a location higher up the default$PATHthan the default instalaltions, upgrading is always going to be a problem in that way. And that’s fine by me.
- It may seem that we broke programs that have previously worked with
- None of the user’s previously installed 1.8 gems will be available when running code with the
- A user installs Homebrew Ruby 1.8 (
brew install ruby --version 1.8)- All of the user’s previously installed 1.8 gems will be available to code running with both
/usr/local/bin/rubyand/usr/bin/ruby - None of the user’s new 1.9 gems will be available to code using either interpreter, as both are 1.8 interpreters now
- There is no
/usr/local/bin/gem, sogemshould point to/usr/bin/gem, which will install gems into the Ruby 1.8 search path, therefore providing them to both the/usr/local/bin/rubyand/usr/bin/rubyinterpreters
- All of the user’s previously installed 1.8 gems will be available to code running with both
- Finally, the user switches back to Homebrew Ruby 1.9 (
brew link ruby --version 1.9)- Everything, again, works as described above in the first place.
At this point, the user can switch back and forth between his two installed versions of Ruby via
brew linkhowever often he likes; and those versions will always ‘retain’ the same set of gems, because the gems were never uninstalled: each Ruby binary only looks in the gem_path it was built to use.On top of this, the system Ruby will continue to always work, and will share gems and site_ruby with the Homebrew version of Ruby 1.8.
I should also point out that all of the above should hold true for other Ruby versions as well; REE or whatever should provide the same experience as Ruby 1.9, with its own disparate gem repository and binaries.
elliottcable
Wed Nov 11 22:55:31 -0800 2009
| link
I should add that I spent a lot of time trying to achieve something like that with my multiruby branch; unfortunately, while I have got site_ruby working perfectly (shared between Homebrew 1.8 and OS X 1.8, disparate directory for Homebrew Ruby 1.9, all stored under the ‘appropriate’ OS X location of
/Library/Ruby/Site/), I can’t figure out how to make RubyGems play nearly as nice. Especially under 1.9.So, to get to the ideal state of affairs described above, we need two things: support for history-digging via a
--versionflag, and a way to make Ruby 1.9 use gems under/Library/Ruby/Gems/as Ruby 1.8 (both OS X’s system Ruby 1.8, and my multiruby branch Ruby 1.8) does.irb, ri, rdoc, and of course ruby come with os x as well. (we should remove these before linking.) :p
for gems they HAVE to "collide." they aren'y really colliding they just need to have there own space, (as elliot has mentioned above.) you can't run windows 98 and windows xp using the same drivers. (yeah i like analogies) luckily i already have p243 installed so i don't have to worry about this crap happening to me.
as a side note elliot: in the spirit of #2 & #4 of the readme, the new ruby wont /require/ write access to /Library/Ruby/Gems will it?
elliottcable
Fri Nov 13 09:31:29 -0800 2009
| link
Zach: Nope, RubyGems fully supports local gems. I personally never install gems using sudo; because of that, all of my gems reside in
/Users/elliottcable/.gem/ruby/1.9.1/instead of/Library/Ruby/Gems/1.9.1.Worth noting, is the fact that binaries that are distributed with gems will not be in your path by default. I personally have my dotfiles add `
/Users/elliottcable/.gem/ruby/1.9.1/binto my path explicitly, but there may be a better solution we can integrate into Homebrew… I don’t know.
elliottcable
Fri Nov 13 09:34:02 -0800 2009
| link
Oh, and regarding ri, rdoc, and irb…
… well, IRB should really be left alone. Whatever we do with the
rubyinterpreter binary, is what we need to do with theirbbinary. If there’s a newrubyin/usr/local/bin, there should definitely also be a newirb; you never, ever want a situation where something works in therubyin your path, but not theirb(or vice versa), because irb is the primary debugging tool for Rubyists.rdoc and ri are an entirely seperate manner… I’m not entirely sure how documentation caching is handled, I’ve never really bothered with it (I use YARD and project-local
.yardocfiles, personally, so it’s never been a problem). If it is as I suspect, though, we need to handle it the same way we handle RubyGems… because I don’t want to see documentation attached to Homebrew Ruby 1.9 being confused with documentation for stuff in OS X Ruby 1.8.haha. the removal of irb/ri/rdoc/ruby was a joke ;) i just found it odd to remove a crucial part of ruby as default for a package.
elliottcable
Fri Nov 13 10:22:47 -0800 2009
| link
Well, his choice made sense; the problem is that we really need to think carefully about how Homebrew interacts with each pre-installed package. If the pre-installed version from Apple does weird things, we have to mimic those weird things as best as possible; if the pre-installed version from Apple is missing features or broken, we have to make it clear that we won’t work exactly the same way, while not also being broken or missing features… so on and so forth.
Ruby is one of those pre-installed packages, and thus bears quite a bit of extra preparation beyond any normal package.
This is what i don't like though. part of homebrew is being able to install anywhere (and as such, being able to very easily remove from anywhere.) I shouldn't have to worry about files, or even symlinks being placed inside of /Library.
Now we have this double standard. if you install homebrew & ruby/rubygems as root, we "infect" the system itself with stuff we should not be. But if i install as myself everything stays where it is. Now i have to worry about how things are installed and by who and remember details like this if i ever touch a box with homebrew on it. What if i install homebrew as myself, but accidentally install ruby/rubygems as root. fixing ownership of files is easy. remembering and tracking down things such as "did it place files here? did it install docs there?" not so much. This is something even macports doesn't try to do. There is no reason for installing into /Library.
If someone depends on "tiny quirks" the base package has, then use that package! I don't install stuff via homebrew cause i want it to act how the base package does. If anything i install it cause i DONT want it to act like the base package.
For installing ruby1.8 via homebrew. i question whether this should even use the system gems (does this actually work automagically?) the reason someone may install ruby1.8 via homebrew is to keep the two installs totally separate (otherwise i see extremely little reason for having a formula that is in base.)
@mxcl
people should not be installing ruby/rubygems and be surprised that one or the other is not working if they have the same name. Pick which path takes precedence in there PATH or give the full path each time they execute it. the same would go for svn or /any/ other package thats in base that they install.
I haven't read all this but my initial assumptions about how gems worked was wrong, so this whole thing is prolly moot.
Also I did this to get feedback because I don't understand it all thoroughly. So don't consider it final or anything like that.
Homebrew has a few overriding principles, at least in my tree and complementing the base system is one of them. Hence the motivation for this.
I will read all this when I next get a chance. If you consider this urgent though I can revert.
Reverted, @elliottcable, you clearly are the most knowledgeable here, I hope you come with an ideal solution. Naturally I'll help where I am useful.
elliottcable
Wed Dec 02 15:13:53 -0800 2009
| link
Just FYI, it’s going to be a matter of time; I’m very busy at the moment (traveling, no steady access to internet, so on and so forth). I’m still looking for a solution to the few problems left between the two Ruby versions, though.
-
==> TARGET_DIR=/Users/Jannis/.local/Cellar/rabbitmq/1.7.0/lib/rabbitmq/erlang/lib/rabbitmq-1.7.0 MAN_DIR=/Users/Jannis/.local/Cellar/rabbitmq/1.7.0/share/man SBIN_DIR=/Users/Jannis/.local/Cellar/rabbitmq/1.7.0/sbin make install TARGET_DIR=/Users/Jannis/.local/Cellar/rabbitmq/1.7.0/lib/rabbitmq/erlang/lib/rabbitmq-1.7.0 MAN_DIR=/Users/Jannis/.local/Cellar/rabbitmq/1.7.0/share/man SBIN_DIR=/Users/Jannis/.local/Cellar/rabbitmq/1.7.0/sbin make install
/Users/Jannis/.local/Library/Homebrew/utils.rb:92:in `exec': No such file or directory - TARGET_DIR=/Users/Jannis/.local/Cellar/rabbitmq/1.7.0/lib/rabbitmq/erlang/lib/rabbitmq-1.7.0 MAN_DIR=/Users/Jannis/.local/Cellar/rabbitmq/1.7.0/share/man SBIN_DIR=/Users/Jannis/.local/Cellar/rabbitmq/1.7.0/sbin make install (Errno::ENOENT)from /Users/Jannis/.local/Library/Homebrew/utils.rb:92:in `safe_system' from /Users/Jannis/.local/Library/Homebrew/utils.rb:90:in `fork' from /Users/Jannis/.local/Library/Homebrew/utils.rb:90:in `safe_system' from /Users/Jannis/.local/Library/Homebrew/formula.rb:222:in `system' from /Users/Jannis/.local/Library/Formula/rabbitmq.rb:17:in `install' from /Users/Jannis/.local/Library/Homebrew/install.rb:87:in `install' from /Users/Jannis/.local/Library/Homebrew/formula.rb:153:in `brew' from /Users/Jannis/.local/Library/Homebrew/formula.rb:289:in `stage' from /Users/Jannis/.local/Library/Homebrew/formula.rb:256:in `mktemp' from /Users/Jannis/.local/Library/Homebrew/formula.rb:287:in `stage' from /Users/Jannis/.local/Library/Homebrew/formula.rb:148:in `brew' from /Users/Jannis/.local/Library/Homebrew/install.rb:74:in `install' from /Users/Jannis/.local/Library/Homebrew/install.rb:37 from /Users/Jannis/.local/Library/Formula/rabbitmq.rb:10Error: Failure while executing: TARGET_DIR=/Users/Jannis/.local/Cellar/rabbitmq/1.7.0/lib/rabbitmq/erlang/lib/rabbitmq-1.7.0 MAN_DIR=/Users/Jannis/.local/Cellar/rabbitmq/1.7.0/share/man SBIN_DIR=/Users/Jannis/.local/Cellar/rabbitmq/1.7.0/sbin make install
Please report this bug to http://bit.ly/Homebrew
fatal: Not a git repository (or any of the parent directories): .git
HOMEBREW_VERSION: 0.5
HEAD:
HOMEBREW_PREFIX: /Users/Jannis/.local
HOMEBREW_CELLAR: /Users/Jannis/.local/Cellar
HOMEBREW_CACHE: /Users/Jannis/Library/Caches/Homebrew
HOMEBREW_REPOSITORY: /Users/Jannis/.local
Library path: /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby
Hardware: dual-core 32-bit core
OS X: 10.6.2
Ruby: 1.8.7-72
GCC: 4.2 build 5646
LLVM: build 2206
MacPorts or Fink? false
Exit status: 256
Comments
-
See the following error below. The reason for this error, is the matching inside the configure script that doesn't match the x86_64 as an Intel platform, but it only matches x86 as an intel platform.
configure: error: --enable-darwin-64bit only supported on x86 host
Error: Failure while executing: ./configure --disable-debug --prefix=/usr/local/Cellar/erlang/R13B02-1 --enable-kernel-poll --enable-threads --enable-dynamic-ssl-lib --enable-smp-support --enable-hipe --enable-darwin-64bit --enable-m64-build
Please report this bug to http://bit.ly/Homebrew
Mac OS X: 10.6.2
Ponk: /opt/local/bin/port
Exit Status: 256
vc-41-19-25-56% uname -a
Darwin vc-41-19-25-56.umts.vodacom.co.za 10.2.0 Darwin Kernel Version 10.2.0: Tue Nov 3 10:35:19 PST 2009; root:xnu-1486.2.11~1/RELEASE_X86_64 x86_64
vc-41-19-25-56% sw_vers
ProductName: Mac OS X
ProductVersion: 10.6.2
BuildVersion: 10C540
vc-41-19-25-56%
Comments
Sorry I don't understand your explanation, could you clarify it a little?
"my" patches for this kernel issue: http://gist.github.com/232115
on a 32bit KERNEL MacOSX 10.6, a uname -m will output "i386"
on a 64bit KERNEL MacOSX 10.6, a uname -m will output "x86_64"The erlang configure script test for i386, and then barfs on the x86_46 responses.
Great, thanks for the fix and explanation. Pushing shortly.
How's the 64 bit kernel working out for you? As I want to switch too.
I've had to find a few 3rd party "patches"/drivers (like for the Huawei 3G modem) ad I still need to find a Prolific driver, but otherwise not too bad...
-
Here's the tail end of the compilation log:
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-fFr0/src -Dtemacs -O4 -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 dispnew.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-fFr0/src -Dtemacs -O4 -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 frame.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-fFr0/src -Dtemacs -O4 -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 scroll.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-fFr0/src -Dtemacs -O4 -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 xdisp.c /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-fFr0/src -Dtemacs -O4 -march=core2 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 menu.c menu.c: In function ‘Fx_popup_menu’: menu.c:1078: error: ‘ns_popup_menu’ undeclared (first use in this function) menu.c:1078: error: (Each undeclared identifier is reported only once menu.c:1078: error: for each function it appears in.) menu.c:1190: error: ‘p’ undeclared (first use in this function) make[2]: *** [menu.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [src] Error 2 make: *** [bootstrap] Error 2 Error: Failure while executing: make bootstrap Please report this bug to http://bit.ly/Homebrew Mac OS X: 10.6.2 Ponk: false Exit Status: 512Comments
My guess is it's temporary, the emacs cocoa thing uses HEAD of some repo.
cd `brew --cache`/emacs-HEAD && git pull && brew install emacs --cocoaThen try again, wait a few days if it still doesn't work. I should add a warning for HEAD formula, as at any particular time it'll be broken for some projects.
That is indeed most likely the case. Which I think begs the question why for --cocoa HEAD of master is used rather than the tarball as is the case with the no-x version?
Surely it'd be better to default to using the 23.1 tarball in both cases and add another optional flag for --git or what-have-you to try and build from HEAD of master.
IIRC the cocoa version didn't work off any stable tarball at this time.
Ah. Perhaps then it might be best to find a working SHA and default to that rather than HEAD of master.
Agreed. We have support for tags and branches, adding support for SHAs shouldn't be tricky. Failing that we can prolly just hack it in by overrding the gitdownloadstrategy for that formula.
I have the same issue for emacs --cocoa on SL. I tried again now, and it compiles and installs as expected. The current SHA that works for me is: db44e1e
-
gnu-smalltalk installation fails on 10.6.2
11 comments Created about 1 month ago by simonjeffordThe pertinent parts of the output are (I think)
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -dynamiclib -o .libs/libsigsegv.0.0.0.dylib .libs/handler.o .libs/stackvma.o .libs/leave.o .libs/dispatcher.o .libs/version.o -lc -march=core2 -mmmx -msse4.1 -mmacosx-version-min=10.6 -install_name /usr/local/Cellar/gnu-smalltalk/3.1/lib/libsigsegv.0.dylib -compatibility_version 1 -current_version 1.0 Undefined symbols: "_vm_region", referenced from: llvm bitcode in stackvma.o ld: symbol(s) not found collect2: ld returned 1 exit status make[2]: *** [libsigsegv.la] Error 1 make[1]: *** [install-recursive] Error 1 make: *** [install-recursive] Error 1 Error: Failure while executing: make install Please report this bug to http://bit.ly/Homebrew Mac OS X: 10.6.2 Ponk: false Exit Status: 512Comments
Trvial fix: ENV.gcc_4_2
Maybe we should suggest people read the "trivial fix" wiki page before submitting an issue? I can add that. Not a bad idea.
Related issues: http://www.google.com/search?hl=en&safe=off&q=Undefined+symbols%3A+_vm_region
Some projects fix this by forcing 32 bit mode.
I'm forcing smalltalk into 32-bit mode, which gets much farther, but then fails linking in SDL which is compiled 64-bit only.
Ok, got it "working on my box": http://github.com/adamv/homebrew/commit/bacb50d4a26baf8947b86b100c2abbb2e7da865c





Do you per chance have INSTALL_BASE set in your environment?
Actually, it was set as a PERL_MM_OPT (so I didn't find it at first):
PERL_MM_OPT=INSTALL_BASE=/Users/[USER]/perl5I have 'local::lib' installed, which sets some of these environment variables (using
eval $(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)in.bashrc).Although this is still somewhat of an issue (got Homebrew to install git by unsetting
$PERL_MM_OPT), the whole idea oflocal::libis moot now that I'm using Homebrew. :)Should we unset a few vars do you think?