StanfordSNR / gg

The Stanford Builder
GNU General Public License v3.0
988 stars 71 forks source link

rmdir of non-empty directory #27

Open wsmoses opened 5 years ago

wsmoses commented 5 years ago

I think probably related to previous issues, but when gg tries to remove the temporary directory created (presumably in https://github.com/StanfordSNR/gg/blob/cbb81f98325957f1d9d873fae296d371e950ca97/src/util/temp_dir.cc#L30) there's still temporaries left in the directory in an error condition.

Screen Shot 2019-08-30 at 11 24 08 PM
artemdinaburg commented 4 years ago

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 :).