Skip to content

uninstall tries to rm -f $prefix/lib #3918

Closed
@ben0x539

Description

@ben0x539
Contributor

I'm not certain it's not a problem on my end, but I tried wiping my build directory and starting over with just ../configure --prefix=~/local, on the incoming branch.

When I try to uninstall, I get rm: cannot remove ‘<prefix>/lib/’: Is a directory and I think it's because of the bits in mk/install.mk where it says $(Q)rm -f $(PHL)/$(CFG_FUZZER), (and .../CFG_CARGO and .../CFG_RUSTDOC), with the CFG_ bits evaluating to empty strings.

I don't understand the build system, but git blame on that file pointed me at 6c79d78, so I think I should mention @dbp.

Activity

dbp

dbp commented on Nov 5, 2012

@dbp
Contributor

I think what I just pull requested should fix this (the wrong variables were used in that part of the makefile).

brson

brson commented on Nov 5, 2012

@brson
Contributor

Fixed

added a commit that references this issue on Sep 29, 2024

Auto merge of rust-lang#3918 - devnexen:solaris_arc4random_buf, r=Ral…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @ben0x539@brson@dbp

        Issue actions

          uninstall tries to rm -f $prefix/lib · Issue #3918 · rust-lang/rust