Skip to content

Instantly share code, notes, and snippets.

@adamlwgriffiths
Created January 16, 2012 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamlwgriffiths/1618234 to your computer and use it in GitHub Desktop.
Save adamlwgriffiths/1618234 to your computer and use it in GitHub Desktop.
pythonbrew install 2.7.2 on Mac OS-X 10.7 2012/01/16
Vibur:~ adamgriffiths$ pythonbrew install 2.7.2
Use the previously fetched /Users/adamgriffiths/.pythonbrew/dists/Python-2.7.2.tgz
Extracting Python-2.7.2.tgz into /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2
This could take a while. You can run the following command on another shell to track the status:
tail -f /Users/adamgriffiths/.pythonbrew/log/build.log
Patching Python-2.7.2
Installing Python-2.7.2 into /Users/adamgriffiths/.pythonbrew/pythons/Python-2.7.2
ERROR: Failed to install Python-2.7.2. See /Users/adamgriffiths/.pythonbrew/log/build.log to see why.
pythonbrew install --force 2.7.2
Vibur:~ adamgriffiths$ pythonbrew --version
1.1
Vibur:~ adamgriffiths$ python --version
Python 2.7.1
Vibur:~ adamgriffiths$ gcc --version
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Vibur:~ adamgriffiths$ uname -ra
Darwin Vibur.local 11.2.0 Darwin Kernel Version 11.2.0: Tue Aug 9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64 x86_64
patching file Modules/posixmodule.c
Hunk #1 succeeded at 457 (offset 2 lines).
Hunk #2 succeeded at 479 (offset 2 lines).
checking for --enable-universalsdk... no
checking for --with-universal-archs... 32-bit
checking MACHDEP... darwin
checking EXTRAPLATDIR... $(PLATMACDIRS)
checking machine type as reported by uname -m... x86_64
checking for --without-gcc... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for --with-cxx-main=<compiler>... no
checking for g++... g++
configure: WARNING:
By default, distutils will build C++ extension modules with "g++".
If this is not intended, then set CXX on the configure command line.
checking how to run the C preprocessor... gcc -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for --with-suffix...
checking for case-insensitive build directory... yes
checking LIBRARY... libpython$(VERSION).a
checking LINKCC... $(PURIFY) $(MAINCC)
checking for GNU ld... no
checking for --enable-shared... yes
checking for --enable-profiling...
checking LDLIBRARY... libpython$(VERSION).dylib
checking for ranlib... ranlib
checking for ar... ar
checking for svnversion... found
checking for hg... not-found
checking for a BSD-compatible install... /usr/bin/install -c
checking for --with-pydebug... no
checking whether gcc accepts -fno-strict-aliasing... yes
checking which compiler should be used... gcc
checking whether gcc accepts -OPT:Olimit=0... no
checking whether gcc accepts -Olimit 1500... no
checking whether gcc supports ParseTuple __format__... no
checking whether pthreads are available without options... yes
checking whether g++ also accepts flags for thread support... no
checking for ANSI C header files... (cached) yes
checking asm/types.h usability... no
checking asm/types.h presence... no
checking for asm/types.h... no
checking conio.h usability... no
checking conio.h presence... no
checking for conio.h... no
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking libintl.h usability... no
checking libintl.h presence... no
checking for libintl.h... no
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking shadow.h usability... no
checking shadow.h presence... no
checking for shadow.h... no
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking thread.h usability... no
checking thread.h presence... no
checking for thread.h... no
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/audioio.h usability... no
checking sys/audioio.h presence... no
checking for sys/audioio.h... no
checking sys/bsdtty.h usability... no
checking sys/bsdtty.h presence... no
checking for sys/bsdtty.h... no
checking sys/epoll.h usability... no
checking sys/epoll.h presence... no
checking for sys/epoll.h... no
checking sys/event.h usability... yes
checking sys/event.h presence... yes
checking for sys/event.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking sys/lock.h usability... yes
checking sys/lock.h presence... yes
checking for sys/lock.h... yes
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/modem.h usability... no
checking sys/modem.h presence... no
checking for sys/modem.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking for sys/stat.h... (cached) yes
checking sys/termio.h usability... no
checking sys/termio.h presence... no
checking for sys/termio.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/types.h... (cached) yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking pty.h usability... no
checking pty.h presence... no
checking for pty.h... no
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking netpacket/packet.h usability... no
checking netpacket/packet.h presence... no
checking for netpacket/packet.h... no
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking bluetooth.h usability... no
checking bluetooth.h presence... no
checking for bluetooth.h... no
checking bluetooth/bluetooth.h usability... no
checking bluetooth/bluetooth.h presence... no
checking for bluetooth/bluetooth.h... no
checking linux/tipc.h usability... no
checking linux/tipc.h presence... no
checking for linux/tipc.h... no
checking spawn.h usability... yes
checking spawn.h presence... yes
checking for spawn.h... yes
checking util.h usability... yes
checking util.h presence... yes
checking for util.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether sys/types.h defines makedev... yes
checking for term.h... yes
checking for linux/netlink.h... no
checking for clock_t in time.h... yes
checking for makedev... yes
checking Solaris LFS bug... no
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for ssize_t... yes
checking size of int... 4
checking size of long... 8
checking size of void *... 8
checking size of short... 2
checking size of float... 4
checking size of double... 8
checking size of fpos_t... 8
checking size of size_t... 8
checking size of pid_t... 4
checking for long long support... yes
checking size of long long... 8
checking for long double support... yes
checking size of long double... 16
checking for _Bool support... yes
checking size of _Bool... 1
checking for uintptr_t... yes
checking size of uintptr_t... 8
checking size of off_t... 8
checking whether to enable large file support... no
checking size of time_t... 8
checking for pthread_t... yes
checking size of pthread_t... 8
checking for --enable-toolbox-glue... yes
checking for --enable-framework... no
checking for dyld... always on for Darwin
checking SO... .so
checking LDSHARED... $(CC) -bundle -undefined dynamic_lookup
checking CCSHARED...
checking LINKFORSHARED... -u _PyMac_Error
checking CFLAGSFORSHARED... $(CCSHARED)
checking SHLIBS... $(LIBS)
checking for dlopen in -ldl... yes
checking for shl_load in -ldld... no
checking for library containing sem_init... none required
checking for textdomain in -lintl... no
checking for t_open in -lnsl... no
checking for socket in -lsocket... no
checking for --with-libs... no
checking for pkg-config... no
checking for --with-system-expat... no
checking for --with-system-ffi... no
checking for --with-dbmliborder...
checking for --with-signal-module... yes
checking for --with-dec-threads... no
checking for --with-threads... yes
checking if PTHREAD_SCOPE_SYSTEM is supported... yes
checking for pthread_sigmask... yes
checking if --enable-ipv6 is specified... yes
checking if RFC2553 API is available... yes
checking ipv6 stack type... kame
using libc
checking for OSX 10.5 SDK or later... yes
checking for --with-doc-strings... yes
checking for --with-tsc... no
checking for --with-pymalloc... yes
checking for --with-valgrind... no
checking for --with-wctype-functions... no
checking for dlopen... yes
checking DYNLOADFILE... dynload_shlib.o
checking MACHDEP_OBJS... MACHDEP_OBJS
checking for alarm... yes
checking for setitimer... yes
checking for getitimer... yes
checking for bind_textdomain_codeset... no
checking for chown... yes
checking for clock... yes
checking for confstr... yes
checking for ctermid... yes
checking for execv... yes
checking for fchmod... yes
checking for fchown... yes
checking for fork... yes
checking for fpathconf... yes
checking for ftime... yes
checking for ftruncate... yes
checking for gai_strerror... yes
checking for getgroups... yes
checking for getlogin... yes
checking for getloadavg... yes
checking for getpeername... yes
checking for getpgid... yes
checking for getpid... yes
checking for getpriority... yes
checking for getresuid... no
checking for getresgid... no
checking for getpwent... yes
checking for getspnam... no
checking for getspent... no
checking for getsid... yes
checking for getwd... yes
checking for initgroups... yes
checking for kill... yes
checking for killpg... yes
checking for lchmod... yes
checking for lchown... yes
checking for lstat... yes
checking for mkfifo... yes
checking for mknod... yes
checking for mktime... yes
checking for mremap... no
checking for nice... yes
checking for pathconf... yes
checking for pause... yes
checking for plock... no
checking for poll... yes
checking for pthread_init... yes
checking for putenv... yes
checking for readlink... yes
checking for realpath... yes
checking for select... yes
checking for sem_open... yes
checking for sem_timedwait... no
checking for sem_getvalue... yes
checking for sem_unlink... yes
checking for setegid... yes
checking for seteuid... yes
checking for setgid... yes
checking for setlocale... yes
checking for setregid... yes
checking for setreuid... yes
checking for setsid... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for setuid... yes
checking for setvbuf... yes
checking for snprintf... yes
checking for setlocale... (cached) yes
checking for setregid... (cached) yes
checking for setreuid... (cached) yes
checking for setresuid... no
checking for setresgid... no
checking for setsid... (cached) yes
checking for setpgid... (cached) yes
checking for setpgrp... (cached) yes
checking for setuid... (cached) yes
checking for setvbuf... (cached) yes
checking for snprintf... (cached) yes
checking for sigaction... yes
checking for siginterrupt... yes
checking for sigrelse... yes
checking for strftime... yes
checking for sysconf... yes
checking for tcgetpgrp... yes
checking for tcsetpgrp... yes
checking for tempnam... yes
checking for timegm... yes
checking for times... yes
checking for tmpfile... yes
checking for tmpnam... yes
checking for tmpnam_r... no
checking for truncate... yes
checking for uname... yes
checking for unsetenv... yes
checking for utimes... yes
checking for waitpid... yes
checking for wait3... yes
checking for wait4... yes
checking for wcscoll... yes
checking for _getpty... no
checking for chroot... yes
checking for link... yes
checking for symlink... yes
checking for fchdir... yes
checking for fsync... yes
checking for fdatasync... no
checking for epoll... no
checking for kqueue... yes
checking for ctermid_r... yes
checking for flock declaration... yes
checking for flock... yes
checking for getpagesize... yes
checking for true... true
checking for inet_aton in -lc... yes
checking for chflags... no
checking for lchflags... no
checking for inflateCopy in -lz... yes
checking for hstrerror... yes
checking for inet_aton... yes
checking for inet_pton... yes
checking for setgroups... yes
checking for openpty... yes
checking for forkpty... yes
checking for memmove... yes
checking for fseek64... no
checking for fseeko... yes
checking for fstatvfs... yes
checking for ftell64... no
checking for ftello... yes
checking for statvfs... yes
checking for dup2... yes
checking for getcwd... yes
checking for strdup... yes
checking for getpgrp... yes
checking for setpgrp... (cached) yes
checking for gettimeofday... yes
checking for major... yes
checking for getaddrinfo... yes
checking getaddrinfo bug... no
checking for getnameinfo... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct stat.st_rdev... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_flags... yes
checking for struct stat.st_gen... yes
checking for struct stat.st_birthtime... yes
checking for struct stat.st_blocks... yes
checking for time.h that defines altzone... no
checking whether sys/select.h and sys/time.h may both be included... yes
checking for addrinfo... yes
checking for sockaddr_storage... yes
checking whether char is unsigned... no
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking for working signed char... yes
checking for prototypes... yes
checking for variable length prototypes and stdarg.h... yes
checking for socketpair... yes
checking if sockaddr has sa_len member... yes
checking whether va_list is an array... yes
checking for gethostbyname_r... no
checking for gethostbyname... yes
checking for __fpu_control... no
checking for __fpu_control in -lieee... no
checking for --with-fpectl... no
checking for --with-libm=STRING... default LIBM=""
checking for --with-libc=STRING... default LIBC=""
checking whether C doubles are little-endian IEEE 754 binary64... yes
checking whether C doubles are big-endian IEEE 754 binary64... no
checking whether C doubles are ARM mixed-endian IEEE 754 binary64... no
checking whether we can use gcc inline assembler to get and set x87 control word... yes
checking for x87-style double rounding... no
checking whether tanh preserves the sign of zero... yes
checking for acosh... yes
checking for asinh... yes
checking for atanh... yes
checking for copysign... yes
checking for erf... yes
checking for erfc... yes
checking for expm1... yes
checking for finite... yes
checking for gamma... yes
checking for hypot... yes
checking for lgamma... yes
checking for log1p... yes
checking for round... yes
checking for tgamma... yes
checking whether isinf is declared... yes
checking whether isnan is declared... yes
checking whether isfinite is declared... yes
checking whether POSIX semaphores are enabled... yes
checking for broken sem_getvalue... yes
checking digit size for Python's longs... no value specified
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking size of wchar_t... 4
checking for UCS-4 tcl... no
checking whether wchar_t is signed... yes
checking what type to use for unicode... unsigned short
checking whether byte ordering is bigendian... no
checking whether right shift extends the sign bit... yes
checking for getc_unlocked() and friends... yes
checking how to link readline libs... -lreadline
checking for rl_callback_handler_install in -lreadline... yes
checking for rl_pre_input_hook in -lreadline... yes
checking for rl_completion_display_matches_hook in -lreadline... yes
checking for rl_completion_matches in -lreadline... yes
checking for broken nice()... no
checking for broken poll()... no
checking for struct tm.tm_zone... (cached) yes
checking for working tzset()... yes
checking for tv_nsec in struct stat... no
checking for tv_nsec2 in struct stat... yes
checking whether mvwdelch is an expression... yes
checking whether WINDOW has _flags... no
checking for is_term_resized... yes
checking for resize_term... yes
checking for resizeterm... yes
checking for /dev/ptmx... yes
checking for /dev/ptc... no
checking for %lld and %llu printf() format support... yes
checking for %zd printf() format support... yes
checking for socklen_t... yes
checking for build directories... done
configure: creating ./config.status
config.status: creating Makefile.pre
config.status: creating Modules/Setup.config
config.status: creating Misc/python.pc
config.status: creating Modules/ld_so_aix
config.status: creating pyconfig.h
creating Modules/Setup
creating Modules/Setup.local
creating Makefile
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/node.o Parser/node.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/bufferobject.o Objects/bufferobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/capsule.o Objects/capsule.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/cobject.o Objects/cobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/intobject.o Objects/intobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/memoryobject.o Objects/memoryobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/object.o Objects/object.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/stringobject.o Objects/stringobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pyctype.o Python/pyctype.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o Parser/tokenizer_pgen.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/printgrammar.o Parser/printgrammar.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/pgenmain.o Parser/pgenmain.c
gcc -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Objects/obmalloc.o Python/mysnprintf.o Python/pyctype.o Parser/tokenizer_pgen.o Parser/printgrammar.o Parser/pgenmain.o -ldl -framework CoreFoundation -o Parser/pgen
Parser/pgen ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c
touch Parser/pgen.stamp
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/ast.o Python/ast.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/compile.o Python/compile.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/errors.o Python/errors.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/future.o Python/future.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -DPLATFORM='"darwin"' -o Python/getplatform.o ./Python/getplatform.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/import.o Python/import.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/sysmodule.o Python/sysmodule.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/dtoa.o Python/dtoa.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/formatter_string.o Python/formatter_string.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/dynload_shlib.o Python/dynload_shlib.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/mactoolboxglue.o Python/mactoolboxglue.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/thread.o Python/thread.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -DPYTHONPATH='":plat-darwin:plat-mac:plat-mac/lib-scriptpackages:lib-tk:lib-old"' \
-DPREFIX='"/Users/adamgriffiths/.pythonbrew/pythons/Python-2.7.2"' \
-DEXEC_PREFIX='"/Users/adamgriffiths/.pythonbrew/pythons/Python-2.7.2"' \
-DVERSION='"2.7"' \
-DVPATH='""' \
-o Modules/getpath.o ./Modules/getpath.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/main.o Modules/main.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/threadmodule.c -o Modules/threadmodule.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/signalmodule.c -o Modules/signalmodule.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/posixmodule.c -o Modules/posixmodule.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/errnomodule.c -o Modules/errnomodule.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/_sre.c -o Modules/_sre.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/_weakref.c -o Modules/_weakref.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/zipimport.c -o Modules/zipimport.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE \
-DSVNVERSION="\"`LC_ALL=C svnversion .`\"" \
-DHGVERSION="\"`LC_ALL=C `\"" \
-DHGTAG="\"`LC_ALL=C `\"" \
-DHGBRANCH="\"`LC_ALL=C `\"" \
-o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
rm -f libpython2.7.a
ar rc libpython2.7.a Modules/getbuildinfo.o
ar rc libpython2.7.a Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o
ar rc libpython2.7.a Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicodectype.o
ar rc libpython2.7.a Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/dtoa.o Python/formatter_unicode.o Python/formatter_string.o Python/dynload_shlib.o Python/mactoolboxglue.o Python/thread.o
/usr/bin/ranlib: file: libpython2.7.a(pymath.o) has no symbols
ar rc libpython2.7.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o
/usr/bin/ranlib: file: libpython2.7.a(pymath.o) has no symbols
ar rc libpython2.7.a Modules/threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o
/usr/bin/ranlib: file: libpython2.7.a(pymath.o) has no symbols
ranlib libpython2.7.a
ranlib: file: libpython2.7.a(pymath.o) has no symbols
gcc -dynamiclib -Wl,-single_module -undefined dynamic_lookup -Wl,-install_name,/Users/adamgriffiths/.pythonbrew/pythons/Python-2.7.2/lib/libpython2.7.dylib -Wl,-compatibility_version,2.7 -Wl,-current_version,2.7 -o libpython2.7.dylib Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicodectype.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/dtoa.o Python/formatter_unicode.o Python/formatter_string.o Python/dynload_shlib.o Python/mactoolboxglue.o Python/thread.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o -ldl -framework CoreFoundation ; \
gcc -u _PyMac_Error -o python.exe \
Modules/python.o \
-L. -lpython2.7 -ldl -framework CoreFoundation
running build
running build_ext
building dbm using ndbm
building '_struct' extension
creating build
creating build/temp.macosx-10.7-x86_64-2.7
creating build/temp.macosx-10.7-x86_64-2.7/Users
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_struct.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_struct.o
creating build/lib.macosx-10.7-x86_64-2.7
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_struct.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_struct.so
building '_ctypes_test' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/_ctypes_test.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/_ctypes_test.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/_ctypes_test.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_ctypes_test.so
building 'array' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/arraymodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/arraymodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/arraymodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/array.so
building 'cmath' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cmathmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cmathmodule.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_math.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_math.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cmathmodule.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_math.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/cmath.so
building 'math' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/mathmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/mathmodule.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_math.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_math.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/mathmodule.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_math.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/math.so
building 'strop' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/stropmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/stropmodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/stropmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/strop.so
building 'time' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/timemodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/timemodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/timemodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/time.so
building 'datetime' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/datetimemodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/datetimemodule.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/timemodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/timemodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/datetimemodule.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/timemodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/datetime.so
building 'itertools' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/itertoolsmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/itertoolsmodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/itertoolsmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/itertools.so
building 'future_builtins' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/future_builtins.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/future_builtins.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/future_builtins.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/future_builtins.so
building '_random' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_randommodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_randommodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_randommodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_random.so
building '_collections' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_collectionsmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_collectionsmodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_collectionsmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_collections.so
building '_bisect' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_bisectmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_bisectmodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_bisectmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_bisect.so
building '_heapq' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_heapqmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_heapqmodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_heapqmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_heapq.so
building 'operator' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/operator.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/operator.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/operator.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/operator.so
building '_io' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_io
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -IModules/_io -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_io/bufferedio.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_io/bufferedio.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -IModules/_io -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_io/bytesio.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_io/bytesio.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -IModules/_io -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_io/fileio.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_io/fileio.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -IModules/_io -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_io/iobase.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_io/iobase.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -IModules/_io -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_io/_iomodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_io/_iomodule.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -IModules/_io -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_io/stringio.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_io/stringio.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -IModules/_io -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_io/textio.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_io/textio.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_io/bufferedio.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_io/bytesio.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_io/fileio.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_io/iobase.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_io/_iomodule.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_io/stringio.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_io/textio.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_io.so
building '_functools' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_functoolsmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_functoolsmodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_functoolsmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_functools.so
building '_json' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_json.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_json.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_json.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_json.so
building '_testcapi' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_testcapimodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_testcapimodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_testcapimodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_testcapi.so
building '_hotshot' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hotshot.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hotshot.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hotshot.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_hotshot.so
building '_lsprof' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_lsprof.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_lsprof.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/rotatingtree.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/rotatingtree.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_lsprof.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/rotatingtree.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_lsprof.so
building 'unicodedata' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/unicodedata.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/unicodedata.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/unicodedata.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/unicodedata.so
building '_locale' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_localemodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_localemodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_localemodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_locale.so -framework CoreFoundation
building 'fcntl' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/fcntlmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/fcntlmodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/fcntlmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/fcntl.so
building 'grp' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/grpmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/grpmodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/grpmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/grp.so
building 'select' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/selectmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/selectmodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/selectmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/select.so
building 'parser' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/parsermodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/parsermodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/parsermodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/parser.so
building 'cStringIO' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cStringIO.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cStringIO.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cStringIO.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/cStringIO.so
building 'cPickle' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cPickle.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cPickle.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cPickle.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/cPickle.so
building 'mmap' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/mmapmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/mmapmodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/mmapmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/mmap.so
building 'syslog' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/syslogmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/syslogmodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/syslogmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/syslog.so
building 'audioop' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/audioop.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/audioop.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/audioop.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/audioop.so
building 'readline' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/readline.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/readline.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/readline.o -L/usr/lib/termcap -L/usr/local/lib -lreadline -lncurses -o build/lib.macosx-10.7-x86_64-2.7/readline.so
ld: warning: directory not found for option '-L/usr/lib/termcap'
building 'crypt' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cryptmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cryptmodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cryptmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/crypt.so
building '_csv' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_csv.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_csv.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_csv.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_csv.so
building '_socket' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/socketmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/socketmodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/socketmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_socket.so
building '_ssl' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.o
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c: In function ‘PySSL_SetError’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:169: warning: ‘SSL_get_error’ is deprecated (declared at /usr/include/openssl/ssl.h:1501)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:194: warning: ‘ERR_get_error’ is deprecated (declared at /usr/include/openssl/err.h:266)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:201: warning: ‘ERR_clear_error’ is deprecated (declared at /usr/include/openssl/err.h:278)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:210: warning: ‘ERR_error_string’ is deprecated (declared at /usr/include/openssl/err.h:279)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:216: warning: ‘ERR_get_error’ is deprecated (declared at /usr/include/openssl/err.h:266)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:220: warning: ‘ERR_error_string’ is deprecated (declared at /usr/include/openssl/err.h:279)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:231: warning: ‘ERR_error_string’ is deprecated (declared at /usr/include/openssl/err.h:279)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:231: warning: ‘ERR_peek_last_error’ is deprecated (declared at /usr/include/openssl/err.h:274)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:234: warning: ‘ERR_clear_error’ is deprecated (declared at /usr/include/openssl/err.h:278)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c: In function ‘_setSSLError’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:250: warning: ‘ERR_peek_last_error’ is deprecated (declared at /usr/include/openssl/err.h:274)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:251: warning: ‘ERR_error_string’ is deprecated (declared at /usr/include/openssl/err.h:279)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:254: warning: ‘ERR_clear_error’ is deprecated (declared at /usr/include/openssl/err.h:278)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c: In function ‘newPySSLObject’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:286: warning: ‘ERR_get_state’ is deprecated (declared at /usr/include/openssl/err.h:300)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:287: warning: ‘ERR_clear_error’ is deprecated (declared at /usr/include/openssl/err.h:278)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:304: warning: ‘SSL_CTX_new’ is deprecated (declared at /usr/include/openssl/ssl.h:1346)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:304: warning: ‘TLSv1_method’ is deprecated (declared at /usr/include/openssl/ssl.h:1519)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:306: warning: ‘SSL_CTX_new’ is deprecated (declared at /usr/include/openssl/ssl.h:1346)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:306: warning: ‘SSLv3_method’ is deprecated (declared at /usr/include/openssl/ssl.h:1511)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:309: warning: ‘SSL_CTX_new’ is deprecated (declared at /usr/include/openssl/ssl.h:1346)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:309: warning: ‘SSLv2_method’ is deprecated (declared at /usr/include/openssl/ssl.h:1507)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:312: warning: ‘SSL_CTX_new’ is deprecated (declared at /usr/include/openssl/ssl.h:1346)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:312: warning: ‘SSLv23_method’ is deprecated (declared at /usr/include/openssl/ssl.h:1515)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:321: warning: ‘SSL_CTX_set_cipher_list’ is deprecated (declared at /usr/include/openssl/ssl.h:1345)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:335: warning: ‘SSL_CTX_load_verify_locations’ is deprecated (declared at /usr/include/openssl/ssl.h:1572)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:347: warning: ‘SSL_CTX_use_PrivateKey_file’ is deprecated (declared at /usr/include/openssl/ssl.h:1401)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:356: warning: ‘SSL_CTX_use_certificate_chain_file’ is deprecated (declared at /usr/include/openssl/ssl.h:1403)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:364: warning: ‘ERR_peek_last_error’ is deprecated (declared at /usr/include/openssl/err.h:274)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:372: warning: ‘SSL_CTX_ctrl’ is deprecated (declared at /usr/include/openssl/ssl.h:1498)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:380: warning: ‘SSL_CTX_set_verify’ is deprecated (declared at /usr/include/openssl/ssl.h:1459)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:384: warning: ‘SSL_new’ is deprecated (declared at /usr/include/openssl/ssl.h:1481)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:386: warning: ‘SSL_set_fd’ is deprecated (declared at /usr/include/openssl/ssl.h:1370)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:388: warning: ‘SSL_ctrl’ is deprecated (declared at /usr/include/openssl/ssl.h:1496)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:396: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:396: warning: ‘SSL_get_rbio’ is deprecated (declared at /usr/include/openssl/ssl.h:1376)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:397: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:397: warning: ‘SSL_get_wbio’ is deprecated (declared at /usr/include/openssl/ssl.h:1377)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:402: warning: ‘SSL_set_connect_state’ is deprecated (declared at /usr/include/openssl/ssl.h:1548)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:404: warning: ‘SSL_set_accept_state’ is deprecated (declared at /usr/include/openssl/ssl.h:1549)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c: In function ‘PySSL_SSLdo_handshake’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:466: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:466: warning: ‘SSL_get_rbio’ is deprecated (declared at /usr/include/openssl/ssl.h:1376)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:467: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:467: warning: ‘SSL_get_wbio’ is deprecated (declared at /usr/include/openssl/ssl.h:1377)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:473: warning: ‘SSL_do_handshake’ is deprecated (declared at /usr/include/openssl/ssl.h:1529)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:474: warning: ‘SSL_get_error’ is deprecated (declared at /usr/include/openssl/ssl.h:1501)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:508: warning: ‘SSL_get_peer_certificate’ is deprecated (declared at /usr/include/openssl/ssl.h:1450)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:509: warning: ‘X509_NAME_oneline’ is deprecated (declared at /usr/include/openssl/x509.h:984)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:509: warning: ‘X509_get_subject_name’ is deprecated (declared at /usr/include/openssl/x509.h:1013)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:511: warning: ‘X509_NAME_oneline’ is deprecated (declared at /usr/include/openssl/x509.h:984)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:511: warning: ‘X509_get_issuer_name’ is deprecated (declared at /usr/include/openssl/x509.h:1011)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c: In function ‘_create_tuple_for_attribute’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:542: warning: ‘OBJ_obj2txt’ is deprecated (declared at /usr/include/openssl/objects.h:1011)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:551: warning: ‘ASN1_STRING_to_UTF8’ is deprecated (declared at /usr/include/openssl/asn1.h:981)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:559: warning: ‘CRYPTO_free’ is deprecated (declared at /usr/include/openssl/crypto.h:480)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c: In function ‘_create_tuple_for_X509_NAME’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:585: warning: ‘X509_NAME_entry_count’ is deprecated (declared at /usr/include/openssl/x509.h:1097)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:605: warning: ‘X509_NAME_get_entry’ is deprecated (declared at /usr/include/openssl/x509.h:1108)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:629: warning: ‘X509_NAME_ENTRY_get_object’ is deprecated (declared at /usr/include/openssl/x509.h:1129)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:630: warning: ‘X509_NAME_ENTRY_get_data’ is deprecated (declared at /usr/include/openssl/x509.h:1130)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c: In function ‘_get_peer_alt_names’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:703: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:703: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:706: warning: ‘X509_get_ext_by_NID’ is deprecated (declared at /usr/include/openssl/x509.h:1145)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:716: warning: ‘X509_get_ext’ is deprecated (declared at /usr/include/openssl/x509.h:1148)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:717: warning: ‘X509V3_EXT_get’ is deprecated (declared at /usr/include/openssl/x509v3.h:581)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:725: warning: ‘ASN1_item_d2i’ is deprecated (declared at /usr/include/openssl/asn1.h:1075)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:734: warning: ‘sk_num’ is deprecated (declared at /usr/include/openssl/stack.h:81)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:738: warning: ‘sk_value’ is deprecated (declared at /usr/include/openssl/stack.h:82)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:766: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:767: warning: ‘GENERAL_NAME_print’ is deprecated (declared at /usr/include/openssl/x509v3.h:485)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:768: warning: ‘BIO_gets’ is deprecated (declared at /usr/include/openssl/bio.h:586)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:802: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:814: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c: In function ‘_decode_certificate’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:844: warning: ‘X509_get_subject_name’ is deprecated (declared at /usr/include/openssl/x509.h:1013)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:855: warning: ‘X509_get_issuer_name’ is deprecated (declared at /usr/include/openssl/x509.h:1011)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:864: warning: ‘ASN1_INTEGER_get’ is deprecated (declared at /usr/include/openssl/asn1.h:899)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:873: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:873: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:877: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:878: warning: ‘X509_get_serialNumber’ is deprecated (declared at /usr/include/openssl/x509.h:1009)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:880: warning: ‘i2a_ASN1_INTEGER’ is deprecated (declared at /usr/include/openssl/asn1.h:884)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:881: warning: ‘BIO_gets’ is deprecated (declared at /usr/include/openssl/bio.h:586)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:895: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:897: warning: ‘ASN1_TIME_print’ is deprecated (declared at /usr/include/openssl/asn1.h:1008)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:898: warning: ‘BIO_gets’ is deprecated (declared at /usr/include/openssl/bio.h:586)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:913: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:915: warning: ‘ASN1_TIME_print’ is deprecated (declared at /usr/include/openssl/asn1.h:1008)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:916: warning: ‘BIO_gets’ is deprecated (declared at /usr/include/openssl/bio.h:586)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:944: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:949: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c: In function ‘PySSL_test_decode_certificate’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:968: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:968: warning: ‘BIO_s_file’ is deprecated (declared at /usr/include/openssl/bio.h:573)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:973: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:989: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c: In function ‘PySSL_peercert’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1020: warning: ‘CRYPTO_free’ is deprecated (declared at /usr/include/openssl/crypto.h:480)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1025: warning: ‘SSL_CTX_get_verify_mode’ is deprecated (declared at /usr/include/openssl/ssl.h:1455)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c: In function ‘PySSL_cipher’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1054: warning: ‘SSL_get_current_cipher’ is deprecated (declared at /usr/include/openssl/ssl.h:1357)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1062: warning: ‘SSL_CIPHER_get_name’ is deprecated (declared at /usr/include/openssl/ssl.h:1360)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1072: warning: ‘SSL_CIPHER_get_version’ is deprecated (declared at /usr/include/openssl/ssl.h:1359)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1082: warning: ‘SSL_CIPHER_get_bits’ is deprecated (declared at /usr/include/openssl/ssl.h:1358)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c: In function ‘PySSL_dealloc’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1098: warning: ‘SSL_free’ is deprecated (declared at /usr/include/openssl/ssl.h:1490)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1100: warning: ‘SSL_CTX_free’ is deprecated (declared at /usr/include/openssl/ssl.h:1347)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c: In function ‘PySSL_SSLwrite’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1188: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1188: warning: ‘SSL_get_rbio’ is deprecated (declared at /usr/include/openssl/ssl.h:1376)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1189: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1189: warning: ‘SSL_get_wbio’ is deprecated (declared at /usr/include/openssl/ssl.h:1377)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1207: warning: ‘SSL_write’ is deprecated (declared at /usr/include/openssl/ssl.h:1495)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1208: warning: ‘SSL_get_error’ is deprecated (declared at /usr/include/openssl/ssl.h:1501)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c: In function ‘PySSL_SSLpending’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1255: warning: ‘SSL_pending’ is deprecated (declared at /usr/include/openssl/ssl.h:1368)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c: In function ‘PySSL_SSLread’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1286: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1286: warning: ‘SSL_get_rbio’ is deprecated (declared at /usr/include/openssl/ssl.h:1376)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1287: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1287: warning: ‘SSL_get_wbio’ is deprecated (declared at /usr/include/openssl/ssl.h:1377)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1291: warning: ‘SSL_pending’ is deprecated (declared at /usr/include/openssl/ssl.h:1368)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1307: warning: ‘SSL_get_shutdown’ is deprecated (declared at /usr/include/openssl/ssl.h:1568)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1323: warning: ‘SSL_read’ is deprecated (declared at /usr/include/openssl/ssl.h:1493)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1324: warning: ‘SSL_get_error’ is deprecated (declared at /usr/include/openssl/ssl.h:1501)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1335: warning: ‘SSL_get_shutdown’ is deprecated (declared at /usr/include/openssl/ssl.h:1568)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c: In function ‘PySSL_SSLshutdown’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1380: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1380: warning: ‘SSL_get_rbio’ is deprecated (declared at /usr/include/openssl/ssl.h:1376)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1381: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1381: warning: ‘SSL_get_wbio’ is deprecated (declared at /usr/include/openssl/ssl.h:1377)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1394: warning: ‘SSL_set_read_ahead’ is deprecated (declared at /usr/include/openssl/ssl.h:1380)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1395: warning: ‘SSL_shutdown’ is deprecated (declared at /usr/include/openssl/ssl.h:1532)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1412: warning: ‘SSL_get_error’ is deprecated (declared at /usr/include/openssl/ssl.h:1501)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c: In function ‘PySSL_RAND_add’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1505: warning: ‘RAND_add’ is deprecated (declared at /usr/include/openssl/rand.h:107)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c: In function ‘PySSL_RAND_status’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1519: warning: ‘RAND_status’ is deprecated (declared at /usr/include/openssl/rand.h:111)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c: In function ‘PySSL_RAND_egd’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1538: warning: ‘RAND_egd’ is deprecated (declared at /usr/include/openssl/rand.h:113)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c: In function ‘_setup_ssl_threads’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1618: warning: ‘CRYPTO_num_locks’ is deprecated (declared at /usr/include/openssl/crypto.h:415)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1635: warning: ‘CRYPTO_set_locking_callback’ is deprecated (declared at /usr/include/openssl/crypto.h:418)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1636: warning: ‘CRYPTO_set_id_callback’ is deprecated (declared at /usr/include/openssl/crypto.h:425)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c: In function ‘init_ssl’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1666: warning: ‘SSL_load_error_strings’ is deprecated (declared at /usr/include/openssl/ssl.h:1416)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1667: warning: ‘SSL_library_init’ is deprecated (declared at /usr/include/openssl/ssl.h:1553)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1674: warning: ‘OPENSSL_add_all_algorithms_noconf’ is deprecated (declared at /usr/include/openssl/evp.h:828)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1730: warning: ‘SSLeay’ is deprecated (declared at /usr/include/openssl/crypto.h:383)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.c:1748: warning: ‘SSLeay_version’ is deprecated (declared at /usr/include/openssl/crypto.h:382)
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ssl.o -L/usr/local/lib -lssl -lcrypto -o build/lib.macosx-10.7-x86_64-2.7/_ssl.so
building '_hashlib' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.o
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c: In function ‘EVP_hash’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:112: warning: ‘EVP_DigestUpdate’ is deprecated (declared at /usr/include/openssl/evp.h:557)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c: In function ‘EVP_dealloc’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:127: warning: ‘EVP_MD_CTX_cleanup’ is deprecated (declared at /usr/include/openssl/evp.h:548)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c: In function ‘locked_EVP_MD_CTX_copy’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:135: warning: ‘EVP_MD_CTX_copy’ is deprecated (declared at /usr/include/openssl/evp.h:562)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c: In function ‘EVP_digest’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:168: warning: ‘EVP_MD_size’ is deprecated (declared at /usr/include/openssl/evp.h:483)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:168: warning: ‘EVP_MD_CTX_md’ is deprecated (declared at /usr/include/openssl/evp.h:486)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:169: warning: ‘EVP_DigestFinal’ is deprecated (declared at /usr/include/openssl/evp.h:564)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:172: warning: ‘EVP_MD_CTX_cleanup’ is deprecated (declared at /usr/include/openssl/evp.h:548)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c: In function ‘EVP_hexdigest’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:190: warning: ‘EVP_MD_size’ is deprecated (declared at /usr/include/openssl/evp.h:483)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:190: warning: ‘EVP_MD_CTX_md’ is deprecated (declared at /usr/include/openssl/evp.h:486)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:191: warning: ‘EVP_DigestFinal’ is deprecated (declared at /usr/include/openssl/evp.h:564)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:193: warning: ‘EVP_MD_CTX_cleanup’ is deprecated (declared at /usr/include/openssl/evp.h:548)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c: In function ‘EVP_get_block_size’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:267: warning: ‘EVP_MD_block_size’ is deprecated (declared at /usr/include/openssl/evp.h:484)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:267: warning: ‘EVP_MD_CTX_md’ is deprecated (declared at /usr/include/openssl/evp.h:486)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c: In function ‘EVP_get_digest_size’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:275: warning: ‘EVP_MD_size’ is deprecated (declared at /usr/include/openssl/evp.h:483)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:275: warning: ‘EVP_MD_CTX_md’ is deprecated (declared at /usr/include/openssl/evp.h:486)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c: In function ‘EVPnew’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:436: warning: ‘EVP_MD_CTX_copy’ is deprecated (declared at /usr/include/openssl/evp.h:562)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:438: warning: ‘EVP_DigestInit’ is deprecated (declared at /usr/include/openssl/evp.h:563)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c: In function ‘EVP_new’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:484: warning: ‘EVP_get_digestbyname’ is deprecated (declared at /usr/include/openssl/evp.h:849)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c: In function ‘init_hashlib’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:568: warning: ‘OpenSSL_add_all_digests’ is deprecated (declared at /usr/include/openssl/evp.h:840)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:589: warning: ‘EVP_get_digestbyname’ is deprecated (declared at /usr/include/openssl/evp.h:849)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:589: warning: ‘EVP_DigestInit’ is deprecated (declared at /usr/include/openssl/evp.h:563)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:589: warning: ‘EVP_get_digestbyname’ is deprecated (declared at /usr/include/openssl/evp.h:849)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:590: warning: ‘EVP_get_digestbyname’ is deprecated (declared at /usr/include/openssl/evp.h:849)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:590: warning: ‘EVP_DigestInit’ is deprecated (declared at /usr/include/openssl/evp.h:563)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:590: warning: ‘EVP_get_digestbyname’ is deprecated (declared at /usr/include/openssl/evp.h:849)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:592: warning: ‘EVP_get_digestbyname’ is deprecated (declared at /usr/include/openssl/evp.h:849)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:592: warning: ‘EVP_DigestInit’ is deprecated (declared at /usr/include/openssl/evp.h:563)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:592: warning: ‘EVP_get_digestbyname’ is deprecated (declared at /usr/include/openssl/evp.h:849)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:593: warning: ‘EVP_get_digestbyname’ is deprecated (declared at /usr/include/openssl/evp.h:849)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:593: warning: ‘EVP_DigestInit’ is deprecated (declared at /usr/include/openssl/evp.h:563)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:593: warning: ‘EVP_get_digestbyname’ is deprecated (declared at /usr/include/openssl/evp.h:849)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:594: warning: ‘EVP_get_digestbyname’ is deprecated (declared at /usr/include/openssl/evp.h:849)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:594: warning: ‘EVP_DigestInit’ is deprecated (declared at /usr/include/openssl/evp.h:563)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:594: warning: ‘EVP_get_digestbyname’ is deprecated (declared at /usr/include/openssl/evp.h:849)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:595: warning: ‘EVP_get_digestbyname’ is deprecated (declared at /usr/include/openssl/evp.h:849)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:595: warning: ‘EVP_DigestInit’ is deprecated (declared at /usr/include/openssl/evp.h:563)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.c:595: warning: ‘EVP_get_digestbyname’ is deprecated (declared at /usr/include/openssl/evp.h:849)
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_hashopenssl.o -L/usr/local/lib -lssl -lcrypto -o build/lib.macosx-10.7-x86_64-2.7/_hashlib.so
building '_sqlite3' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/cache.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/cache.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/connection.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/connection.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/cursor.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/cursor.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/microprotocols.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/microprotocols.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/module.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/module.o
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/module.c: In function ‘module_enable_shared_cache’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/module.c:128: warning: ‘sqlite3_enable_shared_cache’ is deprecated (declared at /usr/include/sqlite3.h:4275)
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/prepare_protocol.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/prepare_protocol.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/row.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/row.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/statement.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/statement.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/util.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/util.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/cache.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/connection.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/cursor.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/microprotocols.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/module.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/prepare_protocol.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/row.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/statement.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_sqlite/util.o -L/usr/lib -L/usr/local/lib -L/usr/lib -lsqlite3 -o build/lib.macosx-10.7-x86_64-2.7/_sqlite3.so -Wl,-search_paths_first
building 'bsddb185' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/bsddbmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/bsddbmodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/bsddbmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/bsddb185.so
building 'dbm' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NDBM_H -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/dbmmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/dbmmodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/dbmmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/dbm.so
building 'termios' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/termios.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/termios.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/termios.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/termios.so
building 'resource' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/resource.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/resource.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/resource.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/resource.so
building 'nis' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/nismodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/nismodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/nismodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/nis.so
building '_curses' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_cursesmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_cursesmodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_cursesmodule.o -L/usr/local/lib -lncurses -o build/lib.macosx-10.7-x86_64-2.7/_curses.so
building '_curses_panel' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_curses_panel.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_curses_panel.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_curses_panel.o -L/usr/local/lib -lpanel -lncurses -o build/lib.macosx-10.7-x86_64-2.7/_curses_panel.so
building 'zlib' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/zlibmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/zlibmodule.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/zlibmodule.o -L/usr/local/lib -lz -o build/lib.macosx-10.7-x86_64-2.7/zlib.so -Wl,-search_paths_first
building 'binascii' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/binascii.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/binascii.o -DUSE_ZLIB_CRC32
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/binascii.o -L/usr/local/lib -lz -o build/lib.macosx-10.7-x86_64-2.7/binascii.so -Wl,-search_paths_first
building 'bz2' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/bz2module.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/bz2module.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/bz2module.o -L/usr/local/lib -lbz2 -o build/lib.macosx-10.7-x86_64-2.7/bz2.so -Wl,-search_paths_first
building 'pyexpat' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/expat
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_EXPAT_CONFIG_H=1 -DUSE_PYEXPAT_CAPI -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/./Modules/expat -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/pyexpat.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/pyexpat.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_EXPAT_CONFIG_H=1 -DUSE_PYEXPAT_CAPI -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/./Modules/expat -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/expat/xmlparse.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/expat/xmlparse.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_EXPAT_CONFIG_H=1 -DUSE_PYEXPAT_CAPI -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/./Modules/expat -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/expat/xmlrole.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/expat/xmlrole.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_EXPAT_CONFIG_H=1 -DUSE_PYEXPAT_CAPI -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/./Modules/expat -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/expat/xmltok.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/expat/xmltok.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/pyexpat.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/expat/xmlparse.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/expat/xmlrole.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/expat/xmltok.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/pyexpat.so
building '_elementtree' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_EXPAT_CONFIG_H=1 -DUSE_PYEXPAT_CAPI -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/./Modules/expat -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_elementtree.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_elementtree.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_elementtree.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_elementtree.so
building '_multibytecodec' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cjkcodecs
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cjkcodecs/multibytecodec.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cjkcodecs/multibytecodec.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cjkcodecs/multibytecodec.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_multibytecodec.so
building '_codecs_kr' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cjkcodecs/_codecs_kr.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cjkcodecs/_codecs_kr.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cjkcodecs/_codecs_kr.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_codecs_kr.so
building '_codecs_jp' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cjkcodecs/_codecs_jp.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cjkcodecs/_codecs_jp.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cjkcodecs/_codecs_jp.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_codecs_jp.so
building '_codecs_cn' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cjkcodecs/_codecs_cn.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cjkcodecs/_codecs_cn.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cjkcodecs/_codecs_cn.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_codecs_cn.so
building '_codecs_tw' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cjkcodecs/_codecs_tw.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cjkcodecs/_codecs_tw.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cjkcodecs/_codecs_tw.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_codecs_tw.so
building '_codecs_hk' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cjkcodecs/_codecs_hk.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cjkcodecs/_codecs_hk.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cjkcodecs/_codecs_hk.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_codecs_hk.so
building '_codecs_iso2022' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cjkcodecs/_codecs_iso2022.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cjkcodecs/_codecs_iso2022.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/cjkcodecs/_codecs_iso2022.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_codecs_iso2022.so
building '_multiprocessing' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_multiprocessing
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -IModules/_multiprocessing -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_multiprocessing/multiprocessing.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_multiprocessing/multiprocessing.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -IModules/_multiprocessing -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_multiprocessing/socket_connection.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_multiprocessing/socket_connection.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -IModules/_multiprocessing -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_multiprocessing/semaphore.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_multiprocessing/semaphore.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_multiprocessing/multiprocessing.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_multiprocessing/socket_connection.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_multiprocessing/semaphore.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_multiprocessing.so
building '_scproxy' extension
creating build/temp.macosx-10.7-x86_64-2.7/Mac
creating build/temp.macosx-10.7-x86_64-2.7/Mac/Modules
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c ./Mac/Modules/_scproxy.c -o build/temp.macosx-10.7-x86_64-2.7/./Mac/Modules/_scproxy.o
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/./Mac/Modules/_scproxy.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_scproxy.so -framework SystemConfiguration -framework CoreFoundation
building '_CF' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.o -Wno-deprecated-declarations
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c: In function ‘CFTypeRefObj_repr’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:394: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:394: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c: In function ‘CFTypeRefObj_hash’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:401: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c: In function ‘CFArrayRefObj_repr’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:598: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:598: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c: In function ‘CFArrayRefObj_hash’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:605: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c: In function ‘CFMutableArrayRefObj_repr’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:838: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:838: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c: In function ‘CFMutableArrayRefObj_hash’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:845: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c: In function ‘CFDictionaryRefObj_repr’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:1031: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:1031: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c: In function ‘CFDictionaryRefObj_hash’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:1038: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c: In function ‘CFMutableDictionaryRefObj_repr’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:1208: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:1208: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c: In function ‘CFMutableDictionaryRefObj_hash’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:1215: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c: In function ‘CFDataRefObj_repr’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:1439: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:1439: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c: In function ‘CFDataRefObj_hash’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:1446: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c: In function ‘CFMutableDataRefObj_repr’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:1704: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:1704: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c: In function ‘CFMutableDataRefObj_hash’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:1711: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c: In function ‘CFStringRefObj_repr’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:2447: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:2447: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c: In function ‘CFStringRefObj_hash’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:2454: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c: In function ‘CFMutableStringRefObj_repr’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:2835: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:2835: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c: In function ‘CFMutableStringRefObj_hash’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:2842: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c: In function ‘CFURLRefObj_repr’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:3487: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:3487: warning: cast from pointer to integer of different size
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c: In function ‘CFURLRefObj_hash’:
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.c:3494: warning: cast from pointer to integer of different size
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/pycfbridge.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/pycfbridge.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/_CFmodule.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cf/pycfbridge.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_CF.so -framework CoreFoundation
building 'autoGIL' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/autoGIL.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/autoGIL.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/autoGIL.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/autoGIL.so -framework CoreFoundation
building 'ColorPicker' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/ColorPickermodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/ColorPickermodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/ColorPickermodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/ColorPicker.so -framework Carbon
building 'gestalt' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/gestaltmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/gestaltmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/gestaltmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/gestalt.so -framework Carbon
building 'MacOS' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/MacOS.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/MacOS.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/MacOS.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/MacOS.so -framework Carbon
building 'Nav' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/Nav.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/Nav.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/Nav.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/Nav.so -framework Carbon
building 'OSATerminology' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/OSATerminology.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/OSATerminology.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/OSATerminology.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/OSATerminology.so -framework Carbon
building 'icglue' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/icgluemodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/icgluemodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/icgluemodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/icglue.so -framework Carbon
building '_AE' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/ae
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/ae/_AEmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/ae/_AEmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/ae/_AEmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_AE.so -framework Carbon
building '_AH' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/ah
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/ah/_AHmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/ah/_AHmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/ah/_AHmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_AH.so -framework Carbon
building '_App' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/app
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/app/_Appmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/app/_Appmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/app/_Appmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_App.so -framework Carbon
building '_CarbonEvt' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/carbonevt
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/carbonevt/_CarbonEvtmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/carbonevt/_CarbonEvtmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/carbonevt/_CarbonEvtmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_CarbonEvt.so -framework Carbon
building '_Cm' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cm
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cm/_Cmmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cm/_Cmmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cm/_Cmmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_Cm.so -framework Carbon
building '_Ctl' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/ctl
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/ctl/_Ctlmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/ctl/_Ctlmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/ctl/_Ctlmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_Ctl.so -framework Carbon
building '_Dlg' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/dlg
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/dlg/_Dlgmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/dlg/_Dlgmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/dlg/_Dlgmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_Dlg.so -framework Carbon
building '_Drag' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/drag
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/drag/_Dragmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/drag/_Dragmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/drag/_Dragmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_Drag.so -framework Carbon
building '_Evt' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/evt
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/evt/_Evtmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/evt/_Evtmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/evt/_Evtmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_Evt.so -framework Carbon
building '_File' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/file
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/file/_Filemodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/file/_Filemodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/file/_Filemodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_File.so -framework Carbon
building '_Folder' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/folder
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/folder/_Foldermodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/folder/_Foldermodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/folder/_Foldermodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_Folder.so -framework Carbon
building '_Fm' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/fm
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/fm/_Fmmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/fm/_Fmmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/fm/_Fmmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_Fm.so -framework Carbon
building '_Help' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/help
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/help/_Helpmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/help/_Helpmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/help/_Helpmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_Help.so -framework Carbon
building '_Icn' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/icn
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/icn/_Icnmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/icn/_Icnmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/icn/_Icnmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_Icn.so -framework Carbon
building '_IBCarbon' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/ibcarbon
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/ibcarbon/_IBCarbon.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/ibcarbon/_IBCarbon.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/ibcarbon/_IBCarbon.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_IBCarbon.so -framework Carbon
building '_List' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/list
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/list/_Listmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/list/_Listmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/list/_Listmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_List.so -framework Carbon
building '_Menu' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/menu
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/menu/_Menumodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/menu/_Menumodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/menu/_Menumodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_Menu.so -framework Carbon
building '_Mlte' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/mlte
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/mlte/_Mltemodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/mlte/_Mltemodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/mlte/_Mltemodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_Mlte.so -framework Carbon
building '_OSA' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/osa
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/osa/_OSAmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/osa/_OSAmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/osa/_OSAmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_OSA.so -framework Carbon
building '_Res' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/res
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/res/_Resmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/res/_Resmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/res/_Resmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_Res.so -framework Carbon
building '_Qd' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/qd
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/qd/_Qdmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/qd/_Qdmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/qd/_Qdmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_Qd.so -framework Carbon
building '_Qdoffs' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/qdoffs
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/qdoffs/_Qdoffsmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/qdoffs/_Qdoffsmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/qdoffs/_Qdoffsmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_Qdoffs.so -framework Carbon
building '_Scrap' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/scrap
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/scrap/_Scrapmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/scrap/_Scrapmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/scrap/_Scrapmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_Scrap.so -framework Carbon
building '_Snd' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/snd
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/snd/_Sndmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/snd/_Sndmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/snd/_Sndmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_Snd.so -framework Carbon
building '_TE' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/te
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/te/_TEmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/te/_TEmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/te/_TEmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_TE.so -framework Carbon
building '_Win' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/win
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/win/_Winmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/win/_Winmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/win/_Winmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_Win.so -framework Carbon
building '_Launch' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/launch
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/launch/_Launchmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/launch/_Launchmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/launch/_Launchmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_Launch.so -framework ApplicationServices
building '_CG' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cg
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cg/_CGmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cg/_CGmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/cg/_CGmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_CG.so -framework ApplicationServices
building '_Qt' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/qt
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/qt/_Qtmodule.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/qt/_Qtmodule.o -Wno-deprecated-declarations
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Modules/qt/_Qtmodule.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_Qt.so -framework QuickTime -framework Carbon
ld: warning: ignoring file /System/Library/Frameworks//QuickTime.framework/QuickTime, file was built for unsupported file format which is not the architecture being linked (x86_64)
building '_tkinter' extension
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DWITH_APPINIT=1 -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tcl.framework/Versions/Current/PrivateHeaders -I/System/Library/Frameworks/Tk.framework/Headers -I/System/Library/Frameworks/Tk.framework/Versions/Current/PrivateHeaders -I/usr/X11R6/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_tkinter.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_tkinter.o -framework Tk
In file included from /System/Library/Frameworks/Tk.framework/Headers/tk.h:78,
from /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_tkinter.c:67:
/System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:131: warning: function declaration isn’t a prototype
/System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:334: warning: function declaration isn’t a prototype
/System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:453: warning: function declaration isn’t a prototype
/System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:471: warning: function declaration isn’t a prototype
/System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:496: warning: function declaration isn’t a prototype
/System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:497: warning: function declaration isn’t a prototype
/System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:509: warning: function declaration isn’t a prototype
/System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:522: warning: function declaration isn’t a prototype
/System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:1056: warning: function declaration isn’t a prototype
i686-apple-darwin11-llvm-gcc-4.2: -framework: linker input file unused because linking not done
i686-apple-darwin11-llvm-gcc-4.2: Tk: linker input file unused because linking not done
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DWITH_APPINIT=1 -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tcl.framework/Versions/Current/PrivateHeaders -I/System/Library/Frameworks/Tk.framework/Headers -I/System/Library/Frameworks/Tk.framework/Versions/Current/PrivateHeaders -I/usr/X11R6/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/tkappinit.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/tkappinit.o -framework Tk
In file included from /System/Library/Frameworks/Tk.framework/Headers/tk.h:78,
from /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/tkappinit.c:17:
/System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:131: warning: function declaration isn’t a prototype
/System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:334: warning: function declaration isn’t a prototype
/System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:453: warning: function declaration isn’t a prototype
/System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:471: warning: function declaration isn’t a prototype
/System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:496: warning: function declaration isn’t a prototype
/System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:497: warning: function declaration isn’t a prototype
/System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:509: warning: function declaration isn’t a prototype
/System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:522: warning: function declaration isn’t a prototype
/System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:1056: warning: function declaration isn’t a prototype
i686-apple-darwin11-llvm-gcc-4.2: -framework: linker input file unused because linking not done
i686-apple-darwin11-llvm-gcc-4.2: Tk: linker input file unused because linking not done
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_tkinter.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/tkappinit.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_tkinter.so -framework Tcl -framework Tk
building '_ctypes' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/darwin
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/x86
creating build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I_ctypes/darwin -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/_ctypes.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/_ctypes.o -DMACOSX
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I_ctypes/darwin -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/callbacks.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/callbacks.o -DMACOSX
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I_ctypes/darwin -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/callproc.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/callproc.o -DMACOSX
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I_ctypes/darwin -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/stgdict.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/stgdict.o -DMACOSX
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I_ctypes/darwin -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/cfield.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/cfield.o -DMACOSX
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I_ctypes/darwin -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/malloc_closure.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/malloc_closure.o -DMACOSX
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I_ctypes/darwin -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/darwin/dlfcn_simple.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/darwin/dlfcn_simple.o -DMACOSX
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I_ctypes/darwin -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/ffi.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/ffi.o -DMACOSX
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I_ctypes/darwin -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/x86/darwin64.S -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/x86/darwin64.o -DMACOSX
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I_ctypes/darwin -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/x86/x86-darwin.S -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/x86/x86-darwin.o -DMACOSX
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I_ctypes/darwin -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/x86/x86-ffi_darwin.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/x86/x86-ffi_darwin.o -DMACOSX
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I_ctypes/darwin -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/x86/x86-ffi64.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/x86/x86-ffi64.o -DMACOSX
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/x86/x86-ffi64.c:49: warning: function declaration isn’t a prototype
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/x86/x86-ffi64.c:379: warning: function declaration isn’t a prototype
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I_ctypes/darwin -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc/ppc-darwin.S -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc/ppc-darwin.o -DMACOSX
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I_ctypes/darwin -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc/ppc-darwin_closure.S -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc/ppc-darwin_closure.o -DMACOSX
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I_ctypes/darwin -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc/ppc-ffi_darwin.c -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc/ppc-ffi_darwin.o -DMACOSX
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I_ctypes/darwin -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Mac/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc -I. -IInclude -I./Include -I/usr/local/include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Include -I/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2 -c /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc/ppc64-darwin_closure.S -o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc/ppc64-darwin_closure.o -DMACOSX
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/_ctypes.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/callbacks.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/callproc.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/stgdict.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/cfield.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/malloc_closure.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/darwin/dlfcn_simple.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/ffi.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/x86/darwin64.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/x86/x86-darwin.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/x86/x86-ffi_darwin.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/x86/x86-ffi64.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc/ppc-darwin.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc/ppc-darwin_closure.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc/ppc-ffi_darwin.o build/temp.macosx-10.7-x86_64-2.7/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Modules/_ctypes/libffi_osx/powerpc/ppc64-darwin_closure.o -L/usr/local/lib -o build/lib.macosx-10.7-x86_64-2.7/_ctypes.so
ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame
Python build finished, but the necessary bits to build these modules were not found:
_bsddb dl gdbm
imageop linuxaudiodev ossaudiodev
spwd sunaudiodev
To find the necessary bits, look in setup.py in detect_modules() for the module's name.
running build_scripts
creating build/scripts-2.7
copying and adjusting /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Tools/scripts/pydoc -> build/scripts-2.7
copying and adjusting /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Tools/scripts/idle -> build/scripts-2.7
copying and adjusting /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Tools/scripts/2to3 -> build/scripts-2.7
copying and adjusting /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/smtpd.py -> build/scripts-2.7
changing mode of build/scripts-2.7/pydoc from 644 to 755
changing mode of build/scripts-2.7/idle from 644 to 755
changing mode of build/scripts-2.7/2to3 from 644 to 755
changing mode of build/scripts-2.7/smtpd.py from 644 to 755
/usr/bin/install -c -m 644 ./Tools/gdb/libpython.py python.exe-gdb.py
running build
running build_ext
building dbm using ndbm
Python build finished, but the necessary bits to build these modules were not found:
_bsddb dl gdbm
imageop linuxaudiodev ossaudiodev
spwd sunaudiodev
To find the necessary bits, look in setup.py in detect_modules() for the module's name.
running build_scripts
DYLD_LIBRARY_PATH=`pwd`: ./python.exe -E -c 'import sys ; from sysconfig import get_platform ; print get_platform()+"-"+sys.version[0:3]' >platform
find ./Lib -name '*.py[co]' -print | xargs rm -f
DYLD_LIBRARY_PATH=`pwd`: ./python.exe -Wd -3 -E -tt ./Lib/test/regrtest.py -l
== CPython 2.7.2 (default, Jan 16 2012, 11:54:00) [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)]
== Darwin-11.2.0-x86_64-i386-64bit little-endian
== /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/build/test_python_36795
Testing with flags: sys.flags(debug=0, py3k_warning=1, division_warning=1, division_new=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=1, tabcheck=2, verbose=0, unicode=0, bytes_warning=0)
test_grammar
test_opcodes
test_dict
test_builtin
test_exceptions
test_types
test_unittest
test_doctest
test_doctest2
test_MimeWriter
test_SimpleHTTPServer
test_StringIO
test___all__
test___future__
test__locale
test_abc
test_abstract_numbers
test_aepack
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/importlib/__init__.py:37: DeprecationWarning: In 3.x, the aetypes module is removed.
__import__(name)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/importlib/__init__.py:37: DeprecationWarning: In 3.x, the aepack module is removed.
__import__(name)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/plat-mac/aepack.py:23: DeprecationWarning: In 3.x, the MacOS module is removed.
import MacOS
test_aifc
test_al
test_al skipped -- No module named al
test_anydbm
test_applesingle
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_applesingle.py:10: DeprecationWarning: In 3.x, the applesingle module is removed.
import applesingle
test_argparse
test_array
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_array.py:17: DeprecationWarning: object.__init__() takes no parameters
array.array.__init__(self, typecode)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_array.py:17: DeprecationWarning: object.__init__() takes no parameters
array.array.__init__(self, typecode)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_array.py:17: DeprecationWarning: object.__init__() takes no parameters
array.array.__init__(self, typecode)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_array.py:17: DeprecationWarning: object.__init__() takes no parameters
array.array.__init__(self, typecode)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_array.py:17: DeprecationWarning: object.__init__() takes no parameters
array.array.__init__(self, typecode)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_array.py:17: DeprecationWarning: object.__init__() takes no parameters
array.array.__init__(self, typecode)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_array.py:17: DeprecationWarning: object.__init__() takes no parameters
array.array.__init__(self, typecode)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_array.py:17: DeprecationWarning: object.__init__() takes no parameters
array.array.__init__(self, typecode)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_array.py:17: DeprecationWarning: object.__init__() takes no parameters
array.array.__init__(self, typecode)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_array.py:17: DeprecationWarning: object.__init__() takes no parameters
array.array.__init__(self, typecode)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_array.py:17: DeprecationWarning: object.__init__() takes no parameters
array.array.__init__(self, typecode)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_array.py:17: DeprecationWarning: object.__init__() takes no parameters
array.array.__init__(self, typecode)
test_ascii_formatd
test_ast
test_asynchat
test_asyncore
test_atexit
test_audioop
test_augassign
test_base64
test_bastion
test_bigaddrspace
test_bigmem
test_binascii
test_binhex
test_binop
test_bisect
test_bool
test_bsddb
test_bsddb skipped -- No module named _bsddb
test_bsddb185
test_bsddb3
test_bsddb3 skipped -- No module named _bsddb
test_buffer
test_bufio
test_bytes
test_bz2
test_calendar
test_call
test_capi
test_cd
test_cd skipped -- No module named cd
test_cfgparser
test_cgi
test_charmapcodec
test_cl
test_cl skipped -- No module named cl
test_class
test_cmath
test_cmd
test_cmd_line
test_cmd_line_script
test_code
test_codeccallbacks
test_codecencodings_cn
test_codecencodings_hk
test_codecencodings_jp
test_codecencodings_kr
test_codecencodings_tw
test_codecmaps_cn
test_codecmaps_cn skipped -- Use of the `urlfetch' resource not enabled
test_codecmaps_hk
test_codecmaps_hk skipped -- Use of the `urlfetch' resource not enabled
test_codecmaps_jp
test_codecmaps_jp skipped -- Use of the `urlfetch' resource not enabled
test_codecmaps_kr
test_codecmaps_kr skipped -- Use of the `urlfetch' resource not enabled
test_codecmaps_tw
test_codecmaps_tw skipped -- Use of the `urlfetch' resource not enabled
test_codecs
test_codeop
test_coding
test_coercion
test_collections
test_colorsys
test_commands
test_compare
test_compile
test_compileall
test_compiler
test_complex
test_complex_args
test_contains
test_contextlib
test_cookie
test_cookielib
test_copy
test_copy_reg
test_cpickle
test_cprofile
test_crypt
test_csv
test_ctypes
test test_ctypes failed -- multiple errors occurred; run in verbose mode for details
test_curses
test_curses skipped -- Use of the `curses' resource not enabled
test_datetime
test_dbm
test_decimal
test_decorators
test_defaultdict
test_deque
test_descr
test_descrtut
test_dictcomps
test_dictviews
test_difflib
test_dircache
test_dis
test_distutils
i686-apple-darwin11-llvm-gcc-4.2: /private/var/folders/bz/9564twzd2f95kgzvzvt1w1yr0000gn/T/tmpL4I5DR/foo.so: No such file or directory
test test_distutils failed -- Traceback (most recent call last):
File "/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/distutils/tests/test_build_ext.py", line 291, in test_get_outputs
cmd.run()
File "/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/distutils/command/build_ext.py", line 340, in run
self.build_extensions()
File "/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/distutils/command/build_ext.py", line 449, in build_extensions
self.build_extension(ext)
File "/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/distutils/command/build_ext.py", line 531, in build_extension
target_lang=language)
File "/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/distutils/ccompiler.py", line 741, in link_shared_object
extra_preargs, extra_postargs, build_temp, target_lang)
File "/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/distutils/unixccompiler.py", line 258, in link
raise LinkError, msg
LinkError: command 'gcc' failed with exit status 1
test_dl
test_dl skipped -- No module named dl
test_docxmlrpc
test_dumbdbm
test_dummy_thread
test_dummy_threading
test_email
test_email_codecs
test_email_renamed
test_enumerate
test_eof
test_epoll
test_epoll skipped -- test works only on Linux 2.6
test_errno
test_exception_variations
test_extcall
test_fcntl
test_file
test_file2k
test_filecmp
test_fileinput
test_fileio
test_float
test_fnmatch
test_fork1
test_format
test_fpformat
test_fractions
test_frozen
test_ftplib
test_funcattrs
test_functools
test_future
test_future3
test_future4
test_future5
test_future_builtins
test_gc
test_gdb
test_gdb skipped -- gdb versions before 7.0 didn't support python embedding Saw:
GNU gdb 6.3.50-20050815 (Apple version gdb-1708) (Mon Aug 8 20:32:45 UTC 2011)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin".
test_gdbm
test_gdbm skipped -- No module named gdbm
test_generators
test_genericpath
test_genexps
test_getargs
test_getargs2
test_getopt
test_gettext
test_gl
test_gl skipped -- No module named gl
test_glob
test_global
test_grp
test_gzip
test_hash
test_hashlib
test_heapq
test_hmac
test_hotshot
test_htmllib
test_htmlparser
test_httplib
test_httpservers
test_imageop
test_imageop skipped -- No module named imageop
test_imaplib
test_imgfile
test_imgfile skipped -- No module named imgfile
test_imp
test_import
test_importhooks
test_importlib
test_index
test_inspect
test_int
test_int_literal
test_io
Testing large file ops skipped on darwin.
It requires 2147483648 bytes and a long time.
Use 'regrtest.py -u largefile test_io' to run it.
Testing large file ops skipped on darwin.
It requires 2147483648 bytes and a long time.
Use 'regrtest.py -u largefile test_io' to run it.
python.exe(36795,0x7fff7dcc6960) malloc: *** mmap(size=9223372036854775808) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
python.exe(36795,0x7fff7dcc6960) malloc: *** mmap(size=9223372036854775808) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
python.exe(36795,0x7fff7dcc6960) malloc: *** mmap(size=9223372036854775808) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_io.py:2613: DeprecationWarning: classic int division
1/0
test_ioctl
test_isinstance
test_iter
test_iterlen
test_itertools
test_json
test_kqueue
test_largefile
test_largefile skipped -- test requires 2500000000 bytes and a long time to run
test_lib2to3
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/lib2to3/fixes/fix_operator.py:89: DeprecationWarning: callable() not supported in 3.x; use isinstance(x, collections.Callable)
if callable(method):
test_linecache
test_linuxaudiodev
test_linuxaudiodev skipped -- Use of the `audio' resource not enabled
test_list
test_locale
test_logging
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/logging/config.py:599: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
if name in existing:
test_long
test_long_future
test_longexp
test_macos
test_macostools
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_macostools.py:11: DeprecationWarning: In 3.x, the macostools module is removed.
import macostools
test_macpath
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/macpath.py:210: DeprecationWarning: In 3.x, the macresource module is removed.
path = Carbon.File.FSResolveAliasFile(path, 1)[0].as_pathname()
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/plat-mac/macresource.py:86: DeprecationWarning: __getitem__ not supported for exception classes in 3.x; use args attribute
if arg[0] != -199:
test_mailbox
test_marshal
test_math
test_md5
test_memoryio
test_memoryview
test_mhlib
test_mimetools
test_mimetypes
test_minidom
test_mmap
test_module
test_modulefinder
test_msilib
test_msilib skipped -- No module named _msi
test_multibytecodec
test_multibytecodec_support
test_multifile
test_multiprocessing
test_mutants
test_mutex
test_netrc
test_new
test_nis
test_normalization
test_ntpath
test_old_mailbox
test_openpty
test_operator
test_optparse
test_os
test_ossaudiodev
test_ossaudiodev skipped -- Use of the `audio' resource not enabled
test_parser
Expecting 's_push: parser stack overflow' in next line
s_push: parser stack overflow
test_pdb
test_peepholer
test_pep247
test_pep263
test_pep277
test_pep292
test_pep352
test_pickle
test_pickletools
test_pipes
test_pkg
test_pkgimport
test_pkgutil
test_platform
test test_platform failed -- Traceback (most recent call last):
File "/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_platform.py", line 194, in test_mac_ver
self.assertEqual(res[2], 'i386')
AssertionError: 'x86_64' != 'i386'
test_plistlib
test_poll
test_popen
test_popen2
test_poplib
test_posix
test_posixpath
test_pow
test_pprint
test_print
test_profile
test_property
test_pstats
test_pty
test_pwd
test_py3kwarn
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/plat-mac/findertools.py:303: SyntaxWarning: tuple parameter unpacking has been removed in 3.x
def _setlocation(object_alias, (x, y)):
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/plat-mac/findertools.py:445: SyntaxWarning: tuple parameter unpacking has been removed in 3.x
def _setwindowsize(folder_alias, (w, h)):
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/plat-mac/findertools.py:496: SyntaxWarning: tuple parameter unpacking has been removed in 3.x
def _setwindowposition(folder_alias, (x, y)):
test_pyclbr
test_pydoc
test_pyexpat
test_queue
test_quopri
test_random
test_re
test_readline
test_repr
test_resource
test_rfc822
test_richcmp
test_rlcompleter
test_robotparser
test_runpy
test_sax
test_scope
test_scriptpackages
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/importlib/__init__.py:37: DeprecationWarning: In 3.x, the aetools module is removed.
__import__(name)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_scriptpackages.py:13: DeprecationWarning: In 3.x, the CodeWarrior package is removed.
mod = __import__(package)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/Standard_Suite.py:13: DeprecationWarning: In 3.x, the StdSuites package is removed.
from StdSuites.Standard_Suite import *
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.py:13: DeprecationWarning: In 3.x, the _builtinSuites module is removed.
from _builtinSuites.builtin_Suite import *
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_scriptpackages.py:13: DeprecationWarning: In 3.x, the Explorer module is removed.
mod = __import__(package)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_scriptpackages.py:13: DeprecationWarning: In 3.x, the Finder package is removed.
mod = __import__(package)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_scriptpackages.py:13: DeprecationWarning: In 3.x, the Netscape package is removed.
mod = __import__(package)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_scriptpackages.py:13: DeprecationWarning: In 3.x, the SystemEvents package is removed.
mod = __import__(package)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_scriptpackages.py:13: DeprecationWarning: In 3.x, the Terminal module is removed.
mod = __import__(package)
test_select
test_set
test_setcomps
test_sets
test_sgmllib
test_sha
test_shelve
test_shlex
test_shutil
test_signal
test_site
test_slice
test_smtplib
test_smtpnet
test_smtpnet skipped -- Use of the `network' resource not enabled
test_socket
test_socketserver
test_socketserver skipped -- Use of the `network' resource not enabled
test_softspace
test_sort
test_sqlite
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/sqlite3/test/dbapi.py:649: DeprecationWarning: buffer() not supported in 3.x
b = sqlite.Binary(chr(0) + "'")
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/sqlite3/test/types.py:70: DeprecationWarning: buffer() not supported in 3.x
val = buffer("Guglhupf")
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/sqlite3/test/types.py:234: DeprecationWarning: buffer() not supported in 3.x
val = buffer("Guglhupf")
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/sqlite3/test/types.py:350: DeprecationWarning: buffer() not supported in 3.x
result = self.con.execute('select ? as "x [bin]"', (buffer(zlib.compress(testdata)),)).fetchone()[0]
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/sqlite3/test/userfunctions.py:39: DeprecationWarning: buffer() not supported in 3.x
return buffer("blob")
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/sqlite3/test/userfunctions.py:200: DeprecationWarning: buffer() not supported in 3.x
self.assertEqual(val, buffer("blob"))
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/sqlite3/test/userfunctions.py:237: DeprecationWarning: buffer() not supported in 3.x
cur.execute("select isblob(?)", (buffer("blob"),))
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/sqlite3/test/userfunctions.py:255: DeprecationWarning: buffer() not supported in 3.x
("foo", 5, 3.14, None, buffer("blob"),))
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/sqlite3/test/userfunctions.py:347: DeprecationWarning: buffer() not supported in 3.x
cur.execute("select checkType('blob', ?)", (buffer("blob"),))
test_ssl
test_startfile
test_startfile skipped -- module os has no attribute startfile
test_str
test_strftime
test_string
test_stringprep
test_strop
test_strptime
test_strtod
test_struct
test_structmembers
test_structseq
test_subprocess
.
this bit of output is from a test of stdout in a different process ...
2012-01-16 11:57:54.899 defaults[38287:707]
The domain/default pair of (/Users/adamgriffiths/Library/Preferences/com.apple.CrashReporter.plist, DialogType) does not exist
.
this bit of output is from a test of stdout in a different process ...
test_sunaudiodev
test_sunaudiodev skipped -- No module named sunaudiodev
test_sundry
test_symtable
test_syntax
test_sys
test_sys_setprofile
test_sys_settrace
test_sysconfig
test_tarfile
test_tcl
test_telnetlib
test_tempfile
test_textwrap
test_thread
test_threaded_import
test_threadedtempfile
test_threading
test_threading_local
test_threadsignals
test_time
test_timeout
test_timeout skipped -- Use of the `network' resource not enabled
test_tk
test_tk skipped -- Use of the `gui' resource not enabled
test_tokenize
test_trace
test_traceback
test_transformer
test_ttk_guionly
test_ttk_guionly skipped -- Use of the `gui' resource not enabled
test_ttk_textonly
test_tuple
test_typechecks
test_ucn
test_unary
test_undocumented_details
test_unicode
test_unicode_file
test_unicodedata
test_univnewlines
test_univnewlines2k
test_unpack
test_urllib
test_urllib2
test_urllib2_localnet
test_urllib2net
test_urllib2net skipped -- Use of the `network' resource not enabled
test_urllibnet
test_urllibnet skipped -- Use of the `network' resource not enabled
test_urlparse
test_userdict
test_userlist
test_userstring
test_uu
test_uuid
test_wait3
test_wait4
test_warnings
test_wave
test_weakref
test_weakset
test_whichdb
test_winreg
test_winreg skipped -- No module named _winreg
test_winsound
test_winsound skipped -- No module named winsound
test_with
test_wsgiref
test_xdrlib
test_xml_etree
test_xml_etree_c
test_xmllib
test_xmlrpc
test_xpickle
test_xpickle -- skipping backwards compat tests.
Use 'regrtest.py -u xpickle' to run them.
test_xrange
test_zipfile
test_zipfile64
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
test_zipimport
test_zipimport_support
test_zlib
350 tests OK.
3 tests failed:
test_ctypes test_distutils test_platform
34 tests skipped:
test_al test_bsddb test_bsddb3 test_cd test_cl test_codecmaps_cn
test_codecmaps_hk test_codecmaps_jp test_codecmaps_kr
test_codecmaps_tw test_curses test_dl test_epoll test_gdb
test_gdbm test_gl test_imageop test_imgfile test_largefile
test_linuxaudiodev test_msilib test_ossaudiodev test_smtpnet
test_socketserver test_startfile test_sunaudiodev test_timeout
test_tk test_ttk_guionly test_urllib2net test_urllibnet
test_winreg test_winsound test_zipfile64
1 skip unexpected on darwin:
test_dl
make: [test] Error 1 (ignored)
DYLD_LIBRARY_PATH=`pwd`: ./python.exe -Wd -3 -E -tt ./Lib/test/regrtest.py -l
== CPython 2.7.2 (default, Jan 16 2012, 11:54:00) [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)]
== Darwin-11.2.0-x86_64-i386-64bit little-endian
== /Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/build/test_python_39410
Testing with flags: sys.flags(debug=0, py3k_warning=1, division_warning=1, division_new=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=1, tabcheck=2, verbose=0, unicode=0, bytes_warning=0)
test_grammar
test_opcodes
test_dict
test_builtin
test_exceptions
test_types
test_unittest
test_doctest
test_doctest2
test_MimeWriter
test_SimpleHTTPServer
test_StringIO
test___all__
test___future__
test__locale
test_abc
test_abstract_numbers
test_aepack
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/importlib/__init__.py:37: DeprecationWarning: In 3.x, the aetypes module is removed.
__import__(name)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/importlib/__init__.py:37: DeprecationWarning: In 3.x, the aepack module is removed.
__import__(name)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/plat-mac/aepack.py:23: DeprecationWarning: In 3.x, the MacOS module is removed.
import MacOS
test_aifc
test_al
test_al skipped -- No module named al
test_anydbm
test_applesingle
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_applesingle.py:10: DeprecationWarning: In 3.x, the applesingle module is removed.
import applesingle
test_argparse
test_array
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_array.py:17: DeprecationWarning: object.__init__() takes no parameters
array.array.__init__(self, typecode)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_array.py:17: DeprecationWarning: object.__init__() takes no parameters
array.array.__init__(self, typecode)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_array.py:17: DeprecationWarning: object.__init__() takes no parameters
array.array.__init__(self, typecode)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_array.py:17: DeprecationWarning: object.__init__() takes no parameters
array.array.__init__(self, typecode)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_array.py:17: DeprecationWarning: object.__init__() takes no parameters
array.array.__init__(self, typecode)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_array.py:17: DeprecationWarning: object.__init__() takes no parameters
array.array.__init__(self, typecode)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_array.py:17: DeprecationWarning: object.__init__() takes no parameters
array.array.__init__(self, typecode)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_array.py:17: DeprecationWarning: object.__init__() takes no parameters
array.array.__init__(self, typecode)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_array.py:17: DeprecationWarning: object.__init__() takes no parameters
array.array.__init__(self, typecode)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_array.py:17: DeprecationWarning: object.__init__() takes no parameters
array.array.__init__(self, typecode)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_array.py:17: DeprecationWarning: object.__init__() takes no parameters
array.array.__init__(self, typecode)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_array.py:17: DeprecationWarning: object.__init__() takes no parameters
array.array.__init__(self, typecode)
test_ascii_formatd
test_ast
test_asynchat
test_asyncore
test_atexit
test_audioop
test_augassign
test_base64
test_bastion
test_bigaddrspace
test_bigmem
test_binascii
test_binhex
test_binop
test_bisect
test_bool
test_bsddb
test_bsddb skipped -- No module named _bsddb
test_bsddb185
test_bsddb3
test_bsddb3 skipped -- No module named _bsddb
test_buffer
test_bufio
test_bytes
test_bz2
test_calendar
test_call
test_capi
test_cd
test_cd skipped -- No module named cd
test_cfgparser
test_cgi
test_charmapcodec
test_cl
test_cl skipped -- No module named cl
test_class
test_cmath
test_cmd
test_cmd_line
test_cmd_line_script
test_code
test_codeccallbacks
test_codecencodings_cn
test_codecencodings_hk
test_codecencodings_jp
test_codecencodings_kr
test_codecencodings_tw
test_codecmaps_cn
test_codecmaps_cn skipped -- Use of the `urlfetch' resource not enabled
test_codecmaps_hk
test_codecmaps_hk skipped -- Use of the `urlfetch' resource not enabled
test_codecmaps_jp
test_codecmaps_jp skipped -- Use of the `urlfetch' resource not enabled
test_codecmaps_kr
test_codecmaps_kr skipped -- Use of the `urlfetch' resource not enabled
test_codecmaps_tw
test_codecmaps_tw skipped -- Use of the `urlfetch' resource not enabled
test_codecs
test_codeop
test_coding
test_coercion
test_collections
test_colorsys
test_commands
test_compare
test_compile
test_compileall
test_compiler
test_complex
test_complex_args
test_contains
test_contextlib
test_cookie
test_cookielib
test_copy
test_copy_reg
test_cpickle
test_cprofile
test_crypt
test_csv
test_ctypes
test test_ctypes failed -- multiple errors occurred; run in verbose mode for details
test_curses
test_curses skipped -- Use of the `curses' resource not enabled
test_datetime
test_dbm
test_decimal
test_decorators
test_defaultdict
test_deque
test_descr
test_descrtut
test_dictcomps
test_dictviews
test_difflib
test_dircache
test_dis
test_distutils
i686-apple-darwin11-llvm-gcc-4.2: /private/var/folders/bz/9564twzd2f95kgzvzvt1w1yr0000gn/T/tmpE9o8JJ/foo.so: No such file or directory
test test_distutils failed -- Traceback (most recent call last):
File "/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/distutils/tests/test_build_ext.py", line 291, in test_get_outputs
cmd.run()
File "/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/distutils/command/build_ext.py", line 340, in run
self.build_extensions()
File "/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/distutils/command/build_ext.py", line 449, in build_extensions
self.build_extension(ext)
File "/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/distutils/command/build_ext.py", line 531, in build_extension
target_lang=language)
File "/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/distutils/ccompiler.py", line 741, in link_shared_object
extra_preargs, extra_postargs, build_temp, target_lang)
File "/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/distutils/unixccompiler.py", line 258, in link
raise LinkError, msg
LinkError: command 'gcc' failed with exit status 1
test_dl
test_dl skipped -- No module named dl
test_docxmlrpc
test_dumbdbm
test_dummy_thread
test_dummy_threading
test_email
test_email_codecs
test_email_renamed
test_enumerate
test_eof
test_epoll
test_epoll skipped -- test works only on Linux 2.6
test_errno
test_exception_variations
test_extcall
test_fcntl
test_file
test_file2k
test_filecmp
test_fileinput
test_fileio
test_float
test_fnmatch
test_fork1
test_format
test_fpformat
test_fractions
test_frozen
test_ftplib
test_funcattrs
test_functools
test_future
test_future3
test_future4
test_future5
test_future_builtins
test_gc
test_gdb
test_gdb skipped -- gdb versions before 7.0 didn't support python embedding Saw:
GNU gdb 6.3.50-20050815 (Apple version gdb-1708) (Mon Aug 8 20:32:45 UTC 2011)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin".
test_gdbm
test_gdbm skipped -- No module named gdbm
test_generators
test_genericpath
test_genexps
test_getargs
test_getargs2
test_getopt
test_gettext
test_gl
test_gl skipped -- No module named gl
test_glob
test_global
test_grp
test_gzip
test_hash
test_hashlib
test_heapq
test_hmac
test_hotshot
test_htmllib
test_htmlparser
test_httplib
test_httpservers
test_imageop
test_imageop skipped -- No module named imageop
test_imaplib
test_imgfile
test_imgfile skipped -- No module named imgfile
test_imp
test_import
test_importhooks
test_importlib
test_index
test_inspect
test_int
test_int_literal
test_io
Testing large file ops skipped on darwin.
It requires 2147483648 bytes and a long time.
Use 'regrtest.py -u largefile test_io' to run it.
Testing large file ops skipped on darwin.
It requires 2147483648 bytes and a long time.
Use 'regrtest.py -u largefile test_io' to run it.
python.exe(39410,0x7fff7dcc6960) malloc: *** mmap(size=9223372036854775808) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
python.exe(39410,0x7fff7dcc6960) malloc: *** mmap(size=9223372036854775808) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
python.exe(39410,0x7fff7dcc6960) malloc: *** mmap(size=9223372036854775808) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_io.py:2613: DeprecationWarning: classic int division
1/0
test_ioctl
test_isinstance
test_iter
test_iterlen
test_itertools
test_json
test_kqueue
test_largefile
test_largefile skipped -- test requires 2500000000 bytes and a long time to run
test_lib2to3
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/lib2to3/fixes/fix_operator.py:89: DeprecationWarning: callable() not supported in 3.x; use isinstance(x, collections.Callable)
if callable(method):
test_linecache
test_linuxaudiodev
test_linuxaudiodev skipped -- Use of the `audio' resource not enabled
test_list
test_locale
test_logging
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/logging/config.py:599: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
if name in existing:
test_long
test_long_future
test_longexp
test_macos
test_macostools
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_macostools.py:11: DeprecationWarning: In 3.x, the macostools module is removed.
import macostools
test_macpath
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/macpath.py:210: DeprecationWarning: In 3.x, the macresource module is removed.
path = Carbon.File.FSResolveAliasFile(path, 1)[0].as_pathname()
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/plat-mac/macresource.py:86: DeprecationWarning: __getitem__ not supported for exception classes in 3.x; use args attribute
if arg[0] != -199:
test_mailbox
test_marshal
test_math
test_md5
test_memoryio
test_memoryview
test_mhlib
test_mimetools
test_mimetypes
test_minidom
test_mmap
test_module
test_modulefinder
test_msilib
test_msilib skipped -- No module named _msi
test_multibytecodec
test_multibytecodec_support
test_multifile
test_multiprocessing
test_mutants
test_mutex
test_netrc
test_new
test_nis
test_normalization
test_ntpath
test_old_mailbox
test_openpty
test_operator
test_optparse
test_os
test_ossaudiodev
test_ossaudiodev skipped -- Use of the `audio' resource not enabled
test_parser
Expecting 's_push: parser stack overflow' in next line
s_push: parser stack overflow
test_pdb
test_peepholer
test_pep247
test_pep263
test_pep277
test_pep292
test_pep352
test_pickle
test_pickletools
test_pipes
test_pkg
test_pkgimport
test_pkgutil
test_platform
test test_platform failed -- Traceback (most recent call last):
File "/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_platform.py", line 194, in test_mac_ver
self.assertEqual(res[2], 'i386')
AssertionError: 'x86_64' != 'i386'
test_plistlib
test_poll
test_popen
test_popen2
test_poplib
test_posix
test_posixpath
test_pow
test_pprint
test_print
test_profile
test_property
test_pstats
test_pty
test_pwd
test_py3kwarn
test_pyclbr
test_pydoc
test_pyexpat
test_queue
test_quopri
test_random
test_re
test_readline
test_repr
test_resource
test_rfc822
test_richcmp
test_rlcompleter
test_robotparser
test_runpy
test_sax
test_scope
test_scriptpackages
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/importlib/__init__.py:37: DeprecationWarning: In 3.x, the aetools module is removed.
__import__(name)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_scriptpackages.py:13: DeprecationWarning: In 3.x, the CodeWarrior package is removed.
mod = __import__(package)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/Standard_Suite.py:13: DeprecationWarning: In 3.x, the StdSuites package is removed.
from StdSuites.Standard_Suite import *
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.py:13: DeprecationWarning: In 3.x, the _builtinSuites module is removed.
from _builtinSuites.builtin_Suite import *
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_scriptpackages.py:13: DeprecationWarning: In 3.x, the Explorer module is removed.
mod = __import__(package)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_scriptpackages.py:13: DeprecationWarning: In 3.x, the Finder package is removed.
mod = __import__(package)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_scriptpackages.py:13: DeprecationWarning: In 3.x, the Netscape package is removed.
mod = __import__(package)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_scriptpackages.py:13: DeprecationWarning: In 3.x, the SystemEvents package is removed.
mod = __import__(package)
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/test/test_scriptpackages.py:13: DeprecationWarning: In 3.x, the Terminal module is removed.
mod = __import__(package)
test_select
test_set
test_setcomps
test_sets
test_sgmllib
test_sha
test_shelve
test_shlex
test_shutil
test_signal
test_site
test_slice
test_smtplib
test_smtpnet
test_smtpnet skipped -- Use of the `network' resource not enabled
test_socket
test_socketserver
test_socketserver skipped -- Use of the `network' resource not enabled
test_softspace
test_sort
test_sqlite
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/sqlite3/test/dbapi.py:649: DeprecationWarning: buffer() not supported in 3.x
b = sqlite.Binary(chr(0) + "'")
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/sqlite3/test/types.py:70: DeprecationWarning: buffer() not supported in 3.x
val = buffer("Guglhupf")
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/sqlite3/test/types.py:234: DeprecationWarning: buffer() not supported in 3.x
val = buffer("Guglhupf")
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/sqlite3/test/types.py:350: DeprecationWarning: buffer() not supported in 3.x
result = self.con.execute('select ? as "x [bin]"', (buffer(zlib.compress(testdata)),)).fetchone()[0]
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/sqlite3/test/userfunctions.py:39: DeprecationWarning: buffer() not supported in 3.x
return buffer("blob")
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/sqlite3/test/userfunctions.py:200: DeprecationWarning: buffer() not supported in 3.x
self.assertEqual(val, buffer("blob"))
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/sqlite3/test/userfunctions.py:237: DeprecationWarning: buffer() not supported in 3.x
cur.execute("select isblob(?)", (buffer("blob"),))
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/sqlite3/test/userfunctions.py:255: DeprecationWarning: buffer() not supported in 3.x
("foo", 5, 3.14, None, buffer("blob"),))
/Users/adamgriffiths/.pythonbrew/build/Python-2.7.2/Lib/sqlite3/test/userfunctions.py:347: DeprecationWarning: buffer() not supported in 3.x
cur.execute("select checkType('blob', ?)", (buffer("blob"),))
test_ssl
test_startfile
test_startfile skipped -- module os has no attribute startfile
test_str
test_strftime
test_string
test_stringprep
test_strop
test_strptime
test_strtod
test_struct
test_structmembers
test_structseq
test_subprocess
.
this bit of output is from a test of stdout in a different process ...
2012-01-16 12:02:32.949 defaults[40895:707]
The domain/default pair of (/Users/adamgriffiths/Library/Preferences/com.apple.CrashReporter.plist, DialogType) does not exist
.
this bit of output is from a test of stdout in a different process ...
test_sunaudiodev
test_sunaudiodev skipped -- No module named sunaudiodev
test_sundry
test_symtable
test_syntax
test_sys
test_sys_setprofile
test_sys_settrace
test_sysconfig
test_tarfile
test_tcl
test_telnetlib
test_tempfile
test_textwrap
test_thread
test_threaded_import
test_threadedtempfile
test_threading
test_threading_local
test_threadsignals
test_time
test_timeout
test_timeout skipped -- Use of the `network' resource not enabled
test_tk
test_tk skipped -- Use of the `gui' resource not enabled
test_tokenize
test_trace
test_traceback
test_transformer
test_ttk_guionly
test_ttk_guionly skipped -- Use of the `gui' resource not enabled
test_ttk_textonly
test_tuple
test_typechecks
test_ucn
test_unary
test_undocumented_details
test_unicode
test_unicode_file
test_unicodedata
test_univnewlines
test_univnewlines2k
test_unpack
test_urllib
test_urllib2
test_urllib2_localnet
test_urllib2net
test_urllib2net skipped -- Use of the `network' resource not enabled
test_urllibnet
test_urllibnet skipped -- Use of the `network' resource not enabled
test_urlparse
test_userdict
test_userlist
test_userstring
test_uu
test_uuid
test_wait3
test_wait4
test_warnings
test_wave
test_weakref
test_weakset
test_whichdb
test_winreg
test_winreg skipped -- No module named _winreg
test_winsound
test_winsound skipped -- No module named winsound
test_with
test_wsgiref
test_xdrlib
test_xml_etree
test_xml_etree_c
test_xmllib
test_xmlrpc
test_xpickle
test_xpickle -- skipping backwards compat tests.
Use 'regrtest.py -u xpickle' to run them.
test_xrange
test_zipfile
test_zipfile64
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
test_zipimport
test_zipimport_support
test_zlib
350 tests OK.
3 tests failed:
test_ctypes test_distutils test_platform
34 tests skipped:
test_al test_bsddb test_bsddb3 test_cd test_cl test_codecmaps_cn
test_codecmaps_hk test_codecmaps_jp test_codecmaps_kr
test_codecmaps_tw test_curses test_dl test_epoll test_gdb
test_gdbm test_gl test_imageop test_imgfile test_largefile
test_linuxaudiodev test_msilib test_ossaudiodev test_smtpnet
test_socketserver test_startfile test_sunaudiodev test_timeout
test_tk test_ttk_guionly test_urllib2net test_urllibnet
test_winreg test_winsound test_zipfile64
1 skip unexpected on darwin:
test_dl
make: *** [test] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment