[New-bugs-announce] [issue13869] CFLAGS="-UNDEBUG" build failure

Stefan Krah report at bugs.python.org
Thu Jan 26 01:11:57 CET 2012


New submission from Stefan Krah <stefan-usenet at bytereef.org>:

Passing -UNDEBUG as CFLAGS currently doesn't work:

./configure CFLAGS="-UNDEBUG" && make

[...]

libpython3.3m.a(object.o): In function `PyObject_Str':
/home/stefan/pydev/cpython/Objects/object.c:441: undefined reference to `_PyUnicode_CheckConsistency'
libpython3.3m.a(unicodeobject.o): In function `unicode_result_ready':
/home/stefan/pydev/cpython/Objects/unicodeobject.c:476: undefined reference to `_PyUnicode_CheckConsistency'
/home/stefan/pydev/cpython/Objects/unicodeobject.c:468: undefined reference to `_PyUnicode_CheckConsistency'
libpython3.3m.a(unicodeobject.o): In function `PyUnicode_New':
/home/stefan/pydev/cpython/Objects/unicodeobject.c:1066: undefined reference to `_PyUnicode_CheckConsistency'
libpython3.3m.a(unicodeobject.o): In function `get_latin1_char':
/home/stefan/pydev/cpython/Objects/unicodeobject.c:1647: undefined reference to `_PyUnicode_CheckConsistency'
libpython3.3m.a(unicodeobject.o):/home/stefan/pydev/cpython/Objects/unicodeobject.c:1787: more undefined references to `_PyUnicode_CheckConsistency' follow

----------
components: Build
messages: 151986
nosy: skrah
priority: normal
severity: normal
stage: needs patch
status: open
title: CFLAGS="-UNDEBUG" build failure
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13869>
_______________________________________


More information about the New-bugs-announce mailing list