Hi,
When i tried the code from the gerit link you provided it failed for me but now 
that this is merged i took from the master and it seems to work  and vpp is up. 
:)

Thanks,Regards,Adarsh M.
    On Tuesday 27 February 2018, 1:25:04 PM IST, Gabriel Ganne 
<gabriel.ga...@enea.com> wrote:
 
 #yiv2659426970 #yiv2659426970 -- P 
{margin-top:0;margin-bottom:0;}#yiv2659426970 
I do not see this second issue.

This might be specific to the deb packaging.


Please try build or build-release targets first.




--


Gabriel Ganne

From: adarsh m <addi.ada...@yahoo.in>
Sent: Tuesday, February 27, 2018 6:02:57 AM
To: vpp-dev@lists.fd.io; Gabriel Ganne
Cc: lukai (D); Appana Prasad
Subject: Re: [vpp-dev] Build failed on latest vpp code on ARM VM. 
Hi,
This Fix didn't seem to work,
Code path : Gerrit Code Review


| 
| 
|  | 
Gerrit Code Review


 |

 |

 |




Logs : /home/csit/vpp/build-data/../src/vpp/vnet/main.c:21:29: fatal error: 
vpp/app/version.h: No such file or directory
compilation terminated.
Makefile:6946: recipe for target 'vpp/vnet/bin_vpp-main.o' failed
make[5]: *** [vpp/vnet/bin_vpp-main.o] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: Leaving directory '/home/csit/vpp/build-root/build-vpp-native/vpp'
Makefile:7927: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/home/csit/vpp/build-root/build-vpp-native/vpp'
Makefile:4054: recipe for target 'all' failed
make[3]: *** [all] Error 2
make[3]: Leaving directory '/home/csit/vpp/build-root/build-vpp-native/vpp'
Makefile:686: recipe for target 'vpp-build' failed
make[2]: *** [vpp-build] Error 2
make[2]: Leaving directory '/home/csit/vpp/build-root'
/home/csit/vpp/build-data/platforms.mk:20: recipe for target 'install-deb' 
failed
make[1]: *** [install-deb] Error 1
make[1]: Leaving directory '/home/csit/vpp/build-root'
Makefile:462: recipe for target 'pkg-deb' failed
make: *** [pkg-deb] Error 2
csit@dut1:~/vpp$ cd build-root/
csit@dut1:~/vpp/build-root$ ll


On Monday 26 February 2018, 10:36:52 PM IST, Gabriel Ganne 
<gabriel.ga...@enea.com> wrote:

#yiv2659426970 #yiv2659426970 --#yiv2659426970x_yiv0945382855 
#yiv2659426970x_yiv0945382855 -- p 
{margin-top:0;margin-bottom:0;}#yiv2659426970 
See: https://gerrit.fd.io/r/c/10788/





--


Gabriel Ganne

From: vpp-dev@lists.fd.io <vpp-dev@lists.fd.io> on behalf of via Lists.Fd.Io 
<addi.adarsh=yahoo...@lists.fd.io>
Sent: Monday, February 26, 2018 11:00:36 AM
To: vpp-dev@lists.fd.io
Cc: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Build failed on latest vpp code on ARM VM. The same is 
Passing on x86 Env.

On Monday 26 February 2018, 2:46:28 PM IST, adarsh m <addi.ada...@yahoo.in> 
wrote:

Hi,
Building latest VPP code is failing,
Logs: 
WARNING:vppapigen:oam_event missing reply message (oam_event_reply)
make  all-recursive
make[4]: Entering directory '/home/csit/vpp/build-root/build-vpp-native/vpp'
Making all in .
make[5]: Entering directory '/home/csit/vpp/build-root/build-vpp-native/vpp'
  CC       vppinfra/maplog.lo
  CC       vppinfra/socket.lo
  CC       vppinfra/timer.lo
  CC       vppinfra/unix-formats.lo
  CC       vppinfra/unix-misc.lo
  CC       vlib/main.lo
  CC       vlib/mc.lo
  CC       vlib/node.lo
  CC       vlib/node_cli.lo
  CC       vlib/node_format.lo
  CC       vlib/threads.lo
  CC       vlib/threads_cli.lo
  CC       vlib/trace.lo
  CC       vnet/handoff.lo
  CC       vnet/interface.lo
  CC       vnet/interface_api.lo
In file included from /home/csit/vpp/build-data/../src/vnet/ip/ip.h:66:0,
                 from /home/csit/vpp/build-data/../src/vnet/fib/fib_entry.h:22,
                 from /home/csit/vpp/build-data/../src/vnet/fib/ip6_fib.h:21,
                 from /home/csit/vpp/build-data/../src/vnet/interface.c:42:
/home/csit/vpp/build-data/../src/vnet/classify/vnet_classify.h: In function 
‘vnet_classify_find_entry_inline’:
/home/csit/vpp/build-data/../src/vnet/classify/vnet_classify.h:442:8: error: 
implicit declaration of function ‘u32x4_zero_byte_mask’ 
[-Werror=implicit-function-declaration]
    if (u32x4_zero_byte_mask (result.as_u32x4) == 0xffff)
        ^
cc1: all warnings being treated as errors
Makefile:6931: recipe for target 'vnet/interface.lo' failed
make[5]: *** [vnet/interface.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
In file included from /home/csit/vpp/build-data/../src/vnet/ip/ip.h:66:0,
                 from /home/csit/vpp/build-data/../src/vnet/interface_api.c:26:
/home/csit/vpp/build-data/../src/vnet/classify/vnet_classify.h: In function 
‘vnet_classify_find_entry_inline’:
/home/csit/vpp/build-data/../src/vnet/classify/vnet_classify.h:442:8: error: 
implicit declaration of function ‘u32x4_zero_byte_mask’ 
[-Werror=implicit-function-declaration]
    if (u32x4_zero_byte_mask (result.as_u32x4) == 0xffff)
        ^
cc1: all warnings being treated as errors
Makefile:6931: recipe for target 'vnet/interface_api.lo' failed
make[5]: *** [vnet/interface_api.lo] Error 1
make[5]: Leaving directory '/home/csit/vpp/build-root/build-vpp-native/vpp'
Makefile:7927: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/home/csit/vpp/build-root/build-vpp-native/vpp'
Makefile:4054: recipe for target 'all' failed
make[3]: *** [all] Error 2
make[3]: Leaving directory '/home/csit/vpp/build-root/build-vpp-native/vpp'
Makefile:686: recipe for target 'vpp-build' failed
make[2]: *** [vpp-build] Error 2
make[2]: Leaving directory '/home/csit/vpp/build-root'
/home/csit/vpp/build-data/platforms.mk:20: recipe for target 'install-deb' 
failed
make[1]: *** [install-deb] Error 1
make[1]: Leaving directory '/home/csit/vpp/build-root'
Makefile:462: recipe for target 'pkg-deb' failed
make: *** [pkg-deb] Error 2
csit@dut1:~/vpp$ cd build-root/



Reply via email to