Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2014 17:14:04 +0100
From:      Larry Hynes <larry@larryhynes.com>
To:        python@FreeBSD.org
Subject:   Failed to build Python 2.7.8 on FreeBSD for PowerPC
Message-ID:  <20140820161404.GK95293@larryhynes.com>

next in thread | raw e-mail | index | archive | help
Hi

I'm not sure if I'm bothering anyone - I hope not - but I'm having difficul=
ty building Python 2.7.8 for FreeBSD (10) on PowerPC.

Ports are up to date, just today, and previous versions of Python have buil=
t without issue.

The problem seems to be here:

    LD_LIBRARY_PATH=3D/usr/ports/lang/python27/work/Python-2.7.8 ./python -=
E -S -m sysconfig --generate-posix-vars
    building dbm using ndbm
    cc: _struct.c: No such file or directory


Here's a full copy of the output:

    =3D=3D=3D>  License PSFL accepted by the user
    =3D=3D=3D>  Found saved configuration for python27-2.7.8_3
    =3D=3D=3D>   python27-2.7.8_3 depends on file: /usr/local/sbin/pkg - fo=
und
    =3D=3D=3D> Fetching all distfiles required by python27-2.7.8_3 for buil=
ding
    =3D=3D=3D>  Extracting for python27-2.7.8_3
    =3D> SHA256 Checksum OK for python/Python-2.7.8.tar.xz.
    =3D=3D=3D>  Patching for python27-2.7.8_3
    =3D=3D=3D>  Applying FreeBSD patches for python27-2.7.8_3
    =3D=3D=3D>   python27-2.7.8_3 depends on file: /usr/local/lib/libcrypto=
=2Eso.8 - found
    =3D=3D=3D>   python27-2.7.8_3 depends on executable: pkgconf - found
    =3D=3D=3D>   python27-2.7.8_3 depends on shared library: libintl.so - f=
ound (/usr/local/lib/libintl.so.9)
    =3D=3D=3D>  Configuring for python27-2.7.8_3
    =3D=3D=3D>   FreeBSD 10 autotools fix applied to /usr/ports/lang/python=
27/work/Python-2.7.8/Modules/_ctypes/libffi/aclocal.m4
    =3D=3D=3D>   FreeBSD 10 autotools fix applied to /usr/ports/lang/python=
27/work/Python-2.7.8/Modules/_ctypes/libffi/acinclude.m4
    =3D=3D=3D>   FreeBSD 10 autotools fix applied to /usr/ports/lang/python=
27/work/Python-2.7.8/Modules/_ctypes/libffi/m4/libtool.m4
    =3D=3D=3D>   FreeBSD 10 autotools fix applied to /usr/ports/lang/python=
27/work/Python-2.7.8/Modules/_ctypes/libffi/configure
    =3D=3D=3D>   FreeBSD 10 autotools fix applied to /usr/ports/lang/python=
27/work/Python-2.7.8/Modules/zlib/configure
    =3D=3D=3D>   FreeBSD 10 autotools fix applied to /usr/ports/lang/python=
27/work/Python-2.7.8/configure
    configure: loading site script /usr/ports/Templates/config.site
    checking build system type... powerpc-portbld-freebsd10.0
    checking host system type... powerpc-portbld-freebsd10.0
    checking for --enable-universalsdk... no
    checking for --with-universal-archs... 32-bit
    checking MACHDEP... freebsd10
    checking EXTRAPLATDIR...
    checking for --without-gcc... no
    checking for gcc... cc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether cc accepts -g... yes
    checking for cc option to accept ISO C89... none needed
    checking for --with-cxx-main=3D<compiler>... no
    checking how to run the C preprocessor... cpp
    checking for grep that handles long lines and -e... (cached) /usr/bin/g=
rep
    checking for egrep... (cached) /usr/bin/egrep
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for minix/config.h... (cached) no
    checking whether it is safe to define __EXTENSIONS__... yes
    checking for --with-suffix...
    checking for case-insensitive build directory... no
    checking LIBRARY... libpython$(VERSION).a
    checking LINKCC... $(PURIFY) $(MAINCC)
    checking for GNU ld... yes
    checking for --enable-shared... yes
    checking for --enable-profiling... no
    checking LDLIBRARY... libpython$(VERSION).so
    checking for ranlib... ranlib
    checking for ar... ar
    checking for svnversion... not-found
    checking for hg... not-found
    checking for a BSD-compatible install... /usr/bin/install -c -o root -g=
 wheel
    checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
    checking for --with-pydebug... no
    checking whether cc accepts -fno-strict-aliasing... yes
    checking whether cc accepts -OPT:Olimit=3D0... (cached) no
    checking whether cc accepts -Olimit 1500... no
    checking whether gcc supports ParseTuple __format__... no
    checking whether pthreads are available without options... yes
    checking whether c++ also accepts flags for thread support... no
    checking for ANSI C header files... (cached) yes
    checking asm/types.h usability... no
    checking asm/types.h presence... no
    checking for asm/types.h... no
    checking conio.h usability... no
    checking conio.h presence... no
    checking for conio.h... no
    checking direct.h usability... no
    checking direct.h presence... no
    checking for direct.h... no
    checking for dlfcn.h... (cached) yes
    checking for errno.h... (cached) yes
    checking for fcntl.h... (cached) yes
    checking grp.h usability... yes
    checking grp.h presence... yes
    checking for grp.h... yes
    checking ieeefp.h usability... yes
    checking ieeefp.h presence... yes
    checking for ieeefp.h... yes
    checking io.h usability... no
    checking io.h presence... no
    checking for io.h... no
    checking for langinfo.h... (cached) yes
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking for poll.h... (cached) yes
    checking process.h usability... no
    checking process.h presence... no
    checking for process.h... no
    checking pthread.h usability... yes
    checking pthread.h presence... yes
    checking for pthread.h... yes
    checking shadow.h usability... no
    checking shadow.h presence... no
    checking for shadow.h... no
    checking for signal.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking stropts.h usability... no
    checking stropts.h presence... no
    checking for stropts.h... no
    checking termios.h usability... yes
    checking termios.h presence... yes
    checking for termios.h... yes
    checking thread.h usability... no
    checking thread.h presence... no
    checking for thread.h... no
    checking for unistd.h... (cached) yes
    checking for utime.h... (cached) yes
    checking sys/audioio.h usability... no
    checking sys/audioio.h presence... no
    checking for sys/audioio.h... no
    checking sys/bsdtty.h usability... no
    checking sys/bsdtty.h presence... no
    checking for sys/bsdtty.h... no
    checking sys/epoll.h usability... no
    checking sys/epoll.h presence... no
    checking for sys/epoll.h... no
    checking sys/event.h usability... yes
    checking sys/event.h presence... yes
    checking for sys/event.h... yes
    checking for sys/file.h... (cached) 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 for sys/param.h... (cached) yes
    checking for sys/poll.h... (cached) yes
    checking for sys/select.h... (cached) yes
    checking for sys/socket.h... (cached) yes
    checking for sys/statvfs.h... (cached) 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 for sys/time.h... (cached) yes
    checking for sys/times.h... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/un.h... (cached) yes
    checking sys/utsname.h usability... yes
    checking sys/utsname.h presence... yes
    checking for sys/utsname.h... yes
    checking for sys/wait.h... (cached) yes
    checking pty.h usability... no
    checking pty.h presence... no
    checking for pty.h... no
    checking for libutil.h... (cached) yes
    checking sys/resource.h usability... yes
    checking sys/resource.h presence... yes
    checking for netpacket/packet.h... no
    checking sysexits.h usability... yes
    checking sysexits.h presence... yes
    checking for sysexits.h... yes
    checking bluetooth.h usability... yes
    checking bluetooth.h presence... yes
    checking for bluetooth.h... yes
    checking bluetooth/bluetooth.h usability... no
    checking bluetooth/bluetooth.h presence... no
    checking for bluetooth/bluetooth.h... no
    checking linux/tipc.h usability... no
    checking linux/tipc.h presence... no
    checking for linux/tipc.h... no
    checking for spawn.h... (cached) yes
    checking util.h usability... no
    checking util.h presence... no
    checking for util.h... no
    checking for alloca.h... (cached) 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 linux/netlink.h... no
    checking for clock_t in time.h... yes
    checking for makedev... yes
    checking Solaris LFS bug... no
    checking for mode_t... (cached) yes
    checking for off_t... (cached) yes
    checking for pid_t... (cached) yes
    checking for size_t... (cached) yes
    checking for uid_t in sys/types.h... (cached) yes
    checking for uint32_t... yes
    checking for uint32_t... (cached) yes
    checking for uint64_t... yes
    checking for uint64_t... (cached) yes
    checking for int32_t... (cached) yes
    checking for int32_t... (cached) yes
    checking for int64_t... yes
    checking for int64_t... (cached) yes
    checking for ssize_t... (cached) 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... 8
    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... 8
    checking for _Bool support... yes
    checking size of _Bool... 1
    checking for uintptr_t... (cached) 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... -Wl,--export-dynamic
    checking CFLAGSFORSHARED... $(CCSHARED)
    checking SHLIBS... $(LIBS)
    checking for dlopen in -ldl... no
    checking for shl_load in -ldld... no
    checking for library containing sem_init... none required
    checking for textdomain in -lintl... yes
    checking for t_open in -lnsl... no
    checking for socket in -lsocket... no
    checking for --with-libs... no
    checking for pkg-config... /usr/local/bin/pkg-config
    checking for --with-system-expat... no
    checking for --with-system-ffi... no
    checking for --with-tcltk-includes... default
    checking for --with-tcltk-libs... default
    checking for --with-dbmliborder...
    checking for --with-signal-module... yes
    checking for --with-dec-threads... no
    checking for --with-threads... yes
    checking if PTHREAD_SCOPE_SYSTEM is supported... yes
    checking for pthread_sigmask... yes
    checking for pthread_atfork... yes
    checking if --enable-ipv6 is specified... yes
    checking ipv6 stack type... kame
    using libc
    checking for OSX 10.5 SDK or later... no
    checking for --with-doc-strings... yes
    checking for --with-tsc... no
    checking for --with-pymalloc... yes
    checking for --with-valgrind... no
    checking for --with-wctype-functions... no
    checking for dlopen... (cached) yes
    checking DYNLOADFILE... dynload_shlib.o
    checking MACHDEP_OBJS... MACHDEP_OBJS
    checking for alarm... (cached) yes
    checking for setitimer... yes
    checking for getitimer... yes
    checking for bind_textdomain_codeset... yes
    checking for chown... (cached) yes
    checking for clock... (cached) yes
    checking for confstr... yes
    checking for ctermid... yes
    checking for execv... yes
    checking for fchmod... (cached) yes
    checking for fchown... (cached) yes
    checking for fork... (cached) yes
    checking for fpathconf... yes
    checking for ftime... no
    checking for ftruncate... yes
    checking for gai_strerror... (cached) yes
    checking for getgroups... yes
    checking for getlogin... yes
    checking for getloadavg... yes
    checking for getpeername... yes
    checking for getpgid... (cached) yes
    checking for getpid... (cached) yes
    checking for getpriority... yes
    checking for getresuid... yes
    checking for getresgid... yes
    checking for getpwent... yes
    checking for getspnam... no
    checking for getspent... no
    checking for getsid... yes
    checking for getwd... (cached) yes
    checking for initgroups... yes
    checking for kill... yes
    checking for killpg... yes
    checking for lchmod... yes
    checking for lchown... yes
    checking for lstat... (cached) yes
    checking for mkfifo... yes
    checking for mknod... yes
    checking for mktime... yes
    checking for mmap... (cached) yes
    checking for mremap... no
    checking for nice... yes
    checking for pathconf... (cached) yes
    checking for pause... yes
    checking for plock... no
    checking for poll... (cached) yes
    checking for pthread_init... no
    checking for putenv... (cached) yes
    checking for readlink... (cached) yes
    checking for realpath... (cached) yes
    checking for select... (cached) yes
    checking for sem_open... yes
    checking for sem_timedwait... yes
    checking for sem_getvalue... yes
    checking for sem_unlink... yes
    checking for setegid... (cached) yes
    checking for seteuid... (cached) yes
    checking for setgid... yes
    checking for setlocale... (cached) yes
    checking for setregid... (cached) yes
    checking for setreuid... (cached) yes
    checking for setsid... (cached) yes
    checking for setpgid... yes
    checking for setpgrp... yes
    checking for setuid... yes
    checking for setvbuf... (cached) yes
    checking for snprintf... (cached) yes
    checking for setlocale... (cached) yes
    checking for setregid... (cached) yes
    checking for setreuid... (cached) yes
    checking for setresuid... (cached) yes
    checking for setresgid... (cached) yes
    checking for setsid... (cached) yes
    checking for setpgid... (cached) yes
    checking for setpgrp... (cached) yes
    checking for setuid... (cached) yes
    checking for setvbuf... (cached) yes
    checking for snprintf... (cached) yes
    checking for sigaction... (cached) yes
    checking for siginterrupt... (cached) yes
    checking for sigrelse... yes
    checking for strftime... (cached) yes
    checking for sysconf... (cached) yes
    checking for tcgetpgrp... (cached) 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... (cached) yes
    checking for uname... (cached) yes
    checking for unsetenv... (cached) yes
    checking for utimes... (cached) yes
    checking for waitpid... (cached) yes
    checking for wait3... yes
    checking for wait4... yes
    checking for wcscoll... (cached) yes
    checking for _getpty... no
    checking for chroot... yes
    checking for link... yes
    checking for symlink... yes
    checking for fchdir... yes
    checking for fsync... yes
    checking for fdatasync... no
    checking for epoll... no
    checking for kqueue... yes
    checking for ctermid_r... yes
    checking for flock declaration... yes
    checking for flock... yes
    checking for getpagesize... yes
    checking for broken unsetenv... no
    checking for true... true
    checking for inet_aton in -lc... yes
    checking for chflags... yes
    checking for lchflags... yes
    checking for inflateCopy in -lz... yes
    checking for hstrerror... yes
    checking for inet_aton... yes
    checking for inet_pton... yes
    checking for setgroups... yes
    checking for openpty... no
    checking for openpty in -lutil... yes
    checking for forkpty... yes
    checking for memmove... (cached) yes
    checking for fseek64... no
    checking for fseeko... yes
    checking for fstatvfs... (cached) yes
    checking for ftell64... no
    checking for ftello... yes
    checking for statvfs... (cached) yes
    checking for dup2... (cached) yes
    checking for getcwd... (cached) yes
    checking for strdup... (cached) yes
    checking for getpgrp... (cached) yes
    checking for setpgrp... (cached) yes
    checking for gettimeofday... (cached) yes
    checking for major... yes
    checking for getaddrinfo... yes
    checking getaddrinfo bug... no
    checking for getnameinfo... (cached) 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... (cached) 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... yes
    checking for an ANSI C-conforming const... yes
    checking for working volatile... yes
    checking for working signed char... yes
    checking for prototypes... yes
    checking for variable length prototypes and stdarg.h... yes
    checking for socketpair... yes
    checking if sockaddr has sa_len member... yes
    checking whether va_list is an array... yes
    checking for gethostbyname_r... yes
    checking gethostbyname_r with 6 args... yes
    checking for __fpu_control... no
    checking for __fpu_control in -lieee... no
    checking for --with-fpectl... no
    checking for --with-libm=3DSTRING... default LIBM=3D"-lm"
    checking for --with-libc=3DSTRING... default LIBC=3D""
    checking whether C doubles are little-endian IEEE 754 binary64... no
    checking whether C doubles are big-endian IEEE 754 binary64... yes
    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 con=
