From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 5 20:30:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E2EFF106566B for ; Fri, 5 Oct 2012 20:30:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B63BB8FC0A for ; Fri, 5 Oct 2012 20:30:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q95KUFgI004256 for ; Fri, 5 Oct 2012 20:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q95KUEGR004246; Fri, 5 Oct 2012 20:30:14 GMT (envelope-from gnats) Resent-Date: Fri, 5 Oct 2012 20:30:14 GMT Resent-Message-Id: <201210052030.q95KUEGR004246@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ronald F.Guilmette" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE9901065670 for ; Fri, 5 Oct 2012 20:22:23 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 23F418FC0C for ; Fri, 5 Oct 2012 20:22:19 +0000 (UTC) Received: by segfault.tristatelogic.com (Postfix, from userid 1237) id 0D27350838; Fri, 5 Oct 2012 13:22:19 -0700 (PDT) Message-Id: <20121005202219.0D27350838@segfault.tristatelogic.com> Date: Fri, 5 Oct 2012 13:22:19 -0700 (PDT) From: "Ronald F.Guilmette" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: rfg@tristatelogic.com Subject: ports/172372: ports/python27 -- Build failure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Ronald F.Guilmette" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2012 20:30:16 -0000 >Number: 172372 >Category: ports >Synopsis: ports/python27 -- Build failure >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 20:30:14 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Ronald F. Guilmette >Release: FreeBSD 8.3-RELEASE amd64 >Organization: entr0py >Environment: System: FreeBSD segfault.tristatelogic.com 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:23:18 UTC 2012 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The lan/python27 port fails to build/install. I am marking this PR as priority=high because numerous other ports depend upon python being built & installed correctly. A log of the attempted build follows: =========================================================================== ===> Found saved configuration for python27-2.7.3_3 ===> Extracting for python27-2.7.3_3 => SHA256 Checksum OK for python/Python-2.7.3.tar.xz. /bin/chmod -R og=u-w /usr/ports/lang/python27/work/Python-2.7.3/Tools /usr/ports/lang/python27/work/Python-2.7.3/Demo ===> Patching for python27-2.7.3_3 /bin/cp -r /usr/ports/lang/python27/work/Python-2.7.3/Lib/plat-freebsd8 /usr/ports/lang/python27/work/Python-2.7.3/Lib/plat-freebsd9 /bin/cp -r /usr/ports/lang/python27/work/Python-2.7.3/Lib/plat-freebsd8 /usr/ports/lang/python27/work/Python-2.7.3/Lib/plat-freebsd10 /bin/mkdir -p /usr/ports/lang/python27/work/Python-2.7.3/portbld.static /usr/ports/lang/python27/work/Python-2.7.3/portbld.shared/Modules /bin/ln /usr/ports/lang/python27/work/Python-2.7.3/Lib/smtpd.py /usr/ports/lang/python27/work/Python-2.7.3/Tools/scripts/ /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.7,' /usr/ports/lang/python27/work/Python-2.7.3/Tools/scripts/2to3 > /usr/ports/lang/python27/work/`echo 2to3 | /usr/bin/sed -E -e 's,smtpd,smtpd2.7,' -e 's,2to3,2to3-2.7,' -e 's,(idle|pydoc|python-shared|python),\12.7,'` /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.7,' /usr/ports/lang/python27/work/Python-2.7.3/Tools/scripts/idle > /usr/ports/lang/python27/work/`echo idle | /usr/bin/sed -E -e 's,smtpd,smtpd2.7,' -e 's,2to3,2to3-2.7,' -e 's,(idle|pydoc|python-shared|python),\12.7,'` /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.7,' /usr/ports/lang/python27/work/Python-2.7.3/Tools/scripts/pydoc > /usr/ports/lang/python27/work/`echo pydoc | /usr/bin/sed -E -e 's,smtpd,smtpd2.7,' -e 's,2to3,2to3-2.7,' -e 's,(idle|pydoc|python-shared|python),\12.7,'` /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.7,' /usr/ports/lang/python27/work/Python-2.7.3/Tools/scripts/smtpd.py > /usr/ports/lang/python27/work/`echo smtpd.py | /usr/bin/sed -E -e 's,smtpd,smtpd2.7,' -e 's,2to3,2to3-2.7,' -e 's,(idle|pydoc|python-shared|python),\12.7,'` /usr/bin/sed -i.bak -e 's,/usr/doc/python-docs-,/usr/local/share/doc/python,g' /usr/ports/lang/python27/work/Python-2.7.3/Lib/pydoc.py /usr/bin/sed -i.bak -e 's|^\( *prefixes = .*\)\]$|\1, "/usr/local"]|g' /usr/ports/lang/python27/work/Python-2.7.3/Lib/site.py /usr/bin/sed -i.bak -e 's|^ \(..ASDLGEN.*\)$| true|g; s|[(]LIBDIR[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' /usr/ports/lang/python27/work/Python-2.7.3/Makefile.pre.in /usr/bin/sed -i.bak -e 's|*\(..INSTALL_SCRIPT.*\)python-config$|#port \1|' /usr/ports/lang/python27/work/Python-2.7.3/Makefile.pre.in /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python2.7|' -e 's|libs = getvar|libs = getvar("LDFLAGS").split() + getvar|' /usr/ports/lang/python27/work/Python-2.7.3/Misc/python-config.in > /usr/ports/lang/python27/work/python2.7-config /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python-shared2.7|' -e 's|libs = getvar|libs = getvar("LDFLAGS").split() + getvar|' /usr/ports/lang/python27/work/Python-2.7.3/Misc/python-config.in > /usr/ports/lang/python27/work/python-shared2.7-config ===> Applying FreeBSD patches for python27-2.7.3_3 ===> python27-2.7.3_3 depends on shared library: intl - found ===> Configuring for python27-2.7.3_3 checking for --enable-universalsdk... no checking for --with-universal-archs... 32-bit checking MACHDEP... freebsd8 checking EXTRAPLATDIR... checking machine type as reported by uname -m... amd64 checking for --without-gcc... no checking for gcc... cc 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 cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for --with-cxx-main=... no checking how to run the C preprocessor... cpp 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... no checking LIBRARY... libpython$(VERSION).a checking LINKCC... $(PURIFY) $(MAINCC) checking for GNU ld... yes checking for --enable-shared... no checking for --enable-profiling... checking LDLIBRARY... libpython$(VERSION).a checking for ranlib... ranlib checking for ar... ar checking for svnversion... echo freebsd test: echo: unexpected operator checking for hg... not-found checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking for --with-pydebug... no checking whether cc accepts -fno-strict-aliasing... yes checking whether cc accepts -OPT:Olimit=0... no checking whether cc accepts -Olimit 1500... no checking whether gcc supports ParseTuple __format__... no checking whether pthreads are available without options... yes checking whether c++ 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... yes checking ieeefp.h presence... yes checking for ieeefp.h... yes 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... yes checking libintl.h presence... no configure: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: libintl.h: proceeding with the compiler's result checking for libintl.h... yes 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... yes checking libutil.h presence... yes checking for libutil.h... yes 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... yes checking bluetooth.h presence... yes checking for bluetooth.h... yes 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... no checking util.h presence... no checking for util.h... no 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... no checking for --enable-framework... no checking for dyld... no checking SO... .so checking LDSHARED... $(CC) -shared checking CCSHARED... -fPIC checking LINKFORSHARED... -Wl,--export-dynamic checking CFLAGSFORSHARED... checking SHLIBS... $(LIBS) checking for dlopen in -ldl... no checking for shl_load in -ldld... no checking for library containing sem_init... none required checking for textdomain in -lintl... yes checking for t_open in -lnsl... no checking for socket in -lsocket... no checking for --with-libs... no checking for pkg-config... /usr/local/bin/pkg-config 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 ipv6 stack type... kame using libc checking for OSX 10.5 SDK or later... no 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... no 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... yes checking for getresgid... yes 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... no 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... yes 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... yes checking for setresgid... yes 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 broken unsetenv... no checking for true... true checking for inet_aton in -lc... yes checking for chflags... yes checking for lchflags... yes 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... no checking for openpty in -lutil... 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... yes checking gethostbyname_r with 6 args... 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="-lm" 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... no 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... no type found 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()... yes 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... yes 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 /usr/bin/tar -C /usr/ports/lang/python27/work/Python-2.7.3/portbld.static -cf - . | /usr/bin/tar -C /usr/ports/lang/python27/work/Python-2.7.3/portbld.shared -xf - /bin/ln -sf /usr/ports/lang/python27/work/Python-2.7.3/Lib /usr/ports/lang/python27/work/Python-2.7.3/portbld.static/Lib /usr/bin/sed -e 's,^\(LDLIBRARY=\).*$,\1libpython$(VERSION).so,' -e 's,^\(BLDLIBRARY=\).*$,\1-L. -lpython$(VERSION),' -e 's,^\(CFLAGSFORSHARED=\).*$,\1$(CCSHARED),' -e 's,^\(Makefile Modules/config.c:.*\)Makefile.pre,\1,' -e 's,^\(.(BUILDPYTHON)\: .*\).(LIBRARY),\1,' -e 's,^\(.(BUILDPYTHON):.*\).(LIBRARY),\1,' /usr/ports/lang/python27/work/Python-2.7.3/portbld.static/Makefile > /usr/ports/lang/python27/work/Python-2.7.3/portbld.shared/Makefile ===> Building for python27-2.7.3_3 cd /usr/ports/lang/python27/work/Python-2.7.3/portbld.shared; /usr/bin/env VPATH="/usr/ports/lang/python27/work/Python-2.7.3" SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local MOTIFLIB="-L/usr/local/lib -lXm -lXp" LIBDIR="/usr/lib" CC="cc" CFLAGS="-I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 " CPP="cpp" CPPFLAGS="" LDFLAGS="-L/usr/local/lib -pthread" CXX="c++" CXXFLAGS="-I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444" make libpython2.7.so python; /bin/ln -f libpython2.7.so libpython2.7.so.1; /bin/ln -f python python-shared2.7 cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Parser/acceler.o ./../Parser/acceler.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Parser/grammar1.o ./../Parser/grammar1.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Parser/listnode.o ./../Parser/listnode.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Parser/node.o ./../Parser/node.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Parser/parser.o ./../Parser/parser.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Parser/parsetok.o ./../Parser/parsetok.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Parser/bitset.o ./../Parser/bitset.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Parser/metagrammar.o ./../Parser/metagrammar.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Parser/firstsets.o ./../Parser/firstsets.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Parser/grammar.o ./../Parser/grammar.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Parser/pgen.o ./../Parser/pgen.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Parser/myreadline.o ./../Parser/myreadline.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Parser/tokenizer.o ./../Parser/tokenizer.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/abstract.o ./../Objects/abstract.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/boolobject.o ./../Objects/boolobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/bufferobject.o ./../Objects/bufferobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/bytes_methods.o ./../Objects/bytes_methods.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/bytearrayobject.o ./../Objects/bytearrayobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/capsule.o ./../Objects/capsule.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/cellobject.o ./../Objects/cellobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/classobject.o ./../Objects/classobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/cobject.o ./../Objects/cobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/codeobject.o ./../Objects/codeobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/complexobject.o ./../Objects/complexobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/descrobject.o ./../Objects/descrobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/enumobject.o ./../Objects/enumobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/exceptions.o ./../Objects/exceptions.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/genobject.o ./../Objects/genobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/fileobject.o ./../Objects/fileobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/floatobject.o ./../Objects/floatobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/frameobject.o ./../Objects/frameobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/funcobject.o ./../Objects/funcobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/intobject.o ./../Objects/intobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/iterobject.o ./../Objects/iterobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/listobject.o ./../Objects/listobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/longobject.o ./../Objects/longobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/dictobject.o ./../Objects/dictobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/memoryobject.o ./../Objects/memoryobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/methodobject.o ./../Objects/methodobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/moduleobject.o ./../Objects/moduleobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/object.o ./../Objects/object.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/obmalloc.o ./../Objects/obmalloc.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/rangeobject.o ./../Objects/rangeobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/setobject.o ./../Objects/setobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/sliceobject.o ./../Objects/sliceobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/stringobject.o ./../Objects/stringobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/structseq.o ./../Objects/structseq.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/tupleobject.o ./../Objects/tupleobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/typeobject.o ./../Objects/typeobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/weakrefobject.o ./../Objects/weakrefobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/unicodeobject.o ./../Objects/unicodeobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Objects/unicodectype.o ./../Objects/unicodectype.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/_warnings.o ./../Python/_warnings.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/Python-ast.o ./../Python/Python-ast.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/asdl.o ./../Python/asdl.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/mysnprintf.o ./../Python/mysnprintf.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/pyctype.o ./../Python/pyctype.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o ./../Parser/tokenizer_pgen.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Parser/printgrammar.o ./../Parser/printgrammar.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Parser/pgenmain.o ./../Parser/pgenmain.c cc -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -L/usr/local/lib -pthread 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 -lutil -o Parser/pgen Parser/pgen ./../Grammar/Grammar ./../Include/graminit.h ./../Python/graminit.c touch Parser/pgen.stamp cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/ast.o ./../Python/ast.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/bltinmodule.o ./../Python/bltinmodule.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/ceval.o ./../Python/ceval.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/compile.o ./../Python/compile.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/codecs.o ./../Python/codecs.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/errors.o ./../Python/errors.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/frozen.o ./../Python/frozen.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/frozenmain.o ./../Python/frozenmain.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/future.o ./../Python/future.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/getargs.o ./../Python/getargs.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/getcompiler.o ./../Python/getcompiler.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/getcopyright.o ./../Python/getcopyright.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -DPLATFORM='"freebsd8"' -o Python/getplatform.o ./../Python/getplatform.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/getversion.o ./../Python/getversion.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/graminit.o ./../Python/graminit.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/import.o ./../Python/import.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -I. -o Python/importdl.o ./../Python/importdl.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/marshal.o ./../Python/marshal.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/modsupport.o ./../Python/modsupport.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/mystrtoul.o ./../Python/mystrtoul.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/peephole.o ./../Python/peephole.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/pyarena.o ./../Python/pyarena.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/pyfpe.o ./../Python/pyfpe.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/pymath.o ./../Python/pymath.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/pystate.o ./../Python/pystate.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/pythonrun.o ./../Python/pythonrun.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/random.o ./../Python/random.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/structmember.o ./../Python/structmember.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/symtable.o ./../Python/symtable.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/sysmodule.o ./../Python/sysmodule.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/traceback.o ./../Python/traceback.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/getopt.o ./../Python/getopt.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/pystrcmp.o ./../Python/pystrcmp.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/pystrtod.o ./../Python/pystrtod.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/dtoa.o ./../Python/dtoa.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/formatter_unicode.o ./../Python/formatter_unicode.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/formatter_string.o ./../Python/formatter_string.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/dynload_shlib.o ./../Python/dynload_shlib.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Python/thread.o ./../Python/thread.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Modules/config.o Modules/config.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -DPYTHONPATH='":plat-freebsd8:lib-tk:lib-old"' -DPREFIX='"/usr/local"' -DEXEC_PREFIX='"/usr/local"' -DVERSION='"2.7"' -DVPATH='"./.."' -o Modules/getpath.o ./../Modules/getpath.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Modules/main.o ./../Modules/main.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Modules/gcmodule.o ./../Modules/gcmodule.c cc -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -c ./../Modules/threadmodule.c -o Modules/threadmodule.o cc -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -c ./../Modules/signalmodule.c -o Modules/signalmodule.o cc -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -c ./../Modules/posixmodule.c -o Modules/posixmodule.o cc -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -c ./../Modules/errnomodule.c -o Modules/errnomodule.o cc -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -c ./../Modules/pwdmodule.c -o Modules/pwdmodule.o cc -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -c ./../Modules/_sre.c -o Modules/_sre.o cc -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -c ./../Modules/_codecsmodule.c -o Modules/_codecsmodule.o cc -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -c ./../Modules/_weakref.c -o Modules/_weakref.o cc -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -c ./../Modules/zipimport.c -o Modules/zipimport.o cc -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -c ./../Modules/symtablemodule.c -o Modules/symtablemodule.o cc -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -c ./../Modules/xxsubtype.c -o Modules/xxsubtype.o cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -DSVNVERSION="\"`LC_ALL=C echo Unversioned directory`\"" -DHGVERSION="\"`LC_ALL=C `\"" -DHGTAG="\"`LC_ALL=C `\"" -DHGBRANCH="\"`LC_ALL=C `\"" -o Modules/getbuildinfo.o ./../Modules/getbuildinfo.c if test libpython2.7.so != libpython2.7.so; then cc -shared -L/usr/local/lib -pthread -Wl,-hlibpython2.7.so -o libpython2.7.so 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 O bjects/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/random.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrt od.o Python/dtoa.o Python/formatter_unicode.o Python/formatter_string.o Python/dynload_shlib.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 -lutil -lm ; ln -f libpython2.7.so libpython2.7.so; else cc -shared -L/usr/local/lib -pthread -o libpython2.7.so 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/classobjec t.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/random.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/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 -lutil -lm ; fi cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Modules/python.o ./../Modules/python.c cc -L/usr/local/lib -pthread -Wl,--export-dynamic -o python Modules/python.o -L. -lpython2.7 -lutil -lm cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Modules/python.o ./../Modules/python.c install -o root -g wheel -m 444 ./../Tools/gdb/libpython.py python-gdb.py cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Parser/acceler.o ./../Parser/acceler.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Parser/grammar1.o ./../Parser/grammar1.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Parser/listnode.o ./../Parser/listnode.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Parser/node.o ./../Parser/node.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Parser/parser.o ./../Parser/parser.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Parser/parsetok.o ./../Parser/parsetok.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Parser/bitset.o ./../Parser/bitset.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Parser/metagrammar.o ./../Parser/metagrammar.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Parser/firstsets.o ./../Parser/firstsets.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Parser/grammar.o ./../Parser/grammar.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Parser/pgen.o ./../Parser/pgen.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Parser/myreadline.o ./../Parser/myreadline.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Parser/tokenizer.o ./../Parser/tokenizer.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/abstract.o ./../Objects/abstract.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/boolobject.o ./../Objects/boolobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/bufferobject.o ./../Objects/bufferobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/bytes_methods.o ./../Objects/bytes_methods.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/bytearrayobject.o ./../Objects/bytearrayobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/capsule.o ./../Objects/capsule.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/cellobject.o ./../Objects/cellobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/classobject.o ./../Objects/classobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/cobject.o ./../Objects/cobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/codeobject.o ./../Objects/codeobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/complexobject.o ./../Objects/complexobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/descrobject.o ./../Objects/descrobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/enumobject.o ./../Objects/enumobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/exceptions.o ./../Objects/exceptions.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/genobject.o ./../Objects/genobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/fileobject.o ./../Objects/fileobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/floatobject.o ./../Objects/floatobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/frameobject.o ./../Objects/frameobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/funcobject.o ./../Objects/funcobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/intobject.o ./../Objects/intobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/iterobject.o ./../Objects/iterobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/listobject.o ./../Objects/listobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/longobject.o ./../Objects/longobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/dictobject.o ./../Objects/dictobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/memoryobject.o ./../Objects/memoryobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/methodobject.o ./../Objects/methodobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/moduleobject.o ./../Objects/moduleobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/object.o ./../Objects/object.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/obmalloc.o ./../Objects/obmalloc.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/rangeobject.o ./../Objects/rangeobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/setobject.o ./../Objects/setobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/sliceobject.o ./../Objects/sliceobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/stringobject.o ./../Objects/stringobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/structseq.o ./../Objects/structseq.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/tupleobject.o ./../Objects/tupleobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/typeobject.o ./../Objects/typeobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/weakrefobject.o ./../Objects/weakrefobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/unicodeobject.o ./../Objects/unicodeobject.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Objects/unicodectype.o ./../Objects/unicodectype.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/_warnings.o ./../Python/_warnings.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/Python-ast.o ./../Python/Python-ast.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/asdl.o ./../Python/asdl.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/bltinmodule.o ./../Python/bltinmodule.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/ceval.o ./../Python/ceval.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/codecs.o ./../Python/codecs.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/errors.o ./../Python/errors.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/frozen.o ./../Python/frozen.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/frozenmain.o ./../Python/frozenmain.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/future.o ./../Python/future.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/getargs.o ./../Python/getargs.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/getcompiler.o ./../Python/getcompiler.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/getcopyright.o ./../Python/getcopyright.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -DPLATFORM='"freebsd8"' -o Python/getplatform.o ./../Python/getplatform.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/getversion.o ./../Python/getversion.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/graminit.o ./../Python/graminit.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/import.o ./../Python/import.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -I. -o Python/importdl.o ./../Python/importdl.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/marshal.o ./../Python/marshal.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/modsupport.o ./../Python/modsupport.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/mystrtoul.o ./../Python/mystrtoul.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/mysnprintf.o ./../Python/mysnprintf.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/peephole.o ./../Python/peephole.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/pyarena.o ./../Python/pyarena.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/pyctype.o ./../Python/pyctype.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/pyfpe.o ./../Python/pyfpe.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/pymath.o ./../Python/pymath.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/pystate.o ./../Python/pystate.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/pythonrun.o ./../Python/pythonrun.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/random.o ./../Python/random.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/structmember.o ./../Python/structmember.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/sysmodule.o ./../Python/sysmodule.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/traceback.o ./../Python/traceback.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/getopt.o ./../Python/getopt.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/pystrcmp.o ./../Python/pystrcmp.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/pystrtod.o ./../Python/pystrtod.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/dtoa.o ./../Python/dtoa.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/formatter_unicode.o ./../Python/formatter_unicode.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/formatter_string.o ./../Python/formatter_string.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/dynload_shlib.o ./../Python/dynload_shlib.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/thread.o ./../Python/thread.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Modules/main.o ./../Modules/main.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Modules/gcmodule.o ./../Modules/gcmodule.c cc -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -c ./../Modules/threadmodule.c -o Modules/threadmodule.o cc -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -c ./../Modules/signalmodule.c -o Modules/signalmodule.o cc -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -c ./../Modules/posixmodule.c -o Modules/posixmodule.o cc -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -c ./../Modules/errnomodule.c -o Modules/errnomodule.o cc -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -c ./../Modules/pwdmodule.c -o Modules/pwdmodule.o cc -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -c ./../Modules/_sre.c -o Modules/_sre.o cc -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -c ./../Modules/_codecsmodule.c -o Modules/_codecsmodule.o cc -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -c ./../Modules/_weakref.c -o Modules/_weakref.o cc -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -c ./../Modules/zipimport.c -o Modules/zipimport.o cc -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -c ./../Modules/symtablemodule.c -o Modules/symtablemodule.o cc -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -c ./../Modules/xxsubtype.c -o Modules/xxsubtype.o cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o ./../Parser/tokenizer_pgen.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Parser/printgrammar.o ./../Parser/printgrammar.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Parser/pgenmain.o ./../Parser/pgenmain.c cc -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -L/usr/local/lib -pthread 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 -lutil -o Parser/pgen Parser/pgen ./../Grammar/Grammar ./../Include/graminit.h ./../Python/graminit.c touch Parser/pgen.stamp cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -DPYTHONPATH='":plat-freebsd8:lib-tk:lib-old"' -DPREFIX='"/usr/local"' -DEXEC_PREFIX='"/usr/local"' -DVERSION='"2.7"' -DVPATH='"./.."' -o Modules/getpath.o ./../Modules/getpath.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Modules/config.o Modules/config.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/compile.o ./../Python/compile.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/symtable.o ./../Python/symtable.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -o Python/ast.o ./../Python/ast.c cc -c -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -DPy_BUILD_CORE -DSVNVERSION="\"`LC_ALL=C echo Unversioned directory`\"" -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/random.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/thread.o ar rc libpython2.7.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o 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 ranlib libpython2.7.a cc -L/usr/local/lib -pthread -Wl,--export-dynamic -o python Modules/python.o libpython2.7.a -lutil -lm libpython2.7.a(posixmodule.o)(.text+0x593f): In function `posix_tmpnam': : warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() libpython2.7.a(posixmodule.o)(.text+0x57ff): In function `posix_tempnam': : warning: warning: tempnam() possibly used unsafely; consider using mkstemp() running build running build_ext building dbm using ndbm building '_struct' extension creating build creating build/temp.freebsd-8.3-RELEASE-amd64-2.7 creating build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr creating build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports creating build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang creating build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27 creating build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work creating build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3 creating build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_struct.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_struct.o creating build/lib.freebsd-8.3-RELEASE-amd64-2.7 cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_struct.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_struct.so building '_ctypes_test' extension creating build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/_ctypes_test.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/_ctypes_test.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/_ctypes_test.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_ctypes_test.so building 'array' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/arraymodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/arraymodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/arraymodule.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/array.so building 'cmath' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/cmathmodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/cmathmodule.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_math.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_math.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/cmathmodule.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_math.o -L/usr/local/lib -lm -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/cmath.so building 'math' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/mathmodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/mathmodule.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_math.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_math.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/mathmodule.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_math.o -L/usr/local/lib -lm -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/math.so building 'strop' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/stropmodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/stropmodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/stropmodule.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/strop.so building 'time' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/timemodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/timemodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/timemodule.o -L/usr/local/lib -lm -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/time.so building 'datetime' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/datetimemodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/datetimemodule.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/timemodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/timemodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/datetimemodule.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/timemodule.o -L/usr/local/lib -lm -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/datetime.so building 'itertools' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/itertoolsmodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/itertoolsmodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/itertoolsmodule.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/itertools.so building 'future_builtins' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/future_builtins.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/future_builtins.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/future_builtins.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/future_builtins.so building '_random' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_randommodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_randommodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_randommodule.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_random.so building '_collections' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_collectionsmodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_collectionsmodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_collectionsmodule.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_collections.so building '_bisect' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_bisectmodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_bisectmodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_bisectmodule.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_bisect.so building '_heapq' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_heapqmodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_heapqmodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_heapqmodule.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_heapq.so building 'operator' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/operator.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/operator.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/operator.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/operator.so building '_io' extension creating build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_io cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -IModules/_io -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_io/bufferedio.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_io/bufferedio.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -IModules/_io -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_io/bytesio.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_io/bytesio.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -IModules/_io -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_io/fileio.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_io/fileio.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -IModules/_io -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_io/iobase.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_io/iobase.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -IModules/_io -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_io/_iomodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_io/_iomodule.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -IModules/_io -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_io/stringio.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_io/stringio.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -IModules/_io -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_io/textio.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_io/textio.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_io/bufferedio.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_io/bytesio.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_io/fileio.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_io/iobase.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_io/_iomodule.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_io/stringio.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work /Python-2.7.3/Modules/_io/textio.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_io.so building '_functools' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_functoolsmodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_functoolsmodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_functoolsmodule.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_functools.so building '_json' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_json.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_json.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_json.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_json.so building '_testcapi' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_testcapimodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_testcapimodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_testcapimodule.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_testcapi.so building '_hotshot' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_hotshot.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_hotshot.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_hotshot.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_hotshot.so building '_lsprof' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_lsprof.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_lsprof.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/rotatingtree.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/rotatingtree.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_lsprof.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/rotatingtree.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_lsprof.so building 'unicodedata' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/unicodedata.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/unicodedata.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/unicodedata.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/unicodedata.so building '_locale' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_localemodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_localemodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_localemodule.o -L/usr/local/lib -lintl -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_locale.so building 'fcntl' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/fcntlmodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/fcntlmodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/fcntlmodule.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/fcntl.so building 'grp' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/grpmodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/grpmodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/grpmodule.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/grp.so building 'select' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/selectmodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/selectmodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/selectmodule.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/select.so building 'parser' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/parsermodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/parsermodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/parsermodule.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/parser.so building 'cStringIO' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/cStringIO.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/cStringIO.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/cStringIO.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/cStringIO.so building 'cPickle' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/cPickle.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/cPickle.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/cPickle.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/cPickle.so building 'mmap' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/mmapmodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/mmapmodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/mmapmodule.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/mmap.so building 'syslog' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/syslogmodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/syslogmodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/syslogmodule.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/syslog.so building 'audioop' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/audioop.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/audioop.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/audioop.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/audioop.so building 'readline' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/readline.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/readline.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/readline.o -L/usr/lib -L/usr/lib/termcap -L/usr/local/lib -lreadline -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/readline.so building 'crypt' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/cryptmodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/cryptmodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/cryptmodule.o -L/usr/local/lib -lcrypt -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/crypt.so building '_csv' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_csv.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_csv.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_csv.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_csv.so building '_socket' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/socketmodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/socketmodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/socketmodule.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_socket.so building '_ssl' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_ssl.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ssl.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ssl.o -L/usr/local/lib -lssl -lcrypto -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_ssl.so building '_hashlib' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_hashopenssl.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_hashopenssl.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_hashopenssl.o -L/usr/local/lib -lssl -lcrypto -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_hashlib.so building 'bsddb185' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/bsddbmodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/bsddbmodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/bsddbmodule.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/bsddb185.so building 'dbm' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DHAVE_NDBM_H -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/dbmmodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/dbmmodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/dbmmodule.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/dbm.so building 'termios' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/termios.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/termios.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/termios.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/termios.so building 'resource' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/resource.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/resource.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/resource.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/resource.so building 'nis' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/nismodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/nismodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/nismodule.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/nis.so building '_curses' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_cursesmodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_cursesmodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_cursesmodule.o -L/usr/lib -L/usr/local/lib -lncurses -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_curses.so building '_curses_panel' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_curses_panel.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_curses_panel.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_curses_panel.o -L/usr/local/lib -lpanel -lncurses -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_curses_panel.so building 'zlib' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/zlibmodule.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/zlibmodule.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/zlibmodule.o -L/usr/local/lib -lz -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/zlib.so building 'binascii' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/binascii.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/binascii.o -DUSE_ZLIB_CRC32 cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/binascii.o -L/usr/local/lib -lz -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/binascii.so building 'bz2' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/bz2module.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/bz2module.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/bz2module.o -L/usr/local/lib -lbz2 -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/bz2.so building 'pyexpat' extension creating build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/expat cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DHAVE_EXPAT_CONFIG_H=1 -DUSE_PYEXPAT_CAPI -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static/./../Modules/expat -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/pyexpat.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/pyexpat.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DHAVE_EXPAT_CONFIG_H=1 -DUSE_PYEXPAT_CAPI -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static/./../Modules/expat -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/expat/xmlparse.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/expat/xmlparse.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DHAVE_EXPAT_CONFIG_H=1 -DUSE_PYEXPAT_CAPI -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static/./../Modules/expat -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/expat/xmlrole.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/expat/xmlrole.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DHAVE_EXPAT_CONFIG_H=1 -DUSE_PYEXPAT_CAPI -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static/./../Modules/expat -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/expat/xmltok.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/expat/xmltok.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/pyexpat.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/expat/xmlparse.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/expat/xmlrole.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/expat/xmltok.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/pyexpat.so *** WARNING: renaming "pyexpat" since importing it failed: build/lib.freebsd-8.3-RELEASE-amd64-2.7/pyexpat.so: Undefined symbol "XML_SetStartElementHandler" building '_elementtree' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DHAVE_EXPAT_CONFIG_H=1 -DUSE_PYEXPAT_CAPI -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static/./../Modules/expat -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_elementtree.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_elementtree.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_elementtree.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_elementtree.so *** WARNING: renaming "_elementtree" since importing it failed: PyCapsule_Import could not import module "pyexpat" building '_multibytecodec' extension creating build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/cjkcodecs cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/cjkcodecs/multibytecodec.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/cjkcodecs/multibytecodec.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/cjkcodecs/multibytecodec.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_multibytecodec.so building '_codecs_kr' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/cjkcodecs/_codecs_kr.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/cjkcodecs/_codecs_kr.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/cjkcodecs/_codecs_kr.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_codecs_kr.so building '_codecs_jp' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/cjkcodecs/_codecs_jp.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/cjkcodecs/_codecs_jp.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/cjkcodecs/_codecs_jp.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_codecs_jp.so building '_codecs_cn' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/cjkcodecs/_codecs_cn.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/cjkcodecs/_codecs_cn.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/cjkcodecs/_codecs_cn.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_codecs_cn.so building '_codecs_tw' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/cjkcodecs/_codecs_tw.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/cjkcodecs/_codecs_tw.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/cjkcodecs/_codecs_tw.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_codecs_tw.so building '_codecs_hk' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/cjkcodecs/_codecs_hk.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/cjkcodecs/_codecs_hk.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/cjkcodecs/_codecs_hk.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_codecs_hk.so building '_codecs_iso2022' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/cjkcodecs/_codecs_iso2022.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/cjkcodecs/_codecs_iso2022.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/cjkcodecs/_codecs_iso2022.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_codecs_iso2022.so building '_multiprocessing' extension creating build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_multiprocessing cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -IModules/_multiprocessing -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_multiprocessing/multiprocessing.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_multiprocessing/multiprocessing.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -IModules/_multiprocessing -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_multiprocessing/socket_connection.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_multiprocessing/socket_connection.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -IModules/_multiprocessing -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_multiprocessing/semaphore.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_multiprocessing/semaphore.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_multiprocessing/multiprocessing.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_multiprocessing/socket_connection.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_multiprocessing/semaphore.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_multiprocessing.so building 'ossaudiodev' extension cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/ossaudiodev.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/ossaudiodev.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/ossaudiodev.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/ossaudiodev.so creating build/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi checking build system type... amd64-unknown-freebsd8.3 checking host system type... amd64-unknown-freebsd8.3 checking target system type... amd64-unknown-freebsd8.3 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/install-sh -c -d checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... cc 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 cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking dependency style of cc... gcc3 checking whether cc understands -c and -o together... yes checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking how to run the C preprocessor... cpp 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 for dlfcn.h... yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd8.3 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether to enable maintainer-specific portions of Makefiles... no checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for mmap... yes checking for sys/mman.h... (cached) yes checking for mmap... (cached) yes checking whether read-only mmap of a plain file works... yes checking whether mmap from /dev/zero works... yes checking for MAP_ANON(YMOUS)... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking for ANSI C header files... (cached) yes checking for memcpy... yes checking for working alloca.h... no checking for alloca... yes checking size of double... 8 checking size of long double... 16 checking whether byte ordering is bigendian... no checking assembler .cfi pseudo-op support... yes checking assembler supports pc related relocs... yes checking whether .eh_frame section should be read-only... yes checking for __attribute__((visibility("hidden")))... yes configure: creating ./config.status config.status: creating include/Makefile config.status: creating include/ffi.h config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating man/Makefile config.status: creating libffi.pc config.status: creating fficonfig.py config.status: creating fficonfig.h config.status: linking /usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src/x86/ffitarget.h to include/ffitarget.h config.status: linking /usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/include/ffi_common.h to include/ffi_common.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing include commands config.status: executing src commands building '_ctypes' extension creating build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi creating build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src creating build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src/x86 cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -Ibuild/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi/include -Ibuild/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi -I/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/_ctypes.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python- 2.7.3/Modules/_ctypes/_ctypes.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -Ibuild/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi/include -Ibuild/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi -I/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/callbacks.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Pytho n-2.7.3/Modules/_ctypes/callbacks.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -Ibuild/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi/include -Ibuild/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi -I/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/callproc.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python -2.7.3/Modules/_ctypes/callproc.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -Ibuild/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi/include -Ibuild/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi -I/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/stgdict.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python- 2.7.3/Modules/_ctypes/stgdict.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -Ibuild/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi/include -Ibuild/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi -I/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/cfield.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2 .7.3/Modules/_ctypes/cfield.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -Ibuild/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi/include -Ibuild/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi -I/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src/prep_cif.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/ work/Python-2.7.3/Modules/_ctypes/libffi/src/prep_cif.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -Ibuild/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi/include -Ibuild/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi -I/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src/closures.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/ work/Python-2.7.3/Modules/_ctypes/libffi/src/closures.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -Ibuild/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi/include -Ibuild/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi -I/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src/dlmalloc.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/ work/Python-2.7.3/Modules/_ctypes/libffi/src/dlmalloc.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -Ibuild/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi/include -Ibuild/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi -I/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src/x86/ffi64.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27 /work/Python-2.7.3/Modules/_ctypes/libffi/src/x86/ffi64.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -Ibuild/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi/include -Ibuild/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi -I/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src/x86/unix64.S -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python2 7/work/Python-2.7.3/Modules/_ctypes/libffi/src/x86/unix64.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -Ibuild/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi/include -Ibuild/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi -I/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src/x86/ffi.c -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/w ork/Python-2.7.3/Modules/_ctypes/libffi/src/x86/ffi.o cc -fPIC -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -DNDEBUG -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -Ibuild/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi/include -Ibuild/temp.freebsd-8.3-RELEASE-amd64-2.7/libffi -I/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.3/Include -I/usr/ports/lang/python27/work/Python-2.7.3/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src/x86/sysv.S -o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/ work/Python-2.7.3/Modules/_ctypes/libffi/src/x86/sysv.o cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/_ctypes.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/callbacks.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/callproc.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/stgdict.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/cfield.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src/prep_cif.o build/temp.freebsd-8.3-RELEASE-amd6 4-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src/closures.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src/dlmalloc.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src/x86/ffi64.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src/x86/unix64.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src/x86/ffi.o build/temp.freebsd-8.3-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.3/Modules/_ctypes/libffi/src/x86/sysv.o -L/usr/local/lib -o build/lib.freebsd-8.3-RELEASE-amd64-2.7/_ctypes.so Python build finished, but the necessary bits to build these modules were not found: dl imageop linuxaudiodev spwd sunaudiodev To find the necessary bits, look in setup.py in detect_modules() for the module's name. Failed to build these modules: _elementtree pyexpat =========================================================================== >How-To-Repeat: cd /usr/ports/lang/python27; make clean; make >Fix: Dunno. I hope that the python27 port maintainer will tell me how to fix this. >Release-Note: >Audit-Trail: >Unformatted: