Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

docker-compose build failed #736

Open
jiahuigeng opened this issue Dec 28, 2020 · 0 comments
Open

docker-compose build failed #736

jiahuigeng opened this issue Dec 28, 2020 · 0 comments

Comments

@jiahuigeng
Copy link

make[2]: Leaving directory '/tmp/intel-sgx-ssl/Linux/sgx/test_app'
make -C /tmp/intel-sgx-ssl/Linux/sgx/test_app/ test
make[2]: Entering directory '/tmp/intel-sgx-ssl/Linux/sgx/test_app'
make -f sgx_u.mk test
make[3]: Entering directory '/tmp/intel-sgx-ssl/Linux/sgx/test_app'
sgx_u.mk:108: recipe for target 'test' failed
make[3]: Leaving directory '/tmp/intel-sgx-ssl/Linux/sgx/test_app'
make[3]: *** [test] Illegal instruction (core dumped)
Makefile:38: recipe for target 'test' failed
make[2]: Leaving directory '/tmp/intel-sgx-ssl/Linux/sgx/test_app'
make[2]: *** [test] Error 2
make[1]: *** [test] Error 2
Makefile:74: recipe for target 'test' failed
make[1]: Leaving directory '/tmp/intel-sgx-ssl/Linux/sgx'
Makefile:58: recipe for target 'test' failed
make: *** [test] Error 2
ERROR: Service 'avalon-enclave-manager' failed to build : The command '/bin/sh -c platform=""; if [ "$DISTRO" = "bionic" ] ; then platform="ubuntu18.04"; elif [ "$DISTRO" = "centos" ] ; then platform="centos8.1"; fi; ldconfig && ln -s /etc/ssl/certs/* /usr/local/ssl/certs/ && MITIGATION_TOOLS=as.ld.objdump.gold.r2.tar.gz && wget https://download.01.org/intel-sgx/sgx-linux/2.10/$MITIGATION_TOOLS && tar -xvf $MITIGATION_TOOLS && cp external/toolset/$platform/* /usr/local/bin/ && rm $MITIGATION_TOOLS && git clone -b lin_2.10_1.1.1g https://github.com/intel/intel-sgx-ssl.git && . /opt/intel/sgxsdk/environment && (cd intel-sgx-ssl/openssl_source; mv /tmp/openssl-$OPENSSL_VER.tar.gz . ) && (cd intel-sgx-ssl/Linux; if ([ -c /dev/isgx ] && [ -S /var/run/aesmd/aesm.socket ]); then SGX_MODE=HW; else SGX_MODE=SIM; fi; make SGX_MODE=SIM DESTDIR=/opt/intel/sgxssl all test ) && (cd intel-sgx-ssl/Linux; make install ) && rm -rf /tmp/intel-sgx-ssl && echo "SGX_SSL=/opt/intel/sgxssl" >> /etc/environment' returned a non-zero code: 2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant