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

Error running make unit-test #124

Closed
arunabha opened this issue Jul 28, 2015 · 5 comments
Closed

Error running make unit-test #124

arunabha opened this issue Jul 28, 2015 · 5 comments

Comments

@arunabha
Copy link

I'm getting the following error when running make unit-test

Godeps/_workspace/src/github.com/vishvananda/netlink/netlink.go:14:2: no buildable Go source files in /Users/agh/opt/software/go/src/github.com/contiv/netplugin/Godeps/_workspace/src/github.com/vishvananda/netlink/nl

Any help is appreciated

@erikh
Copy link
Contributor

erikh commented Jul 28, 2015

What platform are you building for? Linux/AMD64?

-Erik

On Jul 28, 2015, at 1:25 AM, Arunabha Ghosh notifications@github.com wrote:

I'm getting the following error when running make unit-test

Godeps/_workspace/src/github.com/vishvananda/netlink/netlink.go:14:2: no buildable Go source files in /Users/agh/opt/software/go/src/github.com/contiv/netplugin/Godeps/_workspace/src/github.com/vishvananda/netlink/nl

Any help is appreciated


Reply to this email directly or view it on GitHub #124.

@mapuri
Copy link
Contributor

mapuri commented Jul 28, 2015

@arunabha, are you seeing this with with Mac OSX by any chance? netplugin uses the vishvananda/netlink library that can't be built on Mac currently as per comments in (vishvananda/netlink#17)

You might want build netplugin in a linux vm or server for now.

Let me try and see if we can somehow address the OSX limitation locally in netplugin builds.

@arunabha
Copy link
Author

Thanks for the reply. Yes, I'm building on Mac. I'll try building it on a
VM.

On Tue, Jul 28, 2015 at 9:19 AM, Madhav Puri notifications@github.com
wrote:

@arunabha https://github.com/arunabha, are you seeing this with with
Mac OSX by any chance? netplugin uses the vishvananda/netlink library that
can't be built on Mac currently as per comments in (vishvananda/netlink#17
vishvananda/netlink#17)

You might want build netplugin in a linux vm or server for now.

Let me try and see if we can somehow address the OSX limitation locally in
netplugin builds.


Reply to this email directly or view it on GitHub
#124 (comment).

@jainvipin
Copy link

@arunabha - you might find instructions at #119 helpful in setting up the VM. If you are interested in doing system tests i.e. multiple hosts then you'd need to run the tests on a bare-metal, which can spawn multiple VMs for you.

@mapuri, @erikh, @shaleman - per our other discussion, it would be wonderful to get 'make demo' work directly off on a MAC i.e. launching vagrant VMs, etc.

@mapuri
Copy link
Contributor

mapuri commented Jul 31, 2015

closing this issue. I will open a new one to track building netplugin project independent of host OS

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

4 participants