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

android lacks some declarations for the posix module #71050

Closed
xdegaye mannequin opened this issue Apr 26, 2016 · 4 comments
Closed

android lacks some declarations for the posix module #71050

xdegaye mannequin opened this issue Apr 26, 2016 · 4 comments
Assignees
Labels
build The build process and cross-build

Comments

@xdegaye
Copy link
Mannequin

xdegaye mannequin commented Apr 26, 2016

BPO 26863
Nosy @skrah, @xdegaye, @moreati
Files
  • posixmodule.patch
  • posixmodule.patch: fixing a comment in previous patch
  • 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 = 'https://github.com/skrah'
    closed_at = <Date 2016-04-26.15:06:13.182>
    created_at = <Date 2016-04-26.14:24:20.282>
    labels = ['build']
    title = 'android lacks some declarations for the posix module'
    updated_at = <Date 2016-04-26.15:06:13.181>
    user = 'https://github.com/xdegaye'

    bugs.python.org fields:

    activity = <Date 2016-04-26.15:06:13.181>
    actor = 'skrah'
    assignee = 'skrah'
    closed = True
    closed_date = <Date 2016-04-26.15:06:13.182>
    closer = 'skrah'
    components = ['Cross-Build']
    creation = <Date 2016-04-26.14:24:20.282>
    creator = 'xdegaye'
    dependencies = []
    files = ['42614', '42615']
    hgrepos = []
    issue_num = 26863
    keywords = ['patch']
    message_count = 4.0
    messages = ['264291', '264293', '264300', '264301']
    nosy_count = 4.0
    nosy_names = ['skrah', 'xdegaye', 'python-dev', 'Alex.Willmer']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'compile error'
    url = 'https://bugs.python.org/issue26863'
    versions = ['Python 3.6']

    @xdegaye
    Copy link
    Mannequin Author

    xdegaye mannequin commented Apr 26, 2016

    'AT_EACCESS' is not declared although HAVE_FACCESSAT is defined
    'I_PUSH' is not declared

    Patch attached.
    The patch does not take into account the fact that this may be fixed in future versions of android.

    @xdegaye xdegaye mannequin added build The build process and cross-build labels Apr 26, 2016
    @xdegaye
    Copy link
    Mannequin Author

    xdegaye mannequin commented Apr 26, 2016

    Fixing a comment in previous patch.

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Apr 26, 2016

    New changeset f4c6dab59cd8 by Stefan Krah in branch 'default':
    Issue bpo-26863: HAVE_FACCESSAT should (currently) not be defined on Android.
    https://hg.python.org/cpython/rev/f4c6dab59cd8

    @skrah
    Copy link
    Mannequin

    skrah mannequin commented Apr 26, 2016

    Thanks again!

    @skrah skrah mannequin closed this as completed Apr 26, 2016
    @skrah skrah mannequin self-assigned this Apr 26, 2016
    @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