Skip to content

Instantly share code, notes, and snippets.

@seanlin
Created August 13, 2011 01:30
Show Gist options
  • Save seanlin/1143364 to your computer and use it in GitHub Desktop.
Save seanlin/1143364 to your computer and use it in GitHub Desktop.
Python install error with GCC
studio912s-MacBook-Pro:~ seanlin$ brew install python --universal
Warning: Xcode is not installed! Builds may fail!
==> Downloading http://www.python.org/ftp/python/2.7.2/Python-2.7.2.tar.bz2
File already downloaded in /Users/seanlin/Library/Caches/Homebrew
==> ./configure --prefix=/usr/local/Cellar/python/2.7.2 --enable-universalsdk=/ --with-universal-archs=intel --enable-shared
==> make
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Parser/node.o Parser/node.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/bufferobject.o Objects/bufferobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/capsule.o Objects/capsule.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/cobject.o Objects/cobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/intobject.o Objects/intobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/memoryobject.o Objects/memoryobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/object.o Objects/object.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/stringobject.o Objects/stringobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/pyctype.o Python/pyctype.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o Parser/tokenizer_pgen.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Parser/printgrammar.o Parser/printgrammar.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Parser/pgenmain.o Parser/pgenmain.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/errors.o Python/errors.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/future.o Python/future.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -DPLATFORM='"darwin"' -o Python/getplatform.o ./Python/getplatform.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/import.o Python/import.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/sysmodule.o Python/sysmodule.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/dtoa.o Python/dtoa.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/formatter_string.o Python/formatter_string.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/dynload_shlib.o Python/dynload_shlib.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/mactoolboxglue.o Python/mactoolboxglue.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Python/thread.o Python/thread.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -DPYTHONPATH='":plat-darwin:plat-mac:plat-mac/lib-scriptpackages:lib-tk:lib-old"' \
-DPREFIX='"/usr/local/Cellar/python/2.7.2"' \
-DEXEC_PREFIX='"/usr/local/Cellar/python/2.7.2"' \
-DVERSION='"2.7"' \
-DVPATH='""' \
-o Modules/getpath.o ./Modules/getpath.c
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Modules/main.o Modules/main.c
In file included from Include/pymactoolbox.h:10,
from Python/mactoolboxglue.c:27:
/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:70:35: error: SecurityHI/SecurityHI.h: No such file or directory
In file included from Python/mactoolboxglue.c:27:
Include/pymactoolbox.h:13:33: error: QuickTime/QuickTime.h: No such file or directory
In file included from Python/mactoolboxglue.c:27:
Include/pymactoolbox.h:161: error: expected declaration specifiers or ‘...’ before ‘Track’
Include/pymactoolbox.h:163: error: expected declaration specifiers or ‘...’ before ‘Movie’
Include/pymactoolbox.h:165: error: expected declaration specifiers or ‘...’ before ‘MovieController’
Include/pymactoolbox.h:169: error: expected declaration specifiers or ‘...’ before ‘UserData’
Include/pymactoolbox.h:171: error: expected declaration specifiers or ‘...’ before ‘Media’
Python/mactoolboxglue.c:423: error: expected ‘)’ before ‘cobj’
Python/mactoolboxglue.c:424: error: expected declaration specifiers or ‘...’ before ‘Track’
Python/mactoolboxglue.c:424: error: expected declaration specifiers or ‘...’ before ‘Track’
Python/mactoolboxglue.c: In function ‘TrackObj_Convert’:
Python/mactoolboxglue.c:424: error: ‘cobj’ undeclared (first use in this function)
Python/mactoolboxglue.c:424: error: (Each undeclared identifier is reported only once
Python/mactoolboxglue.c:424: error: for each function it appears in.)
Python/mactoolboxglue.c:424: error: too many arguments to function ‘PyMacGluePtr_TrackObj_Convert’
Python/mactoolboxglue.c: At top level:
Python/mactoolboxglue.c:425: error: expected ‘)’ before ‘cobj’
Python/mactoolboxglue.c:426: error: expected declaration specifiers or ‘...’ before ‘Movie’
Python/mactoolboxglue.c:426: error: expected declaration specifiers or ‘...’ before ‘Movie’
Python/mactoolboxglue.c: In function ‘MovieObj_Convert’:
Python/mactoolboxglue.c:426: error: ‘cobj’ undeclared (first use in this function)
Python/mactoolboxglue.c:426: error: too many arguments to function ‘PyMacGluePtr_MovieObj_Convert’
Python/mactoolboxglue.c: At top level:
Python/mactoolboxglue.c:427: error: expected ‘)’ before ‘cobj’
Python/mactoolboxglue.c:428: error: expected declaration specifiers or ‘...’ before ‘MovieController’
Python/mactoolboxglue.c:428: error: expected declaration specifiers or ‘...’ before ‘MovieController’
Python/mactoolboxglue.c: In function ‘MovieCtlObj_Convert’:
Python/mactoolboxglue.c:428: error: ‘cobj’ undeclared (first use in this function)
Python/mactoolboxglue.c:428: error: too many arguments to function ‘PyMacGluePtr_MovieCtlObj_Convert’
Python/mactoolboxglue.c: At top level:
Python/mactoolboxglue.c:431: error: expected ‘)’ before ‘cobj’
Python/mactoolboxglue.c:432: error: expected declaration specifiers or ‘...’ before ‘UserData’
Python/mactoolboxglue.c:432: error: expected declaration specifiers or ‘...’ before ‘UserData’
Python/mactoolboxglue.c: In function ‘UserDataObj_Convert’:
Python/mactoolboxglue.c:432: error: ‘cobj’ undeclared (first use in this function)
Python/mactoolboxglue.c:432: error: too many arguments to function ‘PyMacGluePtr_UserDataObj_Convert’
Python/mactoolboxglue.c: At top level:
Python/mactoolboxglue.c:433: error: expected ‘)’ before ‘cobj’
Python/mactoolboxglue.c:434: error: expected declaration specifiers or ‘...’ before ‘Media’
Python/mactoolboxglue.c:434: error: expected declaration specifiers or ‘...’ before ‘Media’
Python/mactoolboxglue.c: In function ‘MediaObj_Convert’:
Python/mactoolboxglue.c:434: error: ‘cobj’ undeclared (first use in this function)
Python/mactoolboxglue.c:434: error: too many arguments to function ‘PyMacGluePtr_MediaObj_Convert’
/usr/bin/cc -c -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c
/usr/bin/cc -fno-strict-aliasing -arch i386 -arch x86_64 -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.1/include -DPy_BUILD_CORE -c ./Modules/threadmodule.c -o Modules/threadmodule.o
In file included from Include/pymactoolbox.h:10,
from Python/mactoolboxglue.c:27:
/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:70:35: error: SecurityHI/SecurityHI.h: No such file or directory
lipo: can't open input file: /var/folders/Ew/EwN-aaV8Ek83+S29cwVw-U+++TM/-Tmp-//ccb6Czmb.out (No such file or directory)
make: *** [Python/mactoolboxglue.o] Error 1
make: *** Waiting for unfinished jobs....
==> Exit Status: 2
http://github.com/mxcl/homebrew/blob/master/Library/Formula/python.rb#L70
==> Environment
HOMEBREW_VERSION: 0.8
HEAD: 1cefee7d377f12265fd78df8add8881475470033
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: quad-core 64-bit arrandale
OS X: 10.6.7
Kernel Architecture: i386
Ruby: 1.8.7-174
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Xcode:
GCC-4.0: N/A
GCC-4.2: build 5666
LLVM: N/A
MacPorts or Fink? false
X11 installed? true
==> Build Flags
CC: /usr/bin/cc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
CXX: /usr/bin/c++ => /usr/bin/c++-4.2
LD: /usr/bin/cc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
CFLAGS: -O3 -w -pipe
CXXFLAGS: -O3 -w -pipe
CPPFLAGS: -I/usr/local/Cellar/readline/6.2.1/include
LDFLAGS: -L/usr/local/Cellar/readline/6.2.1/lib
MAKEFLAGS: -j4
PKG_CONFIG_PATH: /usr/local/Cellar/readline/6.2.1/lib/pkgconfig
Error: Failed executing: make
Please report this bug: https://github.com/mxcl/homebrew/wiki/Checklist-before-filing-a-new-issue
These existing issues may help you:
https://github.com/mxcl/homebrew/issues/#issue/4716
https://github.com/mxcl/homebrew/issues/#issue/5244
https://github.com/mxcl/homebrew/issues/#issue/5276
https://github.com/mxcl/homebrew/issues/#issue/5308
https://github.com/mxcl/homebrew/issues/#issue/5514
https://github.com/mxcl/homebrew/issues/#issue/5596
https://github.com/mxcl/homebrew/issues/#issue/5772
https://github.com/mxcl/homebrew/issues/#issue/6233
https://github.com/mxcl/homebrew/issues/#issue/6248
https://github.com/mxcl/homebrew/issues/#issue/6747
https://github.com/mxcl/homebrew/issues/#issue/6782
https://github.com/mxcl/homebrew/issues/#issue/6844
https://github.com/mxcl/homebrew/issues/#issue/6865
Also try:
`brew doctor` to check your setup for common problems.
`brew missing` to check installed packages for missing deps.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment