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

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

Closed
ben0x539 opened this issue Nov 5, 2012 · 2 comments
Closed

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

ben0x539 opened this issue Nov 5, 2012 · 2 comments

Comments

@ben0x539
Copy link
Contributor

ben0x539 commented Nov 5, 2012

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.

@dbp
Copy link
Contributor

dbp commented Nov 5, 2012

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

@brson
Copy link
Contributor

brson commented Nov 5, 2012

Fixed

@brson brson closed this as completed Nov 5, 2012
RalfJung pushed a commit to RalfJung/rust that referenced this issue Sep 29, 2024
…fJung

implements arc4random_buf shim for freebsd/solarish platforms.

close rust-lang#3914
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants