Skip to content

'install -d' fails on BSDI systems. #34152

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
Yhg1s opened this issue Mar 15, 2001 · 6 comments
Closed

'install -d' fails on BSDI systems. #34152

Yhg1s opened this issue Mar 15, 2001 · 6 comments
Assignees

Comments

@Yhg1s
Copy link
Member

Yhg1s commented Mar 15, 2001

BPO 408820
Nosy @tim-one, @Yhg1s, @akuchling, @nascheme
Files
  • install_bsdi.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 = 'https://github.com/nascheme'
    closed_at = <Date 2001-03-31.00:03:45.000>
    created_at = <Date 2001-03-15.16:27:45.000>
    labels = ['expert-installation']
    title = "'install -d' fails on BSDI systems."
    updated_at = <Date 2001-03-31.00:03:45.000>
    user = 'https://github.com/Yhg1s'

    bugs.python.org fields:

    activity = <Date 2001-03-31.00:03:45.000>
    actor = 'nascheme'
    assignee = 'nascheme'
    closed = True
    closed_date = None
    closer = None
    components = ['Installation']
    creation = <Date 2001-03-15.16:27:45.000>
    creator = 'twouters'
    dependencies = []
    files = ['19']
    hgrepos = []
    issue_num = 408820
    keywords = []
    message_count = 6.0
    messages = ['3871', '3872', '3873', '3874', '3875', '3876']
    nosy_count = 4.0
    nosy_names = ['tim.peters', 'twouters', 'akuchling', 'nascheme']
    pr_nums = []
    priority = 'high'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue408820'
    versions = []

    @Yhg1s
    Copy link
    Member Author

    Yhg1s commented Mar 15, 2001

    Apparently the Makefile was changed to use 'install -d'
    to create directories. This does not work on BSDI. It
    seems to be an autoconf failure (since configure.in
    just contains 'AC_PROG_INSTALL' but I haven't
    experienced this before, with other software or with
    Python.

    @tim-one
    Copy link
    Member

    tim-one commented Mar 18, 2001

    Logged In: YES
    user_id=31435

    Assigned to Andrew because he's been known to succeed when
    installing things <ahem>.

    @akuchling
    Copy link
    Contributor

    Logged In: YES
    user_id=11375

    Makefile stuff is Neil's province.

    @nascheme
    Copy link
    Member

    Logged In: YES
    user_id=35752

    Thomas, can you give this patch a go?

    @Yhg1s
    Copy link
    Member Author

    Yhg1s commented Mar 30, 2001

    Logged In: YES
    user_id=34209

    Nope, doesn't work. In fact, it royally screws my
    installation... However, if you change 'install-sh' to
    'install-sh -c', it does work properly ;) Can we check in a
    modified version before the final release ? That would be
    nice!

    @nascheme
    Copy link
    Member

    Logged In: YES
    user_id=35752

    Checked in with the -c fix. Thanks for the testing Thomas.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    # for free to join this conversation on GitHub. Already have an account? # to comment
    Projects
    None yet
    Development

    No branches or pull requests

    4 participants