I'm observing the same behavior in openvswitch-2.10.0+2018.08.28+git.8ca7c82b7d+ds1.
The vtep-ctl that is packaged in openvswitch-common is not the compiled binary but a libtool wrapper. The fix is easy: Remove the line "vtep/vtep-ctl usr/bin" from openvswitch-common.install, and the correct binary (already located in usr/bin) will be packaged. On Wed, 28 Jun 2017 20:07:32 +0000 "Sean M. Collins" <[email protected]> wrote: > Package: openvswitch-vtep > Version: 2.6.2~pre+git20161223-3 > Severity: normal > > > The vtep-ctl binary appears to be missing something, and fails to > execute. > > > root@7dd518162735:/usr/src/app# vtep-ctl --version > /usr/bin/vtep-ctl: error: '/usr/bin/.libs/vtep-ctl' does not exist > This script is just a wrapper for vtep-ctl. > See the libtool documentation for more information. > > > -- System Information: > Debian Release: 9.0 > APT prefers stable > APT policy: (500, 'stable') > Architecture: amd64 (x86_64) > > Kernel: Linux 4.7.2 (SMP w/2 CPU cores) > Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968), LANGUAGE=C > (charmap=ANSI_X3.4-1968) > Shell: /bin/sh linked to /usr/bin/dash > Init: unable to detect > > Versions of packages openvswitch-vtep depends on: > ii openvswitch-common 2.6.2~pre+git20161223-3 > ii openvswitch-switch 2.6.2~pre+git20161223-3 > ii python 2.7.13-2 > ii python-openvswitch 2.6.2~pre+git20161223-3 > > openvswitch-vtep recommends no packages. > > openvswitch-vtep suggests no packages. > > -- no debconf information > > -- > Sean M. Collins > >

