Hey guys, Another issue that I'm seeing that I'd like confirmation if its local, reproducible or expected.
I'm following directions @ https://wiki.fd.io/view/VPP/Build,_install,_and_test_images, in particular Steps 1A-3A. My setup: Checkout remote https://gerrit.fd.io/r/vpp branch stable/1704<https://gerrit.fd.io/r/vpp%20branch%20stable/1704> make wipe-release #no issue make install-dep #no issue make build-release #snippet of errors seen below: /home/eernst/go/src/gerrit.fd.io/vpp/build-data/../src/vnet/bfd/bfd_cli.c: In function 'bfd_cli_udp_session_add': /home/eernst/go/src/gerrit.fd.io/vpp/build-data/../src/vnet/bfd/bfd_cli.c:428:17: error: self-comparison always evaluates to true [-Werror=tautological-compare] foreach_bfd_cli_udp_session_add_cli_param (CHECK_MANDATORY); I see many instances of the error for this macro, and similar ones w/in bfd_cli Since this is a clean branch and install-dep succeeded, I would expect this to build without issue. Any ideas? Sorry for being that guy with all the issues - thanks for the quick responsiveness! Eric
_______________________________________________ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev