You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checking for platform ... windows
checking for architecture ... x64
checking for cl.exe ... C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\bin\HostX64\x64\cl.exe
checking for Microsoft Visual Studio (x64) version ... 2022
checkinfo: cannot runv(zig.exe version), No such file or directory
checking for zig ... no
checkinfo: cannot runv(zig.exe version), No such file or directory
checking for zig ... no
checkinfo: cannot runv(unzip.exe -v), No such file or directory
checking for unzip ... no
checking for 7z ... C:\Program Files\xmake\winenv\bin\7z
checking for git ... ok
checkinfo: cannot runv(gzip.exe --version), No such file or directory
checking for gzip ... no
checking for ping ... ok
pinging the host(gitee.com) ... 18 ms
pinging the host(github.com) ... 114 ms
pinging the host(gitlab.com) ... 266 ms
finding zip from nimble ..
checking for nimble ... ok
checking for nimble::zip ... no
note: install or modify (m) these packages (pass -y to skip confirm)?
in nimble:
-> nimble::zip >0.3 [runtimes:"MT"]
please input: y (y/n/m)
installing zip from nimble ..
nimble install -y --verbose zip@>0.3
Info: Nimble data file "C:\Users\sbl\.nimble\nimbledata2.json" has been loaded.
Reading official package list
Downloading https://github.com/nim-lang/zip using git
Cloning latest tagged version: 0.3.1
Verifying dependencies for [email protected]
Installing [email protected]
Warning: A package "[email protected]" with checksum "747aab3c43ecb7b50671cdd0ec3b2edc2c83494c" already exists the the cache.
Info: Nimble data file "C:\Users\sbl\.nimble\nimbledata2.json" has been saved.
finding zip from nimble ..
checking for nimble::zip ... no
error: ...\modules\private\action\require\impl\actions\install.lua:398: fetch nimble::zip->0.3 failed!
stack traceback:
[C]: in function 'error'
[@programdir\core\base\os.lua:957]: in function 'raiselevel'
[@programdir\core\sandbox\modules\utils.lua:149]: in function 'assert'
[...\modules\private\action\require\impl\actions\install.lua:398]:
=> install nimble::zip >0.3 .. failed
error: @programdir\core\main.lua:306: @programdir\core\sandbox\modules\import\core\base\task.lua:65: @programdir\modules\async\runjobs.lua:320: ...\modules\private\action\require\impl\actions\install.lua:474: install failed!
stack traceback:
[C]: in function 'error'
[@programdir\core\base\os.lua:957]:
[...\modules\private\action\require\impl\actions\install.lua:474]: in function 'catch'
[@programdir\core\sandbox\modules\try.lua:123]: in function 'try'
[...\modules\private\action\require\impl\actions\install.lua:333]:
[...modules\private\action\require\impl\install_packages.lua:479]: in function 'jobfunc'
[@programdir\modules\async\runjobs.lua:237]:
stack traceback:
[C]: in function 'error'
@programdir\core\base\os.lua:957: in function 'base/os.raiselevel'
(...tail calls...)
@programdir\core\main.lua:306: in upvalue 'cotask'
@programdir\core\base\scheduler.lua:404: in function <@programdir\core\base\scheduler.lua:397>
The text was updated successfully, but these errors were encountered:
Xmake 版本
2.8.8
操作系统版本和架构
Windows 11 23H2 22631.3235
描述问题
使用 xmake 编译 Nim 项目,安装 Nimble 依赖包时报错。
期待的结果
正常安装依赖包。
工程配置
https://github.com/xmake-io/xmake/tree/dev/tests/projects/nim/nimble_package
附加信息和错误日志
The text was updated successfully, but these errors were encountered: