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

go dep failure... #25

Open
FlorianOtel opened this issue Aug 17, 2015 · 1 comment
Open

go dep failure... #25

FlorianOtel opened this issue Aug 17, 2015 · 1 comment

Comments

@FlorianOtel
Copy link

When trying to build the plugin the "go dep ./..." points to an issue with the upstream libnetwork/iptables:

go get ./...

github.com/docker/libnetwork/iptables
../../github.com/docker/libnetwork/iptables/firewalld.go:75: cannot use c.sysconn.Object(dbusInterface, dbus.ObjectPath(dbusPath)) (type dbus.BusObject) as type *dbus.Object in assignment: need type assertion

More setup details here: https://gist.github.com/FlorianOtel/eb5926c8a640b4cd6f57

@nerdalert
Copy link
Contributor

Just merged #27 that will resolve the dependency issues to match the godbus ver from Libnetwork. Pull the update and run godep restore and you will be able to compile the project. If that works close out the issue for us and thanks. Also updated the binary that points to the new path /run/docker/plugins for the docker sock file handle. Will update that also. Cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants