Skip to content

Instantly share code, notes, and snippets.

Created January 20, 2009 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/49713 to your computer and use it in GitHub Desktop.
Save anonymous/49713 to your computer and use it in GitHub Desktop.
$ ../Python-2.6.1/configure --prefix=/usr/local/stackless/ --with-threads=no && make -j3
...
$ make
running build
running build_ext
building 'parser' extension
gcc -shared -Wl,--enable-auto-image-base build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/parsermodule.o -L/usr/local/stackless//lib -L/usr/local/lib -L. -lpython2.6 -o build/lib.cygwin-1.5.25-i686-2.6/parser.dll
build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/parsermodule.o: In function `parser_expr':
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/parsermodule.c:552: undefined reference to `__PyParser_Grammar'
build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/parsermodule.o: In function `parser_suite':
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/parsermodule.c:552: undefined reference to `__PyParser_Grammar'
collect2: ld returned 1 exit status
building '_sqlite3' extension
gcc -shared -Wl,--enable-auto-image-base build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/cache.o build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.o build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/cursor.o build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/microprotocols.o build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/module.o build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/prepare_protocol.o build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/row.o build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/statement.o build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/util.o -L/usr/lib -L/usr/local/stackless//lib -L/usr/local/lib -L. -Wl,-R/usr/lib -lsqlite3 -lpython2.6 -o build/lib.cygwin-1.5.25-i686-2.6/_sqlite3.dll
build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.o: In function `_pysqlite_func_callback':
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:590: undefined reference to `_PyGILState_Ensure'
build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.o: In function `_pysqlite_step_callback':
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:625: undefined reference to `_PyGILState_Ensure'
build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.o: In function `_pysqlite_final_callback':
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:683: undefined reference to `_PyGILState_Ensure'
build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.o: In function `_authorizer_callback':
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:808: undefined reference to `_PyGILState_Ensure'
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:828: undefined reference to `_PyGILState_Release'
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:828: undefined reference to `_PyGILState_Release'
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:828: undefined reference to `_PyGILState_Release'
build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.o: In function `_progress_handler':
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:838: undefined reference to `_PyGILState_Ensure'
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:855: undefined reference to `_PyGILState_Release'
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:855: undefined reference to `_PyGILState_Release'
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:855: undefined reference to `_PyGILState_Release'
build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.o: In function `pysqlite_check_thread':
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:911: undefined reference to `_PyThread_get_thread_ident'
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:912: undefined reference to `_PyThread_get_thread_ident'
build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.o: In function `pysqlite_connection_rollback':
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:911: undefined reference to `_PyThread_get_thread_ident'
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:912: undefined reference to `_PyThread_get_thread_ident'
build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.o: In function `pysqlite_connection_commit':
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:911: undefined reference to `_PyThread_get_thread_ident'
build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.o:/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:912: more undefined references to `_PyThread_get_thread_ident' follow
build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.o: In function `pysqlite_collation_callback':
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:1147: undefined reference to `_PyGILState_Ensure'
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:1177: undefined reference to `_PyGILState_Release'
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:1177: undefined reference to `_PyGILState_Release'
build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.o: In function `pysqlite_connection_create_collation':
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:911: undefined reference to `_PyThread_get_thread_ident'
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:912: undefined reference to `_PyThread_get_thread_ident'
build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.o: In function `_pysqlite_func_callback':
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:612: undefined reference to `_PyGILState_Release'
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:612: undefined reference to `_PyGILState_Release'
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:612: undefined reference to `_PyGILState_Release'
build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.o: In function `_pysqlite_step_callback':
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:672: undefined reference to `_PyGILState_Release'
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:672: undefined reference to `_PyGILState_Release'
build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.o:/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/connection.c:672: more undefined references to `_PyGILState_Release' follow
build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/module.o: In function `init_sqlite3':
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_sqlite/module.c:448: undefined reference to `_PyEval_InitThreads'
collect2: ld returned 1 exit status
building '_multiprocessing' extension
gcc -shared -Wl,--enable-auto-image-base build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_multiprocessing/multiprocessing.o build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_multiprocessing/socket_connection.o build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_multiprocessing/semaphore.o -L/usr/local/stackless//lib -L/usr/local/lib -L. -lpython2.6 -o build/lib.cygwin-1.5.25-i686-2.6/_multiprocessing.dll
build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_multiprocessing/semaphore.o: In function `semlock_acquire':
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_multiprocessing/semaphore.c:330: undefined reference to `_PyThread_get_thread_ident'
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_multiprocessing/semaphore.c:283: undefined reference to `_PyThread_get_thread_ident'
build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_multiprocessing/semaphore.o: In function `semlock_release':
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_multiprocessing/semaphore.c:339: undefined reference to `_PyThread_get_thread_ident'
build/temp.cygwin-1.5.25-i686-2.6/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_multiprocessing/semaphore.o: In function `semlock_ismine':
/cygdrive/c/Projects/Python/X3/localstackless/Python-2.6.1/Modules/_multiprocessing/semaphore.c:491: undefined reference to `_PyThread_get_thread_ident'
collect2: ld returned 1 exit status
Failed to find the necessary bits to build these modules:
_tkinter bsddb185 linuxaudiodev
nis 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:
_multiprocessing _sqlite3 parser
running build_scripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment