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 - 11:12:42 CDT