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

libffi-3.0.11 update #59399

Closed
doko42 opened this issue Jun 26, 2012 · 8 comments
Closed

libffi-3.0.11 update #59399

doko42 opened this issue Jun 26, 2012 · 8 comments

Comments

@doko42
Copy link
Member

doko42 commented Jun 26, 2012

BPO 15194
Nosy @doko42, @ronaldoussoren, @ned-deily, @skrah, @florentx, @meadori
Files
  • libffi-3.0.11.diff.xz: 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 2013-04-08.19:27:34.616>
    created_at = <Date 2012-06-26.15:06:57.974>
    labels = ['ctypes']
    title = 'libffi-3.0.11 update'
    updated_at = <Date 2013-04-08.19:27:34.615>
    user = 'https://github.com/doko42'

    bugs.python.org fields:

    activity = <Date 2013-04-08.19:27:34.615>
    actor = 'doko'
    assignee = 'none'
    closed = True
    closed_date = <Date 2013-04-08.19:27:34.616>
    closer = 'doko'
    components = ['ctypes']
    creation = <Date 2012-06-26.15:06:57.974>
    creator = 'doko'
    dependencies = []
    files = ['26169']
    hgrepos = []
    issue_num = 15194
    keywords = ['patch']
    message_count = 8.0
    messages = ['164080', '164082', '164085', '164431', '164435', '164889', '164941', '186335']
    nosy_count = 8.0
    nosy_names = ['doko', 'ronaldoussoren', 'ned.deily', 'Arfrever', 'skrah', 'flox', 'meador.inge', 'python-dev']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue15194'
    versions = ['Python 3.3']

    @doko42
    Copy link
    Member Author

    doko42 commented Jun 26, 2012

    here is an update for libffi 3.0.11. For now, only tested on x86-linux and arm-linux-gnueabi. Proposing the check it in, and then test again, if the libffi_osx and libffi_msvc copies can be removed, if 3.0.11 works on these platforms (however I can't test on these myself).

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Jun 26, 2012

    New changeset 25421e1c48bb by doko in branch 'default':

    @ronaldoussoren
    Copy link
    Contributor

    Removing libffi_osx would be fairly hard due to the creation of fat binaries, the libffi_osx tree supports building all files using 'cc -arch i386 -arch ppc -arch x86_64', the regular libffi sources require a more complex dance (basically build all architectures separately then merge them together).

    OTOH libffi_osx seems to have problems when using with recent versions of clang.

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Jun 30, 2012

    New changeset 989efaab9525 by doko in branch 'default':

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Jun 30, 2012

    New changeset 6fe974b8056c by doko in branch 'default':

    @florentx
    Copy link
    Mannequin

    florentx mannequin commented Jul 7, 2012

    Few warnings when building trunk (on 10.6):

    ./Modules/_ctypes/libffi_osx/x86/x86-ffi64.c:49: warning: function declaration isn’t a prototype
    ./Modules/_ctypes/libffi_osx/x86/x86-ffi64.c:379: warning: function declaration isn’t a prototype

    @doko42
    Copy link
    Member Author

    doko42 commented Jul 7, 2012

    libffi_osx wasn't (yet) updated. so this seems to be unrelated to the 3.0.11 update.

    @doko42
    Copy link
    Member Author

    doko42 commented Apr 8, 2013

    3.0.13 is now in 2.7.4, 3.2.4, 3.3.1 and the trunk.

    @doko42 doko42 closed this as completed Apr 8, 2013
    @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
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants