I figured out how to install plone without asking anyone but the installation failed. I tried installing it as a zeo cluster non- root unit (1).  It seems that there is a zip file in the  istallation somewhere that it can't read. I looked in the install log but can't find the instance it talks about. Has anyone had anything similar happen to them (2) (if you want to see the install log tet me know because gmail keeps freezing up when I try to past it in. I guess it is too big.
--
:-)~MIKE~(-:

-1-
bmike1@Michaels-Laptop ~/Programs/Plone-4.1.3-UnifiedInstaller $ ./install.sh --password=***** zeo
ZEO Cluster Install selected

Detailed installation log being written to /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/install.log

Rootless install method chosen. Will install for use by system user bmike1

Installing Plone 4.1.3 at /home/bmike1/Plone

Compiling and installing jpeg local libraries ...
Skipping zlib build
Skipping readline build
Installing Python 2.6.7. This takes a while...
Patching for thread size
Patching for disabled ssl2
Traceback (most recent call last):
  File "<string>", line 1, in <module>

-2-
LookupError: unknown encoding: zip
Python zlib support is missing; something went wrong in the zlib or python build.

Installation has failed.
See the detailed installation log at /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/install.log
to determine the cause.
bmike1@Michaels-Laptop ~/Programs/Plone-4.1.3-UnifiedInstaller $

-3-
Detailed installation log
Starting at Sun Jan 29 12:02:45 MST 2012
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
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 dependency style of gcc... gcc3
checking for function prototypes... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /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 for string.h... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking how to run the C preprocessor... gcc -E
checking whether make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking if LD -Wl,--version-script works... yes
checking for function prototypes... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for string.h... (cached) yes
checking for size_t... yes
checking for type unsigned char... yes
checking for type unsigned short... yes
checking for type void... yes
checking for an ANSI C-conforming const... yes
checking for inline... __inline__
checking for broken incomplete types... ok
checking for short external names... ok
checking to see if char is signed... yes
checking to see if right shift is signed... yes
checking to see if fopen accepts b spec... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking libjpeg version number... 11:0:3
configure: creating ./config.status
config.status: creating Makefile
config.status: creating jconfig.h
config.status: executing depfiles commands
config.status: executing libtool commands
make  all-am
make[1]: Entering directory `/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/jpeg-8c'
  CC     jaricom.lo
  CC     jcapimin.lo
  CC     jcapistd.lo
  CC     jcarith.lo
  CC     jccoefct.lo
  CC     jccolor.lo
  CC     jcdctmgr.lo
  CC     jchuff.lo
  CC     jcinit.lo
  CC     jcmainct.lo
  CC     jcmarker.lo
  CC     jcmaster.lo
  CC     jcomapi.lo
  CC     jcparam.lo
  CC     jcprepct.lo
  CC     jcsample.lo
  CC     jctrans.lo
  CC     jdapimin.lo
  CC     jdapistd.lo
  CC     jdarith.lo
  CC     jdatadst.lo
  CC     jdatasrc.lo
  CC     jdcoefct.lo
  CC     jdcolor.lo
  CC     jddctmgr.lo
  CC     jdhuff.lo
  CC     jdinput.lo
  CC     jdmainct.lo
  CC     jdmarker.lo
  CC     jdmaster.lo
  CC     jdmerge.lo
  CC     jdpostct.lo
  CC     jdsample.lo
  CC     jdtrans.lo
  CC     jerror.lo
  CC     jfdctflt.lo
  CC     jfdctfst.lo
  CC     jfdctint.lo
  CC     jidctflt.lo
  CC     jidctfst.lo
  CC     jidctint.lo
  CC     jquant1.lo
  CC     jquant2.lo
  CC     jutils.lo
  CC     jmemmgr.lo
  CC     jmemnobs.lo
  CCLD   libjpeg.la
  CC     cjpeg.o
  CC     rdppm.o
  CC     rdgif.o
  CC     rdtarga.o
  CC     rdrle.o
  CC     rdbmp.o
  CC     rdswitch.o
  CC     cdjpeg.o
  CCLD   cjpeg
  CC     djpeg.o
  CC     wrppm.o
  CC     wrgif.o
  CC     wrtarga.o
  CC     wrrle.o
  CC     wrbmp.o
  CC     rdcolmap.o
  CCLD   djpeg
  CC     jpegtran.o
  CC     transupp.o
  CCLD   jpegtran
  CC     rdjpgcom.o
  CCLD   rdjpgcom
  CC     wrjpgcom.o
  CCLD   wrjpgcom
make[1]: Leaving directory `/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/jpeg-8c'
make[1]: Entering directory `/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/jpeg-8c'
test -z "/home/bmike1/Plone/Python-2.6/lib" || /bin/mkdir -p "/home/bmike1/Plone/Python-2.6/lib"
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libjpeg.la '/home/bmike1/Plone/Python-2.6/lib'
libtool: install: /usr/bin/install -c .libs/libjpeg.lai /home/bmike1/Plone/Python-2.6/lib/libjpeg.la
libtool: install: /usr/bin/install -c .libs/libjpeg.a /home/bmike1/Plone/Python-2.6/lib/libjpeg.a
libtool: install: chmod 644 /home/bmike1/Plone/Python-2.6/lib/libjpeg.a
libtool: install: ranlib /home/bmike1/Plone/Python-2.6/lib/libjpeg.a
libtool: finish: PATH="/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin" ldconfig -n /home/bmike1/Plone/Python-2.6/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/bmike1/Plone/Python-2.6/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/home/bmike1/Plone/Python-2.6/bin" || /bin/mkdir -p "/home/bmike1/Plone/Python-2.6/bin"
  /bin/bash ./libtool   --mode=install /usr/bin/install -c cjpeg djpeg jpegtran rdjpgcom wrjpgcom '/home/bmike1/Plone/Python-2.6/bin'
libtool: install: /usr/bin/install -c cjpeg /home/bmike1/Plone/Python-2.6/bin/cjpeg
libtool: install: /usr/bin/install -c djpeg /home/bmike1/Plone/Python-2.6/bin/djpeg
libtool: install: /usr/bin/install -c jpegtran /home/bmike1/Plone/Python-2.6/bin/jpegtran
libtool: install: /usr/bin/install -c rdjpgcom /home/bmike1/Plone/Python-2.6/bin/rdjpgcom
libtool: install: /usr/bin/install -c wrjpgcom /home/bmike1/Plone/Python-2.6/bin/wrjpgcom
/bin/bash /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/jpeg-8c/install-sh -d /home/bmike1/Plone/Python-2.6/include
/usr/bin/install -c -m 644 jconfig.h /home/bmike1/Plone/Python-2.6/include/jconfig.h
test -z "/home/bmike1/Plone/Python-2.6/include" || /bin/mkdir -p "/home/bmike1/Plone/Python-2.6/include"
 /usr/bin/install -c -m 644 jerror.h jmorecfg.h jpeglib.h '/home/bmike1/Plone/Python-2.6/include'
test -z "/home/bmike1/Plone/Python-2.6/share/man/man1" || /bin/mkdir -p "/home/bmike1/Plone/Python-2.6/share/man/man1"
 /usr/bin/install -c -m 644 cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 '/home/bmike1/Plone/Python-2.6/share/man/man1'
make[1]: Leaving directory `/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/jpeg-8c'
patching file Python/thread_pthread.h
patching file Doc/library/ssl.rst
patching file Lib/ssl.py
patching file Lib/test/test_ssl.py
patching file Modules/_ssl.c
checking for --enable-universalsdk... no
checking for --with-universal-archs... 32-bit
checking MACHDEP... linux3
checking EXTRAPLATDIR...
checking machine type as reported by uname -m... i686
checking for --without-gcc... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for --with-cxx-main=<compiler>... no
checking for g++... g++
configure: WARNING:

  By default, distutils will build C++ extension modules with "g++".
  If this is not intended, then set CXX on the configure command line.
 
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for --with-suffix...
checking for case-insensitive build directory... no
checking LIBRARY... libpython$(VERSION).a
checking LINKCC... $(PURIFY) $(MAINCC)
checking for --enable-shared... no
checking for --enable-profiling...
checking LDLIBRARY... libpython$(VERSION).a
checking for ranlib... ranlib
checking for ar... ar
checking for svnversion... found
checking for a BSD-compatible install... /usr/bin/install -c
checking for --with-pydebug... no
checking whether gcc accepts -fno-strict-aliasing... yes
checking whether gcc accepts -OPT:Olimit=0... no
checking whether gcc accepts -Olimit 1500... no
checking whether gcc supports ParseTuple __format__... no
checking whether pthreads are available without options... no
checking whether gcc accepts -Kpthread... no
checking whether gcc accepts -Kthread... no
checking whether gcc accepts -pthread... yes
checking whether g++ also accepts flags for thread support... yes
checking for ANSI C header files... (cached) yes
checking asm/types.h usability... yes
checking asm/types.h presence... yes
checking for asm/types.h... yes
checking conio.h usability... no
checking conio.h presence... no
checking for conio.h... no
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking shadow.h usability... yes
checking shadow.h presence... yes
checking for shadow.h... yes
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... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking thread.h usability... no
checking thread.h presence... no
checking for thread.h... no
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/audioio.h usability... no
checking sys/audioio.h presence... no
checking for sys/audioio.h... no
checking sys/bsdtty.h usability... no
checking sys/bsdtty.h presence... no
checking for sys/bsdtty.h... no
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking sys/lock.h usability... no
checking sys/lock.h presence... no
checking for sys/lock.h... no
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/modem.h usability... no
checking sys/modem.h presence... no
checking for sys/modem.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking for sys/stat.h... (cached) yes
checking sys/termio.h usability... no
checking sys/termio.h presence... no
checking for sys/termio.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/types.h... (cached) yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
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... yes
checking netpacket/packet.h presence... yes
checking for netpacket/packet.h... yes
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... yes
checking linux/tipc.h presence... yes
checking for linux/tipc.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether sys/types.h defines makedev... yes
checking for term.h... yes
checking for linux/netlink.h... yes
checking for clock_t in time.h... yes
checking for makedev... yes
checking Solaris LFS bug... no
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for ssize_t... yes
checking size of int... 4
checking size of long... 4
checking size of void *... 4
checking size of short... 2
checking size of float... 4
checking size of double... 8
checking size of fpos_t... 16
checking size of size_t... 4
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... 12
checking for _Bool support... yes
checking size of _Bool... 1
checking for uintptr_t... yes
checking size of uintptr_t... 4
checking size of off_t... 8
checking whether to enable large file support... yes
checking size of time_t... 4
checking for pthread_t... yes
checking size of pthread_t... 4
checking for --enable-toolbox-glue... no
checking for --enable-framework... no
checking for dyld... no
checking SO... .so
checking LDSHARED... $(CC) -shared
checking CCSHARED... -fPIC
checking LINKFORSHARED... -Xlinker -export-dynamic
checking CFLAGSFORSHARED...
checking SHLIBS... $(LIBS)
checking for dlopen in -ldl... yes
checking for shl_load in -ldld... no
checking for library containing sem_init... -lpthread
checking for textdomain in -lintl... no
checking for t_open in -lnsl... no
checking for socket in -lsocket... no
checking for --with-libs... no
checking for --with-system-ffi...
checking for --with-signal-module... yes
checking for --with-dec-threads... no
checking for --with-threads... yes
checking if PTHREAD_SCOPE_SYSTEM is supported... yes
checking for pthread_sigmask... yes
checking if --enable-ipv6 is specified... yes
checking if RFC2553 API is available... yes
checking ipv6 stack type... linux-glibc
checking for OSX 10.5 SDK or later... no
checking for --with-doc-strings... yes
checking for --with-tsc... no
checking for --with-pymalloc... yes
checking for --with-wctype-functions... no
checking for dlopen... yes
checking DYNLOADFILE... dynload_shlib.o
checking MACHDEP_OBJS... MACHDEP_OBJS
checking for alarm... yes
checking for setitimer... yes
checking for getitimer... yes
checking for bind_textdomain_codeset... yes
checking for chown... yes
checking for clock... yes
checking for confstr... yes
checking for ctermid... yes
checking for execv... yes
checking for fchmod... yes
checking for fchown... yes
checking for fork... yes
checking for fpathconf... yes
checking for ftime... yes
checking for ftruncate... yes
checking for gai_strerror... yes
checking for getgroups... yes
checking for getlogin... yes
checking for getloadavg... yes
checking for getpeername... yes
checking for getpgid... yes
checking for getpid... yes
checking for getpriority... yes
checking for getpwent... yes
checking for getspnam... yes
checking for getspent... yes
checking for getsid... yes
checking for getwd... yes
checking for kill... yes
checking for killpg... yes
checking for lchmod... no
checking for lchown... yes
checking for lstat... yes
checking for mkfifo... yes
checking for mknod... yes
checking for mktime... yes
checking for mremap... yes
checking for nice... yes
checking for pathconf... yes
checking for pause... yes
checking for plock... no
checking for poll... yes
checking for pthread_init... no
checking for putenv... yes
checking for readlink... yes
checking for realpath... yes
checking for select... yes
checking for setegid... yes
checking for seteuid... yes
checking for setgid... yes
checking for setlocale... yes
checking for setregid... yes
checking for setreuid... yes
checking for setsid... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for setuid... yes
checking for setvbuf... yes
checking for snprintf... yes
checking for sigaction... yes
checking for siginterrupt... yes
checking for sigrelse... yes
checking for strftime... yes
checking for sysconf... yes
checking for tcgetpgrp... yes
checking for tcsetpgrp... yes
checking for tempnam... yes
checking for timegm... yes
checking for times... yes
checking for tmpfile... yes
checking for tmpnam... yes
checking for tmpnam_r... yes
checking for truncate... yes
checking for uname... yes
checking for unsetenv... yes
checking for utimes... yes
checking for waitpid... yes
checking for wait3... yes
checking for wait4... yes
checking for wcscoll... yes
checking for _getpty... no
checking for chroot... yes
checking for link... yes
checking for symlink... yes
checking for fchdir... yes
checking for fsync... yes
checking for fdatasync... yes
checking for epoll... yes
checking for kqueue... no
checking for ctermid_r... no
checking for flock... yes
checking for getpagesize... yes
checking for true... true
checking for inet_aton in -lc... yes
checking for chflags... no
checking for lchflags... no
checking for inflateCopy in -lz... yes
checking for hstrerror... yes
checking for inet_aton... yes
checking for inet_pton... yes
checking for setgroups... yes
checking for openpty... no
checking for openpty in -lutil... yes
checking for forkpty... yes
checking for memmove... yes
checking for fseek64... no
checking for fseeko... yes
checking for fstatvfs... yes
checking for ftell64... no
checking for ftello... yes
checking for statvfs... yes
checking for dup2... yes
checking for getcwd... yes
checking for strdup... yes
checking for getpgrp... yes
checking for setpgrp... (cached) yes
checking for gettimeofday... yes
checking for major... yes
checking for getaddrinfo... yes
checking getaddrinfo bug... good
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... no
checking for struct stat.st_gen... no
checking for struct stat.st_birthtime... no
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... no
checking whether va_list is an array... no
checking for gethostbyname_r... yes
checking gethostbyname_r with 6 args... yes
checking for __fpu_control... yes
checking for --with-fpectl... no
checking for --with-libm=STRING... default LIBM="-lm"
checking for --with-libc=STRING... default LIBC=""
checking for x87-style double rounding... yes
checking whether tanh preserves the sign of zero... yes
checking for acosh... yes
checking for asinh... yes
checking for atanh... yes
checking for copysign... yes
checking for expm1... yes
checking for finite... yes
checking for hypot... yes
checking for log1p... yes
checking whether isinf is declared... yes
checking whether isnan is declared... yes
checking whether isfinite is declared... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking size of wchar_t... 4
checking for UCS-4 tcl... no
checking whether wchar_t is signed... yes
checking what type to use for unicode... unsigned short
checking whether byte ordering is bigendian... no
checking whether right shift extends the sign bit... yes
checking for getc_unlocked() and friends... yes
checking how to link readline libs... -lreadline
checking for rl_callback_handler_install in -lreadline... yes
checking for rl_pre_input_hook in -lreadline... yes
checking for rl_completion_display_matches_hook in -lreadline... yes
checking for rl_completion_matches in -lreadline... yes
checking for broken nice()... no
checking for broken poll()... no
checking for struct tm.tm_zone... (cached) yes
checking for working tzset()... yes
checking for tv_nsec in struct stat... yes
checking for tv_nsec2 in struct stat... no
checking whether mvwdelch is an expression... yes
checking whether WINDOW has _flags... yes
checking for is_term_resized... yes
checking for resize_term... yes
checking for resizeterm... yes
checking for /dev/ptmx... yes
checking for /dev/ptc... no
checking for %zd printf() format support... yes
checking for socklen_t... yes
checking for build directories... done
configure: creating ./config.status
config.status: creating Makefile.pre
config.status: creating Modules/Setup.config
config.status: creating pyconfig.h
creating Modules/Setup
creating Modules/Setup.local
creating Makefile
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Parser/node.o Parser/node.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c
Parser/parsetok.c: In function ‘parsetok’:
Parser/parsetok.c:134:43: warning: variable ‘handling_with’ set but not used [-Wunused-but-set-variable]
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c
Parser/pgen.c: In function ‘compile_atom’:
Parser/pgen.c:282:9: warning: variable ‘i’ set but not used [-Wunused-but-set-variable]
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/bufferobject.o Objects/bufferobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/cobject.o Objects/cobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/intobject.o Objects/intobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/object.o Objects/object.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/stringobject.o Objects/stringobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
Objects/unicodeobject.c: In function ‘PyUnicodeUCS2_FromFormatV’:
Objects/unicodeobject.c:685:17: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
Objects/unicodeobject.c:685:17: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS2_DecodeUTF8’ differ in signedness [-Wpointer-sign]
Include/unicodeobject.h:752:23: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/ast.o Python/ast.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o Parser/tokenizer_pgen.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Parser/printgrammar.o Parser/printgrammar.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Parser/pgenmain.o Parser/pgenmain.c
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes   Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Objects/obmalloc.o Python/mysnprintf.o Parser/tokenizer_pgen.o Parser/printgrammar.o Parser/pgenmain.o -lpthread -ldl  -lutil -o Parser/pgen
Parser/pgen ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/compile.o Python/compile.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/errors.o Python/errors.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/future.o Python/future.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c
Python/getargs.c: In function ‘convertsimple’:
Python/getargs.c:950:17: warning: variable ‘q2’ set but not used [-Wunused-but-set-variable]
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/getmtime.o Python/getmtime.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -DPLATFORM='"linux3"' -o Python/getplatform.o ./Python/getplatform.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/import.o Python/import.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c
Python/pyarena.c: In function ‘PyArena_Free’:
Python/pyarena.c:162:9: warning: variable ‘r’ set but not used [-Wunused-but-set-variable]
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/sysmodule.o Python/sysmodule.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/formatter_string.o Python/formatter_string.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/dynload_shlib.o Python/dynload_shlib.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/thread.o Python/thread.c
In file included from Python/thread.c:121:0:
Python/thread_pthread.h: In function ‘PyThread_free_lock’:
Python/thread_pthread.h:325:17: warning: variable ‘error’ set but not used [-Wunused-but-set-variable]
Python/thread_pthread.h: In function ‘PyThread_acquire_lock’:
Python/thread_pthread.h:355:17: warning: variable ‘error’ set but not used [-Wunused-but-set-variable]
Python/thread_pthread.h: In function ‘PyThread_release_lock’:
Python/thread_pthread.h:382:17: warning: variable ‘error’ set but not used [-Wunused-but-set-variable]
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -DPYTHONPATH='":plat-linux3:lib-tk:lib-old"' \
        -DPREFIX='"/home/bmike1/Plone/Python-2.6"' \
        -DEXEC_PREFIX='"/home/bmike1/Plone/Python-2.6"' \
        -DVERSION='"2.6"' \
        -DVPATH='""' \
        -o Modules/getpath.o ./Modules/getpath.c
./Modules/getpath.c: In function ‘copy_absolute’:
./Modules/getpath.c:235:15: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result]
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Modules/main.o Modules/main.c
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c
gcc -pthread -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE  -c ./Modules/threadmodule.c -o Modules/threadmodule.o
gcc -pthread -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE  -c ./Modules/signalmodule.c -o Modules/signalmodule.o
./Modules/signalmodule.c: In function ‘signal_handler’:
./Modules/signalmodule.c:182:18: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
gcc -pthread -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE  -c ./Modules/posixmodule.c -o Modules/posixmodule.o
gcc -pthread -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE  -c ./Modules/errnomodule.c -o Modules/errnomodule.o
gcc -pthread -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE  -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o
gcc -pthread -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE  -c ./Modules/_sre.c -o Modules/_sre.o
./Modules/_sre.c: In function ‘_validate_inner’:
./Modules/_sre.c:2992:42: warning: variable ‘prefix_skip’ set but not used [-Wunused-but-set-variable]
./Modules/_sre.c:2970:38: warning: variable ‘max’ set but not used [-Wunused-but-set-variable]
./Modules/_sre.c:2970:33: warning: variable ‘min’ set but not used [-Wunused-but-set-variable]
gcc -pthread -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE  -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o
gcc -pthread -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE  -c ./Modules/zipimport.c -o Modules/zipimport.o
gcc -pthread -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE  -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o
gcc -pthread -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE  -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o
gcc -pthread -c -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -DSVNVERSION="\"`LC_ALL=C svnversion .`\"" -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
rm -f libpython2.6.a
ar cr libpython2.6.a Modules/getbuildinfo.o
ar cr libpython2.6.a Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o
ar cr libpython2.6.a Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicodectype.o
ar cr libpython2.6.a Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getmtime.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/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/formatter_unicode.o Python/formatter_string.o Python/dynload_shlib.o   Python/thread.o
ar cr libpython2.6.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o
ar cr libpython2.6.a Modules/threadmodule.o  Modules/signalmodule.o  Modules/posixmodule.o  Modules/errnomodule.o  Modules/pwdmodule.o  Modules/_sre.o  Modules/_codecsmodule.o  Modules/zipimport.o  Modules/symtablemodule.o  Modules/xxsubtype.o
ranlib libpython2.6.a
gcc -pthread  -Xlinker -export-dynamic -o python \
            Modules/python.o \
            libpython2.6.a -lpthread -ldl  -lutil   -lm 
/usr/bin/install -c python /home/bmike1/Plone/Python-2.6/bin/python2.6
if test -f libpython2.6.a; then \
        if test -n "" ; then \
            /usr/bin/install -c -m 555  /home/bmike1/Plone/Python-2.6/bin; \
        else \
            /usr/bin/install -c -m 555 libpython2.6.a /home/bmike1/Plone/Python-2.6/lib/libpython2.6.a; \
            if test libpython2.6.a != libpython2.6.a; then \
                (cd /home/bmike1/Plone/Python-2.6/lib; ln -sf libpython2.6.a libpython2.6.a) \
            fi \
        fi; \
    else    true; \
    fi
running build
running build_ext
INFO: Can't locate Tcl/Tk libs and/or headers
building '_struct' extension
creating build
creating build/temp.linux-i686-2.6
creating build/temp.linux-i686-2.6/home
creating build/temp.linux-i686-2.6/home/bmike1
creating build/temp.linux-i686-2.6/home/bmike1/Programs
creating build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller
creating build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages
creating build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7
creating build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_struct.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_struct.o
creating build/lib.linux-i686-2.6
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_struct.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/_struct.so
building '_ctypes_test' extension
creating build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_ctypes
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_ctypes/_ctypes_test.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_ctypes/_ctypes_test.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_ctypes/_ctypes_test.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/_ctypes_test.so
building '_weakref' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_weakref.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_weakref.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_weakref.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/_weakref.so
building 'array' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/arraymodule.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/arraymodule.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/arraymodule.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/array.so
building 'cmath' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/cmathmodule.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/cmathmodule.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/cmathmodule.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -lm -o build/lib.linux-i686-2.6/cmath.so
building 'math' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/mathmodule.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/mathmodule.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/mathmodule.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -lm -o build/lib.linux-i686-2.6/math.so
building 'strop' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/stropmodule.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/stropmodule.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/stropmodule.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/strop.so
building 'time' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/timemodule.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/timemodule.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/timemodule.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -lm -o build/lib.linux-i686-2.6/time.so
building 'datetime' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/datetimemodule.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/datetimemodule.o
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/timemodule.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/timemodule.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/datetimemodule.o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/timemodule.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -lm -o build/lib.linux-i686-2.6/datetime.so
building 'itertools' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/itertoolsmodule.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/itertoolsmodule.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/itertoolsmodule.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/itertools.so
building 'future_builtins' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/future_builtins.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/future_builtins.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/future_builtins.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/future_builtins.so
building '_random' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_randommodule.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_randommodule.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_randommodule.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/_random.so
building '_collections' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_collectionsmodule.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_collectionsmodule.o
/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_collectionsmodule.c: In function ‘deque_clearmethod’:
/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_collectionsmodule.c:599:9: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_collectionsmodule.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/_collections.so
building '_bisect' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_bisectmodule.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_bisectmodule.o
/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_bisectmodule.c: In function ‘init_bisect’:
/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_bisectmodule.c:240:15: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_bisectmodule.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/_bisect.so
building '_heapq' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_heapqmodule.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_heapqmodule.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_heapqmodule.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/_heapq.so
building 'operator' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/operator.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/operator.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/operator.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/operator.so
building '_fileio' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_fileio.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_fileio.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_fileio.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/_fileio.so
building '_bytesio' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_bytesio.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_bytesio.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_bytesio.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/_bytesio.so
building '_functools' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_functoolsmodule.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_functoolsmodule.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_functoolsmodule.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/_functools.so
building '_json' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_json.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_json.o
/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_json.c: In function ‘init_json’:
/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_json.c:619:15: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_json.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/_json.so
building '_testcapi' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_testcapimodule.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_testcapimodule.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_testcapimodule.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/_testcapi.so
building '_hotshot' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_hotshot.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_hotshot.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_hotshot.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/_hotshot.so
building '_lsprof' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_lsprof.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_lsprof.o
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/rotatingtree.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/rotatingtree.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_lsprof.o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/rotatingtree.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/_lsprof.so
building 'unicodedata' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/unicodedata.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/unicodedata.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/unicodedata.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/unicodedata.so
building '_locale' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_localemodule.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_localemodule.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/_localemodule.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/_locale.so
building 'fcntl' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/fcntlmodule.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/fcntlmodule.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/fcntlmodule.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/fcntl.so
building 'grp' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/grpmodule.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/grpmodule.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/grpmodule.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/grp.so
building 'spwd' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/spwdmodule.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/spwdmodule.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/spwdmodule.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/spwd.so
building 'select' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/selectmodule.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/selectmodule.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/selectmodule.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/select.so
building 'parser' extension
gcc -pthread -fPIC -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/./Include -I/home/bmike1/Plone/Python-2.6/include -I. -IInclude -I./Include -I/usr/local/include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Include -I/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7 -c /home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/parsermodule.c -o build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/parsermodule.o
gcc -pthread -shared -fno-strict-aliasing -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes build/temp.linux-i686-2.6/home/bmike1/Programs/Plone-4.1.3-UnifiedInstaller/packages/Python-2.6.7/Modules/parsermodule.o -L/home/bmike1/Plone/Python-2.6/lib -L/usr/local/lib -o build/lib.linux-i686-2.6/parser.so