Skip to content

Support OpenCSW in setup.py #59848

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

Closed
flub mannequin opened this issue Aug 13, 2012 · 5 comments
Closed

Support OpenCSW in setup.py #59848

flub mannequin opened this issue Aug 13, 2012 · 5 comments
Labels
build The build process and cross-build type-bug An unexpected behavior, bug, or error

Comments

@flub
Copy link
Mannequin

flub mannequin commented Aug 13, 2012

BPO 15643
Nosy @loewis, @merwok
Files
  • csw_setup.py.diff
  • 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 = None
    created_at = <Date 2012-08-13.22:15:35.322>
    labels = ['type-bug', 'build']
    title = 'Support OpenCSW in setup.py'
    updated_at = <Date 2012-08-17.18:08:54.814>
    user = 'https://bugs.python.org/flub'

    bugs.python.org fields:

    activity = <Date 2012-08-17.18:08:54.814>
    actor = 'eric.araujo'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Build']
    creation = <Date 2012-08-13.22:15:35.322>
    creator = 'flub'
    dependencies = []
    files = ['26789']
    hgrepos = []
    issue_num = 15643
    keywords = ['patch']
    message_count = 3.0
    messages = ['168156', '168315', '168455']
    nosy_count = 3.0
    nosy_names = ['loewis', 'flub', 'eric.araujo']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = None
    status = 'open'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue15643'
    versions = ['Python 3.3', 'Python 3.4']

    @flub
    Copy link
    Mannequin Author

    flub mannequin commented Aug 13, 2012

    This patch proposes to add out of the box support for building against OpenCSW libraries on Solaris. It makes building all the extension modules a lot simpler since the CSW repositories provide almost all required libaries.

    The order of preference is /usr/local, then /opt/csw which should prefer libaries manually installed by the admin.

    @flub flub mannequin added build The build process and cross-build type-bug An unexpected behavior, bug, or error labels Aug 13, 2012
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Aug 15, 2012

    LGTM. In the usual case, it is harmless if the system is no Solaris, or OpenCSW is not installed.

    @merwok
    Copy link
    Member

    merwok commented Aug 17, 2012

    +1

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    @serhiy-storchaka
    Copy link
    Member

    setup.py no longer used to build CPython since 3.12 (see #94474).

    @merwok
    Copy link
    Member

    merwok commented Dec 27, 2023

    That’s true. If people still want to use opencsw for building CPython, please open a new feature request targetting the current build system.

    @merwok merwok closed this as not planned Won't fix, can't repro, duplicate, stale Dec 27, 2023
    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 type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants