[Python-checkins] python/dist/src/Misc NEWS,1.1095,1.1096

doko at users.sourceforge.net doko at users.sourceforge.net
Mon Aug 16 13:35:55 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20417/Misc

Modified Files:
	NEWS 
Log Message:
The attached patch fixes FTBFS on GNU/k*BSD.  The problem happens on GNU/k*BSD
because GNU/k*BSD uses gnu pth to provide pthreads, but will also happen on any
system that does the same.

python fails to build because it doesn't detect gnu pth in pthread
emulation. See C comments in patch for details.

patch taken from http://bugs.debian.org/264315


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1095
retrieving revision 1.1096
diff -C2 -d -r1.1095 -r1.1096
*** NEWS	15 Aug 2004 17:04:33 -0000	1.1095
--- NEWS	16 Aug 2004 11:35:51 -0000	1.1096
***************
*** 91,94 ****
--- 91,97 ----
    GCC's definition and avoid redefinition warnings.
  
+ - Detect pthreads support (provided by gnu pth pthread emulation) on
+   GNU/k*BSD systems.
+ 
  C API
  -----



More information about the Python-checkins mailing list