Hi,
I'm trying to build the external packages for 'stable/2106'. The only change I
made to the default config files is in 'build/external/packages/dpdk.mk':
```
DPDK_MLX5_PMD ?= y
DPDK_MLX5_COMMON_PMD ?= y
```
With the above, 'make install-ext-deps' stops with an error:
.
Cc: Yang, Zhiyong ; vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] build error in VPP master branch
make wipe/wipe-release did not work for me.
I needed to do an
sudo apt-get remove vpp-ext-deps,
then make build-ext-deps, which did not complete, but you can prod it along
with
cd /vpp/build/external
make wipe/wipe-release did not work for me.
I needed to do an
sudo apt-get remove vpp-ext-deps,
then make build-ext-deps, which did not complete, but you can prod it
along with
cd /vpp/build/external
sudo apt-get install ./vpp-ext-deps_19.08-4_amd64.deb -f
Reading package lists... Done
Buil
Hi Zhiyong,
You need to run below command first:
make install-ext-deps
Thanks,
Hongjun
From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Florin Coras
Sent: Friday, May 17, 2019 10:55 AM
To: Yang, Zhiyong
Cc: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] build error in VPP master
Did you try make wipe/wipe-release?
Florin
> On May 16, 2019, at 7:45 PM, Zhiyong Yang wrote:
>
> Hi guys,
>
> Does anybody run into the trouble as below? How to fix it?
> fatal error: quicly/defaults.h: No such file or directory
>
> thanks
> Zhiyong
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You
Hi guys,
Does anybody run into the trouble as below? How to fix it?
fatal error: quicly/defaults.h: No such file or directory
thanks
Zhiyong
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13073): https://lists.fd.io/g/vpp-dev/message/13073
Mute Th
To: 汤超; vpp-dev
> Subject: Re: [vpp-dev] Build error
> Hi,
>
> the reason for the errors you see is that some API messages are not
> sane enough for the VAPI generator to generate the C/C++ bindings for
> them. Due to this, the generator prints them as errors, but these do
> no
So do you know why make run failed? If you know, please tell me, thank you.
nwnj...@fiberhome.com
From: Klement Sekera
Date: 2018-05-03 15:29
To: 汤超; vpp-dev
Subject: Re: [vpp-dev] Build error
Hi,
the reason for the errors you see is that some API messages are not
sane enough for the VAPI
Hi,
the reason for the errors you see is that some API messages are not
sane enough for the VAPI generator to generate the C/C++ bindings for
them. Due to this, the generator prints them as errors, but these do
not stop compilation nor are the cause of your `make run` failure. You
can safely ignor
> > > make[1]: Leaving directory '/home/vpp/build-root'
> > > make: *** [Makefile:339: build-release] Error 2
> > > Thank you
> > > -Sara
> > >
> > > On Mon, Apr 16, 2018 at 7:15 PM, Luke, Chris
> wrote:
> > > I’d recommend
, personally. :) Though that DPDK version
> > should work fine; there was a period not long ago in which DPDK broke their
> > packages and invalidated the checksums we had, but I thought that was
> > evident only on master and only briefly, not 18.01*.
> >
> >
> &g
ke: *** [Makefile:339: build-release] Error 2
> > Thank you
> > -Sara
> >
> > On Mon, Apr 16, 2018 at 7:15 PM, Luke, Chris
> wrote:
> > I’d recommend working from master, personally. :) Though that DPDK
> version should work fine; there was a period not l
hought that was evident
> only on master and only briefly, not 18.01*.
>
>
>
> Chris.
>
>
>
>
>
> From: Sara Gittlin [mailto:sara.gitt...@gmail.com]
> Sent: Monday, April 16, 2018 12:05 PM
>
>
> To: Luke, Chris
> Cc: vpp-dev@lists.fd.io
> S
Sara Gittlin [mailto:sara.gitt...@gmail.com]
> *Sent:* Monday, April 16, 2018 12:05 PM
>
> *To:* Luke, Chris
> *Cc:* vpp-dev@lists.fd.io
> *Subject:* Re: [vpp-dev] Build error with my_plugin.api.h file.
>
>
>
> Chris
>
> i did it and now i have another problem (whic
Gittlin [mailto:sara.gitt...@gmail.com]
Sent: Monday, April 16, 2018 12:05 PM
To: Luke, Chris
Cc: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Build error with my_plugin.api.h file.
Chris
i did it and now i have another problem (which i saw also before)
"Bad Checksum! Please remove /home/vpp
be doubly sure “git
> clean -fxd” (making sure you have your local files added to git etc)
>
>
>
> Chris
>
>
>
> *From:* Sara Gittlin [mailto:sara.gitt...@gmail.com]
> *Sent:* Monday, April 16, 2018 11:29 AM
> *To:* Luke, Chris
> *Cc:* vpp-dev@lists.fd.io
>
&
From: Sara Gittlin [mailto:sara.gitt...@gmail.com]
Sent: Monday, April 16, 2018 11:29 AM
To: Luke, Chris
Cc: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Build error with my_plugin.api.h file.
Thank you Neale and Chris
Neale -
this is my_policer.api file: ( i dont have other files related to api
uke, Chris wrote:
> Do you list the .api files in the variable API_FILES in your plugin .am
> file?
>
>
>
> Chris
>
>
>
> *From:* vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] *On Behalf Of *Sara
> Gittlin
> *Sent:* Monday, April 16, 2018 11:08 AM
> *To:* vpp
Do you list the .api files in the variable API_FILES in your plugin .am file?
Chris
From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Sara Gittlin
Sent: Monday, April 16, 2018 11:08 AM
To: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Build error with my_plugin.api.h file.
I see
Both my_forwarder.api and my_policer.api have a syntax error at line 53. Are
you missing a semi-colon?
/neale
From: on behalf of Sara Gittlin
Date: Monday, 16 April 2018 at 17:08
To: "vpp-dev@lists.fd.io"
Subject: Re: [vpp-dev] Build error with my_plugin.api.h file.
I see that this file (and the my_plugin.api.json) are not auto generated
in the build
Why ?
-Sara
On Mon, Apr 16, 2018 at 5:27 PM, Sara Gittlin
wrote:
> Hello,
>
> I've encountered this build error few times and managed to get rid of it
> somehow.
> the error is always with the my_plugin.api.
Hello,
I've encountered this build error few times and managed to get rid of it
somehow.
the error is always with the my_plugin.api.h file.
Can you tell me what is the problem here ?
-
/bin/sh ./config.status
config.status: creating Makefile
config.status: creating plugins/Makef
n’t
work.
Thanks… Dave
From: nikhil ap [mailto:niks3...@gmail.com<mailto:niks3...@gmail.com>]
Sent: Thursday, December 7, 2017 10:58 PM
To: Dave Barach (dbarach) mailto:dbar...@cisco.com>>
Cc: vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io>
Subject: Re: [vpp-dev] Build error wh
won’t work.
>
>
>
> Thanks… Dave
>
>
>
> *From:* nikhil ap [mailto:niks3...@gmail.com]
> *Sent:* Thursday, December 7, 2017 10:58 PM
>
> *To:* Dave Barach (dbarach)
> *Cc:* vpp-dev@lists.fd.io
> *Subject:* Re: [vpp-dev] Build error when trying to cross-compil
[mailto:niks3...@gmail.com]
Sent: Thursday, December 7, 2017 10:58 PM
To: Dave Barach (dbarach)
Cc: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Build error when trying to cross-compile vpp
Hi Dave,
It works if I run, "make is_build_tool=yes tools-install" in .../build-root but
if I s
(dbarach)
wrote:
> See also “bootstrap.sh...”
>
>
>
> $ make V=0 is_build_tool=yes tools-install
>
>
>
> Thanks… Dave
>
>
>
> *From:* nikhil ap [mailto:niks3...@gmail.com]
> *Sent:* Tuesday, December 5, 2017 9:11 AM
> *To:* Dave Barach (dbarach)
> *Cc:* vpp
See also “bootstrap.sh...”
$ make V=0 is_build_tool=yes tools-install
Thanks… Dave
From: nikhil ap [mailto:niks3...@gmail.com]
Sent: Tuesday, December 5, 2017 9:11 AM
To: Dave Barach (dbarach)
Cc: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Build error when trying to cross-compile vpp
Hi Dave
he mechanisms are there to do interesting things, but since we
> seldom do those things anymore you can expect a certain amount of trouble.
>
>
>
> Thanks… Dave
>
>
>
> *From:* vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] *On
> Behalf Of *nikhil ap
>
we seldom
do those things anymore you can expect a certain amount of trouble.
Thanks… Dave
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of nikhil ap
Sent: Tuesday, December 5, 2017 6:05 AM
To: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Build error when trying
Hi All,
I am trying to cross-compile vpp. The make doesn't expose a way to pass the
--host parameter required to configure and build using cross compilation.
Initially, I did the following:
CC=x86_64-rumprun-netbsd-gcc make bootstrap, but I saw the following error
*If you meant to cross compile
After a bit more digging around the make file, I did this:
make PLATFORM=x86_64 x86_64_os=rumprun-netbsd bootstrap
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-rumprun-netbsd
checking whether we are cross compiling... yes
However, I am still seeing this
Ole,
compiler: gcc (Ubuntu 6.2.0-5ubuntu12) 6.2.0 20161005
Thanks,
Eric
On Fri, Apr 21, 2017 at 03:36:52PM -0400, Burt Silverman wrote:
> My bad, I was using gcc 6 because I was doing some openSUSE stuff with
> Marco. Sorry. Yes, this is the one that only shows up with gcc 6.
>
> Burt
>
> On
My bad, I was using gcc 6 because I was doing some openSUSE stuff with
Marco. Sorry. Yes, this is the one that only shows up with gcc 6.
Burt
On Fri, Apr 21, 2017 at 3:35 PM, wrote:
> Eric,
>
> > Another issue that I’m seeing that I’d like confirmation if its local,
> reproducible or expected.
Eric,
> Another issue that I’m seeing that I’d like confirmation if its local,
> reproducible or expected.
>
> I’m following directions @
> https://wiki.fd.io/view/VPP/Build,_install,_and_test_images, in particular
> Steps 1A-3A.
> My setup:
> Checkout remote https://gerrit.fd.io/r/vpp branch
I see the same error on master.
I vaguely remember seeing the same error a long time ago.
On Fri, Apr 21, 2017 at 2:00 PM, Ernst, Eric wrote:
> Hey guys,
>
>
>
> Another issue that I’m seeing that I’d like confirmation if its local,
> reproducible or expected.
>
>
>
> I’m following directions @
Hey guys,
Another issue that I'm seeing that I'd like confirmation if its local,
reproducible or expected.
I'm following directions @
https://wiki.fd.io/view/VPP/Build,_install,_and_test_images, in particular
Steps 1A-3A.
My setup:
Checkout remote https://gerrit.fd.io/r/vpp branch
stable/1704
36 matches
Mail list logo