Created
March 2, 2011 19:03
-
-
Save iffy/851487 to your computer and use it in GitHub Desktop.
trying to install python with curses
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking asm/types.h usability... no | |
checking asm/types.h presence... no | |
checking for asm/types.h... no | |
checking conio.h usability... no | |
checking conio.h presence... no | |
checking for conio.h... no | |
checking curses.h usability... yes | |
checking curses.h presence... yes | |
checking for curses.h... yes | |
checking direct.h usability... no | |
checking direct.h presence... no | |
checking for direct.h... no | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking fcntl.h usability... yes | |
-- | |
checking for ieeefp.h... no | |
checking io.h usability... no | |
checking io.h presence... no | |
checking for io.h... no | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking libintl.h usability... no | |
checking libintl.h presence... no | |
checking for libintl.h... no | |
checking ncurses.h usability... yes | |
checking ncurses.h presence... yes | |
checking for ncurses.h... yes | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking process.h usability... no | |
checking process.h presence... no | |
checking for process.h... no | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking shadow.h usability... no | |
-- | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/Python.h:58, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/nismodule.c:13: | |
/usr/include/AvailabilityMacros.h:108:14: warning: #warning Building for Intel with Mac OS X Deployment Target < 10.4 is invalid. | |
In file included from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/Python.h:125, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/nismodule.c:13: | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type | |
In file included from /usr/include/architecture/i386/math.h:626, | |
from /usr/include/math.h:28, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/pyport.h:235, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/Python.h:58, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c:105: | |
/usr/include/AvailabilityMacros.h:108:14: warning: #warning Building for Intel with Mac OS X Deployment Target < 10.4 is invalid. | |
In file included from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/Python.h:125, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c:105: | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c: In function ‘PyCursesWindow_EchoChar’: | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c:805: error: dereferencing pointer to incomplete type | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c: In function ‘PyCursesWindow_NoOutRefresh’: | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c:1230: error: dereferencing pointer to incomplete type | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c: In function ‘PyCursesWindow_Refresh’: | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c:1372: error: dereferencing pointer to incomplete type | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c: In function ‘PyCursesWindow_SubWin’: | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c:1438: error: dereferencing pointer to incomplete type | |
In file included from /usr/include/architecture/i386/math.h:626, | |
from /usr/include/math.h:28, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/pyport.h:235, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/Python.h:58, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_curses_panel.c:13: | |
/usr/include/AvailabilityMacros.h:108:14: warning: #warning Building for Intel with Mac OS X Deployment Target < 10.4 is invalid. | |
In file included from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/Python.h:125, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_curses_panel.c:13: | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type | |
*** WARNING: renaming "_curses_panel" since importing it failed: No module named _curses | |
In file included from /usr/include/architecture/i386/math.h:626, | |
from /usr/include/math.h:28, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/pyport.h:235, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/Python.h:58, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/zlibmodule.c:7: | |
/usr/include/AvailabilityMacros.h:108:14: warning: #warning Building for Intel with Mac OS X Deployment Target < 10.4 is invalid. | |
In file included from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/Python.h:125, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/zlibmodule.c:7: | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type | |
In file included from /usr/include/architecture/i386/math.h:626, | |
-- | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_ctypes/libffi_osx/x86/x86-ffi64.c:379: warning: function declaration isn’t a prototype | |
Failed to find the necessary bits to build these modules: | |
_bsddb dl imageop | |
linuxaudiodev ossaudiodev spwd | |
sunaudiodev | |
To find the necessary bits, look in setup.py in detect_modules() for the module's name. | |
Failed to build these modules: | |
_curses _curses_panel Nav | |
==> make install | |
make install | |
Creating directory /usr/local/Cellar/python262/2.6.2/bin | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib | |
/usr/bin/install -c python.exe /usr/local/Cellar/python262/2.6.2/bin/python2.6 | |
if test -f libpython2.6.dylib; then \ | |
if test -n "" ; then \ | |
/usr/bin/install -c -m 555 /usr/local/Cellar/python262/2.6.2/bin; \ | |
else \ | |
/usr/bin/install -c -m 555 libpython2.6.dylib /usr/local/Cellar/python262/2.6.2/lib/libpython2.6.dylib; \ | |
if test libpython2.6.dylib != libpython2.6.dylib; then \ | |
(cd /usr/local/Cellar/python262/2.6.2/lib; ln -sf libpython2.6.dylib libpython2.6.dylib) \ | |
fi \ | |
fi; \ | |
else true; \ | |
fi | |
running build | |
running build_ext | |
building '_curses' extension | |
/usr/bin/cc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include -I/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Mac/Include -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.1/include -I/usr/local/include -I/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Include -I/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2 -c /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c -o build/temp.macosx-10.3-i386-2.6/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.o | |
In file included from /usr/include/architecture/i386/math.h:626, | |
from /usr/include/math.h:28, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/pyport.h:235, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/Python.h:58, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c:105: | |
/usr/include/AvailabilityMacros.h:108:14: warning: #warning Building for Intel with Mac OS X Deployment Target < 10.4 is invalid. | |
In file included from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/Python.h:125, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c:105: | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c: In function ‘PyCursesWindow_EchoChar’: | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c:805: error: dereferencing pointer to incomplete type | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c: In function ‘PyCursesWindow_NoOutRefresh’: | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c:1230: error: dereferencing pointer to incomplete type | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c: In function ‘PyCursesWindow_Refresh’: | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c:1372: error: dereferencing pointer to incomplete type | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c: In function ‘PyCursesWindow_SubWin’: | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c:1438: error: dereferencing pointer to incomplete type | |
building '_curses_panel' extension | |
/usr/bin/cc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include -I/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Mac/Include -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.1/include -I/usr/local/include -I/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Include -I/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2 -c /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_curses_panel.c -o build/temp.macosx-10.3-i386-2.6/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_curses_panel.o | |
In file included from /usr/include/architecture/i386/math.h:626, | |
from /usr/include/math.h:28, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/pyport.h:235, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/Python.h:58, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_curses_panel.c:13: | |
/usr/include/AvailabilityMacros.h:108:14: warning: #warning Building for Intel with Mac OS X Deployment Target < 10.4 is invalid. | |
In file included from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/Python.h:125, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_curses_panel.c:13: | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type | |
/usr/bin/cc -L/usr/local/Cellar/readline/6.1/lib -bundle -undefined dynamic_lookup -L/usr/local/Cellar/readline/6.1/lib -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.1/include build/temp.macosx-10.3-i386-2.6/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_curses_panel.o -L/usr/local/Cellar/python262/2.6.2/lib -L/usr/local/Cellar/readline/6.1/lib -L/usr/local/lib -lpanelw -lncursesw -o build/lib.macosx-10.3-i386-2.6/_curses_panel.so | |
*** WARNING: renaming "_curses_panel" since importing it failed: No module named _curses | |
building 'Nav' extension | |
/usr/bin/cc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include -I/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Mac/Include -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.1/include -I/usr/local/include -I/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Include -I/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2 -c /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Mac/Modules/Nav.c -o build/temp.macosx-10.3-i386-2.6/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Mac/Modules/Nav.o | |
In file included from /usr/include/architecture/i386/math.h:626, | |
from /usr/include/math.h:28, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/pyport.h:235, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/Python.h:58, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Mac/Modules/Nav.c:32: | |
/usr/include/AvailabilityMacros.h:108:14: warning: #warning Building for Intel with Mac OS X Deployment Target < 10.4 is invalid. | |
In file included from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/Python.h:125, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Mac/Modules/Nav.c:32: | |
-- | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Mac/Modules/Nav.c:974: warning: implicit declaration of function ‘NewNavObjectFilterUPP’ | |
Failed to find the necessary bits to build these modules: | |
_bsddb dl imageop | |
linuxaudiodev ossaudiodev spwd | |
sunaudiodev | |
To find the necessary bits, look in setup.py in detect_modules() for the module's name. | |
Failed to build these modules: | |
_curses _curses_panel Nav | |
running build_scripts | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6 | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-tk | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/site-packages | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/decimaltestdata | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/encodings | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/compiler | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/hotshot | |
-- | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/distutils/command | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/distutils/tests | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/xml | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/xml/dom | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/xml/etree | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/xml/parsers | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/xml/sax | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/multiprocessing | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/multiprocessing/dummy | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-old | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/curses | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/plat-darwin | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/plat-mac | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/plat-mac/Carbon | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/plat-mac/lib-scriptpackages | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/plat-mac/lib-scriptpackages/_builtinSuites | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/plat-mac/lib-scriptpackages/CodeWarrior | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/plat-mac/lib-scriptpackages/Explorer | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/plat-mac/lib-scriptpackages/Finder | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/plat-mac/lib-scriptpackages/Netscape | |
Creating directory /usr/local/Cellar/python262/2.6.2/lib/python2.6/plat-mac/lib-scriptpackages/StdSuites | |
-- | |
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future6.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future7.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future8.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future9.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_nocaret.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/buffer_tests.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/cfgparser.1 /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/check_soundcard.vbs /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings_test.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/cmath_testcases.txt /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/curses_tests.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/doctest_aliases.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/double_const.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/empty.vbs /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/exception_hierarchy.txt /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/floating_points.txt /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/fork_wait.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/greyrgb.uue /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/https_svn_python_org_root.pem /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/ieee754.txt /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/infinite_reload.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
-- | |
/usr/bin/install -c -m 644 ./Lib/test/test_contextlib.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/test_cookie.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/test_cookielib.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/test_copy.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/test_copy_reg.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/test_cpickle.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c ./Lib/test/test_cprofile.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c ./Lib/test/test_crypt.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/test_csv.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/test_ctypes.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/test_curses.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/test_datetime.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c ./Lib/test/test_dbm.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/test_decimal.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/test_decorators.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/test_defaultdict.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/test_deque.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/test_descr.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/test_descrtut.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/test_dict.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
/usr/bin/install -c -m 644 ./Lib/test/test_difflib.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/test | |
-- | |
/usr/bin/install -c -m 644 ./Lib/multiprocessing/managers.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/multiprocessing | |
/usr/bin/install -c -m 644 ./Lib/multiprocessing/pool.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/multiprocessing | |
/usr/bin/install -c -m 644 ./Lib/multiprocessing/process.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/multiprocessing | |
/usr/bin/install -c -m 644 ./Lib/multiprocessing/queues.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/multiprocessing | |
/usr/bin/install -c -m 644 ./Lib/multiprocessing/reduction.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/multiprocessing | |
/usr/bin/install -c -m 644 ./Lib/multiprocessing/sharedctypes.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/multiprocessing | |
/usr/bin/install -c -m 644 ./Lib/multiprocessing/synchronize.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/multiprocessing | |
/usr/bin/install -c -m 644 ./Lib/multiprocessing/util.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/multiprocessing | |
/usr/bin/install -c -m 644 ./Lib/multiprocessing/dummy/__init__.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/multiprocessing/dummy | |
/usr/bin/install -c -m 644 ./Lib/multiprocessing/dummy/connection.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/multiprocessing/dummy | |
/usr/bin/install -c -m 644 ./Lib/curses/__init__.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/curses | |
/usr/bin/install -c -m 644 ./Lib/curses/ascii.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/curses | |
/usr/bin/install -c -m 644 ./Lib/curses/has_key.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/curses | |
/usr/bin/install -c -m 644 ./Lib/curses/panel.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/curses | |
/usr/bin/install -c -m 644 ./Lib/curses/textpad.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/curses | |
/usr/bin/install -c -m 644 ./Lib/curses/wrapper.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/curses | |
/usr/bin/install -c -m 644 ./Lib/plat-darwin/IN.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/plat-darwin | |
/usr/bin/install -c ./Lib/plat-darwin/regen /usr/local/Cellar/python262/2.6.2/lib/python2.6/plat-darwin | |
/usr/bin/install -c -m 644 ./Lib/plat-mac/Audio_mac.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/plat-mac | |
/usr/bin/install -c -m 644 ./Lib/plat-mac/EasyDialogs.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/plat-mac | |
/usr/bin/install -c -m 644 ./Lib/plat-mac/FrameWork.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/plat-mac | |
/usr/bin/install -c -m 644 ./Lib/plat-mac/MiniAEFrame.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/plat-mac | |
/usr/bin/install -c -m 644 ./Lib/plat-mac/PixMapWrapper.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/plat-mac | |
/usr/bin/install -c -m 644 ./Lib/plat-mac/aepack.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/plat-mac | |
/usr/bin/install -c -m 644 ./Lib/plat-mac/aetools.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/plat-mac | |
/usr/bin/install -c -m 644 ./Lib/plat-mac/aetypes.py /usr/local/Cellar/python262/2.6.2/lib/python2.6/plat-mac | |
-- | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/ctypes/test/test_strings.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/ctypes/test/test_struct_fields.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/ctypes/test/test_structures.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/ctypes/test/test_unaligned_structures.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/ctypes/test/test_unicode.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/ctypes/test/test_values.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/ctypes/test/test_varsize_struct.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/ctypes/test/test_win32.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/ctypes/util.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/ctypes/wintypes.py ... | |
Listing /usr/local/Cellar/python262/2.6.2/lib/python2.6/curses ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/curses/__init__.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/curses/ascii.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/curses/has_key.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/curses/panel.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/curses/textpad.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/curses/wrapper.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/dbhash.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/decimal.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/difflib.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/dircache.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/dis.py ... | |
Listing /usr/local/Cellar/python262/2.6.2/lib/python2.6/distutils ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/distutils/__init__.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/distutils/archive_util.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/distutils/bcppcompiler.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/distutils/ccompiler.py ... | |
-- | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/symtable.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/tabnanny.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/tarfile.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/telnetlib.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/tempfile.py ... | |
Listing /usr/local/Cellar/python262/2.6.2/lib/python2.6/test ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/__init__.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/autotest.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/buffer_tests.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/cjkencodings_test.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/curses_tests.py ... | |
Listing /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/decimaltestdata ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/doctest_aliases.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/double_const.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/fork_wait.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/infinite_reload.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/inspect_fodder.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/inspect_fodder2.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/list_tests.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/mapping_tests.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/outstanding_bugs.py ... | |
-- | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_contextlib.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_cookie.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_cookielib.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_copy.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_copy_reg.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_cpickle.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_cprofile.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_crypt.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_csv.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_ctypes.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_curses.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_datetime.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_dbm.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_decimal.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_decorators.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_defaultdict.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_deque.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_descr.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_descrtut.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_dict.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_difflib.py ... | |
-- | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/ctypes/test/test_strings.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/ctypes/test/test_struct_fields.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/ctypes/test/test_structures.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/ctypes/test/test_unaligned_structures.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/ctypes/test/test_unicode.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/ctypes/test/test_values.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/ctypes/test/test_varsize_struct.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/ctypes/test/test_win32.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/ctypes/util.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/ctypes/wintypes.py ... | |
Listing /usr/local/Cellar/python262/2.6.2/lib/python2.6/curses ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/curses/__init__.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/curses/ascii.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/curses/has_key.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/curses/panel.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/curses/textpad.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/curses/wrapper.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/dbhash.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/decimal.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/difflib.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/dircache.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/dis.py ... | |
Listing /usr/local/Cellar/python262/2.6.2/lib/python2.6/distutils ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/distutils/__init__.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/distutils/archive_util.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/distutils/bcppcompiler.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/distutils/ccompiler.py ... | |
-- | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/symtable.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/tabnanny.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/tarfile.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/telnetlib.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/tempfile.py ... | |
Listing /usr/local/Cellar/python262/2.6.2/lib/python2.6/test ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/__init__.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/autotest.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/buffer_tests.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/cjkencodings_test.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/curses_tests.py ... | |
Listing /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/decimaltestdata ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/doctest_aliases.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/double_const.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/fork_wait.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/infinite_reload.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/inspect_fodder.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/inspect_fodder2.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/list_tests.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/mapping_tests.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/outstanding_bugs.py ... | |
-- | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_contextlib.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_cookie.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_cookielib.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_copy.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_copy_reg.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_cpickle.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_cprofile.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_crypt.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_csv.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_ctypes.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_curses.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_datetime.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_dbm.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_decimal.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_decorators.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_defaultdict.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_deque.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_descr.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_descrtut.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_dict.py ... | |
Compiling /usr/local/Cellar/python262/2.6.2/lib/python2.6/test/test_difflib.py ... | |
-- | |
/usr/bin/install -c -m 644 ./Include/moduleobject.h /usr/local/Cellar/python262/2.6.2/include/python2.6 | |
/usr/bin/install -c -m 644 ./Include/node.h /usr/local/Cellar/python262/2.6.2/include/python2.6 | |
/usr/bin/install -c -m 644 ./Include/object.h /usr/local/Cellar/python262/2.6.2/include/python2.6 | |
/usr/bin/install -c -m 644 ./Include/objimpl.h /usr/local/Cellar/python262/2.6.2/include/python2.6 | |
/usr/bin/install -c -m 644 ./Include/opcode.h /usr/local/Cellar/python262/2.6.2/include/python2.6 | |
/usr/bin/install -c -m 644 ./Include/osdefs.h /usr/local/Cellar/python262/2.6.2/include/python2.6 | |
/usr/bin/install -c -m 644 ./Include/parsetok.h /usr/local/Cellar/python262/2.6.2/include/python2.6 | |
/usr/bin/install -c -m 644 ./Include/patchlevel.h /usr/local/Cellar/python262/2.6.2/include/python2.6 | |
/usr/bin/install -c -m 644 ./Include/pgen.h /usr/local/Cellar/python262/2.6.2/include/python2.6 | |
/usr/bin/install -c -m 644 ./Include/pgenheaders.h /usr/local/Cellar/python262/2.6.2/include/python2.6 | |
/usr/bin/install -c -m 644 ./Include/py_curses.h /usr/local/Cellar/python262/2.6.2/include/python2.6 | |
/usr/bin/install -c -m 644 ./Include/pyarena.h /usr/local/Cellar/python262/2.6.2/include/python2.6 | |
/usr/bin/install -c -m 644 ./Include/pydebug.h /usr/local/Cellar/python262/2.6.2/include/python2.6 | |
/usr/bin/install -c -m 644 ./Include/pyerrors.h /usr/local/Cellar/python262/2.6.2/include/python2.6 | |
/usr/bin/install -c -m 644 ./Include/pyexpat.h /usr/local/Cellar/python262/2.6.2/include/python2.6 | |
/usr/bin/install -c -m 644 ./Include/pyfpe.h /usr/local/Cellar/python262/2.6.2/include/python2.6 | |
/usr/bin/install -c -m 644 ./Include/pygetopt.h /usr/local/Cellar/python262/2.6.2/include/python2.6 | |
/usr/bin/install -c -m 644 ./Include/pymacconfig.h /usr/local/Cellar/python262/2.6.2/include/python2.6 | |
/usr/bin/install -c -m 644 ./Include/pymactoolbox.h /usr/local/Cellar/python262/2.6.2/include/python2.6 | |
/usr/bin/install -c -m 644 ./Include/pymath.h /usr/local/Cellar/python262/2.6.2/include/python2.6 | |
/usr/bin/install -c -m 644 ./Include/pymem.h /usr/local/Cellar/python262/2.6.2/include/python2.6 | |
-- | |
/usr/bin/install -c python-config /usr/local/Cellar/python262/2.6.2/bin/python2.6-config | |
rm python-config | |
DYLD_LIBRARY_PATH=`pwd`: ./python.exe -E ./setup.py install \ | |
--prefix=/usr/local/Cellar/python262/2.6.2 \ | |
--install-scripts=/usr/local/Cellar/python262/2.6.2/bin \ | |
--install-platlib=/usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload \ | |
--root=/ | |
running install | |
running build | |
running build_ext | |
building '_curses' extension | |
/usr/bin/cc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include -I/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Mac/Include -I/usr/local/Cellar/python262/2.6.2/include -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.1/include -I/usr/local/include -I/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Include -I/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2 -c /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c -o build/temp.macosx-10.3-i386-2.6/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.o | |
In file included from /usr/include/architecture/i386/math.h:626, | |
from /usr/include/math.h:28, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/pyport.h:235, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/Python.h:58, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c:105: | |
/usr/include/AvailabilityMacros.h:108:14: warning: #warning Building for Intel with Mac OS X Deployment Target < 10.4 is invalid. | |
In file included from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/Python.h:125, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c:105: | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c: In function ‘PyCursesWindow_EchoChar’: | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c:805: error: dereferencing pointer to incomplete type | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c: In function ‘PyCursesWindow_NoOutRefresh’: | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c:1230: error: dereferencing pointer to incomplete type | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c: In function ‘PyCursesWindow_Refresh’: | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c:1372: error: dereferencing pointer to incomplete type | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c: In function ‘PyCursesWindow_SubWin’: | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_cursesmodule.c:1438: error: dereferencing pointer to incomplete type | |
building '_curses_panel' extension | |
/usr/bin/cc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include -I/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Mac/Include -I/usr/local/Cellar/python262/2.6.2/include -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.1/include -I/usr/local/include -I/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Include -I/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2 -c /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_curses_panel.c -o build/temp.macosx-10.3-i386-2.6/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_curses_panel.o | |
In file included from /usr/include/architecture/i386/math.h:626, | |
from /usr/include/math.h:28, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/pyport.h:235, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/Python.h:58, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_curses_panel.c:13: | |
/usr/include/AvailabilityMacros.h:108:14: warning: #warning Building for Intel with Mac OS X Deployment Target < 10.4 is invalid. | |
In file included from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/Python.h:125, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_curses_panel.c:13: | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type | |
/usr/bin/cc -L/usr/local/Cellar/readline/6.1/lib -bundle -undefined dynamic_lookup -L/usr/local/Cellar/readline/6.1/lib -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.1/include build/temp.macosx-10.3-i386-2.6/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Modules/_curses_panel.o -L/usr/local/Cellar/python262/2.6.2/lib -L/usr/local/Cellar/readline/6.1/lib -L/usr/local/lib -lpanelw -lncursesw -o build/lib.macosx-10.3-i386-2.6/_curses_panel.so | |
*** WARNING: renaming "_curses_panel" since importing it failed: No module named _curses | |
building 'Nav' extension | |
/usr/bin/cc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -I/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include -I/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Mac/Include -I/usr/local/Cellar/python262/2.6.2/include -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.1/include -I/usr/local/include -I/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Include -I/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2 -c /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Mac/Modules/Nav.c -o build/temp.macosx-10.3-i386-2.6/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Mac/Modules/Nav.o | |
In file included from /usr/include/architecture/i386/math.h:626, | |
from /usr/include/math.h:28, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/pyport.h:235, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/Python.h:58, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Mac/Modules/Nav.c:32: | |
/usr/include/AvailabilityMacros.h:108:14: warning: #warning Building for Intel with Mac OS X Deployment Target < 10.4 is invalid. | |
In file included from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/./Include/Python.h:125, | |
from /private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Mac/Modules/Nav.c:32: | |
-- | |
/private/tmp/homebrew-python262-2.6.2-ptXE/Python-2.6.2/Mac/Modules/Nav.c:974: warning: implicit declaration of function ‘NewNavObjectFilterUPP’ | |
Failed to find the necessary bits to build these modules: | |
_bsddb dl imageop | |
linuxaudiodev ossaudiodev spwd | |
sunaudiodev | |
To find the necessary bits, look in setup.py in detect_modules() for the module's name. | |
Failed to build these modules: | |
_curses _curses_panel Nav | |
running build_scripts | |
running install_lib | |
creating /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_AE.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_AH.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_App.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_bisect.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_bytesio.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_CarbonEvt.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
-- | |
copying build/lib.macosx-10.3-i386-2.6/_codecs_hk.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_codecs_iso2022.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_codecs_jp.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_codecs_kr.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_codecs_tw.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_collections.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_csv.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_Ctl.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_ctypes.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_ctypes_test.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_curses_panel_failed.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_Dlg.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_Drag.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_elementtree.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_Evt.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_File.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_fileio.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_Fm.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_Folder.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_functools.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
copying build/lib.macosx-10.3-i386-2.6/_hashlib.so -> /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload | |
-- | |
changing mode of /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload/_codecs_hk.so to 755 | |
changing mode of /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload/_codecs_iso2022.so to 755 | |
changing mode of /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload/_codecs_jp.so to 755 | |
changing mode of /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload/_codecs_kr.so to 755 | |
changing mode of /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload/_codecs_tw.so to 755 | |
changing mode of /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload/_collections.so to 755 | |
changing mode of /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload/_csv.so to 755 | |
changing mode of /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload/_Ctl.so to 755 | |
changing mode of /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload/_ctypes.so to 755 | |
changing mode of /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload/_ctypes_test.so to 755 | |
changing mode of /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload/_curses_panel_failed.so to 755 | |
changing mode of /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload/_Dlg.so to 755 | |
changing mode of /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload/_Drag.so to 755 | |
changing mode of /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload/_elementtree.so to 755 | |
changing mode of /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload/_Evt.so to 755 | |
changing mode of /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload/_File.so to 755 | |
changing mode of /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload/_fileio.so to 755 | |
changing mode of /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload/_Fm.so to 755 | |
changing mode of /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload/_Folder.so to 755 | |
changing mode of /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload/_functools.so to 755 | |
changing mode of /usr/local/Cellar/python262/2.6.2/lib/python2.6/lib-dynload/_hashlib.so to 755 | |
-- | |
ln /usr/local/lib/python2.6/dircache.py | |
ln /usr/local/lib/python2.6/difflib.pyo | |
ln /usr/local/lib/python2.6/difflib.pyc | |
ln /usr/local/lib/python2.6/difflib.py | |
ln /usr/local/lib/python2.6/decimal.pyo | |
ln /usr/local/lib/python2.6/decimal.pyc | |
ln /usr/local/lib/python2.6/decimal.py | |
ln /usr/local/lib/python2.6/dbhash.pyo | |
ln /usr/local/lib/python2.6/dbhash.pyc | |
ln /usr/local/lib/python2.6/dbhash.py | |
ln /usr/local/lib/python2.6/curses | |
ln /usr/local/lib/python2.6/ctypes | |
ln /usr/local/lib/python2.6/csv.pyo | |
ln /usr/local/lib/python2.6/csv.pyc | |
ln /usr/local/lib/python2.6/csv.py | |
ln /usr/local/lib/python2.6/cProfile.pyo | |
ln /usr/local/lib/python2.6/cProfile.pyc | |
ln /usr/local/lib/python2.6/cProfile.py | |
ln /usr/local/lib/python2.6/copy_reg.pyo | |
ln /usr/local/lib/python2.6/copy_reg.pyc | |
ln /usr/local/lib/python2.6/copy_reg.py | |
-- | |
ln /usr/local/lib/python2.6/__future__.pyc | |
ln /usr/local/lib/python2.6/__future__.py | |
ln /usr/local/lib/libpython2.6.dylib | |
==> Summary | |
/usr/local/Cellar/python262/2.6.2: 4410 files, 73M, built in 82 seconds | |
[matt] master /usr/local $ | |
[matt] master /usr/local $ python | |
Python 2.6.2 (r262:71600, Mar 2 2011, 11:54:24) | |
[GCC 4.2.1 (Apple Inc. build 5664)] on darwin | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> import curses | |
Traceback (most recent call last): | |
File "<stdin>", line 1, in <module> | |
File "/usr/local/Cellar/python262/2.6.2/lib/python2.6/curses/__init__.py", line 15, in <module> | |
from _curses import * | |
ImportError: No module named _curses | |
>>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment