Re: [vpp-dev] Build fails on CentOS with VMBus.

2018-12-16 Thread Damjan Marion via Lists.Fd.Io
-- Damjan > On 11 Dec 2018, at 18:13, Stephen Hemminger > wrote: > > On Mon, 10 Dec 2018 09:32:26 -0800 > Damjan Marion wrote: > >> Stephen, >> >> Can you make this dependency optional? CMake detect presence of libuuid and >> then >> conditionally compile vmbus code? >> >> In some cases

Re: [vpp-dev] Build fails on CentOS with VMBus.

2018-12-11 Thread Stephen Hemminger
On Mon, 10 Dec 2018 09:32:26 -0800 Damjan Marion wrote: > Stephen, > > Can you make this dependency optional? CMake detect presence of libuuid and > then > conditionally compile vmbus code? > > In some cases that library might not be present, specially in some embedded > cases... > > That

Re: [vpp-dev] Build fails on CentOS with VMBus.

2018-12-10 Thread Damjan Marion via Lists.Fd.Io
Stephen, Can you make this dependency optional? CMake detect presence of libuuid and then conditionally compile vmbus code? In some cases that library might not be present, specially in some embedded cases... That will also allow us to merge that code immediately and later we can fix

[vpp-dev] Build fails on CentOS with VMBus.

2018-12-07 Thread Stephen Hemminger
The VMBus changes keep failing build on CentOs because of missing install of new dependency (libuuid-devel). See: https://gerrit.fd.io/r/15311 The RPM_DEPENDS is updated in the Makefile, and it works on a local CentOs 7.6 VM. I suspect that the build CI doesn't do 'make install-dep' so it