-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Issue building flannel on Ubuntu #552
Comments
u can |
oh wait but it fails on this one, no step further possible:
|
Hi HerrmannHinz! Did you figure out how to resolve that package? I'll appreciate any help Cheers! |
@fabianromerorcc no not yet. haven't tried anymore. |
Hi all, Assuming you are in your home directory:
It would be great if go or flannel team could review this as suggest better solution. Ideally vendor folder with dependencies should be located with respect to current directory of calling make (flannel folder). I dont know if this is problem of Go or could be enhanced in Makefile or somewhere. |
Pushed #594 to improve the instructions. The info from @besnik is exactly right (#552 (comment)) Please add this to the README in a PR if you'd like to see it included. |
@HerrmannHinz if you have your GOPATH set up properly you shouldn't need to |
Installing Flannel on Ubuntu using the following:
Step 1: sudo apt-get install linux-libc-dev golang gcc
Step 2: git clone https://github.com/coreos/flannel.git
Step 3: Run the build script: cd flannel; make
I'm getting the following errors:
The text was updated successfully, but these errors were encountered: