Here are the four patches that are related to this issue: https://github.com/hashicorp/packer/commit/28ee60d216e49d565d654443b57295ce37197db1 https://github.com/hashicorp/packer/commit/249cb690e04477582aefadf4350a087bf4e33a87 https://github.com/hashicorp/packer/commit/ee5d13611fb8aca1f1014f9bcd65c18fffdd1b2b https://github.com/hashicorp/packer/commit/a0052fdb687f80ac07e67d7a0f39dcf3a66e32dd
28ee60d216e49d565d654443b57295ce37197db1 is the patch that is currently packaged with debian 249cb690e04477582aefadf4350a087bf4e33a87 concerns vendor files which Debian doesn't appear to carry as part of the source package ee5d13611fb8aca1f1014f9bcd65c18fffdd1b2b and a0052fdb687f80ac07e67d7a0f39dcf3a66e32dd both concern drivers to proprietary software (which Debian also does not seem to carry) so both need to be trimmed before applying After removing the references to missing files, a0052fdb687f80ac07e67d7a0f39dcf3a66e32dd works just fine. ee5d13611fb8aca1f1014f9bcd65c18fffdd1b2b is the one I'm having trouble with currently as it's failing for openstack's and amazon's ssh.go files. Not sure what changes we're carrying for those as I haven't dug too deep, but that's where I'm at now. JD