On 10.10.3, I am able to get a ways into building python34, but the build 
ultimately fails (log file attached).  Any idea what might be going on?

Thanks,

Jesse
WARNING: Xcode.app version (0.0) and Xcode Command Line Tools version (6.3)
are not compatible.
You may experience build errors.

The following package will be installed or updated:
 python3
The following 2 additional packages will be installed:
 python34 python34-shlibs
Default answer will be chosen in 60 seconds...
Do you want to continue? [Y/n] Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-python34-3.4.3-1 
/sw/src/fink.build
dpkg-deb: building package `fink-buildlock-python34-3.4.3-1' in 
`/sw/src/fink.build/fink-buildlock-python34-3.4.3-1_2015.05.14-14.14.11_darwin-x86_64.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i 
/sw/src/fink.build/fink-buildlock-python34-3.4.3-1_2015.05.14-14.14.11_darwin-x86_64.deb
Selecting previously deselected package fink-buildlock-python34-3.4.3-1.
(Reading database ... 290393 files and directories currently installed.)
Unpacking fink-buildlock-python34-3.4.3-1 (from 
.../fink-buildlock-python34-3.4.3-1_2015.05.14-14.14.11_darwin-x86_64.deb) ...
Setting up fink-buildlock-python34-3.4.3-1 (2015.05.14-14.14.11) ...

sudo -u fink-bld [ENV] sh -c /tmp/fink.vh76E
env LANG=C LC_ALL=C /sw/bin/tar  --no-same-owner --no-same-permissions -xf 
/sw/src/Python-3.4.3.tar.xz
sudo -u fink-bld [ENV] sh -c /tmp/fink.gp6oJ
env LANG=C LC_ALL=C /sw/bin/tar  --no-same-owner --no-same-permissions -xf 
/sw/src/python-3.4.3-docs-html.tar.bz2
sudo -u fink-bld [ENV] sh -c /tmp/fink.dKqJF
[ -r /sw/fink/dists/stable/main/finkinfo/languages/python34.patch ]
sudo -u fink-bld [ENV] sh -c /tmp/fink.FpEOJ
sed 's|@PREFIX@|/sw|g' < 
/sw/fink/dists/stable/main/finkinfo/languages/python34.patch | patch -p1
patching file Lib/ctypes/macholib/dyld.py
patching file Lib/sysconfig.py
patching file Makefile.pre.in
patching file Misc/python-config.in
patching file Misc/python.pc.in
patching file Modules/_dbmmodule.c
patching file configure
patching file setup.py
perl -pi -e "s|'/tmp', '/var/tmp'|'/private/tmp', '/private/var/tmp'|" 
Lib/tempfile.py
sudo -u fink-bld [ENV] sh -c /tmp/fink.Rqpmo
/tmp/fink.5FNTW
++ uname -r
++ cut -d. -f1
+ darwin_vers=14
+ '[' 14 -ge 11 ']'
+ perl -pi -e 's/ -lSystemStubs//' ./configure
+ perl -pi -e 's/-O3/-fwrapv -O3/' ./configure
+ ./configure --prefix=/sw --enable-shared --enable-loadable-sqlite-extensions 
--with-dbmliborder=gdbm --with-system-expat --with-system-ffi 
'--with-tcltk-includes=-I/sw/include -I/usr/X11/include' 
'--with-tcltk-libs=-L/sw/libs -ltcl -ltk' --without-ensurepip
checking build system type... x86_64-apple-darwin14.3.0
checking host system type... x86_64-apple-darwin14.3.0
checking for --enable-universalsdk... no
checking for --with-universal-archs... no
checking MACHDEP... darwin
checking for --without-gcc... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for --with-cxx-main=<compiler>... no
checking for -Wl,--no-as-needed... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for --with-suffix... 
checking for case-insensitive build directory... yes
checking LIBRARY... libpython$(VERSION)$(ABIFLAGS).a
checking LINKCC... $(PURIFY) $(MAINCC)
checking for GNU ld... no
checking for inline... inline
checking for --enable-shared... yes
checking for --enable-profiling... no
checking LDLIBRARY... libpython$(LDVERSION).dylib
checking for ranlib... ranlib
checking for ar... ar
checking for readelf... no
checking for python3.4... no
checking for python3... no
checking for python... python
checking for a BSD-compatible install... /sw/bin/ginstall -c
checking for a thread-safe mkdir -p... /sw/bin/mkdir -p
checking for --with-pydebug... no
checking whether gcc accepts and needs -fno-strict-aliasing... no
checking if we can turn off gcc unused result warning... yes
checking for -Werror=declaration-after-statement... yes
checking which compiler should be used... gcc
checking which MACOSX_DEPLOYMENT_TARGET to use... 10.10
checking whether pthreads are available without options... yes
checking whether g++ also accepts flags for thread support... no
checking for ANSI C header files... (cached) yes
checking asm/types.h usability... no
checking asm/types.h presence... no
checking for asm/types.h... no
checking conio.h usability... no
checking conio.h presence... no
checking for conio.h... no
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.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 sched.h usability... yes
checking sched.h presence... yes
checking for sched.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 for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/devpoll.h usability... no
checking sys/devpoll.h presence... no
checking for sys/devpoll.h... no
checking sys/epoll.h usability... no
checking sys/epoll.h presence... no
checking for sys/epoll.h... no
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/audioio.h usability... no
checking sys/audioio.h presence... no
checking for sys/audioio.h... no
checking sys/xattr.h usability... yes
checking sys/xattr.h presence... yes
checking for sys/xattr.h... yes
checking sys/bsdtty.h usability... no
checking sys/bsdtty.h presence... no
checking for sys/bsdtty.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/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/kern_control.h usability... yes
checking sys/kern_control.h presence... yes
checking for sys/kern_control.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/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/sendfile.h usability... no
checking sys/sendfile.h presence... no
checking for sys/sendfile.h... no
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/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/sys_domain.h usability... yes
checking sys/sys_domain.h presence... yes
checking for sys/sys_domain.h... 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/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking pty.h usability... no
checking pty.h presence... no
checking for pty.h... no
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking netpacket/packet.h usability... no
checking netpacket/packet.h presence... no
checking for netpacket/packet.h... no
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking bluetooth.h usability... no
checking bluetooth.h presence... no
checking for bluetooth.h... no
checking bluetooth/bluetooth.h usability... no
checking bluetooth/bluetooth.h presence... no
checking for bluetooth/bluetooth.h... no
checking linux/tipc.h usability... no
checking linux/tipc.h presence... no
checking for linux/tipc.h... no
checking spawn.h usability... yes
checking spawn.h presence... yes
checking for spawn.h... yes
checking util.h usability... yes
checking util.h presence... yes
checking for util.h... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking endian.h usability... no
checking endian.h presence... no
checking for endian.h... no
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.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 net/if.h... yes
checking for linux/netlink.h... no
checking for linux/can.h... no
checking for linux/can/raw.h... no
checking for linux/can/bcm.h... no
checking for clock_t in time.h... yes
checking for makedev... yes
checking for le64toh... no
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 uint32_t... yes
checking for uint64_t... yes
checking for uint64_t... yes
checking for int32_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for int64_t... yes
checking for ssize_t... yes
checking for __uint128_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-framework... no
checking for dyld... always on for Darwin
checking the extension of shared libraries... .so
checking LDSHARED... $(CC) -bundle -L$(BINLIBDEST)/config-$(LDVERSION) 
-lpython$(LDVERSION)
checking CCSHARED... 
checking LINKFORSHARED... -Wl,-stack_size,1000000  -framework CoreFoundation
checking CFLAGSFORSHARED... $(CCSHARED)
checking SHLIBS... $(LIBS)
checking for sendfile in -lsendfile... no
checking for dlopen in -ldl... yes
checking for shl_load in -ldld... no
checking for RAND_egd in -lcrypto... yes
checking for library containing sem_init... none required
checking for textdomain in -lintl... yes
checking aligned memory access is required... no
checking for --with-hash-algorithm... default
checking for t_open in -lnsl... no
checking for socket in -lsocket... no
checking for --with-libs... no
checking for pkg-config... /sw/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for --with-system-expat... yes
checking for --with-system-ffi... yes
checking for --with-system-libmpdec... no
checking for --enable-loadable-sqlite-extensions... yes
checking for --with-tcltk-includes... -I/sw/include -I/usr/X11/include
checking for --with-tcltk-libs... -L/sw/libs -ltcl -ltk
checking for --with-dbmliborder... gdbm
checking for --with-signal-module... yes
checking for --with-threads... yes
checking if PTHREAD_SCOPE_SYSTEM is supported... yes
checking for pthread_sigmask... yes
checking for pthread_atfork... yes
checking if --enable-ipv6 is specified... yes
checking if RFC2553 API is available... yes
checking ipv6 stack type... kame
using libc
checking for OSX 10.5 SDK or later... yes
checking for --with-doc-strings... yes
checking for --with-tsc... no
checking for --with-pymalloc... yes
checking for --with-valgrind... no
checking for dlopen... yes
checking DYNLOADFILE... dynload_shlib.o
checking MACHDEP_OBJS... none
checking for alarm... yes
checking for accept4... no
checking for setitimer... yes
checking for getitimer... yes
checking for bind_textdomain_codeset... yes
checking for chown... yes
checking for clock... yes
checking for confstr... yes
checking for ctermid... yes
checking for dup3... no
checking for execv... yes
checking for faccessat... yes
checking for fchmod... yes
checking for fchmodat... yes
checking for fchown... yes
checking for fchownat... yes
checking for fexecve... no
checking for fdopendir... yes
checking for fork... yes
checking for fpathconf... yes
checking for fstatat... yes
checking for ftime... yes
checking for ftruncate... yes
checking for futimesat... no
checking for futimens... no
checking for futimes... yes
checking for gai_strerror... yes
checking for getentropy... no
checking for getgrouplist... yes
checking for getgroups... yes
checking for getlogin... yes
checking for getloadavg... yes
checking for getpeername... yes
checking for getpgid... yes
checking for getpid... yes
checking for getpriority... yes
checking for getresuid... no
checking for getresgid... no
checking for getpwent... yes
checking for getspnam... no
checking for getspent... no
checking for getsid... yes
checking for getwd... yes
checking for if_nameindex... yes
checking for initgroups... yes
checking for kill... yes
checking for killpg... yes
checking for lchmod... yes
checking for lchown... yes
checking for lockf... yes
checking for linkat... yes
checking for lstat... yes
checking for lutimes... yes
checking for mmap... yes
checking for memrchr... no
checking for mbrtowc... yes
checking for mkdirat... yes
checking for mkfifo... yes
checking for mkfifoat... no
checking for mknod... yes
checking for mknodat... no
checking for mktime... yes
checking for mremap... no
checking for nice... yes
checking for openat... yes
checking for pathconf... yes
checking for pause... yes
checking for pipe2... no
checking for plock... no
checking for poll... yes
checking for posix_fallocate... no
checking for posix_fadvise... no
checking for pread... yes
checking for pthread_init... no
checking for pthread_kill... yes
checking for putenv... yes
checking for pwrite... yes
checking for readlink... yes
checking for readlinkat... yes
checking for readv... yes
checking for realpath... yes
checking for renameat... yes
checking for select... yes
checking for sem_open... yes
checking for sem_timedwait... no
checking for sem_getvalue... yes
checking for sem_unlink... yes
checking for sendfile... yes
checking for setegid... yes
checking for seteuid... yes
checking for setgid... yes
checking for sethostname... yes
checking for setlocale... yes
checking for setregid... yes
checking for setreuid... yes
checking for setresuid... no
checking for setresgid... no
checking for setsid... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for setpriority... yes
checking for setuid... yes
checking for setvbuf... yes
checking for sched_get_priority_max... yes
checking for sched_setaffinity... no
checking for sched_setscheduler... no
checking for sched_setparam... no
checking for sched_rr_get_interval... no
checking for sigaction... yes
checking for sigaltstack... yes
checking for siginterrupt... yes
checking for sigpending... yes
checking for sigrelse... yes
checking for sigtimedwait... no
checking for sigwait... yes
checking for sigwaitinfo... no
checking for snprintf... yes
checking for strftime... yes
checking for strlcpy... yes
checking for symlinkat... yes
checking for sync... 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 unlinkat... yes
checking for unsetenv... yes
checking for utimensat... no
checking for utimes... yes
checking for waitid... yes
checking for waitpid... yes
checking for wait3... yes
checking for wait4... yes
checking for wcscoll... yes
checking for wcsftime... yes
checking for wcsxfrm... yes
checking for wmemcmp... yes
checking for writev... yes
checking for _getpty... no
checking whether dirfd is declared... yes
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 epoll_create1... no
checking for kqueue... yes
checking for prlimit... no
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... 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 strdup... yes
checking for getpgrp... yes
checking for setpgrp... (cached) yes
checking for gettimeofday... yes
checking for clock_gettime... no
checking for clock_gettime in -lrt... no
checking for clock_getres... no
checking for clock_getres in -lrt... no
checking for major... yes
checking for getaddrinfo... yes
checking getaddrinfo bug... no
checking for getnameinfo... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct stat.st_rdev... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_flags... yes
checking for struct stat.st_gen... yes
checking for struct stat.st_birthtime... yes
checking for struct stat.st_blocks... yes
checking for time.h that defines altzone... no
checking whether sys/select.h and sys/time.h may both be included... yes
checking for addrinfo... yes
checking for sockaddr_storage... yes
checking whether char is unsigned... no
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking for working signed char... yes
checking for prototypes... yes
checking for variable length prototypes and stdarg.h... yes
checking for socketpair... yes
checking if sockaddr has sa_len member... yes
checking whether va_list is an array... yes
checking for gethostbyname_r... no
checking for gethostbyname... yes
checking for __fpu_control... no
checking for __fpu_control in -lieee... no
checking for --with-fpectl... no
checking for --with-libm=STRING... default LIBM=""
checking for --with-libc=STRING... default LIBC=""
checking for x64 gcc inline assembler... yes
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 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 log2... 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 tanh preserves the sign of zero... yes
checking whether log1p drops the sign of negative zero... no
checking whether POSIX semaphores are enabled... yes
checking for broken sem_getvalue... yes
checking digit size for Python's longs... no value specified
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking size of wchar_t... 4
checking for UCS-4 tcl... no
checking whether wchar_t is signed... yes
no usable wchar_t found
checking whether byte ordering is bigendian... no
checking ABIFLAGS... m
checking SOABI... cpython-34m
checking LDVERSION... $(VERSION)$(ABIFLAGS)
checking whether right shift extends the sign bit... yes
checking for getc_unlocked() and friends... yes
checking how to link readline libs... -lreadline
checking for rl_callback_handler_install in -lreadline... yes
checking for rl_pre_input_hook in -lreadline... yes
checking for rl_completion_display_matches_hook in -lreadline... yes
checking for rl_completion_matches in -lreadline... yes
checking for broken nice()... no
checking for broken poll()... no
checking for struct tm.tm_zone... (cached) yes
checking for working tzset()... yes
checking for tv_nsec in struct stat... no
checking for tv_nsec2 in struct stat... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking for term.h... 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
configure: checking for device files
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 broken mbstowcs... no
checking for --with-computed-gotos... no value specified
checking whether gcc supports computed gotos... yes
checking for build directories... done
checking for -O2... yes
checking for glibc _FORTIFY_SOURCE/memmove bug... no
checking for gcc ipa-pure-const bug... no
checking for ensurepip... no
configure: creating ./config.status
config.status: creating Makefile.pre
config.status: creating Modules/Setup.config
config.status: creating Misc/python.pc
config.status: creating Misc/python-config.sh
config.status: creating Modules/ld_so_aix
config.status: creating pyconfig.h
creating Modules/Setup
creating Modules/Setup.local
creating Makefile
+ make
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Modules/python.o 
./Modules/python.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Parser/acceler.o 
Parser/acceler.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Parser/grammar1.o 
Parser/grammar1.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Parser/listnode.o 
Parser/listnode.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Parser/node.o 
Parser/node.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Parser/parser.o 
Parser/parser.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Parser/bitset.o 
Parser/bitset.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Parser/metagrammar.o Parser/metagrammar.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Parser/firstsets.o 
Parser/firstsets.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Parser/grammar.o 
Parser/grammar.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Parser/pgen.o 
Parser/pgen.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Parser/myreadline.o 
Parser/myreadline.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Parser/parsetok.o 
Parser/parsetok.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Parser/tokenizer.o 
Parser/tokenizer.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Objects/abstract.o 
Objects/abstract.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Objects/accu.o 
Objects/accu.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/boolobject.o Objects/boolobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/bytes_methods.o Objects/bytes_methods.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/bytearrayobject.o Objects/bytearrayobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/bytesobject.o Objects/bytesobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/cellobject.o Objects/cellobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/classobject.o Objects/classobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/codeobject.o Objects/codeobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/complexobject.o Objects/complexobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/descrobject.o Objects/descrobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/enumobject.o Objects/enumobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/exceptions.o Objects/exceptions.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Objects/genobject.o 
Objects/genobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/fileobject.o Objects/fileobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/floatobject.o Objects/floatobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/frameobject.o Objects/frameobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/funcobject.o Objects/funcobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/iterobject.o Objects/iterobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/listobject.o Objects/listobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/longobject.o Objects/longobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/dictobject.o Objects/dictobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/memoryobject.o Objects/memoryobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/methodobject.o Objects/methodobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/moduleobject.o Objects/moduleobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/namespaceobject.o Objects/namespaceobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Objects/object.o 
Objects/object.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Objects/obmalloc.o 
Objects/obmalloc.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Objects/capsule.o 
Objects/capsule.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/rangeobject.o Objects/rangeobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Objects/setobject.o 
Objects/setobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/sliceobject.o Objects/sliceobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Objects/structseq.o 
Objects/structseq.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/tupleobject.o Objects/tupleobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/typeobject.o Objects/typeobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/unicodeobject.o Objects/unicodeobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/unicodectype.o Objects/unicodectype.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Objects/weakrefobject.o Objects/weakrefobject.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/_warnings.o 
Python/_warnings.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/Python-ast.o 
Python/Python-ast.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/asdl.o 
Python/asdl.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/ast.o 
Python/ast.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Python/bltinmodule.o Python/bltinmodule.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/ceval.o 
Python/ceval.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/compile.o 
Python/compile.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/codecs.o 
Python/codecs.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Python/dynamic_annotations.o Python/dynamic_annotations.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/errors.o 
Python/errors.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/frozenmain.o 
Python/frozenmain.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/future.o 
Python/future.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/getargs.o 
Python/getargs.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Python/getcompiler.o Python/getcompiler.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Python/getcopyright.o Python/getcopyright.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -DPLATFORM='"darwin"' 
-o Python/getplatform.o ./Python/getplatform.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/getversion.o 
Python/getversion.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/graminit.o 
Python/graminit.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/import.o 
Python/import.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -I. -o 
Python/importdl.o ./Python/importdl.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/marshal.o 
Python/marshal.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/modsupport.o 
Python/modsupport.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/mystrtoul.o 
Python/mystrtoul.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/mysnprintf.o 
Python/mysnprintf.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/peephole.o 
Python/peephole.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/pyarena.o 
Python/pyarena.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/pyctype.o 
Python/pyctype.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/pyfpe.o 
Python/pyfpe.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/pyhash.o 
Python/pyhash.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/pymath.o 
Python/pymath.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/pystate.o 
Python/pystate.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/pythonrun.o 
Python/pythonrun.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/pytime.o 
Python/pytime.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/random.o 
Python/random.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Python/structmember.o Python/structmember.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/symtable.o 
Python/symtable.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE \
        -DABIFLAGS='"m"' \
        -o Python/sysmodule.o ./Python/sysmodule.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/traceback.o 
Python/traceback.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/getopt.o 
Python/getopt.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/pystrcmp.o 
Python/pystrcmp.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/pystrtod.o 
Python/pystrtod.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/dtoa.o 
Python/dtoa.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Python/formatter_unicode.o Python/formatter_unicode.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/fileutils.o 
Python/fileutils.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE \
        -DSOABI='"cpython-34m"' \
        -o Python/dynload_shlib.o ./Python/dynload_shlib.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/thread.o 
Python/thread.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Modules/config.o 
Modules/config.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE 
-DPYTHONPATH='":plat-darwin"' \
        -DPREFIX='"/sw"' \
        -DEXEC_PREFIX='"/sw"' \
        -DVERSION='"3.4"' \
        -DVPATH='""' \
        -o Modules/getpath.o ./Modules/getpath.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Modules/main.o 
Modules/main.c
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Modules/gcmodule.o 
Modules/gcmodule.c
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -c 
./Modules/_threadmodule.c -o Modules/_threadmodule.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -c 
./Modules/signalmodule.c -o Modules/signalmodule.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -c 
./Modules/posixmodule.c -o Modules/posixmodule.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -c 
./Modules/errnomodule.c -o Modules/errnomodule.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -c 
./Modules/pwdmodule.c -o Modules/pwdmodule.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -c ./Modules/_sre.c 
-o Modules/_sre.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -c 
./Modules/_codecsmodule.c -o Modules/_codecsmodule.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -c 
./Modules/_weakref.c -o Modules/_weakref.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -c 
./Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -c 
./Modules/_operator.c -o Modules/_operator.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -c 
./Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -c 
./Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -c 
./Modules/atexitmodule.c -o Modules/atexitmodule.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -c ./Modules/_stat.c 
-o Modules/_stat.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -c 
./Modules/_localemodule.c -o Modules/_localemodule.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -I./Modules/_io -c 
./Modules/_io/_iomodule.c -o Modules/_iomodule.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -I./Modules/_io -c 
./Modules/_io/iobase.c -o Modules/iobase.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -I./Modules/_io -c 
./Modules/_io/fileio.c -o Modules/fileio.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -I./Modules/_io -c 
./Modules/_io/bytesio.c -o Modules/bytesio.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -I./Modules/_io -c 
./Modules/_io/bufferedio.c -o Modules/bufferedio.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -I./Modules/_io -c 
./Modules/_io/textio.c -o Modules/textio.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -I./Modules/_io -c 
./Modules/_io/stringio.c -o Modules/stringio.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -c 
./Modules/zipimport.c -o Modules/zipimport.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -c 
./Modules/faulthandler.c -o Modules/faulthandler.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -c 
./Modules/_tracemalloc.c -o Modules/_tracemalloc.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -c 
./Modules/hashtable.c -o Modules/hashtable.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -c 
./Modules/symtablemodule.c -o Modules/symtablemodule.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE  -c 
./Modules/xxsubtype.c -o Modules/xxsubtype.o
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o Python/frozen.o 
Python/frozen.c
/sw/bin/ginstall -c -m 644 ./Tools/gdb/libpython.py python.exe-gdb.py
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE -o 
Modules/_testembed.o ./Modules/_testembed.c
# Substitution happens here, as the completely-expanded BINDIR
# is not available in configure
sed -e "s,@EXENAME@,/sw/bin/python3.4m," < ./Misc/python-config.in 
>python-config.py
# Replace makefile compat. variable references with shell script compat. ones;  
-> 
sed -e 's,\$(\([A-Za-z0-9_]*\)),\$\{\1\},g' < Misc/python-config.sh 
>python-config
# On Darwin, always use the python version of the script, the shell
# version doesn't use the compiler customizations that are provided
# in python (_osx_support.py).
if test `uname -s` = Darwin; then \
        cp python-config.py python-config; \
fi
gcc -c -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude 
-I./Include -I/sw/include -I/sw/include  -DPy_BUILD_CORE \
      -DHGVERSION="\"`LC_ALL=C `\"" \
      -DHGTAG="\"`LC_ALL=C `\"" \
      -DHGBRANCH="\"`LC_ALL=C `\"" \
      -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
rm -f libpython3.4m.a
gcc -dynamiclib -Wl,-single_module -L/sw/lib  -lSystem -install_name 
/sw/lib/python3.4/config-3.4m/libpython3.4m.dylib -compatibility_version 3.4 
-current_version 3.4 -o libpython3.4m.dylib Modules/getbuildinfo.o 
Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o 
Parser/parser.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o 
Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/parsetok.o 
Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o 
Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o 
Objects/cellobject.o Objects/classobject.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/iterobject.o Objects/listobject.o Objects/longobject.o 
Objects/dictobject.o Objects/memoryobject.o Objects/methodobject.o 
Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o 
Objects/obmalloc.o Objects/capsule.o Objects/rangeobject.o Objects/setobject.o 
Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o 
Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o 
Objects/weakrefobject.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/dynamic_annotations.o Python/errors.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/pyhash.o 
Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.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/fileutils.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/_functoolsmodule.o  Modules/_operator.o  
Modules/_collectionsmodule.o  Modules/itertoolsmodule.o  Modules/atexitmodule.o 
 Modules/_stat.o  Modules/_localemodule.o  Modules/_iomodule.o Modules/iobase.o 
Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o 
Modules/stringio.o  Modules/zipimport.o  Modules/faulthandler.o  
Modules/_tracemalloc.o Modules/hashtable.o  Modules/symtablemodule.o  
Modules/xxsubtype.o Python/frozen.o -lintl -ldl  -Wl,-framework,CoreFoundation  
ar rc libpython3.4m.a Modules/getbuildinfo.o
ar rc libpython3.4m.a Parser/acceler.o Parser/grammar1.o Parser/listnode.o 
Parser/node.o Parser/parser.o Parser/bitset.o Parser/metagrammar.o 
Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o 
Parser/parsetok.o Parser/tokenizer.o
ar rc libpython3.4m.a Objects/abstract.o Objects/accu.o Objects/boolobject.o 
Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o 
Objects/cellobject.o Objects/classobject.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/iterobject.o Objects/listobject.o Objects/longobject.o 
Objects/dictobject.o Objects/memoryobject.o Objects/methodobject.o 
Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o 
Objects/obmalloc.o Objects/capsule.o Objects/rangeobject.o Objects/setobject.o 
Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o 
Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o 
Objects/weakrefobject.o
ar rc libpython3.4m.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/dynamic_annotations.o Python/errors.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/pyhash.o 
Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.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/fileutils.o 
Python/dynload_shlib.o   Python/thread.o Python/frozen.o
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: 
libpython3.4m.a(dynamic_annotations.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: 
libpython3.4m.a(pymath.o) has no symbols
ar rc libpython3.4m.a Modules/config.o Modules/getpath.o Modules/main.o 
Modules/gcmodule.o 
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: 
libpython3.4m.a(dynamic_annotations.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: 
libpython3.4m.a(pymath.o) has no symbols
ar rc libpython3.4m.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/_functoolsmodule.o  Modules/_operator.o  Modules/_collectionsmodule.o  
Modules/itertoolsmodule.o  Modules/atexitmodule.o  Modules/_stat.o  
Modules/_localemodule.o  Modules/_iomodule.o Modules/iobase.o Modules/fileio.o 
Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o  
Modules/zipimport.o  Modules/faulthandler.o  Modules/_tracemalloc.o 
Modules/hashtable.o  Modules/symtablemodule.o  Modules/xxsubtype.o
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: 
libpython3.4m.a(dynamic_annotations.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: 
libpython3.4m.a(pymath.o) has no symbols
ranlib libpython3.4m.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: 
libpython3.4m.a(dynamic_annotations.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: 
libpython3.4m.a(pymath.o) has no symbols
gcc -L/sw/lib -L/sw/lib -Wl,-stack_size,1000000  -framework CoreFoundation -o 
python.exe Modules/python.o 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -lintl 
-ldl  -Wl,-framework,CoreFoundation     
gcc -L/sw/lib -L/sw/lib -Wl,-stack_size,1000000  -framework CoreFoundation -o 
Modules/_testembed Modules/_testembed.o 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -lintl 
-ldl  -Wl,-framework,CoreFoundation     
DYLD_LIBRARY_PATH=/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 ./python.exe 
-E -S -m sysconfig --generate-posix-vars ;\
if test $? -ne 0 ; then \
        echo "generate-posix-vars failed" ; \
        rm -f ./pybuilddir.txt ; \
        exit 1 ; \
fi
running build
running build_ext
building '_struct' extension
creating build/temp.macosx-10.10-x86_64-3.4/sw
creating build/temp.macosx-10.10-x86_64-3.4/sw/src
creating build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build
creating build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1
creating 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3
creating 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_struct.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_struct.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_struct.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_struct.so
building '_ctypes_test' extension
creating 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/_ctypes_test.c 
-o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/_ctypes_test.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/_ctypes_test.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_ctypes_test.so
building 'array' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/arraymodule.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/arraymodule.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/arraymodule.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/array.so
building 'cmath' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cmathmodule.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cmathmodule.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_math.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_math.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cmathmodule.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_math.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/cmath.so
building 'math' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/mathmodule.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/mathmodule.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_math.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_math.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/mathmodule.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_math.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/math.so
building 'time' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/timemodule.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/timemodule.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/timemodule.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/time.so
building '_datetime' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_datetimemodule.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_datetimemodule.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_datetimemodule.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_datetime.so
building '_random' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_randommodule.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_randommodule.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_randommodule.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_random.so
building '_bisect' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_bisectmodule.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_bisectmodule.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_bisectmodule.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_bisect.so
building '_heapq' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_heapqmodule.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_heapqmodule.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_heapqmodule.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_heapq.so
building '_pickle' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_pickle.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_pickle.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_pickle.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_pickle.so
building '_json' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_json.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_json.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_json.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_json.so
building '_testcapi' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_testcapimodule.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_testcapimodule.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_testcapimodule.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_testcapi.so
building '_testbuffer' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_testbuffer.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_testbuffer.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_testbuffer.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_testbuffer.so
building '_testimportmultiple' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_testimportmultiple.c 
-o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_testimportmultiple.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_testimportmultiple.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_testimportmultiple.so
building '_lsprof' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_lsprof.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_lsprof.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/rotatingtree.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/rotatingtree.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_lsprof.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/rotatingtree.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_lsprof.so
building 'unicodedata' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/unicodedata.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/unicodedata.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/unicodedata.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/unicodedata.so
building '_opcode' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_opcode.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_opcode.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_opcode.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_opcode.so
building 'fcntl' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/fcntlmodule.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/fcntlmodule.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/fcntlmodule.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/fcntl.so
building 'grp' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/grpmodule.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/grpmodule.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/grpmodule.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/grp.so
building 'select' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/selectmodule.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/selectmodule.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/selectmodule.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/select.so
building 'parser' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/parsermodule.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/parsermodule.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/parsermodule.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/parser.so
building 'mmap' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/mmapmodule.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/mmapmodule.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/mmapmodule.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/mmap.so
building 'syslog' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/syslogmodule.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/syslogmodule.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/syslogmodule.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/syslog.so
building 'audioop' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/audioop.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/audioop.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/audioop.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/audioop.so
building 'readline' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/readline.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/readline.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/readline.o
 -L/usr/lib/termcap -L. -L/sw/lib -lreadline -lncursesw -o 
build/lib.macosx-10.10-x86_64-3.4/readline.so
ld: warning: directory not found for option '-L/usr/lib/termcap'
building '_crypt' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_cryptmodule.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_cryptmodule.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_cryptmodule.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_crypt.so
building '_csv' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_csv.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_csv.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_csv.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_csv.so
building '_posixsubprocess' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_posixsubprocess.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_posixsubprocess.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_posixsubprocess.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_posixsubprocess.so
building '_socket' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/socketmodule.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/socketmodule.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/socketmodule.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_socket.so
building '_ssl' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ssl.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ssl.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ssl.o
 -L. -L/sw/lib -lssl -lcrypto -o build/lib.macosx-10.10-x86_64-3.4/_ssl.so
building '_hashlib' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_hashopenssl.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_hashopenssl.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_hashopenssl.o
 -L. -L/sw/lib -lssl -lcrypto -o build/lib.macosx-10.10-x86_64-3.4/_hashlib.so
building '_sha256' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/sha256module.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/sha256module.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/sha256module.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_sha256.so
building '_sha512' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/sha512module.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/sha512module.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/sha512module.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_sha512.so
building '_md5' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/md5module.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/md5module.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/md5module.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_md5.so
building '_sha1' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/sha1module.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/sha1module.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/sha1module.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_sha1.so
building '_sqlite3' extension
creating 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" 
-IModules/_sqlite -I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/cache.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/cache.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" 
-IModules/_sqlite -I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/connection.c 
-o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/connection.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" 
-IModules/_sqlite -I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/cursor.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/cursor.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" 
-IModules/_sqlite -I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/microprotocols.c
 -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/microprotocols.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" 
-IModules/_sqlite -I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/module.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/module.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" 
-IModules/_sqlite -I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/prepare_protocol.c
 -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/prepare_protocol.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" 
-IModules/_sqlite -I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/row.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/row.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" 
-IModules/_sqlite -I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/statement.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/statement.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" 
-IModules/_sqlite -I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/util.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/util.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/cache.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/connection.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/cursor.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/microprotocols.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/module.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/prepare_protocol.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/row.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/statement.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_sqlite/util.o
 -L. -L/sw/lib -lsqlite3 -o build/lib.macosx-10.10-x86_64-3.4/_sqlite3.so 
-Wl,-search_paths_first
building '_dbm' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DHAVE_GDBM_NDBM_H 
-I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_dbmmodule.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_dbmmodule.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_dbmmodule.o
 -L. -L/sw/lib -lgdbm -lgdbm_compat -o build/lib.macosx-10.10-x86_64-3.4/_dbm.so
building '_gdbm' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_gdbmmodule.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_gdbmmodule.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_gdbmmodule.o
 -L. -L/sw/lib -lgdbm -o build/lib.macosx-10.10-x86_64-3.4/_gdbm.so
building 'termios' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/termios.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/termios.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/termios.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/termios.so
building 'resource' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/resource.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/resource.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/resource.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/resource.so
building 'nis' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/nismodule.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/nismodule.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/nismodule.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/nis.so
building '_curses' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DHAVE_NCURSESW=1 
-D_XOPEN_SOURCE_EXTENDED=1 -I/sw/include/ncursesw -I./Include -I. -IInclude 
-I/sw/include -I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_cursesmodule.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_cursesmodule.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_cursesmodule.o
 -L. -L/sw/lib -lncursesw -o build/lib.macosx-10.10-x86_64-3.4/_curses.so
building '_curses_panel' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DHAVE_NCURSESW=1 
-D_XOPEN_SOURCE_EXTENDED=1 -I/sw/include/ncursesw -I./Include -I. -IInclude 
-I/sw/include -I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_curses_panel.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_curses_panel.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_curses_panel.o
 -L. -L/sw/lib -lpanelw -lncursesw -o 
build/lib.macosx-10.10-x86_64-3.4/_curses_panel.so
building 'zlib' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/zlibmodule.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/zlibmodule.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/zlibmodule.o
 -L. -L/sw/lib -lz -o build/lib.macosx-10.10-x86_64-3.4/zlib.so 
-Wl,-search_paths_first
building 'binascii' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/binascii.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/binascii.o
 -DUSE_ZLIB_CRC32
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/binascii.o
 -L. -L/sw/lib -lz -o build/lib.macosx-10.10-x86_64-3.4/binascii.so 
-Wl,-search_paths_first
building '_bz2' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_bz2module.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_bz2module.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_bz2module.o
 -L. -L/sw/lib -lbz2 -o build/lib.macosx-10.10-x86_64-3.4/_bz2.so 
-Wl,-search_paths_first
building '_lzma' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_lzmamodule.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_lzmamodule.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_lzmamodule.o
 -L. -L/sw/lib -llzma -o build/lib.macosx-10.10-x86_64-3.4/_lzma.so
building 'pyexpat' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/pyexpat.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/pyexpat.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/pyexpat.o
 -L. -L/sw/lib -lexpat -o build/lib.macosx-10.10-x86_64-3.4/pyexpat.so
building '_elementtree' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DUSE_PYEXPAT_CAPI 
-I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_elementtree.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_elementtree.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_elementtree.o
 -L. -L/sw/lib -lexpat -o build/lib.macosx-10.10-x86_64-3.4/_elementtree.so
building '_multibytecodec' extension
creating 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cjkcodecs
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cjkcodecs/multibytecodec.c
 -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cjkcodecs/multibytecodec.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cjkcodecs/multibytecodec.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_multibytecodec.so
building '_codecs_kr' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cjkcodecs/_codecs_kr.c 
-o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cjkcodecs/_codecs_kr.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cjkcodecs/_codecs_kr.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_codecs_kr.so
building '_codecs_jp' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cjkcodecs/_codecs_jp.c 
-o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cjkcodecs/_codecs_jp.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cjkcodecs/_codecs_jp.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_codecs_jp.so
building '_codecs_cn' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cjkcodecs/_codecs_cn.c 
-o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cjkcodecs/_codecs_cn.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cjkcodecs/_codecs_cn.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_codecs_cn.so
building '_codecs_tw' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cjkcodecs/_codecs_tw.c 
-o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cjkcodecs/_codecs_tw.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cjkcodecs/_codecs_tw.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_codecs_tw.so
building '_codecs_hk' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cjkcodecs/_codecs_hk.c 
-o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cjkcodecs/_codecs_hk.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cjkcodecs/_codecs_hk.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_codecs_hk.so
building '_codecs_iso2022' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cjkcodecs/_codecs_iso2022.c
 -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cjkcodecs/_codecs_iso2022.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/cjkcodecs/_codecs_iso2022.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_codecs_iso2022.so
building '_decimal' extension
creating 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal
creating 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DUNIVERSAL=1 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec 
-I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/_decimal.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/_decimal.o
 -Wextra -Wno-missing-field-initializers
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DUNIVERSAL=1 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec 
-I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/basearith.c
 -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/basearith.o
 -Wextra -Wno-missing-field-initializers
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DUNIVERSAL=1 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec 
-I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/constants.c
 -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/constants.o
 -Wextra -Wno-missing-field-initializers
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DUNIVERSAL=1 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec 
-I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/context.c
 -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/context.o
 -Wextra -Wno-missing-field-initializers
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DUNIVERSAL=1 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec 
-I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/convolute.c
 -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/convolute.o
 -Wextra -Wno-missing-field-initializers
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DUNIVERSAL=1 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec 
-I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/crt.c
 -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/crt.o
 -Wextra -Wno-missing-field-initializers
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DUNIVERSAL=1 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec 
-I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/difradix2.c
 -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/difradix2.o
 -Wextra -Wno-missing-field-initializers
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DUNIVERSAL=1 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec 
-I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/fnt.c
 -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/fnt.o
 -Wextra -Wno-missing-field-initializers
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DUNIVERSAL=1 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec 
-I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/fourstep.c
 -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/fourstep.o
 -Wextra -Wno-missing-field-initializers
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DUNIVERSAL=1 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec 
-I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/io.c 
-o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/io.o
 -Wextra -Wno-missing-field-initializers
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DUNIVERSAL=1 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec 
-I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/memory.c
 -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/memory.o
 -Wextra -Wno-missing-field-initializers
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DUNIVERSAL=1 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec 
-I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/mpdecimal.c
 -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/mpdecimal.o
 -Wextra -Wno-missing-field-initializers
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DUNIVERSAL=1 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec 
-I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/numbertheory.c
 -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/numbertheory.o
 -Wextra -Wno-missing-field-initializers
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DUNIVERSAL=1 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec 
-I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/sixstep.c
 -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/sixstep.o
 -Wextra -Wno-missing-field-initializers
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DUNIVERSAL=1 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec 
-I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/transpose.c
 -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/transpose.o
 -Wextra -Wno-missing-field-initializers
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/_decimal.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/basearith.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/constants.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/context.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/convolute.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/crt.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/difradix2.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/fnt.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/fourstep.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/io.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/memory.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/mpdecimal.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/numbertheory.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/sixstep.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_decimal/libmpdec/transpose.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_decimal.so
building '_multiprocessing' extension
creating 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_multiprocessing
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement 
-IModules/_multiprocessing -I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_multiprocessing/multiprocessing.c
 -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_multiprocessing/multiprocessing.o
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement 
-IModules/_multiprocessing -I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_multiprocessing/semaphore.c
 -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_multiprocessing/semaphore.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_multiprocessing/multiprocessing.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_multiprocessing/semaphore.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_multiprocessing.so
building '_scproxy' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. 
-IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_scproxy.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_scproxy.o
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_scproxy.c:74:10: 
warning: comparison of address of 'kSCPropNetProxiesExcludeSimpleHostnames' not 
equal to a null pointer is always true [-Wtautological-pointer-compare]
    if (&kSCPropNetProxiesExcludeSimpleHostnames != NULL) {
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    ~~~~
/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCSchemaDefinitions.h:3812:17:
 note: expanded from macro 'kSCPropNetProxiesExcludeSimpleHostnames'
          SC_SCHEMA_KV(kSCPropNetProxiesExcludeSimpleHostnames          \
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCSchemaDefinitions.h:469:31:
 note: expanded from macro 'SC_SCHEMA_KV'
  #define SC_SCHEMA_KV(k,v,t)   k
                                ^
1 warning generated.
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_scproxy.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/_scproxy.so -framework 
SystemConfiguration -framework CoreFoundation
building '_tkinter' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -DWITH_APPINIT=1 
-I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_tkinter.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_tkinter.o
 -I/sw/include -I/usr/X11/include
In file included from 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_tkinter.c:56:
/sw/include/tk.h:96:13: fatal error: 'X11/Xlib.h' file not found
#   include <X11/Xlib.h>
            ^
1 error generated.
building 'xxlimited' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement 
-DPy_LIMITED_API=0x03040000 -I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/xxlimited.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/xxlimited.o
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/xxlimited.o
 -L. -L/sw/lib -o build/lib.macosx-10.10-x86_64-3.4/xxlimited.so
building '_ctypes' extension
creating 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/darwin
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I_ctypes/darwin 
-I/sw/include -I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/_ctypes.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/_ctypes.o
 -DMACOSX
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I_ctypes/darwin 
-I/sw/include -I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/callbacks.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/callbacks.o
 -DMACOSX
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I_ctypes/darwin 
-I/sw/include -I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/callproc.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/callproc.o
 -DMACOSX
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I_ctypes/darwin 
-I/sw/include -I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/stgdict.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/stgdict.o
 -DMACOSX
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I_ctypes/darwin 
-I/sw/include -I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/cfield.c -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/cfield.o
 -DMACOSX
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I_ctypes/darwin 
-I/sw/include -I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/malloc_closure.c
 -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/malloc_closure.o
 -DMACOSX
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
-Wstrict-prototypes -Werror=declaration-after-statement -I_ctypes/darwin 
-I/sw/include -I./Include -I. -IInclude -I/sw/include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Include 
-I/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3 -c 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/darwin/dlfcn_simple.c
 -o 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/darwin/dlfcn_simple.o
 -DMACOSX
gcc -bundle 
/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/libpython3.4m.dylib -L/sw/lib 
-L/sw/lib -L/sw/lib -I/sw/include 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/_ctypes.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/callbacks.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/callproc.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/stgdict.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/cfield.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/malloc_closure.o
 
build/temp.macosx-10.10-x86_64-3.4/sw/src/fink.build/python34-3.4.3-1/Python-3.4.3/Modules/_ctypes/darwin/dlfcn_simple.o
 -L. -L/sw/lib -lffi -o build/lib.macosx-10.10-x86_64-3.4/_ctypes.so

Python build finished successfully!
The necessary bits to build these optional modules were not found:
ossaudiodev           spwd                                     
To find the necessary bits, look in setup.py in detect_modules() for the 
module's name.
(Fink package build should have 2 missing)


Failed to build these modules:
_tkinter                                                       

Makefile:582: recipe for target 'sharedmods' failed
make: *** [sharedmods] Error 1
### execution of /tmp/fink.5FNTW failed, exit code 2
### execution of /tmp/fink.Rqpmo failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-python34-3.4.3-1
(Reading database ... 290394 files and directories currently installed.)
Removing fink-buildlock-python34-3.4.3-1 ...
Failed: phase compiling: python34-3.4.3-1 failed

Before reporting any errors, please run "fink selfupdate" and try again.
Also try using "fink configure" to set your maximum build jobs to 1 and
attempt to build the package again.
If you continue to have issues, please check to see if the FAQ on Fink's 
website solves the problem.  If not, ask on one (not both, please) of
these mailing lists:

        The Fink Users List <fink-users@lists.sourceforge.net>
        The Fink Beginners List <fink-beginn...@lists.sourceforge.net>,

with a carbon copy to the maintainer:

        Daniel Johnson <dan...@daniel-johnson.org>

Note that this is preferable to emailing just the maintainer directly,
since most fink package maintainers do not have access to all possible
hardware and software configurations.

Please try to include the complete error message in your report.  This
generally consists of a compiler line starting with e.g. "gcc" or "g++"
followed by the actual error output from the compiler.

Also include the following system information:
Package manager version: 0.38.4
Distribution version: selfupdate-cvs Wed May 13 20:06:48 2015, 10.10, x86_64
Trees: local/main stable/main stable/crypto
No recognized Xcode.app installed
Xcode command-line tools: 6.3.1.0.1.1429149539
Max. Fink build jobs:  4

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to