Folks, I'm staring at some VPP builds on a fresh CentOS system. I've installed all the "install-deps", and get pretty far into the build before it wedges. I see warnings like this:
/bin/sh ./libtool --mode=install /usr/bin/install -c libsvm.la libsvmdb.la libvlib.la libvlibapi.la libvlibmemory.la libvlibmemoryclient.la libvlibsocket.la libvatplugin.la '/home/jdl/ngr-rpms/build_root/BUILD/vpp/build-root/install-vpp-native/vpp/lib64' PLUGIN CFG vpp_plugin_configure libtool: install: warning: relinking `libsvm.la' I don't know if that is important misbehavior or normal behavior. Ultimately, most of the builds quit grousing about a missing libvppinfra: /usr/bin/ld: cannot find -lvppinfra collect2: error: ld returned 1 exit status libtool: install: error: relink `libsvm.la' with the above command before installing it make[6]: *** [install-libLTLIBRARIES] Error 1 make[6]: *** Waiting for unfinished jobs.... Not sure which real target issued that loveliness due to some "make -j" parallelism in the mix. Might be the relinking of libvnet.la. I am able to build VPP on an entirely different system though. So it seems like there is some variability in its success rate. Is it possible that there is a missing dependency and the "-j" is effectively causing it to want libvppinfra before it is available? Ideas or suggestions? Thanks, jdl
_______________________________________________ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev