Closed fxxhuang closed 1 week ago
这种没办法,你环境提供的 emerge 卡住了,这边是规避不了的,只能你自己解决 emerge 的问题,这边统一走的 which 去找的
理论上机制找的 bin 不对,尝试执行 --version,对应程序也不应该卡住。。这是你这 emerge 的问题
Bot detected the issue body's language is not English, translate it automatically.
There is no way around it. The emerge provided by your environment is stuck. There is no way to avoid it. You can only solve the problem of emerge by yourself. You can use which to find it here.
Theoretically, the bin found by the mechanism is wrong. If you try to execute --version, the corresponding program should not be stuck. . This is your emerge problem
是的,我这边先屏蔽emerge
Bot detected the issue body's language is not English, translate it automatically.
Yes, I will block emerge first.
Xmake Version
2.9.6
Operating System Version and Architecture
ubuntu 20.04 amd64
Describe Bug
The xmake build is blocking at find_openssl and has a proxy set up with no network issues. When “which emerge” found my project unrelated to the toolkit /xxxx/INNOVUS/bin/emerge. This emerge should not be what xmake needs to find. When using the ” /xxxx/INNOVUS/bin/emerge --version“ command, it gets stuck here.
Expected Behavior
xmake can be built smoothly.
Project Configuration
add_rules("mode.debug", "mode.release") add_requires("openssl")
target("xxx") set_kind("binary") add_files("src/*.cpp")
Additional Information and Error Logs