-
Notifications
You must be signed in to change notification settings - Fork 198
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
open: permission denied #190
Comments
It appears there is more to the fix than a simple 393dc18 (not reproducible locally). |
(hopefully) Fixed in 0.9.6. Verified using the same Travis CI configuration as in eed3si9n/sbt (wip/discover-java-home) (build succeeded 10 times out of 10). @eed3si9n please let me know if you experience any problems. 🙇♂️ |
Ref shyiko/jabba#190 Bumping to jabba 0.9.6 fixes sporaditc permission issues.
@eed3si9n sorry for all the back and forth but do you think you could try
|
The previous failures may be been related to my Travis CI cache. I saw your message above, and added a new commit on sbt to use 0.10.0, and it failed on the first try:
But it came to me that I might be causing this problem by caching cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot
- $HOME/.jabba so I wiped out Travis CI cache, and it seemed to have worked:
|
Right... cache must have contained files without write permission (e.g. 0444) from jabba pre-0.9.5 (jabba 0.9.5+ makes sure write flag is set, but if the file (w/o write bit) already exists Thank you for helping gunning these bugs down! |
Nice. Thanks for following up on all the loose ends. |
Ref shyiko/jabba#190 Bumping to jabba 0.9.6 fixes sporaditc permission issues.
travis-ci/travis-ci#9572 (comment)
The text was updated successfully, but these errors were encountered: