Aaron and James,
It appears something undesired may have happened during my first clone operation that manifested during the build. The repo was cloned again and the install-opencpi script ran correctly to completion. Thanks for looking into the issue and providing feedback.
Thanks,
Robert
From: Marasco, Aaron [mailto:aaron.marasco_at_bia-boeing.com]
Sent: Friday, October 26, 2018 7:13 AM
To: Munro, Robert M.; discuss_at_lists.opencpi.org
Subject: Re: Issue running opencpi/scripts/install-opencpi.sh on branch release_1.4
Robert,
I am sorry but I could not replicate your issue either. I just started from absolute zero and ended with it running...
======================= All tests passed: os datatype load-drivers container driver assets swig python av ocpidev core inactive
The commands I used (including my mistakes):
On host:
1001 2018-10-26 06:27:00 docker run -d --name github_test centos:7 /bin/sleep 12h
1002 2018-10-26 06:27:08 docker exec -it github_test bash
In container:
1 git clone
https://github.com/opencpi/opencpi.git
2 yum install -y git
3 git clone
https://github.com/opencpi/opencpi.git
4 git checkout release_1.4
5 cd opencpi/
6 git checkout release_1.4
7 ./scripts/install-opencpi.sh
8 yum install -y sudo epel-release
9 ./scripts/install-opencpi.sh
Do you have some other changes on your system, like a non-standard version of GCC installed?
Aaron
Received on Fri Oct 26 2018 - 16:45:46 CDT