Skip to content

[Bug]: Is there anything wrong in DEVELOPMENT.md #45521

@niebowen666

Description

@niebowen666

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 neededkind/bugIssues or changes related a bugtriage/acceptedIndicates an issue or PR is ready to be actively worked on.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions