Thanks Dave. Will look into it.
From: Dave Barach (dbarach) [mailto:dbar...@cisco.com]
Sent: Tuesday, March 28, 2017 7:52 PM
To: Ni, Hongjun ; Ed Warnicke ; Lukasz
Chrustek
Cc: Shaw, Jeffrey B ; Damjan Marion (damarion)
; vpp-dev@lists.fd.io; Lukasz Chrustek
Subject: RE: [vpp-dev] Building ro
Hi Cristian,
Did you try:
sudo apt-get remove —purge vpp
Florin
> On Mar 28, 2017, at 3:23 PM, Dumitrescu, Cristian
> wrote:
>
> Hi Florin,
>
> I actually removed the old git clone and created a brand new one just before
> I started getting this error.
>
> We are potentially considerin
Hi Florin,
I actually removed the old git clone and created a brand new one just before I
started getting this error.
We are potentially considering some leftover files from previous installation
somewhere in the file system, if there is such possibility for VPP?
Regards,
Cristian
From: Flori
Hi Cristian,
Did you try cleaning everything up?
git clean -fdx
make bootstrap
..
HTH,
Florin
> On Mar 28, 2017, at 1:28 PM, Dumitrescu, Cristian
> wrote:
>
> Hi Burt,
>
> No network connectivity issues I am afraid. I pasted the output of my last
> re-run of “make install-dep” in the
Hi Burt,
No network connectivity issues I am afraid. I pasted the output of my last
re-run of “make install-dep” in the previous email.
Regards,
Cristian
From: Burt Silverman [mailto:bur...@gmail.com]
Sent: Tuesday, March 28, 2017 5:47 PM
To: Dumitrescu, Cristian
Cc: vpp-dev
Subject: Re: [vpp
Hi Burt,
Thanks for your hints.
Here is the output of “dpkg-query -l pkg-config”, looks same as yours:
cfdumitr@silpixa00382658:~/git_fdio/vpp$ dpkg-query -l pkg-config
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err
On Tue, Mar 28, 2017 at 2:28 PM, Pierre Pfister (ppfister) <
ppfis...@cisco.com> wrote:
>
>
> tapcli.c implements all tap nodes, plus the CLI calls.
> tapapi.c only implements api calls and then calls tapcli functions.
>
> Admittedly tapcli is not the perfect name,
>
It's not a matter of names.
Le 28 mars 2017 à 13:54, Jon Loeliger
mailto:j...@netgate.com>> a écrit :
On Tue, Mar 28, 2017 at 11:59 AM, Jon Loeliger
mailto:j...@netgate.com>> wrote:
On Tue, Mar 28, 2017 at 11:50 AM, Damjan Marion (damarion)
mailto:damar...@cisco.com>> wrote:
> On 28 Mar 2017, at 12:15, Kinsella, Ray
On Tue, Mar 28, 2017 at 11:59 AM, Jon Loeliger wrote:
>
>
> On Tue, Mar 28, 2017 at 11:50 AM, Damjan Marion (damarion) <
> damar...@cisco.com> wrote:
>
>>
>> > On 28 Mar 2017, at 12:15, Kinsella, Ray wrote:
>> >
>> > +1 to Jon's comments.
>> >
>> >
>> > On 24/03/2017 14:07, Pierre Pfister (ppfis
Wait, doh... this is probably (possibly) an imperfection in the build
system... not sure if it is easy or messy to fix. Suppose you install
pkg-config AFTER your system ran autoconf or autoreconf to generate the
configure. That means you have a bad configure script. If nobody notices
that you have
On Tue, Mar 28, 2017 at 11:50 AM, Damjan Marion (damarion) <
damar...@cisco.com> wrote:
>
> > On 28 Mar 2017, at 12:15, Kinsella, Ray wrote:
> >
> > +1 to Jon's comments.
> >
> >
> > On 24/03/2017 14:07, Pierre Pfister (ppfister) wrote:
> >> Hello Jon,
> >>
> >> No strong opinion on my side, but
> On 28 Mar 2017, at 12:15, Kinsella, Ray wrote:
>
> +1 to Jon's comments.
>
>
> On 24/03/2017 14:07, Pierre Pfister (ppfister) wrote:
>> Hello Jon,
>>
>> No strong opinion on my side, but I'd just like to notice that there might
>> be cases where multiple interfaces, in linux, have the same
Also, the fact that we saw PKG_CHECK_MODULES appear in your original output
tells me that pkg-config was not installed when your configure was running.
Otherwise, I believe it would have been macro expanded and you'd only see
the expanded form. The mystery remains about your "make install-dep" not
Billy,
Apologies, that was a convenience I did for the attendees of the devboot
course last year.
In the course notes I had the git checksum of the commit, but as Dave
points out, a bit stale.
I find a combo of "ldd" against the VPP binary you have built and
ultimately want to install and "ldcon
I am a bit baffled, Cristian. Well the config.log you have IS consistent
with mine. g2 doesn't show up the way it does in mine because your
configure did not complete successfully.
Can you double check
$ dpkg-query -l pkg-config
comes back with something like
Desired=Unknown/Install/Remove/Purg
+1
On 3/27/17 7:12 AM, Damjan Marion (damarion) wrote:
Hello VPP committers,
I would like to nominate Sergio Gonzales Monroy as a VPP project committer.
History of Sergio’s merged contributions to the VPP project:
https://gerrit.fd.io/r/#/q/owner:sergio.gonzalez.monroy%2540intel.com+status:me
On Tue, Mar 28, 2017 at 8:55 AM, Dumitrescu, Cristian <
cristian.dumitre...@intel.com> wrote:
>
> Hi Jon,
>
>
>
> I did “make install-dep” just before the “make bootstrap”, so maybe there
> is some package that I need to upgrade that is not picked up by “make
> install-dep”.
>
>
>
> One thing to me
From: Jon Loeliger [mailto:j...@netgate.com]
Sent: Monday, March 27, 2017 8:40 PM
To: Dumitrescu, Cristian
Cc: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS
On Mon, Mar 27, 2017 at 12:41 PM, Dumitrescu, Cristian
mailto:cristian.dumitre...@intel.com>> wrote:
H
FWIW: I sent diffs to fix the build-system integration over the weekend, as
well as a fair fraction of the FIB 2.0 integration...
Thanks… Dave
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Ni, Hongjun
Sent: Monday, March 27, 2017 10:32 PM
To: Ed Warnicke ;
+1 to Jon's comments.
On 24/03/2017 14:07, Pierre Pfister (ppfister) wrote:
Hello Jon,
No strong opinion on my side, but I'd just like to notice that there might be
cases where multiple interfaces, in linux, have the same name, if they are in
different network namespaces.
VPP could literally
20 matches
Mail list logo