Skip to content

Linux sometimes seems to have problems with the temp dir #9871

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
catamorphism opened this issue Oct 15, 2013 · 2 comments
Closed

Linux sometimes seems to have problems with the temp dir #9871

catamorphism opened this issue Oct 15, 2013 · 2 comments
Labels
O-linux Operating system: Linux

Comments

@catamorphism
Copy link
Contributor

sfackler reported that rustpkg install at the command line failed to install any external packages on Arch Linux. This problem was solved by setting the TMPDIR environment variable to something under $HOME.

I'm wondering, though, whether this has been causing the rustpkg test failures on linux2 (though it's a mystery to me why only a few of the tests fail).

rustpkg uses the temp dir to store a temporary copy of the sources for the purposes of getting the version... perhaps there's a way I could make it not use the temp dir at all (although the tests would still use it).

@catamorphism
Copy link
Contributor Author

I confirmed that linux1 (which is on CentOS 6.0) does not mount /tmp as a separate volume with tmpfs. However, not being able to log in to linux2, I haven't yet been able to confirm that it does.

@Aatch
Copy link
Contributor

Aatch commented Mar 4, 2014

Rustpkg has been removed from the tree.

@Aatch Aatch closed this as completed Mar 4, 2014
@catamorphism catamorphism removed their assignment Jun 16, 2014
flip1995 pushed a commit to flip1995/rust that referenced this issue Nov 21, 2022
Allow manual swap in const fn

Fix rust-lang/rust-clippy#9864

changelog: Fix [`manual_swap`]: No longer lints in constant code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-linux Operating system: Linux
Projects
None yet
Development

No branches or pull requests

2 participants