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

tools_path which includes files with spaces in the name will fail #13

Open
obilodeau opened this issue Aug 5, 2016 · 1 comment
Open
Labels
help wanted Extra attention is needed upstream

Comments

@obilodeau
Copy link
Contributor

File names with spaces will cause packer to abort with:

Build 'virtualbox-iso' errored: Error restoring file from $env:TEMP\winrmcp-57976d77-c664-49bd-14ed-dd28996a28c2.tmp to 'C:\Tools\ExeinfoPe\skins\Skin - blue deep water.jpg': restore operation returned code=1

Upstream bug: hashicorp/packer#2714

Workaround: Avoid files with spaces in them in your tools directory. You can use zip files instead. Or package the tools and install through chocolatey.

@obilodeau
Copy link
Contributor Author

This was apparently fixed in packer 0.12.2. We will need to re-test.

@obilodeau obilodeau added the help wanted Extra attention is needed label Feb 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed upstream
Projects
None yet
Development

No branches or pull requests

1 participant