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

Makefile.pre.in patch to run regen on OSX (framework build) #49030

Closed
ronaldoussoren opened this issue Dec 30, 2008 · 4 comments
Closed

Makefile.pre.in patch to run regen on OSX (framework build) #49030

ronaldoussoren opened this issue Dec 30, 2008 · 4 comments
Labels
build The build process and cross-build

Comments

@ronaldoussoren
Copy link
Contributor

BPO 4780
Nosy @ronaldoussoren, @benjaminp
Files
  • Makefile.pre.in.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 2008-12-30.18:06:48.782>
    created_at = <Date 2008-12-30.13:06:13.815>
    labels = ['build']
    title = 'Makefile.pre.in patch to run regen on OSX (framework build)'
    updated_at = <Date 2009-01-02.10:51:15.372>
    user = 'https://github.com/ronaldoussoren'

    bugs.python.org fields:

    activity = <Date 2009-01-02.10:51:15.372>
    actor = 'ronaldoussoren'
    assignee = 'none'
    closed = True
    closed_date = <Date 2008-12-30.18:06:48.782>
    closer = 'benjamin.peterson'
    components = ['Build']
    creation = <Date 2008-12-30.13:06:13.815>
    creator = 'ronaldoussoren'
    dependencies = []
    files = ['12495']
    hgrepos = []
    issue_num = 4780
    keywords = ['patch', 'needs review']
    message_count = 4.0
    messages = ['78526', '78552', '78721', '78777']
    nosy_count = 3.0
    nosy_names = ['ronaldoussoren', 'benjamin.peterson', 'rpetrov']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue4780'
    versions = ['Python 2.6', 'Python 3.0', 'Python 3.1', 'Python 2.7']

    @ronaldoussoren
    Copy link
    Contributor Author

    I needed the attached patch to install a framework build of Python3 (py3k
    branch), otherwise the 'regen' script wouldn't start to build Lib/plat-
    mac.

    I haven't applied the patch to the repository because I don't know if
    there's a reason for not using RUNSHARED in the first place.

    @ronaldoussoren ronaldoussoren added the build The build process and cross-build label Dec 30, 2008
    @benjaminp
    Copy link
    Contributor

    I probably forgot to add it when I was missing with the Makefile a while
    back. I applied your patch in r68075.

    @rpetrov
    Copy link
    Mannequin

    rpetrov mannequin commented Jan 1, 2009

    The issue is same for trunk.
    Step to reproduce(as example on linux):

    • remove existing python installation (optional)
    • rename <SRCDIR/>Lib/plat-linux2
      ...
      python$EXE ../../Tools/scripts/h2py.py -i '(u_long)'
      /usr/include/netinet/in.h
      python: error while loading shared libraries: libpython2.7.so.1.0:
      cannot open shared object file: No such file or directory

    @ronaldoussoren
    Copy link
    Contributor Author

    I've ported the fix to the trunk in r68149

    @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