commercialhaskell / commercialhaskell/stack
Stack complains about parent directory owned by different user
Open
awaiting pull request
type: bug
- Dominant language
- Haskell
- Stars
- 4.1k
- Forks
- 850
- Avg merge
- 10h 37m
- Merged PRs (30d)
- 4
Description
I just encountered an issue where stack complains (and exists with !=0) when it wants to create a stack-root in a location owned by another user. This would be fine in general but even happens when the `--allow-different-user` flag is provided. Of course the user executing stack has write permissions inside that other directory.
If I manually create the folder beforehand (`mkdir`) stack doesn't complain at all.
Contributor guide
Assessment
This issue has not been assessed yet.