Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CFLAGS="-UNDEBUG" build failure #58077

Closed
skrah mannequin opened this issue Jan 26, 2012 · 1 comment
Closed

CFLAGS="-UNDEBUG" build failure #58077

skrah mannequin opened this issue Jan 26, 2012 · 1 comment
Labels
build The build process and cross-build type-bug An unexpected behavior, bug, or error

Comments

@skrah
Copy link
Mannequin

skrah mannequin commented Jan 26, 2012

BPO 13869
Nosy @skrah

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2014-05-13.21:43:54.456>
created_at = <Date 2012-01-26.00:11:56.405>
labels = ['type-bug', 'build']
title = 'CFLAGS="-UNDEBUG" build failure'
updated_at = <Date 2014-05-13.21:43:54.455>
user = 'https://github.com/skrah'

bugs.python.org fields:

activity = <Date 2014-05-13.21:43:54.455>
actor = 'skrah'
assignee = 'none'
closed = True
closed_date = <Date 2014-05-13.21:43:54.456>
closer = 'skrah'
components = ['Build']
creation = <Date 2012-01-26.00:11:56.405>
creator = 'skrah'
dependencies = []
files = []
hgrepos = []
issue_num = 13869
keywords = []
message_count = 1.0
messages = ['151986']
nosy_count = 1.0
nosy_names = ['skrah']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue13869'
versions = ['Python 3.3']

@skrah
Copy link
Mannequin Author

skrah mannequin commented Jan 26, 2012

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

@skrah skrah mannequin added build The build process and cross-build type-bug An unexpected behavior, bug, or error labels Jan 26, 2012
@skrah skrah mannequin closed this as completed May 13, 2014
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

0 participants