[vpp-dev] centos jobs failing

2019-07-01 Thread Florin Coras
It seems the centos package expired in packagecloud. Ed is working on the problem. Florin-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13415): https://lists.fd.io/g/vpp-dev/message/13415 Mute This Topic: https://lists.fd.io/mt/32277567/21656 Gro

Re: [vpp-dev] centos jobs failing

2019-07-01 Thread Ed Kern via Lists.Fd.Io
adding thomas directly just to cover my centos base… TLDR vpp-ext-deps makefile issues lead to failures resulting in immediate job failure…..working on workaround while someone comes up with a real fix. Packagecloud.io retention on master APPEARS to be about a mont

Re: [vpp-dev] centos jobs failing

2019-07-01 Thread Dave Barach via Lists.Fd.Io
I spun up a centos7 VM so I could investigate. * “make install-dep” works fine * “make install-ext-deps” complains about at the end of the build, prior to installing the .rpm. * The .rpm is built OK. * “rpm -i” installs the .rpm OK. With the vpp-ext-deps RPM installed man

Re: [vpp-dev] centos jobs failing

2019-07-01 Thread Dave Barach via Lists.Fd.Io
See https://gerrit.fd.io/r/#/c/20446/ - .../build/external/Makefile needed a bit of “|| true” action to avoid falling all over itself if no vpp-ext-deps .rpm was installed: ifneq ($(INSTALLED_RPM_VER),$(RPM_VER)-$(PKG_SUFFIX)) @$(MAKE) $(DEV_RPM) sudo rpm -e vpp-ext-deps || true

Re: [vpp-dev] centos jobs failing

2019-07-01 Thread Ed Kern via Lists.Fd.Io
https://gerrit.fd.io/r/#/c/20442/6/build/external/Makefile I was too chicken to suggest it as a clean fix :) Ed On Jul 1, 2019, at 5:17 PM, Dave Barach (dbarach) mailto:dbar...@cisco.com>> wrote: See https://gerrit.fd.io/r/#/c/20446/ - .../build/external/Makefile needed a bit of “|| true”

Re: [vpp-dev] centos jobs failing

2019-07-02 Thread Damjan Marion via Lists.Fd.Io
Even more cleaner one will be to add “-“ in front of sudo which tells make to ignore return code :) Btw i’m responsible for this one, that line was quick fix to address another stupidity of rpm which fails to upgrade package when real file is replaced with symbolic link — Damjan > On 2