-
Notifications
You must be signed in to change notification settings - Fork 28
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
Unable to build packer plugin #786
Comments
Seems like it's known issue.
then build your own go project. |
resolving this dependency take soooo long time... |
The solution does not solve anything unfortunately... :( |
@akry Have you fixed the issue? any solution ? |
@thatcabbage @unakatsuo solved this issue. The building procedure is written on the another page. https://github.com/axsh/wakame-vdc/tree/packer-builder/client/packer-builder-wakamevdc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since the latest commit on packer-builder branch it is unable to do
go build
. Here is the error message:This is due to the source code is already obsoleted. Some interfaces used in the code base must be referenced by different import path. Simply replacing the old import paths to the latest ones does not work at all because go does not allow users to import packages directly from
vendor
directory of the dependency.The text was updated successfully, but these errors were encountered: