Infinidat / relocatable-python3

40 stars 10 forks source link

Missing a specific version of openssl #13

Open onlyacat opened 2 years ago

onlyacat commented 2 years ago
Cache miss; will cache https://repo.infinidat.com/packages/main-stable/python/sources/openssl-1.1.1l.tar.gz as /home/ubuntu/relocatable-python3/.cache/cb17eee0bd8b554d69db05eb303be680
Downloading https://repo.infinidat.com/packages/main-stable/python/sources/openssl-1.1.1l.tar.gz
While:
  Installing openssl.
Error: Error downloading extends for URL https://repo.infinidat.com/packages/main-stable/python/sources/openssl-1.1.1l.tar.gz: HTTP Error 404: NOT FOUND
Makefile:2: recipe for target 'make' failed
make: *** [make] Error 1

I double-checked the resources in URL and found that it did not provide the version 1.1.1l of openssl.

I tried to use the openssl from the official website. However, it gave an error later during the compiling process.

Will it be possible to get the specific package? Thanks!