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

struct lconv does not have decimal_point on android platform #65570

Closed
lizhenhua mannequin opened this issue Apr 28, 2014 · 2 comments
Closed

struct lconv does not have decimal_point on android platform #65570

lizhenhua mannequin opened this issue Apr 28, 2014 · 2 comments
Labels
build The build process and cross-build

Comments

@lizhenhua
Copy link
Mannequin

lizhenhua mannequin commented Apr 28, 2014

BPO 21371
Nosy @skrah
Superseder
  • bpo-20305: Android's incomplete locale.h implementation prevents cross-compilation
  • Files
  • lconv_member.patch: patch for decimal_point on android
  • 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-04-28.09:03:22.668>
    created_at = <Date 2014-04-28.02:02:39.239>
    labels = ['build']
    title = 'struct lconv does not have decimal_point on android platform'
    updated_at = <Date 2014-04-28.09:03:22.666>
    user = 'https://bugs.python.org/lizhenhua'

    bugs.python.org fields:

    activity = <Date 2014-04-28.09:03:22.666>
    actor = 'skrah'
    assignee = 'none'
    closed = True
    closed_date = <Date 2014-04-28.09:03:22.668>
    closer = 'skrah'
    components = ['Cross-Build']
    creation = <Date 2014-04-28.02:02:39.239>
    creator = 'lizhenhua'
    dependencies = []
    files = ['35066']
    hgrepos = []
    issue_num = 21371
    keywords = ['patch']
    message_count = 2.0
    messages = ['217335', '217350']
    nosy_count = 2.0
    nosy_names = ['skrah', 'lizhenhua']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '20305'
    type = 'compile error'
    url = 'https://bugs.python.org/issue21371'
    versions = ['Python 3.5']

    @lizhenhua
    Copy link
    Mannequin Author

    lizhenhua mannequin commented Apr 28, 2014

    When compile python for android, it gets error because struct lconv does not have a member "decimal_point".

    @lizhenhua lizhenhua mannequin added build The build process and cross-build labels Apr 28, 2014
    @skrah
    Copy link
    Mannequin

    skrah mannequin commented Apr 28, 2014

    This looks like a duplicate.

    @skrah skrah mannequin closed this as completed Apr 28, 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
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants