====>> Building lang/python33 build started at Wed Dec 16 20:48:11 GMT 2015 port directory: /usr/ports/lang/python33 building for: FreeBSD 102armv6-default-job-02 10.2-RELEASE FreeBSD 10.2-RELEASE armv6 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/lang/python33/Makefile 401909 2015-11-19 01:28:38Z lwhsu $ Poudriere version: 3.1.10 Host OSVERSION: 1002000 Jail OSVERSION: 1002000 ---Begin Environment--- PACKAGE_BUILDING=yes LOCALBASE=/usr/local LIBEXECPREFIX=/usr/local/libexec/poudriere SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIERE_VERSION=3.1.10 HOME=/root USER=root SCRIPTPREFIX=/usr/local/share/poudriere MASTERNAME=102armv6-default PWD=/space/poudriere/poudriere_data/.m/102armv6-default/ref/.p/pool OLDPWD=/ PKGNAME=python33-3.3.5_8 POUDRIERE_BUILD_TYPE=bulk PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin FORCE_PACKAGE=yes MASTERMNT=/space/poudriere/poudriere_data/.m/102armv6-default/ref SAVED_TERM=screen STATUS=1 MAIL=/var/mail/root BLOCKSIZE=K UNAME_r=10.2-RELEASE UNAME_v=FreeBSD 10.2-RELEASE OSVERSION=1002000 ABI_FILE=/usr/lib/crt1.o UNAME_m=armv6 UNAME_p=armv6 ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for python33-3.3.5_8: DEBUG=off: Build with debugging support IPV6=on: IPv6 protocol support LIBFFI=on: Use libffi from ports instead of bundled version NLS=on: Enable gettext support for the locale module PYMALLOC=on: Enable specialized mallocs THREADS=on: Threading support TSC=off: Enable rocessor timestamp counter profiling ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --enable-shared --without-pydebug --enable-ipv6 --with-system-ffi --with-pymalloc --with-threads --without-tsc --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- OPT="" PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python33/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python33/work HOME=/wrkdirs/usr/ports/lang/python33/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- OPENSSLBASE=/usr OPENSSLDIR=/etc/ssl OPENSSLINC=/usr/include OPENSSLLIB=/usr/lib XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python33/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python33/work HOME=/wrkdirs/usr/ports/lang/python33/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="/usr/armv6-freebsd/usr/bin/cc" CFLAGS="-O -pipe -mfloat-abi=softfp -fno-strict-aliasing" CPP="/usr/armv6-freebsd/usr/bin/cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -lpthread -Wl,-rpath=/usr/lib:/usr/local/lib" LIBS="-L/usr/local/lib -lintl" CXX="/usr/armv6-freebsd/usr/bin/c++" CXXFLAGS="-O -pipe -mfloat-abi=softfp -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- ABI=m OSMAJOR=10 DEBUG="@comment " NO_DEBUG="" IPV6="" NO_IPV6="@comment " LIBFFI="" NO_LIBFFI="@comment " NLS="" NO_NLS="@comment " PYMALLOC="" NO_PYMALLOC="@comment " THREADS="" NO_THREADS="@comment " TSC="@comment " NO_TSC="" NO_NIS="" OSREL=10.2 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/python33" EXAMPLESDIR="share/examples/python33" DATADIR="share/python33" WWWDIR="www/python33" ETCDIR="etc/python33" --End PLIST_SUB-- --SUB_LIST-- PYTHON_SUFFIX=33 DEBUG="@comment " NO_DEBUG="" IPV6="" NO_IPV6="@comment " LIBFFI="" NO_LIBFFI="@comment " NLS="" NO_NLS="@comment " PYMALLOC="" NO_PYMALLOC="@comment " THREADS="" NO_THREADS="@comment " TSC="@comment " NO_TSC="" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/python33 DOCSDIR=/usr/local/share/doc/python33 EXAMPLESDIR=/usr/local/share/examples/python33 WWWDIR=/usr/local/www/python33 ETCDIR=/usr/local/etc/python33 --End SUB_LIST-- ---Begin make.conf--- MACHINE=armv6 MACHINE_ARCH=armv6 ARCH=${MACHINE_ARCH} .sinclude "/etc/make.nxb.conf" USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/102armv6-make.conf #### CC= /usr/armv6-freebsd/usr/bin/cc CPP= /usr/armv6-freebsd/usr/bin/cpp CXX= /usr/armv6-freebsd/usr/bin/c++ AS= /usr/armv6-freebsd/usr/bin/as NM= /usr/armv6-freebsd/usr/bin/nm #RANLIB= /usr/armv6-freebsd/usr/bin/gnu-ranlib RANLIB= /usr/armv6-freebsd/usr/bin/ranlib LD= /usr/armv6-freebsd/usr/bin/ld OBJCOPY=/usr/armv6-freebsd/usr/bin/objcopy #SIZE= /usr/obj/build/hostsrc/home/src/tmp/usr/bin/size SIZE= /usr/armv6-freebsd/usr/bin/size STRIPBIN=/usr/armv6-freebsd/usr/bin/strip DEFAULT_VERSIONS= python=3.3 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== ===> License PSFL accepted by the user =========================================================================== =================================================== ===> python33-3.3.5_8 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.6.2.txz [102armv6-default-job-02] Installing pkg-1.6.2... [102armv6-default-job-02] Extracting pkg-1.6.2: .......... done Message from pkg-1.6.2: If you are upgrading from the old package format, first run: # pkg2ng ===> python33-3.3.5_8 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of python33-3.3.5_8 =========================================================================== =================================================== =========================================================================== =================================================== ===> License PSFL accepted by the user => Python-3.3.5.tar.xz doesn't seem to exist in /portdistfiles/python. => Attempting to fetch http://www.python.org/ftp/python/3.3.5/Python-3.3.5.tar.xz Python-3.3.5.tar.xz 0 B 0 Bps ===> Fetching all distfiles required by python33-3.3.5_8 for building =========================================================================== =================================================== ===> License PSFL accepted by the user ===> Fetching all distfiles required by python33-3.3.5_8 for building => SHA256 Checksum OK for python/Python-3.3.5.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License PSFL accepted by the user ===> Fetching all distfiles required by python33-3.3.5_8 for building ===> Extracting for python33-3.3.5_8 => SHA256 Checksum OK for python/Python-3.3.5.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for python33-3.3.5_8 ===> Applying FreeBSD patches for python33-3.3.5_8 =========================================================================== =================================================== ===> python33-3.3.5_8 depends on executable: pkgconf - not found ===> Installing existing package /packages/All/pkgconf-0.9.12_1.txz [102armv6-default-job-02] Installing pkgconf-0.9.12_1... [102armv6-default-job-02] Extracting pkgconf-0.9.12_1: ....... done ===> python33-3.3.5_8 depends on executable: pkgconf - found ===> Returning to build of python33-3.3.5_8 ===> python33-3.3.5_8 depends on executable: msgfmt - not found ===> Installing existing package /packages/All/gettext-tools-0.19.6.txz [102armv6-default-job-02] Installing gettext-tools-0.19.6... [102armv6-default-job-02] `-- Installing expat-2.1.0_3... [102armv6-default-job-02] `-- Extracting expat-2.1.0_3: .......... done [102armv6-default-job-02] `-- Installing indexinfo-0.2.4... [102armv6-default-job-02] `-- Extracting indexinfo-0.2.4: .... done [102armv6-default-job-02] `-- Installing gettext-runtime-0.19.6... [102armv6-default-job-02] `-- Extracting gettext-runtime-0.19.6: .......... done [102armv6-default-job-02] Extracting gettext-tools-0.19.6: .......... done ===> python33-3.3.5_8 depends on executable: msgfmt - found ===> Returning to build of python33-3.3.5_8 =========================================================================== =================================================== ===> python33-3.3.5_8 depends on shared library: libffi.so - not found ===> Installing existing package /packages/All/libffi-3.2.1.txz [102armv6-default-job-02] Installing libffi-3.2.1... [102armv6-default-job-02] Extracting libffi-3.2.1: .......... done ===> python33-3.3.5_8 depends on shared library: libffi.so - found (/usr/local/lib/libffi.so) ===> Returning to build of python33-3.3.5_8 ===> python33-3.3.5_8 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) =========================================================================== =================================================== ===> Configuring for python33-3.3.5_8 configure: loading site script /usr/ports/Templates/config.site checking build system type... armv6-portbld-freebsd10.2 checking host system type... armv6-portbld-freebsd10.2 checking for --enable-universalsdk... no checking for --with-universal-archs... 32-bit checking MACHDEP... freebsd10 checking for --without-gcc... no checking for gcc... /usr/armv6-freebsd/usr/bin/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 /usr/armv6-freebsd/usr/bin/cc accepts -g... yes checking for /usr/armv6-freebsd/usr/bin/cc option to accept ISO C89... none needed checking for --with-cxx-main=... no checking for -Wl,--no-as-needed... yes checking how to run the C preprocessor... /usr/armv6-freebsd/usr/bin/cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep 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)$(ABIFLAGS).a checking LINKCC... $(PURIFY) $(MAINCC) checking for GNU ld... yes checking for inline... inline checking for --enable-shared... yes checking for --enable-profiling... no checking LDLIBRARY... libpython$(LDVERSION).so checking for ranlib... ranlib checking for ar... ar checking for readelf... readelf checking for python3.3... no checking for python3... no checking for python... no checking for a BSD-compatible install... /usr/bin/install -c checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for --with-pydebug... no checking whether /usr/armv6-freebsd/usr/bin/cc accepts and needs -fno-strict-aliasing... no checking if we can turn off /usr/armv6-freebsd/usr/bin/cc unused result warning... yes checking whether gcc supports ParseTuple __format__... no checking whether pthreads are available without options... yes checking whether /usr/armv6-freebsd/usr/bin/c++ also accepts flags for thread support... no checking for ANSI C header files... (cached) yes checking asm/types.h usability... no checking asm/types.h presence... no checking for asm/types.h... no checking conio.h usability... no checking conio.h presence... no checking for conio.h... no checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking 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 ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.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 for sched.h... (cached) 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 for unistd.h... (cached) yes checking for utime.h... (cached) yes checking for poll.h... (cached) yes checking sys/devpoll.h usability... no checking sys/devpoll.h presence... no checking for sys/devpoll.h... no checking sys/epoll.h usability... no checking sys/epoll.h presence... no checking for sys/epoll.h... no checking for sys/poll.h... (cached) yes checking sys/audioio.h usability... no checking sys/audioio.h presence... no checking for sys/audioio.h... no checking sys/xattr.h usability... no checking sys/xattr.h presence... no checking for sys/xattr.h... no checking sys/bsdtty.h usability... no checking sys/bsdtty.h presence... no checking for sys/bsdtty.h... no checking sys/event.h usability... yes checking sys/event.h presence... yes checking for sys/event.h... yes checking for sys/file.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking sys/kern_control.h usability... no checking sys/kern_control.h presence... no checking for sys/kern_control.h... no 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/select.h... (cached) yes checking sys/sendfile.h usability... no checking sys/sendfile.h presence... no checking for sys/sendfile.h... no checking for sys/socket.h... (cached) yes checking for sys/statvfs.h... (cached) yes checking for sys/stat.h... (cached) yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking sys/sys_domain.h usability... no checking sys/sys_domain.h presence... no checking for sys/sys_domain.h... no 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 sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... 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 sys/resource.h... yes checking netpacket/packet.h usability... no checking netpacket/packet.h presence... no checking for netpacket/packet.h... no checking sysexits.h usability... yes checking sysexits.h presence... yes checking for sysexits.h... yes checking bluetooth.h usability... yes checking bluetooth.h presence... yes checking for bluetooth.h... yes checking bluetooth/bluetooth.h usability... no checking bluetooth/bluetooth.h presence... no checking for bluetooth/bluetooth.h... no checking linux/tipc.h usability... no checking linux/tipc.h presence... no checking for linux/tipc.h... no checking 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 net/if.h... (cached) yes checking for term.h... yes checking for linux/netlink.h... no checking for linux/can.h... no checking for linux/can/raw.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 for __uint128_t... no 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... 8 checking for pthread_t... yes checking size of pthread_t... 4 checking for --enable-framework... no checking for dyld... no checking the extension of shared libraries... .so checking LDSHARED... $(CC) -shared checking CCSHARED... -fPIC checking LINKFORSHARED... -Wl,--export-dynamic checking CFLAGSFORSHARED... $(CCSHARED) checking SHLIBS... $(LIBS) checking for sendfile in -lsendfile... no 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... yes checking for --with-system-libmpdec... no checking for --enable-loadable-sqlite-extensions... 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-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 dlopen... (cached) yes checking DYNLOADFILE... dynload_shlib.o checking MACHDEP_OBJS... none checking for alarm... (cached) yes checking for accept4... 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 faccessat... yes checking for fchmod... (cached) yes checking for fchmodat... yes checking for fchown... (cached) yes checking for fchownat... yes checking for fexecve... yes checking for fdopendir... yes checking for fork... (cached) yes checking for fpathconf... yes checking for fstatat... yes checking for ftime... no checking for ftruncate... yes checking for futimesat... yes checking for futimens... no checking for futimes... (cached) yes checking for gai_strerror... (cached) yes checking for getgrouplist... (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 if_nameindex... yes checking for initgroups... yes checking for kill... yes checking for killpg... yes checking for lchmod... yes checking for lchown... yes checking for lockf... yes checking for linkat... yes checking for lstat... (cached) yes checking for lutimes... yes checking for mmap... (cached) yes checking for memrchr... yes checking for mbrtowc... (cached) yes checking for mkdirat... yes checking for mkfifo... yes checking for mkfifoat... yes checking for mknod... yes checking for mknodat... yes checking for mktime... yes checking for mremap... no checking for nice... yes checking for openat... yes checking for pathconf... (cached) yes checking for pause... yes checking for pipe2... yes checking for plock... no checking for poll... (cached) yes checking for posix_fallocate... yes checking for posix_fadvise... yes checking for pread... (cached) yes checking for pthread_init... no checking for pthread_kill... yes checking for putenv... (cached) yes checking for pwrite... (cached) yes checking for readlink... (cached) yes checking for readlinkat... (cached) yes checking for readv... yes checking for realpath... (cached) yes checking for renameat... 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 sendfile... yes checking for setegid... (cached) yes checking for seteuid... (cached) yes checking for setgid... yes checking for sethostname... 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... yes checking for setpgrp... yes checking for setpriority... yes checking for setuid... yes checking for setvbuf... (cached) yes checking for sched_get_priority_max... yes checking for sched_setaffinity... no checking for sched_setscheduler... yes checking for sched_setparam... yes checking for sched_rr_get_interval... yes checking for sigaction... (cached) yes checking for sigaltstack... (cached) yes checking for siginterrupt... (cached) yes checking for sigpending... yes checking for sigrelse... yes checking for sigtimedwait... yes checking for sigwait... yes checking for sigwaitinfo... yes checking for snprintf... (cached) yes checking for strftime... (cached) yes checking for strlcpy... (cached) yes checking for symlinkat... yes checking for sync... 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 unlinkat... yes checking for unsetenv... (cached) yes checking for utimensat... no checking for utimes... (cached) yes checking for waitid... yes checking for waitpid... (cached) yes checking for wait3... yes checking for wait4... yes checking for wcscoll... (cached) yes checking for wcsftime... yes checking for wcsxfrm... yes checking for writev... yes checking for _getpty... no checking whether dirfd is declared... yes checking for chroot... yes checking for link... yes checking for symlink... yes checking for fchdir... yes checking for fsync... yes checking for fdatasync... no checking for epoll... no checking for epoll_create1... no checking for kqueue... yes checking for 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 clock_gettime... (cached) yes checking for clock_getres... 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... no checking for gethostbyname_r... yes checking gethostbyname_r with 6 args... yes checking for __fpu_control... no checking for __fpu_control in -lieee... no checking for --with-fpectl... no checking for --with-libm=STRING... default LIBM="-lm" checking for --with-libc=STRING... default LIBC="" checking for x64 gcc inline assembler... no checking whether C doubles are little-endian IEEE 754 binary64... yes checking whether C doubles are big-endian IEEE 754 binary64... no checking whether C doubles are ARM mixed-endian IEEE 754 binary64... no checking whether we can use gcc inline assembler to get and set x87 control word... no checking for x87-style double rounding... no checking for acosh... yes checking for asinh... yes checking for atanh... yes checking for copysign... yes checking for erf... yes checking for erfc... yes checking for expm1... yes checking for finite... yes checking for gamma... yes checking for hypot... yes checking for lgamma... yes checking for log1p... yes checking for log2... yes checking for round... yes checking for tgamma... yes checking whether isinf is declared... yes checking whether isnan is declared... yes checking whether isfinite is declared... yes checking whether tanh preserves the sign of zero... yes checking whether log1p drops the sign of negative zero... no checking whether POSIX semaphores are enabled... yes checking for broken sem_getvalue... 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... no yes checking whether byte ordering is bigendian... no checking ABIFLAGS... m checking SOABI... cpython-33m checking LDVERSION... $(VERSION)$(ABIFLAGS) checking whether right shift extends the sign bit... yes checking for getc_unlocked() and friends... yes checking how to link readline libs... -lreadline checking for rl_callback_handler_install in -lreadline... yes checking for rl_pre_input_hook in -lreadline... yes checking for rl_completion_display_matches_hook in -lreadline... yes checking for rl_completion_matches in -lreadline... yes checking for broken nice()... no checking for broken poll()... no checking for struct tm.tm_zone... (cached) yes checking for working tzset()... yes checking for tv_nsec in struct stat... yes checking for tv_nsec2 in struct stat... yes checking whether mvwdelch is an expression... yes checking whether WINDOW has _flags... yes checking for is_term_resized... yes checking for resize_term... yes checking for resizeterm... yes 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 broken mbstowcs... no checking for --with-computed-gotos... no value specified checking whether /usr/armv6-freebsd/usr/bin/cc supports computed gotos... yes checking for build directories... done checking for -O2... yes checking for glibc _FORTIFY_SOURCE/memmove bug... no configure: creating ./config.status config.status: creating Makefile.pre config.status: creating Modules/Setup.config config.status: creating Misc/python.pc config.status: creating Modules/ld_so_aix config.status: creating pyconfig.h creating Modules/Setup creating Modules/Setup.local creating Makefile =========================================================================== =================================================== ===> Building for python33-3.3.5_8 /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c ./Modules/python.c:42:9: warning: implicit declaration of function 'fpgetmask' is invalid in C99 [-Wimplicit-function-declaration] m = fpgetmask(); ^ ./Modules/python.c:43:5: warning: implicit declaration of function 'fpsetmask' is invalid in C99 [-Wimplicit-function-declaration] fpsetmask(m & ~FP_X_OFL); ^ 2 warnings generated. /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Parser/node.o Parser/node.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/accu.o Objects/accu.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/bytesobject.o Objects/bytesobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/memoryobject.o Objects/memoryobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/namespaceobject.o Objects/namespaceobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/object.o Objects/object.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/capsule.o Objects/capsule.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/ast.o Python/ast.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/compile.o Python/compile.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/dynamic_annotations.o Python/dynamic_annotations.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/errors.o Python/errors.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/future.o Python/future.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -DPLATFORM='"freebsd10"' -o Python/getplatform.o ./Python/getplatform.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/import.o Python/import.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/pyctype.o Python/pyctype.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/pytime.o Python/pytime.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/random.o Python/random.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -DABIFLAGS='"m"' -o Python/sysmodule.o ./Python/sysmodule.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/dtoa.o Python/dtoa.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/fileutils.o Python/fileutils.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -DSOABI='"cpython-33m"' -o Python/dynload_shlib.o ./Python/dynload_shlib.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/thread.o Python/thread.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Modules/config.o Modules/config.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -DPYTHONPATH='":plat-freebsd10"' -DPREFIX='"/usr/local"' -DEXEC_PREFIX='"/usr/local"' -DVERSION='"3.3"' -DVPATH='""' -o Modules/getpath.o ./Modules/getpath.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Modules/main.o Modules/main.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c /usr/armv6-freebsd/usr/bin/cc -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -c ./Modules/_threadmodule.c -o Modules/_threadmodule.o /usr/armv6-freebsd/usr/bin/cc -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -c ./Modules/signalmodule.c -o Modules/signalmodule.o /usr/armv6-freebsd/usr/bin/cc -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -c ./Modules/posixmodule.c -o Modules/posixmodule.o /usr/armv6-freebsd/usr/bin/cc -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -c ./Modules/errnomodule.c -o Modules/errnomodule.o /usr/armv6-freebsd/usr/bin/cc -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o /usr/armv6-freebsd/usr/bin/cc -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -c ./Modules/_sre.c -o Modules/_sre.o /usr/armv6-freebsd/usr/bin/cc -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o /usr/armv6-freebsd/usr/bin/cc -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -c ./Modules/_weakref.c -o Modules/_weakref.o /usr/armv6-freebsd/usr/bin/cc -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -c ./Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o /usr/armv6-freebsd/usr/bin/cc -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -c ./Modules/operator.c -o Modules/operator.o /usr/armv6-freebsd/usr/bin/cc -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -c ./Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o /usr/armv6-freebsd/usr/bin/cc -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -c ./Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o /usr/armv6-freebsd/usr/bin/cc -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -c ./Modules/_localemodule.c -o Modules/_localemodule.o /usr/armv6-freebsd/usr/bin/cc -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/_iomodule.c -o Modules/_iomodule.o /usr/armv6-freebsd/usr/bin/cc -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/iobase.c -o Modules/iobase.o /usr/armv6-freebsd/usr/bin/cc -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/fileio.c -o Modules/fileio.o /usr/armv6-freebsd/usr/bin/cc -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/bytesio.c -o Modules/bytesio.o /usr/armv6-freebsd/usr/bin/cc -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/bufferedio.c -o Modules/bufferedio.o /usr/armv6-freebsd/usr/bin/cc -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/textio.c -o Modules/textio.o /usr/armv6-freebsd/usr/bin/cc -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/stringio.c -o Modules/stringio.o /usr/armv6-freebsd/usr/bin/cc -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -c ./Modules/zipimport.c -o Modules/zipimport.o /usr/armv6-freebsd/usr/bin/cc -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -c ./Modules/faulthandler.c -o Modules/faulthandler.o /usr/armv6-freebsd/usr/bin/cc -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o /usr/armv6-freebsd/usr/bin/cc -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -DHGVERSION="\"`LC_ALL=C `\"" -DHGTAG="\"`LC_ALL=C `\"" -DHGBRANCH="\"`LC_ALL=C `\"" -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c rm -f libpython3.3m.a ar rc libpython3.3m.a Modules/getbuildinfo.o ar rc libpython3.3m.a Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o ar rc libpython3.3m.a Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/capsule.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/weakrefobject.o ar rc libpython3.3m.a Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/dynamic_annotations.o Python/errors.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/random.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/dynload_shlib.o Python/thread.o Python/frozen.o ar rc libpython3.3m.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o ar rc libpython3.3m.a Modules/_threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/_functoolsmodule.o Modules/operator.o Modules/_collectionsmodule.o Modules/itertoolsmodule.o Modules/_localemodule.o Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o Modules/zipimport.o Modules/faulthandler.o Modules/symtablemodule.o Modules/xxsubtype.o ranlib libpython3.3m.a if test libpython3.3m.so.1 != libpython3.3m.so; then /usr/armv6-freebsd/usr/bin/cc -shared -lpthread -Wl,-rpath=/usr/lib:/usr/local/lib -Wl,-hlibpython3.3m.so.1 -o libpython3.3m.so.1 Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/capsule.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/dynamic_annotations.o Python/errors.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/random.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/dynload_shlib.o Python/thread.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/_threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/_functoolsmodule.o Modules/operator.o Modules/_collectionsmodule.o Modules/itertoolsmodule.o Modules/_localemodule.o Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o Modules/zipimport.o Modules/faulthandler.o Modules/symtablemodule.o Modules/xxsubtype.o Python/frozen.o -lintl -L/usr/local/lib -lintl -lutil -lm ; ln -f libpython3.3m.so.1 libpython3.3m.so; else /usr/armv6-freebsd/usr/bin/cc -shared -lpthread -Wl,-rpath=/usr/lib:/usr/local/lib -o libpython3.3m.so Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/capsule.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/dynamic_annotations.o Python/errors.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/random.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/dynload_shlib.o Python/thread.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/_threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/_functoolsmodule.o Modules/operator.o Modules/_collectionsmodule.o Modules/itertoolsmodule.o Modules/_localemodule.o Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o Modules/zipimport.o Modules/faulthandler.o Modules/symtablemodule.o Modules/xxsubtype.o Python/frozen.o -lintl -L/usr/local/lib -lintl -lutil -lm ; fi /usr/armv6-freebsd/usr/bin/cc -shared -lpthread -Wl,-rpath=/usr/lib:/usr/local/lib -Wl,--no-as-needed -o libpython3.so -Wl,-hlibpython3.so /usr/armv6-freebsd/usr/bin/cc -lpthread -Wl,-rpath=/usr/lib:/usr/local/lib -Wl,--export-dynamic -o python Modules/python.o -L. -lpython3.3m -lintl -L/usr/local/lib -lintl -lutil -lm LD_LIBRARY_PATH=/wrkdirs/usr/ports/lang/python33/work/Python-3.3.5: ./python -E -S -m sysconfig --generate-posix-vars ; if test $? -ne 0 ; then echo "generate-posix-vars failed" ; rm -f ./pybuilddir.txt ; exit 1 ; fi ldd: /usr/lib/libreadline.so: not a FreeBSD ELF shared object /wrkdirs/usr/ports/lang/python33/work/Python-3.3.5/Modules/socketmodule.c:1951:74: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (cmsgh == NULL || msg->msg_control == NULL || msg->msg_controllen < 0) ~~~~~~~~~~~~~~~~~~~ ^ ~ 1 warning generated. Python build finished, but the necessary bits to build these modules were not found: _gdbm _sqlite3 _tkinter spwd To find the necessary bits, look in setup.py in detect_modules() for the module's name. install -m 0644 ./Tools/gdb/libpython.py python-gdb.py /usr/armv6-freebsd/usr/bin/cc -c -Wno-unused-result -DNDEBUG -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -I. -IInclude -I./Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Modules/_testembed.o ./Modules/_testembed.c /usr/armv6-freebsd/usr/bin/cc -lpthread -Wl,-rpath=/usr/lib:/usr/local/lib -Wl,--export-dynamic -o Modules/_testembed Modules/_testembed.o -L. -lpython3.3m -lintl -L/usr/local/lib -lintl -lutil -lm =========================================================================== =================================================== =========================================================================== =================================================== ===> Staging for python33-3.3.5_8 ===> Generating temporary packing list install -s -m 555 python /wrkdirs/usr/ports/lang/python33/work/stage/usr/local/bin/python3.3m if test "3.3" != "3.3m"; then if test -f /wrkdirs/usr/ports/lang/python33/work/stage/usr/local/bin/python3.3 -o -h /wrkdirs/usr/ports/lang/python33/work/stage/usr/local/bin/python3.3; then rm -f /wrkdirs/usr/ports/lang/python33/work/stage/usr/local/bin/python3.3; fi; (cd /wrkdirs/usr/ports/lang/python33/work/stage/usr/local/bin; ln python3.3m python3.3); fi if test -f libpython3.3m.so; then if test -n "" ; then install -s -m 444 /wrkdirs/usr/ports/lang/python33/work/stage/usr/local/bin; else install -s -m 444 libpython3.3m.so /wrkdirs/usr/ports/lang/python33/work/stage/usr/local/lib/libpython3.3m.so.1; if test libpython3.3m.so != libpython3.3m.so.1; then (cd /wrkdirs/usr/ports/lang/python33/work/stage/usr/local/lib; ln -sf libpython3.3m.so.1 libpython3.3m.so) fi fi; if test -n "libpython3.so"; then install -s -m 444 libpython3.so /wrkdirs/usr/ports/lang/python33/work/stage/usr/local/lib/libpython3.so; fi; else true; fi ldd: /usr/lib/libreadline.so: not a FreeBSD ELF shared object Python build finished, but the necessary bits to build these modules were not found: _gdbm _sqlite3 _tkinter spwd To find the necessary bits, look in setup.py in detect_modules() for the module's name. mkdir ./Lib/plat-freebsd10 cp ./Lib/plat-generic/regen ./Lib/plat-freebsd10/regen export PATH; PATH="`pwd`:$PATH"; export PYTHONPATH; PYTHONPATH="`pwd`/Lib"; export DYLD_FRAMEWORK_PATH; DYLD_FRAMEWORK_PATH="`pwd`"; export EXE; EXE=""; if [ -n "" ]; then export MULTIARCH; MULTIARCH=; fi; export PYTHON_FOR_BUILD; if [ "armv6-portbld-freebsd10.2" = "armv6-portbld-freebsd10.2" ]; then PYTHON_FOR_BUILD="python"; else PYTHON_FOR_BUILD="./python -E"; fi; cd ./Lib/plat-freebsd10; LD_LIBRARY_PATH=/wrkdirs/usr/ports/lang/python33/work/Python-3.3.5: ./regen eval $PYTHON_FOR_BUILD ../../Tools/scripts/h2py.py -i "'(u_long)'" /usr/include/netinet/in.h Skipping: __has_extension = __has_feature Skipping: __BEGIN_DECLS = extern "C" { Skipping: __END_DECLS = } Skipping: __const = const Skipping: __signed = signed Skipping: __volatile = volatile Skipping: __inline = inline Skipping: __inline = Skipping: __const = Skipping: const = Skipping: __weak_symbol = __attribute__((__weak__)) Skipping: __dead2 = __attribute__((__noreturn__)) Skipping: __pure2 = __attribute__((__const__)) Skipping: __dead2 = __attribute__((__noreturn__)) Skipping: __pure2 = __attribute__((__const__)) Skipping: __unused = __attribute__((__unused__)) Skipping: __used = __attribute__((__used__)) Skipping: __packed = __attribute__((__packed__)) Skipping: __dead2 = __attribute__((__noreturn__)) Skipping: __pure2 = __attribute__((__const__)) Skipping: __unused = __attribute__((__unused__)) Skipping: __used = __attribute__((__used__)) Skipping: __packed = __attribute__((__packed__)) Skipping: def __alignof(x): return __offsetof(struct { char __a; x __b; }, __b) Skipping: def _Atomic(T): return struct { T volatile __val; } Skipping: _Noreturn = [[noreturn]] Skipping: _Noreturn = __dead2 Skipping: _Thread_local = thread_local Skipping: _Thread_local = __thread Skipping: __malloc_like = __attribute__((__malloc__)) Skipping: __pure = __attribute__((__pure__)) Skipping: __always_inline = __attribute__((__always_inline__)) Skipping: __noinline = __attribute__ ((__noinline__)) Skipping: __fastcall = __attribute__((__fastcall__)) Skipping: __result_use_check = __attribute__((__warn_unused_result__)) Skipping: __returns_twice = __attribute__((__returns_twice__)) Skipping: __func__ = NULL Skipping: __restrict = restrict Skipping: __hidden = __attribute__((__visibility__("hidden"))) Skipping: __exported = __attribute__((__visibility__("default"))) Skipping: def __GLOBL1(sym): return __asm__(".globl " #sym) Skipping: def __FBSDID(s): return struct __hack Skipping: def __RCSID(s): return struct __hack Skipping: def __RCSID_SOURCE(s): return struct __hack Skipping: def __SCCSID(s): return struct __hack Skipping: def __COPYRIGHT(s): return struct __hack Skipping: __WCHAR_MAX = __UINT_MAX Skipping: __WCHAR_MIN = __INT_MIN Skipping: __WCHAR_MAX = __INT_MAX Skipping: INADDR_ANY = (u_int32_t)0x00000000 Skipping: INADDR_BROADCAST = (u_int32_t)(-1) Skipping: _SS_MAXSIZE = 128U Skipping: _SS_ALIGNSIZE = (sizeof(__int64_t)) Skipping: _SS_PAD1SIZE = (_SS_ALIGNSIZE - sizeof(unsigned char) - \ sizeof(sa_family_t)) Skipping: _SS_PAD2SIZE = (_SS_MAXSIZE - sizeof(unsigned char) - \ sizeof(sa_family_t) - _SS_PAD1SIZE - _SS_ALIGNSIZE) Skipping: def IN_PRIVATE(i): return ((((u_int32_t)(i) & (-16777216)) == 0x0a000000) || \ Skipping: def IN_ANY_LOCAL(i): return (IN_LINKLOCAL(i) || IN_LOCAL_GROUP(i)) Skipping: INADDR_LOOPBACK = (u_int32_t)0x7f000001 Skipping: INADDR_UNSPEC_GROUP = (u_int32_t)(-536870912) Skipping: INADDR_ALLHOSTS_GROUP = (u_int32_t)(-536870911) Skipping: INADDR_ALLRTRS_GROUP = (u_int32_t)(-536870910) Skipping: INADDR_ALLRPTS_GROUP = (u_int32_t)(-536870890) Skipping: INADDR_CARP_GROUP = (u_int32_t)(-536870894) Skipping: INADDR_PFSYNC_GROUP = (u_int32_t)(-536870672) Skipping: INADDR_ALLMDNS_GROUP = (u_int32_t)(-536870661) Skipping: INADDR_MAX_LOCAL_GROUP = (u_int32_t)(-536870657) Skipping: IN_RFC3021_MASK = (u_int32_t)(-2) Skipping: CTL_IPPROTO_NAMES = { \ { "ip", CTLTYPE_NODE }, \ { "icmp", CTLTYPE_NODE }, \ { "igmp", CTLTYPE_NODE }, \ { "ggp", CTLTYPE_NODE }, \ { 0, 0 }, \ { 0, 0 }, \ { "tcp", CTLTYPE_NODE }, \ { 0, 0 }, \ { "egp", CTLTYPE_NODE }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { "pup", CTLTYPE_NODE }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { "udp", CTLTYPE_NODE }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { "idp", CTLTYPE_NODE }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { "ipsec", CTLTYPE_NODE }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \ { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \ { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \ { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \ { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \ { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \ { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \ { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \ { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ { "pim", CTLTYPE_NODE }, \ } Skipping: def satosin(sa): return ((struct sockaddr_in *)(sa)) Skipping: def sintosa(sin): return ((struct sockaddr *)(sin)) Skipping: def ifatoia(ifa): return ((struct in_ifaddr *)(ifa)) Skipping: s6_addr = __u6_addr.__u6_addr8 Skipping: s6_addr8 = __u6_addr.__u6_addr8 Skipping: s6_addr16 = __u6_addr.__u6_addr16 Skipping: s6_addr32 = __u6_addr.__u6_addr32 Skipping: IN6MASK0 = {{{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }}} Skipping: IN6MASK32 = {{{ 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, \ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }}} Skipping: IN6MASK64 = {{{ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, \ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }}} Skipping: IN6MASK96 = {{{ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, \ 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00 }}} Skipping: IN6MASK128 = {{{ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, \ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }}} Skipping: IN6ADDR_ANY_INIT = \ {{{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }}} Skipping: IN6ADDR_LOOPBACK_INIT = \ {{{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 }}} Skipping: IN6ADDR_NODELOCAL_ALLNODES_INIT = \ {{{ 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 }}} Skipping: IN6ADDR_INTFACELOCAL_ALLNODES_INIT = \ {{{ 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 }}} Skipping: IN6ADDR_LINKLOCAL_ALLNODES_INIT = \ {{{ 0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 }}} Skipping: IN6ADDR_LINKLOCAL_ALLROUTERS_INIT = \ {{{ 0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02 }}} Skipping: IN6ADDR_LINKLOCAL_ALLV2ROUTERS_INIT = \ {{{ 0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16 }}} Skipping: def IN6_IS_ADDR_MULTICAST(a): return ((a)->s6_addr[0] == 0xff) Skipping: def IPV6_ADDR_MC_SCOPE(a): return ((a)->s6_addr[1] & 0x0f) Skipping: def __IPV6_ADDR_MC_SCOPE(a): return ((a)->s6_addr[1] & 0x0f) Skipping: M_FASTFWD_OURS = M_PROTO1 Skipping: M_IP6_NEXTHOP = M_PROTO2 Skipping: M_IP_NEXTHOP = M_PROTO2 Skipping: M_SKIP_FIREWALL = M_PROTO3 Skipping: M_AUTHIPHDR = M_PROTO4 Skipping: M_DECRYPTED = M_PROTO5 Skipping: M_LOOP = M_PROTO6 Skipping: M_AUTHIPDGM = M_PROTO7 Skipping: M_RTALERT_MLD = M_PROTO8 Skipping: def satosin6(sa): return ((struct sockaddr_in6 *)(sa)) Skipping: def sin6tosa(sin6): return ((struct sockaddr *)(sin6)) Skipping: def ifatoia6(ifa): return ((struct in6_ifaddr *)(ifa)) Creating directory /usr/local/lib/python3.3 Creating directory /usr/local/lib/python3.3/tkinter Creating directory /usr/local/lib/python3.3/tkinter/test Creating directory /usr/local/lib/python3.3/tkinter/test/test_tkinter Creating directory /usr/local/lib/python3.3/tkinter/test/test_ttk Creating directory /usr/local/lib/python3.3/site-packages Creating directory /usr/local/lib/python3.3/test Creating directory /usr/local/lib/python3.3/test/audiodata Creating directory /usr/local/lib/python3.3/test/capath Creating directory /usr/local/lib/python3.3/test/data Creating directory /usr/local/lib/python3.3/test/cjkencodings Creating directory /usr/local/lib/python3.3/test/decimaltestdata Creating directory /usr/local/lib/python3.3/test/xmltestdata Creating directory /usr/local/lib/python3.3/test/imghdrdata Creating directory /usr/local/lib/python3.3/test/subprocessdata Creating directory /usr/local/lib/python3.3/test/sndhdrdata Creating directory /usr/local/lib/python3.3/test/support Creating directory /usr/local/lib/python3.3/test/tracedmodules Creating directory /usr/local/lib/python3.3/test/encoded_modules Creating directory /usr/local/lib/python3.3/test/namespace_pkgs Creating directory /usr/local/lib/python3.3/test/namespace_pkgs/both_portions Creating directory /usr/local/lib/python3.3/test/namespace_pkgs/both_portions/foo Creating directory /usr/local/lib/python3.3/test/namespace_pkgs/not_a_namespace_pkg Creating directory /usr/local/lib/python3.3/test/namespace_pkgs/not_a_namespace_pkg/foo Creating directory /usr/local/lib/python3.3/test/namespace_pkgs/portion1 Creating directory /usr/local/lib/python3.3/test/namespace_pkgs/portion1/foo Creating directory /usr/local/lib/python3.3/test/namespace_pkgs/portion2 Creating directory /usr/local/lib/python3.3/test/namespace_pkgs/portion2/foo Creating directory /usr/local/lib/python3.3/test/namespace_pkgs/project1 Creating directory /usr/local/lib/python3.3/test/namespace_pkgs/project1/parent Creating directory /usr/local/lib/python3.3/test/namespace_pkgs/project1/parent/child Creating directory /usr/local/lib/python3.3/test/namespace_pkgs/project2 Creating directory /usr/local/lib/python3.3/test/namespace_pkgs/project2/parent Creating directory /usr/local/lib/python3.3/test/namespace_pkgs/project2/parent/child Creating directory /usr/local/lib/python3.3/test/namespace_pkgs/project3 Creating directory /usr/local/lib/python3.3/test/namespace_pkgs/project3/parent Creating directory /usr/local/lib/python3.3/test/namespace_pkgs/project3/parent/child Creating directory /usr/local/lib/python3.3/test/namespace_pkgs/module_and_namespace_package Creating directory /usr/local/lib/python3.3/test/namespace_pkgs/module_and_namespace_package/a_test Creating directory /usr/local/lib/python3.3/collections Creating directory /usr/local/lib/python3.3/concurrent Creating directory /usr/local/lib/python3.3/concurrent/futures Creating directory /usr/local/lib/python3.3/encodings Creating directory /usr/local/lib/python3.3/email Creating directory /usr/local/lib/python3.3/email/mime Creating directory /usr/local/lib/python3.3/test/test_email Creating directory /usr/local/lib/python3.3/test/test_email/data Creating directory /usr/local/lib/python3.3/html Creating directory /usr/local/lib/python3.3/json Creating directory /usr/local/lib/python3.3/test/test_json Creating directory /usr/local/lib/python3.3/http Creating directory /usr/local/lib/python3.3/dbm Creating directory /usr/local/lib/python3.3/xmlrpc Creating directory /usr/local/lib/python3.3/sqlite3 Creating directory /usr/local/lib/python3.3/sqlite3/test Creating directory /usr/local/lib/python3.3/logging Creating directory /usr/local/lib/python3.3/wsgiref Creating directory /usr/local/lib/python3.3/urllib Creating directory /usr/local/lib/python3.3/lib2to3 Creating directory /usr/local/lib/python3.3/lib2to3/fixes Creating directory /usr/local/lib/python3.3/lib2to3/pgen2 Creating directory /usr/local/lib/python3.3/lib2to3/tests Creating directory /usr/local/lib/python3.3/lib2to3/tests/data Creating directory /usr/local/lib/python3.3/lib2to3/tests/data/fixers Creating directory /usr/local/lib/python3.3/lib2to3/tests/data/fixers/myfixes Creating directory /usr/local/lib/python3.3/ctypes Creating directory /usr/local/lib/python3.3/ctypes/test Creating directory /usr/local/lib/python3.3/ctypes/macholib Creating directory /usr/local/lib/python3.3/idlelib Creating directory /usr/local/lib/python3.3/idlelib/Icons Creating directory /usr/local/lib/python3.3/idlelib/idle_test Creating directory /usr/local/lib/python3.3/distutils Creating directory /usr/local/lib/python3.3/distutils/command Creating directory /usr/local/lib/python3.3/distutils/tests Creating directory /usr/local/lib/python3.3/xml Creating directory /usr/local/lib/python3.3/xml/dom Creating directory /usr/local/lib/python3.3/xml/etree Creating directory /usr/local/lib/python3.3/xml/parsers Creating directory /usr/local/lib/python3.3/xml/sax Creating directory /usr/local/lib/python3.3/importlib Creating directory /usr/local/lib/python3.3/test/test_importlib Creating directory /usr/local/lib/python3.3/test/test_importlib/builtin Creating directory /usr/local/lib/python3.3/test/test_importlib/extension Creating directory /usr/local/lib/python3.3/test/test_importlib/frozen Creating directory /usr/local/lib/python3.3/test/test_importlib/import_ Creating directory /usr/local/lib/python3.3/test/test_importlib/source Creating directory /usr/local/lib/python3.3/turtledemo Creating directory /usr/local/lib/python3.3/multiprocessing Creating directory /usr/local/lib/python3.3/multiprocessing/dummy Creating directory /usr/local/lib/python3.3/unittest Creating directory /usr/local/lib/python3.3/unittest/test Creating directory /usr/local/lib/python3.3/unittest/test/testmock Creating directory /usr/local/lib/python3.3/venv Creating directory /usr/local/lib/python3.3/venv/scripts Creating directory /usr/local/lib/python3.3/venv/scripts/posix Creating directory /usr/local/lib/python3.3/curses Creating directory /usr/local/lib/python3.3/pydoc_data Creating directory /usr/local/lib/python3.3/plat-freebsd10 install -m 0644 ./Lib/__future__.py /usr/local/lib/python3.3 install -m 0644 ./Lib/__phello__.foo.py /usr/local/lib/python3.3 install -m 0644 ./Lib/_compat_pickle.py /usr/local/lib/python3.3 install -m 0644 ./Lib/_dummy_thread.py /usr/local/lib/python3.3 install -m 0644 ./Lib/_markupbase.py /usr/local/lib/python3.3 install -m 0644 ./Lib/_osx_support.py /usr/local/lib/python3.3 install -m 0644 ./Lib/_pyio.py /usr/local/lib/python3.3 install -m 0644 ./Lib/_strptime.py /usr/local/lib/python3.3 install -m 0644 ./Lib/_threading_local.py /usr/local/lib/python3.3 install -m 0644 ./Lib/_weakrefset.py /usr/local/lib/python3.3 install -m 0644 ./Lib/abc.py /usr/local/lib/python3.3 install -m 0644 ./Lib/aifc.py /usr/local/lib/python3.3 install -m 0644 ./Lib/antigravity.py /usr/local/lib/python3.3 install -m 0644 ./Lib/argparse.py /usr/local/lib/python3.3 install -m 0644 ./Lib/ast.py /usr/local/lib/python3.3 install -m 0644 ./Lib/asynchat.py /usr/local/lib/python3.3 install -m 0644 ./Lib/asyncore.py /usr/local/lib/python3.3 install -m 555 ./Lib/base64.py /usr/local/lib/python3.3 install -m 0644 ./Lib/bdb.py /usr/local/lib/python3.3 install -m 0644 ./Lib/binhex.py /usr/local/lib/python3.3 install -m 0644 ./Lib/bisect.py /usr/local/lib/python3.3 install -m 0644 ./Lib/bz2.py /usr/local/lib/python3.3 install -m 555 ./Lib/cProfile.py /usr/local/lib/python3.3 install -m 0644 ./Lib/calendar.py /usr/local/lib/python3.3 install -m 555 ./Lib/cgi.py /usr/local/lib/python3.3 install -m 0644 ./Lib/cgitb.py /usr/local/lib/python3.3 install -m 0644 ./Lib/chunk.py /usr/local/lib/python3.3 install -m 0644 ./Lib/cmd.py /usr/local/lib/python3.3 install -m 0644 ./Lib/code.py /usr/local/lib/python3.3 install -m 0644 ./Lib/codecs.py /usr/local/lib/python3.3 install -m 0644 ./Lib/codeop.py /usr/local/lib/python3.3 install -m 0644 ./Lib/colorsys.py /usr/local/lib/python3.3 install -m 0644 ./Lib/compileall.py /usr/local/lib/python3.3 install -m 0644 ./Lib/configparser.py /usr/local/lib/python3.3 install -m 0644 ./Lib/contextlib.py /usr/local/lib/python3.3 install -m 0644 ./Lib/copy.py /usr/local/lib/python3.3 install -m 0644 ./Lib/copyreg.py /usr/local/lib/python3.3 install -m 0644 ./Lib/crypt.py /usr/local/lib/python3.3 install -m 0644 ./Lib/csv.py /usr/local/lib/python3.3 install -m 0644 ./Lib/datetime.py /usr/local/lib/python3.3 install -m 0644 ./Lib/decimal.py /usr/local/lib/python3.3 install -m 0644 ./Lib/difflib.py /usr/local/lib/python3.3 install -m 0644 ./Lib/dis.py /usr/local/lib/python3.3 install -m 0644 ./Lib/doctest.py /usr/local/lib/python3.3 install -m 0644 ./Lib/dummy_threading.py /usr/local/lib/python3.3 install -m 0644 ./Lib/filecmp.py /usr/local/lib/python3.3 install -m 0644 ./Lib/fileinput.py /usr/local/lib/python3.3 install -m 0644 ./Lib/fnmatch.py /usr/local/lib/python3.3 install -m 0644 ./Lib/formatter.py /usr/local/lib/python3.3 install -m 0644 ./Lib/fractions.py /usr/local/lib/python3.3 install -m 0644 ./Lib/ftplib.py /usr/local/lib/python3.3 install -m 0644 ./Lib/functools.py /usr/local/lib/python3.3 install -m 0644 ./Lib/genericpath.py /usr/local/lib/python3.3 install -m 0644 ./Lib/getopt.py /usr/local/lib/python3.3 install -m 0644 ./Lib/getpass.py /usr/local/lib/python3.3 install -m 0644 ./Lib/gettext.py /usr/local/lib/python3.3 install -m 0644 ./Lib/glob.py /usr/local/lib/python3.3 install -m 0644 ./Lib/gzip.py /usr/local/lib/python3.3 install -m 0644 ./Lib/hashlib.py /usr/local/lib/python3.3 install -m 0644 ./Lib/heapq.py /usr/local/lib/python3.3 install -m 0644 ./Lib/hmac.py /usr/local/lib/python3.3 install -m 0644 ./Lib/imaplib.py /usr/local/lib/python3.3 install -m 0644 ./Lib/imghdr.py /usr/local/lib/python3.3 install -m 0644 ./Lib/imp.py /usr/local/lib/python3.3 install -m 0644 ./Lib/inspect.py /usr/local/lib/python3.3 install -m 0644 ./Lib/io.py /usr/local/lib/python3.3 install -m 0644 ./Lib/ipaddress.py /usr/local/lib/python3.3 install -m 555 ./Lib/keyword.py /usr/local/lib/python3.3 install -m 0644 ./Lib/linecache.py /usr/local/lib/python3.3 install -m 0644 ./Lib/locale.py /usr/local/lib/python3.3 install -m 0644 ./Lib/lzma.py /usr/local/lib/python3.3 install -m 0644 ./Lib/macpath.py /usr/local/lib/python3.3 install -m 0644 ./Lib/macurl2path.py /usr/local/lib/python3.3 install -m 0644 ./Lib/mailbox.py /usr/local/lib/python3.3 install -m 0644 ./Lib/mailcap.py /usr/local/lib/python3.3 install -m 0644 ./Lib/mimetypes.py /usr/local/lib/python3.3 install -m 0644 ./Lib/modulefinder.py /usr/local/lib/python3.3 install -m 0644 ./Lib/netrc.py /usr/local/lib/python3.3 install -m 0644 ./Lib/nntplib.py /usr/local/lib/python3.3 install -m 0644 ./Lib/ntpath.py /usr/local/lib/python3.3 install -m 0644 ./Lib/nturl2path.py /usr/local/lib/python3.3 install -m 0644 ./Lib/numbers.py /usr/local/lib/python3.3 install -m 0644 ./Lib/opcode.py /usr/local/lib/python3.3 install -m 0644 ./Lib/optparse.py /usr/local/lib/python3.3 install -m 0644 ./Lib/os.py /usr/local/lib/python3.3 install -m 0644 ./Lib/os2emxpath.py /usr/local/lib/python3.3 install -m 555 ./Lib/pdb.py /usr/local/lib/python3.3 install -m 0644 ./Lib/pickle.py /usr/local/lib/python3.3 install -m 0644 ./Lib/pickletools.py /usr/local/lib/python3.3 install -m 0644 ./Lib/pipes.py /usr/local/lib/python3.3 install -m 0644 ./Lib/pkgutil.py /usr/local/lib/python3.3 install -m 555 ./Lib/platform.py /usr/local/lib/python3.3 install -m 0644 ./Lib/plistlib.py /usr/local/lib/python3.3 install -m 0644 ./Lib/poplib.py /usr/local/lib/python3.3 install -m 0644 ./Lib/posixpath.py /usr/local/lib/python3.3 install -m 0644 ./Lib/pprint.py /usr/local/lib/python3.3 install -m 555 ./Lib/profile.py /usr/local/lib/python3.3 install -m 0644 ./Lib/pstats.py /usr/local/lib/python3.3 install -m 0644 ./Lib/pty.py /usr/local/lib/python3.3 install -m 0644 ./Lib/py_compile.py /usr/local/lib/python3.3 install -m 0644 ./Lib/pyclbr.py /usr/local/lib/python3.3 install -m 555 ./Lib/pydoc.py /usr/local/lib/python3.3 install -m 0644 ./Lib/queue.py /usr/local/lib/python3.3 install -m 555 ./Lib/quopri.py /usr/local/lib/python3.3 install -m 0644 ./Lib/random.py /usr/local/lib/python3.3 install -m 0644 ./Lib/re.py /usr/local/lib/python3.3 install -m 0644 ./Lib/reprlib.py /usr/local/lib/python3.3 install -m 0644 ./Lib/rlcompleter.py /usr/local/lib/python3.3 install -m 0644 ./Lib/runpy.py /usr/local/lib/python3.3 install -m 0644 ./Lib/sched.py /usr/local/lib/python3.3 install -m 0644 ./Lib/shelve.py /usr/local/lib/python3.3 install -m 0644 ./Lib/shlex.py /usr/local/lib/python3.3 install -m 0644 ./Lib/shutil.py /usr/local/lib/python3.3 install -m 0644 ./Lib/site.py /usr/local/lib/python3.3 install -m 555 ./Lib/smtpd.py /usr/local/lib/python3.3 install -m 555 ./Lib/smtplib.py /usr/local/lib/python3.3 install -m 0644 ./Lib/sndhdr.py /usr/local/lib/python3.3 install -m 0644 ./Lib/socket.py /usr/local/lib/python3.3 install -m 0644 ./Lib/socketserver.py /usr/local/lib/python3.3 install -m 0644 ./Lib/sre_compile.py /usr/local/lib/python3.3 install -m 0644 ./Lib/sre_constants.py /usr/local/lib/python3.3 install -m 0644 ./Lib/sre_parse.py /usr/local/lib/python3.3 install -m 0644 ./Lib/ssl.py /usr/local/lib/python3.3 install -m 0644 ./Lib/stat.py /usr/local/lib/python3.3 install -m 0644 ./Lib/string.py /usr/local/lib/python3.3 install -m 0644 ./Lib/stringprep.py /usr/local/lib/python3.3 install -m 0644 ./Lib/struct.py /usr/local/lib/python3.3 install -m 0644 ./Lib/subprocess.py /usr/local/lib/python3.3 install -m 0644 ./Lib/sunau.py /usr/local/lib/python3.3 install -m 555 ./Lib/symbol.py /usr/local/lib/python3.3 install -m 0644 ./Lib/symtable.py /usr/local/lib/python3.3 install -m 0644 ./Lib/sysconfig.py /usr/local/lib/python3.3 install -m 555 ./Lib/tabnanny.py /usr/local/lib/python3.3 install -m 555 ./Lib/tarfile.py /usr/local/lib/python3.3 install -m 0644 ./Lib/telnetlib.py /usr/local/lib/python3.3 install -m 0644 ./Lib/tempfile.py /usr/local/lib/python3.3 install -m 0644 ./Lib/textwrap.py /usr/local/lib/python3.3 install -m 0644 ./Lib/this.py /usr/local/lib/python3.3 install -m 0644 ./Lib/threading.py /usr/local/lib/python3.3 install -m 555 ./Lib/timeit.py /usr/local/lib/python3.3 install -m 0644 ./Lib/token.py /usr/local/lib/python3.3 install -m 0644 ./Lib/tokenize.py /usr/local/lib/python3.3 install -m 555 ./Lib/trace.py /usr/local/lib/python3.3 install -m 0644 ./Lib/traceback.py /usr/local/lib/python3.3 install -m 0644 ./Lib/tty.py /usr/local/lib/python3.3 install -m 0644 ./Lib/turtle.py /usr/local/lib/python3.3 install -m 0644 ./Lib/types.py /usr/local/lib/python3.3 install -m 555 ./Lib/uu.py /usr/local/lib/python3.3 install -m 0644 ./Lib/uuid.py /usr/local/lib/python3.3 install -m 0644 ./Lib/warnings.py /usr/local/lib/python3.3 install -m 0644 ./Lib/wave.py /usr/local/lib/python3.3 install -m 0644 ./Lib/weakref.py /usr/local/lib/python3.3 install -m 555 ./Lib/webbrowser.py /usr/local/lib/python3.3 install -m 0644 ./Lib/xdrlib.py /usr/local/lib/python3.3 install -m 0644 ./Lib/zipfile.py /usr/local/lib/python3.3 install -m 0644 build/lib.freebsd-10.2-RELEASE-armv6-3.3/_sysconfigdata.py /usr/local/lib/python3.3 install -m 0644 ./Lib/tkinter/__init__.py /usr/local/lib/python3.3/tkinter install -m 0644 ./Lib/tkinter/__main__.py /usr/local/lib/python3.3/tkinter install -m 0644 ./Lib/tkinter/_fix.py /usr/local/lib/python3.3/tkinter install -m 0644 ./Lib/tkinter/colorchooser.py /usr/local/lib/python3.3/tkinter install -m 0644 ./Lib/tkinter/commondialog.py /usr/local/lib/python3.3/tkinter install -m 0644 ./Lib/tkinter/constants.py /usr/local/lib/python3.3/tkinter install -m 0644 ./Lib/tkinter/dialog.py /usr/local/lib/python3.3/tkinter install -m 0644 ./Lib/tkinter/dnd.py /usr/local/lib/python3.3/tkinter install -m 0644 ./Lib/tkinter/filedialog.py /usr/local/lib/python3.3/tkinter install -m 0644 ./Lib/tkinter/font.py /usr/local/lib/python3.3/tkinter install -m 0644 ./Lib/tkinter/messagebox.py /usr/local/lib/python3.3/tkinter install -m 0644 ./Lib/tkinter/scrolledtext.py /usr/local/lib/python3.3/tkinter install -m 0644 ./Lib/tkinter/simpledialog.py /usr/local/lib/python3.3/tkinter install -m 0644 ./Lib/tkinter/tix.py /usr/local/lib/python3.3/tkinter install -m 0644 ./Lib/tkinter/ttk.py /usr/local/lib/python3.3/tkinter install -m 0644 ./Lib/tkinter/test/README /usr/local/lib/python3.3/tkinter/test install -m 0644 ./Lib/tkinter/test/__init__.py /usr/local/lib/python3.3/tkinter/test install: /wrkdirs/usr/ports/lang/python33/work/stage/usr/local/lib/python3.3/tkinter/test/__init__.py: Bad address *** Error code 71 Stop. make[1]: stopped in /wrkdirs/usr/ports/lang/python33/work/Python-3.3.5 *** Error code 1 Stop. make: stopped in /usr/ports/lang/python33 ====>> Cleaning up wrkdir ===> Cleaning for python33-3.3.5_8 build of lang/python33 ended at Wed Dec 16 20:51:59 GMT 2015 build time: 00:03:48 !!! build failure encountered !!!