trol word... no
    checking for x87-style double rounding... no
    checking whether tanh preserves the sign of zero... yes
    checking for acosh... yes
    checking for asinh... yes
    checking for atanh... yes
    checking for copysign... yes
    checking for erf... yes
    checking for erfc... yes
    checking for expm1... yes
    checking for finite... yes
    checking for gamma... yes
    checking for hypot... yes
    checking for lgamma... yes
    checking for log1p... yes
    checking for round... yes
    checking for tgamma... yes
    checking whether isinf is declared... yes
    checking whether isnan is declared... yes
    checking whether isfinite is declared... yes
    checking whether POSIX semaphores are enabled... (cached) no
    checking for broken sem_getvalue... no
    checking digit size for Python's longs... no value specified
    checking for wchar.h... (cached) 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 long
    checking whether byte ordering is bigendian... yes
    checking whether right shift extends the sign bit... yes
    checking for getc_unlocked() and friends... yes
    checking how to link readline libs... -lreadline
    checking for rl_callback_handler_install in -lreadline... yes
    checking for rl_pre_input_hook in -lreadline... yes
    checking for rl_completion_display_matches_hook in -lreadline... yes
    checking for rl_completion_matches in -lreadline... yes
    checking for broken nice()... yes
    checking for broken poll()... no
    checking for struct tm.tm_zone... (cached) yes
    checking for working tzset()... yes
    checking for tv_nsec in struct stat... yes
    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... no
    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... (cached) yes
    checking for build directories... done
    configure: creating ./config.status
    config.status: creating Makefile.pre
    config.status: creating Modules/Setup.config
    config.status: creating Misc/python.pc
    config.status: creating Modules/ld_so_aix
    config.status: creating pyconfig.h
    creating Modules/Setup
    creating Modules/Setup.local
    creating Makefile
    =3D=3D=3D>  Building for python27-2.7.8_3
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Mod=
ules/python.o ./Modules/python.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Par=
ser/acceler.o Parser/acceler.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Par=
ser/grammar1.o Parser/grammar1.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Par=
ser/listnode.o Parser/listnode.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Par=
ser/node.o Parser/node.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Par=
ser/parser.o Parser/parser.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Par=
ser/parsetok.o Parser/parsetok.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Par=
ser/bitset.o Parser/bitset.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Par=
ser/metagrammar.o Parser/metagrammar.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Par=
ser/firstsets.o Parser/firstsets.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Par=
ser/grammar.o Parser/grammar.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Par=
ser/pgen.o Parser/pgen.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Par=
ser/myreadline.o Parser/myreadline.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Par=
ser/tokenizer.o Parser/tokenizer.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/abstract.o Objects/abstract.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/boolobject.o Objects/boolobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/bufferobject.o Objects/bufferobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/bytes_methods.o Objects/bytes_methods.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/bytearrayobject.o Objects/bytearrayobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/capsule.o Objects/capsule.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/cellobject.o Objects/cellobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/classobject.o Objects/classobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/cobject.o Objects/cobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/codeobject.o Objects/codeobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/complexobject.o Objects/complexobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/descrobject.o Objects/descrobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/enumobject.o Objects/enumobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/exceptions.o Objects/exceptions.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/genobject.o Objects/genobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/fileobject.o Objects/fileobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/floatobject.o Objects/floatobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/frameobject.o Objects/frameobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/funcobject.o Objects/funcobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/intobject.o Objects/intobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/iterobject.o Objects/iterobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/listobject.o Objects/listobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/longobject.o Objects/longobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/dictobject.o Objects/dictobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/memoryobject.o Objects/memoryobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/methodobject.o Objects/methodobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/moduleobject.o Objects/moduleobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/object.o Objects/object.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/obmalloc.o Objects/obmalloc.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/rangeobject.o Objects/rangeobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/setobject.o Objects/setobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/sliceobject.o Objects/sliceobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/stringobject.o Objects/stringobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/structseq.o Objects/structseq.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/tupleobject.o Objects/tupleobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/typeobject.o Objects/typeobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/weakrefobject.o Objects/weakrefobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/unicodeobject.o Objects/unicodeobject.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Obj=
ects/unicodectype.o Objects/unicodectype.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/_warnings.o Python/_warnings.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/Python-ast.o Python/Python-ast.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/asdl.o Python/asdl.c
    /usr/bin/make Parser/pgen
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/mysnprintf.o Python/mysnprintf.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/pyctype.o Python/pyctype.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Par=
ser/tokenizer_pgen.o Parser/tokenizer_pgen.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Par=
ser/printgrammar.o Parser/printgrammar.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Par=
ser/pgenmain.o Parser/pgenmain.c
    cc -DNDEBUG -pthread -Wl,-rpath,/usr/local/lib -Wl,-rpath=3D/usr/lib:/u=
