Re: [vpp-dev] Make pkg-rpm seems to be failing...

2017-03-21 Thread otroan
Burt, > Jon's assessment is more accurate than what I wrote previously. That's > because I was mashing together two issues that really are separate, but are > closely related. In my case, I know I was trying to play a game of using > minimal disk space, and I played a game at the start where I

Re: [vpp-dev] Make pkg-rpm seems to be failing...

2017-03-20 Thread Thomas F Herbert
Please review: https://gerrit.fd.io/r/#/c/5798/ On 03/20/2017 12:06 PM, Ed Warnicke wrote: Jon, Looking at : https://git.fd.io/vpp/tree/Makefile#n138 In make bootstrap... for deb packages on Ubuntu its checking to see if things are missing and failing fast if they are. I'd suggest we look

Re: [vpp-dev] Make pkg-rpm seems to be failing...

2017-03-20 Thread Thomas F Herbert
On 03/20/2017 12:06 PM, Ed Warnicke wrote: Jon, Looking at : https://git.fd.io/vpp/tree/Makefile#n138 In make bootstrap... for deb packages on Ubuntu its checking to see if things are missing and failing fast if they are. I'd suggest we look at doing something similar for rpms. Anyone inte

Re: [vpp-dev] Make pkg-rpm seems to be failing...

2017-03-20 Thread Burt Silverman
Jon's assessment is more accurate than what I wrote previously. That's because I was mashing together two issues that really are separate, but are closely related. In my case, I know I was trying to play a game of using minimal disk space, and I played a game at the start where I determined depende

Re: [vpp-dev] Make pkg-rpm seems to be failing...

2017-03-20 Thread Ed Warnicke
Jon, Looking at : https://git.fd.io/vpp/tree/Makefile#n138 In make bootstrap... for deb packages on Ubuntu its checking to see if things are missing and failing fast if they are. I'd suggest we look at doing something similar for rpms. Anyone interested in submitting a patch? Ed On Mon, Mar 2

Re: [vpp-dev] Make pkg-rpm seems to be failing...

2017-03-20 Thread Jon Loeliger
Burt and Ole, On Sun, Mar 19, 2017 at 7:26 AM, wrote: > >> >> Hmm, so https://gerrit.fd.io/r/#/c/5781/ >> isn't sufficient? >> > Necessary, yes. Sufficient? No. On the other hand... On Sun, Mar 19, 2017 at 11:51 AM, Burt Silverman wrote: > Ugh, I made a terrible bone head mistake... Possibl

Re: [vpp-dev] Make pkg-rpm seems to be failing...

2017-03-20 Thread Thomas F Herbert
On 03/19/2017 12:51 PM, Burt Silverman wrote: Ugh, I made a terrible bone head mistake... Possibly I never ran make install-dep. Even if I had, I was unaware that it is a good idea to run it again, just to be sure, in a case like this. I probably thought it was like make bootstrap, where runn

Re: [vpp-dev] Make pkg-rpm seems to be failing...

2017-03-19 Thread Burt Silverman
Ugh, I made a terrible bone head mistake... Possibly I never ran make install-dep. Even if I had, I was unaware that it is a good idea to run it again, just to be sure, in a case like this. I probably thought it was like make bootstrap, where running a 2nd time doesn't help. Apologies to Ed and Ole

Re: [vpp-dev] Make pkg-rpm seems to be failing...

2017-03-19 Thread otroan
> On 19 Mar 2017, at 05:03, Burt Silverman wrote: > > I may have found it. Install python2-rpm-macros from yum. Also install > python-rpm-macros. It's looking good. > > Hopefully Ed or Ole can make sure those are part of the install-deps: unlike > some other things, these are not so easy to

Re: [vpp-dev] Make pkg-rpm seems to be failing...

2017-03-18 Thread Burt Silverman
I may have found it. Install python2-rpm-macros from yum. Also install python-rpm-macros. It's looking good. Hopefully Ed or Ole can make sure those are part of the install-deps: unlike some other things, these are not so easy to find. Burt On Sat, Mar 18, 2017 at 6:10 PM, Jon Loeliger wrote:

Re: [vpp-dev] Make pkg-rpm seems to be failing...

2017-03-18 Thread Jon Loeliger
On Fri, Mar 17, 2017 at 6:33 PM, Burt Silverman wrote: > It probably worked during a 12 hour window. I think Neale then made a 2nd > change incompatible with the earlier change. > > Burt > Well, yeah, maybe. But after doing the .end_node dance, I'm back to the %py2_build problem on a CentOS RPM

Re: [vpp-dev] Make pkg-rpm seems to be failing...

2017-03-17 Thread Burt Silverman
It probably worked during a 12 hour window. I think Neale then made a 2nd change incompatible with the earlier change. Burt On Fri, Mar 17, 2017 at 5:54 PM, Ed Warnicke wrote: > Looks like it might chase back to > > https://gerrit.fd.io/r/#/c/5780/ > > But in an odd way... because 5780 verified

Re: [vpp-dev] Make pkg-rpm seems to be failing...

2017-03-17 Thread otroan
Hi Jon, > So, the "make pkg-rpm" target seems to be failing near a > line like this: > > # Python bindings > cd /home/jdl/workspace/vpp/build-root/../src/vpp-api/python > %py2_install > > That is from the RPM tmp file. The actual log of the error follows. > > Anyone? https://gerri

Re: [vpp-dev] Make pkg-rpm seems to be failing...

2017-03-17 Thread Ed Warnicke
Looks like it might chase back to https://gerrit.fd.io/r/#/c/5780/ But in an odd way... because 5780 verified... Neale, thoughts? Ed On Fri, Mar 17, 2017 at 2:50 PM, Ed Warnicke wrote: > Other things we know are that the merge jobs appear to be failing on > master... > > https://jenkins.fd.i

Re: [vpp-dev] Make pkg-rpm seems to be failing...

2017-03-17 Thread Ed Warnicke
Other things we know are that the merge jobs appear to be failing on master... https://jenkins.fd.io/view/vpp/job/vpp-merge-master-centos7/ Ed On Fri, Mar 17, 2017 at 2:19 PM, Ed Warnicke wrote: > I just hit that too... > > Ed > > On Fri, Mar 17, 2017 at 1:56 PM, Burt Silverman wrote: > >> I

Re: [vpp-dev] Make pkg-rpm seems to be failing...

2017-03-17 Thread Ed Warnicke
I just hit that too... Ed On Fri, Mar 17, 2017 at 1:56 PM, Burt Silverman wrote: > I am stuck in vnet/mpls/mpls_features.c at line 107. Not getting beyond > make build-release. end_node is not recognized here, it seems. > ​ > > ___ > vpp-dev mailing l

Re: [vpp-dev] Make pkg-rpm seems to be failing...

2017-03-17 Thread Burt Silverman
I am stuck in vnet/mpls/mpls_features.c at line 107. Not getting beyond make build-release. end_node is not recognized here, it seems. ​ ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev