-
-
Notifications
You must be signed in to change notification settings - Fork 977
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
[email protected]: a decompress error #731
Comments
What does No issue with/without lessmsi. Most probable cause
|
Interesting, it seems that the path is too long:
It's 261 characters, which exceeds the MAX_LENGTH by 1 and I guess that it results in the application not being able to create the file Edit: I'm running Scoop on Windows 8.1 Pro. |
|
The problem seems to be Windows 8.1, since LongPathsEnabled is, as far as I could figure out, available since Windows 10 (v160), not Win 8.1. I'm reopening this on https://github.com/lukesampson/scoop , since it's a problem with Scoop itself, not the Main bucket. Edit: There's an open issue (ScoopInstaller/Scoop#2204) regarding this problem already. |
Looks like the
extract_dir
makes the installation ofpuppet-bolt
(https://github.com/ScoopInstaller/Main/blob/master/bucket/puppet-bolt.json) fail:When I remove
extract_dir
and adjustbin
back to the full path it's working flawlessly. I could either remove the attribute and change back thebin
directory or fix the problem with the file extraction, but right now I have no clue what the problem is.The temporary folder created by scoop when installing is:
Right now it's configured to:
"extract_dir": "Puppet Labs\\Bolt",
Any recommendations on how to fix it except for rolling back?
The text was updated successfully, but these errors were encountered: