Re: [vpp-dev] Odd build issue/failure.

2019-09-28 Thread Christian Hopps
Awesome sleuthing. Looking forward to the appropriate person figuring a solution out. :) Thanks, Chris. > On Sep 28, 2019, at 1:34 PM, Burt Silverman wrote: > > Hi Chris, > > Okay, I see the problem. So many timestamps and ok flags in the build system > that we forgot to handle all of them c

Re: [vpp-dev] Odd build issue/failure.

2019-09-28 Thread Burt Silverman
Hi Chris, Okay, I see the problem. So many timestamps and ok flags in the build system that we forgot to handle all of them correctly. When you touch that DPDK file, the build system is good about realizing that it has to rebuild DPDK. Unfortunately, DPDK is included along with some other things

Re: [vpp-dev] Odd build issue/failure.

2019-09-27 Thread Burt Silverman
If I go into build-root/build-vpp_debug-native/external/build-quicly and make install I get libquicly.a where it is needed. However, then when I go back to the top and say "make build" that libquicly.a gets removed prior to it being used. Burt -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all mess

Re: [vpp-dev] Odd build issue/failure.

2019-09-27 Thread Burt Silverman
I am seeing the same problem when remove the file you mentioned, Chris. In my case, I had additional problems after I had removed package vpp-ext-deps on my Ubuntu system. I had to remove build-root/build-vpp_debug-native/vpp/CMakeCache.txt. But I still have the problem you describe. Looks like th

Re: [vpp-dev] Odd build issue/failure.

2019-09-27 Thread Christian Hopps
ng. > > ben > > >> -Original Message----- >> From: vpp-dev@lists.fd.io On Behalf Of Christian >> Hopps >> Sent: jeudi 26 septembre 2019 18:17 >> To: vpp-dev >> Cc: Christian Hopps >> Subject: [vpp-dev] Odd build issue/failure. >>

Re: [vpp-dev] Odd build issue/failure.

2019-09-27 Thread Benoit Ganne (bganne) via Lists.Fd.Io
; To: vpp-dev > Cc: Christian Hopps > Subject: [vpp-dev] Odd build issue/failure. > > Locally we build VPP w/o installing ext deps (e.g., dpdk). This mostly > work fine, and allows us to easily make modifications to these external > libraries if we need to. > > Recently I

[vpp-dev] Odd build issue/failure.

2019-09-26 Thread Christian Hopps
Locally we build VPP w/o installing ext deps (e.g., dpdk). This mostly work fine, and allows us to easily make modifications to these external libraries if we need to. Recently I've had issues with the build failing occasionally due to not being able to find some external library, but only unde