sr/local/lib Parser/acceler.o  Parser/grammar1.o  Parser/listnode.o  Parser=
/node.o  Parser/parser.o  Parser/parsetok.o  Parser/bitset.o  Parser/metagr=
ammar.o  Parser/firstsets.o  Parser/grammar.o  Parser/pgen.o Objects/obmall=
oc.o  Python/mysnprintf.o  Python/pyctype.o  Parser/tokenizer_pgen.o  Parse=
r/printgrammar.o  Parser/pgenmain.o -L/usr/local/lib -lintl -lutil -o Parse=
r/pgen
    Parser/pgen ./Grammar/Grammar Include/graminit.h Python/graminit.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/ast.o Python/ast.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/bltinmodule.o Python/bltinmodule.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/ceval.o Python/ceval.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/compile.o Python/compile.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/codecs.o Python/codecs.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/errors.o Python/errors.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/frozen.o Python/frozen.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/frozenmain.o Python/frozenmain.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/future.o Python/future.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/getargs.o Python/getargs.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/getcompiler.o Python/getcompiler.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/getcopyright.o Python/getcopyright.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -DPLAT=
FORM=3D'"freebsd10"' -o Python/getplatform.o ./Python/getplatform.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/getversion.o Python/getversion.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/graminit.o Python/graminit.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/import.o Python/import.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -I. -o=
 Python/importdl.o ./Python/importdl.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/marshal.o Python/marshal.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/modsupport.o Python/modsupport.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/mystrtoul.o Python/mystrtoul.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/peephole.o Python/peephole.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/pyarena.o Python/pyarena.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/pyfpe.o Python/pyfpe.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/pymath.o Python/pymath.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/pystate.o Python/pystate.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/pythonrun.o Python/pythonrun.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/random.o Python/random.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/structmember.o Python/structmember.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/symtable.o Python/symtable.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/sysmodule.o Python/sysmodule.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/traceback.o Python/traceback.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/getopt.o Python/getopt.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/pystrcmp.o Python/pystrcmp.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/pystrtod.o Python/pystrtod.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/dtoa.o Python/dtoa.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/formatter_unicode.o Python/formatter_unicode.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/formatter_string.o Python/formatter_string.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/dynload_shlib.o Python/dynload_shlib.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Pyt=
hon/thread.o Python/thread.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Mod=
ules/config.o Modules/config.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -DPYTH=
ONPATH=3D'":plat-freebsd10:lib-tk:lib-old"'  -DPREFIX=3D'"/usr/local"'  -DE=
XEC_PREFIX=3D'"/usr/local"'  -DVERSION=3D'"2.7"'  -DVPATH=3D'""'  -o Module=
s/getpath.o ./Modules/getpath.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Mod=
ules/main.o Modules/main.c
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Mod=
ules/gcmodule.o Modules/gcmodule.c
    cc -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I. -=
IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE  -c ./Modul=
es/threadmodule.c -o Modules/threadmodule.o
    cc -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I. -=
IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE  -c ./Modul=
es/signalmodule.c -o Modules/signalmodule.o
    cc -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I. -=
IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE  -c ./Modul=
es/posixmodule.c -o Modules/posixmodule.o
    cc -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I. -=
IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE  -c ./Modul=
es/errnomodule.c -o Modules/errnomodule.o
    cc -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I. -=
IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE  -c ./Modul=
es/pwdmodule.c -o Modules/pwdmodule.o
    cc -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I. -=
IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE  -c ./Modul=
es/_sre.c -o Modules/_sre.o
    cc -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I. -=
IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE  -c ./Modul=
es/_codecsmodule.c -o Modules/_codecsmodule.o
    cc -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I. -=
IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE  -c ./Modul=
es/_weakref.c -o Modules/_weakref.o
    cc -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I. -=
IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE  -c ./Modul=
es/zipimport.c -o Modules/zipimport.o
    cc -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I. -=
IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE  -c ./Modul=
es/symtablemodule.c -o Modules/symtablemodule.o
    cc -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I. -=
IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE  -c ./Modul=
es/xxsubtype.c -o Modules/xxsubtype.o
    cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I=
=2E -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE  -DSVN=
VERSION=3D"\"`LC_ALL=3DC echo Unversioned directory`\""  -DHGVERSION=3D"\"`=
LC_ALL=3DC `\""  -DHGTAG=3D"\"`LC_ALL=3DC `\""  -DHGBRANCH=3D"\"`LC_ALL=3DC=
 `\""  -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
    rm -f libpython2.7.a
    ar rc libpython2.7.a Modules/getbuildinfo.o
    ar rc libpython2.7.a Parser/acceler.o  Parser/grammar1.o  Parser/listno=
de.o  Parser/node.o  Parser/parser.o  Parser/parsetok.o  Parser/bitset.o  P=
arser/metagrammar.o  Parser/firstsets.o  Parser/grammar.o  Parser/pgen.o Pa=
rser/myreadline.o Parser/tokenizer.o
    ar rc libpython2.7.a Objects/abstract.o  Objects/boolobject.o  Objects/=
bufferobject.o  Objects/bytes_methods.o  Objects/bytearrayobject.o  Objects=
/capsule.o  Objects/cellobject.o  Objects/classobject.o  Objects/cobject.o =
 Objects/codeobject.o  Objects/complexobject.o  Objects/descrobject.o  Obje=
cts/enumobject.o  Objects/exceptions.o  Objects/genobject.o  Objects/fileob=
ject.o  Objects/floatobject.o  Objects/frameobject.o  Objects/funcobject.o =
 Objects/intobject.o  Objects/iterobject.o  Objects/listobject.o  Objects/l=
ongobject.o  Objects/dictobject.o  Objects/memoryobject.o  Objects/methodob=
ject.o  Objects/moduleobject.o  Objects/object.o  Objects/obmalloc.o  Objec=
ts/rangeobject.o  Objects/setobject.o  Objects/sliceobject.o  Objects/strin=
gobject.o  Objects/structseq.o  Objects/tupleobject.o  Objects/typeobject.o=
  Objects/weakrefobject.o  Objects/unicodeobject.o Objects/unicodectype.o
    ar rc libpython2.7.a Python/_warnings.o  Python/Python-ast.o  Python/as=
dl.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  Py=
thon/future.o  Python/getargs.o  Python/getcompiler.o  Python/getcopyright.=
o  Python/getplatform.o  Python/getversion.o  Python/graminit.o  Python/imp=
ort.o  Python/importdl.o  Python/marshal.o  Python/modsupport.o  Python/mys=
trtoul.o  Python/mysnprintf.o  Python/peephole.o  Python/pyarena.o  Python/=
pyctype.o  Python/pyfpe.o  Python/pymath.o  Python/pystate.o  Python/python=
run.o  Python/random.o  Python/structmember.o  Python/symtable.o  Python/sy=
smodule.o  Python/traceback.o  Python/getopt.o  Python/pystrcmp.o  Python/p=
ystrtod.o  Python/dtoa.o  Python/formatter_unicode.o  Python/formatter_stri=
ng.o  Python/dynload_shlib.o      Python/thread.o
    ar rc libpython2.7.a Modules/config.o  Modules/getpath.o  Modules/main.=
o  Modules/gcmodule.o
    ar rc libpython2.7.a Modules/threadmodule.o  Modules/signalmodule.o  Mo=
dules/posixmodule.o  Modules/errnomodule.o  Modules/pwdmodule.o  Modules/_s=
re.o  Modules/_codecsmodule.o  Modules/_weakref.o  Modules/zipimport.o  Mod=
ules/symtablemodule.o  Modules/xxsubtype.o
    ranlib libpython2.7.a
    if test libpython2.7.so.1 !=3D libpython2.7.so; then  cc -shared -pthre=
ad -Wl,-rpath,/usr/local/lib -Wl,-rpath=3D/usr/lib:/usr/local/lib -Wl,-hlib=
python2.7.so.1 -o libpython2.7.so.1 Modules/getbuildinfo.o  Parser/acceler.=
o  Parser/grammar1.o  Parser/listnode.o  Parser/node.o  Parser/parser.o  Pa=
rser/parsetok.o  Parser/bitset.o  Parser/metagrammar.o  Parser/firstsets.o =
 Parser/grammar.o  Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o  Ob=
jects/abstract.o  Objects/boolobject.o  Objects/bufferobject.o  Objects/byt=
es_methods.o  Objects/bytearrayobject.o  Objects/capsule.o  Objects/cellobj=
ect.o  Objects/classobject.o  Objects/cobject.o  Objects/codeobject.o  Obje=
cts/complexobject.o  Objects/descrobject.o  Objects/enumobject.o  Objects/e=
xceptions.o  Objects/genobject.o  Objects/fileobject.o  Objects/floatobject=
=2Eo  Objects/frameobject.o  Objects/funcobject.o  Objects/intobject.o  Obj=
ects/iterobject.o  Objects/listobject.o  Objects/longobject.o  Objects/dict=
object.o  Objects/memoryobject.o  Objects/methodobject.o  Objects/moduleobj=
ect.o  Objects/object.o  Objects/obmalloc.o  Objects/rangeobject.o  Objects=
/setobject.o  Objects/sliceobject.o  Objects/stringobject.o  Objects/struct=
seq.o  Objects/tupleobject.o  Objects/typeobject.o  Objects/weakrefobject.o=
  Objects/unicodeobject.o Objects/unicodectype.o  Python/_warnings.o  Pytho=
n/Python-ast.o  Python/asdl.o  Python/ast.o  Python/bltinmodule.o  Python/c=
eval.o  Python/compile.o  Python/codecs.o  Python/errors.o  Python/frozen.o=
  Python/frozenmain.o  Python/future.o  Python/getargs.o  Python/getcompile=
r.o  Python/getcopyright.o  Python/getplatform.o  Python/getversion.o  Pyth=
on/graminit.o  Python/import.o  Python/importdl.o  Python/marshal.o  Python=
/modsupport.o  Python/mystrtoul.o  Python/mysnprintf.o  Python/peephole.o  =
Python/pyarena.o  Python/pyctype.o  Python/pyfpe.o  Python/pymath.o  Python=
/pystate.o  Python/pythonrun.o  Python/random.o  Python/structmember.o  Pyt=
hon/symtable.o  Python/sysmodule.o  Python/traceback.o  Python/getopt.o  Py=
thon/pystrcmp.o  Python/pystrtod.o  Python/dtoa.o  Python/formatter_unicode=
=2Eo  Python/formatter_string.o  Python/dynload_shlib.o      Python/thread.=
o  Modules/config.o  Modules/getpath.o  Modules/main.o  Modules/gcmodule.o =
   Modules/threadmodule.o  Modules/signalmodule.o  Modules/posixmodule.o  M=
odules/errnomodule.o  Modules/pwdmodule.o  Modules/_sre.o  Modules/_codecsm=
odule.o  Modules/_weakref.o  Modules/zipimport.o  Modules/symtablemodule.o =
 Modules/xxsubtype.o   -L/usr/local/lib -lintl -lutil  -lm ;  ln -f libpyth=
on2.7.so.1 libpython2.7.so;  else  cc -shared -pthread -Wl,-rpath,/usr/loca=
l/lib -Wl,-rpath=3D/usr/lib:/usr/local/lib -o libpython2.7.so Modules/getbu=
ildinfo.o  Parser/acceler.o  Parser/grammar1.o  Parser/listnode.o  Parser/n=
ode.o  Parser/parser.o  Parser/parsetok.o  Parser/bitset.o  Parser/metagram=
mar.o  Parser/firstsets.o  Parser/grammar.o  Parser/pgen.o Parser/myreadlin=
e.o Parser/tokenizer.o  Objects/abstract.o  Objects/boolobject.o  Objects/b=
ufferobject.o  Objects/bytes_methods.o  Objects/bytearrayobject.o  Objects/=
capsule.o  Objects/cellobject.o  Objects/classobject.o  Objects/cobject.o  =
Objects/codeobject.o  Objects/complexobject.o  Objects/descrobject.o  Objec=
ts/enumobject.o  Objects/exceptions.o  Objects/genobject.o  Objects/fileobj=
ect.o  Objects/floatobject.o  Objects/frameobject.o  Objects/funcobject.o  =
Objects/intobject.o  Objects/iterobject.o  Objects/listobject.o  Objects/lo=
ngobject.o  Objects/dictobject.o  Objects/memoryobject.o  Objects/methodobj=
ect.o  Objects/moduleobject.o  Objects/object.o  Objects/obmalloc.o  Object=
s/rangeobject.o  Objects/setobject.o  Objects/sliceobject.o  Objects/string=
object.o  Objects/structseq.o  Objects/tupleobject.o  Objects/typeobject.o =
 Objects/weakrefobject.o  Objects/unicodeobject.o Objects/unicodectype.o  P=
ython/_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/e=
rrors.o  Python/frozen.o  Python/frozenmain.o  Python/future.o  Python/geta=
rgs.o  Python/getcompiler.o  Python/getcopyright.o  Python/getplatform.o  P=
ython/getversion.o  Python/graminit.o  Python/import.o  Python/importdl.o  =
Python/marshal.o  Python/modsupport.o  Python/mystrtoul.o  Python/mysnprint=
f.o  Python/peephole.o  Python/pyarena.o  Python/pyctype.o  Python/pyfpe.o =
 Python/pymath.o  Python/pystate.o  Python/pythonrun.o  Python/random.o  Py=
thon/structmember.o  Python/symtable.o  Python/sysmodule.o  Python/tracebac=
k.o  Python/getopt.o  Python/pystrcmp.o  Python/pystrtod.o  Python/dtoa.o  =
Python/formatter_unicode.o  Python/formatter_string.o  Python/dynload_shlib=
=2Eo      Python/thread.o  Modules/config.o  Modules/getpath.o  Modules/mai=
n.o  Modules/gcmodule.o    Modules/threadmodule.o  Modules/signalmodule.o  =
Modules/posixmodule.o  Modules/errnomodule.o  Modules/pwdmodule.o  Modules/=
_sre.o  Modules/_codecsmodule.o  Modules/_weakref.o  Modules/zipimport.o  M=
odules/symtablemodule.o  Modules/xxsubtype.o   -L/usr/local/lib -lintl -lut=
il  -lm ;  fi
    cc -pthread -Wl,-rpath,/usr/local/lib -Wl,-rpath=3D/usr/lib:/usr/local/=
lib -Wl,--export-dynamic -o python  Modules/python.o  -L. -lpython2.7 -L/us=
r/local/lib -lintl -lutil   -lm
    LD_LIBRARY_PATH=3D/usr/ports/lang/python27/work/Python-2.7.8 ./python -=
E -S -m sysconfig --generate-posix-vars
    building dbm using ndbm
    cc: _struct.c: No such file or directory
    cc: No input files specified
    cc: _ctypes/_ctypes_test.c: No such file or directory
    cc: No input files specified
    cc: arraymodule.c: No such file or directory
    cc: No input files specified
    cc: cmathmodule.c: No such file or directory
    cc: No input files specified
    cc: mathmodule.c: No such file or directory
    cc: No input files specified
    cc: stropmodule.c: No such file or directory
    cc: No input files specified
    cc: timemodule.c: No such file or directory
    cc: No input files specified
    cc: datetimemodule.c: No such file or directory
    cc: No input files specified
    cc: itertoolsmodule.c: No such file or directory
    cc: No input files specified
    cc: future_builtins.c: No such file or directory
    cc: No input files specified
    cc: _randommodule.c: No such file or directory
    cc: No input files specified
    cc: _collectionsmodule.c: No such file or directory
    cc: _bisectmodule.c: No such file or directory
    cc: No input files specified
    cc: _heapqmodule.c: No such file or directory
    cc: No input files specified
    cc: operator.c: No such file or directory
    cc: No input files specified
    cc: _io/bufferedio.c: No such file or directory
    cc: No input files specified
    cc: _functoolsmodule.c: No such file or directory
    cc: No input files specified
    cc: _json.c: No such file or directory
    cc: No input files specified
    cc: _testcapimodule.c: No such file or directory
    cc: No input files specified
    cc: _hotshot.c: No such file or directory
    cc: No input files specified
    cc: _lsprof.c: No such file or directory
    cc: No input files specified
    cc: unicodedata.c: No such file or directory
    cc: No input files specified
    cc: _localemodule.c: No such file or directory
    cc: No input files specified
    cc: fcntlmodule.c: No such file or directory
    cc: No input files specified
    cc: grpmodule.c: No such file or directory
    cc: No input files specified
    cc: selectmodule.c: No such file or directory
    cc: No input files specified
    cc: parsermodule.c: No such file or directory
    cc: No input files specified
    cc: cStringIO.c: No such file or directory
    cc: No input files specified
    cc: cPickle.c: No such file or directory
    cc: No input files specified
    cc: mmapmodule.c: No such file or directory
    cc: No input files specified
    cc: syslogmodule.c: No such file or directory
    cc: No input files specified
    cc: audioop.c: No such file or directory
    cc: No input files specified
    cc: imageop.c: No such file or directory
    cc: No input files specified
    cc: readline.c: No such file or directory
    cc: No input files specified
    cc: cryptmodule.c: No such file or directory
    cc: No input files specified
    cc: _csv.c: No such file or directory
    cc: No input files specified
    cc: socketmodule.c: No such file or directory
    cc: No input files specified
    cc: _ssl.c: No such file or directory
    cc: No input files specified
    cc: _hashopenssl.c: No such file or directory
    cc: No input files specified
    cc: bsddbmodule.c: No such file or directory
    cc: No input files specified
    cc: dbmmodule.c: No such file or directory
    cc: No input files specified
    cc: termios.c: No such file or directory
    cc: No input files specified
    cc: resource.c: No such file or directory
    cc: No input files specified
    cc: nismodule.c: No such file or directory
    cc: No input files specified
    cc: _cursesmodule.c: No such file or directory
    cc: No input files specified
    cc: _curses_panel.c: No such file or directory
    cc: No input files specified
    cc: zlibmodule.c: No such file or directory
    cc: No input files specified
    cc: binascii.c: No such file or directory
    cc: No input files specified
    cc: bz2module.c: No such file or directory
    cc: No input files specified
    cc: pyexpat.c: No such file or directory
    cc: No input files specified
    cc: cjkcodecs/multibytecodec.c: No such file or directory
    cc: No input files specified
    cc: cjkcodecs/_codecs_kr.c: No such file or directory
    cc: No input files specified
    cc: cjkcodecs/_codecs_jp.c: No such file or directory
    cc: No input files specified
    cc: cjkcodecs/_codecs_cn.c: No such file or directory
    cc: No input files specified
    cc: cjkcodecs/_codecs_tw.c: No such file or directory
    cc: No input files specified
    cc: cjkcodecs/_codecs_hk.c: No such file or directory
    cc: No input files specified
    cc: cjkcodecs/_codecs_iso2022.c: No such file or directory
    cc: No input files specified
    cc: dlmodule.c: No such file or directory
    cc: No input files specified
    cc: _multiprocessing/multiprocessing.c: No such file or directory
    cc: No input files specified
    cc: ossaudiodev.c: No such file or directory
    cc: No input files specified
    error: /usr/ports/lang/python27/work/Modules/_ctypes/libffi: No such fi=
le or directory
    *** Error code 1

    Stop.
    make[2]: stopped in /usr/ports/lang/python27/work/Python-2.7.8
    *** Error code 1

    Stop.
    make[1]: stopped in /usr/ports/lang/python27
    *** Error code 1

    Stop.
    make: stopped in /usr/ports/lang/python27

Any help or pointers would be very much appreciated.

Apologies if I've gotten in touch in error but I'm not really sure where to=
 go from here.

Thanks, and regards

Larry Hynes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140820161404.GK95293>