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

mmap with unsigned int offset and cross build for ppc #42371

Closed
jose-v-matos mannequin opened this issue Sep 14, 2005 · 4 comments
Closed

mmap with unsigned int offset and cross build for ppc #42371

jose-v-matos mannequin opened this issue Sep 14, 2005 · 4 comments

Comments

@jose-v-matos
Copy link
Mannequin

jose-v-matos mannequin commented Sep 14, 2005

BPO 1291169
Nosy @devdanzin
Files
  • build_python.sh: ppc cross compile script and 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 = None
    closed_at = <Date 2010-08-21.19:34:32.692>
    created_at = <Date 2005-09-14.17:27:32.000>
    labels = []
    title = 'mmap with unsigned int offset and cross build for ppc'
    updated_at = <Date 2010-08-21.19:34:32.691>
    user = 'https://bugs.python.org/jose-v-matos'

    bugs.python.org fields:

    activity = <Date 2010-08-21.19:34:32.691>
    actor = 'BreamoreBoy'
    assignee = 'none'
    closed = True
    closed_date = <Date 2010-08-21.19:34:32.692>
    closer = 'BreamoreBoy'
    components = ['None']
    creation = <Date 2005-09-14.17:27:32.000>
    creator = 'jose-v-matos'
    dependencies = []
    files = ['6782']
    hgrepos = []
    issue_num = 1291169
    keywords = ['patch']
    message_count = 4.0
    messages = ['48733', '48734', '83875', '114554']
    nosy_count = 4.0
    nosy_names = ['nnorwitz', 'ajaksu2', 'jose-v-matos', 'BreamoreBoy']
    pr_nums = []
    priority = 'normal'
    resolution = 'out of date'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1291169'
    versions = ['Python 2.6']

    @jose-v-matos
    Copy link
    Mannequin Author

    jose-v-matos mannequin commented Sep 14, 2005

    # Based on "K's cluttered loft - ARM cross-compiling
    howto"
    http://www.ailis.de/~k/docs/crosscompiling/python.php
    and mmap patch from Yotam Medini yotamm@mellanox.co.il.

    I've created a script in attach that does the
    cross_compile. Also in the script is the diff from "cvs
    diff -u "
    I changed the mmapmodule.c to use unsigned int, and
    therefor not report OverflowError.

    I would like to use python to do automatic tests on
    chips in boards that are usually mapped on high address
    values like 0xFFF00000.

    Right now I can do that.

    Needs patch to the tests and documentation, I think.

    Hope this helps someone.

    @nnorwitz
    Copy link
    Mannequin

    nnorwitz mannequin commented Dec 18, 2005

    Logged In: YES
    user_id=33168

    Some mmap changes have been fixed to handle 64 bit issues.
    Note this patch is really several different patches rolled
    into one (mmap enhancements and testing changes, setup.py
    changes, plus Makefile changes).

    @devdanzin
    Copy link
    Mannequin

    devdanzin mannequin commented Mar 20, 2009

    This is 'open' and 'out of date'...

    There's been some recent mmap activity, so I'll leave closing this to
    someone that understands mmap :)

    @BreamoreBoy
    Copy link
    Mannequin

    BreamoreBoy mannequin commented Aug 21, 2010

    No reply to msg83875.

    @BreamoreBoy BreamoreBoy mannequin closed this as completed Aug 21, 2010
    @BreamoreBoy BreamoreBoy mannequin closed this as completed Aug 21, 2010
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants