The build took 00h 01m 33s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
6,540 |
python |
2,878 |
ansic |
9,418 |
total |
The process tree of the build process is here.
Several sub-process invocations were improper; see the process tree for details. Summary:
To avoid scrolling, you may jump to the last line of the
invocation of makepkg
that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
There were existing files in /sysroot, using those
CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: python2-ldap 2.4.25-1 (Wed Apr 5 02:08:45 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (1) chrpath-0.16-1
Total Installed Size: 0.09 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing chrpath...
:: Running post-transaction hooks...
(1/1) Updating manpage index...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
defines: HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
extra_compile_args:
extra_objects:
include_dirs: /usr/include /usr/include/sasl /usr/local/include /usr/local/include/sasl
library_dirs: /usr/lib /usr/lib64 /usr/local/lib /usr/local/lib64
libs: ldap_r
running build
running build_py
file Lib/ldap.py (for module ldap) not found
file Lib/ldap/controls.py (for module ldap.controls) not found
file Lib/ldap/extop.py (for module ldap.extop) not found
file Lib/ldap/schema.py (for module ldap.schema) not found
creating build
creating build/lib.linux-x86_64-2.7
copying Lib/ldapurl.py -> build/lib.linux-x86_64-2.7
copying Lib/ldif.py -> build/lib.linux-x86_64-2.7
copying Lib/dsml.py -> build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/ldap
copying Lib/ldap/__init__.py -> build/lib.linux-x86_64-2.7/ldap
copying Lib/ldap/async.py -> build/lib.linux-x86_64-2.7/ldap
creating build/lib.linux-x86_64-2.7/ldap/controls
copying Lib/ldap/controls/__init__.py -> build/lib.linux-x86_64-2.7/ldap/controls
copying Lib/ldap/controls/deref.py -> build/lib.linux-x86_64-2.7/ldap/controls
copying Lib/ldap/controls/libldap.py -> build/lib.linux-x86_64-2.7/ldap/controls
copying Lib/ldap/controls/openldap.py -> build/lib.linux-x86_64-2.7/ldap/controls
copying Lib/ldap/controls/ppolicy.py -> build/lib.linux-x86_64-2.7/ldap/controls
copying Lib/ldap/controls/psearch.py -> build/lib.linux-x86_64-2.7/ldap/controls
copying Lib/ldap/controls/pwdpolicy.py -> build/lib.linux-x86_64-2.7/ldap/controls
copying Lib/ldap/controls/readentry.py -> build/lib.linux-x86_64-2.7/ldap/controls
copying Lib/ldap/controls/sessiontrack.py -> build/lib.linux-x86_64-2.7/ldap/controls
copying Lib/ldap/controls/simple.py -> build/lib.linux-x86_64-2.7/ldap/controls
copying Lib/ldap/cidict.py -> build/lib.linux-x86_64-2.7/ldap
copying Lib/ldap/dn.py -> build/lib.linux-x86_64-2.7/ldap
creating build/lib.linux-x86_64-2.7/ldap/extop
copying Lib/ldap/extop/__init__.py -> build/lib.linux-x86_64-2.7/ldap/extop
copying Lib/ldap/extop/dds.py -> build/lib.linux-x86_64-2.7/ldap/extop
copying Lib/ldap/filter.py -> build/lib.linux-x86_64-2.7/ldap
copying Lib/ldap/functions.py -> build/lib.linux-x86_64-2.7/ldap
copying Lib/ldap/ldapobject.py -> build/lib.linux-x86_64-2.7/ldap
copying Lib/ldap/logger.py -> build/lib.linux-x86_64-2.7/ldap
copying Lib/ldap/modlist.py -> build/lib.linux-x86_64-2.7/ldap
copying Lib/ldap/resiter.py -> build/lib.linux-x86_64-2.7/ldap
copying Lib/ldap/sasl.py -> build/lib.linux-x86_64-2.7/ldap
creating build/lib.linux-x86_64-2.7/ldap/schema
copying Lib/ldap/schema/__init__.py -> build/lib.linux-x86_64-2.7/ldap/schema
copying Lib/ldap/schema/models.py -> build/lib.linux-x86_64-2.7/ldap/schema
copying Lib/ldap/schema/subentry.py -> build/lib.linux-x86_64-2.7/ldap/schema
copying Lib/ldap/schema/tokenizer.py -> build/lib.linux-x86_64-2.7/ldap/schema
copying Lib/ldap/syncrepl.py -> build/lib.linux-x86_64-2.7/ldap
file Lib/ldap.py (for module ldap) not found
file Lib/ldap/controls.py (for module ldap.controls) not found
file Lib/ldap/extop.py (for module ldap.extop) not found
file Lib/ldap/schema.py (for module ldap.schema) not found
running build_ext
building '_ldap' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/Modules
clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.25 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/usr/include/python2.7 -c Modules/LDAPObject.c -o build/temp.linux-x86_64-2.7/Modules/LDAPObject.o
In file included from Modules/LDAPObject.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
In file included from /usr/include/bits/local_lim.h:38:
/usr/include/linux/limits.h:6:9: warning: 'NGROUPS_MAX' macro redefined [-Wmacro-redefined]
#define NGROUPS_MAX 65536 /* supplemental group IDs are available */
^
/sysroot/include/limits.h:51:9: note: previous definition is here
#define NGROUPS_MAX 32
^
In file included from Modules/LDAPObject.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:64:9: warning: 'PTHREAD_KEYS_MAX' macro redefined [-Wmacro-redefined]
#define PTHREAD_KEYS_MAX 1024
^
/sysroot/include/limits.h:63:9: note: previous definition is here
#define PTHREAD_KEYS_MAX 128
^
In file included from Modules/LDAPObject.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:69:9: warning: 'PTHREAD_DESTRUCTOR_ITERATIONS' macro redefined [-Wmacro-redefined]
#define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS
^
/sysroot/include/limits.h:65:9: note: previous definition is here
#define PTHREAD_DESTRUCTOR_ITERATIONS 4
^
In file included from Modules/LDAPObject.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:81:9: warning: 'PTHREAD_STACK_MIN' macro redefined [-Wmacro-redefined]
#define PTHREAD_STACK_MIN 16384
^
/sysroot/include/limits.h:64:9: note: previous definition is here
#define PTHREAD_STACK_MIN 2048
^
In file included from Modules/LDAPObject.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:84:9: warning: 'DELAYTIMER_MAX' macro redefined [-Wmacro-redefined]
#define DELAYTIMER_MAX 2147483647
^
/sysroot/include/limits.h:68:9: note: previous definition is here
#define DELAYTIMER_MAX 0x7fffffff
^
In file included from Modules/LDAPObject.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:93:9: warning: 'HOST_NAME_MAX' macro redefined [-Wmacro-redefined]
#define HOST_NAME_MAX 64
^
/sysroot/include/limits.h:59:9: note: previous definition is here
#define HOST_NAME_MAX 255
^
In file included from Modules/LDAPObject.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:99:9: warning: 'SEM_VALUE_MAX' macro redefined [-Wmacro-redefined]
#define SEM_VALUE_MAX (2147483647)
^
/sysroot/include/limits.h:66:9: note: previous definition is here
#define SEM_VALUE_MAX 0x7fffffff
^
In file included from Modules/LDAPObject.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:147:
/usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]
#define RE_DUP_MAX (0x7fff)
^
/sysroot/include/limits.h:82:9: note: previous definition is here
#define RE_DUP_MAX 255
^
In file included from Modules/LDAPObject.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:65:9: warning: '_XOPEN_IOV_MAX' macro redefined [-Wmacro-redefined]
#define _XOPEN_IOV_MAX _POSIX_UIO_MAXIOV
^
/sysroot/include/limits.h:150:9: note: previous definition is here
#define _XOPEN_IOV_MAX 16
^
In file included from Modules/LDAPObject.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:70:9: warning: 'NL_ARGMAX' macro redefined [-Wmacro-redefined]
#define NL_ARGMAX _POSIX_ARG_MAX
^
/sysroot/include/limits.h:84:9: note: previous definition is here
#define NL_ARGMAX 9
^
In file included from Modules/LDAPObject.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:73:9: warning: 'NL_LANGMAX' macro redefined [-Wmacro-redefined]
#define NL_LANGMAX _POSIX2_LINE_MAX
^
/sysroot/include/limits.h:85:9: note: previous definition is here
#define NL_LANGMAX 32
^
In file included from Modules/LDAPObject.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:76:9: warning: 'NL_MSGMAX' macro redefined [-Wmacro-redefined]
#define NL_MSGMAX INT_MAX
^
/sysroot/include/limits.h:86:9: note: previous definition is here
#define NL_MSGMAX 32767
^
In file included from Modules/LDAPObject.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:80:9: warning: 'NL_NMAX' macro redefined [-Wmacro-redefined]
#define NL_NMAX INT_MAX
^
/sysroot/include/limits.h:95:9: note: previous definition is here
#define NL_NMAX 16
^
In file included from Modules/LDAPObject.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:83:9: warning: 'NL_SETMAX' macro redefined [-Wmacro-redefined]
#define NL_SETMAX INT_MAX
^
/sysroot/include/limits.h:87:9: note: previous definition is here
#define NL_SETMAX 255
^
In file included from Modules/LDAPObject.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:86:9: warning: 'NL_TEXTMAX' macro redefined [-Wmacro-redefined]
#define NL_TEXTMAX INT_MAX
^
/sysroot/include/limits.h:88:9: note: previous definition is here
#define NL_TEXTMAX 2048
^
In file included from Modules/LDAPObject.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:58:
In file included from /usr/include/python2.7/pyport.h:325:
In file included from /usr/include/math.h:472:
/usr/include/bits/mathinline.h:153:64: warning: use of GNU old-style field designator extension [-Wgnu-designator]
__extension__ union { long double __l; int __i[3]; } __u = { __l: __x };
^~~~
.__l =
In file included from Modules/LDAPObject.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:85:
In file included from /usr/include/python2.7/unicodeobject.h:120:
/usr/include/wchar.h:398:47: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
{ return (__builtin_constant_p (__wc) && __wc >= L'\0' && __wc <= L'\x7f'
~~~~ ^ ~~~~~
17 warnings generated.
clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.25 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/usr/include/python2.7 -c Modules/ldapcontrol.c -o build/temp.linux-x86_64-2.7/Modules/ldapcontrol.o
In file included from Modules/ldapcontrol.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
In file included from /usr/include/bits/local_lim.h:38:
/usr/include/linux/limits.h:6:9: warning: 'NGROUPS_MAX' macro redefined [-Wmacro-redefined]
#define NGROUPS_MAX 65536 /* supplemental group IDs are available */
^
/sysroot/include/limits.h:51:9: note: previous definition is here
#define NGROUPS_MAX 32
^
In file included from Modules/ldapcontrol.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:64:9: warning: 'PTHREAD_KEYS_MAX' macro redefined [-Wmacro-redefined]
#define PTHREAD_KEYS_MAX 1024
^
/sysroot/include/limits.h:63:9: note: previous definition is here
#define PTHREAD_KEYS_MAX 128
^
In file included from Modules/ldapcontrol.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:69:9: warning: 'PTHREAD_DESTRUCTOR_ITERATIONS' macro redefined [-Wmacro-redefined]
#define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS
^
/sysroot/include/limits.h:65:9: note: previous definition is here
#define PTHREAD_DESTRUCTOR_ITERATIONS 4
^
In file included from Modules/ldapcontrol.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:81:9: warning: 'PTHREAD_STACK_MIN' macro redefined [-Wmacro-redefined]
#define PTHREAD_STACK_MIN 16384
^
/sysroot/include/limits.h:64:9: note: previous definition is here
#define PTHREAD_STACK_MIN 2048
^
In file included from Modules/ldapcontrol.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:84:9: warning: 'DELAYTIMER_MAX' macro redefined [-Wmacro-redefined]
#define DELAYTIMER_MAX 2147483647
^
/sysroot/include/limits.h:68:9: note: previous definition is here
#define DELAYTIMER_MAX 0x7fffffff
^
In file included from Modules/ldapcontrol.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:93:9: warning: 'HOST_NAME_MAX' macro redefined [-Wmacro-redefined]
#define HOST_NAME_MAX 64
^
/sysroot/include/limits.h:59:9: note: previous definition is here
#define HOST_NAME_MAX 255
^
In file included from Modules/ldapcontrol.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:99:9: warning: 'SEM_VALUE_MAX' macro redefined [-Wmacro-redefined]
#define SEM_VALUE_MAX (2147483647)
^
/sysroot/include/limits.h:66:9: note: previous definition is here
#define SEM_VALUE_MAX 0x7fffffff
^
In file included from Modules/ldapcontrol.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:147:
/usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]
#define RE_DUP_MAX (0x7fff)
^
/sysroot/include/limits.h:82:9: note: previous definition is here
#define RE_DUP_MAX 255
^
In file included from Modules/ldapcontrol.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:65:9: warning: '_XOPEN_IOV_MAX' macro redefined [-Wmacro-redefined]
#define _XOPEN_IOV_MAX _POSIX_UIO_MAXIOV
^
/sysroot/include/limits.h:150:9: note: previous definition is here
#define _XOPEN_IOV_MAX 16
^
In file included from Modules/ldapcontrol.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:70:9: warning: 'NL_ARGMAX' macro redefined [-Wmacro-redefined]
#define NL_ARGMAX _POSIX_ARG_MAX
^
/sysroot/include/limits.h:84:9: note: previous definition is here
#define NL_ARGMAX 9
^
In file included from Modules/ldapcontrol.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:73:9: warning: 'NL_LANGMAX' macro redefined [-Wmacro-redefined]
#define NL_LANGMAX _POSIX2_LINE_MAX
^
/sysroot/include/limits.h:85:9: note: previous definition is here
#define NL_LANGMAX 32
^
In file included from Modules/ldapcontrol.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:76:9: warning: 'NL_MSGMAX' macro redefined [-Wmacro-redefined]
#define NL_MSGMAX INT_MAX
^
/sysroot/include/limits.h:86:9: note: previous definition is here
#define NL_MSGMAX 32767
^
In file included from Modules/ldapcontrol.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:80:9: warning: 'NL_NMAX' macro redefined [-Wmacro-redefined]
#define NL_NMAX INT_MAX
^
/sysroot/include/limits.h:95:9: note: previous definition is here
#define NL_NMAX 16
^
In file included from Modules/ldapcontrol.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:83:9: warning: 'NL_SETMAX' macro redefined [-Wmacro-redefined]
#define NL_SETMAX INT_MAX
^
/sysroot/include/limits.h:87:9: note: previous definition is here
#define NL_SETMAX 255
^
In file included from Modules/ldapcontrol.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:86:9: warning: 'NL_TEXTMAX' macro redefined [-Wmacro-redefined]
#define NL_TEXTMAX INT_MAX
^
/sysroot/include/limits.h:88:9: note: previous definition is here
#define NL_TEXTMAX 2048
^
In file included from Modules/ldapcontrol.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:58:
In file included from /usr/include/python2.7/pyport.h:325:
In file included from /usr/include/math.h:472:
/usr/include/bits/mathinline.h:153:64: warning: use of GNU old-style field designator extension [-Wgnu-designator]
__extension__ union { long double __l; int __i[3]; } __u = { __l: __x };
^~~~
.__l =
In file included from Modules/ldapcontrol.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:85:
In file included from /usr/include/python2.7/unicodeobject.h:120:
/usr/include/wchar.h:398:47: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
{ return (__builtin_constant_p (__wc) && __wc >= L'\0' && __wc <= L'\x7f'
~~~~ ^ ~~~~~
17 warnings generated.
clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.25 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/usr/include/python2.7 -c Modules/common.c -o build/temp.linux-x86_64-2.7/Modules/common.o
In file included from Modules/common.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
In file included from /usr/include/bits/local_lim.h:38:
/usr/include/linux/limits.h:6:9: warning: 'NGROUPS_MAX' macro redefined [-Wmacro-redefined]
#define NGROUPS_MAX 65536 /* supplemental group IDs are available */
^
/sysroot/include/limits.h:51:9: note: previous definition is here
#define NGROUPS_MAX 32
^
In file included from Modules/common.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:64:9: warning: 'PTHREAD_KEYS_MAX' macro redefined [-Wmacro-redefined]
#define PTHREAD_KEYS_MAX 1024
^
/sysroot/include/limits.h:63:9: note: previous definition is here
#define PTHREAD_KEYS_MAX 128
^
In file included from Modules/common.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:69:9: warning: 'PTHREAD_DESTRUCTOR_ITERATIONS' macro redefined [-Wmacro-redefined]
#define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS
^
/sysroot/include/limits.h:65:9: note: previous definition is here
#define PTHREAD_DESTRUCTOR_ITERATIONS 4
^
In file included from Modules/common.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:81:9: warning: 'PTHREAD_STACK_MIN' macro redefined [-Wmacro-redefined]
#define PTHREAD_STACK_MIN 16384
^
/sysroot/include/limits.h:64:9: note: previous definition is here
#define PTHREAD_STACK_MIN 2048
^
In file included from Modules/common.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:84:9: warning: 'DELAYTIMER_MAX' macro redefined [-Wmacro-redefined]
#define DELAYTIMER_MAX 2147483647
^
/sysroot/include/limits.h:68:9: note: previous definition is here
#define DELAYTIMER_MAX 0x7fffffff
^
In file included from Modules/common.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:93:9: warning: 'HOST_NAME_MAX' macro redefined [-Wmacro-redefined]
#define HOST_NAME_MAX 64
^
/sysroot/include/limits.h:59:9: note: previous definition is here
#define HOST_NAME_MAX 255
^
In file included from Modules/common.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:99:9: warning: 'SEM_VALUE_MAX' macro redefined [-Wmacro-redefined]
#define SEM_VALUE_MAX (2147483647)
^
/sysroot/include/limits.h:66:9: note: previous definition is here
#define SEM_VALUE_MAX 0x7fffffff
^
In file included from Modules/common.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:147:
/usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]
#define RE_DUP_MAX (0x7fff)
^
/sysroot/include/limits.h:82:9: note: previous definition is here
#define RE_DUP_MAX 255
^
In file included from Modules/common.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:65:9: warning: '_XOPEN_IOV_MAX' macro redefined [-Wmacro-redefined]
#define _XOPEN_IOV_MAX _POSIX_UIO_MAXIOV
^
/sysroot/include/limits.h:150:9: note: previous definition is here
#define _XOPEN_IOV_MAX 16
^
In file included from Modules/common.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:70:9: warning: 'NL_ARGMAX' macro redefined [-Wmacro-redefined]
#define NL_ARGMAX _POSIX_ARG_MAX
^
/sysroot/include/limits.h:84:9: note: previous definition is here
#define NL_ARGMAX 9
^
In file included from Modules/common.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:73:9: warning: 'NL_LANGMAX' macro redefined [-Wmacro-redefined]
#define NL_LANGMAX _POSIX2_LINE_MAX
^
/sysroot/include/limits.h:85:9: note: previous definition is here
#define NL_LANGMAX 32
^
In file included from Modules/common.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:76:9: warning: 'NL_MSGMAX' macro redefined [-Wmacro-redefined]
#define NL_MSGMAX INT_MAX
^
/sysroot/include/limits.h:86:9: note: previous definition is here
#define NL_MSGMAX 32767
^
In file included from Modules/common.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:80:9: warning: 'NL_NMAX' macro redefined [-Wmacro-redefined]
#define NL_NMAX INT_MAX
^
/sysroot/include/limits.h:95:9: note: previous definition is here
#define NL_NMAX 16
^
In file included from Modules/common.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:83:9: warning: 'NL_SETMAX' macro redefined [-Wmacro-redefined]
#define NL_SETMAX INT_MAX
^
/sysroot/include/limits.h:87:9: note: previous definition is here
#define NL_SETMAX 255
^
In file included from Modules/common.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:86:9: warning: 'NL_TEXTMAX' macro redefined [-Wmacro-redefined]
#define NL_TEXTMAX INT_MAX
^
/sysroot/include/limits.h:88:9: note: previous definition is here
#define NL_TEXTMAX 2048
^
In file included from Modules/common.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:58:
In file included from /usr/include/python2.7/pyport.h:325:
In file included from /usr/include/math.h:472:
/usr/include/bits/mathinline.h:153:64: warning: use of GNU old-style field designator extension [-Wgnu-designator]
__extension__ union { long double __l; int __i[3]; } __u = { __l: __x };
^~~~
.__l =
In file included from Modules/common.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:85:
In file included from /usr/include/python2.7/unicodeobject.h:120:
/usr/include/wchar.h:398:47: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
{ return (__builtin_constant_p (__wc) && __wc >= L'\0' && __wc <= L'\x7f'
~~~~ ^ ~~~~~
17 warnings generated.
clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.25 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/usr/include/python2.7 -c Modules/constants.c -o build/temp.linux-x86_64-2.7/Modules/constants.o
In file included from Modules/constants.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
In file included from /usr/include/bits/local_lim.h:38:
/usr/include/linux/limits.h:6:9: warning: 'NGROUPS_MAX' macro redefined [-Wmacro-redefined]
#define NGROUPS_MAX 65536 /* supplemental group IDs are available */
^
/sysroot/include/limits.h:51:9: note: previous definition is here
#define NGROUPS_MAX 32
^
In file included from Modules/constants.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:64:9: warning: 'PTHREAD_KEYS_MAX' macro redefined [-Wmacro-redefined]
#define PTHREAD_KEYS_MAX 1024
^
/sysroot/include/limits.h:63:9: note: previous definition is here
#define PTHREAD_KEYS_MAX 128
^
In file included from Modules/constants.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:69:9: warning: 'PTHREAD_DESTRUCTOR_ITERATIONS' macro redefined [-Wmacro-redefined]
#define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS
^
/sysroot/include/limits.h:65:9: note: previous definition is here
#define PTHREAD_DESTRUCTOR_ITERATIONS 4
^
In file included from Modules/constants.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:81:9: warning: 'PTHREAD_STACK_MIN' macro redefined [-Wmacro-redefined]
#define PTHREAD_STACK_MIN 16384
^
/sysroot/include/limits.h:64:9: note: previous definition is here
#define PTHREAD_STACK_MIN 2048
^
In file included from Modules/constants.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:84:9: warning: 'DELAYTIMER_MAX' macro redefined [-Wmacro-redefined]
#define DELAYTIMER_MAX 2147483647
^
/sysroot/include/limits.h:68:9: note: previous definition is here
#define DELAYTIMER_MAX 0x7fffffff
^
In file included from Modules/constants.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:93:9: warning: 'HOST_NAME_MAX' macro redefined [-Wmacro-redefined]
#define HOST_NAME_MAX 64
^
/sysroot/include/limits.h:59:9: note: previous definition is here
#define HOST_NAME_MAX 255
^
In file included from Modules/constants.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:99:9: warning: 'SEM_VALUE_MAX' macro redefined [-Wmacro-redefined]
#define SEM_VALUE_MAX (2147483647)
^
/sysroot/include/limits.h:66:9: note: previous definition is here
#define SEM_VALUE_MAX 0x7fffffff
^
In file included from Modules/constants.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:147:
/usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]
#define RE_DUP_MAX (0x7fff)
^
/sysroot/include/limits.h:82:9: note: previous definition is here
#define RE_DUP_MAX 255
^
In file included from Modules/constants.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:65:9: warning: '_XOPEN_IOV_MAX' macro redefined [-Wmacro-redefined]
#define _XOPEN_IOV_MAX _POSIX_UIO_MAXIOV
^
/sysroot/include/limits.h:150:9: note: previous definition is here
#define _XOPEN_IOV_MAX 16
^
In file included from Modules/constants.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:70:9: warning: 'NL_ARGMAX' macro redefined [-Wmacro-redefined]
#define NL_ARGMAX _POSIX_ARG_MAX
^
/sysroot/include/limits.h:84:9: note: previous definition is here
#define NL_ARGMAX 9
^
In file included from Modules/constants.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:73:9: warning: 'NL_LANGMAX' macro redefined [-Wmacro-redefined]
#define NL_LANGMAX _POSIX2_LINE_MAX
^
/sysroot/include/limits.h:85:9: note: previous definition is here
#define NL_LANGMAX 32
^
In file included from Modules/constants.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:76:9: warning: 'NL_MSGMAX' macro redefined [-Wmacro-redefined]
#define NL_MSGMAX INT_MAX
^
/sysroot/include/limits.h:86:9: note: previous definition is here
#define NL_MSGMAX 32767
^
In file included from Modules/constants.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:80:9: warning: 'NL_NMAX' macro redefined [-Wmacro-redefined]
#define NL_NMAX INT_MAX
^
/sysroot/include/limits.h:95:9: note: previous definition is here
#define NL_NMAX 16
^
In file included from Modules/constants.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:83:9: warning: 'NL_SETMAX' macro redefined [-Wmacro-redefined]
#define NL_SETMAX INT_MAX
^
/sysroot/include/limits.h:87:9: note: previous definition is here
#define NL_SETMAX 255
^
In file included from Modules/constants.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:86:9: warning: 'NL_TEXTMAX' macro redefined [-Wmacro-redefined]
#define NL_TEXTMAX INT_MAX
^
/sysroot/include/limits.h:88:9: note: previous definition is here
#define NL_TEXTMAX 2048
^
In file included from Modules/constants.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:58:
In file included from /usr/include/python2.7/pyport.h:325:
In file included from /usr/include/math.h:472:
/usr/include/bits/mathinline.h:153:64: warning: use of GNU old-style field designator extension [-Wgnu-designator]
__extension__ union { long double __l; int __i[3]; } __u = { __l: __x };
^~~~
.__l =
In file included from Modules/constants.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:85:
In file included from /usr/include/python2.7/unicodeobject.h:120:
/usr/include/wchar.h:398:47: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
{ return (__builtin_constant_p (__wc) && __wc >= L'\0' && __wc <= L'\x7f'
~~~~ ^ ~~~~~
17 warnings generated.
clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.25 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/usr/include/python2.7 -c Modules/errors.c -o build/temp.linux-x86_64-2.7/Modules/errors.o
In file included from Modules/errors.c:7:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
In file included from /usr/include/bits/local_lim.h:38:
/usr/include/linux/limits.h:6:9: warning: 'NGROUPS_MAX' macro redefined [-Wmacro-redefined]
#define NGROUPS_MAX 65536 /* supplemental group IDs are available */
^
/sysroot/include/limits.h:51:9: note: previous definition is here
#define NGROUPS_MAX 32
^
In file included from Modules/errors.c:7:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:64:9: warning: 'PTHREAD_KEYS_MAX' macro redefined [-Wmacro-redefined]
#define PTHREAD_KEYS_MAX 1024
^
/sysroot/include/limits.h:63:9: note: previous definition is here
#define PTHREAD_KEYS_MAX 128
^
In file included from Modules/errors.c:7:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:69:9: warning: 'PTHREAD_DESTRUCTOR_ITERATIONS' macro redefined [-Wmacro-redefined]
#define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS
^
/sysroot/include/limits.h:65:9: note: previous definition is here
#define PTHREAD_DESTRUCTOR_ITERATIONS 4
^
In file included from Modules/errors.c:7:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:81:9: warning: 'PTHREAD_STACK_MIN' macro redefined [-Wmacro-redefined]
#define PTHREAD_STACK_MIN 16384
^
/sysroot/include/limits.h:64:9: note: previous definition is here
#define PTHREAD_STACK_MIN 2048
^
In file included from Modules/errors.c:7:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:84:9: warning: 'DELAYTIMER_MAX' macro redefined [-Wmacro-redefined]
#define DELAYTIMER_MAX 2147483647
^
/sysroot/include/limits.h:68:9: note: previous definition is here
#define DELAYTIMER_MAX 0x7fffffff
^
In file included from Modules/errors.c:7:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:93:9: warning: 'HOST_NAME_MAX' macro redefined [-Wmacro-redefined]
#define HOST_NAME_MAX 64
^
/sysroot/include/limits.h:59:9: note: previous definition is here
#define HOST_NAME_MAX 255
^
In file included from Modules/errors.c:7:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:99:9: warning: 'SEM_VALUE_MAX' macro redefined [-Wmacro-redefined]
#define SEM_VALUE_MAX (2147483647)
^
/sysroot/include/limits.h:66:9: note: previous definition is here
#define SEM_VALUE_MAX 0x7fffffff
^
In file included from Modules/errors.c:7:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:147:
/usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]
#define RE_DUP_MAX (0x7fff)
^
/sysroot/include/limits.h:82:9: note: previous definition is here
#define RE_DUP_MAX 255
^
In file included from Modules/errors.c:7:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:65:9: warning: '_XOPEN_IOV_MAX' macro redefined [-Wmacro-redefined]
#define _XOPEN_IOV_MAX _POSIX_UIO_MAXIOV
^
/sysroot/include/limits.h:150:9: note: previous definition is here
#define _XOPEN_IOV_MAX 16
^
In file included from Modules/errors.c:7:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:70:9: warning: 'NL_ARGMAX' macro redefined [-Wmacro-redefined]
#define NL_ARGMAX _POSIX_ARG_MAX
^
/sysroot/include/limits.h:84:9: note: previous definition is here
#define NL_ARGMAX 9
^
In file included from Modules/errors.c:7:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:73:9: warning: 'NL_LANGMAX' macro redefined [-Wmacro-redefined]
#define NL_LANGMAX _POSIX2_LINE_MAX
^
/sysroot/include/limits.h:85:9: note: previous definition is here
#define NL_LANGMAX 32
^
In file included from Modules/errors.c:7:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:76:9: warning: 'NL_MSGMAX' macro redefined [-Wmacro-redefined]
#define NL_MSGMAX INT_MAX
^
/sysroot/include/limits.h:86:9: note: previous definition is here
#define NL_MSGMAX 32767
^
In file included from Modules/errors.c:7:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:80:9: warning: 'NL_NMAX' macro redefined [-Wmacro-redefined]
#define NL_NMAX INT_MAX
^
/sysroot/include/limits.h:95:9: note: previous definition is here
#define NL_NMAX 16
^
In file included from Modules/errors.c:7:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:83:9: warning: 'NL_SETMAX' macro redefined [-Wmacro-redefined]
#define NL_SETMAX INT_MAX
^
/sysroot/include/limits.h:87:9: note: previous definition is here
#define NL_SETMAX 255
^
In file included from Modules/errors.c:7:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:86:9: warning: 'NL_TEXTMAX' macro redefined [-Wmacro-redefined]
#define NL_TEXTMAX INT_MAX
^
/sysroot/include/limits.h:88:9: note: previous definition is here
#define NL_TEXTMAX 2048
^
In file included from Modules/errors.c:7:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:58:
In file included from /usr/include/python2.7/pyport.h:325:
In file included from /usr/include/math.h:472:
/usr/include/bits/mathinline.h:153:64: warning: use of GNU old-style field designator extension [-Wgnu-designator]
__extension__ union { long double __l; int __i[3]; } __u = { __l: __x };
^~~~
.__l =
In file included from Modules/errors.c:7:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:85:
In file included from /usr/include/python2.7/unicodeobject.h:120:
/usr/include/wchar.h:398:47: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
{ return (__builtin_constant_p (__wc) && __wc >= L'\0' && __wc <= L'\x7f'
~~~~ ^ ~~~~~
17 warnings generated.
clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.25 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/usr/include/python2.7 -c Modules/functions.c -o build/temp.linux-x86_64-2.7/Modules/functions.o
In file included from Modules/functions.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
In file included from /usr/include/bits/local_lim.h:38:
/usr/include/linux/limits.h:6:9: warning: 'NGROUPS_MAX' macro redefined [-Wmacro-redefined]
#define NGROUPS_MAX 65536 /* supplemental group IDs are available */
^
/sysroot/include/limits.h:51:9: note: previous definition is here
#define NGROUPS_MAX 32
^
In file included from Modules/functions.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:64:9: warning: 'PTHREAD_KEYS_MAX' macro redefined [-Wmacro-redefined]
#define PTHREAD_KEYS_MAX 1024
^
/sysroot/include/limits.h:63:9: note: previous definition is here
#define PTHREAD_KEYS_MAX 128
^
In file included from Modules/functions.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:69:9: warning: 'PTHREAD_DESTRUCTOR_ITERATIONS' macro redefined [-Wmacro-redefined]
#define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS
^
/sysroot/include/limits.h:65:9: note: previous definition is here
#define PTHREAD_DESTRUCTOR_ITERATIONS 4
^
In file included from Modules/functions.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:81:9: warning: 'PTHREAD_STACK_MIN' macro redefined [-Wmacro-redefined]
#define PTHREAD_STACK_MIN 16384
^
/sysroot/include/limits.h:64:9: note: previous definition is here
#define PTHREAD_STACK_MIN 2048
^
In file included from Modules/functions.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:84:9: warning: 'DELAYTIMER_MAX' macro redefined [-Wmacro-redefined]
#define DELAYTIMER_MAX 2147483647
^
/sysroot/include/limits.h:68:9: note: previous definition is here
#define DELAYTIMER_MAX 0x7fffffff
^
In file included from Modules/functions.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:93:9: warning: 'HOST_NAME_MAX' macro redefined [-Wmacro-redefined]
#define HOST_NAME_MAX 64
^
/sysroot/include/limits.h:59:9: note: previous definition is here
#define HOST_NAME_MAX 255
^
In file included from Modules/functions.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:99:9: warning: 'SEM_VALUE_MAX' macro redefined [-Wmacro-redefined]
#define SEM_VALUE_MAX (2147483647)
^
/sysroot/include/limits.h:66:9: note: previous definition is here
#define SEM_VALUE_MAX 0x7fffffff
^
In file included from Modules/functions.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:147:
/usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]
#define RE_DUP_MAX (0x7fff)
^
/sysroot/include/limits.h:82:9: note: previous definition is here
#define RE_DUP_MAX 255
^
In file included from Modules/functions.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:65:9: warning: '_XOPEN_IOV_MAX' macro redefined [-Wmacro-redefined]
#define _XOPEN_IOV_MAX _POSIX_UIO_MAXIOV
^
/sysroot/include/limits.h:150:9: note: previous definition is here
#define _XOPEN_IOV_MAX 16
^
In file included from Modules/functions.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:70:9: warning: 'NL_ARGMAX' macro redefined [-Wmacro-redefined]
#define NL_ARGMAX _POSIX_ARG_MAX
^
/sysroot/include/limits.h:84:9: note: previous definition is here
#define NL_ARGMAX 9
^
In file included from Modules/functions.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:73:9: warning: 'NL_LANGMAX' macro redefined [-Wmacro-redefined]
#define NL_LANGMAX _POSIX2_LINE_MAX
^
/sysroot/include/limits.h:85:9: note: previous definition is here
#define NL_LANGMAX 32
^
In file included from Modules/functions.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:76:9: warning: 'NL_MSGMAX' macro redefined [-Wmacro-redefined]
#define NL_MSGMAX INT_MAX
^
/sysroot/include/limits.h:86:9: note: previous definition is here
#define NL_MSGMAX 32767
^
In file included from Modules/functions.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:80:9: warning: 'NL_NMAX' macro redefined [-Wmacro-redefined]
#define NL_NMAX INT_MAX
^
/sysroot/include/limits.h:95:9: note: previous definition is here
#define NL_NMAX 16
^
In file included from Modules/functions.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:83:9: warning: 'NL_SETMAX' macro redefined [-Wmacro-redefined]
#define NL_SETMAX INT_MAX
^
/sysroot/include/limits.h:87:9: note: previous definition is here
#define NL_SETMAX 255
^
In file included from Modules/functions.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:86:9: warning: 'NL_TEXTMAX' macro redefined [-Wmacro-redefined]
#define NL_TEXTMAX INT_MAX
^
/sysroot/include/limits.h:88:9: note: previous definition is here
#define NL_TEXTMAX 2048
^
In file included from Modules/functions.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:58:
In file included from /usr/include/python2.7/pyport.h:325:
In file included from /usr/include/math.h:472:
/usr/include/bits/mathinline.h:153:64: warning: use of GNU old-style field designator extension [-Wgnu-designator]
__extension__ union { long double __l; int __i[3]; } __u = { __l: __x };
^~~~
.__l =
In file included from Modules/functions.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:85:
In file included from /usr/include/python2.7/unicodeobject.h:120:
/usr/include/wchar.h:398:47: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
{ return (__builtin_constant_p (__wc) && __wc >= L'\0' && __wc <= L'\x7f'
~~~~ ^ ~~~~~
17 warnings generated.
clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.25 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/usr/include/python2.7 -c Modules/schema.c -o build/temp.linux-x86_64-2.7/Modules/schema.o
In file included from Modules/schema.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
In file included from /usr/include/bits/local_lim.h:38:
/usr/include/linux/limits.h:6:9: warning: 'NGROUPS_MAX' macro redefined [-Wmacro-redefined]
#define NGROUPS_MAX 65536 /* supplemental group IDs are available */
^
/sysroot/include/limits.h:51:9: note: previous definition is here
#define NGROUPS_MAX 32
^
In file included from Modules/schema.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:64:9: warning: 'PTHREAD_KEYS_MAX' macro redefined [-Wmacro-redefined]
#define PTHREAD_KEYS_MAX 1024
^
/sysroot/include/limits.h:63:9: note: previous definition is here
#define PTHREAD_KEYS_MAX 128
^
In file included from Modules/schema.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:69:9: warning: 'PTHREAD_DESTRUCTOR_ITERATIONS' macro redefined [-Wmacro-redefined]
#define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS
^
/sysroot/include/limits.h:65:9: note: previous definition is here
#define PTHREAD_DESTRUCTOR_ITERATIONS 4
^
In file included from Modules/schema.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:81:9: warning: 'PTHREAD_STACK_MIN' macro redefined [-Wmacro-redefined]
#define PTHREAD_STACK_MIN 16384
^
/sysroot/include/limits.h:64:9: note: previous definition is here
#define PTHREAD_STACK_MIN 2048
^
In file included from Modules/schema.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:84:9: warning: 'DELAYTIMER_MAX' macro redefined [-Wmacro-redefined]
#define DELAYTIMER_MAX 2147483647
^
/sysroot/include/limits.h:68:9: note: previous definition is here
#define DELAYTIMER_MAX 0x7fffffff
^
In file included from Modules/schema.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:93:9: warning: 'HOST_NAME_MAX' macro redefined [-Wmacro-redefined]
#define HOST_NAME_MAX 64
^
/sysroot/include/limits.h:59:9: note: previous definition is here
#define HOST_NAME_MAX 255
^
In file included from Modules/schema.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:99:9: warning: 'SEM_VALUE_MAX' macro redefined [-Wmacro-redefined]
#define SEM_VALUE_MAX (2147483647)
^
/sysroot/include/limits.h:66:9: note: previous definition is here
#define SEM_VALUE_MAX 0x7fffffff
^
In file included from Modules/schema.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:147:
/usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]
#define RE_DUP_MAX (0x7fff)
^
/sysroot/include/limits.h:82:9: note: previous definition is here
#define RE_DUP_MAX 255
^
In file included from Modules/schema.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:65:9: warning: '_XOPEN_IOV_MAX' macro redefined [-Wmacro-redefined]
#define _XOPEN_IOV_MAX _POSIX_UIO_MAXIOV
^
/sysroot/include/limits.h:150:9: note: previous definition is here
#define _XOPEN_IOV_MAX 16
^
In file included from Modules/schema.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:70:9: warning: 'NL_ARGMAX' macro redefined [-Wmacro-redefined]
#define NL_ARGMAX _POSIX_ARG_MAX
^
/sysroot/include/limits.h:84:9: note: previous definition is here
#define NL_ARGMAX 9
^
In file included from Modules/schema.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:73:9: warning: 'NL_LANGMAX' macro redefined [-Wmacro-redefined]
#define NL_LANGMAX _POSIX2_LINE_MAX
^
/sysroot/include/limits.h:85:9: note: previous definition is here
#define NL_LANGMAX 32
^
In file included from Modules/schema.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:76:9: warning: 'NL_MSGMAX' macro redefined [-Wmacro-redefined]
#define NL_MSGMAX INT_MAX
^
/sysroot/include/limits.h:86:9: note: previous definition is here
#define NL_MSGMAX 32767
^
In file included from Modules/schema.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:80:9: warning: 'NL_NMAX' macro redefined [-Wmacro-redefined]
#define NL_NMAX INT_MAX
^
/sysroot/include/limits.h:95:9: note: previous definition is here
#define NL_NMAX 16
^
In file included from Modules/schema.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:83:9: warning: 'NL_SETMAX' macro redefined [-Wmacro-redefined]
#define NL_SETMAX INT_MAX
^
/sysroot/include/limits.h:87:9: note: previous definition is here
#define NL_SETMAX 255
^
In file included from Modules/schema.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:86:9: warning: 'NL_TEXTMAX' macro redefined [-Wmacro-redefined]
#define NL_TEXTMAX INT_MAX
^
/sysroot/include/limits.h:88:9: note: previous definition is here
#define NL_TEXTMAX 2048
^
In file included from Modules/schema.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:58:
In file included from /usr/include/python2.7/pyport.h:325:
In file included from /usr/include/math.h:472:
/usr/include/bits/mathinline.h:153:64: warning: use of GNU old-style field designator extension [-Wgnu-designator]
__extension__ union { long double __l; int __i[3]; } __u = { __l: __x };
^~~~
.__l =
In file included from Modules/schema.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:85:
In file included from /usr/include/python2.7/unicodeobject.h:120:
/usr/include/wchar.h:398:47: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
{ return (__builtin_constant_p (__wc) && __wc >= L'\0' && __wc <= L'\x7f'
~~~~ ^ ~~~~~
17 warnings generated.
clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.25 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/usr/include/python2.7 -c Modules/ldapmodule.c -o build/temp.linux-x86_64-2.7/Modules/ldapmodule.o
In file included from Modules/ldapmodule.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
In file included from /usr/include/bits/local_lim.h:38:
/usr/include/linux/limits.h:6:9: warning: 'NGROUPS_MAX' macro redefined [-Wmacro-redefined]
#define NGROUPS_MAX 65536 /* supplemental group IDs are available */
^
/sysroot/include/limits.h:51:9: note: previous definition is here
#define NGROUPS_MAX 32
^
In file included from Modules/ldapmodule.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:64:9: warning: 'PTHREAD_KEYS_MAX' macro redefined [-Wmacro-redefined]
#define PTHREAD_KEYS_MAX 1024
^
/sysroot/include/limits.h:63:9: note: previous definition is here
#define PTHREAD_KEYS_MAX 128
^
In file included from Modules/ldapmodule.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:69:9: warning: 'PTHREAD_DESTRUCTOR_ITERATIONS' macro redefined [-Wmacro-redefined]
#define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS
^
/sysroot/include/limits.h:65:9: note: previous definition is here
#define PTHREAD_DESTRUCTOR_ITERATIONS 4
^
In file included from Modules/ldapmodule.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:81:9: warning: 'PTHREAD_STACK_MIN' macro redefined [-Wmacro-redefined]
#define PTHREAD_STACK_MIN 16384
^
/sysroot/include/limits.h:64:9: note: previous definition is here
#define PTHREAD_STACK_MIN 2048
^
In file included from Modules/ldapmodule.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:84:9: warning: 'DELAYTIMER_MAX' macro redefined [-Wmacro-redefined]
#define DELAYTIMER_MAX 2147483647
^
/sysroot/include/limits.h:68:9: note: previous definition is here
#define DELAYTIMER_MAX 0x7fffffff
^
In file included from Modules/ldapmodule.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:93:9: warning: 'HOST_NAME_MAX' macro redefined [-Wmacro-redefined]
#define HOST_NAME_MAX 64
^
/sysroot/include/limits.h:59:9: note: previous definition is here
#define HOST_NAME_MAX 255
^
In file included from Modules/ldapmodule.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:99:9: warning: 'SEM_VALUE_MAX' macro redefined [-Wmacro-redefined]
#define SEM_VALUE_MAX (2147483647)
^
/sysroot/include/limits.h:66:9: note: previous definition is here
#define SEM_VALUE_MAX 0x7fffffff
^
In file included from Modules/ldapmodule.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:147:
/usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]
#define RE_DUP_MAX (0x7fff)
^
/sysroot/include/limits.h:82:9: note: previous definition is here
#define RE_DUP_MAX 255
^
In file included from Modules/ldapmodule.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:65:9: warning: '_XOPEN_IOV_MAX' macro redefined [-Wmacro-redefined]
#define _XOPEN_IOV_MAX _POSIX_UIO_MAXIOV
^
/sysroot/include/limits.h:150:9: note: previous definition is here
#define _XOPEN_IOV_MAX 16
^
In file included from Modules/ldapmodule.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:70:9: warning: 'NL_ARGMAX' macro redefined [-Wmacro-redefined]
#define NL_ARGMAX _POSIX_ARG_MAX
^
/sysroot/include/limits.h:84:9: note: previous definition is here
#define NL_ARGMAX 9
^
In file included from Modules/ldapmodule.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:73:9: warning: 'NL_LANGMAX' macro redefined [-Wmacro-redefined]
#define NL_LANGMAX _POSIX2_LINE_MAX
^
/sysroot/include/limits.h:85:9: note: previous definition is here
#define NL_LANGMAX 32
^
In file included from Modules/ldapmodule.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:76:9: warning: 'NL_MSGMAX' macro redefined [-Wmacro-redefined]
#define NL_MSGMAX INT_MAX
^
/sysroot/include/limits.h:86:9: note: previous definition is here
#define NL_MSGMAX 32767
^
In file included from Modules/ldapmodule.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:80:9: warning: 'NL_NMAX' macro redefined [-Wmacro-redefined]
#define NL_NMAX INT_MAX
^
/sysroot/include/limits.h:95:9: note: previous definition is here
#define NL_NMAX 16
^
In file included from Modules/ldapmodule.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:83:9: warning: 'NL_SETMAX' macro redefined [-Wmacro-redefined]
#define NL_SETMAX INT_MAX
^
/sysroot/include/limits.h:87:9: note: previous definition is here
#define NL_SETMAX 255
^
In file included from Modules/ldapmodule.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:86:9: warning: 'NL_TEXTMAX' macro redefined [-Wmacro-redefined]
#define NL_TEXTMAX INT_MAX
^
/sysroot/include/limits.h:88:9: note: previous definition is here
#define NL_TEXTMAX 2048
^
In file included from Modules/ldapmodule.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:58:
In file included from /usr/include/python2.7/pyport.h:325:
In file included from /usr/include/math.h:472:
/usr/include/bits/mathinline.h:153:64: warning: use of GNU old-style field designator extension [-Wgnu-designator]
__extension__ union { long double __l; int __i[3]; } __u = { __l: __x };
^~~~
.__l =
In file included from Modules/ldapmodule.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:85:
In file included from /usr/include/python2.7/unicodeobject.h:120:
/usr/include/wchar.h:398:47: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
{ return (__builtin_constant_p (__wc) && __wc >= L'\0' && __wc <= L'\x7f'
~~~~ ^ ~~~~~
17 warnings generated.
clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.25 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/usr/include/python2.7 -c Modules/message.c -o build/temp.linux-x86_64-2.7/Modules/message.o
In file included from Modules/message.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
In file included from /usr/include/bits/local_lim.h:38:
/usr/include/linux/limits.h:6:9: warning: 'NGROUPS_MAX' macro redefined [-Wmacro-redefined]
#define NGROUPS_MAX 65536 /* supplemental group IDs are available */
^
/sysroot/include/limits.h:51:9: note: previous definition is here
#define NGROUPS_MAX 32
^
In file included from Modules/message.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:64:9: warning: 'PTHREAD_KEYS_MAX' macro redefined [-Wmacro-redefined]
#define PTHREAD_KEYS_MAX 1024
^
/sysroot/include/limits.h:63:9: note: previous definition is here
#define PTHREAD_KEYS_MAX 128
^
In file included from Modules/message.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:69:9: warning: 'PTHREAD_DESTRUCTOR_ITERATIONS' macro redefined [-Wmacro-redefined]
#define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS
^
/sysroot/include/limits.h:65:9: note: previous definition is here
#define PTHREAD_DESTRUCTOR_ITERATIONS 4
^
In file included from Modules/message.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:81:9: warning: 'PTHREAD_STACK_MIN' macro redefined [-Wmacro-redefined]
#define PTHREAD_STACK_MIN 16384
^
/sysroot/include/limits.h:64:9: note: previous definition is here
#define PTHREAD_STACK_MIN 2048
^
In file included from Modules/message.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:84:9: warning: 'DELAYTIMER_MAX' macro redefined [-Wmacro-redefined]
#define DELAYTIMER_MAX 2147483647
^
/sysroot/include/limits.h:68:9: note: previous definition is here
#define DELAYTIMER_MAX 0x7fffffff
^
In file included from Modules/message.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:93:9: warning: 'HOST_NAME_MAX' macro redefined [-Wmacro-redefined]
#define HOST_NAME_MAX 64
^
/sysroot/include/limits.h:59:9: note: previous definition is here
#define HOST_NAME_MAX 255
^
In file included from Modules/message.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:99:9: warning: 'SEM_VALUE_MAX' macro redefined [-Wmacro-redefined]
#define SEM_VALUE_MAX (2147483647)
^
/sysroot/include/limits.h:66:9: note: previous definition is here
#define SEM_VALUE_MAX 0x7fffffff
^
In file included from Modules/message.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:147:
/usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]
#define RE_DUP_MAX (0x7fff)
^
/sysroot/include/limits.h:82:9: note: previous definition is here
#define RE_DUP_MAX 255
^
In file included from Modules/message.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:65:9: warning: '_XOPEN_IOV_MAX' macro redefined [-Wmacro-redefined]
#define _XOPEN_IOV_MAX _POSIX_UIO_MAXIOV
^
/sysroot/include/limits.h:150:9: note: previous definition is here
#define _XOPEN_IOV_MAX 16
^
In file included from Modules/message.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:70:9: warning: 'NL_ARGMAX' macro redefined [-Wmacro-redefined]
#define NL_ARGMAX _POSIX_ARG_MAX
^
/sysroot/include/limits.h:84:9: note: previous definition is here
#define NL_ARGMAX 9
^
In file included from Modules/message.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:73:9: warning: 'NL_LANGMAX' macro redefined [-Wmacro-redefined]
#define NL_LANGMAX _POSIX2_LINE_MAX
^
/sysroot/include/limits.h:85:9: note: previous definition is here
#define NL_LANGMAX 32
^
In file included from Modules/message.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:76:9: warning: 'NL_MSGMAX' macro redefined [-Wmacro-redefined]
#define NL_MSGMAX INT_MAX
^
/sysroot/include/limits.h:86:9: note: previous definition is here
#define NL_MSGMAX 32767
^
In file included from Modules/message.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:80:9: warning: 'NL_NMAX' macro redefined [-Wmacro-redefined]
#define NL_NMAX INT_MAX
^
/sysroot/include/limits.h:95:9: note: previous definition is here
#define NL_NMAX 16
^
In file included from Modules/message.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:83:9: warning: 'NL_SETMAX' macro redefined [-Wmacro-redefined]
#define NL_SETMAX INT_MAX
^
/sysroot/include/limits.h:87:9: note: previous definition is here
#define NL_SETMAX 255
^
In file included from Modules/message.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:86:9: warning: 'NL_TEXTMAX' macro redefined [-Wmacro-redefined]
#define NL_TEXTMAX INT_MAX
^
/sysroot/include/limits.h:88:9: note: previous definition is here
#define NL_TEXTMAX 2048
^
In file included from Modules/message.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:58:
In file included from /usr/include/python2.7/pyport.h:325:
In file included from /usr/include/math.h:472:
/usr/include/bits/mathinline.h:153:64: warning: use of GNU old-style field designator extension [-Wgnu-designator]
__extension__ union { long double __l; int __i[3]; } __u = { __l: __x };
^~~~
.__l =
In file included from Modules/message.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:85:
In file included from /usr/include/python2.7/unicodeobject.h:120:
/usr/include/wchar.h:398:47: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
{ return (__builtin_constant_p (__wc) && __wc >= L'\0' && __wc <= L'\x7f'
~~~~ ^ ~~~~~
17 warnings generated.
clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.25 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/usr/include/python2.7 -c Modules/version.c -o build/temp.linux-x86_64-2.7/Modules/version.o
In file included from Modules/version.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
In file included from /usr/include/bits/local_lim.h:38:
/usr/include/linux/limits.h:6:9: warning: 'NGROUPS_MAX' macro redefined [-Wmacro-redefined]
#define NGROUPS_MAX 65536 /* supplemental group IDs are available */
^
/sysroot/include/limits.h:51:9: note: previous definition is here
#define NGROUPS_MAX 32
^
In file included from Modules/version.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:64:9: warning: 'PTHREAD_KEYS_MAX' macro redefined [-Wmacro-redefined]
#define PTHREAD_KEYS_MAX 1024
^
/sysroot/include/limits.h:63:9: note: previous definition is here
#define PTHREAD_KEYS_MAX 128
^
In file included from Modules/version.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:69:9: warning: 'PTHREAD_DESTRUCTOR_ITERATIONS' macro redefined [-Wmacro-redefined]
#define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS
^
/sysroot/include/limits.h:65:9: note: previous definition is here
#define PTHREAD_DESTRUCTOR_ITERATIONS 4
^
In file included from Modules/version.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:81:9: warning: 'PTHREAD_STACK_MIN' macro redefined [-Wmacro-redefined]
#define PTHREAD_STACK_MIN 16384
^
/sysroot/include/limits.h:64:9: note: previous definition is here
#define PTHREAD_STACK_MIN 2048
^
In file included from Modules/version.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:84:9: warning: 'DELAYTIMER_MAX' macro redefined [-Wmacro-redefined]
#define DELAYTIMER_MAX 2147483647
^
/sysroot/include/limits.h:68:9: note: previous definition is here
#define DELAYTIMER_MAX 0x7fffffff
^
In file included from Modules/version.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:93:9: warning: 'HOST_NAME_MAX' macro redefined [-Wmacro-redefined]
#define HOST_NAME_MAX 64
^
/sysroot/include/limits.h:59:9: note: previous definition is here
#define HOST_NAME_MAX 255
^
In file included from Modules/version.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:99:9: warning: 'SEM_VALUE_MAX' macro redefined [-Wmacro-redefined]
#define SEM_VALUE_MAX (2147483647)
^
/sysroot/include/limits.h:66:9: note: previous definition is here
#define SEM_VALUE_MAX 0x7fffffff
^
In file included from Modules/version.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:147:
/usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]
#define RE_DUP_MAX (0x7fff)
^
/sysroot/include/limits.h:82:9: note: previous definition is here
#define RE_DUP_MAX 255
^
In file included from Modules/version.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:65:9: warning: '_XOPEN_IOV_MAX' macro redefined [-Wmacro-redefined]
#define _XOPEN_IOV_MAX _POSIX_UIO_MAXIOV
^
/sysroot/include/limits.h:150:9: note: previous definition is here
#define _XOPEN_IOV_MAX 16
^
In file included from Modules/version.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:70:9: warning: 'NL_ARGMAX' macro redefined [-Wmacro-redefined]
#define NL_ARGMAX _POSIX_ARG_MAX
^
/sysroot/include/limits.h:84:9: note: previous definition is here
#define NL_ARGMAX 9
^
In file included from Modules/version.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:73:9: warning: 'NL_LANGMAX' macro redefined [-Wmacro-redefined]
#define NL_LANGMAX _POSIX2_LINE_MAX
^
/sysroot/include/limits.h:85:9: note: previous definition is here
#define NL_LANGMAX 32
^
In file included from Modules/version.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:76:9: warning: 'NL_MSGMAX' macro redefined [-Wmacro-redefined]
#define NL_MSGMAX INT_MAX
^
/sysroot/include/limits.h:86:9: note: previous definition is here
#define NL_MSGMAX 32767
^
In file included from Modules/version.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:80:9: warning: 'NL_NMAX' macro redefined [-Wmacro-redefined]
#define NL_NMAX INT_MAX
^
/sysroot/include/limits.h:95:9: note: previous definition is here
#define NL_NMAX 16
^
In file included from Modules/version.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:83:9: warning: 'NL_SETMAX' macro redefined [-Wmacro-redefined]
#define NL_SETMAX INT_MAX
^
/sysroot/include/limits.h:87:9: note: previous definition is here
#define NL_SETMAX 255
^
In file included from Modules/version.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:86:9: warning: 'NL_TEXTMAX' macro redefined [-Wmacro-redefined]
#define NL_TEXTMAX INT_MAX
^
/sysroot/include/limits.h:88:9: note: previous definition is here
#define NL_TEXTMAX 2048
^
In file included from Modules/version.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:58:
In file included from /usr/include/python2.7/pyport.h:325:
In file included from /usr/include/math.h:472:
/usr/include/bits/mathinline.h:153:64: warning: use of GNU old-style field designator extension [-Wgnu-designator]
__extension__ union { long double __l; int __i[3]; } __u = { __l: __x };
^~~~
.__l =
In file included from Modules/version.c:5:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:85:
In file included from /usr/include/python2.7/unicodeobject.h:120:
/usr/include/wchar.h:398:47: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
{ return (__builtin_constant_p (__wc) && __wc >= L'\0' && __wc <= L'\x7f'
~~~~ ^ ~~~~~
17 warnings generated.
clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.25 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/usr/include/python2.7 -c Modules/options.c -o build/temp.linux-x86_64-2.7/Modules/options.o
In file included from Modules/options.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
In file included from /usr/include/bits/local_lim.h:38:
/usr/include/linux/limits.h:6:9: warning: 'NGROUPS_MAX' macro redefined [-Wmacro-redefined]
#define NGROUPS_MAX 65536 /* supplemental group IDs are available */
^
/sysroot/include/limits.h:51:9: note: previous definition is here
#define NGROUPS_MAX 32
^
In file included from Modules/options.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:64:9: warning: 'PTHREAD_KEYS_MAX' macro redefined [-Wmacro-redefined]
#define PTHREAD_KEYS_MAX 1024
^
/sysroot/include/limits.h:63:9: note: previous definition is here
#define PTHREAD_KEYS_MAX 128
^
In file included from Modules/options.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:69:9: warning: 'PTHREAD_DESTRUCTOR_ITERATIONS' macro redefined [-Wmacro-redefined]
#define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS
^
/sysroot/include/limits.h:65:9: note: previous definition is here
#define PTHREAD_DESTRUCTOR_ITERATIONS 4
^
In file included from Modules/options.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:81:9: warning: 'PTHREAD_STACK_MIN' macro redefined [-Wmacro-redefined]
#define PTHREAD_STACK_MIN 16384
^
/sysroot/include/limits.h:64:9: note: previous definition is here
#define PTHREAD_STACK_MIN 2048
^
In file included from Modules/options.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:84:9: warning: 'DELAYTIMER_MAX' macro redefined [-Wmacro-redefined]
#define DELAYTIMER_MAX 2147483647
^
/sysroot/include/limits.h:68:9: note: previous definition is here
#define DELAYTIMER_MAX 0x7fffffff
^
In file included from Modules/options.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:93:9: warning: 'HOST_NAME_MAX' macro redefined [-Wmacro-redefined]
#define HOST_NAME_MAX 64
^
/sysroot/include/limits.h:59:9: note: previous definition is here
#define HOST_NAME_MAX 255
^
In file included from Modules/options.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:99:9: warning: 'SEM_VALUE_MAX' macro redefined [-Wmacro-redefined]
#define SEM_VALUE_MAX (2147483647)
^
/sysroot/include/limits.h:66:9: note: previous definition is here
#define SEM_VALUE_MAX 0x7fffffff
^
In file included from Modules/options.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:147:
/usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]
#define RE_DUP_MAX (0x7fff)
^
/sysroot/include/limits.h:82:9: note: previous definition is here
#define RE_DUP_MAX 255
^
In file included from Modules/options.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:65:9: warning: '_XOPEN_IOV_MAX' macro redefined [-Wmacro-redefined]
#define _XOPEN_IOV_MAX _POSIX_UIO_MAXIOV
^
/sysroot/include/limits.h:150:9: note: previous definition is here
#define _XOPEN_IOV_MAX 16
^
In file included from Modules/options.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:70:9: warning: 'NL_ARGMAX' macro redefined [-Wmacro-redefined]
#define NL_ARGMAX _POSIX_ARG_MAX
^
/sysroot/include/limits.h:84:9: note: previous definition is here
#define NL_ARGMAX 9
^
In file included from Modules/options.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:73:9: warning: 'NL_LANGMAX' macro redefined [-Wmacro-redefined]
#define NL_LANGMAX _POSIX2_LINE_MAX
^
/sysroot/include/limits.h:85:9: note: previous definition is here
#define NL_LANGMAX 32
^
In file included from Modules/options.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:76:9: warning: 'NL_MSGMAX' macro redefined [-Wmacro-redefined]
#define NL_MSGMAX INT_MAX
^
/sysroot/include/limits.h:86:9: note: previous definition is here
#define NL_MSGMAX 32767
^
In file included from Modules/options.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:80:9: warning: 'NL_NMAX' macro redefined [-Wmacro-redefined]
#define NL_NMAX INT_MAX
^
/sysroot/include/limits.h:95:9: note: previous definition is here
#define NL_NMAX 16
^
In file included from Modules/options.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:83:9: warning: 'NL_SETMAX' macro redefined [-Wmacro-redefined]
#define NL_SETMAX INT_MAX
^
/sysroot/include/limits.h:87:9: note: previous definition is here
#define NL_SETMAX 255
^
In file included from Modules/options.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:86:9: warning: 'NL_TEXTMAX' macro redefined [-Wmacro-redefined]
#define NL_TEXTMAX INT_MAX
^
/sysroot/include/limits.h:88:9: note: previous definition is here
#define NL_TEXTMAX 2048
^
In file included from Modules/options.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:58:
In file included from /usr/include/python2.7/pyport.h:325:
In file included from /usr/include/math.h:472:
/usr/include/bits/mathinline.h:153:64: warning: use of GNU old-style field designator extension [-Wgnu-designator]
__extension__ union { long double __l; int __i[3]; } __u = { __l: __x };
^~~~
.__l =
In file included from Modules/options.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:85:
In file included from /usr/include/python2.7/unicodeobject.h:120:
/usr/include/wchar.h:398:47: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
{ return (__builtin_constant_p (__wc) && __wc >= L'\0' && __wc <= L'\x7f'
~~~~ ^ ~~~~~
17 warnings generated.
clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.25 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/usr/include/python2.7 -c Modules/berval.c -o build/temp.linux-x86_64-2.7/Modules/berval.o
In file included from Modules/berval.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
In file included from /usr/include/bits/local_lim.h:38:
/usr/include/linux/limits.h:6:9: warning: 'NGROUPS_MAX' macro redefined [-Wmacro-redefined]
#define NGROUPS_MAX 65536 /* supplemental group IDs are available */
^
/sysroot/include/limits.h:51:9: note: previous definition is here
#define NGROUPS_MAX 32
^
In file included from Modules/berval.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:64:9: warning: 'PTHREAD_KEYS_MAX' macro redefined [-Wmacro-redefined]
#define PTHREAD_KEYS_MAX 1024
^
/sysroot/include/limits.h:63:9: note: previous definition is here
#define PTHREAD_KEYS_MAX 128
^
In file included from Modules/berval.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:69:9: warning: 'PTHREAD_DESTRUCTOR_ITERATIONS' macro redefined [-Wmacro-redefined]
#define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS
^
/sysroot/include/limits.h:65:9: note: previous definition is here
#define PTHREAD_DESTRUCTOR_ITERATIONS 4
^
In file included from Modules/berval.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:81:9: warning: 'PTHREAD_STACK_MIN' macro redefined [-Wmacro-redefined]
#define PTHREAD_STACK_MIN 16384
^
/sysroot/include/limits.h:64:9: note: previous definition is here
#define PTHREAD_STACK_MIN 2048
^
In file included from Modules/berval.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:84:9: warning: 'DELAYTIMER_MAX' macro redefined [-Wmacro-redefined]
#define DELAYTIMER_MAX 2147483647
^
/sysroot/include/limits.h:68:9: note: previous definition is here
#define DELAYTIMER_MAX 0x7fffffff
^
In file included from Modules/berval.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:93:9: warning: 'HOST_NAME_MAX' macro redefined [-Wmacro-redefined]
#define HOST_NAME_MAX 64
^
/sysroot/include/limits.h:59:9: note: previous definition is here
#define HOST_NAME_MAX 255
^
In file included from Modules/berval.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:143:
In file included from /usr/include/bits/posix1_lim.h:160:
/usr/include/bits/local_lim.h:99:9: warning: 'SEM_VALUE_MAX' macro redefined [-Wmacro-redefined]
#define SEM_VALUE_MAX (2147483647)
^
/sysroot/include/limits.h:66:9: note: previous definition is here
#define SEM_VALUE_MAX 0x7fffffff
^
In file included from Modules/berval.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:147:
/usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]
#define RE_DUP_MAX (0x7fff)
^
/sysroot/include/limits.h:82:9: note: previous definition is here
#define RE_DUP_MAX 255
^
In file included from Modules/berval.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:65:9: warning: '_XOPEN_IOV_MAX' macro redefined [-Wmacro-redefined]
#define _XOPEN_IOV_MAX _POSIX_UIO_MAXIOV
^
/sysroot/include/limits.h:150:9: note: previous definition is here
#define _XOPEN_IOV_MAX 16
^
In file included from Modules/berval.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:70:9: warning: 'NL_ARGMAX' macro redefined [-Wmacro-redefined]
#define NL_ARGMAX _POSIX_ARG_MAX
^
/sysroot/include/limits.h:84:9: note: previous definition is here
#define NL_ARGMAX 9
^
In file included from Modules/berval.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:73:9: warning: 'NL_LANGMAX' macro redefined [-Wmacro-redefined]
#define NL_LANGMAX _POSIX2_LINE_MAX
^
/sysroot/include/limits.h:85:9: note: previous definition is here
#define NL_LANGMAX 32
^
In file included from Modules/berval.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:76:9: warning: 'NL_MSGMAX' macro redefined [-Wmacro-redefined]
#define NL_MSGMAX INT_MAX
^
/sysroot/include/limits.h:86:9: note: previous definition is here
#define NL_MSGMAX 32767
^
In file included from Modules/berval.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:80:9: warning: 'NL_NMAX' macro redefined [-Wmacro-redefined]
#define NL_NMAX INT_MAX
^
/sysroot/include/limits.h:95:9: note: previous definition is here
#define NL_NMAX 16
^
In file included from Modules/berval.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:83:9: warning: 'NL_SETMAX' macro redefined [-Wmacro-redefined]
#define NL_SETMAX INT_MAX
^
/sysroot/include/limits.h:87:9: note: previous definition is here
#define NL_SETMAX 255
^
In file included from Modules/berval.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:19:
In file included from /usr/include/limits.h:151:
/usr/include/bits/xopen_lim.h:86:9: warning: 'NL_TEXTMAX' macro redefined [-Wmacro-redefined]
#define NL_TEXTMAX INT_MAX
^
/sysroot/include/limits.h:88:9: note: previous definition is here
#define NL_TEXTMAX 2048
^
In file included from Modules/berval.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:58:
In file included from /usr/include/python2.7/pyport.h:325:
In file included from /usr/include/math.h:472:
/usr/include/bits/mathinline.h:153:64: warning: use of GNU old-style field designator extension [-Wgnu-designator]
__extension__ union { long double __l; int __i[3]; } __u = { __l: __x };
^~~~
.__l =
In file included from Modules/berval.c:4:
In file included from Modules/common.h:10:
In file included from /usr/include/python2.7/Python.h:85:
In file included from /usr/include/python2.7/unicodeobject.h:120:
/usr/include/wchar.h:398:47: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
{ return (__builtin_constant_p (__wc) && __wc >= L'\0' && __wc <= L'\x7f'
~~~~ ^ ~~~~~
17 warnings generated.
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Modules/LDAPObject.o build/temp.linux-x86_64-2.7/Modules/ldapcontrol.o build/temp.linux-x86_64-2.7/Modules/common.o build/temp.linux-x86_64-2.7/Modules/constants.o build/temp.linux-x86_64-2.7/Modules/errors.o build/temp.linux-x86_64-2.7/Modules/functions.o build/temp.linux-x86_64-2.7/Modules/schema.o build/temp.linux-x86_64-2.7/Modules/ldapmodule.o build/temp.linux-x86_64-2.7/Modules/message.o build/temp.linux-x86_64-2.7/Modules/version.o build/temp.linux-x86_64-2.7/Modules/options.o build/temp.linux-x86_64-2.7/Modules/berval.o -L/usr/lib -L/usr/lib64 -L/usr/local/lib -L/usr/local/lib64 -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/lib64 -Wl,-R/usr/local/lib -Wl,-R/usr/local/lib64 -lldap_r -lpython2.7 -o build/lib.linux-x86_64-2.7/_ldap.so
==> Entering fakeroot environment...
==> Starting package()...
defines: HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
extra_compile_args:
extra_objects:
include_dirs: /usr/include /usr/include/sasl /usr/local/include /usr/local/include/sasl
library_dirs: /usr/lib /usr/lib64 /usr/local/lib /usr/local/lib64
libs: ldap_r
running install
running build
running build_py
file Lib/ldap.py (for module ldap) not found
file Lib/ldap/controls.py (for module ldap.controls) not found
file Lib/ldap/extop.py (for module ldap.extop) not found
file Lib/ldap/schema.py (for module ldap.schema) not found
file Lib/ldap.py (for module ldap) not found
file Lib/ldap/controls.py (for module ldap.controls) not found
file Lib/ldap/extop.py (for module ldap.extop) not found
file Lib/ldap/schema.py (for module ldap.schema) not found
running build_ext
running install_lib
creating /tmp/python2-ldap/pkg/python2-ldap/usr
creating /tmp/python2-ldap/pkg/python2-ldap/usr/lib
creating /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7
creating /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages
copying build/lib.linux-x86_64-2.7/ldapurl.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages
copying build/lib.linux-x86_64-2.7/ldif.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages
copying build/lib.linux-x86_64-2.7/dsml.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages
creating /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
copying build/lib.linux-x86_64-2.7/ldap/__init__.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
copying build/lib.linux-x86_64-2.7/ldap/async.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
creating /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls
copying build/lib.linux-x86_64-2.7/ldap/controls/__init__.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls
copying build/lib.linux-x86_64-2.7/ldap/controls/deref.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls
copying build/lib.linux-x86_64-2.7/ldap/controls/libldap.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls
copying build/lib.linux-x86_64-2.7/ldap/controls/openldap.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls
copying build/lib.linux-x86_64-2.7/ldap/controls/ppolicy.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls
copying build/lib.linux-x86_64-2.7/ldap/controls/psearch.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls
copying build/lib.linux-x86_64-2.7/ldap/controls/pwdpolicy.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls
copying build/lib.linux-x86_64-2.7/ldap/controls/readentry.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls
copying build/lib.linux-x86_64-2.7/ldap/controls/sessiontrack.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls
copying build/lib.linux-x86_64-2.7/ldap/controls/simple.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls
copying build/lib.linux-x86_64-2.7/ldap/cidict.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
copying build/lib.linux-x86_64-2.7/ldap/dn.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
creating /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/extop
copying build/lib.linux-x86_64-2.7/ldap/extop/__init__.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/extop
copying build/lib.linux-x86_64-2.7/ldap/extop/dds.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/extop
copying build/lib.linux-x86_64-2.7/ldap/filter.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
copying build/lib.linux-x86_64-2.7/ldap/functions.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
copying build/lib.linux-x86_64-2.7/ldap/ldapobject.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
copying build/lib.linux-x86_64-2.7/ldap/logger.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
copying build/lib.linux-x86_64-2.7/ldap/modlist.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
copying build/lib.linux-x86_64-2.7/ldap/resiter.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
copying build/lib.linux-x86_64-2.7/ldap/sasl.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
creating /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/schema
copying build/lib.linux-x86_64-2.7/ldap/schema/__init__.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/schema
copying build/lib.linux-x86_64-2.7/ldap/schema/models.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/schema
copying build/lib.linux-x86_64-2.7/ldap/schema/subentry.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/schema
copying build/lib.linux-x86_64-2.7/ldap/schema/tokenizer.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/schema
copying build/lib.linux-x86_64-2.7/ldap/syncrepl.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
copying build/lib.linux-x86_64-2.7/_ldap.so -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldapurl.py to ldapurl.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldif.py to ldif.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/dsml.py to dsml.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/__init__.py to __init__.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/async.py to async.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls/__init__.py to __init__.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls/deref.py to deref.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls/libldap.py to libldap.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls/openldap.py to openldap.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls/ppolicy.py to ppolicy.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls/psearch.py to psearch.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls/pwdpolicy.py to pwdpolicy.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls/readentry.py to readentry.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls/sessiontrack.py to sessiontrack.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls/simple.py to simple.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/cidict.py to cidict.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/dn.py to dn.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/extop/__init__.py to __init__.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/extop/dds.py to dds.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/filter.py to filter.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/functions.py to functions.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/ldapobject.py to ldapobject.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/logger.py to logger.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/modlist.py to modlist.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/resiter.py to resiter.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/sasl.py to sasl.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/schema/__init__.py to __init__.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/schema/models.py to models.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/schema/subentry.py to subentry.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/schema/tokenizer.py to tokenizer.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/syncrepl.py to syncrepl.pyc
writing byte-compilation script '/tmp/tmpdhrT4_.py'
/usr/bin/python2 -O /tmp/tmpdhrT4_.py
removing /tmp/tmpdhrT4_.py
running install_egg_info
Writing /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/python_ldap-2.4.25-py2.7.egg-info
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "python2-ldap"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python2-ldap 2.4.25-1 (Wed Apr 5 02:08:54 UTC 2017)
CMD: pacman --query --file python2-ldap-2.4.25-1-x86_64.pkg.tar.xz
Creating hybrid package for 'python2-ldap'
Trying to find vanilla package 'python2-ldap'...
CMD: pacman --query --file /mirror/python2-ldap-2.4.25-1.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.BUILDINFO
/.MTREE
/usr/share/licenses/python2-ldap/LICENSE
/usr/lib/python2.7/site-packages/dsml.pyo
/usr/lib/python2.7/site-packages/dsml.py
/usr/lib/python2.7/site-packages/python_ldap-2.4.25-py2.7.egg-info
/usr/lib/python2.7/site-packages/ldapurl.py
/usr/lib/python2.7/site-packages/_ldap.so
/usr/lib/python2.7/site-packages/ldif.py
/usr/lib/python2.7/site-packages/ldapurl.pyc
/usr/lib/python2.7/site-packages/ldif.pyo
/usr/lib/python2.7/site-packages/ldapurl.pyo
/usr/lib/python2.7/site-packages/ldif.pyc
/usr/lib/python2.7/site-packages/dsml.pyc
/usr/lib/python2.7/site-packages/ldap/__init__.py
/usr/lib/python2.7/site-packages/ldap/logger.py
/usr/lib/python2.7/site-packages/ldap/syncrepl.pyc
/usr/lib/python2.7/site-packages/ldap/modlist.py
/usr/lib/python2.7/site-packages/ldap/functions.py
/usr/lib/python2.7/site-packages/ldap/cidict.pyo
/usr/lib/python2.7/site-packages/ldap/logger.pyo
/usr/lib/python2.7/site-packages/ldap/resiter.pyc
/usr/lib/python2.7/site-packages/ldap/__init__.pyc
/usr/lib/python2.7/site-packages/ldap/functions.pyo
/usr/lib/python2.7/site-packages/ldap/syncrepl.pyo
/usr/lib/python2.7/site-packages/ldap/sasl.pyc
/usr/lib/python2.7/site-packages/ldap/dn.pyo
/usr/lib/python2.7/site-packages/ldap/ldapobject.pyo
/usr/lib/python2.7/site-packages/ldap/resiter.pyo
/usr/lib/python2.7/site-packages/ldap/sasl.py
/usr/lib/python2.7/site-packages/ldap/resiter.py
/usr/lib/python2.7/site-packages/ldap/ldapobject.pyc
/usr/lib/python2.7/site-packages/ldap/filter.py
/usr/lib/python2.7/site-packages/ldap/cidict.pyc
/usr/lib/python2.7/site-packages/ldap/dn.py
/usr/lib/python2.7/site-packages/ldap/modlist.pyo
/usr/lib/python2.7/site-packages/ldap/__init__.pyo
/usr/lib/python2.7/site-packages/ldap/ldapobject.py
/usr/lib/python2.7/site-packages/ldap/logger.pyc
/usr/lib/python2.7/site-packages/ldap/filter.pyo
/usr/lib/python2.7/site-packages/ldap/syncrepl.py
/usr/lib/python2.7/site-packages/ldap/async.pyo
/usr/lib/python2.7/site-packages/ldap/filter.pyc
/usr/lib/python2.7/site-packages/ldap/cidict.py
/usr/lib/python2.7/site-packages/ldap/sasl.pyo
/usr/lib/python2.7/site-packages/ldap/modlist.pyc
/usr/lib/python2.7/site-packages/ldap/functions.pyc
/usr/lib/python2.7/site-packages/ldap/dn.pyc
/usr/lib/python2.7/site-packages/ldap/async.pyc
/usr/lib/python2.7/site-packages/ldap/async.py
/usr/lib/python2.7/site-packages/ldap/extop/__init__.py
/usr/lib/python2.7/site-packages/ldap/extop/dds.py
/usr/lib/python2.7/site-packages/ldap/extop/__init__.pyc
/usr/lib/python2.7/site-packages/ldap/extop/__init__.pyo
/usr/lib/python2.7/site-packages/ldap/extop/dds.pyc
/usr/lib/python2.7/site-packages/ldap/extop/dds.pyo
/usr/lib/python2.7/site-packages/ldap/controls/__init__.py
/usr/lib/python2.7/site-packages/ldap/controls/openldap.pyo
/usr/lib/python2.7/site-packages/ldap/controls/deref.py
/usr/lib/python2.7/site-packages/ldap/controls/pwdpolicy.py
/usr/lib/python2.7/site-packages/ldap/controls/ppolicy.pyo
/usr/lib/python2.7/site-packages/ldap/controls/simple.pyo
/usr/lib/python2.7/site-packages/ldap/controls/deref.pyo
/usr/lib/python2.7/site-packages/ldap/controls/libldap.py
/usr/lib/python2.7/site-packages/ldap/controls/openldap.py
/usr/lib/python2.7/site-packages/ldap/controls/__init__.pyc
/usr/lib/python2.7/site-packages/ldap/controls/sessiontrack.pyc
/usr/lib/python2.7/site-packages/ldap/controls/openldap.pyc
/usr/lib/python2.7/site-packages/ldap/controls/deref.pyc
/usr/lib/python2.7/site-packages/ldap/controls/readentry.py
/usr/lib/python2.7/site-packages/ldap/controls/ppolicy.py
/usr/lib/python2.7/site-packages/ldap/controls/pwdpolicy.pyc
/usr/lib/python2.7/site-packages/ldap/controls/libldap.pyc
/usr/lib/python2.7/site-packages/ldap/controls/sessiontrack.py
/usr/lib/python2.7/site-packages/ldap/controls/psearch.pyc
/usr/lib/python2.7/site-packages/ldap/controls/psearch.py
/usr/lib/python2.7/site-packages/ldap/controls/__init__.pyo
/usr/lib/python2.7/site-packages/ldap/controls/ppolicy.pyc
/usr/lib/python2.7/site-packages/ldap/controls/readentry.pyo
/usr/lib/python2.7/site-packages/ldap/controls/simple.py
/usr/lib/python2.7/site-packages/ldap/controls/simple.pyc
/usr/lib/python2.7/site-packages/ldap/controls/libldap.pyo
/usr/lib/python2.7/site-packages/ldap/controls/readentry.pyc
/usr/lib/python2.7/site-packages/ldap/controls/sessiontrack.pyo
/usr/lib/python2.7/site-packages/ldap/controls/pwdpolicy.pyo
/usr/lib/python2.7/site-packages/ldap/controls/psearch.pyo
/usr/lib/python2.7/site-packages/ldap/schema/__init__.py
/usr/lib/python2.7/site-packages/ldap/schema/tokenizer.pyc
/usr/lib/python2.7/site-packages/ldap/schema/subentry.pyo
/usr/lib/python2.7/site-packages/ldap/schema/models.py
/usr/lib/python2.7/site-packages/ldap/schema/subentry.pyc
/usr/lib/python2.7/site-packages/ldap/schema/__init__.pyc
/usr/lib/python2.7/site-packages/ldap/schema/models.pyo
/usr/lib/python2.7/site-packages/ldap/schema/tokenizer.py
/usr/lib/python2.7/site-packages/ldap/schema/subentry.py
/usr/lib/python2.7/site-packages/ldap/schema/__init__.pyo
/usr/lib/python2.7/site-packages/ldap/schema/models.pyc
/usr/lib/python2.7/site-packages/ldap/schema/tokenizer.pyo
/sysroot/usr/lib/python2.7/site-packages/ldapurl.py
/sysroot/usr/lib/python2.7/site-packages/ldif.py
/sysroot/usr/lib/python2.7/site-packages/dsml.py
/sysroot/usr/lib/python2.7/site-packages/_ldap.so
/sysroot/usr/lib/python2.7/site-packages/ldapurl.pyc
/sysroot/usr/lib/python2.7/site-packages/ldif.pyc
/sysroot/usr/lib/python2.7/site-packages/dsml.pyc
/sysroot/usr/lib/python2.7/site-packages/ldapurl.pyo
/sysroot/usr/lib/python2.7/site-packages/ldif.pyo
/sysroot/usr/lib/python2.7/site-packages/dsml.pyo
/sysroot/usr/lib/python2.7/site-packages/python_ldap-2.4.25-py2.7.egg-info
/sysroot/usr/lib/python2.7/site-packages/ldap/__init__.py
/sysroot/usr/lib/python2.7/site-packages/ldap/async.py
/sysroot/usr/lib/python2.7/site-packages/ldap/cidict.py
/sysroot/usr/lib/python2.7/site-packages/ldap/dn.py
/sysroot/usr/lib/python2.7/site-packages/ldap/filter.py
/sysroot/usr/lib/python2.7/site-packages/ldap/functions.py
/sysroot/usr/lib/python2.7/site-packages/ldap/ldapobject.py
/sysroot/usr/lib/python2.7/site-packages/ldap/logger.py
/sysroot/usr/lib/python2.7/site-packages/ldap/modlist.py
/sysroot/usr/lib/python2.7/site-packages/ldap/resiter.py
/sysroot/usr/lib/python2.7/site-packages/ldap/sasl.py
/sysroot/usr/lib/python2.7/site-packages/ldap/syncrepl.py
/sysroot/usr/lib/python2.7/site-packages/ldap/__init__.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/async.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/cidict.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/dn.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/filter.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/functions.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/ldapobject.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/logger.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/modlist.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/resiter.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/sasl.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/syncrepl.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/__init__.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/async.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/cidict.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/dn.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/filter.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/functions.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/ldapobject.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/logger.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/modlist.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/resiter.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/sasl.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/syncrepl.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/__init__.py
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/deref.py
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/libldap.py
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/openldap.py
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/ppolicy.py
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/psearch.py
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/pwdpolicy.py
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/readentry.py
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/sessiontrack.py
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/simple.py
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/__init__.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/deref.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/libldap.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/openldap.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/ppolicy.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/psearch.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/pwdpolicy.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/readentry.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/sessiontrack.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/simple.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/__init__.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/deref.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/libldap.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/openldap.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/ppolicy.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/psearch.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/pwdpolicy.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/readentry.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/sessiontrack.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/simple.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/extop/__init__.py
/sysroot/usr/lib/python2.7/site-packages/ldap/extop/dds.py
/sysroot/usr/lib/python2.7/site-packages/ldap/extop/__init__.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/extop/dds.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/extop/__init__.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/extop/dds.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/schema/__init__.py
/sysroot/usr/lib/python2.7/site-packages/ldap/schema/models.py
/sysroot/usr/lib/python2.7/site-packages/ldap/schema/subentry.py
/sysroot/usr/lib/python2.7/site-packages/ldap/schema/tokenizer.py
/sysroot/usr/lib/python2.7/site-packages/ldap/schema/__init__.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/schema/models.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/schema/subentry.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/schema/tokenizer.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/schema/__init__.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/schema/models.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/schema/subentry.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/schema/tokenizer.pyo
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z
CMD: bsdtar -tqf python2-ldap.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/python2-ldap.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/python2-ldap.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/python2-ldap.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'