Skip to content

Instantly share code, notes, and snippets.

@mtodd
Created January 18, 2010 06:09
Show Gist options
  • Save mtodd/279819 to your computer and use it in GitHub Desktop.
Save mtodd/279819 to your computer and use it in GitHub Desktop.
homebrew:master$ brew install redis
==> Downloading http://redis.googlecode.com/files/redis-1.2.0.tar.gz
######################################################################## 100.0%
==> make
/Developer/usr/bin/llvm-gcc -c -O4 -march=core2 -mmmx -msse4.1 -w -pipe -g -rdynamic -ggdb adlist.c
/Developer/usr/bin/llvm-gcc -c -O4 -march=core2 -mmmx -msse4.1 -w -pipe -g -rdynamic -ggdb ae.c
/Developer/usr/bin/llvm-gcc -c -O4 -march=core2 -mmmx -msse4.1 -w -pipe -g -rdynamic -ggdb anet.c
/Developer/usr/bin/llvm-gcc -c -O4 -march=core2 -mmmx -msse4.1 -w -pipe -g -rdynamic -ggdb dict.c
/Developer/usr/bin/llvm-gcc -c -O4 -march=core2 -mmmx -msse4.1 -w -pipe -g -rdynamic -ggdb redis.c
/Developer/usr/bin/llvm-gcc -c -O4 -march=core2 -mmmx -msse4.1 -w -pipe -g -rdynamic -ggdb sds.c
/Developer/usr/bin/llvm-gcc -c -O4 -march=core2 -mmmx -msse4.1 -w -pipe -g -rdynamic -ggdb zmalloc.c
/Developer/usr/bin/llvm-gcc -c -O4 -march=core2 -mmmx -msse4.1 -w -pipe -g -rdynamic -ggdb lzf_c.c
/Developer/usr/bin/llvm-gcc -c -O4 -march=core2 -mmmx -msse4.1 -w -pipe -g -rdynamic -ggdb lzf_d.c
/Developer/usr/bin/llvm-gcc -c -O4 -march=core2 -mmmx -msse4.1 -w -pipe -g -rdynamic -ggdb pqsort.c
/Developer/usr/bin/llvm-gcc -c -O4 -march=core2 -mmmx -msse4.1 -w -pipe -g -rdynamic -ggdb benchmark.c
/Developer/usr/bin/llvm-gcc -c -O4 -march=core2 -mmmx -msse4.1 -w -pipe -g -rdynamic -ggdb redis-cli.c
/Developer/usr/bin/llvm-gcc -o redis-benchmark -O4 -march=core2 -mmmx -msse4.1 -w -pipe -lm -g -rdynamic -ggdb ae.o anet.o benchmark.o sds.o adlist.o zmalloc.o
/Developer/usr/bin/llvm-gcc -o redis-cli -O4 -march=core2 -mmmx -msse4.1 -w -pipe -lm -g -rdynamic -ggdb anet.o sds.o adlist.o redis-cli.o zmalloc.o
ltolto--llvm.sllvm.s:177::177:nono such instruction: `s'
lto-llvm.s:196:bad register name `%'
lto-llvm.s:339:expecting operand after ', such'; instruction: `got snothing'
lto-ltollvm.s-:llvm.s447::196suffix: bador registeroperands nameinvalid `for% '`
testlto'-
llvm.slto:-339llvm.s::expecting474 :operandFATAL :afterSymbol 'LBB8_5, 'already; defined.got
ldnothing:
ltocould- llvm.snot: 447do: suffixLTO orcodegen :operands errorinvalid infor assembly`
test'
lto-llvm.s:474:FATAL:Symbol LBB8_5 already defined.
ld: could not do LTO codegen: error in assembly
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
make: *** [redis-cli] Error 1
make: *** Waiting for unfinished jobs....
make: *** [redis-benchmark] Error 1
http://github.com/mxcl/homebrew/blob/master/Library/Formula/redis.rb#L13
==> Environment
HOMEBREW_VERSION: 0.5
HEAD: b92799d4b5b355ee43ebfa0ef015f7f6b7a81d34
HOMEBREW_PREFIX: /usr/local/homebrew
HOMEBREW_CELLAR: /usr/local/homebrew/Cellar
HOMEBREW_CACHE: /Users/mtodd/Library/Caches/Homebrew
HOMEBREW_REPOSITORY: /usr/local/homebrew
HOMEBREW_LIBRARY_PATH: /usr/local/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 (5577 or newer recommended)
LLVM: build 2206 (2206 or newer recommended)
MacPorts or Fink? false
X11 installed? true
Exit status: 2
Error: Failure while executing: make
Please report this bug at http://github.com/mxcl/homebrew/issues
These existing issues may help you:
http://github.com/mxcl/homebrew/issues/#issue/395
http://github.com/mxcl/homebrew/issues/#issue/467
homebrew:master$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment