[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openembedded-core
Subject:    [OE-core] [PATCH 00/24] Add python3 recipes
From:       sgw () linux ! intel ! com (Saul Wold)
Date:       2013-07-31 23:05:29
Message-ID: 51F99839.4020003 () linux ! intel ! com
[Download RAW message or body]

On 07/31/2013 03:51 PM, Khem Raj wrote:
> 
> On Jul 31, 2013, at 3:49 PM, Saul Wold <sgw at linux.intel.com> wrote:
> 
> > 
> > Still seems to failing in Jinja, I wonder if the dependencies are correctly sinec \
> > it's nooking for native bits and the python3-native had not been installed yet. 
> > 
> 
> in my build from scratch several times, I never had this issue. Did you do an \
> incremental build to get to this issue ? 

Yes, most of my builds are incremental until I throw them against the 
Autobuilder!

It seems that I also got a do_package failure, seems like it might be a 
host contamination issue

> NOTE: DO PACKAGE QA
> ERROR: QA Issue: python3: The compile log indicates that host include and/or \
> library paths were used. Please check the log \
> '/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/temp/log.do_compile' \
>                 for more information.
> NOTE: Checking Package: libpython3

I attached my do_compile log.

Sau!

-------------- next part --------------
DEBUG: SITE files ['endian-big', 'bit-32', 'mips-common', 'common-linux', \
                'common-glibc', 'mips-linux', 'common']
DEBUG: Executing shell function do_compile
Skipping: _POSIX_C_SOURCE = 200809L
Skipping: _POSIX_C_SOURCE = 199506L
Skipping: _POSIX_C_SOURCE = 200112L
Skipping: _POSIX_C_SOURCE = 200809L
Warning - could not find file stdc
Skipping: __LEAF = , __leaf__
Skipping: __LEAF_ATTR = __attribute__ ((__leaf__))
Skipping: __THROW = __attribute__ ((__nothrow__ __LEAF))
Skipping: __THROWNL = __attribute__ ((__nothrow__))
Skipping: def __NTH(fct): return __attribute__ ((__nothrow__ __LEAF)) fct

Skipping: __THROW = throw ()
Skipping: __THROWNL = throw ()
Skipping: def __NTH(fct): return __LEAF_ATTR fct throw ()

Skipping: __inline = 
Skipping: __ptr_t = void *
Skipping: __long_double_t = long double
Skipping: __BEGIN_DECLS = extern "C" {
Skipping: __END_DECLS = }
Skipping: __BEGIN_NAMESPACE_STD = namespace std {
Skipping: __END_NAMESPACE_STD = }
Skipping: def __USING_NAMESPACE_STD(name): return using std::name;

Skipping: __BEGIN_NAMESPACE_C99 = namespace __c99 {
Skipping: __END_NAMESPACE_C99 = }
Skipping: def __USING_NAMESPACE_C99(name): return using __c99::name;

Skipping: __fortify_function = __extern_always_inline __attribute_artificial__
Skipping: __attribute_malloc__ = __attribute__ ((__malloc__))
Skipping: __attribute_malloc__ = 
Skipping: __attribute_pure__ = __attribute__ ((__pure__))
Skipping: __attribute_pure__ = 
Skipping: __attribute_const__ = __attribute__ ((__const__))
Skipping: __attribute_const__ = 
Skipping: __attribute_used__ = __attribute__ ((__used__))
Skipping: __attribute_noinline__ = __attribute__ ((__noinline__))
Skipping: __attribute_used__ = __attribute__ ((__unused__))
Skipping: __attribute_noinline__ = 
Skipping: __attribute_deprecated__ = __attribute__ ((__deprecated__))
Skipping: __attribute_deprecated__ = 
Skipping: def __nonnull(params): return __attribute__ ((__nonnull__ params))

Skipping: __attribute_warn_unused_result__ = \
   __attribute__ ((__warn_unused_result__))
Skipping: __wur = __attribute_warn_unused_result__
Skipping: __attribute_warn_unused_result__ = 
Skipping: __wur = 
Skipping: __always_inline = __inline __attribute__ ((__always_inline__))
Skipping: __always_inline = __inline
Skipping: __attribute_artificial__ = __attribute__ ((__artificial__))
Skipping: __attribute_artificial__ = 
Skipping: __extern_inline = extern __inline __attribute__ ((__gnu_inline__))
Skipping: __extern_always_inline = \
  extern __always_inline __attribute__ ((__gnu_inline__))
Skipping: __extern_inline = extern __inline
Skipping: __extern_always_inline = extern __always_inline
Skipping: __extern_inline = 
Skipping: __extern_always_inline = 
Skipping: __extension__ = 
Skipping: __restrict = 
Skipping: __restrict_arr = __restrict
Skipping: __restrict_arr = 
Skipping: __restrict_arr = restrict
Skipping: __restrict_arr = 
Skipping: __WORDSIZE = _MIPS_SZPTR
Warning - could not find file gnu/stubs
Warning - could not find file stddef.h
Skipping: RTLD_NEXT = ((void *) -1l)
Skipping: RTLD_DEFAULT = ((void *) 0)
Warning - could not find file asm
Skipping: __kernel_daddr_t = __kernel_daddr_t
Skipping: __kernel_fsid_t = __kernel_fsid_t
Skipping: __bitwise__ = __attribute__((bitwise))
Skipping: __bitwise = __bitwise__
Skipping: __aligned_u64 = __u64 __attribute__((aligned(8)))
Skipping: __aligned_be64 = __be64 __attribute__((aligned(8)))
Skipping: __aligned_le64 = __le64 __attribute__((aligned(8)))
Skipping: __arch_swab16 = __arch_swab16
Skipping: __arch_swab32 = __arch_swab32
Skipping: __arch_swab64 = __arch_swab64
Skipping: def ___constant_swab16(x): return ((__u16)(				\

Skipping: def ___constant_swab32(x): return ((__u32)(				\

Skipping: def ___constant_swab64(x): return ((__u64)(				\

Skipping: def ___constant_swahw32(x): return ((__u32)(			\

Skipping: def ___constant_swahb32(x): return ((__u32)(			\

Skipping: def __constant_cpu_to_le64(x): return ((__le64)___constant_swab64((x)))

Skipping: def __constant_cpu_to_le32(x): return ((__le32)___constant_swab32((x)))

Skipping: def __constant_cpu_to_le16(x): return ((__le16)___constant_swab16((x)))

Skipping: def __cpu_to_le64(x): return ((__le64)__swab64((x)))

Skipping: def __cpu_to_le32(x): return ((__le32)__swab32((x)))

Skipping: def __cpu_to_le16(x): return ((__le16)__swab16((x)))

Skipping: def __cpu_to_be64s(x): return do { (void)(x); } while (0)

Skipping: def __be64_to_cpus(x): return do { (void)(x); } while (0)

Skipping: def __cpu_to_be32s(x): return do { (void)(x); } while (0)

Skipping: def __be32_to_cpus(x): return do { (void)(x); } while (0)

Skipping: def __cpu_to_be16s(x): return do { (void)(x); } while (0)

Skipping: def __be16_to_cpus(x): return do { (void)(x); } while (0)

Skipping: def __constant_htonl(x): return ((__be32)___constant_swab32((x)))

Skipping: def __constant_htons(x): return ((__be16)___constant_swab16((x)))

Skipping: def __constant_cpu_to_be64(x): return ((__be64)___constant_swab64((x)))

Skipping: def __constant_cpu_to_be32(x): return ((__be32)___constant_swab32((x)))

Skipping: def __constant_cpu_to_be16(x): return ((__be16)___constant_swab16((x)))

Skipping: def __cpu_to_be64(x): return ((__be64)__swab64((x)))

Skipping: def __cpu_to_be32(x): return ((__be32)__swab32((x)))

Skipping: def __cpu_to_be16(x): return ((__be16)__swab16((x)))

Skipping: def __cpu_to_le64s(x): return do { (void)(x); } while (0)

Skipping: def __le64_to_cpus(x): return do { (void)(x); } while (0)

Skipping: def __cpu_to_le32s(x): return do { (void)(x); } while (0)

Skipping: def __le32_to_cpus(x): return do { (void)(x); } while (0)

Skipping: def __cpu_to_le16s(x): return do { (void)(x); } while (0)

Skipping: def __le16_to_cpus(x): return do { (void)(x); } while (0)

Skipping: EDRIVE_CANT_DO_THIS = EOPNOTSUPP
Skipping: CDSL_NONE = (INT_MAX-1)
Skipping: CDSL_CURRENT = INT_MAX
Skipping: _POSIX_C_SOURCE = 200809L
Skipping: _POSIX_C_SOURCE = 199506L
Skipping: _POSIX_C_SOURCE = 200112L
Skipping: _POSIX_C_SOURCE = 200809L
Warning - could not find file stdc
Skipping: __LEAF = , __leaf__
Skipping: __LEAF_ATTR = __attribute__ ((__leaf__))
Skipping: __THROW = __attribute__ ((__nothrow__ __LEAF))
Skipping: __THROWNL = __attribute__ ((__nothrow__))
Skipping: def __NTH(fct): return __attribute__ ((__nothrow__ __LEAF)) fct

Skipping: __THROW = throw ()
Skipping: __THROWNL = throw ()
Skipping: def __NTH(fct): return __LEAF_ATTR fct throw ()

Skipping: __inline = 
Skipping: __ptr_t = void *
Skipping: __long_double_t = long double
Skipping: __BEGIN_DECLS = extern "C" {
Skipping: __END_DECLS = }
Skipping: __BEGIN_NAMESPACE_STD = namespace std {
Skipping: __END_NAMESPACE_STD = }
Skipping: def __USING_NAMESPACE_STD(name): return using std::name;

Skipping: __BEGIN_NAMESPACE_C99 = namespace __c99 {
Skipping: __END_NAMESPACE_C99 = }
Skipping: def __USING_NAMESPACE_C99(name): return using __c99::name;

Skipping: __fortify_function = __extern_always_inline __attribute_artificial__
Skipping: __attribute_malloc__ = __attribute__ ((__malloc__))
Skipping: __attribute_malloc__ = 
Skipping: __attribute_pure__ = __attribute__ ((__pure__))
Skipping: __attribute_pure__ = 
Skipping: __attribute_const__ = __attribute__ ((__const__))
Skipping: __attribute_const__ = 
Skipping: __attribute_used__ = __attribute__ ((__used__))
Skipping: __attribute_noinline__ = __attribute__ ((__noinline__))
Skipping: __attribute_used__ = __attribute__ ((__unused__))
Skipping: __attribute_noinline__ = 
Skipping: __attribute_deprecated__ = __attribute__ ((__deprecated__))
Skipping: __attribute_deprecated__ = 
Skipping: def __nonnull(params): return __attribute__ ((__nonnull__ params))

Skipping: __attribute_warn_unused_result__ = \
   __attribute__ ((__warn_unused_result__))
Skipping: __wur = __attribute_warn_unused_result__
Skipping: __attribute_warn_unused_result__ = 
Skipping: __wur = 
Skipping: __always_inline = __inline __attribute__ ((__always_inline__))
Skipping: __always_inline = __inline
Skipping: __attribute_artificial__ = __attribute__ ((__artificial__))
Skipping: __attribute_artificial__ = 
Skipping: __extern_inline = extern __inline __attribute__ ((__gnu_inline__))
Skipping: __extern_always_inline = \
  extern __always_inline __attribute__ ((__gnu_inline__))
Skipping: __extern_inline = extern __inline
Skipping: __extern_always_inline = extern __always_inline
Skipping: __extern_inline = 
Skipping: __extern_always_inline = 
Skipping: __extension__ = 
Skipping: __restrict = 
Skipping: __restrict_arr = __restrict
Skipping: __restrict_arr = 
Skipping: __restrict_arr = restrict
Skipping: __restrict_arr = 
Skipping: __WORDSIZE = _MIPS_SZPTR
Warning - could not find file gnu/stubs
Skipping: __WCHAR_MAX = __WCHAR_MAX__
Skipping: __WCHAR_MAX = (0xffffffffu + Lord('\0'))
Skipping: __WCHAR_MAX = (0x7fffffff + Lord('\0'))
Skipping: __WCHAR_MIN = __WCHAR_MIN__
Skipping: __WCHAR_MIN = (Lord('\0') + 0)
Skipping: __WCHAR_MIN = (-__WCHAR_MAX - 1)
Skipping: UINT32_MAX = (4294967295U)
Skipping: UINT_LEAST32_MAX = (4294967295U)
Skipping: INT_FAST16_MIN = (-9223372036854775807L-1)
Skipping: INT_FAST32_MIN = (-9223372036854775807L-1)
Skipping: INT_FAST16_MAX = (9223372036854775807L)
Skipping: INT_FAST32_MAX = (9223372036854775807L)
Skipping: UINT_FAST16_MAX = (18446744073709551615UL)
Skipping: UINT_FAST32_MAX = (18446744073709551615UL)
Skipping: UINT_FAST16_MAX = (4294967295U)
Skipping: UINT_FAST32_MAX = (4294967295U)
Skipping: INTPTR_MIN = (-9223372036854775807L-1)
Skipping: INTPTR_MAX = (9223372036854775807L)
Skipping: UINTPTR_MAX = (18446744073709551615UL)
Skipping: UINTPTR_MAX = (4294967295U)
Skipping: PTRDIFF_MIN = (-9223372036854775807L-1)
Skipping: PTRDIFF_MAX = (9223372036854775807L)
Skipping: SIZE_MAX = (18446744073709551615UL)
Skipping: SIZE_MAX = (4294967295U)
Skipping: WCHAR_MIN = __WCHAR_MIN
Skipping: WCHAR_MAX = __WCHAR_MAX
Skipping: WINT_MIN = (0u)
Skipping: WINT_MAX = (4294967295u)
Skipping: __S16_TYPE = short int
Skipping: __U16_TYPE = unsigned short int
Skipping: __U32_TYPE = unsigned int
Skipping: __SLONGWORD_TYPE = long int
Skipping: __ULONGWORD_TYPE = unsigned long int
Skipping: __SQUAD_TYPE = __quad_t
Skipping: __UQUAD_TYPE = __u_quad_t
Skipping: __UWORD_TYPE = unsigned int
Skipping: __SLONG32_TYPE = long int
Skipping: __ULONG32_TYPE = unsigned long int
Skipping: __S64_TYPE = __quad_t
Skipping: __U64_TYPE = __u_quad_t
Skipping: __STD_TYPE = __extension__ typedef
Skipping: __SQUAD_TYPE = long int
Skipping: __UQUAD_TYPE = unsigned long int
Skipping: __SWORD_TYPE = long int
Skipping: __UWORD_TYPE = unsigned long int
Skipping: __ULONG32_TYPE = unsigned int
Skipping: __S64_TYPE = long int
Skipping: __U64_TYPE = unsigned long int
Skipping: __STD_TYPE = typedef
Skipping: __DEV_T_TYPE = __UQUAD_TYPE
Skipping: __UID_T_TYPE = __U32_TYPE
Skipping: __GID_T_TYPE = __U32_TYPE
Skipping: __INO_T_TYPE = __ULONGWORD_TYPE
Skipping: __INO64_T_TYPE = __UQUAD_TYPE
Skipping: __MODE_T_TYPE = __U32_TYPE
Skipping: __NLINK_T_TYPE = __UWORD_TYPE
Skipping: __OFF_T_TYPE = __SLONGWORD_TYPE
Skipping: __OFF64_T_TYPE = __SQUAD_TYPE
Skipping: __RLIM_T_TYPE = __ULONGWORD_TYPE
Skipping: __RLIM64_T_TYPE = __UQUAD_TYPE
Skipping: __BLKCNT_T_TYPE = __SLONGWORD_TYPE
Skipping: __BLKCNT64_T_TYPE = __SQUAD_TYPE
Skipping: __FSBLKCNT_T_TYPE = __ULONGWORD_TYPE
Skipping: __FSBLKCNT64_T_TYPE = __UQUAD_TYPE
Skipping: __FSFILCNT_T_TYPE = __ULONGWORD_TYPE
Skipping: __FSFILCNT64_T_TYPE = __UQUAD_TYPE
Skipping: __ID_T_TYPE = __U32_TYPE
Skipping: __CLOCK_T_TYPE = __SLONGWORD_TYPE
Skipping: __TIME_T_TYPE = __SLONGWORD_TYPE
Skipping: __USECONDS_T_TYPE = __U32_TYPE
Skipping: __SUSECONDS_T_TYPE = __SLONGWORD_TYPE
Skipping: __TIMER_T_TYPE = void *
Skipping: __BLKSIZE_T_TYPE = __SLONGWORD_TYPE
Skipping: __FSID_T_TYPE = struct { int __val[2]; }
Skipping: __SYSCALL_SLONG_TYPE = __SLONGWORD_TYPE
Skipping: __SYSCALL_ULONG_TYPE = __ULONGWORD_TYPE
Warning - could not find file stddef.h
Skipping: CLOCKS_PER_SEC = 1000000l
Skipping: CLK_TCK = ((__clock_t) __sysconf (2))
Skipping: CLK_TCK = CLOCKS_PER_SEC
Warning - could not find file bits/byteswap
Skipping: _SIGSET_NWORDS = (1024 / (8 * sizeof (unsigned long int)))
Skipping: _EXTERN_INLINE = __extern_inline
Skipping: def __sigword(sig): return (((sig) - 1) / (8 * sizeof (unsigned long int)))

Skipping: __NFDBITS = (8 * (int) sizeof (__fd_mask))
Skipping: def __FD_MASK(d): return ((__fd_mask) 1 << ((d) % __NFDBITS))

Skipping: def __FDS_BITS(set): return ((set)->fds_bits)

Skipping: def __FDS_BITS(set): return ((set)->__fds_bits)

Skipping: NFDBITS = __NFDBITS
Skipping: preadv = preadv64
Skipping: pwritev = pwritev64
Skipping: SOCK_DGRAM = SOCK_DGRAM
Skipping: SOCK_STREAM = SOCK_STREAM
Skipping: SOCK_RAW = SOCK_RAW
Skipping: SOCK_RDM = SOCK_RDM
Skipping: SOCK_SEQPACKET = SOCK_SEQPACKET
Skipping: SOCK_DCCP = SOCK_DCCP
Skipping: SOCK_PACKET = SOCK_PACKET
Skipping: SOCK_CLOEXEC = SOCK_CLOEXEC
Skipping: SOCK_NONBLOCK = SOCK_NONBLOCK
Skipping: __SOCKADDR_COMMON_SIZE = (sizeof (unsigned short int))
Skipping: __ss_aligntype = unsigned long int
Skipping: _SS_PADSIZE = (_SS_SIZE - (2 * sizeof (__ss_aligntype)))
Skipping: MSG_OOB = MSG_OOB
Skipping: MSG_PEEK = MSG_PEEK
Skipping: MSG_DONTROUTE = MSG_DONTROUTE
Skipping: MSG_TRYHARD = MSG_DONTROUTE
Skipping: MSG_CTRUNC = MSG_CTRUNC
Skipping: MSG_PROXY = MSG_PROXY
Skipping: MSG_TRUNC = MSG_TRUNC
Skipping: MSG_DONTWAIT = MSG_DONTWAIT
Skipping: MSG_EOR = MSG_EOR
Skipping: MSG_WAITALL = MSG_WAITALL
Skipping: MSG_FIN = MSG_FIN
Skipping: MSG_SYN = MSG_SYN
Skipping: MSG_CONFIRM = MSG_CONFIRM
Skipping: MSG_RST = MSG_RST
Skipping: MSG_ERRQUEUE = MSG_ERRQUEUE
Skipping: MSG_NOSIGNAL = MSG_NOSIGNAL
Skipping: MSG_MORE = MSG_MORE
Skipping: MSG_WAITFORONE = MSG_WAITFORONE
Skipping: MSG_FASTOPEN = MSG_FASTOPEN
Skipping: MSG_CMSG_CLOEXEC = MSG_CMSG_CLOEXEC
Skipping: def CMSG_DATA(cmsg): return ((cmsg)->__cmsg_data)

Skipping: def CMSG_DATA(cmsg): return ((unsigned char *) ((struct cmsghdr *) (cmsg) + \
1))

Skipping: def CMSG_ALIGN(len): return (((len) + sizeof (size_t) - 1) \

Skipping: def CMSG_SPACE(len): return (CMSG_ALIGN (len) \

Skipping: def CMSG_LEN(len): return (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len))

Skipping: _EXTERN_INLINE = __extern_inline
Skipping: SCM_RIGHTS = SCM_RIGHTS
Skipping: SCM_CREDENTIALS = SCM_CREDENTIALS
Skipping: _IOC_NONE = 1U
Skipping: _IOC_READ = 2U
Skipping: _IOC_WRITE = 4U
Warning - could not find file asm
Skipping: FIOGETOWN = _IOR(ord('f'), 123, int)
Skipping: FIOSETOWN = _IOW(ord('f'), 124, int)
Skipping: SIOCATMARK = _IOR(ord('s'), 7, int)
Skipping: SIOCSPGRP = _IOW(ord('s'), 8, pid_t)
Skipping: SIOCGPGRP = _IOR(ord('s'), 9, pid_t)
Skipping: SHUT_RD = SHUT_RD
Skipping: SHUT_WR = SHUT_WR
Skipping: SHUT_RDWR = SHUT_RDWR
Skipping: __SOCKADDR_ARG = struct sockaddr *__restrict
Skipping: __CONST_SOCKADDR_ARG = const struct sockaddr *
Skipping: __SOCKADDR_ALLTYPES = \
  __SOCKADDR_ONETYPE (sockaddr) \
  __SOCKADDR_ONETYPE (sockaddr_at) \
  __SOCKADDR_ONETYPE (sockaddr_ax25) \
  __SOCKADDR_ONETYPE (sockaddr_dl) \
  __SOCKADDR_ONETYPE (sockaddr_eon) \
  __SOCKADDR_ONETYPE (sockaddr_in) \
  __SOCKADDR_ONETYPE (sockaddr_in6) \
  __SOCKADDR_ONETYPE (sockaddr_inarp) \
  __SOCKADDR_ONETYPE (sockaddr_ipx) \
  __SOCKADDR_ONETYPE (sockaddr_iso) \
  __SOCKADDR_ONETYPE (sockaddr_ns) \
  __SOCKADDR_ONETYPE (sockaddr_un) \
  __SOCKADDR_ONETYPE (sockaddr_x25)
Skipping: def __SOCKADDR_ONETYPE(type): return struct type *__restrict __##type##__;

Skipping: def __SOCKADDR_ONETYPE(type): return const struct type *__restrict \
__##type##__;

Skipping: IPPROTO_IP = IPPROTO_IP
Skipping: IPPROTO_HOPOPTS = IPPROTO_HOPOPTS
Skipping: IPPROTO_ICMP = IPPROTO_ICMP
Skipping: IPPROTO_IGMP = IPPROTO_IGMP
Skipping: IPPROTO_IPIP = IPPROTO_IPIP
Skipping: IPPROTO_TCP = IPPROTO_TCP
Skipping: IPPROTO_EGP = IPPROTO_EGP
Skipping: IPPROTO_PUP = IPPROTO_PUP
Skipping: IPPROTO_UDP = IPPROTO_UDP
Skipping: IPPROTO_IDP = IPPROTO_IDP
Skipping: IPPROTO_TP = IPPROTO_TP
Skipping: IPPROTO_DCCP = IPPROTO_DCCP
Skipping: IPPROTO_IPV6 = IPPROTO_IPV6
Skipping: IPPROTO_ROUTING = IPPROTO_ROUTING
Skipping: IPPROTO_FRAGMENT = IPPROTO_FRAGMENT
Skipping: IPPROTO_RSVP = IPPROTO_RSVP
Skipping: IPPROTO_GRE = IPPROTO_GRE
Skipping: IPPROTO_ESP = IPPROTO_ESP
Skipping: IPPROTO_AH = IPPROTO_AH
Skipping: IPPROTO_ICMPV6 = IPPROTO_ICMPV6
Skipping: IPPROTO_NONE = IPPROTO_NONE
Skipping: IPPROTO_DSTOPTS = IPPROTO_DSTOPTS
Skipping: IPPROTO_MTP = IPPROTO_MTP
Skipping: IPPROTO_ENCAP = IPPROTO_ENCAP
Skipping: IPPROTO_PIM = IPPROTO_PIM
Skipping: IPPROTO_COMP = IPPROTO_COMP
Skipping: IPPROTO_SCTP = IPPROTO_SCTP
Skipping: IPPROTO_UDPLITE = IPPROTO_UDPLITE
Skipping: IPPROTO_RAW = IPPROTO_RAW
Skipping: INADDR_ANY = ((in_addr_t) 0x00000000)
Skipping: INADDR_BROADCAST = ((in_addr_t) 0xffffffff)
Skipping: INADDR_NONE = ((in_addr_t) 0xffffffff)
Skipping: INADDR_LOOPBACK = ((in_addr_t) 0x7f000001)
Skipping: INADDR_UNSPEC_GROUP = ((in_addr_t) 0xe0000000)
Skipping: INADDR_ALLHOSTS_GROUP = ((in_addr_t) 0xe0000001)
Skipping: INADDR_ALLRTRS_GROUP = ((in_addr_t) 0xe0000002)
Skipping: INADDR_MAX_LOCAL_GROUP = ((in_addr_t) 0xe00000ff)
Skipping: s6_addr = __in6_u.__u6_addr8
Skipping: s6_addr16 = __in6_u.__u6_addr16
Skipping: s6_addr32 = __in6_u.__u6_addr32
Skipping: IN6ADDR_ANY_INIT = { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } }
Skipping: IN6ADDR_LOOPBACK_INIT = { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } }
Skipping: def IP_MSFILTER_SIZE(numsrc): return (sizeof (struct ip_msfilter) \

Skipping: def GROUP_FILTER_SIZE(numsrc): return (sizeof (struct group_filter) \

Skipping: IP_RECVRETOPTS = IP_RETOPTS
Skipping: SCM_SRCRT = IPV6_RXSRCRT
Skipping: def IN6_IS_ADDR_MULTICAST(a): return (((const uint8_t *) (a))[0] == 0xff)

Skipping: _POSIX_C_SOURCE = 200809L
Skipping: _POSIX_C_SOURCE = 199506L
Skipping: _POSIX_C_SOURCE = 200112L
Skipping: _POSIX_C_SOURCE = 200809L
Warning - could not find file stdc
Skipping: __LEAF = , __leaf__
Skipping: __LEAF_ATTR = __attribute__ ((__leaf__))
Skipping: __THROW = __attribute__ ((__nothrow__ __LEAF))
Skipping: __THROWNL = __attribute__ ((__nothrow__))
Skipping: def __NTH(fct): return __attribute__ ((__nothrow__ __LEAF)) fct

Skipping: __THROW = throw ()
Skipping: __THROWNL = throw ()
Skipping: def __NTH(fct): return __LEAF_ATTR fct throw ()

Skipping: __inline = 
Skipping: __ptr_t = void *
Skipping: __long_double_t = long double
Skipping: __BEGIN_DECLS = extern "C" {
Skipping: __END_DECLS = }
Skipping: __BEGIN_NAMESPACE_STD = namespace std {
Skipping: __END_NAMESPACE_STD = }
Skipping: def __USING_NAMESPACE_STD(name): return using std::name;

Skipping: __BEGIN_NAMESPACE_C99 = namespace __c99 {
Skipping: __END_NAMESPACE_C99 = }
Skipping: def __USING_NAMESPACE_C99(name): return using __c99::name;

Skipping: __fortify_function = __extern_always_inline __attribute_artificial__
Skipping: __attribute_malloc__ = __attribute__ ((__malloc__))
Skipping: __attribute_malloc__ = 
Skipping: __attribute_pure__ = __attribute__ ((__pure__))
Skipping: __attribute_pure__ = 
Skipping: __attribute_const__ = __attribute__ ((__const__))
Skipping: __attribute_const__ = 
Skipping: __attribute_used__ = __attribute__ ((__used__))
Skipping: __attribute_noinline__ = __attribute__ ((__noinline__))
Skipping: __attribute_used__ = __attribute__ ((__unused__))
Skipping: __attribute_noinline__ = 
Skipping: __attribute_deprecated__ = __attribute__ ((__deprecated__))
Skipping: __attribute_deprecated__ = 
Skipping: def __nonnull(params): return __attribute__ ((__nonnull__ params))

Skipping: __attribute_warn_unused_result__ = \
   __attribute__ ((__warn_unused_result__))
Skipping: __wur = __attribute_warn_unused_result__
Skipping: __attribute_warn_unused_result__ = 
Skipping: __wur = 
Skipping: __always_inline = __inline __attribute__ ((__always_inline__))
Skipping: __always_inline = __inline
Skipping: __attribute_artificial__ = __attribute__ ((__artificial__))
Skipping: __attribute_artificial__ = 
Skipping: __extern_inline = extern __inline __attribute__ ((__gnu_inline__))
Skipping: __extern_always_inline = \
  extern __always_inline __attribute__ ((__gnu_inline__))
Skipping: __extern_inline = extern __inline
Skipping: __extern_always_inline = extern __always_inline
Skipping: __extern_inline = 
Skipping: __extern_always_inline = 
Skipping: __extension__ = 
Skipping: __restrict = 
Skipping: __restrict_arr = __restrict
Skipping: __restrict_arr = 
Skipping: __restrict_arr = restrict
Skipping: __restrict_arr = 
Skipping: __WORDSIZE = _MIPS_SZPTR
Warning - could not find file gnu/stubs
Skipping: __S16_TYPE = short int
Skipping: __U16_TYPE = unsigned short int
Skipping: __U32_TYPE = unsigned int
Skipping: __SLONGWORD_TYPE = long int
Skipping: __ULONGWORD_TYPE = unsigned long int
Skipping: __SQUAD_TYPE = __quad_t
Skipping: __UQUAD_TYPE = __u_quad_t
Skipping: __UWORD_TYPE = unsigned int
Skipping: __SLONG32_TYPE = long int
Skipping: __ULONG32_TYPE = unsigned long int
Skipping: __S64_TYPE = __quad_t
Skipping: __U64_TYPE = __u_quad_t
Skipping: __STD_TYPE = __extension__ typedef
Skipping: __SQUAD_TYPE = long int
Skipping: __UQUAD_TYPE = unsigned long int
Skipping: __SWORD_TYPE = long int
Skipping: __UWORD_TYPE = unsigned long int
Skipping: __ULONG32_TYPE = unsigned int
Skipping: __S64_TYPE = long int
Skipping: __U64_TYPE = unsigned long int
Skipping: __STD_TYPE = typedef
Skipping: __DEV_T_TYPE = __UQUAD_TYPE
Skipping: __UID_T_TYPE = __U32_TYPE
Skipping: __GID_T_TYPE = __U32_TYPE
Skipping: __INO_T_TYPE = __ULONGWORD_TYPE
Skipping: __INO64_T_TYPE = __UQUAD_TYPE
Skipping: __MODE_T_TYPE = __U32_TYPE
Skipping: __NLINK_T_TYPE = __UWORD_TYPE
Skipping: __OFF_T_TYPE = __SLONGWORD_TYPE
Skipping: __OFF64_T_TYPE = __SQUAD_TYPE
Skipping: __RLIM_T_TYPE = __ULONGWORD_TYPE
Skipping: __RLIM64_T_TYPE = __UQUAD_TYPE
Skipping: __BLKCNT_T_TYPE = __SLONGWORD_TYPE
Skipping: __BLKCNT64_T_TYPE = __SQUAD_TYPE
Skipping: __FSBLKCNT_T_TYPE = __ULONGWORD_TYPE
Skipping: __FSBLKCNT64_T_TYPE = __UQUAD_TYPE
Skipping: __FSFILCNT_T_TYPE = __ULONGWORD_TYPE
Skipping: __FSFILCNT64_T_TYPE = __UQUAD_TYPE
Skipping: __ID_T_TYPE = __U32_TYPE
Skipping: __CLOCK_T_TYPE = __SLONGWORD_TYPE
Skipping: __TIME_T_TYPE = __SLONGWORD_TYPE
Skipping: __USECONDS_T_TYPE = __U32_TYPE
Skipping: __SUSECONDS_T_TYPE = __SLONGWORD_TYPE
Skipping: __TIMER_T_TYPE = void *
Skipping: __BLKSIZE_T_TYPE = __SLONGWORD_TYPE
Skipping: __FSID_T_TYPE = struct { int __val[2]; }
Skipping: __SYSCALL_SLONG_TYPE = __SLONGWORD_TYPE
Skipping: __SYSCALL_ULONG_TYPE = __ULONGWORD_TYPE
Warning - could not find file stddef.h
Skipping: CLOCKS_PER_SEC = 1000000l
Skipping: CLK_TCK = ((__clock_t) __sysconf (2))
Skipping: CLK_TCK = CLOCKS_PER_SEC
Warning - could not find file bits/byteswap
Skipping: _SIGSET_NWORDS = (1024 / (8 * sizeof (unsigned long int)))
Skipping: _EXTERN_INLINE = __extern_inline
Skipping: def __sigword(sig): return (((sig) - 1) / (8 * sizeof (unsigned long int)))

Skipping: __NFDBITS = (8 * (int) sizeof (__fd_mask))
Skipping: def __FD_MASK(d): return ((__fd_mask) 1 << ((d) % __NFDBITS))

Skipping: def __FDS_BITS(set): return ((set)->fds_bits)

Skipping: def __FDS_BITS(set): return ((set)->__fds_bits)

Skipping: NFDBITS = __NFDBITS
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2
NOTE: make -j 16 CROSS_COMPILE=yes \
HOSTPGEN=/srv/hdd/builds/world/tmp/sysroots/x86_64-linux/usr/bin/python3-native/pgen \
HOSTPYTHON=/srv/hdd/builds/world/tmp/sysroots/x86_64-linux/usr/bin/python3-native/python3 \
STAGING_LIBDIR=/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib \
STAGING_BASELIBDIR=/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
STAGING_INCDIR=/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
BUILD_SYS=x86_64-linux HOST_SYS=mips-poky-linux LIB=lib ARCH=mips OPT= -O2 -pipe -g \
-feliminate-unused-debug-types libpython3.so mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Parser/node.o Parser/node.c mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/accu.o Objects/accu.c mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c \
mips-poky-linux-gcc  -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c \
mips-poky-linux-gcc  -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/bytesobject.o Objects/bytesobject.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c \
mips-poky-linux-gcc  -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/memoryobject.o Objects/memoryobject.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
mips-poky-linux-gcc  -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/capsule.o Objects/capsule.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c \
mips-poky-linux-gcc  -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c \
mips-poky-linux-gcc  -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c make Parser/pgen
mips-poky-linux-gcc  -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c make[1]: Entering \
directory `/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2'
 mips-poky-linux-gcc  -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/dynamic_annotations.o Python/dynamic_annotations.c \
mips-poky-linux-gcc  -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/errors.o Python/errors.c mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/pyctype.o Python/pyctype.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Parser/tokenizer_pgen.o Parser/tokenizer_pgen.c \
mips-poky-linux-gcc  -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/future.o Python/future.c mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Parser/printgrammar.o Parser/printgrammar.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -DPLATFORM='"linux"' -DARCH='"mips"' -DLIB='"lib"' -o \
Python/getplatform.o ./Python/getplatform.c mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/import.o Python/import.c mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Parser/parsetok_pgen.o Parser/parsetok_pgen.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Parser/pgenmain.o Parser/pgenmain.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/pytime.o Python/pytime.c mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/random.o Python/random.c mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -O2 -pipe -g \
-feliminate-unused-debug-types -Wl,-O1  -Wl,--as-needed -Wl,-O1  -Wl,--as-needed \
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 Objects/obmalloc.o Python/dynamic_annotations.o Python/mysnprintf.o \
Python/pyctype.o Parser/tokenizer_pgen.o Parser/printgrammar.o Parser/parsetok_pgen.o \
Parser/pgenmain.o -lpthread -ldl  -lpthread -lutil -o Parser/pgen mips-poky-linux-gcc \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
                -DPy_BUILD_CORE \
		-DABIFLAGS='"m"' \
		-o Python/sysmodule.o ./Python/sysmodule.c
mips-poky-linux-gcc  -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c make[1]: Leaving directory \
                `/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2'
                
/srv/hdd/builds/world/tmp/sysroots/x86_64-linux/usr/bin/python3-native/pgen \
./Grammar/Grammar Include/graminit.h Python/graminit.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/dtoa.o Python/dtoa.c mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c \
mips-poky-linux-gcc  -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/fileutils.o Python/fileutils.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
                -DPy_BUILD_CORE \
		-DSOABI='"cpython-33m"' \
		-o Python/dynload_shlib.o ./Python/dynload_shlib.c
mips-poky-linux-gcc  -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/thread.o Python/thread.c mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Modules/config.o Modules/config.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
                -DPy_BUILD_CORE -DPYTHONPATH='":plat-linux"' \
		-DPREFIX='"/usr"' \
		-DEXEC_PREFIX='"/usr"' \
		-DVERSION='"3.3"' \
		-DVPATH='""' \
		-DARCH='"mips"' -DLIB='"lib"' \
		-o Modules/getpath.o ./Modules/getpath.c
mips-poky-linux-gcc  -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Modules/main.o Modules/main.c mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-c ./Modules/_threadmodule.c -o Modules/_threadmodule.o mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-c ./Modules/signalmodule.c -o Modules/signalmodule.o mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-c ./Modules/posixmodule.c -o Modules/posixmodule.o mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-c ./Modules/errnomodule.c -o Modules/errnomodule.o mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-c ./Modules/pwdmodule.c -o Modules/pwdmodule.o mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-c ./Modules/_sre.c -o Modules/_sre.o mips-poky-linux-gcc  -meb -mabi=32 -mhard-float \
-march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-c ./Modules/_weakref.c -o Modules/_weakref.o mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-c ./Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-c ./Modules/operator.c -o Modules/operator.o mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-c ./Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o mips-poky-linux-gcc \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-c ./Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-c ./Modules/_localemodule.c -o Modules/_localemodule.o mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-I./Modules/_io -c ./Modules/_io/_iomodule.c -o Modules/_iomodule.o \
mips-poky-linux-gcc  -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-I./Modules/_io -c ./Modules/_io/iobase.c -o Modules/iobase.o mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-I./Modules/_io -c ./Modules/_io/fileio.c -o Modules/fileio.o mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-I./Modules/_io -c ./Modules/_io/bytesio.c -o Modules/bytesio.o mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-I./Modules/_io -c ./Modules/_io/bufferedio.c -o Modules/bufferedio.o \
mips-poky-linux-gcc  -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-I./Modules/_io -c ./Modules/_io/textio.c -o Modules/textio.o mips-poky-linux-gcc  \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-I./Modules/_io -c ./Modules/_io/stringio.c -o Modules/stringio.o mips-poky-linux-gcc \
-meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-c ./Modules/zipimport.c -o Modules/zipimport.o mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-c ./Modules/faulthandler.c -o Modules/faulthandler.o mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-c ./Modules/symtablemodule.c -o Modules/symtablemodule.o mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-c ./Modules/zlibmodule.c -o Modules/zlibmodule.o mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wno-unused-result -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe \
-g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE \
-c ./Modules/xxsubtype.c -o Modules/xxsubtype.o mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/ast.o Python/ast.c mips-poky-linux-gcc  -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/compile.o Python/compile.c make Include/graminit.h
make[1]: Entering directory \
`/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2' \
make[1]: `Include/graminit.h' is up to date. make[1]: Leaving directory \
`/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2' \
touch Python/graminit.c mips-poky-linux-gcc  -meb -mabi=32 -mhard-float -march=mips32 \
-DNDEBUG -fno-inline --sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c \
-Wno-unused-result -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types   -I. \
-IInclude -I./Include   -fPIC -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c \
mips-poky-linux-gcc  -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
                -DPy_BUILD_CORE \
	      -DHGVERSION="\"`LC_ALL=C `\"" \
	      -DHGTAG="\"`LC_ALL=C `\"" \
	      -DHGBRANCH="\"`LC_ALL=C `\"" \
	      -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
if test libpython3.3m.so.1.0 != libpython3.3m.so; then \
		mips-poky-linux-gcc  -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1  \
-Wl,--as-needed -Wl,-O1  -Wl,--as-needed -Wl,-hlibpython3.3m.so.1.0 -o \
libpython3.3m.so.1.0 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/zlibmodule.o  \
Modules/xxsubtype.o Python/frozen.o -lz   -lpthread -ldl  -lpthread -lutil  -lm ; \  \
ln -f libpython3.3m.so.1.0 libpython3.3m.so; \  else \
		mips-poky-linux-gcc  -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1  \
-Wl,--as-needed -Wl,-O1  -Wl,--as-needed -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/zlibmodule.o  \
Modules/xxsubtype.o Python/frozen.o -lz   -lpthread -ldl  -lpthread -lutil  -lm ; \  \
fi mips-poky-linux-gcc  -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1  \
-Wl,--as-needed -Wl,-O1  -Wl,--as-needed -Wl,--no-as-needed -o libpython3.so \
                -Wl,-hlibpython3.so libpython3.3m.so
oe_libinstall: cd /srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2
                
oe_libinstall: install -d /srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/
oe_libinstall: install -m 0755 libpython3.3m.so \
                /srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/
oe_libinstall: install -m 0755 libpython3.3m.so.1.0 \
                /srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/
oe_libinstall: ln -sf libpython3.3m.so.1.0 \
                /srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/libpython3.3m.so
oe_libinstall: cd /srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2
                
NOTE: make -j 16 CROSS_COMPILE=yes \
HOSTPGEN=/srv/hdd/builds/world/tmp/sysroots/x86_64-linux/usr/bin/python-native3/pgen \
HOSTPYTHON=/srv/hdd/builds/world/tmp/sysroots/x86_64-linux/usr/bin/python-native3/python3 \
STAGING_LIBDIR=/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib \
STAGING_INCDIR=/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
STAGING_BASELIBDIR=/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
BUILD_SYS=x86_64-linux HOST_SYS=mips-poky-linux LIB=lib ARCH=mips OPT= -O2 -pipe -g \
-feliminate-unused-debug-types mips-poky-linux-gcc  -meb -mabi=32 -mhard-float \
-march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c rm -f libpython3.3m.a
/usr/bin/install -c -m 644 ./Tools/gdb/libpython.py python-gdb.py
mips-poky-linux-ar rc libpython3.3m.a Modules/getbuildinfo.o
mips-poky-linux-gcc  -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -c -Wno-unused-result -O2 -pipe \
-g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -O2 \
-pipe -g -feliminate-unused-debug-types   -I. -IInclude -I./Include   -fPIC \
-DPy_BUILD_CORE -o Modules/_testembed.o ./Modules/_testembed.c mips-poky-linux-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 mips-poky-linux-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 mips-poky-linux-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 mips-poky-linux-ar rc \
libpython3.3m.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o  \
mips-poky-linux-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/zlibmodule.o  Modules/xxsubtype.o mips-poky-linux-ranlib libpython3.3m.a
mips-poky-linux-gcc  -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wl,-O1  -Wl,--as-needed \
-Wl,-O1  -Wl,--as-needed -Xlinker -export-dynamic -o python Modules/python.o -L. \
-lpython3.3m -lpthread -ldl  -lpthread -lutil -lz   -lm   mips-poky-linux-gcc  -meb \
-mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -Wl,-O1  -Wl,--as-needed \
-Wl,-O1  -Wl,--as-needed -Xlinker -export-dynamic -o Modules/_testembed \
Modules/_testembed.o -L. -lpython3.3m -lpthread -ldl  -lpthread -lutil -lz   -lm   \
_PYTHON_PROJECT_BASE=/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 \
_PYTHON_HOST_PLATFORM=linux-mips PYTHONPATH=./Lib:./Lib/plat-linux python3.3 -S -m \
sysconfig --generate-posix-vars running build
running build_ext
INFO: Can't locate Tcl/Tk libs and/or headers
building '_struct' extension
creating build/temp.linux-mips-3.3/srv
creating build/temp.linux-mips-3.3/srv/hdd
creating build/temp.linux-mips-3.3/srv/hdd/builds
creating build/temp.linux-mips-3.3/srv/hdd/builds/world
creating build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp
creating build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work
creating build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux
creating build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3
 creating build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0
 creating build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2
 creating build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_struct.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_struct.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_struct.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_struct.cpython-33m.so building '_ctypes_test' extension
creating build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_ctypes
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_ctypes/_ctypes_test.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_ctypes/_ctypes_test.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_ctypes/_ctypes_test.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_ctypes_test.cpython-33m.so building 'array' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/arraymodule.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/arraymodule.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/arraymodule.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/array.cpython-33m.so building 'cmath' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cmathmodule.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cmathmodule.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_math.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_math.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cmathmodule.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_math.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lm -lpython3.3m -o \
build/lib.linux-mips-3.3/cmath.cpython-33m.so building 'math' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/mathmodule.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/mathmodule.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_math.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_math.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/mathmodule.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_math.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lm -lpython3.3m -o \
build/lib.linux-mips-3.3/math.cpython-33m.so building 'time' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/timemodule.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/timemodule.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/timemodule.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/time.cpython-33m.so building '_datetime' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_datetimemodule.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_datetimemodule.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_datetimemodule.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_datetime.cpython-33m.so building '_random' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_randommodule.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_randommodule.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_randommodule.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_random.cpython-33m.so building '_bisect' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_bisectmodule.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_bisectmodule.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_bisectmodule.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_bisect.cpython-33m.so building '_heapq' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_heapqmodule.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_heapqmodule.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_heapqmodule.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_heapq.cpython-33m.so building '_pickle' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_pickle.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_pickle.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_pickle.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_pickle.cpython-33m.so building 'atexit' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/atexitmodule.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/atexitmodule.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/atexitmodule.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/atexit.cpython-33m.so building '_json' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_json.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_json.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_json.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_json.cpython-33m.so building '_testcapi' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_testcapimodule.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_testcapimodule.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_testcapimodule.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_testcapi.cpython-33m.so building '_testbuffer' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_testbuffer.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_testbuffer.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_testbuffer.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_testbuffer.cpython-33m.so building '_lsprof' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_lsprof.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_lsprof.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/rotatingtree.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/rotatingtree.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_lsprof.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/rotatingtree.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_lsprof.cpython-33m.so building 'unicodedata' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/unicodedata.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/unicodedata.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/unicodedata.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/unicodedata.cpython-33m.so building 'fcntl' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/fcntlmodule.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/fcntlmodule.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/fcntlmodule.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/fcntl.cpython-33m.so building 'grp' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/grpmodule.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/grpmodule.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/grpmodule.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/grp.cpython-33m.so building 'spwd' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/spwdmodule.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/spwdmodule.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/spwdmodule.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/spwd.cpython-33m.so building 'select' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/selectmodule.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/selectmodule.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/selectmodule.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/select.cpython-33m.so building 'parser' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/parsermodule.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/parsermodule.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/parsermodule.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/parser.cpython-33m.so building 'mmap' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/mmapmodule.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/mmapmodule.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/mmapmodule.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/mmap.cpython-33m.so building 'syslog' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/syslogmodule.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/syslogmodule.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/syslogmodule.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/syslog.cpython-33m.so building 'audioop' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/audioop.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/audioop.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/audioop.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/audioop.cpython-33m.so building 'readline' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/readline.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/readline.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/readline.o \
-L/usr/lib/termcap -L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lreadline -lncurses \
                -lpython3.3m -o build/lib.linux-mips-3.3/readline.cpython-33m.so
/srv/hdd/builds/world/tmp/sysroots/x86_64-linux/usr/libexec/mips32-poky-linux/gcc/mips-poky-linux/4.8.1/ld: \
warning: library search path "/usr/lib/termcap" is unsafe for cross-compilation \
building '_crypt' extension mips-poky-linux-gcc -meb -mabi=32 -mhard-float \
-march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_cryptmodule.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_cryptmodule.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_cryptmodule.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lcrypt -lpython3.3m -o \
build/lib.linux-mips-3.3/_crypt.cpython-33m.so building '_csv' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_csv.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_csv.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_csv.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_csv.cpython-33m.so building '_posixsubprocess' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_posixsubprocess.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_posixsubprocess.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_posixsubprocess.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_posixsubprocess.cpython-33m.so building '_socket' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/socketmodule.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/socketmodule.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/socketmodule.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_socket.cpython-33m.so building '_ssl' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_ssl.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_ssl.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_ssl.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lssl -lcrypto -lpython3.3m -o \
build/lib.linux-mips-3.3/_ssl.cpython-33m.so building '_hashlib' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_hashopenssl.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_hashopenssl.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_hashopenssl.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lssl -lcrypto -lpython3.3m -o \
build/lib.linux-mips-3.3/_hashlib.cpython-33m.so building '_sha256' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/sha256module.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/sha256module.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/sha256module.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_sha256.cpython-33m.so building '_sha512' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/sha512module.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/sha512module.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/sha512module.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_sha512.cpython-33m.so building '_md5' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/md5module.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/md5module.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/md5module.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_md5.cpython-33m.so building '_sha1' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/sha1module.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/sha1module.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/sha1module.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_sha1.cpython-33m.so building '_sqlite3' extension
creating build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DMODULE_NAME="sqlite3" \
-DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/cache.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/cache.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DMODULE_NAME="sqlite3" \
-DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/connection.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/connection.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DMODULE_NAME="sqlite3" \
-DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/cursor.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/cursor.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DMODULE_NAME="sqlite3" \
-DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/microprotocols.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/microprotocols.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DMODULE_NAME="sqlite3" \
-DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/module.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/module.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DMODULE_NAME="sqlite3" \
-DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/prepare_protocol.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/prepare_protocol.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DMODULE_NAME="sqlite3" \
-DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/row.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/row.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DMODULE_NAME="sqlite3" \
-DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/statement.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/statement.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DMODULE_NAME="sqlite3" \
-DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/util.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/util.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/cache.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/connection.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/cursor.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/microprotocols.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/module.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/prepare_protocol.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/row.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/statement.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_sqlite/util.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lsqlite3 -lpython3.3m -o \
build/lib.linux-mips-3.3/_sqlite3.cpython-33m.so building '_dbm' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DHAVE_NDBM_H -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_dbmmodule.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_dbmmodule.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_dbmmodule.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lgdbm_compat -lpython3.3m -o \
build/lib.linux-mips-3.3/_dbm.cpython-33m.so building '_gdbm' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_gdbmmodule.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_gdbmmodule.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_gdbmmodule.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lgdbm -lpython3.3m -o \
build/lib.linux-mips-3.3/_gdbm.cpython-33m.so building 'termios' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/termios.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/termios.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/termios.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/termios.cpython-33m.so building 'resource' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/resource.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/resource.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/resource.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/resource.cpython-33m.so building 'nis' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/nismodule.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/nismodule.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/nismodule.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lnsl -lpython3.3m -o \
build/lib.linux-mips-3.3/nis.cpython-33m.so building '_curses' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_cursesmodule.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_cursesmodule.o
                
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_cursesmodule.c: \
                In function 'PyCurses_setupterm':
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_cursesmodule.c:2521:5: \
warning: implicit declaration of function 'setupterm' \
[-Wimplicit-function-declaration]  if (!initialised_setupterm && \
setupterm(termstr,fd,&err) == ERR) {  ^
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_cursesmodule.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lncurses -lpython3.3m -o \
build/lib.linux-mips-3.3/_curses.cpython-33m.so building '_curses_panel' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_curses_panel.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_curses_panel.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_curses_panel.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpanel -lncurses -lpython3.3m \
-o build/lib.linux-mips-3.3/_curses_panel.cpython-33m.so building 'binascii' \
extension mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG \
-fno-inline --sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC \
-Wno-unused-result -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/binascii.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/binascii.o \
-DUSE_ZLIB_CRC32 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 \
-DNDEBUG -fno-inline --sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/binascii.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lz -lpython3.3m -o \
build/lib.linux-mips-3.3/binascii.cpython-33m.so building '_bz2' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_bz2module.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_bz2module.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_bz2module.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lbz2 -lpython3.3m -o \
build/lib.linux-mips-3.3/_bz2.cpython-33m.so building '_lzma' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_lzmamodule.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_lzmamodule.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_lzmamodule.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -llzma -lpython3.3m -o \
build/lib.linux-mips-3.3/_lzma.cpython-33m.so building 'pyexpat' extension
creating build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/expat
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DHAVE_EXPAT_CONFIG_H=1 \
-DUSE_PYEXPAT_CAPI -I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/expat \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/pyexpat.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/pyexpat.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DHAVE_EXPAT_CONFIG_H=1 \
-DUSE_PYEXPAT_CAPI -I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/expat \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/expat/xmlparse.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/expat/xmlparse.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DHAVE_EXPAT_CONFIG_H=1 \
-DUSE_PYEXPAT_CAPI -I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/expat \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/expat/xmlrole.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/expat/xmlrole.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DHAVE_EXPAT_CONFIG_H=1 \
-DUSE_PYEXPAT_CAPI -I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/expat \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/expat/xmltok.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/expat/xmltok.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/pyexpat.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/expat/xmlparse.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/expat/xmlrole.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/expat/xmltok.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/pyexpat.cpython-33m.so building '_elementtree' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DHAVE_EXPAT_CONFIG_H=1 \
-DUSE_PYEXPAT_CAPI -I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/expat \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_elementtree.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_elementtree.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_elementtree.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_elementtree.cpython-33m.so building '_multibytecodec' \
extension creating build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cjkcodecs
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cjkcodecs/multibytecodec.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cjkcodecs/multibytecodec.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cjkcodecs/multibytecodec.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_multibytecodec.cpython-33m.so building '_codecs_kr' \
extension mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG \
-fno-inline --sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC \
-Wno-unused-result -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cjkcodecs/_codecs_kr.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cjkcodecs/_codecs_kr.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cjkcodecs/_codecs_kr.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_codecs_kr.cpython-33m.so building '_codecs_jp' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cjkcodecs/_codecs_jp.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cjkcodecs/_codecs_jp.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cjkcodecs/_codecs_jp.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_codecs_jp.cpython-33m.so building '_codecs_cn' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cjkcodecs/_codecs_cn.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cjkcodecs/_codecs_cn.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cjkcodecs/_codecs_cn.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_codecs_cn.cpython-33m.so building '_codecs_tw' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cjkcodecs/_codecs_tw.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cjkcodecs/_codecs_tw.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cjkcodecs/_codecs_tw.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_codecs_tw.cpython-33m.so building '_codecs_hk' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -I./Include -I. -IInclude \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cjkcodecs/_codecs_hk.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cjkcodecs/_codecs_hk.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cjkcodecs/_codecs_hk.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_codecs_hk.cpython-33m.so building '_codecs_iso2022' \
extension mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG \
-fno-inline --sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC \
-Wno-unused-result -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cjkcodecs/_codecs_iso2022.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cjkcodecs/_codecs_iso2022.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/cjkcodecs/_codecs_iso2022.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_codecs_iso2022.cpython-33m.so building '_decimal' extension
creating build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal
 creating build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DCONFIG_32=1 -DANSI=1 \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/_decimal.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/_decimal.o \
-Wextra -Wno-missing-field-initializers mips-poky-linux-gcc -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DCONFIG_32=1 -DANSI=1 \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/basearith.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/basearith.o \
-Wextra -Wno-missing-field-initializers mips-poky-linux-gcc -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DCONFIG_32=1 -DANSI=1 \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/constants.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/constants.o \
-Wextra -Wno-missing-field-initializers mips-poky-linux-gcc -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DCONFIG_32=1 -DANSI=1 \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/context.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/context.o \
-Wextra -Wno-missing-field-initializers mips-poky-linux-gcc -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DCONFIG_32=1 -DANSI=1 \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/convolute.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/convolute.o \
-Wextra -Wno-missing-field-initializers mips-poky-linux-gcc -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DCONFIG_32=1 -DANSI=1 \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/crt.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/crt.o \
-Wextra -Wno-missing-field-initializers mips-poky-linux-gcc -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DCONFIG_32=1 -DANSI=1 \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/difradix2.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/difradix2.o \
-Wextra -Wno-missing-field-initializers mips-poky-linux-gcc -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DCONFIG_32=1 -DANSI=1 \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/fnt.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/fnt.o \
-Wextra -Wno-missing-field-initializers mips-poky-linux-gcc -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DCONFIG_32=1 -DANSI=1 \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/fourstep.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/fourstep.o \
-Wextra -Wno-missing-field-initializers mips-poky-linux-gcc -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DCONFIG_32=1 -DANSI=1 \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/io.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/io.o \
-Wextra -Wno-missing-field-initializers mips-poky-linux-gcc -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DCONFIG_32=1 -DANSI=1 \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/memory.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/memory.o \
-Wextra -Wno-missing-field-initializers mips-poky-linux-gcc -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DCONFIG_32=1 -DANSI=1 \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/mpdecimal.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/mpdecimal.o \
-Wextra -Wno-missing-field-initializers mips-poky-linux-gcc -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DCONFIG_32=1 -DANSI=1 \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/numbertheory.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/numbertheory.o \
-Wextra -Wno-missing-field-initializers mips-poky-linux-gcc -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DCONFIG_32=1 -DANSI=1 \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/sixstep.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/sixstep.o \
-Wextra -Wno-missing-field-initializers mips-poky-linux-gcc -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -DCONFIG_32=1 -DANSI=1 \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/transpose.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/transpose.o \
-Wextra -Wno-missing-field-initializers mips-poky-linux-gcc -meb -mabi=32 \
-mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/_decimal.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/basearith.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/constants.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/context.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/convolute.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/crt.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/difradix2.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/fnt.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/fourstep.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/io.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/memory.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/mpdecimal.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/numbertheory.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/sixstep.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_decimal/libmpdec/transpose.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_decimal.cpython-33m.so building '_multiprocessing' \
extension creating build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_multiprocessing
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types -IModules/_multiprocessing -I./Include \
-I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_multiprocessing/multiprocessing.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_multiprocessing/multiprocessing.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_multiprocessing/multiprocessing.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_multiprocessing/semaphore.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/_multiprocessing.cpython-33m.so building 'ossaudiodev' \
extension mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG \
-fno-inline --sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC \
-Wno-unused-result -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g \
-feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/ossaudiodev.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/ossaudiodev.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/ossaudiodev.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lpython3.3m -o \
build/lib.linux-mips-3.3/ossaudiodev.cpython-33m.so building '_ctypes' extension
mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/libffi-3.0.13/include \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_ctypes/_ctypes.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_ctypes/_ctypes.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/libffi-3.0.13/include \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_ctypes/callbacks.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_ctypes/callbacks.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/libffi-3.0.13/include \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_ctypes/callproc.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_ctypes/callproc.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/libffi-3.0.13/include \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_ctypes/stgdict.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_ctypes/stgdict.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -fPIC -Wno-unused-result \
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types \
-O2 -pipe -g -feliminate-unused-debug-types \
-I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/libffi-3.0.13/include \
-I./Include -I. -IInclude -I/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Include \
-I/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2 -c \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_ctypes/cfield.c \
-o build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_ctypes/cfield.o
 mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 -DNDEBUG -fno-inline \
--sysroot=/srv/hdd/builds/world/tmp/sysroots/qemumips -shared -Wl,-O1 -Wl,--as-needed \
-Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -O2 -pipe -g \
-feliminate-unused-debug-types \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_ctypes/_ctypes.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_ctypes/callbacks.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_ctypes/callproc.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_ctypes/stgdict.o \
build/temp.linux-mips-3.3/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Modules/_ctypes/cfield.o \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib/mips-poky-linux/4.8.1 \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/lib \
-L/srv/hdd/builds/world/tmp/sysroots/qemumips/usr/lib -lffi -lpython3.3m -o \
build/lib.linux-mips-3.3/_ctypes.cpython-33m.so running build_scripts
creating build/scripts-3.3
copying /srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Tools/scripts/pydoc3 \
-> build/scripts-3.3 copying \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Tools/scripts/idle3 \
-> build/scripts-3.3 copying \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Tools/scripts/2to3 \
-> build/scripts-3.3 copying \
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/python3/3.3.2-r0.0/Python-3.3.2/Tools/scripts/pyvenv \
-> build/scripts-3.3 renaming build/scripts-3.3/pydoc3 to build/scripts-3.3/pydoc3.3
renaming build/scripts-3.3/idle3 to build/scripts-3.3/idle3.3
renaming build/scripts-3.3/2to3 to build/scripts-3.3/2to3-3.3
renaming build/scripts-3.3/pyvenv to build/scripts-3.3/pyvenv-3.3
DEBUG: Shell function do_compile finished


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic