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

Modify Setup.py to Detect Tcl/Tk on BSD #39622

Closed
kbkaiser opened this issue Nov 29, 2003 · 2 comments
Closed

Modify Setup.py to Detect Tcl/Tk on BSD #39622

kbkaiser opened this issue Nov 29, 2003 · 2 comments
Assignees
Labels
build The build process and cross-build

Comments

@kbkaiser
Copy link
Contributor

BPO 850977
Nosy @akuchling, @kbkaiser
Files
  • setup.py.patch: setup.py.patch for tkinter detection
  • 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/akuchling'
    closed_at = <Date 2004-03-21.19:06:05.000>
    created_at = <Date 2003-11-29.00:19:07.000>
    labels = ['build']
    title = 'Modify Setup.py to Detect Tcl/Tk on BSD'
    updated_at = <Date 2004-03-21.19:06:05.000>
    user = 'https://github.com/kbkaiser'

    bugs.python.org fields:

    activity = <Date 2004-03-21.19:06:05.000>
    actor = 'akuchling'
    assignee = 'akuchling'
    closed = True
    closed_date = None
    closer = None
    components = ['Build']
    creation = <Date 2003-11-29.00:19:07.000>
    creator = 'kbk'
    dependencies = []
    files = ['5713']
    hgrepos = []
    issue_num = 850977
    keywords = ['patch']
    message_count = 2.0
    messages = ['44961', '44962']
    nosy_count = 2.0
    nosy_names = ['akuchling', 'kbk']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue850977'
    versions = ['Python 2.4']

    @kbkaiser
    Copy link
    Contributor Author

    FreeBSD and OpenBSD set up libs as .../libtcl83 but
    includes as .../include/tcl8.3

    Patch allows detection on OpenBSD w/o the use of
    Modules/Setup.local as is currently done in the port,
    also allows easier Python development on that platform
    (build w/o using ports). This is just an enhancement
    of the Debian detection method.

    Tested on OpenBSD and Linux.

    Assigning to Andrew for review, he's the last to work on
    this section of the code.

    Backport 2.3 candidate?

    @kbkaiser kbkaiser added the build The build process and cross-build label Nov 29, 2003
    @kbkaiser kbkaiser added the build The build process and cross-build label Nov 29, 2003
    @akuchling
    Copy link
    Member

    Logged In: YES
    user_id=11375

    Looks reasonable; applying to 2.4.

    @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
    build The build process and cross-build
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants