Skip to content

install.sh may falsely believe installed rustc is runnable on OS X #15558

Closed
@brson

Description

@brson

cc #15550

The last thing install.sh does is attempt to run rustc to verify the installation works. On OS X, when install.sh is run from the build directory (as in make install), if the dynamic loader doesn't find the correct libraries, then it will apparently fall back to looking in the original location of the libraries; it then succeeds to link to the wrong library, and in turn believes the installation was successful.

cc @alexcrichton @pnkfelix

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions