Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS
Glad to hear that worked, Cristian. It looks like Florin sent two tips -- the earlier one may have been helpful, as I think it is a superset of what I suggested. Burt On Tue, Apr 4, 2017 at 11:58 AM, Dumitrescu, Cristian < cristian.dumitre...@intel.com> wrote: > Hi Florin, > > > > Thanks for the tip, but it did not work for me (probably because I am > using VPP as git clone, not as a package?). > > > > But the good news is that but removing src/configure fixed my problem > (thanks, Burt!). > > > > Regards, > > Cristian > > > > cfdumitr@silpixa00382659:~/git_fdio/vpp$ sudo apt-get remove —purge vpp > > Reading package lists... Done > > Building dependency tree > > Reading state information... Done > > E: Unable to locate package —purge > > E: Unable to locate package vpp > > > > *From:* Florin Coras [mailto:fcoras.li...@gmail.com] > *Sent:* Tuesday, March 28, 2017 11:26 PM > > *To:* Dumitrescu, Cristian > *Cc:* Burt Silverman ; vpp-dev > *Subject:* Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS > > > > Hi Cristian, > > > > Did you try: > > > > sudo apt-get remove —purge vpp > > > > Florin > > > > On Mar 28, 2017, at 3:23 PM, Dumitrescu, Cristian < > cristian.dumitre...@intel.com> 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 considering some leftover files from previous > installation somewhere in the file system, if there is such possibility for > VPP? > > > > Regards, > > Cristian > > > > *From:* Florin Coras [mailto:fcoras.li...@gmail.com > ] > *Sent:* Tuesday, March 28, 2017 10:12 PM > *To:* Dumitrescu, Cristian > *Cc:* Burt Silverman ; vpp-dev > *Subject:* Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS > > > > 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 < > cristian.dumitre...@intel.com> 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 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-dev] VPP build issue on Ubuntu 16.04.2 LTS > > > > 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 working. Is it possible that there is a network > connectivity issue, and a related error message but the error message did > not stick out clearly? > > Baffled Burt > > > > ___ > vpp-dev mailing list > vpp-dev@lists.fd.io > https://lists.fd.io/mailman/listinfo/vpp-dev > > > ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev
Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS
Hi Florin, Thanks for the tip, but it did not work for me (probably because I am using VPP as git clone, not as a package?). But the good news is that but removing src/configure fixed my problem (thanks, Burt!). Regards, Cristian cfdumitr@silpixa00382659:~/git_fdio/vpp$ sudo apt-get remove —purge vpp Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package —purge E: Unable to locate package vpp From: Florin Coras [mailto:fcoras.li...@gmail.com] Sent: Tuesday, March 28, 2017 11:26 PM To: Dumitrescu, Cristian Cc: Burt Silverman ; vpp-dev Subject: Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS Hi Cristian, Did you try: sudo apt-get remove —purge vpp Florin On Mar 28, 2017, at 3:23 PM, Dumitrescu, Cristian mailto:cristian.dumitre...@intel.com>> 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 considering some leftover files from previous installation somewhere in the file system, if there is such possibility for VPP? Regards, Cristian From: Florin Coras [mailto:fcoras.li...@gmail.com] Sent: Tuesday, March 28, 2017 10:12 PM To: Dumitrescu, Cristian mailto:cristian.dumitre...@intel.com>> Cc: Burt Silverman mailto:bur...@gmail.com>>; vpp-dev mailto:vpp-dev@lists.fd.io>> Subject: Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS 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 mailto:cristian.dumitre...@intel.com>> 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 previous email. Regards, Cristian From: Burt Silverman [mailto:bur...@gmail.com] Sent: Tuesday, March 28, 2017 5:47 PM To: Dumitrescu, Cristian mailto:cristian.dumitre...@intel.com>> Cc: vpp-dev mailto:vpp-dev@lists.fd.io>> Subject: Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS 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 working. Is it possible that there is a network connectivity issue, and a related error message but the error message did not stick out clearly? Baffled Burt ___ vpp-dev mailing list vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io> https://lists.fd.io/mailman/listinfo/vpp-dev ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev
Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS
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 considering some leftover files from previous installation > somewhere in the file system, if there is such possibility for VPP? > > Regards, > Cristian > <> > <>From: Florin Coras [mailto:fcoras.li...@gmail.com] > Sent: Tuesday, March 28, 2017 10:12 PM > To: Dumitrescu, Cristian > Cc: Burt Silverman ; vpp-dev > Subject: Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS > > 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 > mailto:cristian.dumitre...@intel.com>> 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 previous email. > > Regards, > Cristian > > From: Burt Silverman [mailto:bur...@gmail.com <mailto:bur...@gmail.com>] > Sent: Tuesday, March 28, 2017 5:47 PM > To: Dumitrescu, Cristian <mailto:cristian.dumitre...@intel.com>> > Cc: vpp-dev mailto:vpp-dev@lists.fd.io>> > Subject: Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS > > 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 working. > Is it possible that there is a network connectivity issue, and a related > error message but the error message did not stick out clearly? > > Baffled Burt > > ___ > vpp-dev mailing list > vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io> > https://lists.fd.io/mailman/listinfo/vpp-dev > <https://lists.fd.io/mailman/listinfo/vpp-dev> ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev
Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS
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: Florin Coras [mailto:fcoras.li...@gmail.com] Sent: Tuesday, March 28, 2017 10:12 PM To: Dumitrescu, Cristian Cc: Burt Silverman ; vpp-dev Subject: Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS 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 mailto:cristian.dumitre...@intel.com>> 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 previous email. Regards, Cristian From: Burt Silverman [mailto:bur...@gmail.com] Sent: Tuesday, March 28, 2017 5:47 PM To: Dumitrescu, Cristian mailto:cristian.dumitre...@intel.com>> Cc: vpp-dev mailto:vpp-dev@lists.fd.io>> Subject: Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS 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 working. Is it possible that there is a network connectivity issue, and a related error message but the error message did not stick out clearly? Baffled Burt ___ vpp-dev mailing list vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io> https://lists.fd.io/mailman/listinfo/vpp-dev ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev
Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS
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 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-dev] VPP build issue on Ubuntu 16.04.2 LTS > > 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 working. > Is it possible that there is a network connectivity issue, and a related > error message but the error message did not stick out clearly? > > Baffled Burt > > ___ > vpp-dev mailing list > vpp-dev@lists.fd.io > https://lists.fd.io/mailman/listinfo/vpp-dev ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev
Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS
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-dev] VPP build issue on Ubuntu 16.04.2 LTS 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 working. Is it possible that there is a network connectivity issue, and a related error message but the error message did not stick out clearly? Baffled Burt ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev
Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS
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?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==---= ii pkg-config 0.29.1-0ubuntu1 amd64manage compile and link flags for libraries I re-ran “make install-dep”, it worked again with no (obvious) error messages: cfdumitr@silpixa00382658:~/git_fdio/vpp$ sudo make install-dep Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB] Hit:2 http://ie.archive.ubuntu.com/ubuntu xenial InRelease Hit:3 http://ie.archive.ubuntu.com/ubuntu xenial-updates InRelease Hit:4 http://ie.archive.ubuntu.com/ubuntu xenial-backports InRelease Fetched 102 kB in 0s (245 kB/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done autoconf is already the newest version (2.69-9). automake is already the newest version (1:1.15-4ubuntu1). bison is already the newest version (2:3.0.4.dfsg-1). build-essential is already the newest version (12.1ubuntu2). ccache is already the newest version (3.2.4-1). debhelper is already the newest version (9.20160115ubuntu3). default-jdk-headless is already the newest version (2:1.8-56ubuntu2). exuberant-ctags is already the newest version (1:5.9~svn20110310-11). git is already the newest version (1:2.7.4-0ubuntu1). libapr1-dev is already the newest version (1.5.2-3). libtool is already the newest version (2.4.6-0.1). pkg-config is already the newest version (0.29.1-0ubuntu1). python-dev is already the newest version (2.7.11-1). chrpath is already the newest version (0.16-1). cscope is already the newest version (15.8b-1build1). git-review is already the newest version (1.25.0-2). lcov is already the newest version (1.12-2). libconfuse-dev is already the newest version (2.7-5). libganglia1-dev is already the newest version (3.6.0-6ubuntu4). nasm is already the newest version (2.11.08-1). curl is already the newest version (7.47.0-1ubuntu2.2). dkms is already the newest version (2.2.0.3-2ubuntu11.3). libssl-dev is already the newest version (1.0.2g-1ubuntu4.6). dh-systemd is already the newest version (1.29ubuntu4). python-pip is already the newest version (8.1.1-2ubuntu0.4). python-virtualenv is already the newest version (15.0.1+ds-3ubuntu1). 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. Git status: there is absolutely no change in my local copy. Regards, Cristian From: Burt Silverman [mailto:bur...@gmail.com] Sent: Tuesday, March 28, 2017 4:24 PM To: Dumitrescu, Cristian Cc: vpp-dev Subject: Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS 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/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version ArchitectureDescription +++--===-===-= ii pkg-config 0.29.1-0ubuntu1 amd64 manage compile and link flags for libraries which it should if your "make install-dep" worked properly. You see the src/configure.ac<http://configure.ac> has PKG_CHECK_MODULES macro that is in /usr/share/aclocal/pkg.m4, and that file suggests that our configure.ac<http://configure.ac> should have more helpful hints than it currently does dnl To ensure that this macro is defined, also add: dnl m4_ifndef([PKG_PREREQ], dnl [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])]) But we circle around to your make install-dep should have worked and obviated the need for extra helpful messages in configure.ac<http://configure.ac>. Of course, you want to do a git status to make certain that nothing bad crept into your repo. Burt ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev
Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS
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 added "materials" that could affect the output of autoconf and then force autoconf/autoreconf to be run again against configure.ac, we are screwed. So let us know if this scenario exists: you have pkg-config installed yet the make bootstrap error occurs nevertheless. I have not looked closely to see if my hypothesis indeed appears to be valid. Burt ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev
Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS
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 working. Is it possible that there is a network connectivity issue, and a related error message but the error message did not stick out clearly? Baffled Burt ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev
Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS
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/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version ArchitectureDescription +++--===-===-= ii pkg-config 0.29.1-0ubuntu1 amd64 manage compile and link flags for libraries which it should if your "make install-dep" worked properly. You see the src/ configure.ac has PKG_CHECK_MODULES macro that is in /usr/share/aclocal/pkg.m4, and that file suggests that our configure.ac should have more helpful hints than it currently does dnl To ensure that this macro is defined, also add: dnl m4_ifndef([PKG_PREREQ], dnl [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])]) But we circle around to your make install-dep should have worked and obviated the need for extra helpful messages in configure.ac. Of course, you want to do a git status to make certain that nothing bad crept into your repo. Burt ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev
Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS
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 mention is I had exactly the same error on Ubuntu 15.10 > first, then I upgraded to Ubuntu 16.04.2 LTS using “do-release-upgrade”, > and I am still getting it. > > > > Any idea on how to debug this? > > > > Regards, > > Cristian > Hi Cristian, I don't really have any more insight into this specific problem. Sorry. jdl ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev
Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS
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: Hi guys, Any idea why am I getting this error: >make bootstrap … checking for python... /usr/bin/python checking for python version... 2.7 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.7/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages /home/cfdumitr/git_fdio/vpp/build-root/../src/configure: line 13178: syntax error near unexpected token `g2,' /home/cfdumitr/git_fdio/vpp/build-root/../src/configure: line 13178: ` PKG_CHECK_MODULES(g2, gtk+-2.0)' Makefile:649: recipe for target 'tools-configure' failed make[1]: *** [tools-configure] Error 2 make[1]: Leaving directory '/home/cfdumitr/git_fdio/vpp/build-root' Makefile:133: recipe for target '/home/cfdumitr/git_fdio/vpp/build-root/.bootstrap.ok' failed make: *** [/home/cfdumitr/git_fdio/vpp/build-root/.bootstrap.ok] Error 2 Thanks, Cristian The bootstrap target was recently extended to ensure that each necessary package was indeed installed on the build machine. You may be missing a package and may need to run "make install-dep"? jdl 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 mention is I had exactly the same error on Ubuntu 15.10 first, then I upgraded to Ubuntu 16.04.2 LTS using “do-release-upgrade”, and I am still getting it. Any idea on how to debug this? Regards, Cristian ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev
Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS
On Mon, Mar 27, 2017 at 12:41 PM, Dumitrescu, Cristian < cristian.dumitre...@intel.com> wrote: > Hi guys, > > > > Any idea why am I getting this error: > > > > >make bootstrap > > … > > checking for python... /usr/bin/python > > checking for python version... 2.7 > > checking for python platform... linux2 > > checking for python script directory... ${prefix}/lib/python2.7/site- > packages > > checking for python extension module directory... > ${exec_prefix}/lib/python2.7/site-packages > > /home/cfdumitr/git_fdio/vpp/build-root/../src/configure: line 13178: > syntax error near unexpected token `g2,' > > /home/cfdumitr/git_fdio/vpp/build-root/../src/configure: line 13178: ` > PKG_CHECK_MODULES(g2, gtk+-2.0)' > > Makefile:649: recipe for target 'tools-configure' failed > > make[1]: *** [tools-configure] Error 2 > > make[1]: Leaving directory '/home/cfdumitr/git_fdio/vpp/build-root' > > Makefile:133: recipe for target > '/home/cfdumitr/git_fdio/vpp/build-root/.bootstrap.ok' > failed > > make: *** [/home/cfdumitr/git_fdio/vpp/build-root/.bootstrap.ok] Error 2 > > > > Thanks, > > Cristian > > > The bootstrap target was recently extended to ensure that each necessary package was indeed installed on the build machine. You may be missing a package and may need to run "make install-dep"? jdl ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev
[vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS
Hi guys, Any idea why am I getting this error: >make bootstrap ... checking for python... /usr/bin/python checking for python version... 2.7 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.7/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages /home/cfdumitr/git_fdio/vpp/build-root/../src/configure: line 13178: syntax error near unexpected token `g2,' /home/cfdumitr/git_fdio/vpp/build-root/../src/configure: line 13178: ` PKG_CHECK_MODULES(g2, gtk+-2.0)' Makefile:649: recipe for target 'tools-configure' failed make[1]: *** [tools-configure] Error 2 make[1]: Leaving directory '/home/cfdumitr/git_fdio/vpp/build-root' Makefile:133: recipe for target '/home/cfdumitr/git_fdio/vpp/build-root/.bootstrap.ok' failed make: *** [/home/cfdumitr/git_fdio/vpp/build-root/.bootstrap.ok] Error 2 Thanks, Cristian ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev