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] 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] 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] Build on Fedora 25 failed

2017-01-17 Thread Burt Silverman
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

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

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

2017-01-17 Thread Burt Silverman
n 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:* Tuesday, January 17, 2017 1:19 PM > *To:* Burt Silverman ; Edward Warnicke < > hagb...@gmail.co

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

2017-01-17 Thread Connolly, Padraig
: Tuesday, January 17, 2017 1:19 PM To: Burt Silverman ; Edward Warnicke Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Build on Fedora 25 failed 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

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

2017-01-17 Thread Connolly, Padraig
: Tuesday, January 17, 2017 1:14 PM To: Connolly, Padraig ; Edward Warnicke Cc: Kevin Wilson ; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Build on Fedora 25 failed 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

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