gopher-net / docker-ovs-plugin

An Open vSwitch Plugin for Docker's Libnetwork
Apache License 2.0
76 stars 31 forks source link

go dep failure... #25

Open FlorianOtel opened 9 years ago

FlorianOtel commented 9 years ago

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 commented 9 years ago

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.