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

OSX framework builds fail after r72861 move of _locale into core library #50354

Closed
ned-deily opened this issue May 25, 2009 · 2 comments
Closed
Labels
build The build process and cross-build

Comments

@ned-deily
Copy link
Member

BPO 6104
Nosy @ronaldoussoren, @benjaminp, @ned-deily
Files
  • patch-nad0025-py3k.txt
  • 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 2009-05-25.13:48:44.582>
    created_at = <Date 2009-05-25.07:39:02.234>
    labels = ['build']
    title = 'OSX framework builds fail after r72861 move of _locale into core library'
    updated_at = <Date 2009-05-25.13:48:44.581>
    user = 'https://github.com/ned-deily'

    bugs.python.org fields:

    activity = <Date 2009-05-25.13:48:44.581>
    actor = 'benjamin.peterson'
    assignee = 'none'
    closed = True
    closed_date = <Date 2009-05-25.13:48:44.582>
    closer = 'benjamin.peterson'
    components = ['Build']
    creation = <Date 2009-05-25.07:39:02.234>
    creator = 'ned.deily'
    dependencies = []
    files = ['14066']
    hgrepos = []
    issue_num = 6104
    keywords = []
    message_count = 2.0
    messages = ['88304', '88318']
    nosy_count = 3.0
    nosy_names = ['ronaldoussoren', 'benjamin.peterson', 'ned.deily']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = 'compile error'
    url = 'https://bugs.python.org/issue6104'
    versions = ['Python 3.1']

    @ned-deily
    Copy link
    Member Author

    Undefined symbols:
    "_CFStringConvertEncodingToIANACharSetName", referenced from:
    _PyLocale_getdefaultlocale in libpython3.1.a(_localemodule.o)
    "_CFStringGetSystemEncoding", referenced from:
    _PyLocale_getdefaultlocale in libpython3.1.a(_localemodule.o)
    "_CFStringGetCStringPtr", referenced from:
    _PyLocale_getdefaultlocale in libpython3.1.a(_localemodule.o)

    SOLUTION:
    add "-framework CoreFoundation" to Makefile target
    "$(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)"
    build of temporary minimal framework bootstrap

    @ned-deily ned-deily added build The build process and cross-build labels May 25, 2009
    @benjaminp
    Copy link
    Contributor

    Fixed in r72913.

    @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
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants