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

rmdir of non-empty directory #27

Open
wsmoses opened this issue Aug 31, 2019 · 1 comment
Open

rmdir of non-empty directory #27

wsmoses opened this issue Aug 31, 2019 · 1 comment

Comments

@wsmoses
Copy link

wsmoses commented Aug 31, 2019

I think probably related to previous issues, but when gg tries to remove the temporary directory created (presumably in

CheckSystemCall( "rmdir " + name(), rmdir( name().c_str() ) );
) there's still temporaries left in the directory in an error condition.

Screen Shot 2019-08-30 at 11 24 08 PM

@artemdinaburg
Copy link

I was about to file this same issue; I ran into this when failing to build LLVM's opt, which sounds exactly like what the original submitter was trying to do :).

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

2 participants