Re: [opencontrail-dev] Compiling contrail-vrouter on powerpc

2015-09-02 Thread Navneet Singh
Hi Pedro We did fresh installation of complete code again with Ubuntu 14.04 and the path /build/include/tbb is not present now. We are now getting following error while building contrail-vrouter-agent scons contrail-vrouter-agent scons: Reading SConscript files ... scons: done reading SConscript

Re: [opencontrail-dev] openstack/contrail-heat building with the public contrail-vnc manifest

2015-09-02 Thread Pedro Marques
Dirk, > On Sep 2, 2015, at 9:58 AM, Dirk Müller wrote: > > Hi, > > during running the packager.py --sku juno build, we're currently stuck > (on a SLE12 platform) with this: > > + pushd /root/sandbox/controller/../openstack/contrail-heat > /var/tmp/rpm-tmp.hrfJXx: line 27: pushd: > /root/sandb

[opencontrail-dev] openstack/contrail-heat building with the public contrail-vnc manifest

2015-09-02 Thread Dirk Müller
Hi, during running the packager.py --sku juno build, we're currently stuck (on a SLE12 platform) with this: + pushd /root/sandbox/controller/../openstack/contrail-heat /var/tmp/rpm-tmp.hrfJXx: line 27: pushd: /root/sandbox/controller/../openstack/contrail-heat: No such file or directory which e

Re: [opencontrail-dev] Compiling contrail-vrouter on powerpc

2015-09-02 Thread abhishek jain
Hi pedro Initially we were using 13.10 powerpc ubuntu and when we upgraded the ubuntu version(using apt-get upgrade) and performed repo sync in addition to third party packages installation,the build/Include/tbb path still existed. However we'll perform the fresh installation of the complete cod

Re: [opencontrail-dev] Compiling contrail-vrouter on powerpc

2015-09-02 Thread Pedro Marques
Abhishek, In 14.04 you shouldn’t be using the tbb library that is downloaded via the third-party scripts. And build/include/tbb should not be present. Pedro. On Sep 2, 2015, at 9:08 AM, abhishek jain mailto:ashujain9...@gmail.com>> wrote: Hi Pedro We upgraded the ubuntu 13.10 to 14.04 but

Re: [opencontrail-dev] Compiling contrail-vrouter on powerpc

2015-09-02 Thread abhishek jain
Hi Pedro We upgraded the ubuntu 13.10 to 14.04 but still we are facing the same issue. sent from my sony experia smartphone On Sep 2, 2015 2:50 PM, "Navneet Singh" wrote: > Hi All > > I just started working on opencontrail, and trying to compile vrouter on > *PowerPC > Ubuntu 13.10* > I repo s

Re: [opencontrail-dev] Compiling contrail-vrouter on powerpc

2015-09-02 Thread Pedro Marques
Navneet, Would it be possible for you to use Ubuntu 14.04 for powerpc ? There are several packages that are available in 14.04 already compiled including the TBB library… in 14.04 we also use the system provided boost library. Pedro. On Sep 2, 2015, at 2:20 AM, Navneet Singh mailto:navneet.

Re: [opencontrail-dev] compiler/cpp/thrift : exec format error

2015-09-02 Thread Dineshkumar parameswaran
With Single bb file I cannot execute both like compiling thrift alone to x8 and other stuffs to powerpc ?? Do I need to write two bitbake file , once to compile thrift to x86 and other bb file to compiles other stuffs to powerpc ?? Because I have tried all the changes you said and also additi

[opencontrail-dev] Compiling contrail-vrouter on powerpc

2015-09-02 Thread Navneet Singh
Hi All I just started working on opencontrail, and trying to compile vrouter on *PowerPC Ubuntu 13.10* I repo sync from *repo init -u g...@github.com:Juniper/contrail-vnc *and fetch all packages from *fetch_packages.py*. Finally when i execute *scons contrail-vrouter-agent*. Following error shows