[ovs-discuss] Branch v2.6.1 repo does not make (github)

Ben Pfaff blp at ovn.org
Sat Jan 28 18:03:21 UTC 2017


On Sat, Jan 28, 2017 at 03:36:22AM +0000, Logu J wrote:
> I'm stuck at below error (on Ubuntu 14.04.5 LTS). Any clue please?
> 
> ubuntu at sdnhubvm:openvswitch[09:00] (master)$ git checkout -b v2.6.1
> Switched to a new branch 'v2.6.1'

You were on master, which is presumably a clone of the OVS master
branch, and then you typed "git checkout -b v2.6.1".  This does not
switch to v2.6.1 or to any other commit or branch or tag.  Rather, it
creates a new branch from the *current* commit, which is presumably some
commit along the OVS master branch.  So this bug report is probably not
for v2.6.1 or even for branch-2.6 (the OVS 2.6.x branch).

What commit did you actually compile?


More information about the discuss mailing list