On Thu, Jan 12, 2017 at 5:40 PM, Damjan Marion <dmarion.li...@gmail.com> wrote:
> > A few more details: this is race condition in parallel execution of “make > install” targets. > I am aware of the problem, but for me it was hard to troubleshoot as it is > not happening > in my system, and so far I noticed it only occasionaly in verify jobs. > > I think it was caused by: > > libvppinfradir = ${libdir} > libvppinfra_LTLIBRARIES = libvppinfra.la > > And is now fixed with: > > lib_LTLIBRARIES += libvppinfra.la > > > Basically by having 2 LTLIBRARIES groups, we were allowing Make to install > them in parallel. > As we are relinking libs during install, it was happening that that lib > was not there when > it was needed. > > Let me know if it works now, if not I have some other ideas what we can do… > > Thanks, > > Damjan That does appear to have fixed it! Thank you! jdl PS -- Yes, I see it in top-of-tree as well!
_______________________________________________ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev