Opened 11 years ago

Closed 11 years ago

#36887 closed defect (worksforme)

python27: fatal error: 'Carbon/Carbon.h' file not found

Reported by: thebourne17@… Owned by: jyrkiwahlstedt
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: python27

Description (last modified by ryandesign (Ryan Carsten Schmidt))

When i run the command "sudo port install wine" the following error log states:

version:1
:debug:main changing euid/egid - current euid: 0 - current egid: 0
:debug:main egid changed to: 501
:debug:main euid changed to: 502
:debug:main Executing org.macports.main (python27)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.archivefetch (python27)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.fetch (python27)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.checksum (python27)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.extract (python27)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.patch (python27)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.configure (python27)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:build build phase started at Sun Nov  4 11:39:43 CST 2012
:notice:build --->  Building python27
:debug:build Executing org.macports.build (python27)
:debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.8'
:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3" && /usr/bin/make -j2 -w all MAKE="/usr/bin/make CC=/usr/bin/clang"'
:debug:build Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3" && /usr/bin/make -j2 -w all MAKE="/usr/bin/make CC=/usr/bin/clang" 
:info:build make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3'
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/mactoolboxglue.o Python/mactoolboxglue.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Modules/main.o Modules/main.c
:info:build In file included from Python/mactoolboxglue.c:27:
:info:build Include/pymactoolbox.h:10:10: fatal error: 'Carbon/Carbon.h' file not found
:info:build #include <Carbon/Carbon.h>
:info:build          ^
:info:build 1 error generated.
:info:build make: *** [Python/mactoolboxglue.o] Error 1
:info:build make: *** Waiting for unfinished jobs....
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3'
:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3" && /usr/bin/make -j2 -w all MAKE="/usr/bin/make CC=/usr/bin/clang" 
:info:build Exit code: 2
:error:build org.macports.build for port python27 returned: command execution failed
:debug:build Error code: CHILDSTATUS 98577 2
:debug:build Backtrace: command execution failed
    while executing
"system -nice 0 $fullcmdstring"
    ("eval" body line 1)
    invoked from within
"eval system $notty $nice \$fullcmdstring"
    invoked from within
"command_exec build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"$procedure $targetname"
:info:build Warning: targets not executed for python27: org.macports.activate org.macports.build org.macports.destroot org.macports.install
:error:build Failed to install python27
:debug:build couldn't open "/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex": no such file or directory
    while executing
"open [file join $dir tclIndex]"
:notice:build Please see the log file for port python27 for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/main.log

im not sure whats going on, any help would be greatly appreciated, thanks!

Change History (4)

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: wine python27 build fail removed
Owner: changed from macports-tickets@… to jwa@…
Port: python27 added; wine removed
Summary: Wine fails to install due to an error in the build of python27python27: fatal error: 'Carbon/Carbon.h' file not found

This looks like #32906. Please "sudo port clean python27" and then try again, and if it fails again, attach the new main.log file.

comment:2 Changed 11 years ago by thebourne17@…

Ran the command "sudo port clean python27" and it succeeded, but the installation still had an error in the same spot. Here's what it says

version:1
:debug:main Attempting ln -sf /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/python27/work
:debug:main changing euid/egid - current euid: 0 - current egid: 0
:debug:main egid changed to: 501
:debug:main euid changed to: 502
:debug:main Executing org.macports.main (python27)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:archivefetch archivefetch phase started at Sun Nov  4 14:32:32 CST 2012
:msg:archivefetch --->  Fetching archive for python27
:debug:archivefetch Executing org.macports.archivefetch (python27)
:debug:archivefetch euid/egid changed to: 0/0
:debug:archivefetch chowned /opt/local/var/macports/incoming to macports
:debug:archivefetch euid/egid changed to: 502/501
:info:archivefetch --->  python27-2.7.3_1+universal.darwin_12.i386-x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified
:msg:archivefetch --->  Attempting to fetch python27-2.7.3_1+universal.darwin_12.i386-x86_64.tbz2 from http://packages.macports.org/python27
:debug:archivefetch Fetching archive failed:: The requested URL returned error: 404
:msg:archivefetch --->  Attempting to fetch python27-2.7.3_1+universal.darwin_12.i386-x86_64.tbz2 from http://lil.fr.packages.macports.org/python27
:debug:archivefetch Fetching archive failed:: The requested URL returned error: 404
:msg:archivefetch --->  Attempting to fetch python27-2.7.3_1+universal.darwin_12.i386-x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/python27
:debug:archivefetch Fetching archive failed:: The requested URL returned error: 404
:debug:archivefetch Privilege de-escalation not attempted as not running as root.
:debug:fetch fetch phase started at Sun Nov  4 14:32:55 CST 2012
:notice:fetch --->  Fetching distfiles for python27
:debug:fetch Executing org.macports.fetch (python27)
:debug:fetch Privilege de-escalation not attempted as not running as root.
:debug:checksum checksum phase started at Sun Nov  4 14:32:55 CST 2012
:notice:checksum --->  Verifying checksum(s) for python27
:debug:checksum Executing org.macports.checksum (python27)
:info:checksum --->  Checksumming Python-2.7.3.tar.xz
:debug:checksum Correct (rmd160) checksum for Python-2.7.3.tar.xz
:debug:checksum Correct (sha256) checksum for Python-2.7.3.tar.xz
:debug:checksum Privilege de-escalation not attempted as not running as root.
:debug:extract extract phase started at Sun Nov  4 14:32:55 CST 2012
:notice:extract --->  Extracting python27
:debug:extract setting option extract.cmd to /opt/local/bin/xz
:debug:extract Executing org.macports.extract (python27)
:info:extract --->  Extracting Python-2.7.3.tar.xz
:debug:extract setting option extract.args to '/opt/local/var/macports/distfiles/python27/Python-2.7.3.tar.xz'
:debug:extract Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.8'
:debug:extract Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work" && /opt/local/bin/xz -dc '/opt/local/var/macports/distfiles/python27/Python-2.7.3.tar.xz' | /usr/bin/gnutar --no-same-owner -xf -'
:debug:extract Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work" && /opt/local/bin/xz -dc '/opt/local/var/macports/distfiles/python27/Python-2.7.3.tar.xz' | /usr/bin/gnutar --no-same-owner -xf - 
:debug:extract euid/egid changed to: 0/0
:debug:extract chowned /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work to macports
:debug:extract euid/egid changed to: 502/501
:debug:extract Privilege de-escalation not attempted as not running as root.
:debug:patch patch phase started at Sun Nov  4 14:32:59 CST 2012
:debug:patch Executing org.macports.patch (python27)
:notice:patch --->  Applying patches to python27
:info:patch --->  Applying patch-Makefile.pre.in.diff
:debug:patch Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.8'
:debug:patch Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3" && /usr/bin/patch -p0'
:debug:patch Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/python27/files/patch-Makefile.pre.in.diff'
:info:patch patching file Makefile.pre.in
:info:patch Hunk #1 succeeded at 408 (offset 4 lines).
:info:patch Hunk #2 succeeded at 1062 (offset 18 lines).
:info:patch Hunk #3 succeeded at 1135 (offset 18 lines).
:info:patch --->  Applying patch-setup.py.diff
:debug:patch Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.8'
:debug:patch Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3" && /usr/bin/patch -p0'
:debug:patch Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/python27/files/patch-setup.py.diff'
:info:patch patching file setup.py
:info:patch Hunk #1 succeeded at 1660 (offset 23 lines).
:info:patch Hunk #2 succeeded at 1698 (offset 21 lines).
:info:patch Hunk #3 succeeded at 1750 (offset 23 lines).
:info:patch --->  Applying patch-setup.py-disabled_modules.diff
:debug:patch Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.8'
:debug:patch Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3" && /usr/bin/patch -p0'
:debug:patch Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/python27/files/patch-setup.py-disabled_modules.diff'
:info:patch patching file setup.py
:info:patch --->  Applying patch-Lib-cgi.py.diff
:debug:patch Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.8'
:debug:patch Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3" && /usr/bin/patch -p0'
:debug:patch Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/python27/files/patch-Lib-cgi.py.diff'
:info:patch patching file Lib/cgi.py
:info:patch --->  Applying patch-Lib-ctypes-macholib-dyld.py.diff
:debug:patch Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.8'
:debug:patch Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3" && /usr/bin/patch -p0'
:debug:patch Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/python27/files/patch-Lib-ctypes-macholib-dyld.py.diff'
:info:patch patching file Lib/ctypes/macholib/dyld.py
:info:patch --->  Applying patch-configure.diff
:debug:patch Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.8'
:debug:patch Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3" && /usr/bin/patch -p0'
:debug:patch Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/python27/files/patch-configure.diff'
:info:patch patching file configure
:info:patch Hunk #1 succeeded at 2923 (offset 9 lines).
:info:patch --->  Applying patch-libedit.diff
:debug:patch Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.8'
:debug:patch Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3" && /usr/bin/patch -p0'
:debug:patch Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/python27/files/patch-libedit.diff'
:info:patch patching file configure
:info:patch patching file setup.py
:info:patch patching file Modules/readline.c
:debug:patch Executing proc-post-org.macports.patch-patch-0
:debug:patch Executing reinplace: /usr/bin/sed s|@@PREFIX@@|/opt/local|g < /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3/Lib/cgi.py >@ file12
:debug:patch euid/egid changed to: 0/0
:debug:patch chowned /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3/Lib/cgi.py to macports
:debug:patch euid/egid changed to: 502/501
:debug:patch euid/egid changed to: 0/0
:debug:patch setting attributes on /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3/Lib/cgi.py
:debug:patch euid/egid changed to: 502/501
:debug:patch Executing reinplace: /usr/bin/sed s|@@PREFIX@@|/opt/local|g < /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3/Lib/ctypes/macholib/dyld.py >@ file12
:debug:patch euid/egid changed to: 0/0
:debug:patch chowned /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3/Lib/ctypes/macholib/dyld.py to macports
:debug:patch euid/egid changed to: 502/501
:debug:patch euid/egid changed to: 0/0
:debug:patch setting attributes on /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3/Lib/ctypes/macholib/dyld.py
:debug:patch euid/egid changed to: 502/501
:debug:patch Executing reinplace: /usr/bin/sed s|@@APPLICATIONS_DIR@@|/Applications/MacPorts| < /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3/configure >@ file12
:debug:patch euid/egid changed to: 0/0
:debug:patch chowned /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3/configure to macports
:debug:patch euid/egid changed to: 502/501
:debug:patch euid/egid changed to: 0/0
:debug:patch setting attributes on /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3/configure
:debug:patch euid/egid changed to: 502/501
:debug:patch Executing reinplace: /usr/bin/sed {s|xargs -0 rm -r|/usr/bin/xargs -0 /bin/rm -r|g} < /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3/Mac/PythonLauncher/Makefile.in >@ file12
:debug:patch euid/egid changed to: 0/0
:debug:patch chowned /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3/Mac/PythonLauncher/Makefile.in to macports
:debug:patch euid/egid changed to: 502/501
:debug:patch euid/egid changed to: 0/0
:debug:patch setting attributes on /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3/Mac/PythonLauncher/Makefile.in
:debug:patch euid/egid changed to: 502/501
:debug:patch Executing proc-post-org.macports.patch-patch-1
:debug:patch Executing reinplace: /usr/bin/sed s/-lSystemStubs//g < /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3/configure >@ file12
:debug:patch euid/egid changed to: 0/0
:debug:patch chowned /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3/configure to macports
:debug:patch euid/egid changed to: 502/501
:debug:patch euid/egid changed to: 0/0
:debug:patch setting attributes on /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3/configure
:debug:patch euid/egid changed to: 502/501
:debug:patch Executing proc-post-org.macports.patch-patch-2
:debug:patch Executing reinplace: /usr/bin/sed {s|UNIVERSAL_ARCH_FLAGS=".*"|UNIVERSAL_ARCH_FLAGS="-arch x86_64 -arch i386"|} < /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3/configure >@ file12
:debug:patch euid/egid changed to: 0/0
:debug:patch chowned /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3/configure to macports
:debug:patch euid/egid changed to: 502/501
:debug:patch euid/egid changed to: 0/0
:debug:patch setting attributes on /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3/configure
:debug:patch euid/egid changed to: 502/501
:debug:patch Executing reinplace: /usr/bin/sed {s|ARCH_RUN_32BIT=".*"|ARCH_RUN_32BIT="arch -i386"|} < /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3/configure >@ file12
:debug:patch euid/egid changed to: 0/0
:debug:patch chowned /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3/configure to macports
:debug:patch euid/egid changed to: 502/501
:debug:patch euid/egid changed to: 0/0
:debug:patch setting attributes on /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3/configure
:debug:patch euid/egid changed to: 502/501
:debug:patch Privilege de-escalation not attempted as not running as root.
:debug:configure configure phase started at Sun Nov  4 14:33:00 CST 2012
:notice:configure --->  Configuring python27
:debug:configure Using compiler 'Mac OS X clang'
:debug:configure Executing org.macports.configure (python27)
:debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-pipe -O2 -fwrapv -arch x86_64 -arch i386' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-pipe -O2 -arch x86_64 -arch i386' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.8' CXX='/usr/bin/clang++' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/.CC_PRINT_OPTIONS' F90FLAGS='-pipe -O2' LDFLAGS='-L/opt/local/lib -arch x86_64 -arch i386' OBJC='/usr/bin/clang' FCFLAGS='-pipe -O2' INSTALL='/usr/bin/install -c' OBJCFLAGS='-pipe -O2 -arch x86_64 -arch i386' FFLAGS='-pipe -O2' CC_PRINT_OPTIONS='YES' CC='/usr/bin/clang'
:debug:configure Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3" && ./configure --prefix=/opt/local --disable-dependency-tracking --enable-framework=/opt/local/Library/Frameworks --enable-ipv6 --enable-universalsdk=/'
:debug:configure Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3" && ./configure --prefix=/opt/local --disable-dependency-tracking --enable-framework=/opt/local/Library/Frameworks --enable-ipv6 --enable-universalsdk=/ 
:info:configure configure: WARNING: unrecognized options: --disable-dependency-tracking
:info:configure checking for --enable-universalsdk... /
:info:configure checking for --with-universal-archs... 32-bit
:info:configure checking MACHDEP... darwin
:info:configure checking EXTRAPLATDIR... $(PLATMACDIRS)
:info:configure checking machine type as reported by uname -m... x86_64
:info:configure checking for --without-gcc... no
:info:configure checking for gcc... /usr/bin/clang
:info:configure checking whether the C compiler works... yes
:info:configure checking for C compiler default output file name... a.out
:info:configure checking for suffix of executables... 
:info:configure checking whether we are cross compiling... no
:info:configure checking for suffix of object files... o
:info:configure checking whether we are using the GNU C compiler... yes
:info:configure checking whether /usr/bin/clang accepts -g... yes
:info:configure checking for /usr/bin/clang option to accept ISO C89... none needed
:info:configure checking for --with-cxx-main=<compiler>... no
:info:configure checking how to run the C preprocessor... /usr/bin/clang -E
:info:configure checking for grep that handles long lines and -e... /usr/bin/grep
:info:configure checking for egrep... /usr/bin/grep -E
:info:configure checking for ANSI C header files... yes
:info:configure checking for sys/types.h... yes
:info:configure checking for sys/stat.h... yes
:info:configure checking for stdlib.h... yes
:info:configure checking for string.h... yes
:info:configure checking for memory.h... yes
:info:configure checking for strings.h... yes
:info:configure checking for inttypes.h... yes
:info:configure checking for stdint.h... yes
:info:configure checking for unistd.h... yes
:info:configure checking minix/config.h usability... no
:info:configure checking minix/config.h presence... no
:info:configure checking for minix/config.h... no
:info:configure checking whether it is safe to define __EXTENSIONS__... yes
:info:configure checking for --with-suffix... 
:info:configure checking for case-insensitive build directory... yes
:info:configure checking LIBRARY... libpython$(VERSION).a
:info:configure checking LINKCC... $(PURIFY) $(MAINCC)
:info:configure checking for GNU ld... no
:info:configure checking for --enable-shared... no
:info:configure checking for --enable-profiling... 
:info:configure checking LDLIBRARY... $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)
:info:configure checking for ranlib... ranlib
:info:configure checking for ar... ar
:info:configure checking for svnversion... not-found
:info:configure checking for hg... not-found
:info:configure checking for a BSD-compatible install... /usr/bin/install -c
:info:configure checking for --with-pydebug... no
:info:configure checking whether /usr/bin/clang accepts -fno-strict-aliasing... yes
:info:configure checking whether /usr/bin/clang accepts -OPT:Olimit=0... yes
:info:configure checking whether gcc supports ParseTuple __format__... no
:info:configure checking whether pthreads are available without options... yes
:info:configure checking whether /usr/bin/clang++ also accepts flags for thread support... no
:info:configure checking for ANSI C header files... (cached) yes
:info:configure checking asm/types.h usability... no
:info:configure checking asm/types.h presence... no
:info:configure checking for asm/types.h... no
:info:configure checking conio.h usability... no
:info:configure checking conio.h presence... no
:info:configure checking for conio.h... no
:info:configure checking curses.h usability... yes
:info:configure checking curses.h presence... yes
:info:configure checking for curses.h... yes
:info:configure checking direct.h usability... no
:info:configure checking direct.h presence... no
:info:configure checking for direct.h... no
:info:configure checking dlfcn.h usability... yes
:info:configure checking dlfcn.h presence... yes
:info:configure checking for dlfcn.h... yes
:info:configure checking errno.h usability... yes
:info:configure checking errno.h presence... yes
:info:configure checking for errno.h... yes
:info:configure checking fcntl.h usability... yes
:info:configure checking fcntl.h presence... yes
:info:configure checking for fcntl.h... yes
:info:configure checking grp.h usability... yes
:info:configure checking grp.h presence... yes
:info:configure checking for grp.h... yes
:info:configure checking ieeefp.h usability... no
:info:configure checking ieeefp.h presence... no
:info:configure checking for ieeefp.h... no
:info:configure checking io.h usability... no
:info:configure checking io.h presence... no
:info:configure checking for io.h... no
:info:configure checking langinfo.h usability... yes
:info:configure checking langinfo.h presence... yes
:info:configure checking for langinfo.h... yes
:info:configure checking libintl.h usability... yes
:info:configure checking libintl.h presence... yes
:info:configure checking for libintl.h... yes
:info:configure checking ncurses.h usability... yes
:info:configure checking ncurses.h presence... yes
:info:configure checking for ncurses.h... yes
:info:configure checking poll.h usability... yes
:info:configure checking poll.h presence... yes
:info:configure checking for poll.h... yes
:info:configure checking process.h usability... no
:info:configure checking process.h presence... no
:info:configure checking for process.h... no
:info:configure checking pthread.h usability... yes
:info:configure checking pthread.h presence... yes
:info:configure checking for pthread.h... yes
:info:configure checking shadow.h usability... no
:info:configure checking shadow.h presence... no
:info:configure checking for shadow.h... no
:info:configure checking signal.h usability... yes
:info:configure checking signal.h presence... yes
:info:configure checking for signal.h... yes
:info:configure checking for stdint.h... (cached) yes
:info:configure checking stropts.h usability... no
:info:configure checking stropts.h presence... no
:info:configure checking for stropts.h... no
:info:configure checking termios.h usability... yes
:info:configure checking termios.h presence... yes
:info:configure checking for termios.h... yes
:info:configure checking thread.h usability... no
:info:configure checking thread.h presence... no
:info:configure checking for thread.h... no
:info:configure checking for unistd.h... (cached) yes
:info:configure checking utime.h usability... yes
:info:configure checking utime.h presence... yes
:info:configure checking for utime.h... yes
:info:configure checking sys/audioio.h usability... no
:info:configure checking sys/audioio.h presence... no
:info:configure checking for sys/audioio.h... no
:info:configure checking sys/bsdtty.h usability... no
:info:configure checking sys/bsdtty.h presence... no
:info:configure checking for sys/bsdtty.h... no
:info:configure checking sys/epoll.h usability... no
:info:configure checking sys/epoll.h presence... no
:info:configure checking for sys/epoll.h... no
:info:configure checking sys/event.h usability... yes
:info:configure checking sys/event.h presence... yes
:info:configure checking for sys/event.h... yes
:info:configure checking sys/file.h usability... yes
:info:configure checking sys/file.h presence... yes
:info:configure checking for sys/file.h... yes
:info:configure checking sys/loadavg.h usability... no
:info:configure checking sys/loadavg.h presence... no
:info:configure checking for sys/loadavg.h... no
:info:configure checking sys/lock.h usability... yes
:info:configure checking sys/lock.h presence... yes
:info:configure checking for sys/lock.h... yes
:info:configure checking sys/mkdev.h usability... no
:info:configure checking sys/mkdev.h presence... no
:info:configure checking for sys/mkdev.h... no
:info:configure checking sys/modem.h usability... no
:info:configure checking sys/modem.h presence... no
:info:configure checking for sys/modem.h... no
:info:configure checking sys/param.h usability... yes
:info:configure checking sys/param.h presence... yes
:info:configure checking for sys/param.h... yes
:info:configure checking sys/poll.h usability... yes
:info:configure checking sys/poll.h presence... yes
:info:configure checking for sys/poll.h... yes
:info:configure checking sys/select.h usability... yes
:info:configure checking sys/select.h presence... yes
:info:configure checking for sys/select.h... yes
:info:configure checking sys/socket.h usability... yes
:info:configure checking sys/socket.h presence... yes
:info:configure checking for sys/socket.h... yes
:info:configure checking sys/statvfs.h usability... yes
:info:configure checking sys/statvfs.h presence... yes
:info:configure checking for sys/statvfs.h... yes
:info:configure checking for sys/stat.h... (cached) yes
:info:configure checking sys/termio.h usability... no
:info:configure checking sys/termio.h presence... no
:info:configure checking for sys/termio.h... no
:info:configure checking sys/time.h usability... yes
:info:configure checking sys/time.h presence... yes
:info:configure checking for sys/time.h... yes
:info:configure checking sys/times.h usability... yes
:info:configure checking sys/times.h presence... yes
:info:configure checking for sys/times.h... yes
:info:configure checking for sys/types.h... (cached) yes
:info:configure checking sys/un.h usability... yes
:info:configure checking sys/un.h presence... yes
:info:configure checking for sys/un.h... yes
:info:configure checking sys/utsname.h usability... yes
:info:configure checking sys/utsname.h presence... yes
:info:configure checking for sys/utsname.h... yes
:info:configure checking sys/wait.h usability... yes
:info:configure checking sys/wait.h presence... yes
:info:configure checking for sys/wait.h... yes
:info:configure checking pty.h usability... no
:info:configure checking pty.h presence... no
:info:configure checking for pty.h... no
:info:configure checking libutil.h usability... no
:info:configure checking libutil.h presence... no
:info:configure checking for libutil.h... no
:info:configure checking sys/resource.h usability... yes
:info:configure checking sys/resource.h presence... yes
:info:configure checking for sys/resource.h... yes
:info:configure checking netpacket/packet.h usability... no
:info:configure checking netpacket/packet.h presence... no
:info:configure checking for netpacket/packet.h... no
:info:configure checking sysexits.h usability... yes
:info:configure checking sysexits.h presence... yes
:info:configure checking for sysexits.h... yes
:info:configure checking bluetooth.h usability... no
:info:configure checking bluetooth.h presence... no
:info:configure checking for bluetooth.h... no
:info:configure checking bluetooth/bluetooth.h usability... no
:info:configure checking bluetooth/bluetooth.h presence... no
:info:configure checking for bluetooth/bluetooth.h... no
:info:configure checking linux/tipc.h usability... no
:info:configure checking linux/tipc.h presence... no
:info:configure checking for linux/tipc.h... no
:info:configure checking spawn.h usability... yes
:info:configure checking spawn.h presence... yes
:info:configure checking for spawn.h... yes
:info:configure checking util.h usability... yes
:info:configure checking util.h presence... yes
:info:configure checking for util.h... yes
:info:configure checking for dirent.h that defines DIR... yes
:info:configure checking for library containing opendir... none required
:info:configure checking whether sys/types.h defines makedev... yes
:info:configure checking for term.h... yes
:info:configure checking for linux/netlink.h... no
:info:configure checking for clock_t in time.h... yes
:info:configure checking for makedev... yes
:info:configure checking Solaris LFS bug... no
:info:configure checking for mode_t... yes
:info:configure checking for off_t... yes
:info:configure checking for pid_t... yes
:info:configure checking for size_t... yes
:info:configure checking for uid_t in sys/types.h... yes
:info:configure checking for uint32_t... yes
:info:configure checking for uint64_t... yes
:info:configure checking for int32_t... yes
:info:configure checking for int64_t... yes
:info:configure checking for ssize_t... yes
:info:configure checking size of int... 4
:info:configure checking size of long... 8
:info:configure checking size of void *... 8
:info:configure checking size of short... 2
:info:configure checking size of float... 4
:info:configure checking size of double... 8
:info:configure checking size of fpos_t... 8
:info:configure checking size of size_t... 8
:info:configure checking size of pid_t... 4
:info:configure checking for long long support... yes
:info:configure checking size of long long... 8
:info:configure checking for long double support... yes
:info:configure checking size of long double... 16
:info:configure checking for _Bool support... yes
:info:configure checking size of _Bool... 1
:info:configure checking for uintptr_t... yes
:info:configure checking size of uintptr_t... 8
:info:configure checking size of off_t... 8
:info:configure checking whether to enable large file support... no
:info:configure checking size of time_t... 8
:info:configure checking for pthread_t... yes
:info:configure checking size of pthread_t... 8
:info:configure checking for --enable-toolbox-glue... yes
:info:configure checking for --enable-framework... yes
:info:configure checking for dyld... always on for Darwin
:info:configure checking SO... .so
:info:configure checking LDSHARED... $(CC) -bundle -undefined dynamic_lookup
:info:configure checking CCSHARED... 
:info:configure checking LINKFORSHARED... -u _PyMac_Error $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)
:info:configure checking CFLAGSFORSHARED... $(CCSHARED)
:info:configure checking SHLIBS... $(LIBS)
:info:configure checking for dlopen in -ldl... yes
:info:configure checking for shl_load in -ldld... no
:info:configure checking for library containing sem_init... none required
:info:configure checking for textdomain in -lintl... yes
:info:configure checking for t_open in -lnsl... no
:info:configure checking for socket in -lsocket... no
:info:configure checking for --with-libs... no
:info:configure checking for pkg-config... /opt/local/bin/pkg-config
:info:configure checking for --with-system-expat... no
:info:configure checking for --with-system-ffi... no
:info:configure checking for --with-dbmliborder... 
:info:configure checking for --with-signal-module... yes
:info:configure checking for --with-dec-threads... no
:info:configure checking for --with-threads... yes
:info:configure checking if PTHREAD_SCOPE_SYSTEM is supported... yes
:info:configure checking for pthread_sigmask... yes
:info:configure checking if --enable-ipv6 is specified... yes
:info:configure checking ipv6 stack type... kame
:info:configure using libc
:info:configure checking for OSX 10.5 SDK or later... no
:info:configure checking for --with-doc-strings... yes
:info:configure checking for --with-tsc... no
:info:configure checking for --with-pymalloc... yes
:info:configure checking for --with-valgrind... no
:info:configure checking for --with-wctype-functions... no
:info:configure checking for dlopen... yes
:info:configure checking DYNLOADFILE... dynload_shlib.o
:info:configure checking MACHDEP_OBJS... MACHDEP_OBJS
:info:configure checking for alarm... yes
:info:configure checking for setitimer... yes
:info:configure checking for getitimer... yes
:info:configure checking for bind_textdomain_codeset... no
:info:configure checking for chown... yes
:info:configure checking for clock... yes
:info:configure checking for confstr... yes
:info:configure checking for ctermid... yes
:info:configure checking for execv... yes
:info:configure checking for fchmod... yes
:info:configure checking for fchown... yes
:info:configure checking for fork... yes
:info:configure checking for fpathconf... yes
:info:configure checking for ftime... yes
:info:configure checking for ftruncate... yes
:info:configure checking for gai_strerror... yes
:info:configure checking for getgroups... yes
:info:configure checking for getlogin... yes
:info:configure checking for getloadavg... yes
:info:configure checking for getpeername... yes
:info:configure checking for getpgid... yes
:info:configure checking for getpid... yes
:info:configure checking for getpriority... yes
:info:configure checking for getresuid... no
:info:configure checking for getresgid... no
:info:configure checking for getpwent... yes
:info:configure checking for getspnam... no
:info:configure checking for getspent... no
:info:configure checking for getsid... yes
:info:configure checking for getwd... yes
:info:configure checking for initgroups... yes
:info:configure checking for kill... yes
:info:configure checking for killpg... yes
:info:configure checking for lchmod... yes
:info:configure checking for lchown... yes
:info:configure checking for lstat... yes
:info:configure checking for mkfifo... yes
:info:configure checking for mknod... yes
:info:configure checking for mktime... yes
:info:configure checking for mremap... no
:info:configure checking for nice... yes
:info:configure checking for pathconf... yes
:info:configure checking for pause... yes
:info:configure checking for plock... no
:info:configure checking for poll... yes
:info:configure checking for pthread_init... yes
:info:configure checking for putenv... yes
:info:configure checking for readlink... yes
:info:configure checking for realpath... yes
:info:configure checking for select... yes
:info:configure checking for sem_open... yes
:info:configure checking for sem_timedwait... no
:info:configure checking for sem_getvalue... yes
:info:configure checking for sem_unlink... yes
:info:configure checking for setegid... yes
:info:configure checking for seteuid... yes
:info:configure checking for setgid... yes
:info:configure checking for setlocale... yes
:info:configure checking for setregid... yes
:info:configure checking for setreuid... yes
:info:configure checking for setsid... yes
:info:configure checking for setpgid... yes
:info:configure checking for setpgrp... yes
:info:configure checking for setuid... yes
:info:configure checking for setvbuf... yes
:info:configure checking for snprintf... yes
:info:configure checking for setlocale... (cached) yes
:info:configure checking for setregid... (cached) yes
:info:configure checking for setreuid... (cached) yes
:info:configure checking for setresuid... no
:info:configure checking for setresgid... no
:info:configure checking for setsid... (cached) yes
:info:configure checking for setpgid... (cached) yes
:info:configure checking for setpgrp... (cached) yes
:info:configure checking for setuid... (cached) yes
:info:configure checking for setvbuf... (cached) yes
:info:configure checking for snprintf... (cached) yes
:info:configure checking for sigaction... yes
:info:configure checking for siginterrupt... yes
:info:configure checking for sigrelse... yes
:info:configure checking for strftime... yes
:info:configure checking for sysconf... yes
:info:configure checking for tcgetpgrp... yes
:info:configure checking for tcsetpgrp... yes
:info:configure checking for tempnam... yes
:info:configure checking for timegm... yes
:info:configure checking for times... yes
:info:configure checking for tmpfile... yes
:info:configure checking for tmpnam... yes
:info:configure checking for tmpnam_r... no
:info:configure checking for truncate... yes
:info:configure checking for uname... yes
:info:configure checking for unsetenv... yes
:info:configure checking for utimes... yes
:info:configure checking for waitpid... yes
:info:configure checking for wait3... yes
:info:configure checking for wait4... yes
:info:configure checking for wcscoll... yes
:info:configure checking for _getpty... no
:info:configure checking for chroot... yes
:info:configure checking for link... yes
:info:configure checking for symlink... yes
:info:configure checking for fchdir... yes
:info:configure checking for fsync... yes
:info:configure checking for fdatasync... no
:info:configure checking for epoll... no
:info:configure checking for kqueue... yes
:info:configure checking for ctermid_r... yes
:info:configure checking for flock declaration... yes
:info:configure checking for flock... yes
:info:configure checking for getpagesize... yes
:info:configure checking for broken unsetenv... no
:info:configure checking for true... true
:info:configure checking for inet_aton in -lc... yes
:info:configure checking for chflags... yes
:info:configure checking for lchflags... yes
:info:configure checking for inflateCopy in -lz... yes
:info:configure checking for hstrerror... yes
:info:configure checking for inet_aton... yes
:info:configure checking for inet_pton... yes
:info:configure checking for setgroups... yes
:info:configure checking for openpty... yes
:info:configure checking for forkpty... yes
:info:configure checking for memmove... yes
:info:configure checking for fseek64... no
:info:configure checking for fseeko... yes
:info:configure checking for fstatvfs... yes
:info:configure checking for ftell64... no
:info:configure checking for ftello... yes
:info:configure checking for statvfs... yes
:info:configure checking for dup2... yes
:info:configure checking for getcwd... yes
:info:configure checking for strdup... yes
:info:configure checking for getpgrp... yes
:info:configure checking for setpgrp... (cached) yes
:info:configure checking for gettimeofday... yes
:info:configure checking for major... yes
:info:configure checking for getaddrinfo... yes
:info:configure checking getaddrinfo bug... no
:info:configure checking for getnameinfo... yes
:info:configure checking whether time.h and sys/time.h may both be included... yes
:info:configure checking whether struct tm is in sys/time.h or time.h... time.h
:info:configure checking for struct tm.tm_zone... yes
:info:configure checking for struct stat.st_rdev... yes
:info:configure checking for struct stat.st_blksize... yes
:info:configure checking for struct stat.st_flags... yes
:info:configure checking for struct stat.st_gen... yes
:info:configure checking for struct stat.st_birthtime... yes
:info:configure checking for struct stat.st_blocks... yes
:info:configure checking for time.h that defines altzone... no
:info:configure checking whether sys/select.h and sys/time.h may both be included... yes
:info:configure checking for addrinfo... yes
:info:configure checking for sockaddr_storage... yes
:info:configure checking whether char is unsigned... no
:info:configure checking for an ANSI C-conforming const... yes
:info:configure checking for working volatile... yes
:info:configure checking for working signed char... yes
:info:configure checking for prototypes... yes
:info:configure checking for variable length prototypes and stdarg.h... yes
:info:configure checking for socketpair... yes
:info:configure checking if sockaddr has sa_len member... yes
:info:configure checking whether va_list is an array... yes
:info:configure checking for gethostbyname_r... no
:info:configure checking for gethostbyname... yes
:info:configure checking for __fpu_control... no
:info:configure checking for __fpu_control in -lieee... no
:info:configure checking for --with-fpectl... no
:info:configure checking for --with-libm=STRING... default LIBM=""
:info:configure checking for --with-libc=STRING... default LIBC=""
:info:configure checking whether C doubles are little-endian IEEE 754 binary64... yes
:info:configure checking whether C doubles are big-endian IEEE 754 binary64... no
:info:configure checking whether C doubles are ARM mixed-endian IEEE 754 binary64... no
:info:configure checking whether we can use gcc inline assembler to get and set x87 control word... yes
:info:configure checking for x87-style double rounding... no
:info:configure checking whether tanh preserves the sign of zero... yes
:info:configure checking for acosh... yes
:info:configure checking for asinh... yes
:info:configure checking for atanh... yes
:info:configure checking for copysign... yes
:info:configure checking for erf... yes
:info:configure checking for erfc... yes
:info:configure checking for expm1... yes
:info:configure checking for finite... yes
:info:configure checking for gamma... yes
:info:configure checking for hypot... yes
:info:configure checking for lgamma... yes
:info:configure checking for log1p... yes
:info:configure checking for round... yes
:info:configure checking for tgamma... yes
:info:configure checking whether isinf is declared... yes
:info:configure checking whether isnan is declared... yes
:info:configure checking whether isfinite is declared... yes
:info:configure checking whether POSIX semaphores are enabled... yes
:info:configure checking for broken sem_getvalue... yes
:info:configure checking digit size for Python's longs... no value specified
:info:configure checking wchar.h usability... yes
:info:configure checking wchar.h presence... yes
:info:configure checking for wchar.h... yes
:info:configure checking size of wchar_t... 4
:info:configure checking for UCS-4 tcl... no
:info:configure checking whether wchar_t is signed... yes
:info:configure checking what type to use for unicode... unsigned short
:info:configure checking whether byte ordering is bigendian... universal
:info:configure checking whether right shift extends the sign bit... yes
:info:configure checking for getc_unlocked() and friends... yes
:info:configure checking how to link readline libs... -ledit
:info:configure checking for rl_callback_handler_install in -ledit... yes
:info:configure checking for rl_pre_input_hook in -ledit... yes
:info:configure checking for rl_completion_display_matches_hook in -ledit... yes
:info:configure checking for rl_completion_matches in -ledit... yes
:info:configure checking for broken nice()... no
:info:configure checking for broken poll()... no
:info:configure checking for struct tm.tm_zone... (cached) yes
:info:configure checking for working tzset()... yes
:info:configure checking for tv_nsec in struct stat... no
:info:configure checking for tv_nsec2 in struct stat... yes
:info:configure checking whether mvwdelch is an expression... yes
:info:configure checking whether WINDOW has _flags... yes
:info:configure checking for is_term_resized... yes
:info:configure checking for resize_term... yes
:info:configure checking for resizeterm... yes
:info:configure checking for /dev/ptmx... yes
:info:configure checking for /dev/ptc... no
:info:configure checking for %lld and %llu printf() format support... yes
:info:configure checking for %zd printf() format support... yes
:info:configure checking for socklen_t... yes
:info:configure checking for build directories... done
:info:configure configure: creating ./config.status
:info:configure config.status: creating Mac/Makefile
:info:configure config.status: creating Mac/PythonLauncher/Makefile
:info:configure config.status: creating Mac/IDLE/Makefile
:info:configure config.status: creating Mac/Resources/framework/Info.plist
:info:configure config.status: creating Mac/Resources/app/Info.plist
:info:configure config.status: creating Makefile.pre
:info:configure config.status: creating Modules/Setup.config
:info:configure config.status: creating Misc/python.pc
:info:configure config.status: creating Modules/ld_so_aix
:info:configure config.status: creating pyconfig.h
:info:configure configure: WARNING: unrecognized options: --disable-dependency-tracking
:info:configure creating Modules/Setup
:info:configure creating Modules/Setup.local
:info:configure creating Makefile
:debug:configure Executing proc-post-org.macports.configure-configure-0
:debug:configure Privilege de-escalation not attempted as not running as root.
:debug:build build phase started at Sun Nov  4 14:33:55 CST 2012
:notice:build --->  Building python27
:debug:build Executing org.macports.build (python27)
:debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.8'
:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3" && /usr/bin/make -j2 -w all MAKE="/usr/bin/make CC=/usr/bin/clang"'
:debug:build Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3" && /usr/bin/make -j2 -w all MAKE="/usr/bin/make CC=/usr/bin/clang" 
:info:build make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3'
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Parser/node.o Parser/node.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/bufferobject.o Objects/bufferobject.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c
:info:build In file included from Objects/bytearrayobject.c:1120:
:info:build Objects/stringlib/partition.h:33:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(out, 1, STRINGLIB_NEW(NULL, 0));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/bytearrayobject.c:4:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/bytearrayobject.c:1120:
:info:build Objects/stringlib/partition.h:34:9: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(out, 2, STRINGLIB_NEW(NULL, 0));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/bytearrayobject.c:4:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/bytearrayobject.c:1120:
:info:build Objects/stringlib/partition.h:48:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(out, 1, sep_obj);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/bytearrayobject.c:4:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/bytearrayobject.c:1120:
:info:build Objects/stringlib/partition.h:50:5: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(out, 2, STRINGLIB_NEW(str + pos, str_len - pos));
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/bytearrayobject.c:4:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/bytearrayobject.c:1120:
:info:build Objects/stringlib/partition.h:83:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(out, 1, STRINGLIB_NEW(NULL, 0));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/bytearrayobject.c:4:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/bytearrayobject.c:1120:
:info:build Objects/stringlib/partition.h:84:9: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(out, 2, STRINGLIB_NEW(str, str_len));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/bytearrayobject.c:4:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/bytearrayobject.c:1120:
:info:build Objects/stringlib/partition.h:98:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(out, 1, sep_obj);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/bytearrayobject.c:4:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/bytearrayobject.c:1120:
:info:build Objects/stringlib/partition.h:100:5: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(out, 2, STRINGLIB_NEW(str + pos, str_len - pos));
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/bytearrayobject.c:4:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/capsule.o Objects/capsule.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c
:info:build Objects/classobject.c:2235:9: warning: expression result unused [-Wunused-value]
:info:build         PyObject_INIT(im, &PyMethod_Type);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/classobject.c:2235:23: note: instantiated from:
:info:build         PyObject_INIT(im, &PyMethod_Type);
:info:build                       ^~
:info:build 8 warnings generated.
:info:build In file included from Objects/bytearrayobject.c:1120:
:info:build Objects/stringlib/partition.h:33:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(out, 1, STRINGLIB_NEW(NULL, 0));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/bytearrayobject.c:4:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/bytearrayobject.c:1120:
:info:build Objects/stringlib/partition.h:34:9: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(out, 2, STRINGLIB_NEW(NULL, 0));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/bytearrayobject.c:4:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/bytearrayobject.c:1120:
:info:build Objects/stringlib/partition.h:48:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(out, 1, sep_obj);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/bytearrayobject.c:4:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/bytearrayobject.c:1120:
:info:build Objects/stringlib/partition.h:50:5: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(out, 2, STRINGLIB_NEW(str + pos, str_len - pos));
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/bytearrayobject.c:4:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/bytearrayobject.c:1120:
:info:build Objects/stringlib/partition.h:83:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(out, 1, STRINGLIB_NEW(NULL, 0));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/bytearrayobject.c:4:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/bytearrayobject.c:1120:
:info:build Objects/stringlib/partition.h:84:9: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(out, 2, STRINGLIB_NEW(str, str_len));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/bytearrayobject.c:4:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/bytearrayobject.c:1120:
:info:build Objects/stringlib/partition.h:98:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(out, 1, sep_obj);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/bytearrayobject.c:4:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/bytearrayobject.c:1120:
:info:build Objects/stringlib/partition.h:100:5: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(out, 2, STRINGLIB_NEW(str + pos, str_len - pos));
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/bytearrayobject.c:4:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build 1 warning generated.
:info:build Objects/classobject.c:2235:9: warning: expression result unused [-Wunused-value]
:info:build         PyObject_INIT(im, &PyMethod_Type);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/classobject.c:2235:23: note: instantiated from:
:info:build         PyObject_INIT(im, &PyMethod_Type);
:info:build                       ^~
:info:build 8 warnings generated.
:info:build 1 warning generated.
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/cobject.o Objects/cobject.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c
:info:build Objects/complexobject.c:238:5: warning: expression result unused [-Wunused-value]
:info:build     PyObject_INIT(op, &PyComplex_Type);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/complexobject.c:238:19: note: instantiated from:
:info:build     PyObject_INIT(op, &PyComplex_Type);
:info:build                   ^~
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c
:info:build 1 warning generated.
:info:build Objects/complexobject.c:238:5: warning: expression result unused [-Wunused-value]
:info:build     PyObject_INIT(op, &PyComplex_Type);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/complexobject.c:238:19: note: instantiated from:
:info:build     PyObject_INIT(op, &PyComplex_Type);
:info:build                   ^~
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c
:info:build Objects/enumobject.c:108:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/enumobject.c:108:19: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/enumobject.c:108:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:80:
:info:build Include/object.h:775:9: note: instantiated from:
:info:build         _Py_Dealloc((PyObject *)(op));                  \
:info:build         ^
:info:build Include/object.h:762:7: note: instantiated from:
:info:build     (*Py_TYPE(op)->tp_dealloc)((PyObject *)(op)))
:info:build       ^
:info:build Objects/enumobject.c:108:9: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:80:
:info:build Include/object.h:775:9: note: instantiated from:
:info:build         _Py_Dealloc((PyObject *)(op));                  \
:info:build         ^
:info:build Objects/enumobject.c:108:9: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^                                  ~
:info:build Objects/enumobject.c:108:19: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build                   ^                        ~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/enumobject.c:108:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:80:
:info:build Include/object.h:775:9: note: instantiated from:
:info:build         _Py_Dealloc((PyObject *)(op));                  \
:info:build         ^
:info:build Objects/enumobject.c:108:9: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/enumobject.c:108:19: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build                   ^                        ~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/enumobject.c:118:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(result, 1, next_item);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/enumobject.c:147:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/enumobject.c:147:19: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/enumobject.c:147:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:80:
:info:build Include/object.h:775:9: note: instantiated from:
:info:build         _Py_Dealloc((PyObject *)(op));                  \
:info:build         ^
:info:build Include/object.h:762:7: note: instantiated from:
:info:build     (*Py_TYPE(op)->tp_dealloc)((PyObject *)(op)))
:info:build       ^
:info:build Objects/enumobject.c:147:9: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:80:
:info:build Include/object.h:775:9: note: instantiated from:
:info:build         _Py_Dealloc((PyObject *)(op));                  \
:info:build         ^
:info:build Objects/enumobject.c:147:9: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^                                  ~
:info:build Objects/enumobject.c:147:19: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build                   ^                        ~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/enumobject.c:147:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:80:
:info:build Include/object.h:775:9: note: instantiated from:
:info:build         _Py_Dealloc((PyObject *)(op));                  \
:info:build         ^
:info:build Objects/enumobject.c:147:9: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/enumobject.c:147:19: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build                   ^                        ~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/enumobject.c:157:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(result, 1, next_item);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build 1 warning generated.
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c
:info:build 8 warnings generated.
:info:build Objects/enumobject.c:108:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/enumobject.c:108:19: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/enumobject.c:108:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:80:
:info:build Include/object.h:775:9: note: instantiated from:
:info:build         _Py_Dealloc((PyObject *)(op));                  \
:info:build         ^
:info:build Include/object.h:762:7: note: instantiated from:
:info:build     (*Py_TYPE(op)->tp_dealloc)((PyObject *)(op)))
:info:build       ^
:info:build Objects/enumobject.c:108:9: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:80:
:info:build Include/object.h:775:9: note: instantiated from:
:info:build         _Py_Dealloc((PyObject *)(op));                  \
:info:build         ^
:info:build Objects/enumobject.c:108:9: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^                                  ~
:info:build Objects/enumobject.c:108:19: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build                   ^                        ~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/enumobject.c:108:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:80:
:info:build Include/object.h:775:9: note: instantiated from:
:info:build         _Py_Dealloc((PyObject *)(op));                  \
:info:build         ^
:info:build Objects/enumobject.c:108:9: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/enumobject.c:108:19: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build                   ^                        ~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/enumobject.c:118:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(result, 1, next_item);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/enumobject.c:147:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/enumobject.c:147:19: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/enumobject.c:147:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:80:
:info:build Include/object.h:775:9: note: instantiated from:
:info:build         _Py_Dealloc((PyObject *)(op));                  \
:info:build         ^
:info:build Include/object.h:762:7: note: instantiated from:
:info:build     (*Py_TYPE(op)->tp_dealloc)((PyObject *)(op)))
:info:build       ^
:info:build Objects/enumobject.c:147:9: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:80:
:info:build Include/object.h:775:9: note: instantiated from:
:info:build         _Py_Dealloc((PyObject *)(op));                  \
:info:build         ^
:info:build Objects/enumobject.c:147:9: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^                                  ~
:info:build Objects/enumobject.c:147:19: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build                   ^                        ~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/enumobject.c:147:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:80:
:info:build Include/object.h:775:9: note: instantiated from:
:info:build         _Py_Dealloc((PyObject *)(op));                  \
:info:build         ^
:info:build Objects/enumobject.c:147:9: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/enumobject.c:147:19: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build                   ^                        ~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/enumobject.c:157:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(result, 1, next_item);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/enumobject.c:3:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/exceptions.c:700:13: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build             PyTuple_SET_ITEM(tuple, 1, self->strerror);
:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/exceptions.c:8:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/exceptions.c:704:13: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build             PyTuple_SET_ITEM(tuple, 1, Py_None);
:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/exceptions.c:8:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/exceptions.c:707:9: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(tuple, 2, repr);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/exceptions.c:8:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/exceptions.c:738:13: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build             PyTuple_SET_ITEM(tuple, 1, self->strerror);
:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/exceptions.c:8:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/exceptions.c:742:13: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build             PyTuple_SET_ITEM(tuple, 1, Py_None);
:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/exceptions.c:8:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/exceptions.c:784:15: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         tmp = PyTuple_GET_ITEM(self->args, 1);
:info:build               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/exceptions.c:8:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/exceptions.c:786:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(args, 1, tmp);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/exceptions.c:8:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/exceptions.c:789:9: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(args, 2, self->filename);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/exceptions.c:8:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/exceptions.c:1074:16: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         info = PyTuple_GET_ITEM(args, 1);
:info:build                ^~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/exceptions.c:8:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/exceptions.c:1091:24: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         self->lineno = PyTuple_GET_ITEM(info, 1);
:info:build                        ^~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/exceptions.c:8:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/exceptions.c:1095:24: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         self->offset = PyTuple_GET_ITEM(info, 2);
:info:build                        ^~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/exceptions.c:8:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/exceptions.c:1099:22: warning: array index of '3' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         self->text = PyTuple_GET_ITEM(info, 3);
:info:build                      ^~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/exceptions.c:8:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build 8 warnings generated.
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c
:info:build 12 warnings generated.
:info:build Objects/exceptions.c:700:13: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build             PyTuple_SET_ITEM(tuple, 1, self->strerror);
:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/exceptions.c:8:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/exceptions.c:704:13: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build             PyTuple_SET_ITEM(tuple, 1, Py_None);
:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/exceptions.c:8:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/exceptions.c:707:9: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(tuple, 2, repr);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/exceptions.c:8:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/exceptions.c:738:13: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build             PyTuple_SET_ITEM(tuple, 1, self->strerror);
:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/exceptions.c:8:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/exceptions.c:742:13: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build             PyTuple_SET_ITEM(tuple, 1, Py_None);
:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/exceptions.c:8:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/exceptions.c:784:15: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         tmp = PyTuple_GET_ITEM(self->args, 1);
:info:build               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/exceptions.c:8:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/exceptions.c:786:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(args, 1, tmp);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/exceptions.c:8:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/exceptions.c:789:9: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(args, 2, self->filename);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/exceptions.c:8:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/exceptions.c:1074:16: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         info = PyTuple_GET_ITEM(args, 1);
:info:build                ^~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/exceptions.c:8:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/exceptions.c:1091:24: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         self->lineno = PyTuple_GET_ITEM(info, 1);
:info:build                        ^~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/exceptions.c:8:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/exceptions.c:1095:24: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         self->offset = PyTuple_GET_ITEM(info, 2);
:info:build                        ^~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/exceptions.c:8:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/exceptions.c:1099:22: warning: array index of '3' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         self->text = PyTuple_GET_ITEM(info, 3);
:info:build                      ^~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/exceptions.c:8:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build 12 warnings generated.
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
:info:build Objects/floatobject.c:152:5: warning: expression result unused [-Wunused-value]
:info:build     PyObject_INIT(op, &PyFloat_Type);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/floatobject.c:152:19: note: instantiated from:
:info:build     PyObject_INIT(op, &PyFloat_Type);
:info:build                   ^~
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c
:info:build 1 warning generated.
:info:build Objects/floatobject.c:152:5: warning: expression result unused [-Wunused-value]
:info:build     PyObject_INIT(op, &PyFloat_Type);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/floatobject.c:152:19: note: instantiated from:
:info:build     PyObject_INIT(op, &PyFloat_Type);
:info:build                   ^~
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/intobject.o Objects/intobject.c
:info:build Objects/intobject.c:110:5: warning: expression result unused [-Wunused-value]
:info:build     PyObject_INIT(v, &PyInt_Type);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/intobject.c:110:19: note: instantiated from:
:info:build     PyObject_INIT(v, &PyInt_Type);
:info:build                   ^
:info:build Objects/intobject.c:1444:9: warning: expression result unused [-Wunused-value]
:info:build         PyObject_INIT(v, &PyInt_Type);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/intobject.c:1444:23: note: instantiated from:
:info:build         PyObject_INIT(v, &PyInt_Type);
:info:build                       ^
:info:build 1 warning generated.
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c
:info:build 2 warnings generated.
:info:build Objects/listobject.c:1007:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(args, 1, y);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/listobject.c:3:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/intobject.c:110:5: warning: expression result unused [-Wunused-value]
:info:build     PyObject_INIT(v, &PyInt_Type);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/intobject.c:110:19: note: instantiated from:
:info:build     PyObject_INIT(v, &PyInt_Type);
:info:build                   ^
:info:build Objects/intobject.c:1444:9: warning: expression result unused [-Wunused-value]
:info:build         PyObject_INIT(v, &PyInt_Type);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/intobject.c:1444:23: note: instantiated from:
:info:build         PyObject_INIT(v, &PyInt_Type);
:info:build                       ^
:info:build 2 warnings generated.
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c
:info:build Objects/longobject.c:3189:10: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build          a->ob_digit[MANT_DIG_DIGITS] >> MANT_DIG_BITS == 0);
:info:build          ^           ~~~~~~~~~~~~~~~
:info:build Include/longintrepr.h:92:2: note: array 'ob_digit' declared here
:info:build         digit ob_digit[1];
:info:build         ^
:info:build Objects/longobject.c:3192:10: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build          b->ob_digit[MANT_DIG_DIGITS] >> MANT_DIG_BITS == 0);
:info:build          ^           ~~~~~~~~~~~~~~~
:info:build Include/longintrepr.h:92:2: note: array 'ob_digit' declared here
:info:build         digit ob_digit[1];
:info:build         ^
:info:build 1 warning generated.
:info:build Objects/listobject.c:1007:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(args, 1, y);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/listobject.c:3:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build 1 warning generated.
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c
:info:build Objects/dictobject.c:1306:13: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build             PyTuple_SET_ITEM(item, 1, value);
:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/dictobject.c:10:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/dictobject.c:1496:17: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         value = PySequence_Fast_GET_ITEM(fast, 1);
:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/dictobject.c:10:
:info:build In file included from Include/Python.h:133:
:info:build Include/abstract.h:1168:49: note: instantiated from:
:info:build      (PyList_Check(o) ? PyList_GET_ITEM(o, i) : PyTuple_GET_ITEM(o, i))
:info:build                                                 ^
:info:build In file included from Objects/dictobject.c:10:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/dictobject.c:2069:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(res, 1, ep->me_value);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/dictobject.c:10:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/dictobject.c:2675:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/dictobject.c:2675:19: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/dictobject.c:10:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/dictobject.c:2675:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/dictobject.c:10:
:info:build In file included from Include/Python.h:80:
:info:build Include/object.h:775:9: note: instantiated from:
:info:build         _Py_Dealloc((PyObject *)(op));                  \
:info:build         ^
:info:build Include/object.h:762:7: note: instantiated from:
:info:build     (*Py_TYPE(op)->tp_dealloc)((PyObject *)(op)))
:info:build       ^
:info:build Objects/dictobject.c:2675:9: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/dictobject.c:10:
:info:build In file included from Include/Python.h:80:
:info:build Include/object.h:775:9: note: instantiated from:
:info:build         _Py_Dealloc((PyObject *)(op));                  \
:info:build         ^
:info:build Objects/dictobject.c:2675:9: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^                                  ~
:info:build Objects/dictobject.c:2675:19: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build                   ^                        ~
:info:build In file included from Objects/dictobject.c:10:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/dictobject.c:2675:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/dictobject.c:10:
:info:build In file included from Include/Python.h:80:
:info:build Include/object.h:775:9: note: instantiated from:
:info:build         _Py_Dealloc((PyObject *)(op));                  \
:info:build         ^
:info:build Objects/dictobject.c:2675:9: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/dictobject.c:2675:19: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build                   ^                        ~
:info:build In file included from Objects/dictobject.c:10:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/dictobject.c:2687:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(result, 1, value);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/dictobject.c:10:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/dictobject.c:3090:13: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     value = PyTuple_GET_ITEM(obj, 1);
:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/dictobject.c:10:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build 2 warnings generated.
:info:build Objects/longobject.c:3189:10: warning: array index of '3' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build          a->ob_digit[MANT_DIG_DIGITS] >> MANT_DIG_BITS == 0);
:info:build          ^           ~~~~~~~~~~~~~~~
:info:build Include/longintrepr.h:92:2: note: array 'ob_digit' declared here
:info:build         digit ob_digit[1];
:info:build         ^
:info:build Objects/longobject.c:3192:10: warning: array index of '3' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build          b->ob_digit[MANT_DIG_DIGITS] >> MANT_DIG_BITS == 0);
:info:build          ^           ~~~~~~~~~~~~~~~
:info:build Include/longintrepr.h:92:2: note: array 'ob_digit' declared here
:info:build         digit ob_digit[1];
:info:build         ^
:info:build 8 warnings generated.
:info:build Objects/dictobject.c:1306:13: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build             PyTuple_SET_ITEM(item, 1, value);
:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/dictobject.c:10:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/dictobject.c:1496:17: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         value = PySequence_Fast_GET_ITEM(fast, 1);
:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/dictobject.c:10:
:info:build In file included from Include/Python.h:133:
:info:build Include/abstract.h:1168:49: note: instantiated from:
:info:build      (PyList_Check(o) ? PyList_GET_ITEM(o, i) : PyTuple_GET_ITEM(o, i))
:info:build                                                 ^
:info:build In file included from Objects/dictobject.c:10:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/dictobject.c:2069:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(res, 1, ep->me_value);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/dictobject.c:10:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/dictobject.c:2675:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/dictobject.c:2675:19: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/dictobject.c:10:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/dictobject.c:2675:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/dictobject.c:10:
:info:build In file included from Include/Python.h:80:
:info:build Include/object.h:775:9: note: instantiated from:
:info:build         _Py_Dealloc((PyObject *)(op));                  \
:info:build         ^
:info:build Include/object.h:762:7: note: instantiated from:
:info:build     (*Py_TYPE(op)->tp_dealloc)((PyObject *)(op)))
:info:build       ^
:info:build Objects/dictobject.c:2675:9: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/dictobject.c:10:
:info:build In file included from Include/Python.h:80:
:info:build Include/object.h:775:9: note: instantiated from:
:info:build         _Py_Dealloc((PyObject *)(op));                  \
:info:build         ^
:info:build Objects/dictobject.c:2675:9: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^                                  ~
:info:build Objects/dictobject.c:2675:19: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build                   ^                        ~
:info:build In file included from Objects/dictobject.c:10:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/dictobject.c:2675:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/dictobject.c:10:
:info:build In file included from Include/Python.h:80:
:info:build Include/object.h:775:9: note: instantiated from:
:info:build         _Py_Dealloc((PyObject *)(op));                  \
:info:build         ^
:info:build Objects/dictobject.c:2675:9: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build         ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/dictobject.c:2675:19: note: instantiated from:
:info:build         Py_DECREF(PyTuple_GET_ITEM(result, 1));
:info:build                   ^                        ~
:info:build In file included from Objects/dictobject.c:10:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/dictobject.c:2687:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(result, 1, value);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/dictobject.c:10:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/dictobject.c:3090:13: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     value = PyTuple_GET_ITEM(obj, 1);
:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/dictobject.c:10:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build 8 warnings generated.
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/memoryobject.o Objects/memoryobject.c
:info:build Objects/memoryobject.c:478:31: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build                               PyTuple_GET_ITEM(self->base,1));
:info:build                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/memoryobject.c:4:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build 1 warning generated.
:info:build Objects/memoryobject.c:478:31: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build                               PyTuple_GET_ITEM(self->base,1));
:info:build                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/memoryobject.c:4:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build 1 warning generated.
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c
:info:build 2 warnings generated.
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c
:info:build Objects/methodobject.c:23:9: warning: expression result unused [-Wunused-value]
:info:build         PyObject_INIT(op, &PyCFunction_Type);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/methodobject.c:23:23: note: instantiated from:
:info:build         PyObject_INIT(op, &PyCFunction_Type);
:info:build                       ^~
:info:build 1 warning generated.
:info:build Objects/methodobject.c:23:9: warning: expression result unused [-Wunused-value]/usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/object.o Objects/object.c
:info:build 
:info:build         PyObject_INIT(op, &PyCFunction_Type);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/methodobject.c:23:23: note: instantiated from:
:info:build         PyObject_INIT(op, &PyCFunction_Type);
:info:build                       ^~
:info:build 1 warning generated.
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/stringobject.o Objects/stringobject.c
:info:build Objects/stringobject.c:91:5: warning: expression result unused [-Wunused-value]
:info:build     PyObject_INIT_VAR(op, &PyString_Type, size);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/stringobject.c:5:
:info:build In file included from Include/Python.h:81:
:info:build Include/objimpl.h:166:29: note: instantiated from:
:info:build     ( Py_SIZE(op) = (size), PyObject_INIT((op), (typeobj)) )
:info:build                             ^
:info:build Objects/stringobject.c:91:5: note: instantiated from:
:info:build     PyObject_INIT_VAR(op, &PyString_Type, size);
:info:build     ^                 ~~
:info:build Objects/stringobject.c:91:23: note: instantiated from:
:info:build     PyObject_INIT_VAR(op, &PyString_Type, size);
:info:build                       ^~
:info:build Objects/stringobject.c:146:5: warning: expression result unused [-Wunused-value]
:info:build     PyObject_INIT_VAR(op, &PyString_Type, size);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/stringobject.c:5:
:info:build In file included from Include/Python.h:81:
:info:build Include/objimpl.h:166:29: note: instantiated from:
:info:build     ( Py_SIZE(op) = (size), PyObject_INIT((op), (typeobj)) )
:info:build                             ^
:info:build Objects/stringobject.c:146:5: note: instantiated from:
:info:build     PyObject_INIT_VAR(op, &PyString_Type, size);
:info:build     ^                 ~~
:info:build Objects/stringobject.c:146:23: note: instantiated from:
:info:build     PyObject_INIT_VAR(op, &PyString_Type, size);
:info:build                       ^~
:info:build In file included from Objects/stringobject.c:840:
:info:build Objects/stringlib/partition.h:39:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(out, 1, (PyObject*) STRINGLIB_EMPTY);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/stringobject.c:5:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/stringobject.c:840:
:info:build Objects/stringlib/partition.h:41:9: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(out, 2, (PyObject*) STRINGLIB_EMPTY);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/stringobject.c:5:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/stringobject.c:840:
:info:build Objects/stringlib/partition.h:48:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(out, 1, sep_obj);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/stringobject.c:5:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/stringobject.c:840:
:info:build Objects/stringlib/partition.h:50:5: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(out, 2, STRINGLIB_NEW(str + pos, str_len - pos));
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/stringobject.c:5:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/stringobject.c:840:
:info:build Objects/stringlib/partition.h:89:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(out, 1, (PyObject*) STRINGLIB_EMPTY);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/stringobject.c:5:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/stringobject.c:840:
:info:build Objects/stringlib/partition.h:91:9: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(out, 2, (PyObject*) str_obj);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/stringobject.c:5:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/stringobject.c:840:
:info:build Objects/stringlib/partition.h:98:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(out, 1, sep_obj);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/stringobject.c:5:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/stringobject.c:840:
:info:build Objects/stringlib/partition.h:100:5: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(out, 2, STRINGLIB_NEW(str + pos, str_len - pos));
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/stringobject.c:5:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/stringobject.c:1059:5: warning: expression result unused [-Wunused-value]
:info:build     PyObject_INIT_VAR(op, &PyString_Type, size);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/stringobject.c:5:
:info:build In file included from Include/Python.h:81:
:info:build Include/objimpl.h:166:29: note: instantiated from:
:info:build     ( Py_SIZE(op) = (size), PyObject_INIT((op), (typeobj)) )
:info:build                             ^
:info:build Objects/stringobject.c:1059:5: note: instantiated from:
:info:build     PyObject_INIT_VAR(op, &PyString_Type, size);
:info:build     ^                 ~~
:info:build Objects/stringobject.c:1059:23: note: instantiated from:
:info:build     PyObject_INIT_VAR(op, &PyString_Type, size);
:info:build                       ^~
:info:build Objects/stringobject.c:1101:5: warning: expression result unused [-Wunused-value]
:info:build     PyObject_INIT_VAR(op, &PyString_Type, size);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/stringobject.c:5:
:info:build In file included from Include/Python.h:81:
:info:build Include/objimpl.h:166:29: note: instantiated from:
:info:build     ( Py_SIZE(op) = (size), PyObject_INIT((op), (typeobj)) )
:info:build                             ^
:info:build Objects/stringobject.c:1101:5: note: instantiated from:
:info:build     PyObject_INIT_VAR(op, &PyString_Type, size);
:info:build     ^                 ~~
:info:build Objects/stringobject.c:1101:23: note: instantiated from:
:info:build     PyObject_INIT_VAR(op, &PyString_Type, size);
:info:build                       ^~
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c
:info:build Objects/typeobject.c:766:9: warning: expression result unused [-Wunused-value]
:info:build         PyObject_INIT(obj, type);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/typeobject.c:766:23: note: instantiated from:
:info:build         PyObject_INIT(obj, type);
:info:build                       ^~~
:info:build Objects/typeobject.c:4282:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(res, 1, other);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/typeobject.c:3:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/typeobject.c:5201:18: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build             *b = PyTuple_GET_ITEM(r, 1);
:info:build                  ^~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/typeobject.c:3:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/typeobject.c:5224:14: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         *a = PyTuple_GET_ITEM(r, 1);
:info:build              ^~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/typeobject.c:3:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build 12 warnings generated.
:info:build Objects/stringobject.c:91:5: warning: expression result unused [-Wunused-value]
:info:build     PyObject_INIT_VAR(op, &PyString_Type, size);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/stringobject.c:5:
:info:build In file included from Include/Python.h:81:
:info:build Include/objimpl.h:166:29: note: instantiated from:
:info:build     ( Py_SIZE(op) = (size), PyObject_INIT((op), (typeobj)) )
:info:build                             ^
:info:build Objects/stringobject.c:91:5: note: instantiated from:
:info:build     PyObject_INIT_VAR(op, &PyString_Type, size);
:info:build     ^                 ~~
:info:build Objects/stringobject.c:91:23: note: instantiated from:
:info:build     PyObject_INIT_VAR(op, &PyString_Type, size);
:info:build                       ^~
:info:build Objects/stringobject.c:146:5: warning: expression result unused [-Wunused-value]
:info:build     PyObject_INIT_VAR(op, &PyString_Type, size);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/stringobject.c:5:
:info:build In file included from Include/Python.h:81:
:info:build Include/objimpl.h:166:29: note: instantiated from:
:info:build     ( Py_SIZE(op) = (size), PyObject_INIT((op), (typeobj)) )
:info:build                             ^
:info:build Objects/stringobject.c:146:5: note: instantiated from:
:info:build     PyObject_INIT_VAR(op, &PyString_Type, size);
:info:build     ^                 ~~
:info:build Objects/stringobject.c:146:23: note: instantiated from:
:info:build     PyObject_INIT_VAR(op, &PyString_Type, size);
:info:build                       ^~
:info:build In file included from Objects/stringobject.c:840:
:info:build Objects/stringlib/partition.h:39:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(out, 1, (PyObject*) STRINGLIB_EMPTY);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/stringobject.c:5:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/stringobject.c:840:
:info:build Objects/stringlib/partition.h:41:9: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(out, 2, (PyObject*) STRINGLIB_EMPTY);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/stringobject.c:5:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/stringobject.c:840:
:info:build Objects/stringlib/partition.h:48:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(out, 1, sep_obj);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/stringobject.c:5:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/stringobject.c:840:
:info:build Objects/stringlib/partition.h:50:5: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(out, 2, STRINGLIB_NEW(str + pos, str_len - pos));
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/stringobject.c:5:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/stringobject.c:840:
:info:build Objects/stringlib/partition.h:89:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(out, 1, (PyObject*) STRINGLIB_EMPTY);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/stringobject.c:5:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/stringobject.c:840:
:info:build Objects/stringlib/partition.h:91:9: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(out, 2, (PyObject*) str_obj);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/stringobject.c:5:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/stringobject.c:840:
:info:build Objects/stringlib/partition.h:98:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(out, 1, sep_obj);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/stringobject.c:5:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/stringobject.c:840:
:info:build Objects/stringlib/partition.h:100:5: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(out, 2, STRINGLIB_NEW(str + pos, str_len - pos));
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/stringobject.c:5:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/stringobject.c:1059:5: warning: expression result unused [-Wunused-value]
:info:build     PyObject_INIT_VAR(op, &PyString_Type, size);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/stringobject.c:5:
:info:build In file included from Include/Python.h:81:
:info:build Include/objimpl.h:166:29: note: instantiated from:
:info:build     ( Py_SIZE(op) = (size), PyObject_INIT((op), (typeobj)) )
:info:build                             ^
:info:build Objects/stringobject.c:1059:5: note: instantiated from:
:info:build     PyObject_INIT_VAR(op, &PyString_Type, size);
:info:build     ^                 ~~
:info:build Objects/stringobject.c:1059:23: note: instantiated from:
:info:build     PyObject_INIT_VAR(op, &PyString_Type, size);
:info:build                       ^~
:info:build Objects/stringobject.c:1101:5: warning: expression result unused [-Wunused-value]
:info:build     PyObject_INIT_VAR(op, &PyString_Type, size);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/stringobject.c:5:
:info:build In file included from Include/Python.h:81:
:info:build Include/objimpl.h:166:29: note: instantiated from:
:info:build     ( Py_SIZE(op) = (size), PyObject_INIT((op), (typeobj)) )
:info:build                             ^
:info:build Objects/stringobject.c:1101:5: note: instantiated from:
:info:build     PyObject_INIT_VAR(op, &PyString_Type, size);
:info:build     ^                 ~~
:info:build Objects/stringobject.c:1101:23: note: instantiated from:
:info:build     PyObject_INIT_VAR(op, &PyString_Type, size);
:info:build                       ^~
:info:build 12 warnings generated.
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c
:info:build Objects/weakrefobject.c:177:23: warning: data argument not used by format string [-Wformat-extra-args]
:info:build                       name);
:info:build                       ^
:info:build 4 warnings generated.
:info:build Objects/typeobject.c:766:9: warning: expression result unused [-Wunused-value]
:info:build         PyObject_INIT(obj, type);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/typeobject.c:766:23: note: instantiated from:
:info:build         PyObject_INIT(obj, type);
:info:build                       ^~~
:info:build 1 warning generated.
:info:build Objects/typeobject.c:4282:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(res, 1, other);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/typeobject.c:3:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/typeobject.c:5201:18: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build             *b = PyTuple_GET_ITEM(r, 1);
:info:build                  ^~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/typeobject.c:3:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/typeobject.c:5224:14: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         *a = PyTuple_GET_ITEM(r, 1);
:info:build              ^~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/typeobject.c:3:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Objects/weakrefobject.c:177:23: warning: data argument not used by format string [-Wformat-extra-args]
:info:build                       name);
:info:build                       ^
:info:build 1 warning generated.
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
:info:build Objects/unicodeobject.c:337:9: warning: expression result unused [-Wunused-value]
:info:build         PyObject_INIT(unicode, &PyUnicode_Type);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/unicodeobject.c:337:23: note: instantiated from:
:info:build         PyObject_INIT(unicode, &PyUnicode_Type);
:info:build                       ^~~~~~~
:info:build Objects/unicodeobject.c:3035:33: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build              ch == (Py_UNICODE) PyString_AS_STRING(repr)[1]) || ch == '\\') {
:info:build                                 ^                        ~
:info:build In file included from Objects/unicodeobject.c:43:
:info:build In file included from Include/Python.h:94:
:info:build Include/stringobject.h:91:32: note: instantiated from:
:info:build #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval)
:info:build                                ^
:info:build Include/stringobject.h:39:5: note: array 'ob_sval' declared here
:info:build     char ob_sval[1];
:info:build     ^
:info:build Objects/unicodeobject.c:3121:16: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         *p++ = PyString_AS_STRING(repr)[1];
:info:build                ^                        ~
:info:build In file included from Objects/unicodeobject.c:43:
:info:build In file included from Include/Python.h:94:
:info:build Include/stringobject.h:91:32: note: instantiated from:
:info:build #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval)
:info:build                                ^
:info:build Include/stringobject.h:39:5: note: array 'ob_sval' declared here
:info:build     char ob_sval[1];
:info:build     ^
:info:build In file included from Objects/unicodeobject.c:5249:
:info:build Objects/stringlib/partition.h:39:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(out, 1, (PyObject*) STRINGLIB_EMPTY);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/unicodeobject.c:43:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/unicodeobject.c:5249:
:info:build Objects/stringlib/partition.h:41:9: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(out, 2, (PyObject*) STRINGLIB_EMPTY);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/unicodeobject.c:43:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/unicodeobject.c:5249:
:info:build Objects/stringlib/partition.h:48:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(out, 1, sep_obj);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/unicodeobject.c:43:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/unicodeobject.c:5249:
:info:build Objects/stringlib/partition.h:50:5: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(out, 2, STRINGLIB_NEW(str + pos, str_len - pos));
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/unicodeobject.c:43:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/unicodeobject.c:5249:
:info:build Objects/stringlib/partition.h:89:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(out, 1, (PyObject*) STRINGLIB_EMPTY);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/unicodeobject.c:43:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/unicodeobject.c:5249:
:info:build Objects/stringlib/partition.h:91:9: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(out, 2, (PyObject*) str_obj);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/unicodeobject.c:43:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/unicodeobject.c:5249:
:info:build Objects/stringlib/partition.h:98:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(out, 1, sep_obj);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/unicodeobject.c:43:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/unicodeobject.c:5249:
:info:build Objects/stringlib/partition.h:100:5: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(out, 2, STRINGLIB_NEW(str + pos, str_len - pos));
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/unicodeobject.c:43:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build 4 warnings generated.
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c
:info:build Python/_warnings.c:140:15: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         msg = PyTuple_GET_ITEM(tmp_item, 1);
:info:build               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Python/_warnings.c:1:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Python/_warnings.c:141:15: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         cat = PyTuple_GET_ITEM(tmp_item, 2);
:info:build               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Python/_warnings.c:1:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Python/_warnings.c:142:15: warning: array index of '3' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         mod = PyTuple_GET_ITEM(tmp_item, 3);
:info:build               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Python/_warnings.c:1:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Python/_warnings.c:143:18: warning: array index of '4' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         ln_obj = PyTuple_GET_ITEM(tmp_item, 4);
:info:build                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Python/_warnings.c:1:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build 4 warnings generated.
:info:build Python/_warnings.c:140:15: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         msg = PyTuple_GET_ITEM(tmp_item, 1);
:info:build               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Python/_warnings.c:1:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Python/_warnings.c:141:15: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         cat = PyTuple_GET_ITEM(tmp_item, 2);
:info:build               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Python/_warnings.c:1:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Python/_warnings.c:142:15: warning: array index of '3' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         mod = PyTuple_GET_ITEM(tmp_item, 3);
:info:build               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Python/_warnings.c:1:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Python/_warnings.c:143:18: warning: array index of '4' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         ln_obj = PyTuple_GET_ITEM(tmp_item, 4);
:info:build                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Python/_warnings.c:1:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:50:34: note: instantiated from:
:info:build #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
:info:build                                  ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build 4 warnings generated.
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c
:info:build 11 warnings generated.
:info:build Objects/unicodeobject.c:337:9: warning: expression result unused [-Wunused-value]
:info:build         PyObject_INIT(unicode, &PyUnicode_Type);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build Objects/unicodeobject.c:337:23: note: instantiated from:
:info:build         PyObject_INIT(unicode, &PyUnicode_Type);
:info:build                       ^~~~~~~
:info:build Objects/unicodeobject.c:3035:33: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build              ch == (Py_UNICODE) PyString_AS_STRING(repr)[1]) || ch == '\\') {
:info:build                                 ^                        ~
:info:build In file included from Objects/unicodeobject.c:43:
:info:build In file included from Include/Python.h:94:
:info:build Include/stringobject.h:91:32: note: instantiated from:
:info:build #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval)
:info:build                                ^
:info:build Include/stringobject.h:39:5: note: array 'ob_sval' declared here
:info:build     char ob_sval[1];
:info:build     ^
:info:build Objects/unicodeobject.c:3121:16: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         *p++ = PyString_AS_STRING(repr)[1];
:info:build                ^                        ~
:info:build In file included from Objects/unicodeobject.c:43:
:info:build In file included from Include/Python.h:94:
:info:build Include/stringobject.h:91:32: note: instantiated from:
:info:build #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval)
:info:build                                ^
:info:build Include/stringobject.h:39:5: note: array 'ob_sval' declared here
:info:build     char ob_sval[1];
:info:build     ^
:info:build In file included from Objects/unicodeobject.c:5249:
:info:build Objects/stringlib/partition.h:39:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(out, 1, (PyObject*) STRINGLIB_EMPTY);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/unicodeobject.c:43:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/unicodeobject.c:5249:
:info:build Objects/stringlib/partition.h:41:9: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(out, 2, (PyObject*) STRINGLIB_EMPTY);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/unicodeobject.c:43:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/unicodeobject.c:5249:
:info:build Objects/stringlib/partition.h:48:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(out, 1, sep_obj);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/unicodeobject.c:43:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/unicodeobject.c:5249:
:info:build Objects/stringlib/partition.h:50:5: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(out, 2, STRINGLIB_NEW(str + pos, str_len - pos));
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/unicodeobject.c:43:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/unicodeobject.c:5249:
:info:build Objects/stringlib/partition.h:89:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(out, 1, (PyObject*) STRINGLIB_EMPTY);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/unicodeobject.c:43:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/unicodeobject.c:5249:
:info:build Objects/stringlib/partition.h:91:9: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(out, 2, (PyObject*) str_obj);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/unicodeobject.c:43:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/unicodeobject.c:5249:
:info:build Objects/stringlib/partition.h:98:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(out, 1, sep_obj);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/unicodeobject.c:43:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build In file included from Objects/unicodeobject.c:5249:
:info:build Objects/stringlib/partition.h:100:5: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(out, 2, STRINGLIB_NEW(str + pos, str_len - pos));
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Objects/unicodeobject.c:43:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build 11 warnings generated.
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/pyctype.o Python/pyctype.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o Parser/tokenizer_pgen.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Parser/printgrammar.o Parser/printgrammar.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Parser/pgenmain.o Parser/pgenmain.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c
:info:build Python/codecs.c:198:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(args, 1, v);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Python/codecs.c:11:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build 1 warning generated.
:info:build Python/codecs.c:198:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         PyTuple_SET_ITEM(args, 1, v);
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Python/codecs.c:11:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build 1 warning generated.
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/errors.o Python/errors.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/future.o Python/future.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -DPLATFORM='"darwin"' -o Python/getplatform.o ./Python/getplatform.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/import.o Python/import.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/random.o Python/random.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/sysmodule.o Python/sysmodule.c
:info:build Python/sysmodule.c:320:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(args, 1, whatstr);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Python/sysmodule.c:17:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Python/sysmodule.c:321:5: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(args, 2, arg);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Python/sysmodule.c:17:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c
:info:build 2 warnings generated.
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c
:info:build Python/sysmodule.c:320:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(args, 1, whatstr);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Python/sysmodule.c:17:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build Python/sysmodule.c:321:5: warning: array index of '2' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     PyTuple_SET_ITEM(args, 2, arg);
:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build In file included from Python/sysmodule.c:17:
:info:build In file included from Include/Python.h:99:
:info:build Include/tupleobject.h:54:37: note: instantiated from:
:info:build #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
:info:build                                     ^
:info:build Include/tupleobject.h:26:5: note: array 'ob_item' declared here
:info:build     PyObject *ob_item[1];
:info:build     ^
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c
:info:build 2 warnings generated.
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/dtoa.o Python/dtoa.c
:info:build Python/dtoa.c:1067:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     b->x[1] = word0(d) & Frac_mask;
:info:build     ^    ~
:info:build Python/dtoa.c:306:5: note: array 'x' declared here
:info:build     ULong x[1];
:info:build     ^
:info:build Python/dtoa.c:1072:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         b->x[1] |= Exp_msk1;
:info:build         ^    ~
:info:build Python/dtoa.c:306:5: note: array 'x' declared here
:info:build     ULong x[1];
:info:build     ^
:info:build Python/dtoa.c:1075:30: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     if (scale && (b->x[0] || b->x[1])) {
:info:build                              ^    ~
:info:build Python/dtoa.c:306:5: note: array 'x' declared here
:info:build     ULong x[1];
:info:build     ^
:info:build Python/dtoa.c:1085:27: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build                 b->x[0] = b->x[1];
:info:build                           ^    ~
:info:build Python/dtoa.c:306:5: note: array 'x' declared here
:info:build     ULong x[1];
:info:build     ^
:info:build Python/dtoa.c:1086:17: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build                 b->x[1] = 0;
:info:build                 ^    ~
:info:build Python/dtoa.c:306:5: note: array 'x' declared here
:info:build     ULong x[1];
:info:build     ^
:info:build Python/dtoa.c:1092:49: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build                 b->x[0] = (b->x[0] >> scale) | (b->x[1] << (32 - scale));
:info:build                                                 ^    ~
:info:build Python/dtoa.c:306:5: note: array 'x' declared here
:info:build     ULong x[1];
:info:build     ^
:info:build Python/dtoa.c:1093:17: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build                 b->x[1] >>= scale;
:info:build                 ^    ~
:info:build Python/dtoa.c:306:5: note: array 'x' declared here
:info:build     ULong x[1];
:info:build     ^
:info:build Python/dtoa.c:1093:17: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build                 b->x[1] >>= scale;
:info:build                 ^    ~
:info:build Python/dtoa.c:306:5: note: array 'x' declared here
:info:build     ULong x[1];
:info:build     ^
:info:build Python/dtoa.c:1098:10: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     if (!b->x[1])
:info:build          ^    ~
:info:build Python/dtoa.c:306:5: note: array 'x' declared here
:info:build     ULong x[1];
:info:build     ^
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/formatter_string.o Python/formatter_string.c
:info:build 9 warnings generated.
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/dynload_shlib.o Python/dynload_shlib.c
:info:build Python/dtoa.c:1067:5: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     b->x[1] = word0(d) & Frac_mask;
:info:build     ^    ~
:info:build Python/dtoa.c:306:5: note: array 'x' declared here
:info:build     ULong x[1];
:info:build     ^
:info:build Python/dtoa.c:1072:9: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build         b->x[1] |= Exp_msk1;
:info:build         ^    ~
:info:build Python/dtoa.c:306:5: note: array 'x' declared here
:info:build     ULong x[1];
:info:build     ^
:info:build Python/dtoa.c:1075:30: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     if (scale && (b->x[0] || b->x[1])) {
:info:build                              ^    ~
:info:build Python/dtoa.c:306:5: note: array 'x' declared here
:info:build     ULong x[1];
:info:build     ^
:info:build Python/dtoa.c:1085:27: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build                 b->x[0] = b->x[1];
:info:build                           ^    ~
:info:build Python/dtoa.c:306:5: note: array 'x' declared here
:info:build     ULong x[1];
:info:build     ^
:info:build Python/dtoa.c:1086:17: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build                 b->x[1] = 0;
:info:build                 ^    ~
:info:build Python/dtoa.c:306:5: note: array 'x' declared here
:info:build     ULong x[1];
:info:build     ^
:info:build Python/dtoa.c:1092:49: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build                 b->x[0] = (b->x[0] >> scale) | (b->x[1] << (32 - scale));
:info:build                                                 ^    ~
:info:build Python/dtoa.c:306:5: note: array 'x' declared here
:info:build     ULong x[1];
:info:build     ^
:info:build Python/dtoa.c:1093:17: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build                 b->x[1] >>= scale;
:info:build                 ^    ~
:info:build Python/dtoa.c:306:5: note: array 'x' declared here
:info:build     ULong x[1];
:info:build     ^
:info:build Python/dtoa.c:1093:17: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build                 b->x[1] >>= scale;
:info:build                 ^    ~
:info:build Python/dtoa.c:306:5: note: array 'x' declared here
:info:build     ULong x[1];
:info:build     ^
:info:build Python/dtoa.c:1098:10: warning: array index of '1' indexes past the end of an array (that contains 1 elements) [-Warray-bounds]
:info:build     if (!b->x[1])
:info:build          ^    ~
:info:build Python/dtoa.c:306:5: note: array 'x' declared here
:info:build     ULong x[1];
:info:build     ^
:info:build /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -O2 -fwrapv -arch x86_64 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/mactoolboxglue.o Python/mactoolboxglue.c
:info:build In file included from Python/mactoolboxglue.c:27:
:info:build Include/pymactoolbox.h:10:10: fatal error: 'Carbon/Carbon.h' file not found
:info:build #include <Carbon/Carbon.h>
:info:build          ^
:info:build 1 error generated.
:info:build make: *** [Python/mactoolboxglue.o] Error 1
:info:build make: *** Waiting for unfinished jobs....
:info:build 9 warnings generated.
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3'
:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.3" && /usr/bin/make -j2 -w all MAKE="/usr/bin/make CC=/usr/bin/clang" 
:info:build Exit code: 2
:error:build org.macports.build for port python27 returned: command execution failed
:debug:build Error code: CHILDSTATUS 6068 2
:debug:build Backtrace: command execution failed
    while executing
"system -nice 0 $fullcmdstring"
    ("eval" body line 1)
    invoked from within
"eval system $notty $nice \$fullcmdstring"
    invoked from within
"command_exec build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"$procedure $targetname"
:info:build Warning: targets not executed for python27: org.macports.activate org.macports.build org.macports.destroot org.macports.install
:error:build Failed to install python27
:debug:build couldn't open "/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex": no such file or directory
    while executing
"open [file join $dir tclIndex]"
:notice:build Please see the log file for port python27 for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/main.log
 

comment:3 Changed 11 years ago by jmroot (Joshua Root)

Please use the "Attach file" button rather than pasting lengthy logs into a comment.

Do you in fact have /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h? I don't have 10.8, but on 10.7 it's installed by "com.apple.pkg.DevSDKLeo" according to pkgutil, which sounds like part of Xcode.

comment:4 Changed 11 years ago by jmroot (Joshua Root)

Resolution: worksforme
Status: newclosed

No response; closing.

Note: See TracTickets for help on using tickets.