Re: [vpp-dev] Build on Fedora 25 failed

2017-01-17 Thread Thomas F Herbert
On 01/17/2017 06:03 PM, Kevin Wilson wrote: Hi, Still build fails. After installing redhat-rpm-config, and again wiping out the vpp tree and cloning again from scratch, and running again the process from beginning, first /build-root/vagrant/build.sh which completed ok and then: cd build-root a

Re: [vpp-dev] Build on Fedora 25 failed

2017-01-17 Thread Burt Silverman
I can tell you this, Kevin: if you do "make build-release" and follow that with your install-rpm command, you will see the exact same error that you are seeing. But if you follow "make build-release" with "make pkg-rpm" then the following stuff happens at the start, setting you up for install-rpm

Re: [vpp-dev] Build on Fedora 25 failed

2017-01-17 Thread Thomas F Herbert
Sorry for the top posting. Kevin, I just did a clean install on a clean fresh install of Fedora 25 and I could reproduce the problem. The fixes are listed below. Install Fedora 25 workstation. I then installed the following: dnf group install "C Development Tools and Libraries" then execut

Re: [vpp-dev] Build on Fedora 25 failed

2017-01-17 Thread Kevin Wilson
Hi, Still build fails. After installing redhat-rpm-config, and again wiping out the vpp tree and cloning again from scratch, and running again the process from beginning, first /build-root/vagrant/build.sh which completed ok and then: cd build-root and make V=0 PLATFORM=vpp TAG=vpp install-rpm ..

Re: [vpp-dev] Build on Fedora 25 failed

2017-01-17 Thread Burt Silverman
redhat-rpm-config-45-1.fc25.noarch Drats, copy paste from my VM is not working now! Burt On Tue, Jan 17, 2017 at 5:11 PM, Kevin Wilson wrote: > Burt, > I want to solve the issue I am currently stucked with. > I have a question: what do you see in your F25 machine when running > ls -al /usr/lib

Re: [vpp-dev] Build on Fedora 25 failed

2017-01-17 Thread Kevin Wilson
Burt, I want to solve the issue I am currently stucked with. I have a question: what do you see in your F25 machine when running ls -al /usr/lib/rpm/redhat/redhat-hardened-cc1 ? If this file exists - can you please run "rpm -qf /usr/lib/rpm/redhat/redhat-hardened-cc1" and let us know what you see

Re: [vpp-dev] Weird VPP API message processing failure

2017-01-17 Thread Jon Loeliger
On Tue, Jan 17, 2017 at 3:45 PM, Alexander Popovsky (apopovsk) < apopo...@cisco.com> wrote: > We have seen a similar issue related to the same ‘API refactoring : dpdk’ > change. > We are using an external API binding layer in C-language in our VPP based > solution. > After the change, it took some

Re: [vpp-dev] Weird VPP API message processing failure

2017-01-17 Thread otroan
> We have seen a similar issue related to the same ‘API refactoring : dpdk’ > change. > We are using an external API binding layer in C-language in our VPP based > solution. > After the change, it took some digging to add –DDPDK=1 to get things back to > working. > > Looking forward, should it

Re: [vpp-dev] Weird VPP API message processing failure

2017-01-17 Thread Alexander Popovsky (apopovsk)
We have seen a similar issue related to the same ‘API refactoring : dpdk’ change. We are using an external API binding layer in C-language in our VPP based solution. After the change, it took some digging to add –DDPDK=1 to get things back to working. Looking forward, should it be considered a

Re: [vpp-dev] Build on Fedora 25 failed

2017-01-17 Thread Burt Silverman
I tried a variation, and I had success: One thing, I didn't do the dependencies install, I just waited until crashes and then looked to see what my system was missing. For my second step, I needed to add ganglia-devel and chrpath packages. My second step is "make pkg-rpm" from the top level direct

Re: [vpp-dev] Build on Fedora 25 failed

2017-01-17 Thread Kevin Wilson
Hi, Well, there is some progress as the first step succeeds now, but the second step fail. In more details: Just tried now wiping whole the vpp tree, cloning it again, and running: ./build-root/vagrant/build.sh And it completed ok. Then went to the second step according the the wiki:page(https://w

Re: [vpp-dev] show interface address with multiple tables

2017-01-17 Thread Neale Ranns (nranns)
Hi Dave, Billy, I’ve no objection to VPP rejecting the change of table mapping when IPv[46] configurations exist. I’ll make the change as time permits, unless some-one else beats me to it ☺ And update the documentation accordingly. Regards, neale From: Billy McFall Date: Tuesday, 17 January 2

Re: [vpp-dev] Weird VPP API message processing failure

2017-01-17 Thread Jon Loeliger
On Mon, Jan 16, 2017 at 6:33 PM, Jon Loeliger wrote: > Folks, > > We are seeing a really strange VPP API message processing problem. > The scenario goes like this... > > > I've started to isolate it with git bisect, and so far I believe the > behavior changed between these commits: > > $ git log

Re: [vpp-dev] Build on Fedora 25 failed

2017-01-17 Thread Burt Silverman
I see another possible issue for Ed in the Makefile, if Fedora 25 is to be supported: zlib seems to be hardcoded to a level that is earlier than Fedora 25. Kevin can you make certain you have it on your system. Your log mentioned zlib. Just by chance, on my Fedora, I have libtool-ltdl in additon t

Re: [vpp-dev] Build on Fedora 25 failed

2017-01-17 Thread Damjan Marion (damarion)
Hi Kevin, If autoconf was missing before I will not be surprised if libtool is also missing. Try to install it. Thanks, Damjan > On 17 Jan 2017, at 19:51, Kevin Wilson wrote: > > Thanks to Burt, Connoly and Billy. > Still, after: > dnf group install 'C Development Tools and Libraries' > an

Re: [vpp-dev] Build on Fedora 25 failed

2017-01-17 Thread Kevin Wilson
Thanks to Burt, Connoly and Billy. Still, after: dnf group install 'C Development Tools and Libraries' and running again: ./build-root/vagrant/build.sh I get: " line 2212: LT_INIT: command not found" ... See full log following immediately. I googled for this error, some said it it related to

Re: [vpp-dev] show interface address with multiple tables

2017-01-17 Thread Luke, Chris
By a tag, you mean an element like @todo that both renders the paragraph such that it stands out and also produces a list (index) of all such items? That is fairly straightforward. There is some limited functionality for this built in to Doxygen[1], and separately I wrote a pre-Doxygen-parser t

Re: [vpp-dev] [csit-dev] crypto-dev support/libraries

2017-01-17 Thread Maciek Konstantynowicz (mkonstan)
All, Many thanks to vpp-dev team for helping us to drive this situation to a clear conclusion on a VPP project call just now. Special thanks to Damjan, who took initiative, followed up, and checked with LF FD.io team and Ed regarding options to deal with export-restricted crypto s

Re: [vpp-dev] show interface address with multiple tables

2017-01-17 Thread Dave Wallace
Billy, Thanks for pointing out that this particular case is documented in doxygen. I didn't follow up on this specific example but was highlighting the general issue. It would be nice to have specific tag in Doxygen which identifies configuration constraint definitions. Thanks, -daw- On 1

Re: [vpp-dev] [csit-dev] sporadically failing functional tests: L2BD and VXLANoIPv4oVLAN

2017-01-17 Thread Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco)
Unfortunately it failed again... :( It seems that packet has been correctly processed in DUT1 but didn't reach DUT2: Packet trace form DUT1: Packet 1 00:00:13:305429: dpdk-input GigabitEthernet0/4/0 rx queue 0 buffer 0x4e03: current data 0, length 60, free-list 0, totlen-nifb 0, trace 0x0

Re: [vpp-dev] show interface address with multiple tables

2017-01-17 Thread Billy McFall
Dave, I agree with your statements about VPP probably needs to add the verification. I wanted to add that this constraint was added to the Doxygen documentation. But there are a lot of constraints that are not documented, and if they are, I'm not sure how to better propagate the information to mass

Re: [vpp-dev] Build on Fedora 25 failed

2017-01-17 Thread Burt Silverman
Aha, if one wishes to use a dnf group for pulling in autoconf, the correct group name is 'C Development Tools and Libraries'. So this plus what you found, Padraig, should be fixed. Burt On Tue, Jan 17, 2017 at 9:45 AM, Connolly, Padraig < padraig.conno...@intel.com> wrote: > Yes, also autoconf s

Re: [vpp-dev] Build on Fedora 25 failed

2017-01-17 Thread Connolly, Padraig
Yes, also autoconf seems to be repeated twice in DEB_DEPENDS Thanks, Padraig From: Burt Silverman [mailto:bur...@gmail.com] Sent: Tuesday, January 17, 2017 2:39 PM To: Connolly, Padraig Cc: Edward Warnicke ; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Build on Fedora 25 failed I do not understan

Re: [vpp-dev] show interface address with multiple tables

2017-01-17 Thread Dave Wallace
Neale, Given this constraint, IMO it should be verified prior to enacting the change of the interface table and the request should be rejected if the constraint is not met. The $64,000 question is whether this constraint should be verified by VPP itself or the management agent. Prior to ope

Re: [vpp-dev] Build on Fedora 25 failed

2017-01-17 Thread Burt Silverman
I do not understand why it is not there, myself. I looked at the RPM_DEPENDS_GROUP, the dnf group 'Development Tools', but autoconf is not part of that. So there are no tricks involved. Looks like Ed Warnicke set this stuff up. Perhaps he can get it into sync with the DEB/Ubuntu case. Burt On Tue

Re: [vpp-dev] [csit-dev] sporadically failing functional tests: L2BD and VXLANoIPv4oVLAN

2017-01-17 Thread Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco)
Hello Damjan, Needed fix has been merged to master and cherry-picked to csit branch oper-170108 that is currently used to verify vpp patch. I did recheck on your commit https://gerrit.fd.io/r/#/c/4613/14 - it should pass now. We will keep our eyes on it. Regards, Jan From: vpp-dev-boun...@lis

[vpp-dev] vpp build failure for vargrant target centos 7.2

2017-01-17 Thread Zhelyko Oluic
Hi there, Could someone please help me with my vpp build for vargrant target centos 7.2? What I am missing (see my build excerpts below)? Highly appreciated any help. BR, Zhelyko Oluic ... 29 vagrant box add --provider virtualbox https://atlas.hashicorp.com/puppetlabs/centos-7.2-64-noc

Re: [vpp-dev] VPP-556 - vpp crashing in an openstack odl stack

2017-01-17 Thread Juraj Linkes -X (jlinkes - PANTHEON TECHNOLOGIES at Cisco)
Hi Dave, John, I've tried building the latest 17.01 vpp (using "make V=0 PLATFORM=vpp TAG=vpp_debug install-rpm" - I understand that's where the TAG=vpp_debug is refereing to) and the issue is no longer present there, but there is something else - now vpp crashes when I delete a vhost-user port

Re: [vpp-dev] Build on Fedora 25 failed

2017-01-17 Thread Connolly, Padraig
Hi Burt, To follow the previous email up, strangely enough there seems to be no sign of autoconf in RPM_DEPENDS in the Makefile. Is there a reason it is not there? Thanks, Padraig From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Connolly, Padraig Sent: Tuesda

Re: [vpp-dev] Build on Fedora 25 failed

2017-01-17 Thread Connolly, Padraig
Hi Burt, I’m not sure, maybe the dependency checks are faulty for Fedora. I only suggested that to him purely because of this line: “/bin/bash: autoreconf: command not found” The autoreconf command is part of autoconf Thanks, Padraig From: Burt Silverman [mailto:bur...@gmail.com] Sent: Tuesday

Re: [vpp-dev] Build on Fedora 25 failed

2017-01-17 Thread Burt Silverman
Hi Padraig, Is that a workaround? Why would everything else be automated except for the autoconf install? Burt On Tue, Jan 17, 2017 at 8:07 AM, Connolly, Padraig < padraig.conno...@intel.com> wrote: > Hi Kevin, > > Try and install autoconf ('dnf install autoconf') and run the build script > aga

Re: [vpp-dev] Build on Fedora 25 failed

2017-01-17 Thread Connolly, Padraig
Hi Kevin, Try and install autoconf ('dnf install autoconf') and run the build script again Thanks, Padraig > -Original Message- > From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On > Behalf Of Kevin Wilson > Sent: Tuesday, January 17, 2017 1:02 PM > To: vpp-dev@lis

[vpp-dev] Build on Fedora 25 failed

2017-01-17 Thread Kevin Wilson
Hi, The section in the fd.io Wiki says: ... Linux VPP can be built, packaged and run on either Debian based (Ubuntu,etc) or RPM based (Centos,etc) out of the box. ... Did anyone tried to build on Fedora 25 ? I just tried to run now, with the latest git repo, ./build-root/vagrant/build.sh (accordi

Re: [vpp-dev] Help regarding VPP build with ODP

2017-01-17 Thread Burt Silverman
Hi Sreejith, Have you tried adding your include path to vpp_CPPFLAGS in build-data/packages/vpp.mk rather than the old way of adding to vnet_CPPFLAGS in vnet.mk? Similarly for libraries, everything done in vpp.mk. See if this works for you. Burt On Tue, Jan 17, 2017 at 5:37 AM, Sreejith Surendra

Re: [vpp-dev] Coverity warnings in generated java files

2017-01-17 Thread Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco)
Hi, It looks like coverity is applied to debug build, could you please to update path to use build-vpp_debug-native ? Thanks, Marek From: Luke, Chris [mailto:chris_l...@comcast.com] Sent: 12 stycznia 2017 14:54 To: Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) ; vpp-dev@lists.fd

[vpp-dev] Help regarding VPP build with ODP

2017-01-17 Thread Sreejith Surendran Nair
Hi All, I am working on VPP/ODP integration. I had made some changes earlier in the Makefiles(vnet.mk,vpp.mk) to build ODP with VPP. Below are the changes I made for ODP: 1) I had copied the ODP includes,bin and library to VPP installed path (vpp/build-root/install-vpp). 2) And added ODP install

Re: [vpp-dev] Weird VPP API message processing failure

2017-01-17 Thread otroan
Hi Jon, > We are seeing a really strange VPP API message processing problem. > The scenario goes like this... > > Our CLI issues C API calls through the vlib API. The messages hit > the shared memory queue, but are not processed. They sit there. Is it VPP that does not process the messages or

Re: [vpp-dev] [csit-dev] sporadically failing functional tests: L2BD and VXLANoIPv4oVLAN

2017-01-17 Thread Matej Klotton -X (mklotton - PANTHEON TECHNOLOGIES at Cisco)
I'll fix the test cases. From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Damjan Marion (damarion) Sent: 16. januára 2017 22:39 To: csit-...@lists.fd.io Cc: vpp-dev Subject: Re: [vpp-dev] [csit-dev] sporadically failing functional tests: L2BD and VXLANoIPv4oVL