-
Notifications
You must be signed in to change notification settings - Fork 169
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
Cannot build vrouter.ko module #90
Comments
I had tried File "/usr/lib/scons/SCons/Script/Main.py", line 920, in _main What can be the reason? Get https://gerrit.googlesource.com/git-repo/clone.bundle ssh: connect to host github.com port 22: Connection timed out Please make sure you have the correct access rights Please make sure you have the correct access rights |
You need to use repo tool to fetch the repositories from github: Try these: and then use repo init in the working directory. you will need to change manifest.xml file to build the kernel module. replace the file content by following: This will work. |
Thanks, ronakdborad
What do you mean by that ? I assume it is not the email and username which are set in/root/.gitconfig ? The Second thing is: You said: replace the file content by following: This will work." But after "by following" there is an empty paragraph Regards. |
Still facing this issue in Release 5.0. Can someone help me out? |
Hello everyone,
I am trying to install vrouter.ko module as follows:
[root@dut6210 contrail-vrouter-master]# repo init -u [email protected]:Juniper/contrail-vnc -m vrouter-manifest.xml
[root@dut6210 contrail-vrouter-master]# repo sync
[root@dut6210 contrail-vrouter-master]# scons vrouter
scons: *** No SConstruct file found.
File "/usr/lib/scons/SCons/Script/Main.py", line 834, in _main
[root@dut6210 contrail-vrouter-master]#
Can anyone please help me this.
Thanks
The text was updated successfully, but these errors were encountered: