Hello, I'm attempting to build the OpenContrail .deb install package following various guides.
When I run "make -f packages.make all" it runs for a bit and fails with the following: make[1]: Leaving directory `/root/contrail/build/packages/neutron-plugin-contrail' dpkg-genchanges -b >../neutron-plugin-contrail_1.1master~534e7dd_amd64.changes dpkg-genchanges: binary-only upload - not including any source code dpkg-source --after-build neutron-plugin-contrail dpkg-buildpackage: binary only upload (no source included) mkdir -p build/packages/ceilometer-plugin-contrail cp -R tools/packages/debian/ceilometer-plugin-contrail/debian build/packages/ceilometer-plugin-contrail chmod u+x build/packages/ceilometer-plugin-contrail/debian/rules cp -R openstack/ceilometer_plugin/* build/packages/ceilometer-plugin-contrail cp: cannot stat Œopenstack/ceilometer_plugin/*¹: No such file or directory make: *** [package-ceilometer-plugin-contrail] Error 1 root@buildbox:~/contrail# So I ran just the ceilometer plugin and that fails with the following: root@buildbox:~/contrail# make -f packages.make package-ceilometer-plugin-contrail /bin/sh: 1: cd: can't cd to openstack/ceilometer_plugin fatal: Not a git repository (or any of the parent directories): .git mkdir -p build/packages/ceilometer-plugin-contrail cp -R tools/packages/debian/ceilometer-plugin-contrail/debian build/packages/ceilometer-plugin-contrail chmod u+x build/packages/ceilometer-plugin-contrail/debian/rules cp -R openstack/ceilometer_plugin/* build/packages/ceilometer-plugin-contrail cp: cannot stat Œopenstack/ceilometer_plugin/*¹: No such file or directory make: *** [package-ceilometer-plugin-contrail] Error 1 root@buildbox:~/contrail# Any thoughts or suggestions would be appreciated. Thanks, Kevin Kelley Spirent Communications e-mail confidentiality. ------------------------------------------------------------------------ This e-mail contains confidential and / or privileged information belonging to Spirent Communications plc, its affiliates and / or subsidiaries. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution and / or the taking of any action based upon reliance on the contents of this transmission is strictly forbidden. If you have received this message in error please notify the sender by return e-mail and delete it from your system. Spirent Communications plc Northwood Park, Gatwick Road, Crawley, West Sussex, RH10 9XN, United Kingdom. Tel No. +44 (0) 1293 767676 Fax No. +44 (0) 1293 767677 Registered in England Number 470893 Registered at Northwood Park, Gatwick Road, Crawley, West Sussex, RH10 9XN, United Kingdom. Or if within the US, Spirent Communications, 27349 Agoura Road, Calabasas, CA, 91301, USA. Tel No. 1-818-676- 2300 _______________________________________________ Dev mailing list [email protected] http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org
