提问人:bagel 提问时间:11/9/2023 最后编辑:bagel 更新时间:11/9/2023 访问量:82
尝试通过 yay 安装 cura 时出现 Cmake 错误
Cmake error when trying to install cura through yay
问:
在 archlinux 上使用时出现此错误yay -S cura
CMake Error at CMakeLists.txt:4 (find_package):
By not providing "Findstandardprojectsettings.cmake" in CMAKE_MODULE_PATH
this project has asked CMake to find a package configuration file provided
by "standardprojectsettings", but CMake did not find one.
Could not find a package configuration file provided by
"standardprojectsettings" with any of the following names:
standardprojectsettingsConfig.cmake
standardprojectsettings-config.cmake
Add the installation prefix of "standardprojectsettings" to
CMAKE_PREFIX_PATH or set "standardprojectsettings_DIR" to a directory
containing one of the above files. If "standardprojectsettings" provides a
separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
Aborting...
-> error making: libarcus-git-exit status 4
==> Making package: cura 5.3.0-1 (Wed 08 Nov 2023 12:12:33 PM CST)
==> Checking runtime dependencies...
==> Missing dependencies:
-> uranium
-> curaengine
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
-> error making: cura-exit status 8
-> Failed to install the following packages. Manual intervention is required:
curaengine - exit status 8
libarcus-git - exit status 4
cura - exit status 8
uranium - exit status 8
我似乎能够使用 yay 安装其他软件包,没有任何问题。
我花了很多时间在谷歌上搜索诸如此类的短语,但我找不到任何有用的东西。CMake Error at CMakeLists.txt:4:
我的系统是最新的,我昨天更新了镜像列表并运行没有问题。sudo pacman -Syu
我已经尝试过运行没有问题,但仍然没有帮助。yay -Syu
我对CMake了解不多,也不知道该怎么办,有人可以帮忙吗? 如果需要,我很乐意提供任何额外的信息。
答:
0赞
bagel
11/9/2023
#1
我能够使用代替yay -S cura-bin
yay -S cura
评论