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
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
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
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
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.
>>
; 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
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