-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
help wantedExtra attention is neededExtra attention is neededkind/bugIssues or changes related a bugIssues or changes related a bugtriage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Description
Is there an existing issue for this?
- I have searched the existing issues
Environment
- Milvus version:
- Deployment mode(standalone or cluster):
- MQ type(rocksmq, pulsar or kafka):
- SDK version(e.g. pymilvus v2.0.0rc2):
- OS(Ubuntu or CentOS): Ubuntu2404
- CPU/Memory:
- GPU:
- Others:Current Behavior
When I run "make", I get :
libiberty/9.1.0: ERROR: Error downloading file https://ftp.gnu.org/pub/gnu/gcc/gcc-9.1.0/gcc-9.1.0.tar.gz: 'HTTPSConnectionPool(host='ftp.gnu.org', port=443): Max retries exceeded with url: /pub/gnu/gcc/gcc-9.1.0/gcc-9.1.0.tar.gz (Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 502 cannotconnect')))'
libiberty/9.1.0: Waiting 5 seconds to retry...
ERROR: libiberty/9.1.0: Error in source() method, line 58
get(self, **self.conan_data["sources"][self.version], strip_root=True)
ConanException: Error downloading file https://ftp.gnu.org/pub/gnu/gcc/gcc-9.1.0/gcc-9.1.0.tar.gz: 'HTTPSConnectionPool(host='ftp.gnu.org', port=443): Max retries exceeded with url: /pub/gnu/gcc/gcc-9.1.0/gcc-9.1.0.tar.gz (Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 502 cannotconnect')))'
conan install failed
make: *** [Makefile:263: build-3rdparty] Error 1
I suspect that libiberty/9.1.0 might require gcc 9.1.0 to compile. So I downloaded the installation package from another website and put it in /root/.conan/data/libiberty/9.1.0///source/src, but it didn't work either. So how should I configure libiberty/9.1.0?
Expected Behavior
No response
Steps To Reproduce
Milvus Log
No response
Anything else?
No response
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededkind/bugIssues or changes related a bugIssues or changes related a bugtriage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.