针对你遇到的“error: cannot find the fakeroot binary”错误,以下是一些解决步骤: 确认fakeroot是否已经安装: 在终端中输入以下命令来检查fakeroot是否已安装: bash fakeroot --version 如果系统提示未找到命令或命令不存在,则fakeroot可能尚未安装。 查找fakeroot的安装方法: 如果你使用的是基于Debian的系统(如...
错误: Cannot find the strip binary required for object file stripping. -> 生成时出错: deepin-udis86 因为没安装 fakeroot、binutils 等打包基本工具,所以 1 sudo pacman -Sbase-devel 安装。 安装最新版 tim 微信 yay -S com.qq.tim.spark
解决方法:因为没安装 fakeroot、binutils 等打包基本工具,所以pacman -S base-devel 装一下。 问题症状:错误: Cannot find the fakeroot binary. ==> 错误: Cannot find the strip binary required for object file stripping. ==> 错误:Makepkg 无法构建 deepin-wine-wechat....
the final step of actually making the Debian package fails. The last few lines spewed by the build system are: ... install -o root -g root -d /home/jose/software/qgis/qgis-git/qgis-snapshot/debian/tmp/usr/share/mime/packages install -o root -g root -m 644 /home/jose/software/qgis...
find_package(Poco REQUIRED Zip Util XML JSON) target_link_libraries(sample-zip PUBLIC Poco::Zip Poco::Util Poco::XML Poco::JSON) When I run the sample-zip, I get the same error as above, that libPocoXml.so.60 cannot be found. ...