This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author meador.inge
Recipients dmalcolm, eric.araujo, jankratochvil, meador.inge, pitrou
Date 2012-02-16.04:36:08
SpamBayes Score 2.33058e-06
Marked as misclassified No
Message-id <1329366970.02.0.478139180419.issue10112@psf.upfronthosting.co.za>
In-reply-to
Content
When I try to build with the attached patch on the 2.7 branch many (if not all) of the modules fail to build:

Failed to build these modules:
_bisect            _bsddb             _codecs_cn      
_codecs_hk         _codecs_iso2022    _codecs_jp      
_codecs_kr         _codecs_tw         _collections    
_csv               _ctypes            _ctypes_test    
_curses            _curses_panel      _elementtree    
_functools         _hashlib           _heapq          
_hotshot           _io                _json           
_locale            _lsprof            _multibytecodec 
_multiprocessing   _random            _socket         
_sqlite3           _ssl               _struct         
_testcapi          _tkinter           array           
audioop            binascii           bz2             
cmath              cPickle            crypt           
cStringIO          datetime           dbm             
fcntl              future_builtins    gdbm            
grp                itertools          linuxaudiodev   
math               mmap               nis             
operator           ossaudiodev        parser          
pyexpat            readline           resource        
select             spwd               strop           
syslog             termios            time            
unicodedata        zlib                               

I see several warnings in the build output:

*** WARNING: renaming "_codecs_iso2022" since importing it failed: build/lib.lin
ux-x86_64-2.7/_codecs_iso2022.so: undefined symbol: PyExc_ValueError
..
*** WARNING: renaming "linuxaudiodev" since importing it failed: build/lib.linux
-x86_64-2.7/linuxaudiodev.so: undefined symbol: Py_Py3kWarningFlag
...
*** WARNING: renaming "_tkinter" since importing it failed: build/lib.linux-x86_64-2.7/_tkinter.so: undefined symbol: _Py_ZeroStruct
History
Date User Action Args
2012-02-16 04:36:10meador.ingesetrecipients: + meador.inge, pitrou, eric.araujo, dmalcolm, jankratochvil
2012-02-16 04:36:10meador.ingesetmessageid: <1329366970.02.0.478139180419.issue10112@psf.upfronthosting.co.za>
2012-02-16 04:36:09meador.ingelinkissue10112 messages
2012-02-16 04:36:08meador.ingecreate